mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;; Object semanticdb-project-database-file
C 2 ;; SEMANTICDB Tags save file
3 (semanticdb-project-database-file "semanticdb-project-database-file"
4   :tables
5   (list
6     (semanticdb-table "semanticdb-table"
7       :major-mode emacs-lisp-mode
8       :tags 
9         '( ("cl-lib" include nil nil [1926 1943])
10             ("org" include nil nil [1944 1958])
11             ("org-macs" include nil nil [1959 1978])
12             ("declare-function" code nil nil [1980 2105])
13             ("declare-function" code nil nil [2106 2174])
14             ("declare-function" code nil nil [2175 2253])
15             ("declare-function" code nil nil [2254 2332])
16             ("declare-function" code nil nil [2333 2411])
17             ("declare-function" code nil nil [2412 2490])
18             ("declare-function" code nil nil [2491 2569])
19             ("declare-function" code nil nil [2570 2648])
20             ("declare-function" code nil nil [2649 2717])
21             ("declare-function" code nil nil [2718 2796])
22             ("declare-function" code nil nil [2797 2875])
23             ("declare-function" code nil nil [2876 2954])
24             ("declare-function" code nil nil [2955 3023])
25             ("declare-function" code nil nil [3024 3102])
26             ("declare-function" code nil nil [3103 3181])
27             ("declare-function" code nil nil [3182 3260])
28             ("declare-function" code nil nil [3261 3327])
29             ("declare-function" code nil nil [3329 3392])
30             ("declare-function" code nil nil [3393 3494])
31             ("declare-function" code nil nil [3495 3560])
32             ("declare-function" code nil nil [3561 3639])
33             ("declare-function" code nil nil [3640 3713])
34             ("declare-function" code nil nil [3714 3801])
35             ("declare-function" code nil nil [3802 3863])
36             ("declare-function" code nil nil [3864 3931])
37             ("declare-function" code nil nil [3932 4010])
38             ("declare-function" code nil nil [4011 4065])
39             ("declare-function" code nil nil [4066 4128])
40             ("declare-function" code nil nil [4129 4195])
41             ("calendar-mode-map" variable nil nil [4197 4223])
42             ("org-clock-current-task" variable nil nil [4224 4255])
43             ("org-current-tag-alist" variable nil nil [4256 4286])
44             ("org-mobile-force-id-on-agenda-items" variable nil nil [4287 4331])
45             ("org-habit-show-habits" variable nil nil [4332 4362])
46             ("org-habit-show-habits-only-for-today" variable nil nil [4363 4408])
47             ("org-habit-show-all-today" variable nil nil [4409 4442])
48             ("org-agenda-buffer-name" variable (:default-value "*Org Agenda*") nil [4507 4553])
49             ("org-agenda-overriding-header" variable nil nil [4554 4595])
50             ("org-agenda-title-append" variable nil nil [4596 4632])
51             ("with-no-warnings" code nil nil [4633 4666])
52             ("with-no-warnings" code nil nil [4699 4731])
53             ("original-date" variable nil nil [4765 4787])
54             ("org-agenda-undo-list" variable nil nil [4839 4938])
55             ("org-agenda-pending-undo-list" variable nil nil [4939 5056])
56             ("org-agenda-confirm-kill" variable (:default-value 1) nil [5058 5456])
57             ("org-agenda-compact-blocks" variable nil nil [5458 5700])
58             ("org-agenda-block-separator" variable (:default-value 61) nil [5702 6173])
59             ("org-agenda-export" customgroup (:user-visible-flag t) nil [6175 6314])
60             ("org-agenda-with-colors" variable (:default-value t) nil [6316 6443])
61             ("org-agenda-exporter-settings" variable nil nil [6445 6991])
62             ("org-agenda-before-write-hook" variable (:default-value (quote (org-agenda-add-entry-text))) nil [6993 7288])
63             ("org-agenda-add-entry-text-maxlines" variable nil nil [7290 7924])
64             ("org-agenda-add-entry-text-descriptive-links" variable (:default-value t) nil [7926 8267])
65             ("org-agenda-export-html-style" variable nil nil [8269 9627])
66             ("org-agenda-persistent-filter" variable nil nil [9629 9772])
67             ("org-agenda-custom-commands" customgroup (:user-visible-flag t) nil [9774 9921])
68             ("org-sorting-choice" variable
69                (:constant-flag t
70                 :default-value (quote (choice (const time-up) (const time-down) (const timestamp-up) (const timestamp-down) (const scheduled-up) (const scheduled-down) (const deadline-up) (const deadline-down) (const ts-up) (const ts-down) (const tsia-up) (const tsia-down) (const category-keep) (const category-up) (const category-down) (const tag-down) (const tag-up) (const priority-up) (const priority-down) (const todo-state-up) (const todo-state-down) (const effort-up) (const effort-down) (const habit-up) (const habit-down) (const alpha-up) (const alpha-down) (const user-defined-up) (const user-defined-down))))
71                 nil [9923 10614])
72             ("defvaralias" code nil nil [10737 10806])
73             ("defvaralias" code nil nil [10807 10862])
74             ("org-agenda-entry-types" variable (:default-value (quote (:deadline :scheduled :timestamp :sexp))) nil [10864 12560])
75             ("org-agenda-custom-commands-local-options" variable
76                (:constant-flag t
77                 :default-value (\` (repeat :tag "Local settings for this command.  Remember to quote values" (choice :tag "Setting" (list :tag "Heading for this block" (const org-agenda-overriding-header) (string :tag "Headline")) (list :tag "Files to be searched" (const org-agenda-files) (list (const :format "" quote) (repeat (file)))) (list :tag "Sorting strategy" (const org-agenda-sorting-strategy) (list (const :format "" quote) (repeat (\, org-sorting-choice)))) (list :tag "Prefix format" (const org-agenda-prefix-format :value "  %-12:c%?-12t% s") (string)) (list :tag "Number of days in agenda" (const org-agenda-span) (list (const :format "" quote) (choice (const :tag "Day" day) (const :tag "Week" week) (const :tag "Fortnight" fortnight) (const :tag "Month" month) (const :tag "Year" year) (integer :tag "Custom")))) (list :tag "Fixed starting date" (const org-agenda-start-day) (string :value "2007-11-01")) (list :tag "Start on day of week" (const org-agenda-start-on-weekday) (choice :value 1 (const :tag "Today" nil) (integer :tag "Weekday No."))) (list :tag "Include data from diary" (const org-agenda-include-diary) (boolean)) (list :tag "Deadline Warning days" (const org-deadline-warning-days) (integer :value 1)) (list :tag "Category filter preset" (const org-agenda-category-filter-preset) (list (const :format "" quote) (repeat (string :tag "+category or -category")))) (list :tag "Tags filter preset" (const org-agenda-tag-filter-preset) (list (const :format "" quote) (repeat (string :tag "+tag or -tag")))) (list :tag "Effort filter preset" (const org-agenda-effort-filter-preset) (list (const :format "" quote) (repeat (string :tag "+=10 or -=10 or +<10 or ->10")))) (list :tag "Regexp filter preset" (const org-agenda-regexp-filter-preset) (list (const :format "" quote) (repeat (string :tag "+regexp or -regexp")))) (list :tag "Set daily/weekly entry types" (const org-agenda-entry-types) (list (const :format "" quote) (set :greedy t :value (\, org-agenda-entry-types) (const :deadline) (const :scheduled) (const :deadline*) (const :scheduled*) (const :timestamp) (const :sexp)))) (list :tag "Standard skipping condition" :value (org-agenda-skip-function (quote (org-agenda-skip-entry-if))) (const org-agenda-skip-function) (list (const :format "" quote) (list (choice :tag "Skipping range" (const :tag "Skip entry" org-agenda-skip-entry-if) (const :tag "Skip subtree" org-agenda-skip-subtree-if)) (repeat :inline t :tag "Conditions for skipping" (choice :tag "Condition type" (list :tag "Regexp matches" :inline t (const :format "" regexp) (regexp)) (list :tag "Regexp does not match" :inline t (const :format "" notregexp) (regexp)) (list :tag "TODO state is" :inline t (const todo) (choice (const :tag "Any not-done state" todo) (const :tag "Any done state" done) (const :tag "Any state" any) (list :tag "Keyword list" (const :format "" quote) (repeat (string :tag "Keyword"))))) (list :tag "TODO state is not" :inline t (const nottodo) (choice (const :tag "Any not-done state" todo) (const :tag "Any done state" done) (const :tag "Any state" any) (list :tag "Keyword list" (const :format "" quote) (repeat (string :tag "Keyword"))))) (const :tag "scheduled" scheduled) (const :tag "not scheduled" notscheduled) (const :tag "deadline" deadline) (const :tag "no deadline" notdeadline) (const :tag "timestamp" timestamp) (const :tag "no timestamp" nottimestamp)))))) (list :tag "Non-standard skipping condition" :value (org-agenda-skip-function) (const org-agenda-skip-function) (sexp :tag "Function or form (quoted!)")) (list :tag "Any variable" (variable :tag "Variable") (sexp :tag "Value (sexp)"))))))
78                 nil [12562 17062])
79             ("org-agenda-custom-commands" variable (:default-value (quote (("n" "Agenda and all TODOs" ((agenda "") (alltodo "")))))) nil [17065 23181])
80             ("org-agenda-query-register" variable (:default-value 111) nil [23183 23453])
81             ("org-stuck-projects" variable (:default-value (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))) nil [23455 25412])
82             ("org-agenda-skip" customgroup (:user-visible-flag t) nil [25414 25545])
83             ("org-agenda-skip-function-global" variable nil nil [25547 26317])
84             ("org-agenda-daily/weekly" customgroup (:user-visible-flag t) nil [26319 26459])
85             ("org-agenda-todo-list" customgroup (:user-visible-flag t) nil [26460 26603])
86             ("org-agenda-match-view" customgroup (:user-visible-flag t) nil [26604 26765])
87             ("org-agenda-search-view" customgroup (:user-visible-flag t) nil [26766 26903])
88             ("org-agenda-archives-mode" variable nil nil [26905 27240])
89             ("org-agenda-restriction-lock-highlight-subtree" variable (:default-value t) nil [27242 27550])
90             ("org-agenda-skip-comment-trees" variable (:default-value t) nil [27552 27763])
91             ("org-agenda-todo-list-sublevels" variable (:default-value t) nil [27765 28067])
92             ("org-agenda-todo-ignore-with-date" variable nil nil [28069 28630])
93             ("org-agenda-todo-ignore-timestamp" variable nil nil [28632 30281])
94             ("org-agenda-todo-ignore-scheduled" variable nil nil [30283 31649])
95             ("org-agenda-todo-ignore-deadlines" variable nil nil [31651 33402])
96             ("org-agenda-todo-ignore-time-comparison-use-seconds" variable nil nil [33404 34086])
97             ("org-agenda-tags-todo-honor-ignore-options" variable nil nil [34088 34745])
98             ("org-agenda-skip-scheduled-if-done" variable nil nil [34747 35170])
99             ("org-agenda-skip-scheduled-if-deadline-is-shown" variable nil nil [35172 36140])
100             ("org-agenda-skip-timestamp-if-deadline-is-shown" variable nil nil [36142 36764])
101             ("org-agenda-skip-deadline-if-done" variable nil nil [36766 37237])
102             ("org-agenda-skip-deadline-prewarning-if-scheduled" variable nil nil [37239 38378])
103             ("org-agenda-skip-scheduled-delay-if-deadline" variable nil nil [38380 39165])
104             ("org-agenda-skip-additional-timestamps-same-entry" variable nil nil [39167 39474])
105             ("org-agenda-skip-timestamp-if-done" variable nil nil [39476 39676])
106             ("org-agenda-dim-blocked-tasks" variable (:default-value t) nil [39678 40747])
107             ("org-agenda-startup" customgroup (:user-visible-flag t) nil [40749 40898])
108             ("org-agenda-menu-show-matcher" variable (:default-value t) nil [40900 41345])
109             ("org-agenda-menu-two-columns" variable nil nil [41347 41605])
110             ("org-agenda-finalize-hook" variable nil nil [41607 41980])
111             ("org-agenda-mouse-1-follows-link" variable nil nil [41982 42232])
112             ("org-agenda-start-with-follow-mode" variable nil nil [42234 42400])
113             ("org-agenda-follow-indirect" variable nil nil [42402 42605])
114             ("org-agenda-show-outline-path" variable (:default-value t) nil [42607 42763])
115             ("org-agenda-start-with-entry-text-mode" variable nil nil [42765 42939])
116             ("org-agenda-entry-text-maxlines" variable (:default-value 5) nil [42941 43260])
117             ("org-agenda-entry-text-exclude-regexps" variable nil nil [43262 43546])
118             ("org-agenda-entry-text-leaders" variable (:default-value "    > ") nil [43548 43743])
119             ("org-agenda-entry-text-cleanup-hook" variable nil nil [43745 44181])
120             ("org-agenda-include-inactive-timestamps" variable nil nil [44183 44312])
121             ("org-agenda-windows" customgroup (:user-visible-flag t) nil [44314 44463])
122             ("org-agenda-window-setup" variable (:default-value (quote reorganize-frame)) nil [44465 45302])
123             ("org-agenda-window-frame-fractions" variable (:default-value (quote (0.5 . 0.75))) nil [45304 45678])
124             ("org-agenda-restore-windows-after-quit" variable nil nil [45680 46133])
125             ("org-agenda-span" variable (:default-value (quote week)) nil [46135 46561])
126             ("org-agenda-start-on-weekday" variable (:default-value 1) nil [46563 46929])
127             ("org-agenda-show-all-dates" variable (:default-value t) nil [46931 47154])
128             ("org-agenda-format-date" variable (:default-value (quote org-agenda-format-date-aligned)) nil [47156 47641])
129             ("org-agenda-format-date-aligned" function (:arguments ("date")) nil [47643 48416])
130             ("org-agenda-time-leading-zero" variable nil nil [48418 48654])
131             ("org-agenda-timegrid-use-ampm" variable nil nil [48656 48815])
132             ("org-agenda-time-of-day-to-ampm" function (:arguments ("time")) nil [48817 49376])
133             ("org-agenda-time-of-day-to-ampm-maybe" function (:arguments ("time")) nil [49378 49606])
134             ("org-agenda-weekend-days" variable (:default-value (quote (6 0))) nil [49608 50035])
135             ("org-agenda-move-date-from-past-immediately-to-today" variable (:default-value t) nil [50037 50468])
136             ("org-agenda-include-diary" variable nil nil [50470 50702])
137             ("org-agenda-include-deadlines" variable (:default-value t) nil [50704 50947])
138             ("org-agenda-show-future-repeats" variable (:default-value t) nil [50949 51398])
139             ("org-agenda-prefer-last-repeat" variable nil nil [51400 52421])
140             ("org-scheduled-past-days" variable (:default-value 10000) nil [52423 52761])
141             ("org-deadline-past-days" variable (:default-value 10000) nil [52763 53142])
142             ("org-agenda-log-mode-items" variable (:default-value (quote (closed clock))) nil [53144 53779])
143             ("org-agenda-clock-consistency-checks" variable (:default-value (quote (:max-duration "10:00" :min-duration 0 :max-gap "0:05" :gap-ok-around ("4:00") :default-face ((:background "DarkRed") (:foreground "white")) :overlap-face nil :gap-face nil :no-end-time-face nil :long-face nil :short-face nil))) nil [53781 55832])
144             ("org-agenda-log-mode-add-notes" variable (:default-value t) nil [55834 56159])
145             ("org-agenda-start-with-log-mode" variable nil nil [56161 56845])
146             ("org-agenda-start-with-clockreport-mode" variable nil nil [56847 57057])
147             ("org-agenda-clockreport-parameter-plist" variable (:default-value (quote (:link t :maxlevel 2))) nil [57059 57622])
148             ("org-agenda-search-view-always-boolean" variable nil nil [57624 58878])
149             ("defvaralias" code nil nil [58880 58976])
150             ("org-agenda-search-view-force-full-words" variable nil nil [58978 59214])
151             ("org-agenda-search-view-max-outline-level" variable nil nil [59216 59583])
152             ("org-agenda-time-grid" customgroup (:user-visible-flag t) nil [59585 59727])
153             ("org-agenda-search-headline-for-time" variable (:default-value t) nil [59729 60249])
154             ("org-agenda-use-time-grid" variable (:default-value t) nil [60251 60692])
155             ("org-agenda-time-grid" variable (:default-value (quote ((daily today require-timed) (800 1000 1200 1400 1600 1800 2000) "......" "----------------"))) nil [60694 62208])
156             ("org-agenda-show-current-time-in-grid" variable (:default-value t) nil [62210 62384])
157             ("org-agenda-current-time-string" variable (:default-value "now - - - - - - - - - - - - - - - - - - - - - - - - -") nil [62386 62609])
158             ("org-agenda-sorting" customgroup (:user-visible-flag t) nil [62611 62743])
159             ("org-agenda-sorting-strategy" variable (:default-value (quote ((agenda habit-down time-up priority-down category-keep) (todo priority-down category-keep) (tags priority-down category-keep) (search category-keep)))) nil [62745 66475])
160             ("org-agenda-cmp-user-defined" variable nil nil [66477 66900])
161             ("org-sort-agenda-notime-is-late" variable (:default-value t) nil [66902 67374])
162             ("org-sort-agenda-noeffort-is-high" variable (:default-value t) nil [67376 67767])
163             ("org-agenda-line-format" customgroup (:user-visible-flag t) nil [67769 67926])
164             ("org-agenda-prefix-format" variable (:default-value (quote ((agenda . " %i %-12:c%?-12t% s") (todo . " %i %-12:c") (tags . " %i %-12:c") (search . " %i %-12:c")))) nil [67928 70993])
165             ("org-prefix-format-compiled" variable nil nil [70995 71258])
166             ("org-agenda-todo-keyword-format" variable (:default-value "%-1s") nil [71260 71521])
167             ("org-agenda-diary-sexp-prefix" variable nil nil [71523 71892])
168             ("org-agenda-timerange-leaders" variable (:default-value (quote ("" "(%d/%d): "))) nil [71894 72491])
169             ("org-agenda-scheduled-leaders" variable (:default-value (quote ("Scheduled: " "Sched.%2dx: "))) nil [72493 73221])
170             ("org-agenda-inactive-leader" variable (:default-value "[") nil [73223 73463])
171             ("org-agenda-deadline-leaders" variable (:default-value (quote ("Deadline:  " "In %3d d.: " "%2d d. ago: "))) nil [73465 74095])
172             ("org-agenda-remove-times-when-in-prefix" variable (:default-value t) nil [74097 74932])
173             ("org-agenda-remove-timeranges-from-blocks" variable nil nil [74934 75153])
174             ("org-agenda-default-appointment-duration" variable nil nil [75155 75519])
175             ("org-agenda-show-inherited-tags" variable (:default-value t) nil [75521 76475])
176             ("org-agenda-use-tag-inheritance" variable (:default-value (quote (todo search agenda))) nil [76477 77464])
177             ("org-agenda-hide-tags-regexp" variable nil nil [77466 77865])
178             ("org-agenda-remove-tags" variable nil nil [77867 78249])
179             ("defvaralias" code nil nil [78251 78329])
180             ("org-agenda-tags-column" variable (:default-value (quote auto)) nil [78331 78922])
181             ("defvaralias" code nil nil [78924 78994])
182             ("org-agenda-fontify-priorities" variable (:default-value (quote cookies)) nil [78996 80080])
183             ("org-agenda-day-face-function" variable nil nil [80082 80449])
184             ("org-agenda-category-icon-alist" variable nil nil [80451 81748])
185             ("org-agenda-column-view" customgroup (:user-visible-flag t) nil [81750 81890])
186             ("org-agenda-view-columns-initially" variable nil nil [81892 82136])
187             ("org-agenda-columns-show-summaries" variable (:default-value t) nil [82138 82310])
188             ("org-agenda-columns-compute-summary-properties" variable (:default-value t) nil [82312 82835])
189             ("org-agenda-columns-add-appointments-to-effort-sum" variable nil nil [82837 83334])
190             ("org-agenda-auto-exclude-function" variable nil nil [83336 83985])
191             ("org-agenda-bulk-custom-functions" variable nil nil [83987 84488])
192             ("org-agenda-with-point-at-orig-entry" function (:arguments ("string" "body")) nil [84490 85041])
193             ("def-edebug-spec" code nil nil [85042 85107])
194             ("org-add-agenda-custom-command" function (:arguments ("entry")) nil [85109 85511])
195             ("org-agenda-mode-map" variable (:default-value (make-sparse-keymap)) nil [85545 85628])
196             ("defvaralias" code nil nil [85629 85682])
197             ("org-agenda-menu" variable nil nil [85684 85708])
198             ("org-agenda-restrict" variable nil nil [85739 85771])
199             ("org-agenda-follow-mode" variable nil nil [85802 85837])
200             ("org-agenda-entry-text-mode" variable nil nil [85838 85877])
201             ("org-agenda-clockreport-mode" variable nil nil [85878 85918])
202             ("org-agenda-show-log" variable nil nil [85919 86080])
203             ("org-agenda-redo-command" variable nil nil [86081 86117])
204             ("org-agenda-query-string" variable nil nil [86118 86154])
205             ("org-agenda-mode-hook" variable nil nil [86155 86294])
206             ("org-agenda-type" variable nil nil [86295 86323])
207             ("org-agenda-force-single-file" variable nil nil [86324 86365])
208             ("org-agenda-bulk-marked-entries" variable nil nil [86366 86473])
209             ("org-agenda-current-date" variable nil nil [86474 86552])
210             ("org-agenda-sticky" variable nil nil [86591 86866])
211             ("org-toggle-sticky-agenda" function
212                (:user-visible-flag t
213                 :arguments ("arg"))
214                 nil [86885 87495])
215             ("org-agenda-buffer" variable nil nil [87497 87572])
216             ("org-agenda-last-prefix-arg" variable nil nil [87574 87613])
217             ("org-agenda-this-buffer-name" variable nil nil [87614 87654])
218             ("org-agenda-doing-sticky-redo" variable nil nil [87655 87696])
219             ("org-agenda-this-buffer-is-sticky" variable nil nil [87697 87742])
220             ("org-agenda-last-indirect-buffer" variable nil nil [87743 87851])
221             ("org-agenda-local-vars" variable
222                (:constant-flag t
223                 :default-value (quote (org-agenda-this-buffer-name org-agenda-undo-list org-agenda-pending-undo-list org-agenda-follow-mode org-agenda-entry-text-mode org-agenda-clockreport-mode org-agenda-show-log org-agenda-redo-command org-agenda-query-string org-agenda-type org-agenda-bulk-marked-entries org-agenda-undo-has-started-in org-agenda-info org-agenda-pre-window-conf org-agenda-columns-active org-agenda-tag-filter org-agenda-category-filter org-agenda-top-headline-filter org-agenda-regexp-filter org-agenda-effort-filter org-agenda-markers org-agenda-last-search-view-search-was-boolean org-agenda-last-indirect-buffer org-agenda-filtered-by-category org-agenda-filter-form org-agenda-cycle-counter org-agenda-last-prefix-arg)))
224                 nil [87853 88778])
225             ("org-agenda-mode" function (:user-visible-flag t) nil [88780 91511])
226             ("substitute-key-definition" code nil nil [91513 91600])
227             ("org-defkey" code nil nil [91601 91661])
228             ("org-defkey" code nil nil [91662 91722])
229             ("org-defkey" code nil nil [91723 91788])
230             ("org-defkey" code nil nil [91789 91849])
231             ("org-defkey" code nil nil [91850 91912])
232             ("org-defkey" code nil nil [91913 91989])
233             ("org-defkey" code nil nil [91990 92065])
234             ("org-defkey" code nil nil [92066 92131])
235             ("org-defkey" code nil nil [92132 92199])
236             ("org-defkey" code nil nil [92200 92269])
237             ("org-defkey" code nil nil [92270 92341])
238             ("org-defkey" code nil nil [92342 92415])
239             ("org-defkey" code nil nil [92416 92488])
240             ("org-defkey" code nil nil [92489 92556])
241             ("org-defkey" code nil nil [92557 92628])
242             ("org-defkey" code nil nil [92629 92696])
243             ("org-defkey" code nil nil [92697 92760])
244             ("org-defkey" code nil nil [92761 92830])
245             ("org-defkey" code nil nil [92831 92887])
246             ("org-defkey" code nil nil [92888 92963])
247             ("org-defkey" code nil nil [92964 93042])
248             ("org-defkey" code nil nil [93043 93129])
249             ("org-defkey" code nil nil [93130 93197])
250             ("org-defkey" code nil nil [93198 93265])
251             ("org-defkey" code nil nil [93266 93329])
252             ("org-defkey" code nil nil [93330 93395])
253             ("org-defkey" code nil nil [93396 93470])
254             ("org-defkey" code nil nil [93471 93544])
255             ("org-defkey" code nil nil [93545 93611])
256             ("org-defkey" code nil nil [93612 93693])
257             ("org-defkey" code nil nil [93694 93779])
258             ("org-defkey" code nil nil [93780 93860])
259             ("org-defkey" code nil nil [93861 93926])
260             ("org-defkey" code nil nil [93927 93991])
261             ("org-defkey" code nil nil [93992 94052])
262             ("org-defkey" code nil nil [94053 94113])
263             ("org-defkey" code nil nil [94114 94203])
264             ("org-defkey" code nil nil [94204 94268])
265             ("org-defkey" code nil nil [94269 94333])
266             ("org-defkey" code nil nil [94334 94400])
267             ("org-defkey" code nil nil [94401 94466])
268             ("org-defkey" code nil nil [94467 94531])
269             ("org-defkey" code nil nil [94532 94597])
270             ("org-defkey" code nil nil [94598 94663])
271             ("org-defkey" code nil nil [94664 94728])
272             ("org-defkey" code nil nil [94729 94793])
273             ("org-defkey" code nil nil [94794 94868])
274             ("org-defkey" code nil nil [94869 94944])
275             ("org-defkey" code nil nil [94945 95025])
276             ("org-defkey" code nil nil [95026 95107])
277             ("org-defkey" code nil nil [95109 95169])
278             ("org-defkey" code nil nil [95170 95234])
279             ("org-defkey" code nil nil [95235 95299])
280             ("let" code nil nil [95300 95428])
281             ("org-defkey" code nil nil [95430 95490])
282             ("org-defkey" code nil nil [95491 95556])
283             ("org-defkey" code nil nil [95557 95621])
284             ("org-defkey" code nil nil [95622 95679])
285             ("org-defkey" code nil nil [95680 95747])
286             ("org-defkey" code nil nil [95748 95809])
287             ("org-defkey" code nil nil [95810 95875])
288             ("org-defkey" code nil nil [95876 95941])
289             ("org-defkey" code nil nil [95942 95995])
290             ("org-defkey" code nil nil [95996 96053])
291             ("org-defkey" code nil nil [96054 96113])
292             ("org-defkey" code nil nil [96114 96181])
293             ("org-defkey" code nil nil [96182 96268])
294             ("org-defkey" code nil nil [96269 96338])
295             ("org-defkey" code nil nil [96339 96392])
296             ("org-defkey" code nil nil [96393 96446])
297             ("org-defkey" code nil nil [96447 96500])
298             ("org-defkey" code nil nil [96501 96562])
299             ("org-defkey" code nil nil [96563 96632])
300             ("org-defkey" code nil nil [96633 96695])
301             ("org-defkey" code nil nil [96696 96754])
302             ("org-defkey" code nil nil [96755 96813])
303             ("org-defkey" code nil nil [96814 96876])
304             ("org-defkey" code nil nil [96877 96935])
305             ("org-defkey" code nil nil [96936 96998])
306             ("substitute-key-definition" code nil nil [96999 97096])
307             ("substitute-key-definition" code nil nil [97097 97202])
308             ("org-defkey" code nil nil [97203 97258])
309             ("org-defkey" code nil nil [97259 97329])
310             ("org-defkey" code nil nil [97330 97404])
311             ("org-defkey" code nil nil [97405 97466])
312             ("org-defkey" code nil nil [97467 97524])
313             ("org-defkey" code nil nil [97525 97585])
314             ("org-defkey" code nil nil [97586 97648])
315             ("org-defkey" code nil nil [97649 97710])
316             ("org-defkey" code nil nil [97711 97774])
317             ("org-defkey" code nil nil [97775 97838])
318             ("org-defkey" code nil nil [97839 97896])
319             ("org-defkey" code nil nil [97897 97954])
320             ("org-defkey" code nil nil [97955 98023])
321             ("org-defkey" code nil nil [98024 98081])
322             ("org-defkey" code nil nil [98082 98151])
323             ("org-defkey" code nil nil [98152 98210])
324             ("org-defkey" code nil nil [98211 98283])
325             ("org-defkey" code nil nil [98284 98345])
326             ("org-defkey" code nil nil [98346 98409])
327             ("org-defkey" code nil nil [98410 98469])
328             ("org-defkey" code nil nil [98470 98530])
329             ("org-defkey" code nil nil [98531 98593])
330             ("org-defkey" code nil nil [98594 98663])
331             ("org-defkey" code nil nil [98664 98737])
332             ("org-defkey" code nil nil [98738 98813])
333             ("org-defkey" code nil nil [98814 98893])
334             ("org-defkey" code nil nil [98894 98948])
335             ("org-defkey" code nil nil [98949 99005])
336             ("org-defkey" code nil nil [99006 99073])
337             ("org-defkey" code nil nil [99074 99154])
338             ("org-defkey" code nil nil [99155 99244])
339             ("org-defkey" code nil nil [99246 99315])
340             ("org-defkey" code nil nil [99316 99390])
341             ("org-defkey" code nil nil [99391 99463])
342             ("org-defkey" code nil nil [99464 99541])
343             ("org-defkey" code nil nil [99542 99604])
344             ("org-defkey" code nil nil [99605 99670])
345             ("org-defkey" code nil nil [99671 99736])
346             ("org-defkey" code nil nil [99737 99803])
347             ("org-defkey" code nil nil [99804 99872])
348             ("org-defkey" code nil nil [99873 99940])
349             ("org-defkey" code nil nil [99941 100012])
350             ("org-defkey" code nil nil [100013 100070])
351             ("org-defkey" code nil nil [100071 100131])
352             ("define-key" code nil nil [100132 100203])
353             ("org-defkey" code nil nil [100204 100272])
354             ("org-defkey" code nil nil [100273 100341])
355             ("org-defkey" code nil nil [100343 100408])
356             ("org-defkey" code nil nil [100409 100474])
357             ("define-key" code nil nil [100476 100560])
358             ("define-key" code nil nil [100561 100647])
359             ("when" code nil nil [100649 100748])
360             ("easy-menu-define" code nil nil [100749 107864])
361             ("org-agenda-allow-remote-undo" variable (:default-value t) nil [107883 107982])
362             ("org-agenda-undo-has-started-in" variable nil nil [107983 108104])
363             ("org-agenda-undo" function (:user-visible-flag t) nil [108106 109425])
364             ("org-verify-change-for-undo" function (:arguments ("l1" "l2")) nil [109427 109671])
365             ("org-agenda-restrict-begin" variable (:default-value (make-marker)) nil [109694 109742])
366             ("org-agenda-restrict-end" variable (:default-value (make-marker)) nil [109743 109789])
367             ("org-agenda-last-dispatch-buffer" variable nil nil [109790 109834])
368             ("org-agenda-overriding-restriction" variable nil nil [109835 109881])
369             ("org-agenda-custom-commands-contexts" variable nil nil [109883 111685])
370             ("org-agenda-max-entries" variable nil nil [111687 112254])
371             ("org-agenda-max-todos" variable nil nil [112256 112815])
372             ("org-agenda-max-tags" variable nil nil [112817 113402])
373             ("org-agenda-max-effort" variable nil nil [113404 114003])
374             ("org-agenda-keep-restricted-file-list" variable nil nil [114005 114054])
375             ("org-keys" variable nil nil [114055 114076])
376             ("org-match" variable nil nil [114077 114099])
377             ("org-agenda" function
378                (:user-visible-flag t
379                 :arguments ("arg" "org-keys" "restriction"))
380                 nil [114115 121968])
381             ("org-agenda-multi" variable nil nil [121970 121995])
382             ("org-agenda-append-agenda" function (:user-visible-flag t) nil [121997 122479])
383             ("org-agenda-normalize-custom-commands" function (:arguments ("cmds")) nil [122481 122770])
384             ("org-agenda-get-restriction-and-command" function (:arguments ("prefix-descriptions")) nil [122772 129359])
385             ("org-agenda-fit-window-to-buffer" function nil nil [129361 129859])
386             ("org-cmd" variable nil nil [129861 129881])
387             ("org-agenda-overriding-cmd" variable nil nil [129882 129920])
388             ("org-agenda-overriding-arguments" variable nil nil [129921 129965])
389             ("org-agenda-overriding-cmd-arguments" variable nil nil [129966 130014])
390             ("org-agenda-run-series" function (:arguments ("name" "series")) nil [130015 132068])
391             ("org-batch-agenda" function (:arguments ("cmd-key" "parameters")) nil [132085 132749])
392             ("org-agenda-info" variable nil nil [132751 132779])
393             ("org-batch-agenda-csv" function (:arguments ("cmd-key" "parameters")) nil [132796 135246])
394             ("org-fix-agenda-info" function (:arguments ("props")) nil [135248 136692])
395             ("org-agenda-export-csv-mapper" function (:arguments ("prop")) nil [136694 136944])
396             ("org-store-agenda-views" function
397                (:user-visible-flag t
398                 :arguments ("parameters"))
399                 nil [136961 137096])
400             ("org-batch-store-agenda-views" function (:arguments ("parameters")) nil [137113 138404])
401             ("org-agenda-current-span" variable nil nil [138406 138488])
402             ("org-agenda-mark-header-line" function (:arguments ("pos")) nil [138527 138902])
403             ("org-mobile-creating-agendas" variable nil nil [138904 138940])
404             ("org-agenda-write-buffer-name" variable (:default-value "Agenda View") nil [138968 139019])
405             ("org-agenda-write" function
406                (:user-visible-flag t
407                 :arguments ("file" "open" "nosettings" "agenda-bufname"))
408                 nil [139020 143056])
409             ("org-agenda-remove-marked-text" function (:arguments ("property" "value")) nil [143058 143426])
410             ("org-agenda-add-entry-text" function nil nil [143428 144181])
411             ("org-agenda-get-some-entry-text" function (:arguments ("marker" "n-lines" "indent" "keep")) nil [144183 147252])
412             ("org-check-for-org-mode" function nil nil [147254 147464])
413             ("org-agenda-multi" variable nil nil [147499 147528])
414             ("org-agenda-pre-window-conf" variable nil nil [147551 147590])
415             ("org-agenda-columns-active" variable nil nil [147591 147629])
416             ("org-agenda-name" variable nil nil [147630 147658])
417             ("org-agenda-tag-filter" variable nil nil [147659 147693])
418             ("org-agenda-category-filter" variable nil nil [147694 147733])
419             ("org-agenda-regexp-filter" variable nil nil [147734 147771])
420             ("org-agenda-effort-filter" variable nil nil [147772 147809])
421             ("org-agenda-top-headline-filter" variable nil nil [147810 147853])
422             ("org-agenda-tag-filter-preset" variable nil nil [147854 148418])
423             ("org-agenda-category-filter-preset" variable nil nil [148420 148998])
424             ("org-agenda-regexp-filter-preset" variable nil nil [149000 149572])
425             ("org-agenda-effort-filter-preset" variable nil nil [149574 150149])
426             ("org-agenda-use-sticky-p" function nil nil [150151 150892])
427             ("org-agenda-prepare-window" function (:arguments ("abuf" "filter-alist")) nil [150894 152374])
428             ("org-agenda-prepare" function (:arguments ("name")) nil [152376 154978])
429             ("org-agenda-overriding-columns-format" variable nil nil [154980 155025])
430             ("org-agenda-finalize" function nil nil [155049 158330])
431             ("org-agenda-mark-clocking-task" function nil nil [158332 159210])
432             ("org-agenda-unmark-clocking-task" function nil nil [159212 159435])
433             ("org-agenda-fontify-priorities" function (:user-visible-flag t) nil [159437 160699])
434             ("org-depend-tag-blocked" variable nil nil [160701 160732])
435             ("org-agenda-dim-blocked-tasks" function
436                (:user-visible-flag t
437                 :arguments ("invisible"))
438                 nil [160734 161870])
439             ("org-agenda--mark-blocked-entry" function (:arguments ("entry")) nil [161872 162975])
440             ("org-agenda-skip-function" variable nil nil [162977 163709])
441             ("org-agenda-skip" function nil nil [163711 164437])
442             ("org-agenda-skip-eval" function (:arguments ("form")) nil [164439 164888])
443             ("org-agenda-markers" variable nil nil [164890 164987])
444             ("org-agenda-last-marker-time" variable (:default-value (float-time)) nil [164988 165082])
445             ("org-agenda-new-marker" function (:arguments ("pos")) nil [165084 165528])
446             ("org-agenda-reset-markers" function nil nil [165530 165684])
447             ("org-agenda-save-markers-for-cut-and-paste" function (:arguments ("beg" "end")) nil [165686 166057])
448             ("org-agenda-entry-text-show-here" function nil nil [166080 166733])
449             ("org-agenda-entry-text-show" function (:user-visible-flag t) nil [166735 167038])
450             ("org-agenda-entry-text-hide" function nil nil [167040 167301])
451             ("org-agenda-get-day-face" function (:arguments ("date")) nil [167303 167664])
452             ("org-agenda-show-log-scoped" variable nil nil [167666 167701])
453             ("org-agenda-start-day" variable nil nil [167728 168067])
454             ("org-starting-day" variable nil nil [168068 168097])
455             ("org-arg-loc" variable nil nil [168136 168160])
456             ("org-agenda-buffer-tmp-name" variable nil nil [168179 168218])
457             ("org-agenda-list" function
458                (:user-visible-flag t
459                 :arguments ("arg" "start-day" "span" "with-hour"))
460                 nil [168234 176183])
461             ("org-agenda-ndays-to-span" function (:arguments ("n")) nil [176185 176378])
462             ("org-agenda-span-to-ndays" function (:arguments ("span" "start-day")) nil [176380 176914])
463             ("org-agenda-span-name" function (:arguments ("span")) nil [176916 177090])
464             ("org-agenda-search-history" variable nil nil [177116 177154])
465             ("org-search-syntax-table" variable nil nil [177156 177374])
466             ("org-mode-syntax-table" variable nil nil [177376 177406])
467             ("org-search-syntax-table" function nil nil [177421 177707])
468             ("org-agenda-last-search-view-search-was-boolean" variable nil nil [177709 177768])
469             ("org-search-view" function
470                (:user-visible-flag t
471                 :arguments ("todo-only" "string" "edit-at"))
472                 nil [177785 189554])
473             ("org-agenda-propertize-selected-todo-keywords" function (:arguments ("keywords")) nil [189578 189955])
474             ("org-select-this-todo-keyword" variable nil nil [189957 189998])
475             ("org-last-arg" variable nil nil [189999 190024])
476             ("org-todo-list" function
477                (:user-visible-flag t
478                 :arguments ("arg"))
479                 nil [190041 193391])
480             ("org-tags-view" function
481                (:user-visible-flag t
482                 :arguments ("todo-only" "match"))
483                 nil [193431 197006])
484             ("org-agenda-skip-regexp" variable nil nil [197043 197280])
485             ("org-agenda-overriding-header" variable nil nil [197282 197496])
486             ("org-agenda-skip-entry-if" function (:arguments ("conditions")) nil [197498 197670])
487             ("org-agenda-skip-subtree-if" function (:arguments ("conditions")) nil [197672 197846])
488             ("org-agenda-skip-if" function (:arguments ("subtree" "conditions")) nil [197848 200948])
489             ("org-agenda-skip-if-todo" function (:arguments ("args" "end")) nil [200950 202337])
490             ("org-agenda-list-stuck-projects" function
491                (:user-visible-flag t
492                 :arguments ("ignore"))
493                 nil [202354 204463])
494             ("org-disable-agenda-to-diary" variable nil nil [204488 204528])
495             ("diary-list-entries-hook" variable nil nil [204565 204597])
496             ("diary-time-regexp" variable nil nil [204598 204624])
497             ("org-get-entries-from-diary" function (:arguments ("date")) nil [204625 206539])
498             ("org-agenda-cleanup-fancy-diary-hook" variable nil nil [206541 206645])
499             ("org-agenda-cleanup-fancy-diary" function nil nil [206647 207519])
500             ("eval-after-load" code nil nil [207589 208076])
501             ("org-modify-diary-entry-string" function (:arguments ("string")) nil [208078 208468])
502             ("org-diary-default-entry" function nil nil [208470 208868])
503             ("org-add-to-diary-list" function (:arguments ("args")) nil [208870 209022])
504             ("org-diary-last-run-time" variable nil nil [209024 209060])
505             ("org-diary" function (:arguments ("args")) nil [209077 211439])
506             ("org-agenda--timestamp-to-absolute" function (:arguments ("args")) nil [211467 211837])
507             ("org-agenda-get-day-entries" function (:arguments ("file" "date" "args")) nil [211839 214424])
508             ("org-em" function (:arguments ("x" "y" "list")) nil [214426 214521])
509             ("org-heading-keyword-regexp-format" variable nil nil [214523 214565])
510             ("org-agenda-sorting-strategy-selected" variable nil nil [214586 214635])
511             ("org-agenda-entry-get-agenda-timestamp" function (:arguments ("pom")) nil [214637 216024])
512             ("org-agenda-get-todos" function nil nil [216026 218864])
513             ("org-agenda-todo-custom-ignore-p" function (:arguments ("time" "n")) nil [218866 219294])
514             ("org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item" function (:arguments ("end")) nil [219311 222304])
515             ("org-agenda-get-timestamps" function (:arguments ("deadlines")) nil [222306 227780])
516             ("org-agenda-get-sexps" function nil nil [227782 229915])
517             ("org-anniversary" function (:arguments ("year" "month" "day" "mark")) nil [230009 230241])
518             ("org-cyclic" function (:arguments ("N" "year" "month" "day" "mark")) nil [230242 230463])
519             ("org-block" function (:arguments ("Y1" "M1" "D1" "Y2" "M2" "D2" "mark")) nil [230464 230684])
520             ("org-date" function (:arguments ("year" "month" "day" "mark")) nil [230685 230896])
521             ("org-class" function (:arguments ("y1" "m1" "d1" "y2" "m2" "d2" "dayname" "skip-weeks")) nil [230933 232034])
522             ("defalias" code nil nil [232036 232087])
523             ("org-agenda-get-progress" function nil nil [232088 236237])
524             ("org-agenda-show-clocking-issues" function (:user-visible-flag t) nil [236239 239330])
525             ("org-agenda-check-clock-gap" function (:arguments ("t1" "t2" "ok-list")) nil [239332 240565])
526             ("org-agenda-get-deadlines" function (:arguments ("with-hour")) nil [240567 246667])
527             ("org-agenda-deadline-face" function (:arguments ("fraction")) nil [246669 246884])
528             ("org-agenda-get-scheduled" function (:arguments ("deadlines" "with-hour")) nil [246886 254223])
529             ("org-agenda-get-blocks" function nil nil [254225 257614])
530             ("org-prefix-has-time" variable nil nil [257653 257799])
531             ("org-prefix-has-tag" variable nil nil [257800 257945])
532             ("org-prefix-has-effort" variable nil nil [257946 258094])
533             ("org-prefix-has-breadcrumbs" variable nil nil [258095 258248])
534             ("org-prefix-category-length" variable nil nil [258249 258366])
535             ("org-prefix-category-max-length" variable nil nil [258367 258488])
536             ("org-agenda-get-category-icon" function (:arguments ("category")) nil [258490 258827])
537             ("org-agenda-format-item" function (:arguments ("extra" "txt" "level" "category" "tags" "dotime" "remove-re" "habitp")) nil [258829 265696])
538             ("org-agenda-fix-displayed-tags" function (:arguments ("txt" "tags" "add-inherited" "hide-re")) nil [265698 266689])
539             ("org-downcase-keep-props" function (:arguments ("s")) nil [266691 266848])
540             ("org-agenda-sorting-strategy" variable nil nil [266850 266886])
541             ("org-agenda-add-time-grid-maybe" function (:arguments ("list" "ndays" "todayp")) nil [266924 268622])
542             ("org-compile-prefix-format" function (:arguments ("key")) nil [268624 271191])
543             ("org-set-sorting-strategy" function (:arguments ("key")) nil [271193 271587])
544             ("org-get-time-of-day" function (:arguments ("s" "string" "mod24")) nil [271589 272818])
545             ("org-agenda-before-sorting-filter-function" variable nil nil [272820 273763])
546             ("org-agenda-finalize-entries" function (:arguments ("list" "type")) nil [273765 275334])
547             ("org-agenda-limit-entries" function (:arguments ("list" "prop" "limit" "fn")) nil [275336 275838])
548             ("org-agenda-limit-interactively" function
549                (:user-visible-flag t
550                 :arguments ("remove"))
551                 nil [275840 276880])
552             ("org-agenda-highlight-todo" function (:arguments ("x")) nil [276882 278804])
553             ("org-cmp-values" function (:arguments ("a" "b" "property")) nil [278806 279086])
554             ("org-cmp-effort" function (:arguments ("a" "b")) nil [279088 279575])
555             ("org-cmp-category" function (:arguments ("a" "b")) nil [279577 279881])
556             ("org-cmp-todo-state" function (:arguments ("a" "b")) nil [279883 280764])
557             ("org-cmp-alpha" function (:arguments ("a" "b")) nil [280766 281609])
558             ("org-cmp-tag" function (:arguments ("a" "b")) nil [281611 281906])
559             ("org-cmp-time" function (:arguments ("a" "b")) nil [281908 282203])
560             ("org-cmp-ts" function (:arguments ("a" "b" "type")) nil [282205 282858])
561             ("org-cmp-habit-p" function (:arguments ("a" "b")) nil [282860 283095])
562             ("org-entries-lessp" function (:arguments ("a" "b")) nil [283097 285999])
563             ("org-agenda-restriction-lock-overlay" variable (:default-value (make-overlay 1 1)) nil [286030 286167])
564             ("overlay-put" code nil nil [286168 286258])
565             ("overlay-put" code nil nil [286259 286374])
566             ("delete-overlay" code nil nil [286375 286427])
567             ("org-agenda-set-restriction-lock-from-agenda" function
568                (:user-visible-flag t
569                 :arguments ("arg"))
570                 nil [286429 287089])
571             ("org-agenda-set-restriction-lock" function
572                (:user-visible-flag t
573                 :arguments ("type"))
574                 nil [287106 288745])
575             ("org-agenda-remove-restriction-lock" function
576                (:user-visible-flag t
577                 :arguments ("noupdate"))
578                 nil [288747 289314])
579             ("org-agenda-maybe-redo" function nil nil [289316 289814])
580             ("org-agenda-check-type" function (:arguments ("error" "types")) nil [289837 290245])
581             ("org-agenda-Quit" function (:user-visible-flag t) nil [290247 290444])
582             ("org-agenda-quit" function (:user-visible-flag t) nil [290446 290804])
583             ("org-agenda--quit" function (:arguments ("bury")) nil [290806 292076])
584             ("org-agenda-exit" function (:user-visible-flag t) nil [292078 292538])
585             ("org-agenda-kill-all-agenda-buffers" function (:user-visible-flag t) nil [292540 292856])
586             ("org-agenda-execute" function
587                (:user-visible-flag t
588                 :arguments ("arg"))
589                 nil [292858 293128])
590             ("org-agenda-redo" function
591                (:user-visible-flag t
592                 :arguments ("all"))
593                 nil [293130 296213])
594             ("org-agenda-redo-all" function
595                (:user-visible-flag t
596                 :arguments ("exhaustive"))
597                 nil [296215 296590])
598             ("org-global-tags-completion-table" variable nil nil [296592 296637])
599             ("org-agenda-filter-form" variable nil nil [296638 296673])
600             ("org-agenda-filtered-by-category" variable nil nil [296674 296718])
601             ("org-agenda-filter-by-category" function
602                (:user-visible-flag t
603                 :arguments ("strip"))
604                 nil [296720 297522])
605             ("org-find-top-headline" function (:arguments ("pos")) nil [297524 297962])
606             ("org-agenda-filtered-by-top-headline" variable nil nil [297964 298012])
607             ("org-agenda-filter-by-top-headline" function
608                (:user-visible-flag t
609                 :arguments ("strip"))
610                 nil [298013 298595])
611             ("org-agenda-regexp-filter" variable nil nil [298597 298634])
612             ("org-agenda-filter-by-regexp" function
613                (:user-visible-flag t
614                 :arguments ("strip"))
615                 nil [298635 299373])
616             ("org-agenda-effort-filter" variable nil nil [299375 299412])
617             ("org-agenda-filter-by-effort" function
618                (:user-visible-flag t
619                 :arguments ("strip"))
620                 nil [299413 300995])
621             ("org-agenda-filter-remove-all" function (:user-visible-flag t) nil [300997 301500])
622             ("org-agenda-filter-by-tag" function
623                (:user-visible-flag t
624                 :arguments ("arg" "char" "exclude"))
625                 nil [301502 304597])
626             ("org-agenda-get-represented-tags" function nil nil [304599 304948])
627             ("org-agenda-filter-make-matcher" function (:arguments ("filter" "type" "expand")) nil [304951 306592])
628             ("org-agenda-filter-make-matcher-tag-exp" function (:arguments ("tags" "op")) nil [306594 307367])
629             ("org-agenda-filter-effort-form" function (:arguments ("e")) nil [307369 307796])
630             ("org-agenda-compare-effort" function (:arguments ("op" "value")) nil [307798 308258])
631             ("org-agenda-filter-expand-tags" function (:arguments ("filter" "no-operator")) nil [308260 308854])
632             ("org-agenda-filter-apply" function (:arguments ("filter" "type" "expand")) nil [308856 310084])
633             ("org-agenda-filter-top-headline-apply" function (:arguments ("hl" "negative")) nil [310086 310730])
634             ("org-agenda-filter-hide-line" function (:arguments ("type")) nil [310732 311016])
635             ("org-agenda-remove-filter" function (:arguments ("type")) nil [311018 311627])
636             ("org-agenda-filter-show-all-tag" function nil nil [311629 311705])
637             ("org-agenda-filter-show-all-re" function nil nil [311706 311784])
638             ("org-agenda-filter-show-all-effort" function nil nil [311785 311867])
639             ("org-agenda-filter-show-all-cat" function nil nil [311868 311949])
640             ("org-agenda-filter-show-all-top-filter" function nil nil [311950 312042])
641             ("org-agenda-manipulate-query-add" function (:user-visible-flag t) nil [312044 312289])
642             ("org-agenda-manipulate-query-subtract" function (:user-visible-flag t) nil [312290 312540])
643             ("org-agenda-manipulate-query-add-re" function (:user-visible-flag t) nil [312541 312788])
644             ("org-agenda-manipulate-query-subtract-re" function (:user-visible-flag t) nil [312789 313041])
645             ("org-agenda-manipulate-query" function (:arguments ("char")) nil [313042 314022])
646             ("org-add-to-string" function (:arguments ("var" "string")) nil [314024 314109])
647             ("org-agenda-goto-date" function
648                (:user-visible-flag t
649                 :arguments ("span"))
650                 nil [314111 315374])
651             ("org-agenda-goto-today" function (:user-visible-flag t) nil [315376 316026])
652             ("org-agenda-find-same-or-today-or-agenda" function (:arguments ("cnt")) nil [316028 316452])
653             ("org-agenda-backward-block" function (:user-visible-flag t) nil [316454 316584])
654             ("org-agenda-forward-block" function
655                (:user-visible-flag t
656                 :arguments ("backward"))
657                 nil [316586 317630])
658             ("org-agenda-later" function
659                (:user-visible-flag t
660                 :arguments ("arg"))
661                 nil [317632 319188])
662             ("org-agenda-earlier" function
663                (:user-visible-flag t
664                 :arguments ("arg"))
665                 nil [319190 319379])
666             ("org-agenda-view-mode-dispatch" function (:user-visible-flag t) nil [319381 320930])
667             ("org-agenda-reset-view" function (:user-visible-flag t) nil [320932 321067])
668             ("org-agenda-day-view" function
669                (:user-visible-flag t
670                 :arguments ("day-of-month"))
671                 nil [321069 321289])
672             ("org-agenda-week-view" function
673                (:user-visible-flag t
674                 :arguments ("iso-week"))
675                 nil [321291 321753])
676             ("org-agenda-fortnight-view" function
677                (:user-visible-flag t
678                 :arguments ("iso-week"))
679                 nil [321755 322232])
680             ("org-agenda-month-view" function
681                (:user-visible-flag t
682                 :arguments ("month"))
683                 nil [322234 322670])
684             ("org-agenda-year-view" function
685                (:user-visible-flag t
686                 :arguments ("year"))
687                 nil [322672 323125])
688             ("org-agenda-change-time-span" function (:arguments ("span" "n")) nil [323127 323966])
689             ("org-agenda-compute-starting-span" function (:arguments ("sd" "span" "n")) nil [323968 325313])
690             ("org-agenda-next-date-line" function
691                (:user-visible-flag t
692                 :arguments ("arg"))
693                 nil [325315 325799])
694             ("org-agenda-previous-date-line" function
695                (:user-visible-flag t
696                 :arguments ("arg"))
697                 nil [325801 326117])
698             ("org-hl" variable (:default-value (make-overlay 1 1)) nil [326147 326181])
699             ("overlay-put" code nil nil [326182 326219])
700             ("org-highlight" function (:arguments ("begin" "end" "buffer")) nil [326221 326371])
701             ("org-unhighlight" function nil nil [326373 326451])
702             ("org-unhighlight-once" function nil nil [326453 326637])
703             ("org-agenda-pre-follow-window-conf" variable nil nil [326639 326685])
704             ("org-agenda-follow-mode" function (:user-visible-flag t) nil [326686 327189])
705             ("org-agenda-entry-text-mode" function
706                (:user-visible-flag t
707                 :arguments ("arg"))
708                 nil [327191 328079])
709             ("org-agenda-clockreport-mode" function (:user-visible-flag t) nil [328081 328423])
710             ("org-agenda-log-mode" function
711                (:user-visible-flag t
712                 :arguments ("special"))
713                 nil [328425 329132])
714             ("org-agenda-archives-mode" function
715                (:user-visible-flag t
716                 :arguments ("with-files"))
717                 nil [329134 329833])
718             ("org-agenda-toggle-diary" function (:user-visible-flag t) nil [329835 330168])
719             ("org-agenda-toggle-deadlines" function (:user-visible-flag t) nil [330170 330544])
720             ("org-agenda-toggle-time-grid" function (:user-visible-flag t) nil [330546 330871])
721             ("org-agenda-set-mode-name" function nil nil [330873 333533])
722             ("org-agenda-update-agenda-type" function nil nil [333535 333771])
723             ("org-agenda-next-line" function (:user-visible-flag t) nil [333773 333956])
724             ("org-agenda-previous-line" function (:user-visible-flag t) nil [333958 334153])
725             ("org-agenda-next-item" function
726                (:user-visible-flag t
727                 :arguments ("n"))
728                 nil [334155 334514])
729             ("org-agenda-previous-item" function
730                (:user-visible-flag t
731                 :arguments ("n"))
732                 nil [334516 334869])
733             ("org-agenda-do-context-action" function nil nil [334871 335294])
734             ("org-agenda-show-tags" function (:user-visible-flag t) nil [335296 335581])
735             ("org-agenda-goto" function
736                (:user-visible-flag t
737                 :arguments ("highlight"))
738                 nil [335583 336325])
739             ("org-agenda-after-show-hook" variable nil nil [336327 336482])
740             ("org-agenda-kill" function (:user-visible-flag t) nil [336484 337832])
741             ("org-archive-default-command" variable nil nil [337834 337870])
742             ("org-agenda-archive-default" function (:user-visible-flag t) nil [337899 338105])
743             ("org-agenda-archive-default-with-confirmation" function (:user-visible-flag t) nil [338107 338340])
744             ("org-agenda-archive" function (:user-visible-flag t) nil [338342 338508])
745             ("org-agenda-archive-to-archive-sibling" function (:user-visible-flag t) nil [338510 338677])
746             ("org-agenda-archive-with" function
747                (:user-visible-flag t
748                 :arguments ("cmd" "confirm"))
749                 nil [338679 339468])
750             ("org-remove-subtree-entries-from-agenda" function (:arguments ("buf" "beg" "end")) nil [339470 340368])
751             ("org-agenda-refile" function
752                (:user-visible-flag t
753                 :arguments ("goto" "rfloc" "no-update"))
754                 nil [340370 341570])
755             ("org-agenda-open-link" function
756                (:user-visible-flag t
757                 :arguments ("arg"))
758                 nil [341572 343101])
759             ("org-agenda-copy-local-variable" function (:arguments ("var")) nil [343103 343415])
760             ("org-agenda-switch-to" function
761                (:user-visible-flag t
762                 :arguments ("delete-other-windows"))
763                 nil [343417 344298])
764             ("org-agenda-goto-mouse" function
765                (:user-visible-flag t
766                 :arguments ("ev"))
767                 nil [344300 344464])
768             ("org-agenda-show" function
769                (:user-visible-flag t
770                 :arguments ("full-entry"))
771                 nil [344466 344808])
772             ("org-agenda-show-window" variable nil nil [344810 344845])
773             ("org-agenda-show-and-scroll-up" function
774                (:user-visible-flag t
775                 :arguments ("arg"))
776                 nil [344846 345579])
777             ("org-agenda-show-scroll-down" function (:user-visible-flag t) nil [345581 345873])
778             ("org-agenda-show-1" function
779                (:user-visible-flag t
780                 :arguments ("more"))
781                 nil [345875 347483])
782             ("org-agenda-cycle-counter" variable nil nil [347485 347522])
783             ("org-agenda-cycle-show" function
784                (:user-visible-flag t
785                 :arguments ("n"))
786                 nil [347523 348431])
787             ("org-agenda-recenter" function
788                (:user-visible-flag t
789                 :arguments ("arg"))
790                 nil [348433 348659])
791             ("org-agenda-show-mouse" function
792                (:user-visible-flag t
793                 :arguments ("ev"))
794                 nil [348661 348827])
795             ("org-agenda-check-no-diary" function nil nil [348829 348994])
796             ("org-agenda-error" function nil nil [348996 349137])
797             ("org-agenda-tree-to-indirect-buffer" function
798                (:user-visible-flag t
799                 :arguments ("arg"))
800                 nil [349139 350501])
801             ("org-agenda-do-tree-to-indirect-buffer" function (:arguments ("arg")) nil [350503 350920])
802             ("org-last-heading-marker" variable (:default-value (make-marker)) nil [350922 351074])
803             ("org-agenda-todo-nextset" function (:user-visible-flag t) nil [351076 351195])
804             ("org-agenda-todo-previousset" function (:user-visible-flag t) nil [351197 351328])
805             ("org-agenda-todo" function
806                (:user-visible-flag t
807                 :arguments ("arg"))
808                 nil [351330 352952])
809             ("org-agenda-add-note" function
810                (:user-visible-flag t
811                 :arguments ("arg"))
812                 nil [352954 353437])
813             ("org-agenda-change-all-lines" function (:arguments ("newhead" "hdmarker" "fixface" "just-this")) nil [353439 356218])
814             ("org-agenda-align-tags" function (:arguments ("line")) nil [356220 357445])
815             ("org-agenda-priority-up" function (:user-visible-flag t) nil [357447 357586])
816             ("org-agenda-priority-down" function (:user-visible-flag t) nil [357588 357731])
817             ("org-agenda-priority" function
818                (:user-visible-flag t
819                 :arguments ("force-direction"))
820                 nil [357733 358840])
821             ("org-agenda-set-tags" function
822                (:user-visible-flag t
823                 :arguments ("tag" "onoff"))
824                 nil [358901 359688])
825             ("org-agenda-set-property" function (:user-visible-flag t) nil [359690 360170])
826             ("org-agenda-set-effort" function (:user-visible-flag t) nil [360172 360761])
827             ("org-agenda-toggle-archive-tag" function (:user-visible-flag t) nil [360763 361406])
828             ("org-agenda-do-date-later" function (:arguments ("arg")) nil [361408 361956])
829             ("org-agenda-do-date-earlier" function (:arguments ("arg")) nil [361958 362518])
830             ("org-agenda-date-later" function
831                (:user-visible-flag t
832                 :arguments ("arg" "what"))
833                 nil [362520 363944])
834             ("org-agenda-date-earlier" function
835                (:user-visible-flag t
836                 :arguments ("arg" "what"))
837                 nil [363946 364113])
838             ("org-agenda-date-later-minutes" function
839                (:user-visible-flag t
840                 :arguments ("arg"))
841                 nil [364115 364357])
842             ("org-agenda-date-earlier-minutes" function
843                (:user-visible-flag t
844                 :arguments ("arg"))
845                 nil [364359 364605])
846             ("org-agenda-date-later-hours" function
847                (:user-visible-flag t
848                 :arguments ("arg"))
849                 nil [364607 364753])
850             ("org-agenda-date-earlier-hours" function
851                (:user-visible-flag t
852                 :arguments ("arg"))
853                 nil [364755 364905])
854             ("org-agenda-show-new-time" function (:arguments ("marker" "stamp" "prefix")) nil [364907 365609])
855             ("org-agenda-date-prompt" function
856                (:user-visible-flag t
857                 :arguments ("arg"))
858                 nil [365611 366455])
859             ("org-agenda-schedule" function
860                (:user-visible-flag t
861                 :arguments ("arg" "time"))
862                 nil [366457 367117])
863             ("org-agenda-deadline" function
864                (:user-visible-flag t
865                 :arguments ("arg" "time"))
866                 nil [367119 367698])
867             ("org-agenda-clock-in" function
868                (:user-visible-flag t
869                 :arguments ("arg"))
870                 nil [367700 368451])
871             ("org-agenda-clock-out" function (:user-visible-flag t) nil [368453 369108])
872             ("org-agenda-clock-cancel" function
873                (:user-visible-flag t
874                 :arguments ("arg"))
875                 nil [369110 369378])
876             ("org-agenda-clock-goto" function (:user-visible-flag t) nil [369380 370082])
877             ("org-agenda-diary-entry-in-org-file" function nil nil [370084 371997])
878             ("org-agenda-insert-diary-strategy" variable (:default-value (quote date-tree)) nil [371999 372520])
879             ("org-agenda-insert-diary-extract-time" variable nil nil [372522 372701])
880             ("org-agenda-bulk-mark-char" variable (:default-value ">") nil [372703 372858])
881             ("org-agenda-add-entry-to-org-agenda-diary-file" function (:arguments ("type" "text" "d1" "d2")) nil [372860 375815])
882             ("org-agenda-insert-diary-as-top-level" function (:arguments ("text")) nil [375817 376261])
883             ("org-agenda-insert-diary-make-new-entry" function (:arguments ("text")) nil [376263 377139])
884             ("org-agenda-diary-entry" function (:user-visible-flag t) nil [377141 379035])
885             ("org-agenda-execute-calendar-command" function (:arguments ("cmd")) nil [379037 379880])
886             ("org-agenda-phases-of-moon" function (:user-visible-flag t) nil [379882 380073])
887             ("org-agenda-holidays" function (:user-visible-flag t) nil [380075 380251])
888             ("calendar-longitude" variable nil nil [380253 380280])
889             ("calendar-latitude" variable nil nil [380311 380337])
890             ("calendar-location-name" variable nil nil [380369 380400])
891             ("org-agenda-sunrise-sunset" function
892                (:user-visible-flag t
893                 :arguments ("arg"))
894                 nil [380428 381010])
895             ("org-agenda-goto-calendar" function (:user-visible-flag t) nil [381012 381504])
896             ("org-calendar-goto-agenda" function (:user-visible-flag t) nil [381521 381991])
897             ("org-agenda-convert-date" function nil nil [381993 383357])
898             ("org-agenda-bulk-marked-p" function nil nil [383378 383551])
899             ("org-agenda-bulk-mark" function
900                (:user-visible-flag t
901                 :arguments ("arg"))
902                 nil [383553 384504])
903             ("org-agenda-bulk-mark-all" function (:user-visible-flag t) nil [384506 384645])
904             ("org-agenda-bulk-mark-regexp" function
905                (:user-visible-flag t
906                 :arguments ("regexp"))
907                 nil [384647 385366])
908             ("org-agenda-bulk-unmark" function
909                (:user-visible-flag t
910                 :arguments ("arg"))
911                 nil [385368 386149])
912             ("org-agenda-bulk-toggle-all" function (:user-visible-flag t) nil [386151 386419])
913             ("org-agenda-bulk-toggle" function (:user-visible-flag t) nil [386421 386608])
914             ("org-agenda-bulk-remove-overlays" function
915                (:user-visible-flag t
916                 :arguments ("beg" "end"))
917                 nil [386610 387084])
918             ("org-agenda-bulk-unmark-all" function (:user-visible-flag t) nil [387086 387419])
919             ("org-agenda-persistent-marks" variable nil nil [387421 387670])
920             ("org-agenda-bulk-action" function
921                (:user-visible-flag t
922                 :arguments ("arg"))
923                 nil [387672 394100])
924             ("org-agenda-capture" function
925                (:user-visible-flag t
926                 :arguments ("with-time"))
927                 nil [394102 394543])
928             ("org-agenda-reapply-filters" function nil nil [394589 395150])
929             ("org-agenda-drag-line-forward" function
930                (:user-visible-flag t
931                 :arguments ("arg" "backward"))
932                 nil [395152 395983])
933             ("org-agenda-drag-line-backward" function
934                (:user-visible-flag t
935                 :arguments ("arg"))
936                 nil [395985 396134])
937             ("org-agenda-show-the-flagging-note" function (:user-visible-flag t) nil [396156 397385])
938             ("org-agenda-remove-flag" function (:arguments ("marker")) nil [397387 397743])
939             ("org-agenda-get-any-marker" function (:arguments ("pos")) nil [397745 397922])
940             ("appt-time-msg-list" variable nil nil [397951 397978])
941             ("org-agenda-to-appt" function
942                (:user-visible-flag t
943                 :arguments ("refresh" "filter" "args"))
944                 nil [398016 402148])
945             ("org-agenda-today-p" function (:arguments ("date")) nil [402150 402514])
946             ("org-agenda-todo-yesterday" function
947                (:user-visible-flag t
948                 :arguments ("arg"))
949                 nil [402516 402821])
950             ("org-agenda" package nil nil [402823 402844]))          
951       :file "org-agenda.el"
952       :pointmax 402874
953       :fsize 402877
954       :lastmodtime '(23525 29589 0 0)
955       :unmatched-syntax nil)
956     (semanticdb-table "semanticdb-table"
957       :major-mode emacs-lisp-mode
958       :tags 
959         '( ("org-inhibit-highlight-removal" variable nil nil [2832 2874])
960             ("defvar-local" code nil nil [2902 3006])
961             ("cl-lib" include nil nil [3037 3054])
962             ("gnus-sum" include nil nil [3075 3094])
963             ("calendar" include nil nil [3097 3116])
964             ("find-func" include nil nil [3117 3137])
965             ("format-spec" include nil nil [3138 3160])
966             ("or" code nil nil [3162 3557])
967             ("org-macs" include nil nil [3559 3578])
968             ("org-compat" include nil nil [3579 3600])
969             ("org-outline-regexp" variable (:default-value "\\*+ ") nil [3975 4045])
970             ("org-outline-regexp-bol" variable (:default-value "^\\*+ ") nil [4047 4232])
971             ("org-heading-regexp" variable (:default-value "^\\(\\*+\\)\\(?: +\\(.*?\\)\\)?[     ]*$") nil [4234 4420])
972             ("declare-function" code nil nil [4422 4482])
973             ("declare-function" code nil nil [4483 4554])
974             ("declare-function" code nil nil [4555 4628])
975             ("declare-function" code nil nil [4629 4691])
976             ("declare-function" code nil nil [4692 4767])
977             ("declare-function" code nil nil [4768 4856])
978             ("declare-function" code nil nil [4857 4920])
979             ("declare-function" code nil nil [4921 4992])
980             ("declare-function" code nil nil [4993 5079])
981             ("declare-function" code nil nil [5080 5147])
982             ("declare-function" code nil nil [5148 5215])
983             ("declare-function" code nil nil [5216 5309])
984             ("declare-function" code nil nil [5310 5395])
985             ("declare-function" code nil nil [5396 5489])
986             ("declare-function" code nil nil [5490 5566])
987             ("declare-function" code nil nil [5567 5637])
988             ("declare-function" code nil nil [5638 5706])
989             ("declare-function" code nil nil [5707 5768])
990             ("declare-function" code nil nil [5769 5822])
991             ("declare-function" code nil nil [5823 5882])
992             ("declare-function" code nil nil [5883 5977])
993             ("declare-function" code nil nil [5978 6034])
994             ("declare-function" code nil nil [6035 6099])
995             ("declare-function" code nil nil [6100 6172])
996             ("declare-function" code nil nil [6173 6236])
997             ("declare-function" code nil nil [6237 6309])
998             ("declare-function" code nil nil [6310 6367])
999             ("declare-function" code nil nil [6368 6434])
1000             ("declare-function" code nil nil [6435 6520])
1001             ("declare-function" code nil nil [6521 6580])
1002             ("declare-function" code nil nil [6581 6650])
1003             ("declare-function" code nil nil [6651 6745])
1004             ("declare-function" code nil nil [6746 6818])
1005             ("declare-function" code nil nil [6819 6901])
1006             ("declare-function" code nil nil [6902 6971])
1007             ("declare-function" code nil nil [6972 7031])
1008             ("declare-function" code nil nil [7032 7093])
1009             ("declare-function" code nil nil [7094 7146])
1010             ("declare-function" code nil nil [7147 7210])
1011             ("declare-function" code nil nil [7211 7274])
1012             ("declare-function" code nil nil [7275 7343])
1013             ("declare-function" code nil nil [7344 7415])
1014             ("declare-function" code nil nil [7416 7481])
1015             ("declare-function" code nil nil [7482 7531])
1016             ("declare-function" code nil nil [7532 7601])
1017             ("declare-function" code nil nil [7602 7675])
1018             ("declare-function" code nil nil [7676 7731])
1019             ("declare-function" code nil nil [7732 7807])
1020             ("declare-function" code nil nil [7808 7884])
1021             ("declare-function" code nil nil [7885 7946])
1022             ("declare-function" code nil nil [7947 8004])
1023             ("declare-function" code nil nil [8005 8072])
1024             ("declare-function" code nil nil [8073 8140])
1025             ("declare-function" code nil nil [8141 8208])
1026             ("declare-function" code nil nil [8209 8285])
1027             ("declare-function" code nil nil [8286 8348])
1028             ("declare-function" code nil nil [8349 8415])
1029             ("declare-function" code nil nil [8416 8468])
1030             ("declare-function" code nil nil [8469 8528])
1031             ("declare-function" code nil nil [8529 8605])
1032             ("declare-function" code nil nil [8606 8732])
1033             ("declare-function" code nil nil [8733 8791])
1034             ("declare-function" code nil nil [8792 8865])
1035             ("declare-function" code nil nil [8866 8930])
1036             ("declare-function" code nil nil [8931 8989])
1037             ("declare-function" code nil nil [8990 9043])
1038             ("declare-function" code nil nil [9044 9133])
1039             ("declare-function" code nil nil [9134 9222])
1040             ("ffap-url-regexp" variable nil nil [9224 9248])
1041             ("org-element-paragraph-separate" variable nil nil [9249 9288])
1042             ("org-uniquify" function (:arguments ("list")) nil [9290 9434])
1043             ("org-get-at-bol" function (:arguments ("property")) nil [9436 9575])
1044             ("org-trim" function (:arguments ("s" "keep-lead")) nil [9577 9956])
1045             ("org-babel-load-languages" variable nil nil [10021 10054])
1046             ("org-babel-do-load-languages" function (:arguments ("sym" "value")) nil [10071 10519])
1047             ("declare-function" code nil nil [10521 10607])
1048             ("org-babel-load-file" function
1049                (:user-visible-flag t
1050                 :arguments ("file" "compile"))
1051                 nil [10623 11829])
1052             ("org-babel-load-languages" variable (:default-value (quote ((emacs-lisp . t)))) nil [11831 14040])
1053             ("org-clone-delete-id" variable nil nil [14071 14339])
1054             ("org-check-version" code nil nil [14353 14372])
1055             ("org-version" function
1056                (:user-visible-flag t
1057                 :arguments ("here" "full" "message"))
1058                 nil [14389 15689])
1059             ("org-version" variable
1060                (:constant-flag t
1061                 :default-value (org-version))
1062                 nil [15691 15727])
1063             ("org-block-regexp" variable
1064                (:constant-flag t
1065                 :default-value "^[     ]*#\\+begin_?\\([^ 
1066 ]+\\)\\(\\([^
1067 ]+\\)\\)?
1068 \\([^]+?\\)#\\+end_?\\1[     ]*$")
1069                 nil [15765 15925])
1070             ("org-dblock-start-re" variable
1071                (:constant-flag t
1072                 :default-value "^[     ]*#\\+\\(?:BEGIN\\|begin\\):[     ]+\\(\\S-+\\)\\([     ]+\\(.*\\)\\)?")
1073                 nil [15927 16097])
1074             ("org-dblock-end-re" variable
1075                (:constant-flag t
1076                 :default-value "^[     ]*#\\+\\(?:END\\|end\\)\\([:     
1077 ]\\|$\\)")
1078                 nil [16099 16218])
1079             ("org-clock-string" variable
1080                (:constant-flag t
1081                 :default-value "CLOCK:")
1082                 nil [16245 16354])
1083             ("org-closed-string" variable (:default-value "CLOSED:") nil [16356 16467])
1084             ("org-deadline-string" variable (:default-value "DEADLINE:") nil [16469 16735])
1085             ("org-scheduled-string" variable (:default-value "SCHEDULED:") nil [16737 17011])
1086             ("org-ds-keyword-length" variable
1087                (:constant-flag t
1088                 :default-value (+ 2 (apply (function max) (mapcar (function length) (list org-deadline-string org-scheduled-string org-clock-string org-closed-string)))))
1089                 nil [17013 17248])
1090             ("org-planning-line-re" variable
1091                (:constant-flag t
1092                 :default-value (concat "^[     ]*" (regexp-opt (list org-closed-string org-deadline-string org-scheduled-string) t)))
1093                 nil [17250 17464])
1094             ("org-clock-line-re" variable
1095                (:constant-flag t
1096                 :default-value (concat "^[     ]*" org-clock-string))
1097                 nil [17466 17568])
1098             ("org-deadline-regexp" variable
1099                (:constant-flag t
1100                 :default-value (concat "\\<" org-deadline-string))
1101                 nil [17570 17669])
1102             ("org-deadline-time-regexp" variable
1103                (:constant-flag t
1104                 :default-value (concat "\\<" org-deadline-string " *<\\([^>]+\\)>"))
1105                 nil [17671 17822])
1106             ("org-deadline-time-hour-regexp" variable
1107                (:constant-flag t
1108                 :default-value (concat "\\<" org-deadline-string " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9-+:hdwmy     .]*\\)>"))
1109                 nil [17824 18037])
1110             ("org-deadline-line-regexp" variable
1111                (:constant-flag t
1112                 :default-value (concat "\\<\\(" org-deadline-string "\\).*"))
1113                 nil [18039 18181])
1114             ("org-scheduled-regexp" variable
1115                (:constant-flag t
1116                 :default-value (concat "\\<" org-scheduled-string))
1117                 nil [18183 18285])
1118             ("org-scheduled-time-regexp" variable
1119                (:constant-flag t
1120                 :default-value (concat "\\<" org-scheduled-string " *<\\([^>]+\\)>"))
1121                 nil [18287 18441])
1122             ("org-scheduled-time-hour-regexp" variable
1123                (:constant-flag t
1124                 :default-value (concat "\\<" org-scheduled-string " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9-+:hdwmy     .]*\\)>"))
1125                 nil [18443 18659])
1126             ("org-closed-time-regexp" variable
1127                (:constant-flag t
1128                 :default-value (concat "\\<" org-closed-string " *\\[\\([^]]+\\)\\]"))
1129                 nil [18661 18810])
1130             ("org-keyword-time-regexp" variable
1131                (:constant-flag t
1132                 :default-value (concat "\\<" (regexp-opt (list org-scheduled-string org-deadline-string org-closed-string org-clock-string) t) " *[[<]\\([^]>]+\\)[]>]"))
1133                 nil [18812 19068])
1134             ("org-keyword-time-not-clock-regexp" variable
1135                (:constant-flag t
1136                 :default-value (concat "\\<" (regexp-opt (list org-scheduled-string org-deadline-string org-closed-string) t) " *[[<]\\([^]>]+\\)[]>]"))
1137                 nil [19070 19315])
1138             ("org-maybe-keyword-time-regexp" variable
1139                (:constant-flag t
1140                 :default-value (concat "\\(\\<" (regexp-opt (list org-scheduled-string org-deadline-string org-closed-string org-clock-string) t) "\\)?" " *\\([[<][0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^]
1141 >]*?[]>]" "\\|" "<%%([^
1142 >]*>\\)"))
1143                 nil [19317 19658])
1144             ("org-all-time-keywords" variable
1145                (:constant-flag t
1146                 :default-value (mapcar (lambda (w) (substring w 0 -1)) (list org-scheduled-string org-deadline-string org-clock-string org-closed-string)))
1147                 nil [19660 19850])
1148             ("org-drawer-regexp" variable
1149                (:constant-flag t
1150                 :default-value "^[     ]*:\\(\\(?:\\w\\|[-_]\\)+\\):[     ]*$")
1151                 nil [19865 20030])
1152             ("org-property-start-re" variable
1153                (:constant-flag t
1154                 :default-value "^[     ]*:PROPERTIES:[     ]*$")
1155                 nil [20032 20162])
1156             ("org-property-end-re" variable
1157                (:constant-flag t
1158                 :default-value "^[     ]*:END:[     ]*$")
1159                 nil [20164 20284])
1160             ("org-clock-drawer-start-re" variable
1161                (:constant-flag t
1162                 :default-value "^[     ]*:CLOCK:[     ]*$")
1163                 nil [20286 20412])
1164             ("org-clock-drawer-end-re" variable
1165                (:constant-flag t
1166                 :default-value "^[     ]*:END:[     ]*$")
1167                 nil [20414 20535])
1168             ("org-property-drawer-re" variable
1169                (:constant-flag t
1170                 :default-value (concat "^[     ]*:PROPERTIES:[     ]*
1171 " "\\(?:[     ]*:\\S-+:\\(?: .*\\)?[     ]*
1172 \\)*?" "[     ]*:END:[     ]*$"))
1173                 nil [20537 20723])
1174             ("org-clock-drawer-re" variable
1175                (:constant-flag t
1176                 :default-value (concat "\\(" org-clock-drawer-start-re "\\)[^]*?\\(" org-clock-drawer-end-re "\\)
1177 ?"))
1178                 nil [20725 20888])
1179             ("org-heading-keyword-regexp-format" variable
1180                (:constant-flag t
1181                 :default-value "^\\(\\*+\\)\\(?: +%s\\)\\(?: +\\(.*?\\)\\)?[     ]*$")
1182                 nil [20905 21255])
1183             ("org-heading-keyword-maybe-regexp-format" variable
1184                (:constant-flag t
1185                 :default-value "^\\(\\*+\\)\\(?: +%s\\)?\\(?: +\\(.*?\\)\\)?[     ]*$")
1186                 nil [21257 21604])
1187             ("org-archive-tag" variable
1188                (:constant-flag t
1189                 :default-value "ARCHIVE")
1190                 nil [21606 21797])
1191             ("org-comment-string" variable
1192                (:constant-flag t
1193                 :default-value "COMMENT")
1194                 nil [21819 22022])
1195             ("org-latex-regexps" variable
1196                (:constant-flag t
1197                 :default-value (quote (("begin" "^[     ]*\\(\\\\begin{\\([a-zA-Z0-9\\*]+\\)[^]+?\\\\end{\\2}\\)" 1 t) ("$1" "\\([^$]\\|^\\)\\(\\$[^     
1198 ,;.$]\\$\\)\\(\\s.\\|\\s-\\|\\s(\\|\\s)\\|\\s\"\\|\\|'\\|$\\)" 2 nil) ("$" "\\([^$]\\|^\\)\\(\\(\\$\\([^     
1199 ,;.$][^$
1200 ]*?\\(
1201 [^$
1202 ]*?\\)\\{0,2\\}[^     
1203 ,.$]\\)\\$\\)\\)\\(\\s.\\|\\s-\\|\\s(\\|\\s)\\|\\s\"\\|\\|'\\|$\\)" 2 nil) ("\\(" "\\\\([^]*?\\\\)" 0 nil) ("\\[" "\\\\\\[[^]*?\\\\\\]" 0 nil) ("$$" "\\$\\$[^]*?\\$\\$" 0 nil))))
1204                 nil [22065 22858])
1205             ("org-effort-property" variable
1206                (:constant-flag t
1207                 :default-value "Effort")
1208                 nil [22880 23060])
1209             ("org-table-any-line-regexp" variable
1210                (:constant-flag t
1211                 :default-value "^[     ]*\\(|\\|\\+-[-+]\\)")
1212                 nil [23074 23182])
1213             ("org-table-line-regexp" variable
1214                (:constant-flag t
1215                 :default-value "^[     ]*|")
1216                 nil [23184 23262])
1217             ("org-table-dataline-regexp" variable
1218                (:constant-flag t
1219                 :default-value "^[     ]*|[^-]")
1220                 nil [23264 23350])
1221             ("org-table-hline-regexp" variable
1222                (:constant-flag t
1223                 :default-value "^[     ]*|-")
1224                 nil [23352 23433])
1225             ("org-table1-hline-regexp" variable
1226                (:constant-flag t
1227                 :default-value "^[     ]*\\+-[-+]")
1228                 nil [23435 23524])
1229             ("org-table-any-border-regexp" variable
1230                (:constant-flag t
1231                 :default-value "^[     ]*[^|+     ]")
1232                 nil [23526 23688])
1233             ("org-TBLFM-regexp" variable
1234                (:constant-flag t
1235                 :default-value "^[     ]*#\\+TBLFM: ")
1236                 nil [23690 23765])
1237             ("org-ts-regexp" variable
1238                (:constant-flag t
1239                 :default-value "<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^
1240 >]*?\\)>")
1241                 nil [23783 23921])
1242             ("org-ts-regexp-inactive" variable
1243                (:constant-flag t
1244                 :default-value "\\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^
1245 >]*?\\)\\]")
1246                 nil [23923 24085])
1247             ("org-ts-regexp-both" variable
1248                (:constant-flag t
1249                 :default-value "[[<]\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^]
1250 >]*?\\)[]>]")
1251                 nil [24087 24237])
1252             ("org-ts-regexp0" variable
1253                (:constant-flag t
1254                 :default-value "\\(\\([0-9]\\{4\\}\\)-\\([0-9]\\{2\\}\\)-\\([0-9]\\{2\\}\\)\\( +[^]+0-9>
1255  -]+\\)?\\( +\\([0-9]\\{1,2\\}\\):\\([0-9]\\{2\\}\\)\\)?\\)")
1256                 nil [24239 24589])
1257             ("org-ts-regexp1" variable
1258                (:constant-flag t
1259                 :default-value "\\(\\([0-9]\\{4\\}\\)-\\([0-9]\\{2\\}\\)-\\([0-9]\\{2\\}\\) *\\([^]+0-9>
1260  -]*\\)\\( \\([0-9]\\{1,2\\}\\):\\([0-9]\\{2\\}\\)\\)?\\)")
1261                 nil [24591 24811])
1262             ("org-ts-regexp2" variable
1263                (:constant-flag t
1264                 :default-value (concat "<" org-ts-regexp1 "[^>
1265 ]\\{0,16\\}>"))
1266                 nil [24813 24944])
1267             ("org-ts-regexp3" variable
1268                (:constant-flag t
1269                 :default-value (concat "[[<]" org-ts-regexp1 "[^]>
1270 ]\\{0,16\\}[]>]"))
1271                 nil [24946 25096])
1272             ("org-tr-regexp" variable
1273                (:constant-flag t
1274                 :default-value (concat org-ts-regexp "--?-?" org-ts-regexp))
1275                 nil [25098 25219])
1276             ("org-tr-regexp-both" variable
1277                (:constant-flag t
1278                 :default-value (concat org-ts-regexp-both "--?-?" org-ts-regexp-both))
1279                 nil [25221 25359])
1280             ("org-tsr-regexp" variable
1281                (:constant-flag t
1282                 :default-value (concat org-ts-regexp "\\(--?-?" org-ts-regexp "\\)?"))
1283                 nil [25361 25512])
1284             ("org-tsr-regexp-both" variable
1285                (:constant-flag t
1286                 :default-value (concat org-ts-regexp-both "\\(--?-?" org-ts-regexp-both "\\)?"))
1287                 nil [25514 25730])
1288             ("org-repeat-re" variable
1289                (:constant-flag t
1290                 :default-value "<[0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [^>
1291 ]*?\\([.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)")
1292                 nil [25732 25963])
1293             ("org-time-stamp-formats" variable
1294                (:constant-flag t
1295                 :default-value (quote ("<%Y-%m-%d %a>" . "<%Y-%m-%d %a %H:%M>")))
1296                 nil [25965 26110])
1297             ("org" customgroup (:user-visible-flag t) nil [26140 26259])
1298             ("org-mode-hook" variable nil nil [26261 26380])
1299             ("org-load-hook" variable nil nil [26382 26490])
1300             ("org-log-buffer-setup-hook" variable nil nil [26492 26636])
1301             ("org-modules" variable nil nil [26638 26658])
1302             ("org-modules-loaded" variable nil nil [26676 26749])
1303             ("org-load-modules-maybe" function (:arguments ("force")) nil [26751 27065])
1304             ("org-set-modules" function (:arguments ("var" "value")) nil [27067 27292])
1305             ("org-modules" variable (:default-value (quote (org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail))) nil [27294 32693])
1306             ("org-export-registered-backends" variable nil nil [32695 32734])
1307             ("declare-function" code nil nil [32749 32826])
1308             ("declare-function" code nil nil [32827 32886])
1309             ("org-export-backends" variable (:default-value (quote (ascii html icalendar latex odt))) nil [32887 37127])
1310             ("eval-after-load" code nil nil [37129 37357])
1311             ("org-support-shift-select" variable nil nil [37359 39485])
1312             ("org-loop-over-headlines-in-active-region" variable nil nil [39487 40576])
1313             ("org-startup" customgroup (:user-visible-flag t) nil [40578 40683])
1314             ("org-startup-folded" variable (:default-value t) nil [40685 41436])
1315             ("org-startup-truncated" variable (:default-value t) nil [41438 42208])
1316             ("org-startup-indented" variable nil nil [42210 42586])
1317             ("org-use-sub-superscripts" variable (:default-value t) nil [42588 44020])
1318             ("org-startup-with-beamer-mode" variable nil nil [44022 44310])
1319             ("org-startup-align-all-tables" variable nil nil [44312 44756])
1320             ("org-startup-with-inline-images" variable nil nil [44758 45092])
1321             ("org-startup-with-latex-preview" variable nil nil [45094 45468])
1322             ("org-insert-mode-line-in-empty-file" variable nil nil [45470 45938])
1323             ("org-replace-disputed-keys" variable nil nil [45940 46666])
1324             ("org-use-extra-keys" variable nil nil [46668 46953])
1325             ("defvaralias" code nil nil [46955 47015])
1326             ("org-disputed-keys" variable (:default-value (quote (([(shift up)] . [(meta p)]) ([(shift down)] . [(meta n)]) ([(shift left)] . [(meta -)]) ([(shift right)] . [(meta +)]) ([(control shift right)] . [(meta shift +)]) ([(control shift left)] . [(meta shift -)])))) nil [47017 47701])
1327             ("org-key" function (:arguments ("key")) nil [47703 48060])
1328             ("org-defkey" function (:arguments ("keymap" "key" "def")) nil [48062 48202])
1329             ("org-ellipsis" variable nil nil [48204 48711])
1330             ("org-display-table" variable nil nil [48713 48814])
1331             ("org-keywords" customgroup (:user-visible-flag t) nil [48816 48905])
1332             ("org-closed-keep-when-no-todo" variable nil nil [48907 49133])
1333             ("org-structure" customgroup (:user-visible-flag t) nil [49135 49259])
1334             ("org-reveal-location" customgroup (:user-visible-flag t) nil [49261 49409])
1335             ("org-show-context-detail" variable (:default-value (quote ((agenda . local) (bookmark-jump . lineage) (isearch . lineage) (default . ancestors)))) nil [49411 52266])
1336             ("org-indirect-buffer-display" variable (:default-value (quote other-window)) nil [52268 53162])
1337             ("org-use-speed-commands" variable nil nil [53164 53752])
1338             ("org-speed-commands-user" variable nil nil [53754 54715])
1339             ("org-bookmark-names-plist" variable (:default-value (quote (:last-capture "org-capture-last-stored" :last-refile "org-refile-last-stored" :last-capture-marker "org-capture-last-stored-marker"))) nil [54717 55275])
1340             ("org-cycle" customgroup (:user-visible-flag t) nil [55277 55399])
1341             ("org-cycle-skip-children-state-if-no-children" variable (:default-value t) nil [55401 55566])
1342             ("org-cycle-max-level" variable nil nil [55568 56224])
1343             ("org-hide-block-startup" variable nil nil [56226 56475])
1344             ("org-cycle-global-at-bob" variable nil nil [56477 57075])
1345             ("org-cycle-level-after-item/entry-creation" variable (:default-value t) nil [57077 57796])
1346             ("org-cycle-emulate-tab" variable (:default-value t) nil [57798 58504])
1347             ("org-cycle-separator-lines" variable (:default-value 2) nil [58506 59268])
1348             ("put" code nil nil [59269 59332])
1349             ("org-pre-cycle-hook" variable nil nil [59334 59803])
1350             ("org-cycle-hook" variable (:default-value (quote (org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change))) nil [59805 60486])
1351             ("org-edit-structure" customgroup (:user-visible-flag t) nil [60488 60627])
1352             ("org-odd-levels-only" variable nil nil [60629 61223])
1353             ("org-adapt-indentation" variable (:default-value t) nil [61225 62307])
1354             ("org-special-ctrl-a/e" variable nil nil [62309 63929])
1355             ("defvaralias" code nil nil [63930 63985])
1356             ("org-special-ctrl-k" variable nil nil [63987 64506])
1357             ("org-ctrl-k-protect-subtree" variable nil nil [64508 65121])
1358             ("org-special-ctrl-o" variable (:default-value t) nil [65123 65255])
1359             ("org-catch-invisible-edits" variable nil nil [65257 66422])
1360             ("org-yank-folded-subtrees" variable (:default-value t) nil [66424 66846])
1361             ("org-yank-adjusted-subtrees" variable nil nil [66848 67096])
1362             ("org-M-RET-may-split-line" variable (:default-value (quote ((default . t)))) nil [67098 67873])
1363             ("org-insert-heading-respect-content" variable nil nil [67876 68280])
1364             ("org-blank-before-new-entry" variable (:default-value (quote ((heading . auto) (plain-list-item . auto)))) nil [68282 69009])
1365             ("org-insert-heading-hook" variable nil nil [69011 69143])
1366             ("org-enable-fixed-width-editor" variable (:default-value t) nil [69145 69419])
1367             ("org-goto-auto-isearch" variable (:default-value t) nil [69421 69873])
1368             ("org-sparse-trees" customgroup (:user-visible-flag t) nil [69875 70005])
1369             ("org-highlight-sparse-tree-matches" variable (:default-value t) nil [70007 70265])
1370             ("org-remove-highlights-with-change" variable (:default-value t) nil [70267 70736])
1371             ("org-occur-case-fold-search" variable (:default-value t) nil [70738 71150])
1372             ("org-occur-hook" variable (:default-value (quote (org-first-headline-recenter))) nil [71152 71406])
1373             ("org-imenu-and-speedbar" customgroup (:user-visible-flag t) nil [71408 71556])
1374             ("org-imenu-depth" variable (:default-value 2) nil [71558 71733])
1375             ("org-table" customgroup (:user-visible-flag t) nil [71735 71835])
1376             ("org-self-insert-cluster-for-undo" variable nil nil [71837 72172])
1377             ("org-table-tab-recognizes-table.el" variable (:default-value t) nil [72174 72434])
1378             ("org-link" customgroup (:user-visible-flag t) nil [72436 72533])
1379             ("defvar-local" code nil nil [72535 72695])
1380             ("org-link-parameters" variable (:default-value (quote (("doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path)))) ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path)))) ("https" :follow (lambda (path) (browse-url (concat "https:" path)))) ("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path)))) ("news" :follow (lambda (path) (browse-url (concat "news:" path)))) ("shell" :follow org--open-shell-link)))) nil [72697 74725])
1381             ("org-link-get-parameter" function (:arguments ("type" "key")) nil [74727 74912])
1382             ("org-link-set-parameters" function (:arguments ("type" "parameters")) nil [74914 75293])
1383             ("org-link-types" function nil nil [75295 75396])
1384             ("org-link-abbrev-alist" variable nil nil [75398 76617])
1385             ("org-descriptive-links" variable (:default-value t) nil [76619 77074])
1386             ("org-link-file-path-type" variable (:default-value (quote adaptive)) nil [77076 77701])
1387             ("defvaralias" code nil nil [77703 77757])
1388             ("org-highlight-links" variable (:default-value (quote (bracket angle plain radio tag date footnote))) nil [77758 79161])
1389             ("org-make-link-description-function" variable nil nil [79163 79523])
1390             ("org-link-store" customgroup (:user-visible-flag t) nil [79525 79647])
1391             ("org-url-hexify-p" variable (:default-value t) nil [79649 79790])
1392             ("org-email-link-description-format" variable (:default-value "Email %c: %.30s") nil [79792 80593])
1393             ("org-from-is-user-regexp" variable (:default-value (let (r1 r2) (when (and user-mail-address (not (string= user-mail-address ""))) (setq r1 (concat "\\<" (regexp-quote user-mail-address) "\\>"))) (when (and user-full-name (not (string= user-full-name ""))) (setq r2 (concat "\\<" (regexp-quote user-full-name) "\\>"))) (if (and r1 r2) (concat r1 "\\|" r2) (or r1 r2)))) nil [80595 81155])
1394             ("org-context-in-file-links" variable (:default-value t) nil [81157 81838])
1395             ("org-keep-stored-link-after-insertion" variable nil nil [81840 82443])
1396             ("org-link-follow" customgroup (:user-visible-flag t) nil [82445 82571])
1397             ("org-link-translation-function" variable nil nil [82573 83281])
1398             ("org-follow-link-hook" variable nil nil [83283 83412])
1399             ("org-tab-follows-link" variable nil nil [83414 83674])
1400             ("org-return-follows-link" variable nil nil [83676 83866])
1401             ("org-mouse-1-follows-link" variable (:default-value (if (boundp (quote mouse-1-click-follows-link)) mouse-1-click-follows-link t)) nil [83868 84421])
1402             ("org-mark-ring-length" variable (:default-value 4) nil [84423 84623])
1403             ("org-link-search-must-match-exact-headline" variable (:default-value (quote query-to-create)) nil [84625 85266])
1404             ("org-link-frame-setup" variable (:default-value (quote ((vm . vm-visit-folder-other-frame) (vm-imap . vm-visit-imap-folder-other-frame) (gnus . org-gnus-no-new-news) (file . find-file-other-window) (wl . wl-other-frame)))) nil [85268 86841])
1405             ("org-display-internal-link-with-indirect-buffer" variable nil nil [86843 87434])
1406             ("org-open-non-existing-files" variable nil nil [87436 87805])
1407             ("org-open-directory-means-index-dot-org" variable nil nil [87807 88075])
1408             ("org-confirm-shell-link-function" variable (:default-value (quote yes-or-no-p)) nil [88077 88786])
1409             ("put" code nil nil [88787 88904])
1410             ("org-confirm-shell-link-not-regexp" variable nil nil [88906 89065])
1411             ("org-confirm-elisp-link-function" variable (:default-value (quote yes-or-no-p)) nil [89067 89801])
1412             ("put" code nil nil [89802 89919])
1413             ("org-confirm-elisp-link-not-regexp" variable nil nil [89921 90080])
1414             ("org-file-apps-defaults-gnu" variable
1415                (:constant-flag t
1416                 :default-value (quote ((remote . emacs) (system . mailcap) (t . mailcap))))
1417                 nil [90082 90264])
1418             ("org-file-apps-defaults-macosx" variable
1419                (:constant-flag t
1420                 :default-value (quote ((remote . emacs) (system . "open %s") ("ps.gz" . "gv %s") ("eps.gz" . "gv %s") ("dvi" . "xdvi %s") ("fig" . "xfig %s") (t . "open %s"))))
1421                 nil [90266 90680])
1422             ("org-file-apps-defaults-windowsnt" variable
1423                (:constant-flag t
1424                 :default-value (list (quote (remote . emacs)) (cons (quote system) (lambda (file _path) (with-no-warnings (w32-shell-execute "open" file)))) (cons t (lambda (file _path) (with-no-warnings (w32-shell-execute "open" file))))))
1425                 nil [90682 91050])
1426             ("org-file-apps" variable (:default-value (quote ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)))) nil [91052 95976])
1427             ("org-doi-server-url" variable (:default-value "http://dx.doi.org/") nil [95978 96120])
1428             ("org-refile" customgroup (:user-visible-flag t) nil [96122 96234])
1429             ("org-directory" variable (:default-value "~/org") nil [96236 96823])
1430             ("org-default-notes-file" variable (:default-value (convert-standard-filename "~/.notes")) nil [96825 97087])
1431             ("org-goto-interface" variable (:default-value (quote outline)) nil [97089 97762])
1432             ("org-goto-max-level" variable (:default-value 5) nil [97764 97906])
1433             ("org-reverse-note-order" variable nil nil [97908 98391])
1434             ("org-log-refile" variable nil nil [98393 99204])
1435             ("org-refile-targets" variable nil nil [99206 101530])
1436             ("org-refile-target-verify-function" variable nil nil [101532 102218])
1437             ("org-refile-use-cache" variable nil nil [102220 102849])
1438             ("org-refile-use-outline-path" variable nil nil [102851 103557])
1439             ("org-outline-path-complete-in-steps" variable (:default-value t) nil [103559 104152])
1440             ("org-refile-allow-creating-parent-nodes" variable nil nil [104154 104875])
1441             ("org-refile-active-region-within-subtree" variable nil nil [104877 105281])
1442             ("org-todo" customgroup (:user-visible-flag t) nil [105283 105385])
1443             ("org-progress" customgroup (:user-visible-flag t) nil [105387 105508])
1444             ("org-todo-interpretation-widgets" variable (:default-value (quote ((:tag "Sequence (cycling hits every state)" sequence) (:tag "Type     (cycling directly to DONE)" type)))) nil [105510 105787])
1445             ("org-todo-keywords" variable (:default-value (quote ((sequence "TODO" "DONE")))) nil [105789 108603])
1446             ("defvar-local" code nil nil [108605 108694])
1447             ("org-todo-keywords-for-agenda" variable nil nil [108695 108736])
1448             ("org-done-keywords-for-agenda" variable nil nil [108737 108778])
1449             ("org-todo-keyword-alist-for-agenda" variable nil nil [108779 108825])
1450             ("org-tag-alist-for-agenda" variable nil nil [108826 108908])
1451             ("org-tag-groups-alist-for-agenda" variable nil nil [108909 109013])
1452             ("defvar-local" code nil nil [109014 109053])
1453             ("org-agenda-contributing-files" variable nil nil [109054 109096])
1454             ("defvar-local" code nil nil [109097 109300])
1455             ("defvar-local" code nil nil [109301 109341])
1456             ("defvar-local" code nil nil [109342 109378])
1457             ("defvar-local" code nil nil [109379 109412])
1458             ("defvar-local" code nil nil [109413 109445])
1459             ("defvar-local" code nil nil [109446 109484])
1460             ("defvar-local" code nil nil [109485 109522])
1461             ("defvar-local" code nil nil [109523 109560])
1462             ("defvar-local" code nil nil [109561 109600])
1463             ("org-todo-interpretation" variable (:default-value (quote sequence)) nil [109602 109997])
1464             ("org-use-fast-todo-selection" variable (:default-value t) nil [109999 110982])
1465             ("org-provide-todo-statistics" variable (:default-value t) nil [110984 111976])
1466             ("org-hierarchical-todo-statistics" variable (:default-value t) nil [111978 112365])
1467             ("org-after-todo-state-change-hook" variable nil nil [112367 112614])
1468             ("org-blocker-hook" variable nil nil [112616 112964])
1469             ("org-trigger-hook" variable nil nil [112966 113566])
1470             ("org-enforce-todo-dependencies" variable nil nil [113568 114200])
1471             ("org-enforce-todo-checkbox-dependencies" variable nil nil [114202 114961])
1472             ("org-treat-insert-todo-heading-as-state-change" variable nil nil [114963 115326])
1473             ("org-treat-S-cursor-todo-selection-as-state-change" variable (:default-value t) nil [115328 115657])
1474             ("org-todo-state-tags-triggers" variable nil nil [115659 116375])
1475             ("org-log-done" variable nil nil [116377 117102])
1476             ("cond" code nil nil [117143 117282])
1477             ("org-log-reschedule" variable nil nil [117284 117911])
1478             ("org-log-redeadline" variable nil nil [117913 118655])
1479             ("org-log-note-clock-out" variable nil nil [118657 118990])
1480             ("org-log-done-with-time" variable (:default-value t) nil [118992 119178])
1481             ("org-log-note-headings" variable (:default-value (quote ((done . "CLOSING NOTE %t") (state . "State %-12s from %-12S %t") (note . "Note taken on %t") (reschedule . "Rescheduled from %S on %t") (delschedule . "Not scheduled, was %S on %t") (redeadline . "New deadline from %S on %t") (deldeadline . "Removed deadline, was %S on %t") (refile . "Refiled on %t") (clock-out . "")))) nil [119180 121075])
1482             ("unless" code nil nil [121077 121166])
1483             ("org-log-into-drawer" variable nil nil [121168 122203])
1484             ("defvaralias" code nil nil [122205 122272])
1485             ("org-log-into-drawer" function nil nil [122274 122769])
1486             ("org-log-state-notes-insert-after-drawers" variable nil nil [122771 123232])
1487             ("org-log-states-order-reversed" variable (:default-value t) nil [123234 123602])
1488             ("org-todo-repeat-to-state" variable nil nil [123604 124041])
1489             ("org-log-repeat" variable (:default-value (quote time)) nil [124043 125089])
1490             ("org-priorities" customgroup (:user-visible-flag t) nil [125092 125192])
1491             ("org-enable-priority-commands" variable (:default-value t) nil [125194 125416])
1492             ("org-highest-priority" variable (:default-value 65) nil [125418 125628])
1493             ("org-lowest-priority" variable (:default-value 67) nil [125630 125838])
1494             ("org-default-priority" variable (:default-value 66) nil [125840 126519])
1495             ("org-priority-start-cycle-with-default" variable (:default-value t) nil [126521 126850])
1496             ("org-get-priority-function" variable nil nil [126852 127353])
1497             ("org-time" customgroup (:user-visible-flag t) nil [127355 127472])
1498             ("org-time-stamp-rounding-minutes" variable (:default-value (quote (0 5))) nil [127474 128533])
1499             ("when" code nil nil [128585 128754])
1500             ("org-display-custom-times" variable nil nil [128756 129081])
1501             ("make-variable-buffer-local" code nil nil [129082 129136])
1502             ("org-time-stamp-custom-formats" variable (:default-value (quote ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>"))) nil [129138 129620])
1503             ("org-time-stamp-format" function (:arguments ("long" "inactive")) nil [129622 129872])
1504             ("org-deadline-warning-days" variable (:default-value 14) nil [129874 130332])
1505             ("org-scheduled-delay-days" variable nil nil [130334 130888])
1506             ("org-read-date-prefer-future" variable (:default-value t) nil [130890 131971])
1507             ("org-agenda-jump-prefer-future" variable (:default-value (quote org-read-date-prefer-future)) nil [131973 132517])
1508             ("org-read-date-force-compatible-dates" variable (:default-value t) nil [132519 133935])
1509             ("org-read-date-display-live" variable (:default-value t) nil [133937 134138])
1510             ("org-read-date-popup-calendar" variable (:default-value t) nil [134140 134475])
1511             ("defvaralias" code nil nil [134476 134557])
1512             ("org-extend-today-until" variable nil nil [134559 135298])
1513             ("org-use-effective-time" variable nil nil [135300 135635])
1514             ("org-use-last-clock-out-time-as-effective-time" variable nil nil [135637 135965])
1515             ("org-edit-timestamp-down-means-later" variable nil nil [135967 136149])
1516             ("org-calendar-follow-timestamp-change" variable (:default-value t) nil [136151 136405])
1517             ("org-tags" customgroup (:user-visible-flag t) nil [136407 136503])
1518             ("org-tag-alist" variable nil nil [136505 137762])
1519             ("org-tag-persistent-alist" variable nil nil [137764 138993])
1520             ("org-complete-tags-always-offer-all-agenda-tags" variable nil nil [138995 139514])
1521             ("org-file-tags" variable nil nil [139516 139749])
1522             ("org-use-fast-tag-selection" variable (:default-value (quote auto)) nil [139751 140410])
1523             ("org-fast-tag-selection-single-key" variable nil nil [140412 140895])
1524             ("org-fast-tag-selection-include-todo" variable nil nil [140897 141082])
1525             ("org-tags-column" variable (:default-value -77) nil [141084 141491])
1526             ("org-auto-align-tags" variable (:default-value t) nil [141493 141824])
1527             ("org-use-tag-inheritance" variable (:default-value t) nil [141826 142811])
1528             ("org-tags-exclude-from-inheritance" variable nil nil [142813 143144])
1529             ("org-tag-inherit-p" function (:arguments ("tag")) nil [143146 143595])
1530             ("org-tags-match-list-sublevels" variable (:default-value t) nil [143597 144580])
1531             ("org-tags-sort-function" variable nil nil [144582 144884])
1532             ("org-tags-history" variable nil nil [144886 144957])
1533             ("org-last-tags-completion-table" variable nil nil [144958 145046])
1534             ("org-after-tags-change-hook" variable nil nil [145047 145146])
1535             ("org-properties" customgroup (:user-visible-flag t) nil [145148 145262])
1536             ("org-property-format" variable (:default-value "%-10s %s") nil [145264 145592])
1537             ("org-properties-postprocess-alist" variable nil nil [145594 146563])
1538             ("org-use-property-inheritance" variable nil nil [146565 147871])
1539             ("org-property-inherit-p" function (:arguments ("property")) nil [147873 148343])
1540             ("org-columns-default-format" variable (:default-value "%25ITEM %TODO %3PRIORITY %TAGS") nil [148345 148618])
1541             ("org-columns-ellipses" variable (:default-value "..") nil [148620 149128])
1542             ("org-global-properties-fixed" variable
1543                (:constant-flag t
1544                 :default-value (quote (("VISIBILITY_ALL" . "folded children content all") ("CLOCK_MODELINE_TOTAL_ALL" . "current today repeat all auto"))))
1545                 nil [149130 149703])
1546             ("org-global-properties" variable nil nil [149705 150242])
1547             ("defvar-local" code nil nil [150244 150431])
1548             ("org-agenda" customgroup (:user-visible-flag t) nil [150433 150541])
1549             ("defvar-local" code nil nil [150543 150875])
1550             ("put" code nil nil [150876 150958])
1551             ("org-agenda-files" variable nil nil [150960 151743])
1552             ("org-agenda-file-regexp" variable (:default-value "\\`[^.].*\\.org\\'") nil [151745 152080])
1553             ("org-agenda-text-search-extra-files" variable nil nil [152082 152906])
1554             ("defvaralias" code nil nil [152908 152995])
1555             ("org-agenda-skip-unavailable-files" variable nil nil [152997 153222])
1556             ("org-calendar-to-agenda-key" variable (:default-value [99]) nil [153224 153565])
1557             ("org-calendar-insert-diary-entry-key" variable (:default-value [105]) nil [153567 154091])
1558             ("org-agenda-diary-file" variable (:default-value (quote diary-file)) nil [154093 154569])
1559             ("eval-after-load" code nil nil [154571 154919])
1560             ("org-latex" customgroup (:user-visible-flag t) nil [154921 155030])
1561             ("org-format-latex-options" variable (:default-value (quote (:foreground default :background default :scale 1.0 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")))) nil [155032 156481])
1562             ("org-format-latex-signal-error" variable (:default-value t) nil [156483 156695])
1563             ("org-latex-to-mathml-jar-file" variable nil nil [156697 157078])
1564             ("org-latex-to-mathml-convert-command" variable nil nil [157080 157873])
1565             ("org-preview-latex-default-process" variable (:default-value (quote dvipng)) nil [157875 158190])
1566             ("org-preview-latex-process-alist" variable (:default-value (quote ((dvipng :programs ("latex" "dvipng") :description "dvi > png" :message "you need to install the programs: latex and dvipng." :image-input-type "dvi" :image-output-type "png" :image-size-adjust (1.0 . 1.0) :latex-compiler ("latex -interaction nonstopmode -output-directory %o %f") :image-converter ("dvipng -fg %F -bg %B -D %D -T tight -o %O %f")) (dvisvgm :programs ("latex" "dvisvgm") :description "dvi > svg" :message "you need to install the programs: latex and dvisvgm." :use-xcolor t :image-input-type "dvi" :image-output-type "svg" :image-size-adjust (1.7 . 1.5) :latex-compiler ("latex -interaction nonstopmode -output-directory %o %f") :image-converter ("dvisvgm %f -n -b min -c %S -o %O")) (imagemagick :programs ("latex" "convert") :description "pdf > png" :message "you need to install the programs: latex and imagemagick." :use-xcolor t :image-input-type "pdf" :image-output-type "png" :image-size-adjust (1.0 . 1.0) :latex-compiler ("pdflatex -interaction nonstopmode -output-directory %o %f") :image-converter ("convert -density %D -trim -antialias %f -quality 100 %O"))))) nil [158192 162677])
1567             ("org-preview-latex-image-directory" variable (:default-value "ltximg/") nil [162679 163012])
1568             ("org-format-latex-mathml-available-p" function nil nil [163014 163515])
1569             ("org-format-latex-header" variable (:default-value "\\documentclass{article}
1570 \\usepackage[usenames]{color}
1571 [PACKAGES]
1572 [DEFAULT-PACKAGES]
1573 \\pagestyle{empty}             % do not remove
1574 % The settings below are copied from fullpage.sty
1575 \\setlength{\\textwidth}{\\paperwidth}
1576 \\addtolength{\\textwidth}{-3cm}
1577 \\setlength{\\oddsidemargin}{1.5cm}
1578 \\addtolength{\\oddsidemargin}{-2.54cm}
1579 \\setlength{\\evensidemargin}{\\oddsidemargin}
1580 \\setlength{\\textheight}{\\paperheight}
1581 \\addtolength{\\textheight}{-\\headheight}
1582 \\addtolength{\\textheight}{-\\headsep}
1583 \\addtolength{\\textheight}{-\\footskip}
1584 \\addtolength{\\textheight}{-3cm}
1585 \\setlength{\\topmargin}{1.5cm}
1586 \\addtolength{\\topmargin}{-2.54cm}") nil [163517 164579])
1587             ("org-set-packages-alist" function (:arguments ("var" "val")) nil [164581 164821])
1588             ("org-get-packages-alist" function (:arguments ("var")) nil [164823 165057])
1589             ("org-latex-default-packages-alist" variable (:default-value (quote (("AUTO" "inputenc" t ("pdflatex")) ("T1" "fontenc" t ("pdflatex")) ("" "graphicx" t) ("" "grffile" t) ("" "longtable" nil) ("" "wrapfig" nil) ("" "rotating" nil) ("normalem" "ulem" t) ("" "amsmath" t) ("" "textcomp" t) ("" "amssymb" t) ("" "capt-of" nil) ("" "hyperref" nil)))) nil [165059 167584])
1590             ("org-latex-packages-alist" variable nil nil [167586 168608])
1591             ("org-appearance" customgroup (:user-visible-flag t) nil [168610 168715])
1592             ("org-level-color-stars-only" variable nil nil [168717 169008])
1593             ("org-hide-leading-stars" variable nil nil [169010 169595])
1594             ("org-hidden-keywords" variable nil nil [169597 170039])
1595             ("org-custom-properties" variable nil nil [170041 170374])
1596             ("org-fontify-done-headline" variable nil nil [170376 170717])
1597             ("org-fontify-emphasized-text" variable (:default-value t) nil [170719 170935])
1598             ("org-fontify-whole-heading-line" variable nil nil [170937 171154])
1599             ("org-highlight-latex-and-related" variable nil nil [171156 171815])
1600             ("org-hide-emphasis-markers" variable nil nil [171817 171971])
1601             ("org-hide-macro-markers" variable nil nil [171973 172126])
1602             ("org-pretty-entities" variable nil nil [172128 172324])
1603             ("org-pretty-entities-include-sub-superscripts" variable (:default-value t) nil [172326 172523])
1604             ("org-emph-re" variable nil nil [172525 173094])
1605             ("org-verbatim-re" variable nil nil [173096 173175])
1606             ("org-emphasis-regexp-components" variable nil nil [173177 173216])
1607             ("org-emphasis-alist" variable nil nil [173238 173265])
1608             ("org-set-emph-re" function (:arguments ("var" "val")) nil [173287 174014])
1609             ("org-emphasis-regexp-components" variable (:default-value (quote ("-     ('\"{" "-     .,:!?;'\")}\\[" "     
1610 " "." 1))) nil [174202 175188])
1611             ("org-emphasis-alist" variable (:default-value (quote (("*" bold) ("/" italic) ("_" underline) ("=" org-verbatim verbatim) ("~" org-code verbatim) ("+" (:strike-through t))))) nil [175190 175995])
1612             ("org-protecting-blocks" variable (:default-value (quote ("src" "example" "export"))) nil [175997 176170])
1613             ("mark-active" variable nil nil [176265 176285])
1614             ("declare-function" code nil nil [176307 176379])
1615             ("declare-function" code nil nil [176380 176436])
1616             ("declare-function" code nil nil [176437 176492])
1617             ("declare-function" code nil nil [176493 176545])
1618             ("declare-function" code nil nil [176546 176608])
1619             ("declare-function" code nil nil [176609 176669])
1620             ("declare-function" code nil nil [176670 176728])
1621             ("declare-function" code nil nil [176729 176776])
1622             ("declare-function" code nil nil [176777 176871])
1623             ("declare-function" code nil nil [176872 177005])
1624             ("declare-function" code nil nil [177006 177120])
1625             ("declare-function" code nil nil [177121 177237])
1626             ("declare-function" code nil nil [177238 177306])
1627             ("declare-function" code nil nil [177307 177439])
1628             ("declare-function" code nil nil [177440 177496])
1629             ("declare-function" code nil nil [177497 177566])
1630             ("declare-function" code nil nil [177567 177658])
1631             ("declare-function" code nil nil [177659 177739])
1632             ("declare-function" code nil nil [177740 177790])
1633             ("declare-function" code nil nil [177791 177862])
1634             ("declare-function" code nil nil [177863 177939])
1635             ("declare-function" code nil nil [177940 178003])
1636             ("declare-function" code nil nil [178004 178072])
1637             ("declare-function" code nil nil [178073 178135])
1638             ("declare-function" code nil nil [178136 178199])
1639             ("declare-function" code nil nil [178200 178270])
1640             ("declare-function" code nil nil [178271 178337])
1641             ("declare-function" code nil nil [178338 178396])
1642             ("declare-function" code nil nil [178397 178468])
1643             ("align-mode-rules-list" variable nil nil [178470 178500])
1644             ("calc-embedded-close-formula" variable nil nil [178501 178537])
1645             ("calc-embedded-open-formula" variable nil nil [178538 178573])
1646             ("calc-embedded-open-mode" variable nil nil [178574 178606])
1647             ("font-lock-unfontify-region-function" variable nil nil [178607 178651])
1648             ("iswitchb-temp-buflist" variable nil nil [178652 178682])
1649             ("org-agenda-tags-todo-honor-ignore-options" variable nil nil [178683 178733])
1650             ("remember-data-file" variable nil nil [178734 178761])
1651             ("texmathp-why" variable nil nil [178762 178783])
1652             ("turn-on-orgtbl" function nil nil [178800 178909])
1653             ("org-at-table-p" function (:arguments ("table-type")) nil [178911 179324])
1654             ("org-at-table.el-p" function nil nil [179326 179593])
1655             ("org-at-table-hline-p" function nil nil [179595 179757])
1656             ("org-table-map-tables" function (:arguments ("function" "quietly")) nil [179759 180528])
1657             ("declare-function" code nil nil [180530 180611])
1658             ("declare-function" code nil nil [180612 180672])
1659             ("declare-function" code nil nil [180673 180776])
1660             ("org-at-TBLFM-p" function (:arguments ("pos")) nil [180778 181069])
1661             ("org-clock-start-time" variable nil nil [181071 181100])
1662             ("org-clock-marker" variable (:default-value (make-marker)) nil [181101 181180])
1663             ("org-clock-hd-marker" variable (:default-value (make-marker)) nil [181181 181290])
1664             ("org-clock-heading" variable nil nil [181291 181364])
1665             ("org-clock-is-active" function nil nil [181365 181525])
1666             ("org-check-running-clock" function nil nil [181527 181940])
1667             ("org-clocktable-try-shift" function (:arguments ("dir" "n")) nil [181942 182155])
1668             ("org-clock-persistence-insinuate" function nil nil [182172 182367])
1669             ("org-archive" customgroup (:user-visible-flag t) nil [182369 182486])
1670             ("org-archive-location" variable (:default-value "%s_archive::") nil [182488 184897])
1671             ("org-agenda-skip-archived-trees" variable (:default-value t) nil [184899 185295])
1672             ("org-columns-skip-archived-trees" variable (:default-value t) nil [185297 185473])
1673             ("org-cycle-open-archived-trees" variable nil nil [185475 185840])
1674             ("org-sparse-tree-open-archived-trees" variable nil nil [185842 186128])
1675             ("org-sparse-tree-default-date-type" variable nil nil [186130 186960])
1676             ("org-cycle-hide-archived-subtrees" function (:arguments ("state")) nil [186962 187712])
1677             ("org-force-cycle-archived" function (:user-visible-flag t) nil [187714 187920])
1678             ("org-hide-archived-subtrees" function (:arguments ("beg" "end")) nil [187922 188417])
1679             ("declare-function" code nil nil [188419 188473])
1680             ("declare-function" code nil nil [188474 188537])
1681             ("org-flag-subtree" function (:arguments ("flag")) nil [188538 188731])
1682             ("defalias" code nil nil [188733 188796])
1683             ("declare-function" code nil nil [188827 188899])
1684             ("declare-function" code nil nil [188900 188963])
1685             ("declare-function" code nil nil [188985 189030])
1686             ("declare-function" code nil nil [189031 189080])
1687             ("declare-function" code nil nil [189081 189130])
1688             ("org-id-track-globally" variable nil nil [189131 189161])
1689             ("defvar-local" code nil nil [189233 189436])
1690             ("defvar-local" code nil nil [189438 189665])
1691             ("defvar-local" code nil nil [189667 189884])
1692             ("defvar-local" code nil nil [189886 190118])
1693             ("defvar-local" code nil nil [190120 190458])
1694             ("defvar-local" code nil nil [190460 190732])
1695             ("defvar-local" code nil nil [190734 190894])
1696             ("org-plain-time-of-day-regexp" variable
1697                (:constant-flag t
1698                 :default-value (concat "\\(\\<[012]?[0-9]" "\\(\\(:\\([0-5][0-9]\\([AaPp][Mm]\\)?\\)\\)\\|\\([AaPp][Mm]\\)\\)\\>\\)" "\\(--?" "\\(\\<[012]?[0-9]" "\\(\\(:\\([0-5][0-9]\\([AaPp][Mm]\\)?\\)\\)\\|\\([AaPp][Mm]\\)\\)\\>\\)" "\\)?"))
1699                 nil [190896 191428])
1700             ("org-plain-time-extension-regexp" variable
1701                (:constant-flag t
1702                 :default-value (concat "\\(\\<[012]?[0-9]" "\\(\\(:\\([0-5][0-9]\\([AaPp][Mm]\\)?\\)\\)\\|\\([AaPp][Mm]\\)\\)\\>\\)" "\\+\\([0-9]+\\)\\(:\\([0-5][0-9]\\)\\)?"))
1703                 nil [191430 191878])
1704             ("org-stamp-time-of-day-regexp" variable
1705                (:constant-flag t
1706                 :default-value (concat "<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} +\\sw+ +\\)" "\\([012][0-9]:[0-5][0-9]\\(-\\([012][0-9]:[0-5][0-9]\\)\\)?[^
1707 >]*?\\)>" "\\(--?" "<\\1\\([012][0-9]:[0-5][0-9]\\)>\\)?"))
1708                 nil [191880 192427])
1709             ("org-startup-options" variable
1710                (:constant-flag t
1711                 :default-value (quote (("fold" org-startup-folded t) ("overview" org-startup-folded t) ("nofold" org-startup-folded nil) ("showall" org-startup-folded nil) ("showeverything" org-startup-folded showeverything) ("content" org-startup-folded content) ("indent" org-startup-indented t) ("noindent" org-startup-indented nil) ("hidestars" org-hide-leading-stars t) ("showstars" org-hide-leading-stars nil) ("odd" org-odd-levels-only t) ("oddeven" org-odd-levels-only nil) ("align" org-startup-align-all-tables t) ("noalign" org-startup-align-all-tables nil) ("inlineimages" org-startup-with-inline-images t) ("noinlineimages" org-startup-with-inline-images nil) ("latexpreview" org-startup-with-latex-preview t) ("nolatexpreview" org-startup-with-latex-preview nil) ("customtime" org-display-custom-times t) ("logdone" org-log-done time) ("lognotedone" org-log-done note) ("nologdone" org-log-done nil) ("lognoteclock-out" org-log-note-clock-out t) ("nolognoteclock-out" org-log-note-clock-out nil) ("logrepeat" org-log-repeat state) ("lognoterepeat" org-log-repeat note) ("logdrawer" org-log-into-drawer t) ("nologdrawer" org-log-into-drawer nil) ("logstatesreversed" org-log-states-order-reversed t) ("nologstatesreversed" org-log-states-order-reversed nil) ("nologrepeat" org-log-repeat nil) ("logreschedule" org-log-reschedule time) ("lognotereschedule" org-log-reschedule note) ("nologreschedule" org-log-reschedule nil) ("logredeadline" org-log-redeadline time) ("lognoteredeadline" org-log-redeadline note) ("nologredeadline" org-log-redeadline nil) ("logrefile" org-log-refile time) ("lognoterefile" org-log-refile note) ("nologrefile" org-log-refile nil) ("fninline" org-footnote-define-inline t) ("nofninline" org-footnote-define-inline nil) ("fnlocal" org-footnote-section nil) ("fnauto" org-footnote-auto-label t) ("fnprompt" org-footnote-auto-label nil) ("fnconfirm" org-footnote-auto-label confirm) ("fnplain" org-footnote-auto-label plain) ("fnadjust" org-footnote-auto-adjust t) ("nofnadjust" org-footnote-auto-adjust nil) ("constcgs" constants-unit-system cgs) ("constSI" constants-unit-system SI) ("noptag" org-tag-persistent-alist nil) ("hideblocks" org-hide-block-startup t) ("nohideblocks" org-hide-block-startup nil) ("beamer" org-startup-with-beamer-mode t) ("entitiespretty" org-pretty-entities t) ("entitiesplain" org-pretty-entities nil))))
1712                 nil [192429 195350])
1713             ("org-group-tags" variable (:default-value t) nil [195352 195546])
1714             ("org-inhibit-startup" variable nil nil [195548 195580])
1715             ("org-toggle-tags-groups" function (:user-visible-flag t) nil [195617 196100])
1716             ("org-tag-add-to-alist" function (:arguments ("alist1" "alist2")) nil [196102 196466])
1717             ("org-set-regexps-and-options" function (:arguments ("tags-only")) nil [196468 202890])
1718             ("org--setup-collect-keywords" function (:arguments ("regexp" "files" "alist")) nil [202892 207169])
1719             ("org-tag-string-to-alist" function (:arguments ("s")) nil [207171 208521])
1720             ("org-tag-alist-to-string" function (:arguments ("alist" "skip-key")) nil [208523 209342])
1721             ("org-tag-alist-to-groups" function (:arguments ("alist")) nil [209344 210210])
1722             ("org--file-cache" variable (:default-value (make-hash-table :test (function equal))) nil [210212 210395])
1723             ("org-reset-file-cache" function nil nil [210397 210520])
1724             ("org-file-url-p" function (:arguments ("file")) nil [210522 210639])
1725             ("org-file-contents" function (:arguments ("file" "noerror" "nocache")) nil [210641 212176])
1726             ("org-extract-log-state-settings" function (:arguments ("x")) nil [212178 212706])
1727             ("org-remove-keyword-keys" function (:arguments ("list")) nil [212708 212928])
1728             ("org-assign-fast-keys" function (:arguments ("alist")) nil [212930 213575])
1729             ("org-window-configuration" variable nil nil [213620 213717])
1730             ("org-selected-window" variable nil nil [213718 213810])
1731             ("org-finish-function" variable nil nil [213811 213950])
1732             ("org-last-state" variable nil nil [213951 213974])
1733             ("org-entities" variable nil nil [214039 214060])
1734             ("org-struct-menu" variable nil nil [214095 214119])
1735             ("org-org-menu" variable nil nil [214120 214141])
1736             ("org-tbl-menu" variable nil nil [214142 214163])
1737             ("org-table-may-need-update" variable (:default-value t) nil [214271 214449])
1738             ("org-before-change-function" function (:arguments ("_beg" "_end")) nil [214450 214595])
1739             ("org-mode-map" variable nil nil [214596 214617])
1740             ("org-inhibit-startup-visibility-stuff" variable nil nil [214618 214667])
1741             ("org-agenda-keep-modes" variable nil nil [214696 214730])
1742             ("org-inhibit-logging" variable nil nil [214764 214796])
1743             ("org-inhibit-blocking" variable nil nil [214832 214865])
1744             ("org-table-buffer-is-an" variable nil nil [214900 214935])
1745             ("bidi-paragraph-direction" variable nil nil [214937 214970])
1746             ("buffer-face-mode-face" variable nil nil [214971 215001])
1747             ("outline" include nil nil [215003 215021])
1748             ("time-date" include nil nil [215047 215067])
1749             ("unless" code nil nil [215068 215142])
1750             ("easymenu" include nil nil [215143 215162])
1751             ("easy-menu-add" function (:prototype-flag t) nil [215163 215199])
1752             ("overlay" include nil nil [215200 215218])
1753             ("org-entities" include nil nil [215295 215318])
1754             ("org-faces" include nil nil [215396 215416])
1755             ("org-list" include nil nil [215417 215436])
1756             ("org-pcomplete" include nil nil [215437 215461])
1757             ("org-src" include nil nil [215462 215480])
1758             ("org-footnote" include nil nil [215481 215504])
1759             ("org-macro" include nil nil [215505 215525])
1760             ("ob" include nil nil [215536 215549])
1761             ("define-derived-mode" code nil nil [215566 221455])
1762             ("add-to-list" code nil nil [221507 221723])
1763             ("org-mode-transpose-word-syntax-table" variable (:default-value (let ((st (make-syntax-table text-mode-syntax-table))) (dolist (c org-emphasis-alist st) (modify-syntax-entry (string-to-char (car c)) "w p" st)))) nil [221725 221929])
1764             ("when" code nil nil [221931 222053])
1765             ("org-find-invisible-foreground" function nil nil [222055 222536])
1766             ("org-current-time" function (:arguments ("rounding-minutes" "past")) nil [222538 223259])
1767             ("org-today" function nil nil [223261 223440])
1768             ("org-mouse-map" variable (:default-value (make-sparse-keymap)) nil [223490 223533])
1769             ("org-defkey" code nil nil [223534 223589])
1770             ("org-defkey" code nil nil [223590 223650])
1771             ("when" code nil nil [223651 223737])
1772             ("when" code nil nil [223738 223876])
1773             ("font-lock" include nil nil [223878 223898])
1774             ("org-non-link-chars" variable
1775                (:constant-flag t
1776                 :default-value "]    
1777 <>")
1778                 nil [223900 223941])
1779             ("org-link-types-re" variable nil nil [223942 224033])
1780             ("org-link-re-with-space" variable nil nil [224034 224138])
1781             ("org-link-re-with-space2" variable nil nil [224139 224244])
1782             ("org-link-re-with-space3" variable nil nil [224245 224354])
1783             ("org-angle-link-re" variable nil nil [224355 224445])
1784             ("org-plain-link-re" variable nil nil [224446 224516])
1785             ("org-bracket-link-regexp" variable nil nil [224517 224592])
1786             ("org-bracket-link-analytic-regexp" variable nil nil [224593 224780])
1787             ("org-bracket-link-analytic-regexp++" variable nil nil [224781 224908])
1788             ("org-any-link-re" variable nil nil [224909 224979])
1789             ("org-match-sexp-depth" variable
1790                (:constant-flag t
1791                 :default-value 3)
1792                 nil [224981 225073])
1793             ("org-create-multibrace-regexp" function (:arguments ("left" "right" "n")) nil [225075 225876])
1794             ("org-match-substring-regexp" variable
1795                (:constant-flag t
1796                 :default-value (concat "\\(\\S-\\)\\([_^]\\)\\(" "\\(?:" (org-create-multibrace-regexp "{" "}" org-match-sexp-depth) "\\)" "\\|" "\\(?:" (org-create-multibrace-regexp "(" ")" org-match-sexp-depth) "\\)" "\\|" "\\(?:\\*\\|[+-]?[[:alnum:].,\\]*[[:alnum:]]\\)\\)"))
1797                 nil [225878 226241])
1798             ("org-match-substring-with-braces-regexp" variable
1799                (:constant-flag t
1800                 :default-value (concat "\\(\\S-\\)\\([_^]\\)" "\\(" (org-create-multibrace-regexp "{" "}" org-match-sexp-depth) "\\)"))
1801                 nil [226243 226479])
1802             ("org-make-link-regexps" function nil nil [226481 228042])
1803             ("org-make-link-regexps" code nil nil [228044 228067])
1804             ("org-emph-face" variable nil nil [228069 228095])
1805             ("org-do-emphasis-faces" function (:arguments ("limit")) nil [228097 229961])
1806             ("org-emphasize" function
1807                (:user-visible-flag t
1808                 :arguments ("char"))
1809                 nil [229963 231645])
1810             ("org-nonsticky-props" variable
1811                (:constant-flag t
1812                 :default-value (quote (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link)))
1813                 nil [231647 231770])
1814             ("org-rear-nonsticky-at" function (:arguments ("pos")) nil [231772 231890])
1815             ("org-activate-links" function (:arguments ("limit")) nil [231892 234567])
1816             ("org-activate-code" function (:arguments ("limit")) nil [234569 234860])
1817             ("org-src-fontify-natively" variable (:default-value t) nil [234862 235092])
1818             ("org-allow-promoting-top-level-subtree" variable nil nil [235094 235330])
1819             ("org-fontify-meta-lines-and-blocks" function (:arguments ("limit")) nil [235332 235569])
1820             ("org-fontify-meta-lines-and-blocks-1" function (:arguments ("limit")) nil [235571 239811])
1821             ("org-fontify-drawers" function (:arguments ("limit")) nil [239813 240122])
1822             ("org-fontify-macros" function (:arguments ("limit")) nil [240124 240800])
1823             ("org-activate-footnote-links" function (:arguments ("limit")) nil [240802 241546])
1824             ("org-activate-dates" function (:arguments ("limit")) nil [241548 242242])
1825             ("defvar-local" code nil nil [242244 242346])
1826             ("org-target-regexp" variable
1827                (:constant-flag t
1828                 :default-value (let ((border "[^<>
1829      ]")) (format "<<\\(%s\\|%s[^<>
1830 ]*%s\\)>>" border border border)))
1831                 nil [242348 242536])
1832             ("org-radio-target-regexp" variable
1833                (:constant-flag t
1834                 :default-value (format "<%s>" org-target-regexp))
1835                 nil [242538 242654])
1836             ("org-any-target-regexp" variable
1837                (:constant-flag t
1838                 :default-value (format "%s\\|%s" org-radio-target-regexp org-target-regexp))
1839                 nil [242656 242795])
1840             ("org-activate-target-links" function (:arguments ("limit")) nil [242797 243310])
1841             ("org-update-radio-target-regexp" function (:user-visible-flag t) nil [243312 244909])
1842             ("org-hide-wide-columns" function (:arguments ("limit")) nil [244911 245206])
1843             ("org-latex-and-related-regexp" variable nil nil [245208 245326])
1844             ("org-compute-latex-and-related-regexp" function nil nil [245328 246313])
1845             ("org-do-latex-and-related" function (:arguments ("limit")) nil [246315 247298])
1846             ("org-restart-font-lock" function nil nil [247300 247490])
1847             ("org-activate-tags" function (:arguments ("limit")) nil [247492 247857])
1848             ("org-outline-level" function nil nil [247859 248325])
1849             ("org-font-lock-keywords" variable nil nil [248327 248362])
1850             ("org-re-property" function (:arguments ("property" "literal" "allow-null" "value")) nil [248364 249308])
1851             ("org-property-re" variable
1852                (:constant-flag t
1853                 :default-value (org-re-property "\\S-+" (quote literal) t))
1854                 nil [249310 249673])
1855             ("org-font-lock-hook" variable nil nil [249675 249762])
1856             ("org-font-lock-extra-keywords" variable nil nil [249764 249805])
1857             ("org-font-lock-set-keywords-hook" variable nil nil [249828 250158])
1858             ("org-font-lock-hook" function (:arguments ("limit")) nil [250160 250286])
1859             ("org-set-font-lock-defaults" function nil nil [250288 254310])
1860             ("org-toggle-pretty-entities" function (:user-visible-flag t) nil [254312 254755])
1861             ("defvar-local" code nil nil [254757 254855])
1862             ("org-toggle-custom-properties-visibility" function (:user-visible-flag t) nil [254857 256099])
1863             ("org-fontify-entities" function (:arguments ("limit")) nil [256101 256985])
1864             ("org-fontify-like-in-org-mode" function (:arguments ("s" "odd-levels")) nil [256987 257236])
1865             ("org-m" variable nil nil [257238 257256])
1866             ("org-l" variable nil nil [257257 257275])
1867             ("org-f" variable nil nil [257276 257294])
1868             ("org-get-level-face" function (:arguments ("n")) nil [257295 257823])
1869             ("org-face-from-face-or-color" function (:arguments ("context" "inherit" "face-or-color")) nil [257825 258172])
1870             ("org-get-todo-face" function (:arguments ("kwd")) nil [258174 258530])
1871             ("org-get-priority-face" function (:arguments ("priority")) nil [258532 258763])
1872             ("org-get-tag-face" function (:arguments ("tag")) nil [258765 259039])
1873             ("org-font-lock-add-priority-faces" function (:arguments ("limit")) nil [259041 259363])
1874             ("org-font-lock-add-tag-faces" function (:arguments ("limit")) nil [259365 259714])
1875             ("org-unfontify-region" function (:arguments ("beg" "end" "_maybe_loudly")) nil [259716 260286])
1876             ("org-script-display" variable
1877                (:constant-flag t
1878                 :default-value (quote (((raise -0.3) (height 0.7)) ((raise 0.3) (height 0.7)) ((raise -0.5)) ((raise 0.5)))))
1879                 nil [260288 260482])
1880             ("org-remove-font-lock-display-properties" function (:arguments ("beg" "end")) nil [260484 260970])
1881             ("org-raise-scripts" function (:arguments ("limit")) nil [260972 262440])
1882             ("defvar-local" code nil nil [262520 262562])
1883             ("put" code nil nil [262563 262606])
1884             ("defvar-local" code nil nil [262607 262650])
1885             ("put" code nil nil [262651 262695])
1886             ("org-inlinetask-min-level" variable nil nil [262697 262730])
1887             ("org-unlogged-message" function (:arguments ("args")) nil [262732 262901])
1888             ("org-cycle" function
1889                (:user-visible-flag t
1890                 :arguments ("arg"))
1891                 nil [262918 269285])
1892             ("org-cycle-internal-global" function nil nil [269287 270666])
1893             ("org-called-with-limited-levels" variable nil nil [270668 270775])
1894             ("org-invisible-p" function (:arguments ("pos")) nil [270777 270955])
1895             ("org-cycle-internal-local" function nil nil [270957 275206])
1896             ("org-global-cycle" function
1897                (:user-visible-flag t
1898                 :arguments ("arg"))
1899                 nil [275223 275898])
1900             ("org-set-startup-visibility" function nil nil [275900 276499])
1901             ("org-set-visibility-according-to-property" function
1902                (:user-visible-flag t
1903                 :arguments ("no-cleanup"))
1904                 nil [276501 277498])
1905             ("org-overview" function (:user-visible-flag t) nil [277681 278285])
1906             ("org-content" function
1907                (:user-visible-flag t
1908                 :arguments ("arg"))
1909                 nil [278287 278923])
1910             ("org-optimize-window-after-visibility-change" function (:arguments ("state")) nil [278925 279410])
1911             ("org-remove-empty-overlays-at" function (:arguments ("pos")) nil [279412 279718])
1912             ("org-clean-visibility-after-subtree-move" function nil nil [279720 280712])
1913             ("org-cycle-show-empty-lines" function (:arguments ("state")) nil [280714 282353])
1914             ("org-show-empty-lines-in-parent" function nil nil [282355 282600])
1915             ("org-files-list" function nil nil [282602 283066])
1916             ("org-entry-beginning-position" function nil nil [283068 283217])
1917             ("org-entry-end-position" function nil nil [283219 283355])
1918             ("org-cycle-hide-drawers" function (:arguments ("state" "exceptions")) nil [283357 284511])
1919             ("org-flag-drawer" function (:arguments ("flag" "element")) nil [284513 285445])
1920             ("org-subtree-end-visible-p" function nil nil [285447 285609])
1921             ("org-first-headline-recenter" function nil nil [285611 285934])
1922             ("org-outline-overlay-data" function (:arguments ("use-markers")) nil [285973 286694])
1923             ("org-set-outline-overlay-data" function (:arguments ("data")) nil [286696 286963])
1924             ("defvar-local" code nil nil [286988 287058])
1925             ("org-block-map" function (:arguments ("function" "start" "end")) nil [287060 287565])
1926             ("org-hide-block-toggle-all" function nil nil [287567 287707])
1927             ("org-hide-block-all" function (:user-visible-flag t) nil [287709 287867])
1928             ("org-show-block-all" function (:user-visible-flag t) nil [287869 288046])
1929             ("org-hide-block-toggle-maybe" function (:user-visible-flag t) nil [288048 288312])
1930             ("org-hide-block-toggle" function
1931                (:user-visible-flag t
1932                 :arguments ("force"))
1933                 nil [288314 290481])
1934             ("add-hook" code nil nil [290527 290647])
1935             ("org-goto-window-configuration" variable nil nil [290663 290705])
1936             ("org-goto-marker" variable nil nil [290706 290734])
1937             ("org-goto-map" variable nil nil [290735 290756])
1938             ("org-goto-map" function nil nil [290757 292331])
1939             ("org-goto-help" variable
1940                (:constant-flag t
1941                 :default-value "Browse buffer copy, to find location or copy text.%s
1942 RET=jump to location             C-g=quit and return to previous location
1943 [Up]/[Down]=next/prev headline   TAB=cycle visibility   [/] org-occur")
1944                 nil [292333 292559])
1945             ("org-goto-start-pos" variable nil nil [292561 292588])
1946             ("org-goto" function
1947                (:user-visible-flag t
1948                 :arguments ("alternative-interface"))
1949                 nil [292621 294404])
1950             ("org-goto-selected-point" variable nil nil [294406 294442])
1951             ("org-goto-exit-command" variable nil nil [294474 294508])
1952             ("org-goto-local-auto-isearch-map" variable nil nil [294540 294580])
1953             ("org-get-location" function (:arguments ("_buf" "help")) nil [294598 296246])
1954             ("org-goto-local-auto-isearch-map" variable (:default-value (make-sparse-keymap)) nil [296248 296309])
1955             ("set-keymap-parent" code nil nil [296310 296378])
1956             ("if" code nil nil [296438 296840])
1957             ("org-goto-local-search-headings" function (:arguments ("string" "bound" "noerror")) nil [296842 297356])
1958             ("org-goto-local-auto-isearch" function (:user-visible-flag t) nil [297358 297649])
1959             ("org-goto-ret" function
1960                (:user-visible-flag t
1961                 :arguments ("_arg"))
1962                 nil [297651 297860])
1963             ("org-goto-left" function (:user-visible-flag t) nil [297862 298147])
1964             ("org-goto-right" function (:user-visible-flag t) nil [298149 298413])
1965             ("org-goto-quit" function (:user-visible-flag t) nil [298415 298594])
1966             ("org-indirect-dedicated-frame" variable nil nil [298637 298738])
1967             ("org-last-indirect-buffer" variable nil nil [298739 298776])
1968             ("org-tree-to-indirect-buffer" function
1969                (:user-visible-flag t
1970                 :arguments ("arg"))
1971                 nil [298778 301453])
1972             ("org-get-indirect-buffer" function (:arguments ("buffer" "heading")) nil [301455 301934])
1973             ("org-set-frame-title" function (:arguments ("title")) nil [301936 302102])
1974             ("org--line-empty-p" function (:arguments ("n")) nil [302153 302425])
1975             ("org-previous-line-empty-p" function nil nil [302427 302577])
1976             ("org-next-line-empty-p" function nil nil [302579 302725])
1977             ("org--blank-before-heading-p" function (:arguments ("parent")) nil [302727 303568])
1978             ("org-insert-heading" function
1979                (:user-visible-flag t
1980                 :arguments ("arg" "invisible-ok" "top"))
1981                 nil [303570 307474])
1982             ("org-N-empty-lines-before-current" function (:arguments ("n")) nil [307476 307912])
1983             ("org-get-heading" function (:arguments ("no-tags" "no-todo" "no-priority" "no-comment")) nil [307914 308855])
1984             ("orgstruct-mode" variable nil nil [308857 308880])
1985             ("org-heading-components" function nil nil [308900 309889])
1986             ("org-get-entry" function nil nil [309891 310080])
1987             ("org-edit-headline" function
1988                (:user-visible-flag t
1989                 :arguments ("heading"))
1990                 nil [310082 310723])
1991             ("org-insert-heading-after-current" function (:user-visible-flag t) nil [310725 310951])
1992             ("org-insert-heading-respect-content" function
1993                (:user-visible-flag t
1994                 :arguments ("invisible-ok"))
1995                 nil [310953 311148])
1996             ("org-insert-todo-heading-respect-content" function
1997                (:user-visible-flag t
1998                 :arguments ("force-state"))
1999                 nil [311150 311358])
2000             ("org-insert-todo-heading" function
2001                (:user-visible-flag t
2002                 :arguments ("arg" "force-heading"))
2003                 nil [311360 312712])
2004             ("org-insert-subheading" function
2005                (:user-visible-flag t
2006                 :arguments ("arg"))
2007                 nil [312714 312981])
2008             ("org-insert-todo-subheading" function
2009                (:user-visible-flag t
2010                 :arguments ("arg"))
2011                 nil [312983 313290])
2012             ("org-after-demote-entry-hook" variable nil nil [313320 313528])
2013             ("org-after-promote-entry-hook" variable nil nil [313530 313741])
2014             ("org-promote-subtree" function (:user-visible-flag t) nil [313743 313957])
2015             ("org-demote-subtree" function (:user-visible-flag t) nil [313959 314182])
2016             ("org-do-promote" function (:user-visible-flag t) nil [314184 314531])
2017             ("org-do-demote" function (:user-visible-flag t) nil [314533 314876])
2018             ("org-fix-position-after-promote" function nil nil [314878 315299])
2019             ("org-current-level" function nil nil [315301 315702])
2020             ("org-get-previous-line-level" function nil nil [315704 316059])
2021             ("org-reduced-level" function (:arguments ("l")) nil [316061 316279])
2022             ("org-level-increment" function nil nil [316281 316495])
2023             ("org-get-valid-level" function (:arguments ("level" "change")) nil [316497 317119])
2024             ("org-promote" function nil nil [317121 317983])
2025             ("org-demote" function nil nil [317985 318602])
2026             ("org-cycle-level" function (:user-visible-flag t) nil [318604 320120])
2027             ("org-map-tree" function (:arguments ("fun")) nil [320122 320445])
2028             ("org-map-region" function (:arguments ("fun" "beg" "end")) nil [320447 320858])
2029             ("org-fixup-indentation" function (:arguments ("diff")) nil [320860 324857])
2030             ("org-convert-to-odd-levels" function (:user-visible-flag t) nil [324859 325436])
2031             ("org-convert-to-oddeven-levels" function (:user-visible-flag t) nil [325438 326427])
2032             ("org-tr-level" function (:arguments ("n")) nil [326429 326523])
2033             ("org-move-subtree-up" function
2034                (:user-visible-flag t
2035                 :arguments ("arg"))
2036                 nil [326584 326774])
2037             ("org-move-subtree-down" function
2038                (:user-visible-flag t
2039                 :arguments ("arg"))
2040                 nil [326776 329511])
2041             ("org-subtree-clip" variable nil nil [329513 329733])
2042             ("org-subtree-clip-folded" variable nil nil [329735 329861])
2043             ("org-cut-subtree" function
2044                (:user-visible-flag t
2045                 :arguments ("n"))
2046                 nil [329863 330116])
2047             ("org-copy-subtree" function
2048                (:user-visible-flag t
2049                 :arguments ("n" "cut" "force-store-markers" "nosubtrees"))
2050                 nil [330118 331730])
2051             ("org-paste-subtree" function
2052                (:user-visible-flag t
2053                 :arguments ("level" "tree" "for-yank" "remove"))
2054                 nil [331732 335953])
2055             ("org-kill-is-subtree-p" function (:arguments ("txt")) nil [335955 336963])
2056             ("org-markers-to-move" variable nil nil [336965 337154])
2057             ("org-save-markers-in-region" function (:arguments ("beg" "end")) nil [337156 337799])
2058             ("org-check-and-save-marker" function (:arguments ("marker" "beg" "end")) nil [337801 338137])
2059             ("org-reinstall-markers-in-region" function (:arguments ("beg")) nil [338139 338361])
2060             ("org-narrow-to-subtree" function (:user-visible-flag t) nil [338363 338714])
2061             ("org-narrow-to-block" function (:user-visible-flag t) nil [338716 339014])
2062             ("org-clone-subtree-with-time-shift" function
2063                (:user-visible-flag t
2064                 :arguments ("n" "shift"))
2065                 nil [339016 343308])
2066             ("org-sort" function
2067                (:user-visible-flag t
2068                 :arguments ("with-case"))
2069                 nil [343331 343666])
2070             ("org-sort-remove-invisible" function (:arguments ("s")) nil [343668 344064])
2071             ("org-priority-regexp" variable nil nil [344066 344094])
2072             ("org-after-sorting-entries-or-items-hook" variable nil nil [344124 344443])
2073             ("org-sort-entries" function
2074                (:user-visible-flag t
2075                 :arguments ("with-case" "sorting-type" "getkey-func" "compare-func" "property" "interactive?"))
2076                 nil [344445 353106])
2077             ("orgstruct-heading-prefix-regexp" variable nil nil [354089 354299])
2078             ("orgstruct-setup-hook" variable nil nil [354384 354549])
2079             ("orgstruct-initialized" variable nil nil [354551 354585])
2080             ("org-local-vars" variable nil nil [354587 354672])
2081             ("define-minor-mode" code nil nil [354689 355287])
2082             ("turn-on-orgstruct" function nil nil [355304 355399])
2083             ("defvar-local" code nil nil [355401 355496])
2084             ("defvar-local" code nil nil [355497 355527])
2085             ("orgstruct++-mode" function
2086                (:user-visible-flag t
2087                 :arguments ("arg"))
2088                 nil [355528 356665])
2089             ("turn-on-orgstruct++" function nil nil [356682 356783])
2090             ("orgstruct-error" function (:user-visible-flag t) nil [356785 357021])
2091             ("orgstruct-setup" function nil nil [357023 359038])
2092             ("orgstruct-make-binding" function (:arguments ("fun" "key" "disable-when-heading-prefix")) nil [359040 361908])
2093             ("org-contextualize-keys" function (:arguments ("alist" "contexts")) nil [361910 363377])
2094             ("org-contextualize-validate-key" function (:arguments ("key" "contexts")) nil [363379 364293])
2095             ("org-context-p" function (:arguments ("contexts")) nil [364295 364840])
2096             ("org-run-like-in-org-mode" function (:arguments ("cmd")) nil [364857 365494])
2097             ("org-get-category" function (:arguments ("pos" "force-refresh")) nil [365496 365846])
2098             ("org-refresh-properties" function (:arguments ("dprop" "tprop")) nil [365872 366867])
2099             ("org-refresh-property" function (:arguments ("tprop" "p" "inherit")) nil [366869 367610])
2100             ("org-refresh-category-properties" function nil nil [367612 369096])
2101             ("org-refresh-stats-properties" function nil nil [369098 369769])
2102             ("org-refresh-effort-properties" function nil nil [369771 369965])
2103             ("org-link-expand-abbrev" function (:arguments ("link")) nil [370008 370811])
2104             ("org-insert-link-history" variable nil nil [370846 370948])
2105             ("org-stored-links" variable nil nil [370950 371032])
2106             ("org-store-link-plist" variable nil nil [371034 371147])
2107             ("org-store-link-functions" function nil nil [371149 372356])
2108             ("org-agenda-buffer-name" variable nil nil [372358 372389])
2109             ("org-id-link-to-org-use-id" variable nil nil [372417 372451])
2110             ("org-store-link" function
2111                (:user-visible-flag t
2112                 :arguments ("arg"))
2113                 nil [372491 381290])
2114             ("org-store-link-props" function (:arguments ("plist")) nil [381292 382501])
2115             ("org-add-link-props" function (:arguments ("plist")) nil [382503 382762])
2116             ("org-email-link-description" function (:arguments ("fmt")) nil [382764 383880])
2117             ("org-make-org-heading-search-string" function (:arguments ("string")) nil [383882 384675])
2118             ("org-link-escape-chars" variable
2119                (:constant-flag t
2120                 :default-value (quote (32 91 93 37)))
2121                 nil [384677 384878])
2122             ("org-make-link-string" function (:arguments ("link" "description")) nil [384880 385790])
2123             ("org-link-escape" function (:arguments ("text" "table" "merge")) nil [385792 386611])
2124             ("org-link-unescape" function (:arguments ("str")) nil [386613 386935])
2125             ("org-link-unescape-compound" function (:arguments ("hex")) nil [386937 388012])
2126             ("org-link-unescape-single-byte-sequence" function (:arguments ("hex")) nil [388014 388244])
2127             ("org-xor" function (:arguments ("a" "b")) nil [388246 388304])
2128             ("org-fixup-message-id-for-http" function (:arguments ("s")) nil [388306 388791])
2129             ("org-link-prettify" function (:arguments ("link")) nil [388793 389120])
2130             ("org-insert-link-global" function (:user-visible-flag t) nil [389137 389368])
2131             ("org-insert-all-links" function
2132                (:user-visible-flag t
2133                 :arguments ("arg" "pre" "post"))
2134                 nil [389370 390162])
2135             ("org-insert-last-stored-link" function
2136                (:user-visible-flag t
2137                 :arguments ("arg"))
2138                 nil [390164 390317])
2139             ("org-link-fontify-links-to-this-file" function nil nil [390319 391079])
2140             ("org--links-history" variable nil nil [391081 391112])
2141             ("org-insert-link" function
2142                (:user-visible-flag t
2143                 :arguments ("complete-file" "link-location" "default-description"))
2144                 nil [391113 399305])
2145             ("org-link-try-special-completion" function (:arguments ("type")) nil [399307 399585])
2146             ("org-file-complete-link" function (:arguments ("arg")) nil [399587 400276])
2147             ("org-completing-read" function (:arguments ("args")) nil [400278 400774])
2148             ("org-link-search-failed" variable nil nil [400806 400841])
2149             ("org-open-link-functions" variable nil nil [400843 401656])
2150             ("org-next-link" function
2151                (:user-visible-flag t
2152                 :arguments ("search-backward"))
2153                 nil [401658 402579])
2154             ("org-previous-link" function (:user-visible-flag t) nil [402581 402736])
2155             ("org-translate-link" function (:arguments ("s")) nil [402738 402953])
2156             ("org-translate-link-from-planner" function (:arguments ("type" "path")) nil [402955 403896])
2157             ("org-find-file-at-mouse" function
2158                (:user-visible-flag t
2159                 :arguments ("ev"))
2160                 nil [403898 404044])
2161             ("org-open-at-mouse" function
2162                (:user-visible-flag t
2163                 :arguments ("ev"))
2164                 nil [404046 404335])
2165             ("org-window-config-before-follow-link" variable nil nil [404337 404493])
2166             ("org-open-at-point-global" function (:user-visible-flag t) nil [404510 405114])
2167             ("org-open-link-from-string" function
2168                (:user-visible-flag t
2169                 :arguments ("s" "arg" "reference-buffer"))
2170                 nil [405131 405664])
2171             ("org-open-at-point-functions" variable nil nil [405666 405915])
2172             ("org-link-search-inhibit-query" variable nil nil [405917 405959])
2173             ("clean-buffer-list-kill-buffer-names" variable nil nil [405960 406004])
2174             ("org--open-doi-link" function (:arguments ("path")) nil [406029 406204])
2175             ("org--open-elisp-link" function (:arguments ("path")) nil [406206 406809])
2176             ("org--open-help-link" function (:arguments ("path")) nil [406811 407129])
2177             ("org--open-shell-link" function (:arguments ("path")) nil [407131 407887])
2178             ("org-open-at-point" function
2179                (:user-visible-flag t
2180                 :arguments ("arg" "reference-buffer"))
2181                 nil [407889 414555])
2182             ("org-offer-links-in-entry" function (:arguments ("buffer" "marker" "nth" "zero")) nil [414557 416714])
2183             ("org-open-file-with-system" function (:arguments ("path")) nil [416844 416973])
2184             ("org-open-file-with-emacs" function (:arguments ("path")) nil [416974 417075])
2185             ("org-create-file-search-functions" variable nil nil [417095 418182])
2186             ("org-execute-file-search-functions" variable nil nil [418184 419236])
2187             ("org-search-radio-target" function (:arguments ("target")) nil [419238 419939])
2188             ("org-link-search" function (:arguments ("s" "avoid-pos" "stealth")) nil [419941 426451])
2189             ("org-get-buffer-for-internal-link" function (:arguments ("buffer")) nil [426453 427103])
2190             ("org-do-occur" function (:arguments ("regexp" "cleanup")) nil [427105 427828])
2191             ("org-mark-ring" variable nil nil [427865 427945])
2192             ("org-mark-ring-last-goto" variable nil nil [427946 428034])
2193             ("setq" code nil nil [428062 428114])
2194             ("dotimes" code nil nil [428143 428214])
2195             ("setcdr" code nil nil [428215 428287])
2196             ("org-mark-ring-push" function
2197                (:user-visible-flag t
2198                 :arguments ("pos" "buffer"))
2199                 nil [428289 428748])
2200             ("org-mark-ring-goto" function
2201                (:user-visible-flag t
2202                 :arguments ("n"))
2203                 nil [428750 429493])
2204             ("org-add-angle-brackets" function (:arguments ("s")) nil [429495 429662])
2205             ("org-agenda-buffer-tmp-name" variable nil nil [429694 429729])
2206             ("org-agenda-start-on-weekday" variable nil nil [429730 429766])
2207             ("org-follow-timestamp-link" function nil nil [429767 430602])
2208             ("declare-function" code nil nil [430630 430704])
2209             ("declare-function" code nil nil [430705 430766])
2210             ("declare-function" code nil nil [430767 430854])
2211             ("org-wait" variable nil nil [430855 430876])
2212             ("org-open-file" function (:arguments ("path" "in-emacs" "line" "search")) nil [430877 437081])
2213             ("org-file-apps-entry-match-against-dlink-p" function (:arguments ("entry")) nil [437083 437747])
2214             ("org-default-apps" function nil nil [437749 438017])
2215             ("org-apps-regexp-alist" function (:arguments ("list" "add-auto-mode")) nil [438019 438674])
2216             ("ange-ftp-name-format" variable nil nil [438676 438705])
2217             ("org-file-remote-p" function (:arguments ("file")) nil [438706 439225])
2218             ("org-get-org-file" function nil nil [439243 439514])
2219             ("org-notes-order-reversed-p" function nil nil [439516 439914])
2220             ("org-refile-target-table" variable nil nil [439916 440009])
2221             ("org-agenda-new-buffers" variable nil nil [440011 440089])
2222             ("org-refile-cache" variable nil nil [440091 440150])
2223             ("org-refile-markers" variable nil nil [440152 440238])
2224             ("org-refile-marker" function (:arguments ("pos")) nil [440240 440473])
2225             ("org-refile-cache-clear" function nil nil [440475 440724])
2226             ("org-refile-cache-check-set" function (:arguments ("set")) nil [440726 441153])
2227             ("org-refile-cache-put" function (:arguments ("set" "identifiers")) nil [441155 441447])
2228             ("org-refile-cache-get" function (:arguments ("identifiers")) nil [441449 441822])
2229             ("org-outline-path-cache" variable nil nil [441824 442111])
2230             ("org-refile-get-targets" function (:arguments ("default-buffer")) nil [442113 445819])
2231             ("org--get-outline-path-1" function (:arguments ("use-cache")) nil [445821 447011])
2232             ("org-get-outline-path" function (:arguments ("with-self" "use-cache")) nil [447013 447976])
2233             ("org-format-outline-path" function (:arguments ("path" "width" "prefix" "separator")) nil [447978 449107])
2234             ("org-display-outline-path" function
2235                (:user-visible-flag t
2236                 :arguments ("file" "current" "separator" "just-return-string"))
2237                 nil [449109 450187])
2238             ("org-refile-history" variable nil nil [450189 450257])
2239             ("org-after-refile-insert-hook" variable nil nil [450259 450460])
2240             ("org-capture-last-stored-marker" variable nil nil [450462 450501])
2241             ("org-refile-keep" variable nil nil [450502 450590])
2242             ("org-copy" function (:user-visible-flag t) nil [450592 450735])
2243             ("org-refile" function
2244                (:user-visible-flag t
2245                 :arguments ("arg" "default-buffer" "rfloc" "msg"))
2246                 nil [450737 457223])
2247             ("org-refile-goto-last-stored" function (:user-visible-flag t) nil [457225 457458])
2248             ("org-refile--get-location" function (:arguments ("refloc" "tbl")) nil [457460 457826])
2249             ("org-refile-get-location" function (:arguments ("prompt" "default-buffer" "new-nodes")) nil [457828 460520])
2250             ("declare-function" code nil nil [460522 460571])
2251             ("org-refile-check-position" function (:arguments ("refile-pointer")) nil [460572 461320])
2252             ("org-refile-new-child" function (:arguments ("parent-target" "child")) nil [461322 462147])
2253             ("org-olpath-completing-read" function (:arguments ("prompt" "collection" "args")) nil [462149 462872])
2254             ("org-find-dblock" function (:arguments ("name")) nil [462895 463314])
2255             ("org-create-dblock" function (:arguments ("plist")) nil [463316 463906])
2256             ("org-prepare-dblock" function nil nil [463908 464846])
2257             ("org-map-dblocks" function (:arguments ("command")) nil [464848 465445])
2258             ("org-dblock-update" function
2259                (:user-visible-flag t
2260                 :arguments ("arg"))
2261                 nil [465447 465783])
2262             ("org-update-dblock" function (:user-visible-flag t) nil [465785 466818])
2263             ("org-beginning-of-dblock" function nil nil [466820 467254])
2264             ("org-update-all-dblocks" function (:user-visible-flag t) nil [467256 467464])
2265             ("declare-function" code nil nil [467484 467543])
2266             ("org-get-export-keywords" function nil nil [467544 468139])
2267             ("org-options-keywords" variable
2268                (:constant-flag t
2269                 :default-value (quote ("ARCHIVE:" "AUTHOR:" "BIND:" "CATEGORY:" "COLUMNS:" "CREATOR:" "DATE:" "DESCRIPTION:" "DRAWERS:" "EMAIL:" "EXCLUDE_TAGS:" "FILETAGS:" "INCLUDE:" "INDEX:" "KEYWORDS:" "LANGUAGE:" "MACRO:" "OPTIONS:" "PROPERTY:" "PRIORITIES:" "SELECT_TAGS:" "SEQ_TODO:" "SETUPFILE:" "STARTUP:" "TAGS:" "TITLE:" "TODO:" "TYP_TODO:" "SELECT_TAGS:" "EXCLUDE_TAGS:")))
2270                 nil [468141 468536])
2271             ("org-structure-template-alist" variable (:default-value (quote (("s" "#+BEGIN_SRC ?
2272
2273 #+END_SRC") ("e" "#+BEGIN_EXAMPLE
2274 ?
2275 #+END_EXAMPLE") ("q" "#+BEGIN_QUOTE
2276 ?
2277 #+END_QUOTE") ("v" "#+BEGIN_VERSE
2278 ?
2279 #+END_VERSE") ("V" "#+BEGIN_VERBATIM
2280 ?
2281 #+END_VERBATIM") ("c" "#+BEGIN_CENTER
2282 ?
2283 #+END_CENTER") ("C" "#+BEGIN_COMMENT
2284 ?
2285 #+END_COMMENT") ("l" "#+BEGIN_EXPORT latex
2286 ?
2287 #+END_EXPORT") ("L" "#+LaTeX: ") ("h" "#+BEGIN_EXPORT html
2288 ?
2289 #+END_EXPORT") ("H" "#+HTML: ") ("a" "#+BEGIN_EXPORT ascii
2290 ?
2291 #+END_EXPORT") ("A" "#+ASCII: ") ("i" "#+INDEX: ?") ("I" "#+INCLUDE: %file ?")))) nil [468538 469937])
2292             ("org-try-structure-completion" function nil nil [469939 470443])
2293             ("org-complete-expand-structure-template" function (:arguments ("start" "cell")) nil [470445 471223])
2294             ("org-toggle-comment" function (:user-visible-flag t) nil [471256 471872])
2295             ("org-last-todo-state-is-todo" variable nil nil [471874 472066])
2296             ("org-setting-tags" variable nil nil [472068 472097])
2297             ("org-todo-setup-filter-hook" variable nil nil [472121 472312])
2298             ("org-todo-get-default-hook" variable nil nil [472314 472525])
2299             ("org-agenda-headline-snapshot-before-repeat" variable nil nil [472527 472578])
2300             ("org-current-effective-time" function nil nil [472580 473029])
2301             ("org-todo-yesterday" function
2302                (:user-visible-flag t
2303                 :arguments ("arg"))
2304                 nil [473031 473401])
2305             ("org-block-entry-blocking" variable nil nil [473403 473489])
2306             ("org-cancel-repeater" function (:user-visible-flag t) nil [473491 474028])
2307             ("org-state" variable nil nil [474030 474048])
2308             ("org-blocked-by-checkboxes" variable nil nil [474049 474083])
2309             ("org-todo" function
2310                (:user-visible-flag t
2311                 :arguments ("arg"))
2312                 nil [474084 484140])
2313             ("org-block-todo-from-children-or-siblings-or-parent" function (:arguments ("change-plist")) nil [484142 487092])
2314             ("org-track-ordered-property-with-tag" variable nil nil [487127 487968])
2315             ("org-toggle-ordered-property" function (:user-visible-flag t) nil [487970 488670])
2316             ("org-block-todo-from-checkboxes" function (:arguments ("change-plist")) nil [488672 489926])
2317             ("org-entry-blocked-p" function nil nil [489943 490292])
2318             ("org-update-statistics-cookies" function
2319                (:user-visible-flag t
2320                 :arguments ("all"))
2321                 nil [490294 491718])
2322             ("org-entry-property-inherited-from" variable nil nil [491720 491762])
2323             ("org-update-parent-todo-statistics" function nil nil [491780 495537])
2324             ("org-after-todo-statistics-hook" variable nil nil [495539 496270])
2325             ("org-todo-statistics-hook" variable nil nil [496272 496509])
2326             ("org-todo-trigger-tag-changes" function (:arguments ("state")) nil [496511 497176])
2327             ("org-local-logging" function (:arguments ("value")) nil [497178 497761])
2328             ("org-get-todo-sequence-head" function (:arguments ("kwd")) nil [497763 498331])
2329             ("org-fast-todo-selection" function nil nil [498333 500371])
2330             ("org-entry-is-todo-p" function nil nil [500373 500457])
2331             ("org-entry-is-done-p" function nil nil [500459 500539])
2332             ("org-get-todo-state" function nil nil [500541 500779])
2333             ("org-at-date-range-p" function
2334                (:user-visible-flag t
2335                 :arguments ("inactive-ok"))
2336                 nil [500781 501559])
2337             ("org-get-repeat" function (:arguments ("timestamp")) nil [501561 502332])
2338             ("org-last-changed-timestamp" variable nil nil [502334 502369])
2339             ("org-last-inserted-timestamp" variable nil nil [502370 502406])
2340             ("org-log-post-message" variable nil nil [502407 502436])
2341             ("org-log-note-purpose" variable nil nil [502437 502466])
2342             ("org-log-note-how" variable nil nil [502467 502496])
2343             ("org-log-note-extra" variable nil nil [502497 502524])
2344             ("org-auto-repeat-maybe" function (:arguments ("done-word")) nil [502525 507236])
2345             ("org-show-todo-tree" function
2346                (:user-visible-flag t
2347                 :arguments ("arg"))
2348                 nil [507238 508253])
2349             ("org--deadline-or-schedule" function (:arguments ("arg" "type" "time")) nil [508255 511211])
2350             ("org-deadline" function
2351                (:user-visible-flag t
2352                 :arguments ("arg" "time"))
2353                 nil [511213 512028])
2354             ("org-schedule" function
2355                (:user-visible-flag t
2356                 :arguments ("arg" "time"))
2357                 nil [512030 512848])
2358             ("org-get-scheduled-time" function (:arguments ("pom" "inherit")) nil [512850 513172])
2359             ("org-get-deadline-time" function (:arguments ("pom" "inherit")) nil [513174 513488])
2360             ("org-remove-timestamp-with-keyword" function (:arguments ("keyword")) nil [513490 514157])
2361             ("org-time-was-given" variable nil nil [514159 514186])
2362             ("org-end-time-was-given" variable nil nil [514218 514249])
2363             ("org-at-planning-p" function nil nil [514282 514799])
2364             ("org-add-planning-info" function (:arguments ("what" "time" "remove")) nil [514801 518384])
2365             ("org-log-note-marker" variable (:default-value (make-marker)) nil [518386 518495])
2366             ("org-log-note-purpose" variable nil nil [518496 518529])
2367             ("org-log-note-state" variable nil nil [518530 518561])
2368             ("org-log-note-previous-state" variable nil nil [518562 518602])
2369             ("org-log-note-extra" variable nil nil [518603 518634])
2370             ("org-log-note-window-configuration" variable nil nil [518635 518681])
2371             ("org-log-note-return-to" variable (:default-value (make-marker)) nil [518682 518727])
2372             ("org-log-note-effective-time" variable nil nil [518728 518887])
2373             ("org-log-post-message" variable nil nil [518889 519013])
2374             ("org-add-note" function (:user-visible-flag t) nil [519015 519179])
2375             ("org-log-beginning" function (:arguments ("create")) nil [519181 520672])
2376             ("org-add-log-setup" function (:arguments ("purpose" "state" "prev-state" "how" "extra")) nil [520674 521309])
2377             ("org-skip-over-state-notes" function nil nil [521311 522082])
2378             ("org-add-log-note" function (:arguments ("_purpose")) nil [522084 523714])
2379             ("org-note-abort" variable nil nil [523716 523743])
2380             ("org-store-log-note" function nil nil [523765 527477])
2381             ("org-remove-empty-drawer-at" function (:arguments ("pos")) nil [527479 528095])
2382             ("org-ts-type" variable nil nil [528097 528121])
2383             ("org-sparse-tree" function
2384                (:user-visible-flag t
2385                 :arguments ("arg" "type"))
2386                 nil [528122 530496])
2387             ("defvar-local" code nil nil [530498 530582])
2388             ("defvar-local" code nil nil [530583 531142])
2389             ("org-occur" function
2390                (:user-visible-flag t
2391                 :arguments ("regexp" "keep-previous" "callback"))
2392                 nil [531144 533103])
2393             ("org-occur-next-match" function (:arguments ("n" "_reset")) nil [533105 533943])
2394             ("org-show-context" function (:arguments ("key")) nil [533945 534354])
2395             ("org-show-set-visibility" function (:arguments ("detail")) nil [534356 535644])
2396             ("org-reveal-start-hook" variable nil nil [535646 535722])
2397             ("org-reveal" function
2398                (:user-visible-flag t
2399                 :arguments ("siblings"))
2400                 nil [535724 536569])
2401             ("org-highlight-new-match" function (:arguments ("beg" "end")) nil [536571 536850])
2402             ("org-remove-occur-highlights" function
2403                (:user-visible-flag t
2404                 :arguments ("_beg" "_end" "noremove"))
2405                 nil [536852 537378])
2406             ("org-priority-regexp" variable (:default-value ".*?\\(\\[#\\([A-Z0-9]\\)\\] ?\\)") nil [537397 537516])
2407             ("org-remove-priority-next-time" variable nil nil [537518 537560])
2408             ("org-priority-up" function (:user-visible-flag t) nil [537562 537672])
2409             ("org-priority-down" function (:user-visible-flag t) nil [537674 537788])
2410             ("org-priority" function
2411                (:user-visible-flag t
2412                 :arguments ("action" "_show"))
2413                 nil [537790 540745])
2414             ("org-show-priority" function (:user-visible-flag t) nil [540747 541268])
2415             ("org-get-priority" function (:arguments ("s")) nil [541270 541634])
2416             ("org-agenda-archives-mode" variable nil nil [541647 541680])
2417             ("org-map-continue-from" variable nil nil [541681 541840])
2418             ("org-scanner-tags" variable nil nil [541842 541931])
2419             ("org-trust-scanner-tags" variable nil nil [541933 542511])
2420             ("org--matcher-tags-todo-only" variable nil nil [542513 542553])
2421             ("org-scan-tags" function (:arguments ("action" "matcher" "todo-only" "start-level")) nil [542555 548699])
2422             ("org-remove-uninherited-tags" function (:arguments ("tags")) nil [548701 549366])
2423             ("org-match-sparse-tree" function
2424                (:user-visible-flag t
2425                 :arguments ("todo-only" "match"))
2426                 nil [549368 550023])
2427             ("defalias" code nil nil [550025 550080])
2428             ("org-cached-props" variable nil nil [550082 550111])
2429             ("org-cached-entry-get" function (:arguments ("pom" "property")) nil [550112 550756])
2430             ("org-global-tags-completion-table" function (:arguments ("files")) nil [550758 551363])
2431             ("org-make-tags-matcher" function (:arguments ("match")) nil [551365 557063])
2432             ("org-tags-expand" function (:arguments ("match" "single-as-list" "downcased" "tags-already-expanded")) nil [557065 562083])
2433             ("org-op-to-function" function (:arguments ("op" "stringp")) nil [562085 562629])
2434             ("org<>" function (:arguments ("a" "b")) nil [562631 562664])
2435             ("org-string<=" function (:arguments ("a" "b")) nil [562665 562724])
2436             ("org-string>=" function (:arguments ("a" "b")) nil [562725 562771])
2437             ("org-string>" function (:arguments ("a" "b")) nil [562772 562844])
2438             ("org-string<>" function (:arguments ("a" "b")) nil [562845 562891])
2439             ("org-time=" function (:arguments ("a" "b")) nil [562892 562985])
2440             ("org-time<" function (:arguments ("a" "b")) nil [562986 563079])
2441             ("org-time<=" function (:arguments ("a" "b")) nil [563080 563173])
2442             ("org-time>" function (:arguments ("a" "b")) nil [563174 563267])
2443             ("org-time>=" function (:arguments ("a" "b")) nil [563268 563361])
2444             ("org-time<>" function (:arguments ("a" "b")) nil [563362 563455])
2445             ("org-2ft" function (:arguments ("s")) nil [563456 563821])
2446             ("org-time-today" function nil nil [563823 564073])
2447             ("org-matcher-time" function (:arguments ("s")) nil [564075 564658])
2448             ("org-match-any-p" function (:arguments ("re" "list")) nil [564660 564811])
2449             ("org-add-colon-after-tag-completion" variable nil nil [564813 564860])
2450             ("org-tags-overlay" variable (:default-value (make-overlay 1 1)) nil [564890 564934])
2451             ("delete-overlay" code nil nil [564935 564968])
2452             ("org-get-local-tags-at" function (:arguments ("pos")) nil [564970 565102])
2453             ("org-get-local-tags" function nil nil [565104 565220])
2454             ("org-get-tags-at" function
2455                (:user-visible-flag t
2456                 :arguments ("pos" "local"))
2457                 nil [565222 566703])
2458             ("org-add-prop-inherited" function (:arguments ("s")) nil [566705 566797])
2459             ("org-toggle-tag" function (:arguments ("tag" "onoff")) nil [566799 567807])
2460             ("org--align-tags-here" function (:arguments ("to-col")) nil [567809 568513])
2461             ("org-set-tags-command" function
2462                (:user-visible-flag t
2463                 :arguments ("arg" "just-align"))
2464                 nil [568515 568920])
2465             ("org-set-tags-to" function
2466                (:user-visible-flag t
2467                 :arguments ("data"))
2468                 nil [568922 569873])
2469             ("org-align-all-tags" function (:user-visible-flag t) nil [569875 570124])
2470             ("org-indent-indentation-per-level" variable nil nil [570126 570167])
2471             ("org-set-tags" function
2472                (:user-visible-flag t
2473                 :arguments ("arg" "just-align"))
2474                 nil [570168 574167])
2475             ("org-change-tag-in-region" function
2476                (:user-visible-flag t
2477                 :arguments ("beg" "end" "tag" "off"))
2478                 nil [574169 575702])
2479             ("org-tags-completion-function" function (:arguments ("string" "_predicate" "flag")) nil [575704 576519])
2480             ("org-fast-tag-insert" function (:arguments ("kwd" "tags" "face" "end")) nil [576521 576777])
2481             ("org-fast-tag-show-exit" function (:arguments ("flag")) nil [576779 577120])
2482             ("org-set-current-tags-overlay" function (:arguments ("current" "prefix")) nil [577122 577424])
2483             ("org-last-tag-selection-key" variable nil nil [577426 577465])
2484             ("org-fast-tag-selection" function (:arguments ("current" "inherited" "table" "todo-table")) nil [577466 584535])
2485             ("org-get-tags-string" function nil nil [584537 584834])
2486             ("org-get-tags" function nil nil [584836 584966])
2487             ("org-get-buffer-tags" function nil nil [584968 585433])
2488             ("org-agenda-skip-comment-trees" variable nil nil [585457 585495])
2489             ("org-agenda-skip-function" variable nil nil [585496 585529])
2490             ("org-map-entries" function (:arguments ("func" "match" "scope" "skip")) nil [585530 591024])
2491             ("org-special-properties" variable
2492                (:constant-flag t
2493                 :default-value (quote ("ALLTAGS" "BLOCKED" "CLOCKSUM" "CLOCKSUM_T" "CLOSED" "DEADLINE" "FILE" "ITEM" "PRIORITY" "SCHEDULED" "TAGS" "TIMESTAMP" "TIMESTAMP_IA" "TODO")))
2494                 nil [591046 591365])
2495             ("org-default-properties" variable
2496                (:constant-flag t
2497                 :default-value (quote ("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION" "CUSTOM_ID" "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY" "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE" "EXPORT_OPTIONS" "EXPORT_TEXT" "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE" "UNNUMBERED" "ORDERED" "NOBLOCKING" "COOKIE_DATA" "LOG_INTO_DRAWER" "REPEAT_TO_STATE" "CLOCK_MODELINE_TOTAL" "STYLE" "HTML_CONTAINER_CLASS")))
2498                 nil [591367 591943])
2499             ("org--valid-property-p" function (:arguments ("property")) nil [591945 592120])
2500             ("org--update-property-plist" function (:arguments ("key" "val" "props")) nil [592122 592534])
2501             ("org-get-property-block" function (:arguments ("beg" "force")) nil [592536 593598])
2502             ("org-at-property-p" function nil nil [593600 593985])
2503             ("org-property-action" function (:user-visible-flag t) nil [593987 594489])
2504             ("org-inc-effort" function (:user-visible-flag t) nil [594491 594626])
2505             ("org-clock-effort" variable nil nil [594628 594653])
2506             ("org-clock-current-task" variable nil nil [594687 594718])
2507             ("org-set-effort" function
2508                (:user-visible-flag t
2509                 :arguments ("value" "increment"))
2510                 nil [594746 596606])
2511             ("org-entry-properties" function (:arguments ("pom" "which")) nil [596608 604593])
2512             ("org--property-local-values" function (:arguments ("property" "literal-nil")) nil [604595 605575])
2513             ("org--property-global-value" function (:arguments ("property" "literal-nil")) nil [605577 606072])
2514             ("org-entry-get" function (:arguments ("pom" "property" "inherit" "literal-nil")) nil [606074 607556])
2515             ("org-property-or-variable-value" function (:arguments ("var" "inherit")) nil [607558 607919])
2516             ("org-entry-delete" function (:arguments ("pom" "property")) nil [607921 608720])
2517             ("org-entry-add-to-multivalued-property" function (:arguments ("pom" "property" "value")) nil [608866 609296])
2518             ("org-entry-remove-from-multivalued-property" function (:arguments ("pom" "property" "value")) nil [609298 609725])
2519             ("org-entry-member-in-multivalued-property" function (:arguments ("pom" "property" "value")) nil [609727 610036])
2520             ("org-entry-get-multivalued-property" function (:arguments ("pom" "property")) nil [610038 610288])
2521             ("org-entry-put-multivalued-property" function (:arguments ("pom" "property" "values")) nil [610290 610704])
2522             ("org-entry-protect-space" function (:arguments ("s")) nil [610706 610934])
2523             ("org-entry-restore-space" function (:arguments ("s")) nil [610936 611164])
2524             ("org-entry-property-inherited-from" variable (:default-value (make-marker)) nil [611166 611561])
2525             ("org-entry-get-with-inheritance" function (:arguments ("property" "literal-nil")) nil [611563 612754])
2526             ("org-property-changed-functions" variable nil nil [612756 612949])
2527             ("org-entry-put" function (:arguments ("pom" "property" "value")) nil [612951 616006])
2528             ("org-buffer-property-keys" function (:arguments ("specials" "defaults" "columns" "ignore-malformed")) nil [616008 618783])
2529             ("org-property-values" function (:arguments ("key")) nil [618785 619120])
2530             ("org-insert-property-drawer" function nil nil [619122 619909])
2531             ("org-insert-drawer" function
2532                (:user-visible-flag t
2533                 :arguments ("arg" "drawer"))
2534                 nil [619911 621965])
2535             ("org-property-set-functions-alist" variable nil nil [621967 622202])
2536             ("org-set-property-function" function (:arguments ("property")) nil [622204 622462])
2537             ("org-read-property-value" function (:arguments ("property")) nil [622464 623124])
2538             ("org-last-set-property" variable nil nil [623126 623160])
2539             ("org-last-set-property-value" variable nil nil [623161 623201])
2540             ("org-read-property-name" function nil nil [623202 623623])
2541             ("org-set-property-and-value" function
2542                (:user-visible-flag t
2543                 :arguments ("use-last"))
2544                 nil [623625 624254])
2545             ("org-set-property" function
2546                (:user-visible-flag t
2547                 :arguments ("property" "value"))
2548                 nil [624256 625545])
2549             ("org-find-property" function (:arguments ("property" "value")) nil [625547 626319])
2550             ("org-delete-property" function
2551                (:user-visible-flag t
2552                 :arguments ("property"))
2553                 nil [626321 626914])
2554             ("org-delete-property-globally" function
2555                (:user-visible-flag t
2556                 :arguments ("property"))
2557                 nil [626916 627552])
2558             ("org-columns-current-fmt-compiled" variable nil nil [627554 627595])
2559             ("org-compute-property-at-point" function (:user-visible-flag t) nil [627625 628175])
2560             ("org-property-allowed-value-functions" variable nil nil [628177 628637])
2561             ("org-property-get-allowed-values" function (:arguments ("pom" "property" "table")) nil [628639 629861])
2562             ("org-property-previous-allowed-value" function
2563                (:user-visible-flag t
2564                 :arguments ("_previous"))
2565                 nil [629863 630038])
2566             ("org-property-next-allowed-value" function
2567                (:user-visible-flag t
2568                 :arguments ("previous"))
2569                 nil [630040 631443])
2570             ("org-find-olp" function (:arguments ("path" "this-buffer")) nil [631445 633079])
2571             ("org-find-exact-headline-in-buffer" function (:arguments ("heading" "buffer" "pos-only")) nil [633081 633796])
2572             ("org-find-exact-heading-in-directory" function (:arguments ("heading" "dir")) nil [633798 634507])
2573             ("org-find-entry-with-id" function
2574                (:user-visible-flag t
2575                 :arguments ("ident"))
2576                 nil [634509 635103])
2577             ("org-last-changed-timestamp" variable nil nil [635122 635161])
2578             ("org-last-inserted-timestamp" variable nil nil [635162 635265])
2579             ("org-time-stamp" function
2580                (:user-visible-flag t
2581                 :arguments ("arg" "inactive"))
2582                 nil [635267 637927])
2583             ("org-get-compact-tod" function (:arguments ("s")) nil [638008 638642])
2584             ("org-time-stamp-inactive" function
2585                (:user-visible-flag t
2586                 :arguments ("arg"))
2587                 nil [638644 639378])
2588             ("org-date-ovl" variable (:default-value (make-overlay 1 1)) nil [639380 639420])
2589             ("overlay-put" code nil nil [639421 639472])
2590             ("delete-overlay" code nil nil [639473 639502])
2591             ("org-ans1" variable nil nil [639504 639521])
2592             ("org-ans2" variable nil nil [639553 639570])
2593             ("org-plain-time-of-day-regexp" variable nil nil [639603 639640])
2594             ("org-overriding-default-time" variable nil nil [639658 639698])
2595             ("org-read-date-overlay" variable nil nil [639720 639754])
2596             ("org-dcst" variable nil nil [639755 639776])
2597             ("org-read-date-history" variable nil nil [639798 639832])
2598             ("org-read-date-final-answer" variable nil nil [639833 639872])
2599             ("org-read-date-analyze-futurep" variable nil nil [639873 639915])
2600             ("org-read-date-analyze-forced-year" variable nil nil [639916 639962])
2601             ("org-read-date-inactive" variable nil nil [639963 639994])
2602             ("org-read-date-minibuffer-local-map" variable (:default-value (let* ((map (make-sparse-keymap))) (set-keymap-parent map minibuffer-local-map) (org-defkey map (kbd ".") (lambda nil (interactive) (if (looking-back "^[^:]+: " (let ((inhibit-field-text-motion t)) (line-beginning-position))) (org-eval-in-calendar (quote (calendar-goto-today))) (insert ".")))) (org-defkey map (kbd "C-.") (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-goto-today))))) (org-defkey map [(meta shift left)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-backward-month 1))))) (org-defkey map [(meta shift right)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-forward-month 1))))) (org-defkey map [(meta shift up)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-backward-year 1))))) (org-defkey map [(meta shift down)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-forward-year 1))))) (org-defkey map [27 (shift left)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-backward-month 1))))) (org-defkey map [27 (shift right)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-forward-month 1))))) (org-defkey map [27 (shift up)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-backward-year 1))))) (org-defkey map [27 (shift down)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-forward-year 1))))) (org-defkey map [(shift up)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-backward-week 1))))) (org-defkey map [(shift down)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-forward-week 1))))) (org-defkey map [(shift left)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-backward-day 1))))) (org-defkey map [(shift right)] (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-forward-day 1))))) (org-defkey map "!" (lambda nil (interactive) (org-eval-in-calendar (quote (diary-view-entries))) (message ""))) (org-defkey map ">" (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-scroll-left 1))))) (org-defkey map "<" (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-scroll-right 1))))) (org-defkey map "" (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-scroll-left-three-months 1))))) (org-defkey map "\366" (lambda nil (interactive) (org-eval-in-calendar (quote (calendar-scroll-right-three-months 1))))) map)) nil [639996 643193])
2603             ("org-def" variable nil nil [643195 643211])
2604             ("org-defdecode" variable nil nil [643212 643234])
2605             ("org-with-time" variable nil nil [643235 643257])
2606             ("calendar-setup" variable nil nil [643259 643282])
2607             ("org-read-date" function (:arguments ("with-time" "to-time" "from-string" "prompt" "default-time" "default-input" "inactive")) nil [643307 649940])
2608             ("org-read-date-display" function nil nil [649942 651408])
2609             ("org-read-date-analyze" function (:arguments ("ans" "def" "defdecode")) nil [651410 660513])
2610             ("parse-time-weekdays" variable nil nil [660515 660543])
2611             ("org-read-date-get-relative" function (:arguments ("s" "today" "default")) nil [660544 662084])
2612             ("org-order-calendar-date-args" function (:arguments ("arg1" "arg2" "arg3")) nil [662086 662551])
2613             ("org-eval-in-calendar" function (:arguments ("form" "keepdate")) nil [662553 663235])
2614             ("org-calendar-select" function (:user-visible-flag t) nil [663237 663692])
2615             ("org-insert-time-stamp" function (:arguments ("time" "with-hm" "inactive" "pre" "post" "extra")) nil [663694 664929])
2616             ("org-toggle-time-stamp-overlays" function (:user-visible-flag t) nil [664931 665685])
2617             ("org-display-custom-time" function (:arguments ("beg" "end")) nil [665687 666456])
2618             ("org-fix-decoded-time" function (:arguments ("time")) nil [666458 666659])
2619             ("org-time-stamp-to-now" function (:arguments ("timestamp-string" "seconds")) nil [666661 667005])
2620             ("org-deadline-close-p" function (:arguments ("timestamp-string" "ndays")) nil [667007 667287])
2621             ("org-get-wdays" function (:arguments ("ts" "delay" "zero-delay")) nil [667289 668237])
2622             ("org-calendar-select-mouse" function
2623                (:user-visible-flag t
2624                 :arguments ("ev"))
2625                 nil [668239 668729])
2626             ("org-check-deadlines" function
2627                (:user-visible-flag t
2628                 :arguments ("ndays"))
2629                 nil [668731 669594])
2630             ("org-re-timestamp" function (:arguments ("type")) nil [669596 670392])
2631             ("org-check-before-date" function
2632                (:user-visible-flag t
2633                 :arguments ("d"))
2634                 nil [670394 671087])
2635             ("org-check-after-date" function
2636                (:user-visible-flag t
2637                 :arguments ("d"))
2638                 nil [671089 671781])
2639             ("org-check-dates-range" function
2640                (:user-visible-flag t
2641                 :arguments ("start-date" "end-date"))
2642                 nil [671783 672688])
2643             ("org-evaluate-time-range" function
2644                (:user-visible-flag t
2645                 :arguments ("to-buffer"))
2646                 nil [672690 674988])
2647             ("org-make-tdiff-string" function (:arguments ("y" "d" "h" "m")) nil [674990 675496])
2648             ("org-time-string-to-time" function (:arguments ("s")) nil [675498 675634])
2649             ("org-time-string-to-seconds" function (:arguments ("s")) nil [675636 675776])
2650             ("org-define-error" code nil nil [675778 675850])
2651             ("org-time-string-to-absolute" function (:arguments ("s" "daynr" "prefer" "buffer" "pos")) nil [675852 677104])
2652             ("org-days-to-iso-week" function (:arguments ("days")) nil [677106 677236])
2653             ("org-small-year-to-year" function (:arguments ("year")) nil [677238 677772])
2654             ("org-time-from-absolute" function (:arguments ("d")) nil [677774 678045])
2655             ("org-agenda-current-date" variable nil nil [678047 678079])
2656             ("org-calendar-holiday" function nil nil [678080 678295])
2657             ("org-diary-sexp-entry" function (:arguments ("sexp" "entry" "d")) nil [678297 679073])
2658             ("org-diary-to-ical-string" function (:arguments ("frombuf")) nil [679075 679865])
2659             ("org-closest-date" function (:arguments ("start" "current" "prefer")) nil [679867 683213])
2660             ("org-date-to-gregorian" function (:arguments ("d")) nil [683215 683570])
2661             ("org-parse-time-string" function (:arguments ("s" "nodefault")) nil [683572 684631])
2662             ("org-timestamp-up" function
2663                (:user-visible-flag t
2664                 :arguments ("arg"))
2665                 nil [684633 684955])
2666             ("org-timestamp-down" function
2667                (:user-visible-flag t
2668                 :arguments ("arg"))
2669                 nil [684957 685285])
2670             ("org-timestamp-up-day" function
2671                (:user-visible-flag t
2672                 :arguments ("arg"))
2673                 nil [685287 685599])
2674             ("org-timestamp-down-day" function
2675                (:user-visible-flag t
2676                 :arguments ("arg"))
2677                 nil [685601 685921])
2678             ("org-at-timestamp-p" function (:arguments ("extended")) nil [685923 688432])
2679             ("org-toggle-timestamp-type" function (:user-visible-flag t) nil [688434 688954])
2680             ("org-at-clock-log-p" function nil nil [688956 689152])
2681             ("org-clock-history" variable nil nil [689154 689180])
2682             ("org-clock-adjust-closest" variable nil nil [689227 689264])
2683             ("org-timestamp-change" function (:arguments ("n" "what" "updown" "suppress-tmp-delay")) nil [689300 695368])
2684             ("org-modify-ts-extra" function (:arguments ("s" "pos" "n" "dm")) nil [695370 696892])
2685             ("org-recenter-calendar" function (:arguments ("d")) nil [696894 697200])
2686             ("org-goto-calendar" function
2687                (:user-visible-flag t
2688                 :arguments ("arg"))
2689                 nil [697202 697891])
2690             ("org-get-date-from-calendar" function nil nil [697893 698086])
2691             ("org-date-from-calendar" function (:user-visible-flag t) nil [698088 698510])
2692             ("org-effort-durations" variable (:default-value (\` (("min" . 1) ("h" . 60) ("d" \, (* 60 8)) ("w" \, (* 60 8 5)) ("m" \, (* 60 8 5 4)) ("y" \, (* 60 8 5 40))))) nil [698512 699205])
2693             ("org-image-actual-width" variable (:default-value t) nil [699207 700115])
2694             ("org-agenda-inhibit-startup" variable nil nil [700117 700424])
2695             ("org-agenda-ignore-properties" variable nil nil [700426 701037])
2696             ("org-save-all-org-buffers" function (:user-visible-flag t) nil [701051 701354])
2697             ("org-revert-all-org-buffers" function (:user-visible-flag t) nil [701356 702342])
2698             ("org-switchb" function
2699                (:user-visible-flag t
2700                 :arguments ("arg"))
2701                 nil [702378 702894])
2702             ("org-buffer-list" function (:arguments ("predicate" "exclude-tmp")) nil [702896 704130])
2703             ("org-agenda-files" function (:arguments ("unrestricted" "archives")) nil [704132 705260])
2704             ("org-agenda-file-p" function (:arguments ("file")) nil [705262 705586])
2705             ("org-edit-agenda-file-list" function (:user-visible-flag t) nil [705588 706510])
2706             ("org-store-new-agenda-file-list" function (:arguments ("list")) nil [706512 707173])
2707             ("org-read-agenda-file-list" function (:arguments ("pair-with-expansion")) nil [707175 707893])
2708             ("org-cycle-agenda-files" function (:user-visible-flag t) nil [707910 708541])
2709             ("org-agenda-file-to-front" function
2710                (:user-visible-flag t
2711                 :arguments ("to-end"))
2712                 nil [708543 709567])
2713             ("org-remove-file" function
2714                (:user-visible-flag t
2715                 :arguments ("file"))
2716                 nil [709569 710469])
2717             ("org-file-menu-entry" function (:arguments ("file")) nil [710471 710546])
2718             ("org-check-agenda-file" function (:arguments ("file")) nil [710548 710945])
2719             ("org-get-agenda-file-buffer" function (:arguments ("file")) nil [710947 711359])
2720             ("org-release-buffers" function (:arguments ("blist")) nil [711361 711832])
2721             ("org-agenda-prepare-buffers" function
2722                (:user-visible-flag t
2723                 :arguments ("files"))
2724                 nil [711834 714592])
2725             ("org-cdlatex-mode-map" variable (:default-value (make-sparse-keymap)) nil [714621 714716])
2726             ("org-defkey" code nil nil [714718 714785])
2727             ("org-defkey" code nil nil [714786 714853])
2728             ("org-defkey" code nil nil [714854 714912])
2729             ("org-defkey" code nil nil [714913 714975])
2730             ("org-defkey" code nil nil [714976 715049])
2731             ("org-cdlatex-texmathp-advice-is-done" variable nil nil [715051 715171])
2732             ("define-minor-mode" code nil nil [715173 716379])
2733             ("turn-on-org-cdlatex" function nil nil [716381 716482])
2734             ("org-try-cdlatex-tab" function nil nil [716484 717276])
2735             ("org-cdlatex-underscore-caret" function
2736                (:user-visible-flag t
2737                 :arguments ("_arg"))
2738                 nil [717278 717654])
2739             ("org-cdlatex-math-modify" function
2740                (:user-visible-flag t
2741                 :arguments ("_arg"))
2742                 nil [717656 718019])
2743             ("org-cdlatex-environment-indent" function
2744                (:user-visible-flag t
2745                 :arguments ("environment" "item"))
2746                 nil [718021 720039])
2747             ("org-inside-LaTeX-fragment-p" function nil nil [720065 721989])
2748             ("org-inside-latex-macro-p" function nil nil [721991 722191])
2749             ("org--format-latex-make-overlay" function (:arguments ("beg" "end" "image" "imagetype")) nil [722193 722809])
2750             ("org--list-latex-overlays" function (:arguments ("beg" "end")) nil [722811 723131])
2751             ("org-remove-latex-fragment-image-overlays" function (:arguments ("beg" "end")) nil [723133 723540])
2752             ("org-toggle-latex-fragment" function
2753                (:user-visible-flag t
2754                 :arguments ("arg"))
2755                 nil [723542 726218])
2756             ("org-format-latex" function (:arguments ("prefix" "beg" "end" "dir" "overlays" "msg" "forbuffer" "processing-type")) nil [726220 730803])
2757             ("org-create-math-formula" function
2758                (:user-visible-flag t
2759                 :arguments ("latex-frag" "mathml-file"))
2760                 nil [730805 733273])
2761             ("org-format-latex-as-mathml" function (:arguments ("latex-frag" "latex-frag-type" "prefix" "dir")) nil [733275 734410])
2762             ("org--get-display-dpi" function nil nil [734412 734748])
2763             ("org-create-formula-image" function (:arguments ("string" "tofile" "options" "buffer" "processing-type")) nil [734750 738982])
2764             ("org-splice-latex-header" function (:arguments ("tpl" "def-pkg" "pkg" "snippets-p" "extra")) nil [738984 740804])
2765             ("org-latex-packages-to-string" function (:arguments ("pkg" "snippets-p" "newline")) nil [740806 741330])
2766             ("org-dvipng-color" function (:arguments ("attr")) nil [741332 741475])
2767             ("org-dvipng-color-format" function (:arguments ("color-name")) nil [741477 741672])
2768             ("org-latex-color" function (:arguments ("attr")) nil [741674 741818])
2769             ("org-latex-color-format" function (:arguments ("color-name")) nil [741820 741999])
2770             ("org-normalize-color" function (:arguments ("value")) nil [742001 742136])
2771             ("defvar-local" code nil nil [742159 742203])
2772             ("org-toggle-inline-images" function
2773                (:user-visible-flag t
2774                 :arguments ("include-linked"))
2775                 nil [742205 742810])
2776             ("org-redisplay-inline-images" function (:user-visible-flag t) nil [742812 743042])
2777             ("org-display-inline-images" function
2778                (:user-visible-flag t
2779                 :arguments ("include-linked" "refresh" "beg" "end"))
2780                 nil [743044 747014])
2781             ("org-display-inline-remove-overlay" function (:arguments ("ov" "after" "_beg" "_end" "_len")) nil [747016 747303])
2782             ("org-remove-inline-images" function (:user-visible-flag t) nil [747305 747484])
2783             ("org-remap" function (:arguments ("map" "commands")) nil [747505 747794])
2784             ("define-key" code nil nil [747880 747952])
2785             ("define-key" code nil nil [747953 748025])
2786             ("define-key" code nil nil [748026 748120])
2787             ("define-key" code nil nil [748121 748217])
2788             ("define-key" code nil nil [748218 748307])
2789             ("define-key" code nil nil [748308 748378])
2790             ("define-key" code nil nil [748379 748447])
2791             ("define-key" code nil nil [748448 748520])
2792             ("define-key" code nil nil [748521 748611])
2793             ("define-key" code nil nil [748612 748710])
2794             ("define-key" code nil nil [748711 748777])
2795             ("org-defkey" code nil nil [750453 750510])
2796             ("org-defkey" code nil nil [750538 750587])
2797             ("org-defkey" code nil nil [750588 750637])
2798             ("org-defkey" code nil nil [750638 750705])
2799             ("org-defkey" code nil nil [750706 750751])
2800             ("org-defkey" code nil nil [750809 750865])
2801             ("org-defkey" code nil nil [750866 750922])
2802             ("define-key" code nil nil [750923 750972])
2803             ("org-defkey" code nil nil [750974 751039])
2804             ("org-defkey" code nil nil [751040 751112])
2805             ("org-defkey" code nil nil [751113 751170])
2806             ("org-defkey" code nil nil [751202 751256])
2807             ("org-defkey" code nil nil [751257 751312])
2808             ("org-defkey" code nil nil [751313 751365])
2809             ("org-defkey" code nil nil [751366 751420])
2810             ("org-defkey" code nil nil [751422 751506])
2811             ("org-defkey" code nil nil [751507 751590])
2812             ("org-defkey" code nil nil [751591 751657])
2813             ("org-defkey" code nil nil [751658 751725])
2814             ("org-defkey" code nil nil [751726 751790])
2815             ("org-defkey" code nil nil [751791 751857])
2816             ("org-defkey" code nil nil [751859 751919])
2817             ("org-defkey" code nil nil [751920 751982])
2818             ("org-defkey" code nil nil [751983 752045])
2819             ("org-defkey" code nil nil [752046 752109])
2820             ("org-defkey" code nil nil [752111 752183])
2821             ("org-defkey" code nil nil [752184 752255])
2822             ("org-defkey" code nil nil [752256 752322])
2823             ("org-defkey" code nil nil [752323 752394])
2824             ("define-key" code nil nil [752410 752470])
2825             ("dolist" code nil nil [752471 752560])
2826             ("when" code nil nil [752693 754472])
2827             ("org-remap" code nil nil [754496 754656])
2828             ("org-defkey" code nil nil [754657 754709])
2829             ("org-defkey" code nil nil [754711 754765])
2830             ("org-defkey" code nil nil [754794 754842])
2831             ("if" code nil nil [754843 754983])
2832             ("if" code nil nil [754984 755120])
2833             ("if" code nil nil [755121 755261])
2834             ("org-defkey" code nil nil [755262 755321])
2835             ("org-defkey" code nil nil [755322 755379])
2836             ("org-defkey" code nil nil [755380 755438])
2837             ("org-defkey" code nil nil [755439 755491])
2838             ("org-defkey" code nil nil [755492 755546])
2839             ("org-defkey" code nil nil [755547 755615])
2840             ("org-defkey" code nil nil [755616 755685])
2841             ("org-defkey" code nil nil [755686 755738])
2842             ("org-defkey" code nil nil [755739 755795])
2843             ("org-defkey" code nil nil [755796 755853])
2844             ("org-defkey" code nil nil [755854 755915])
2845             ("org-defkey" code nil nil [755916 755985])
2846             ("org-defkey" code nil nil [755986 756042])
2847             ("org-defkey" code nil nil [756043 756104])
2848             ("org-defkey" code nil nil [756105 756174])
2849             ("org-defkey" code nil nil [756175 756241])
2850             ("org-defkey" code nil nil [756242 756303])
2851             ("org-defkey" code nil nil [756304 756350])
2852             ("org-defkey" code nil nil [756351 756397])
2853             ("org-defkey" code nil nil [756398 756456])
2854             ("org-defkey" code nil nil [756457 756507])
2855             ("org-defkey" code nil nil [756508 756558])
2856             ("org-defkey" code nil nil [756559 756615])
2857             ("org-defkey" code nil nil [756616 756664])
2858             ("org-defkey" code nil nil [756665 756711])
2859             ("org-defkey" code nil nil [756712 756765])
2860             ("org-defkey" code nil nil [756790 756849])
2861             ("org-defkey" code nil nil [756868 756920])
2862             ("org-defkey" code nil nil [756921 756993])
2863             ("org-defkey" code nil nil [756994 757049])
2864             ("org-defkey" code nil nil [757050 757130])
2865             ("org-defkey" code nil nil [757131 757222])
2866             ("org-defkey" code nil nil [757223 757278])
2867             ("org-defkey" code nil nil [757279 757338])
2868             ("org-defkey" code nil nil [757339 757392])
2869             ("org-defkey" code nil nil [757393 757458])
2870             ("org-defkey" code nil nil [757459 757520])
2871             ("org-defkey" code nil nil [757521 757576])
2872             ("org-defkey" code nil nil [757577 757633])
2873             ("org-defkey" code nil nil [757634 757690])
2874             ("org-defkey" code nil nil [757691 757741])
2875             ("org-defkey" code nil nil [757765 757817])
2876             ("org-defkey" code nil nil [757841 757902])
2877             ("org-defkey" code nil nil [757919 757969])
2878             ("org-defkey" code nil nil [757995 758056])
2879             ("org-defkey" code nil nil [758057 758112])
2880             ("org-defkey" code nil nil [758113 758173])
2881             ("org-defkey" code nil nil [758174 758242])
2882             ("org-defkey" code nil nil [758243 758312])
2883             ("org-defkey" code nil nil [758313 758375])
2884             ("org-defkey" code nil nil [758376 758429])
2885             ("org-defkey" code nil nil [758430 758500])
2886             ("org-defkey" code nil nil [758501 758574])
2887             ("org-defkey" code nil nil [758575 758629])
2888             ("org-defkey" code nil nil [758630 758683])
2889             ("org-defkey" code nil nil [758684 758730])
2890             ("org-defkey" code nil nil [758731 758786])
2891             ("org-defkey" code nil nil [758787 758855])
2892             ("org-defkey" code nil nil [758856 758923])
2893             ("org-defkey" code nil nil [758924 758982])
2894             ("org-defkey" code nil nil [758983 759047])
2895             ("org-defkey" code nil nil [759048 759122])
2896             ("org-defkey" code nil nil [759123 759199])
2897             ("org-defkey" code nil nil [759200 759260])
2898             ("org-defkey" code nil nil [759261 759309])
2899             ("org-defkey" code nil nil [759310 759365])
2900             ("org-defkey" code nil nil [759366 759424])
2901             ("org-defkey" code nil nil [759425 759484])
2902             ("org-defkey" code nil nil [759485 759536])
2903             ("org-defkey" code nil nil [759537 759597])
2904             ("org-defkey" code nil nil [759598 759652])
2905             ("org-defkey" code nil nil [759653 759711])
2906             ("org-defkey" code nil nil [759712 759767])
2907             ("org-defkey" code nil nil [759768 759822])
2908             ("org-defkey" code nil nil [759823 759900])
2909             ("org-defkey" code nil nil [759901 759972])
2910             ("org-defkey" code nil nil [759973 760041])
2911             ("org-defkey" code nil nil [760042 760090])
2912             ("org-defkey" code nil nil [760091 760165])
2913             ("org-defkey" code nil nil [760166 760237])
2914             ("org-defkey" code nil nil [760238 760295])
2915             ("org-defkey" code nil nil [760296 760356])
2916             ("org-defkey" code nil nil [760357 760412])
2917             ("org-defkey" code nil nil [760413 760474])
2918             ("org-defkey" code nil nil [760475 760536])
2919             ("org-defkey" code nil nil [760537 760598])
2920             ("org-defkey" code nil nil [760599 760650])
2921             ("org-defkey" code nil nil [760651 760701])
2922             ("org-defkey" code nil nil [760702 760771])
2923             ("org-defkey" code nil nil [760855 760912])
2924             ("org-defkey" code nil nil [760913 760971])
2925             ("org-defkey" code nil nil [760972 761031])
2926             ("org-defkey" code nil nil [761033 761105])
2927             ("org-defkey" code nil nil [761106 761160])
2928             ("org-defkey" code nil nil [761161 761220])
2929             ("org-defkey" code nil nil [761221 761281])
2930             ("org-defkey" code nil nil [761282 761337])
2931             ("org-defkey" code nil nil [761338 761394])
2932             ("org-defkey" code nil nil [761395 761453])
2933             ("org-defkey" code nil nil [761454 761513])
2934             ("org-defkey" code nil nil [761514 761572])
2935             ("org-defkey" code nil nil [761573 761632])
2936             ("org-defkey" code nil nil [761633 761700])
2937             ("org-defkey" code nil nil [761701 761767])
2938             ("org-defkey" code nil nil [761768 761840])
2939             ("org-defkey" code nil nil [761841 761909])
2940             ("org-defkey" code nil nil [761910 761971])
2941             ("org-defkey" code nil nil [761972 762030])
2942             ("org-defkey" code nil nil [762031 762099])
2943             ("org-defkey" code nil nil [762100 762156])
2944             ("org-defkey" code nil nil [762157 762213])
2945             ("org-defkey" code nil nil [762214 762283])
2946             ("org-defkey" code nil nil [762284 762351])
2947             ("org-defkey" code nil nil [762352 762430])
2948             ("org-defkey" code nil nil [762432 762483])
2949             ("org-defkey" code nil nil [762484 762540])
2950             ("org-defkey" code nil nil [762541 762598])
2951             ("org-defkey" code nil nil [762599 762655])
2952             ("org-defkey" code nil nil [762656 762725])
2953             ("define-key" code nil nil [762727 762780])
2954             ("define-key" code nil nil [762782 762831])
2955             ("define-key" code nil nil [762833 762891])
2956             ("define-key" code nil nil [762892 762950])
2957             ("define-key" code nil nil [762952 763010])
2958             ("org-speed-commands-default" variable
2959                (:constant-flag t
2960                 :default-value (quote (("Outline Navigation") ("n" org-speed-move-safe (quote org-next-visible-heading)) ("p" org-speed-move-safe (quote org-previous-visible-heading)) ("f" org-speed-move-safe (quote org-forward-heading-same-level)) ("b" org-speed-move-safe (quote org-backward-heading-same-level)) ("F" . org-next-block) ("B" . org-previous-block) ("u" org-speed-move-safe (quote outline-up-heading)) ("j" . org-goto) ("g" org-refile t) ("Outline Visibility") ("c" . org-cycle) ("C" . org-shifttab) (" " . org-display-outline-path) ("s" . org-narrow-to-subtree) ("=" . org-columns) ("Outline Structure Editing") ("U" . org-metaup) ("D" . org-metadown) ("r" . org-metaright) ("l" . org-metaleft) ("R" . org-shiftmetaright) ("L" . org-shiftmetaleft) ("i" progn (forward-char 1) (call-interactively (quote org-insert-heading-respect-content))) ("^" . org-sort) ("w" . org-refile) ("a" . org-archive-subtree-default-with-confirmation) ("@" . org-mark-subtree) ("#" . org-toggle-comment) ("Clock Commands") ("I" . org-clock-in) ("O" . org-clock-out) ("Meta Data Editing") ("t" . org-todo) ("," org-priority) ("0" org-priority 32) ("1" org-priority 65) ("2" org-priority 66) ("3" org-priority 67) (":" . org-set-tags-command) ("e" . org-set-effort) ("E" . org-inc-effort) ("W" lambda (m) (interactive "sMinutes before warning: ") (org-entry-put (point) "APPT_WARNTIME" m)) ("Agenda Views etc") ("v" . org-agenda) ("/" . org-sparse-tree) ("Misc") ("o" . org-open-at-point) ("?" . org-speed-command-help) ("<" org-agenda-set-restriction-lock (quote subtree)) (">" org-agenda-remove-restriction-lock))))
2961                 nil [763013 764892])
2962             ("org-print-speed-command" function (:arguments ("e")) nil [764894 765210])
2963             ("org-speed-command-help" function (:user-visible-flag t) nil [765212 765823])
2964             ("org-speed-move-safe" function
2965                (:user-visible-flag t
2966                 :arguments ("cmd"))
2967                 nil [765825 766187])
2968             ("org-self-insert-command-undo-counter" variable nil nil [766189 766236])
2969             ("org-table-auto-blank-field" variable nil nil [766238 766273])
2970             ("org-speed-command" variable nil nil [766300 766330])
2971             ("org-speed-command-activate" function (:arguments ("keys")) nil [766332 766778])
2972             ("org-babel-speed-command-activate" function (:arguments ("keys")) nil [766780 766994])
2973             ("org-speed-command-hook" variable (:default-value (quote (org-speed-command-activate org-babel-speed-command-activate))) nil [766996 767716])
2974             ("org-self-insert-command" function
2975                (:user-visible-flag t
2976                 :arguments ("N"))
2977                 nil [767718 770108])
2978             ("org-check-before-invisible-edit" function (:arguments ("kind")) nil [770110 773156])
2979             ("org-fix-tags-on-the-fly" function nil nil [773158 773481])
2980             ("org-delete-backward-char" function
2981                (:user-visible-flag t
2982                 :arguments ("N"))
2983                 nil [773483 774614])
2984             ("org-delete-char" function
2985                (:user-visible-flag t
2986                 :arguments ("N"))
2987                 nil [774616 775673])
2988             ("put" code nil nil [775742 775903])
2989             ("put" code nil nil [775904 776068])
2990             ("put" code nil nil [776069 776120])
2991             ("put" code nil nil [776121 776181])
2992             ("put" code nil nil [776182 776221])
2993             ("put" code nil nil [776273 776323])
2994             ("put" code nil nil [776324 776377])
2995             ("put" code nil nil [776378 776420])
2996             ("put" code nil nil [776421 776472])
2997             ("put" code nil nil [776526 776588])
2998             ("put" code nil nil [776589 776654])
2999             ("org-transpose-words" function (:user-visible-flag t) nil [776656 776973])
3000             ("org-remap" code nil nil [776974 777036])
3001             ("org-ctrl-c-ctrl-c-hook" variable nil nil [777038 777591])
3002             ("org-ctrl-c-ctrl-c-final-hook" variable nil nil [777593 778147])
3003             ("org-tab-first-hook" variable nil nil [778149 778618])
3004             ("org-tab-after-check-for-table-hook" variable nil nil [778620 779034])
3005             ("org-tab-after-check-for-cycling-hook" variable nil nil [779036 779396])
3006             ("org-tab-before-tab-emulation-hook" variable nil nil [779398 779670])
3007             ("org-metaleft-hook" variable nil nil [779672 779810])
3008             ("org-metaright-hook" variable nil nil [779811 779951])
3009             ("org-metaup-hook" variable nil nil [779952 780086])
3010             ("org-metadown-hook" variable nil nil [780087 780225])
3011             ("org-shiftmetaleft-hook" variable nil nil [780226 780371])
3012             ("org-shiftmetaright-hook" variable nil nil [780372 780519])
3013             ("org-shiftmetaup-hook" variable nil nil [780520 780661])
3014             ("org-shiftmetadown-hook" variable nil nil [780662 780807])
3015             ("org-metareturn-hook" variable nil nil [780808 780947])
3016             ("org-shiftup-hook" variable nil nil [780948 781083])
3017             ("org-shiftup-final-hook" variable nil nil [781084 781303])
3018             ("org-shiftdown-hook" variable nil nil [781304 781443])
3019             ("org-shiftdown-final-hook" variable nil nil [781444 781667])
3020             ("org-shiftleft-hook" variable nil nil [781668 781807])
3021             ("org-shiftleft-final-hook" variable nil nil [781808 782031])
3022             ("org-shiftright-hook" variable nil nil [782032 782173])
3023             ("org-shiftright-final-hook" variable nil nil [782174 782399])
3024             ("org-modifier-cursor-error" function nil nil [782401 782604])
3025             ("org-shiftselect-error" function nil nil [782606 782962])
3026             ("org-call-for-shift-select" function (:arguments ("cmd")) nil [782964 783081])
3027             ("org-shifttab" function
3028                (:user-visible-flag t
3029                 :arguments ("arg"))
3030                 nil [783083 783755])
3031             ("org-shiftmetaleft" function (:user-visible-flag t) nil [783757 784424])
3032             ("org-shiftmetaright" function (:user-visible-flag t) nil [784426 785090])
3033             ("org-shiftmetaup" function
3034                (:user-visible-flag t
3035                 :arguments ("_arg"))
3036                 nil [785092 785689])
3037             ("org-shiftmetadown" function
3038                (:user-visible-flag t
3039                 :arguments ("_arg"))
3040                 nil [785691 786320])
3041             ("org-hidden-tree-error" function nil nil [786322 786449])
3042             ("org-metaleft" function
3043                (:user-visible-flag t
3044                 :arguments ("_arg"))
3045                 nil [786451 787697])
3046             ("org-metaright" function
3047                (:user-visible-flag t
3048                 :arguments ("_arg"))
3049                 nil [787699 789161])
3050             ("org-check-for-hidden" function (:arguments ("what")) nil [789163 790117])
3051             ("org-metaup" function
3052                (:user-visible-flag t
3053                 :arguments ("_arg"))
3054                 nil [790119 790996])
3055             ("org-metadown" function
3056                (:user-visible-flag t
3057                 :arguments ("_arg"))
3058                 nil [790998 791887])
3059             ("org-shiftup" function
3060                (:user-visible-flag t
3061                 :arguments ("arg"))
3062                 nil [791889 792938])
3063             ("org-shiftdown" function
3064                (:user-visible-flag t
3065                 :arguments ("arg"))
3066                 nil [792940 793986])
3067             ("org-shiftright" function
3068                (:user-visible-flag t
3069                 :arguments ("arg"))
3070                 nil [793988 795583])
3071             ("org-shiftleft" function
3072                (:user-visible-flag t
3073                 :arguments ("arg"))
3074                 nil [795585 797197])
3075             ("org-shiftcontrolright" function (:user-visible-flag t) nil [797199 797615])
3076             ("org-shiftcontrolleft" function (:user-visible-flag t) nil [797617 798042])
3077             ("org-shiftcontrolup" function
3078                (:user-visible-flag t
3079                 :arguments ("n"))
3080                 nil [798044 798385])
3081             ("org-shiftcontroldown" function
3082                (:user-visible-flag t
3083                 :arguments ("n"))
3084                 nil [798387 798734])
3085             ("org-increase-number-at-point" function
3086                (:user-visible-flag t
3087                 :arguments ("inc"))
3088                 nil [798736 799426])
3089             ("org-decrease-number-at-point" function
3090                (:user-visible-flag t
3091                 :arguments ("inc"))
3092                 nil [799428 799665])
3093             ("org-ctrl-c-ret" function (:user-visible-flag t) nil [799667 799911])
3094             ("org-find-visible" function nil nil [799913 800076])
3095             ("org-find-invisible" function nil nil [800077 800248])
3096             ("org-copy-visible" function
3097                (:user-visible-flag t
3098                 :arguments ("beg" "end"))
3099                 nil [800250 800688])
3100             ("org-copy-special" function (:user-visible-flag t) nil [800690 801000])
3101             ("org-cut-special" function (:user-visible-flag t) nil [801002 801305])
3102             ("org-paste-special" function
3103                (:user-visible-flag t
3104                 :arguments ("arg"))
3105                 nil [801307 801650])
3106             ("org-edit-special" function
3107                (:user-visible-flag t
3108                 :arguments ("arg"))
3109                 nil [801652 804544])
3110             ("org-table-coordinate-overlays" variable nil nil [804546 804584])
3111             ("org-ctrl-c-ctrl-c" function
3112                (:user-visible-flag t
3113                 :arguments ("arg"))
3114                 nil [804611 814180])
3115             ("org-mode-restart" function nil nil [814182 814502])
3116             ("org-kill-note-or-show-branches" function (:user-visible-flag t) nil [814504 814923])
3117             ("org-delete-indentation" function
3118                (:user-visible-flag t
3119                 :arguments ("arg"))
3120                 nil [814925 816099])
3121             ("org-open-line" function
3122                (:user-visible-flag t
3123                 :arguments ("n"))
3124                 nil [816101 816495])
3125             ("org-return" function
3126                (:user-visible-flag t
3127                 :arguments ("indent"))
3128                 nil [816497 819611])
3129             ("org-return-indent" function (:user-visible-flag t) nil [819613 819855])
3130             ("org-ctrl-c-star" function (:user-visible-flag t) nil [819857 820210])
3131             ("org-ctrl-c-minus" function (:user-visible-flag t) nil [820212 820753])
3132             ("org-toggle-heading" function
3133                (:user-visible-flag t
3134                 :arguments ("nstars"))
3135                 nil [820755 824430])
3136             ("org-meta-return" function
3137                (:user-visible-flag t
3138                 :arguments ("arg"))
3139                 nil [824432 824999])
3140             ("org-in-subtree-not-table-p" function nil nil [825019 825176])
3141             ("easy-menu-define" code nil nil [825207 828175])
3142             ("easy-menu-define" code nil nil [828177 836730])
3143             ("org-info" function
3144                (:user-visible-flag t
3145                 :arguments ("node"))
3146                 nil [836732 836919])
3147             ("org-submit-bug-report" function (:user-visible-flag t) nil [836936 839360])
3148             ("org-install-agenda-files-menu" function nil nil [839363 840089])
3149             ("org-require-autoloaded-modules" function nil nil [840111 840281])
3150             ("org-reload" function
3151                (:user-visible-flag t
3152                 :arguments ("uncompiled"))
3153                 nil [840298 842154])
3154             ("org-customize" function (:user-visible-flag t) nil [842171 842353])
3155             ("org-create-customize-menu" function (:user-visible-flag t) nil [842355 843060])
3156             ("org-get-at-eol" function (:arguments ("property" "n")) nil [843120 843276])
3157             ("org-find-text-property-in-string" function (:arguments ("prop" "s")) nil [843278 843511])
3158             ("org-display-warning" function (:arguments ("message")) nil [843513 843636])
3159             ("org-eval" function (:arguments ("form")) nil [843638 843781])
3160             ("org-in-clocktable-p" function nil nil [843783 844129])
3161             ("org-in-verbatim-emphasis" function nil nil [844131 844294])
3162             ("org-overlay-display" function (:arguments ("ovl" "text" "face" "evap")) nil [844296 844522])
3163             ("org-overlay-before-string" function (:arguments ("ovl" "text" "face" "evap")) nil [844524 844769])
3164             ("org-find-overlays" function (:arguments ("prop" "pos" "delete")) nil [844771 845101])
3165             ("org-goto-marker-or-bmk" function (:arguments ("marker" "bookmark")) nil [845103 845592])
3166             ("org-quote-csv-field" function (:arguments ("s")) nil [845594 845786])
3167             ("org-force-self-insert" function
3168                (:user-visible-flag t
3169                 :arguments ("N"))
3170                 nil [845788 845918])
3171             ("org-shorten-string" function (:arguments ("s" "maxlength")) nil [845920 846738])
3172             ("org-get-indentation" function (:arguments ("line")) nil [846740 847114])
3173             ("org-get-string-indentation" function (:arguments ("s")) nil [847116 847474])
3174             ("org-remove-tabs" function (:arguments ("s" "width")) nil [847476 847836])
3175             ("org-fix-indentation" function (:arguments ("line" "ind")) nil [847838 848299])
3176             ("org-remove-indentation" function (:arguments ("code" "n")) nil [848301 848608])
3177             ("org-do-remove-indentation" function (:arguments ("n")) nil [848610 849603])
3178             ("org-fill-template" function (:arguments ("template" "alist")) nil [849605 850016])
3179             ("org-base-buffer" function (:arguments ("buffer")) nil [850018 850206])
3180             ("org-wrap" function (:arguments ("string" "width" "lines")) nil [850208 851144])
3181             ("org-do-wrap" function (:arguments ("words" "width")) nil [851146 851502])
3182             ("org-quote-vert" function (:arguments ("s")) nil [851504 851644])
3183             ("org-uuidgen-p" function (:arguments ("s")) nil [851646 851825])
3184             ("org-in-src-block-p" function (:arguments ("inside")) nil [851827 852255])
3185             ("org-context" function nil nil [852257 856803])
3186             ("org-in-regexp" function (:arguments ("regexp" "nlines" "visually")) nil [856805 857688])
3187             ("org-between-regexps-p" function (:arguments ("start-re" "end-re" "lim-up" "lim-down")) nil [857690 858923])
3188             ("org-in-block-p" function (:arguments ("names")) nil [858925 859634])
3189             ("org-occur-in-agenda-files" function
3190                (:user-visible-flag t
3191                 :arguments ("regexp" "_nlines"))
3192                 nil [859636 860522])
3193             ("add-hook" code nil nil [860524 860629])
3194             ("org-occur-link-in-agenda-files" function (:user-visible-flag t) nil [860631 860988])
3195             ("org-reverse-string" function (:arguments ("string")) nil [860990 861111])
3196             ("org-uniquify-alist" function (:arguments ("alist")) nil [861172 861665])
3197             ("org-delete-all" function (:arguments ("elts" "list")) nil [861667 861928])
3198             ("org-back-over-empty-lines" function nil nil [861930 862332])
3199             ("org-skip-whitespace" function nil nil [862334 862397])
3200             ("org-point-in-group" function (:arguments ("point" "group" "context")) nil [862399 862853])
3201             ("org-switch-to-buffer-other-window" function (:arguments ("args")) nil [862855 863113])
3202             ("org-combine-plists" function (:arguments ("plists")) nil [863115 863600])
3203             ("org-replace-escapes" function (:arguments ("string" "table")) nil [863602 864880])
3204             ("org-find-base-buffer-visiting" function (:arguments ("file")) nil [864882 865153])
3205             ("org-file-image-p" function (:arguments ("file")) nil [865265 865405])
3206             ("org-get-cursor-date" function (:arguments ("with-time")) nil [865407 866555])
3207             ("org-mark-subtree" function
3208                (:user-visible-flag t
3209                 :arguments ("up"))
3210                 nil [866557 867197])
3211             ("org-file-newer-than-p" function (:arguments ("file" "time")) nil [867199 867733])
3212             ("org-compile-file" function (:arguments ("source" "process" "ext" "err-msg" "log-buf" "spec")) nil [867735 870174])
3213             ("org-element-greater-elements" variable nil nil [870193 870230])
3214             ("org--get-expected-indentation" function (:arguments ("element" "contentsp")) nil [870231 874415])
3215             ("org--align-node-property" function nil nil [874417 874779])
3216             ("org-indent-line" function (:user-visible-flag t) nil [874781 878069])
3217             ("org-indent-region" function
3218                (:user-visible-flag t
3219                 :arguments ("start" "end"))
3220                 nil [878071 882890])
3221             ("org-indent-drawer" function (:user-visible-flag t) nil [882892 883415])
3222             ("org-indent-block" function (:user-visible-flag t) nil [883417 884093])
3223             ("org-setup-filling" function nil nil [884679 885545])
3224             ("org-fill-line-break-nobreak-p" function nil nil [885547 885787])
3225             ("org-fill-paragraph-with-timestamp-nobreak-p" function nil nil [885789 885984])
3226             ("org-fill-n-macro-as-item-nobreak-p" function nil nil [885986 886285])
3227             ("declare-function" code nil nil [886287 886336])
3228             ("orgtbl-line-start-regexp" variable nil nil [886337 886370])
3229             ("org-adaptive-fill-function" function nil nil [886391 888949])
3230             ("declare-function" code nil nil [888951 889000])
3231             ("message-cite-prefix-regexp" variable nil nil [889001 889036])
3232             ("org-fill-element" function (:arguments ("justify")) nil [889056 893690])
3233             ("org-fill-paragraph" function
3234                (:user-visible-flag t
3235                 :arguments ("justify" "region"))
3236                 nil [893692 895625])
3237             ("org-remap" code nil nil [895626 895686])
3238             ("org-auto-fill-function" function nil nil [895688 896114])
3239             ("org-comment-line-break-function" function (:arguments ("soft")) nil [896116 896577])
3240             ("org-toggle-fixed-width" function (:user-visible-flag t) nil [896603 901687])
3241             ("org-setup-comments-handling" function nil nil [902444 902840])
3242             ("org-insert-comment" function nil nil [902842 903660])
3243             ("comment-empty-lines" variable nil nil [903662 903690])
3244             ("org-comment-or-uncomment-region" function (:arguments ("beg" "end" "_")) nil [903714 906382])
3245             ("org-comment-dwim" function
3246                (:user-visible-flag t
3247                 :arguments ("_arg"))
3248                 nil [906384 906637])
3249             ("org-timestamp--to-internal-time" function (:arguments ("timestamp" "end")) nil [906772 907204])
3250             ("org-timestamp-has-time-p" function (:arguments ("timestamp")) nil [907206 907346])
3251             ("org-timestamp-format" function (:arguments ("timestamp" "format" "end" "utc")) nil [907348 907794])
3252             ("org-timestamp-split-range" function (:arguments ("timestamp" "end")) nil [907796 908987])
3253             ("org-timestamp-translate" function (:arguments ("timestamp" "boundary")) nil [908989 909999])
3254             ("reftex-docstruct-symbol" variable nil nil [910021 910053])
3255             ("org--rds" variable nil nil [910054 910071])
3256             ("org-reftex-citation" function (:user-visible-flag t) nil [910073 911061])
3257             ("org-beginning-of-line" function
3258                (:user-visible-flag t
3259                 :arguments ("n"))
3260                 nil [911111 913576])
3261             ("org-end-of-line" function
3262                (:user-visible-flag t
3263                 :arguments ("n"))
3264                 nil [913578 915556])
3265             ("define-key" code nil nil [915558 915613])
3266             ("define-key" code nil nil [915614 915663])
3267             ("org-backward-sentence" function
3268                (:user-visible-flag t
3269                 :arguments ("_arg"))
3270                 nil [915665 916464])
3271             ("org-forward-sentence" function
3272                (:user-visible-flag t
3273                 :arguments ("_arg"))
3274                 nil [916466 917745])
3275             ("define-key" code nil nil [917747 917802])
3276             ("define-key" code nil nil [917803 917857])
3277             ("org-kill-line" function
3278                (:user-visible-flag t
3279                 :arguments ("_arg"))
3280                 nil [917859 918618])
3281             ("define-key" code nil nil [918620 918667])
3282             ("org-yank" function
3283                (:user-visible-flag t
3284                 :arguments ("arg"))
3285                 nil [918669 919951])
3286             ("org-yank-generic" function (:arguments ("command" "arg")) nil [919953 921707])
3287             ("org-yank-folding-would-swallow-text" function (:arguments ("beg" "end")) nil [921709 922226])
3288             ("define-key" code nil nil [922228 922270])
3289             ("org-truely-invisible-p" function nil nil [922272 922512])
3290             ("org-invisible-p2" function nil nil [922514 922821])
3291             ("org-back-to-heading" function (:arguments ("invisible-ok")) nil [922823 923116])
3292             ("org-before-first-heading-p" function nil nil [923118 923279])
3293             ("org-at-heading-p" function (:arguments ("ignored")) nil [923281 923352])
3294             ("org-in-commented-heading-p" function (:arguments ("no-inheritance")) nil [923354 923936])
3295             ("org-at-comment-p" function nil nil [923938 924099])
3296             ("org-at-drawer-p" function nil nil [924101 924248])
3297             ("org-at-block-p" function nil nil [924250 924394])
3298             ("org-point-at-end-of-empty-headline" function nil nil [924396 924795])
3299             ("org-at-heading-or-item-p" function nil nil [924797 924874])
3300             ("org-at-target-p" function nil nil [924876 924989])
3301             ("defalias" code nil nil [925040 925084])
3302             ("org-up-heading-all" function (:arguments ("arg")) nil [925086 925320])
3303             ("org-up-heading-safe" function nil nil [925322 925978])
3304             ("org-first-sibling-p" function (:user-visible-flag t) nil [925980 926358])
3305             ("org-goto-sibling" function (:arguments ("previous")) nil [926360 927090])
3306             ("org-show-siblings" function nil nil [927092 927329])
3307             ("org-goto-first-child" function nil nil [927331 927795])
3308             ("org-show-hidden-entry" function nil nil [927797 927921])
3309             ("org-flag-heading" function (:arguments ("flag" "entry")) nil [927923 928427])
3310             ("org-get-next-sibling" function nil nil [928429 928865])
3311             ("org-get-last-sibling" function nil nil [928867 929322])
3312             ("org-end-of-subtree" function (:arguments ("invisible-ok" "to-heading")) nil [929324 930779])
3313             ("org-end-of-meta-data" function (:arguments ("full")) nil [930781 931624])
3314             ("org-forward-heading-same-level" function
3315                (:user-visible-flag t
3316                 :arguments ("arg" "invisible-ok"))
3317                 nil [931626 932792])
3318             ("org-backward-heading-same-level" function
3319                (:user-visible-flag t
3320                 :arguments ("arg" "invisible-ok"))
3321                 nil [932794 933082])
3322             ("org-next-visible-heading" function
3323                (:user-visible-flag t
3324                 :arguments ("arg"))
3325                 nil [933084 933416])
3326             ("org-previous-visible-heading" function
3327                (:user-visible-flag t
3328                 :arguments ("arg"))
3329                 nil [933418 933766])
3330             ("org-next-block" function
3331                (:user-visible-flag t
3332                 :arguments ("arg" "backward" "block-regexp"))
3333                 nil [933768 935212])
3334             ("org-previous-block" function
3335                (:user-visible-flag t
3336                 :arguments ("arg" "block-regexp"))
3337                 nil [935214 935487])
3338             ("org-forward-paragraph" function (:user-visible-flag t) nil [935489 939018])
3339             ("org-backward-paragraph" function (:user-visible-flag t) nil [939020 941908])
3340             ("org-forward-element" function (:user-visible-flag t) nil [941910 942702])
3341             ("org-backward-element" function (:user-visible-flag t) nil [942704 943984])
3342             ("org-up-element" function (:user-visible-flag t) nil [943986 944495])
3343             ("org-down-element" function (:user-visible-flag t) nil [944497 945116])
3344             ("org-drag-element-backward" function (:user-visible-flag t) nil [945118 946357])
3345             ("org-drag-element-forward" function (:user-visible-flag t) nil [946359 947795])
3346             ("org-drag-line-forward" function
3347                (:user-visible-flag t
3348                 :arguments ("arg"))
3349                 nil [947797 948142])
3350             ("org-drag-line-backward" function
3351                (:user-visible-flag t
3352                 :arguments ("arg"))
3353                 nil [948144 948281])
3354             ("org-mark-element" function (:user-visible-flag t) nil [948283 948991])
3355             ("org-narrow-to-element" function (:user-visible-flag t) nil [948993 949565])
3356             ("org-transpose-element" function (:user-visible-flag t) nil [949567 949868])
3357             ("org-unindent-buffer" function (:user-visible-flag t) nil [949870 950679])
3358             ("org-show-children" function
3359                (:user-visible-flag t
3360                 :arguments ("level"))
3361                 nil [950681 952195])
3362             ("org-show-subtree" function (:user-visible-flag t) nil [952197 952389])
3363             ("org-show-entry" function (:user-visible-flag t) nil [952391 952874])
3364             ("org-make-options-regexp" function (:arguments ("kwds" "extra")) nil [952876 953216])
3365             ("defvar-local" code nil nil [953289 953366])
3366             ("org-imenu-new-marker" function (:arguments ("pos")) nil [953368 953581])
3367             ("org-imenu-get-tree" function nil nil [953583 954581])
3368             ("eval-after-load" code nil nil [954583 954749])
3369             ("org-link-display-format" function (:arguments ("s")) nil [954751 955103])
3370             ("org-toggle-link-display" function (:user-visible-flag t) nil [955105 955485])
3371             ("org-speedbar-restriction-lock-overlay" variable (:default-value (make-overlay 1 1)) nil [955508 955634])
3372             ("overlay-put" code nil nil [955635 955727])
3373             ("overlay-put" code nil nil [955728 955842])
3374             ("delete-overlay" code nil nil [955843 955897])
3375             ("org-speedbar-set-agenda-restriction" function (:user-visible-flag t) nil [955899 957265])
3376             ("speedbar-file-key-map" variable nil nil [957267 957297])
3377             ("declare-function" code nil nil [957298 957372])
3378             ("eval-after-load" code nil nil [957373 957923])
3379             ("org--flyspell-object-check-p" function (:arguments ("element")) nil [957979 958823])
3380             ("org-mode-flyspell-verify" function nil nil [958825 961207])
3381             ("put" code nil nil [961208 961274])
3382             ("org-remove-flyspell-overlays-in" function (:arguments ("beg" "end")) nil [961276 961505])
3383             ("flyspell-delayed-commands" variable nil nil [961507 961541])
3384             ("eval-after-load" code nil nil [961542 961639])
3385             ("eval-after-load" code nil nil [961707 962052])
3386             ("eval-after-load" code nil nil [962113 962283])
3387             ("eval-after-load" code nil nil [962338 962577])
3388             ("org-bookmark-jump-unhide" function nil nil [962579 962872])
3389             ("org-mark-jump-unhide" function nil nil [962874 963083])
3390             ("eval-after-load" code nil nil [963085 963263])
3391             ("eval-after-load" code nil nil [963265 963447])
3392             ("eval-after-load" code nil nil [963449 963623])
3393             ("session-globals-exclude" variable nil nil [963673 963705])
3394             ("eval-after-load" code nil nil [963706 963790])
3395             ("org" package nil nil [963808 963822])
3396             ("run-hooks" code nil nil [963824 963850]))          
3397       :file "org.el"
3398       :pointmax 963873
3399       :fsize 963872
3400       :lastmodtime '(23525 29592 0 0)
3401       :unmatched-syntax '((close-paren 22022 . 22023) (symbol 21800 . 21816) (open-paren 21799 . 21800) (close-paren 3094 . 3095) (symbol 3057 . 3074) (open-paren 3056 . 3057)))
3402     (semanticdb-table "semanticdb-table"
3403       :major-mode emacs-lisp-mode
3404       :tags 
3405         '( ("org-with-gensyms" function (:arguments ("symbols" "body")) nil [1299 1516])
3406             ("org-string-nw-p" function (:arguments ("s")) nil [1518 1700])
3407             ("org-split-string" function (:arguments ("string" "separators")) nil [1702 2299])
3408             ("org-string-display" function (:arguments ("string")) nil [2301 4672])
3409             ("org-string-width" function (:arguments ("string")) nil [4674 4922])
3410             ("org-not-nil" function (:arguments ("v")) nil [4924 5069])
3411             ("org-preserve-lc" function (:arguments ("body")) nil [5071 5332])
3412             ("org-unmodified" function (:arguments ("body")) nil [5458 5829])
3413             ("org-without-partial-completion" function (:arguments ("body")) nil [5831 6155])
3414             ("org-with-point-at" function (:arguments ("pom" "body")) nil [6157 6528])
3415             ("org-with-remote-undo" function (:arguments ("buffer" "body")) nil [6530 7515])
3416             ("org-no-read-only" function (:arguments ("body")) nil [7517 7656])
3417             ("org-rm-props" variable
3418                (:constant-flag t
3419                 :default-value (quote (invisible t face t keymap t intangible t mouse-face t rear-nonsticky t mouse-map t fontified t org-emphasis t)))
3420                 nil [7658 7877])
3421             ("org-no-properties" function (:arguments ("s" "restricted")) nil [7879 8179])
3422             ("org-get-alist-option" function (:arguments ("option" "key")) nil [8181 8397])
3423             ("org-check-external-command" function (:arguments ("cmd" "use" "no-error")) nil [8399 8912])
3424             ("org-last" function (:arguments ("list")) nil [8914 8997])
3425             ("org-let" function (:arguments ("list" "body")) nil [8999 9070])
3426             ("put" code nil nil [9071 9109])
3427             ("org-let2" function (:arguments ("list1" "list2" "body")) nil [9111 9223])
3428             ("put" code nil nil [9224 9263])
3429             ("org-call-with-arg" function (:arguments ("command" "arg")) nil [9265 9435])
3430             ("org-current-line" function (:arguments ("pos")) nil [9437 9652])
3431             ("org-goto-line" function (:arguments ("N")) nil [9654 9769])
3432             ("org-current-line-string" function (:arguments ("to-here")) nil [9771 9897])
3433             ("org-pos-in-match-range" function (:arguments ("pos" "n")) nil [9899 10034])
3434             ("org-match-line" function (:arguments ("regexp")) nil [10036 10189])
3435             ("org-plist-delete" function (:arguments ("plist" "property")) nil [10191 10474])
3436             ("org-save-outline-visibility" function (:arguments ("use-markers" "body")) nil [10476 11223])
3437             ("org-with-wide-buffer" function (:arguments ("body")) nil [11225 11425])
3438             ("org-with-limited-levels" function (:arguments ("body")) nil [11427 11958])
3439             ("org-outline-regexp" variable nil nil [11960 11987])
3440             ("org-odd-levels-only" variable nil nil [12008 12036])
3441             ("org-inlinetask-min-level" variable nil nil [12057 12090])
3442             ("org-get-limited-outline-regexp" function nil nil [12122 12583])
3443             ("org-eval-in-environment" function (:arguments ("environment" "form")) nil [12585 12723])
3444             ("org-make-parameter-alist" function (:arguments ("flat")) nil [12725 13039])
3445             ("org-load-noerror-mustsuffix" function (:arguments ("file")) nil [13056 13208])
3446             ("org-unbracket-string" function (:arguments ("pre" "post" "string")) nil [13210 13527])
3447             ("org-read-function" function (:arguments ("prompt" "allow-empty?")) nil [13529 13897])
3448             ("org-unique-local-variables" variable
3449                (:constant-flag t
3450                 :default-value (quote (org-element--cache org-element--cache-objects org-element--cache-sync-keys org-element--cache-sync-requests org-element--cache-sync-timer)))
3451                 nil [13899 14169])
3452             ("org-get-local-variables" function nil nil [14171 14741])
3453             ("org-clone-local-variables" function (:arguments ("from-buffer" "regexp")) nil [14743 15217])
3454             ("org-macs" package nil nil [15220 15239]))          
3455       :file "org-macs.el"
3456       :pointmax 15267
3457       :fsize 15266
3458       :lastmodtime '(23525 29591 0 0)
3459       :unmatched-syntax nil)
3460     (semanticdb-table "semanticdb-table"
3461       :major-mode emacs-lisp-mode
3462       :tags 
3463         '( ("cl-lib" include nil nil [1159 1176])
3464             ("org-macs" include nil nil [1177 1196])
3465             ("declare-function" code nil nil [1198 1243])
3466             ("declare-function" code nil nil [1244 1300])
3467             ("declare-function" code nil nil [1301 1360])
3468             ("declare-function" code nil nil [1361 1440])
3469             ("declare-function" code nil nil [1441 1507])
3470             ("declare-function" code nil nil [1508 1575])
3471             ("declare-function" code nil nil [1576 1628])
3472             ("declare-function" code nil nil [1629 1710])
3473             ("org-table-any-border-regexp" variable nil nil [1712 1748])
3474             ("org-table-dataline-regexp" variable nil nil [1749 1783])
3475             ("org-table-tab-recognizes-table.el" variable nil nil [1784 1826])
3476             ("org-table1-hline-regexp" variable nil nil [1827 1859])
3477             ("when" code nil nil [1893 2442])
3478             ("unless" code nil nil [2444 2785])
3479             ("define-obsolete-function-alias" code nil nil [2895 2961])
3480             ("define-obsolete-function-alias" code nil nil [2962 3028])
3481             ("define-obsolete-function-alias" code nil nil [3029 3111])
3482             ("define-obsolete-function-alias" code nil nil [3112 3194])
3483             ("define-obsolete-function-alias" code nil nil [3195 3267])
3484             ("define-obsolete-function-alias" code nil nil [3268 3346])
3485             ("define-obsolete-function-alias" code nil nil [3347 3421])
3486             ("define-obsolete-function-alias" code nil nil [3422 3492])
3487             ("define-obsolete-function-alias" code nil nil [3493 3571])
3488             ("define-obsolete-function-alias" code nil nil [3572 3654])
3489             ("define-obsolete-function-alias" code nil nil [3655 3729])
3490             ("define-obsolete-function-alias" code nil nil [3730 3804])
3491             ("define-obsolete-function-alias" code nil nil [3805 3907])
3492             ("define-obsolete-function-alias" code nil nil [3908 3978])
3493             ("define-obsolete-function-alias" code nil nil [3979 4085])
3494             ("org-re" function (:arguments ("s")) nil [4087 4250])
3495             ("define-obsolete-function-alias" code nil nil [4328 4391])
3496             ("define-obsolete-function-alias" code nil nil [4392 4455])
3497             ("define-obsolete-function-alias" code nil nil [4456 4523])
3498             ("define-obsolete-function-alias" code nil nil [4524 4589])
3499             ("define-obsolete-function-alias" code nil nil [4590 4661])
3500             ("define-obsolete-function-alias" code nil nil [4662 4741])
3501             ("define-obsolete-function-alias" code nil nil [4742 4803])
3502             ("define-obsolete-function-alias" code nil nil [4804 4868])
3503             ("org-sublist" function (:arguments ("list" "start" "end")) nil [4870 5011])
3504             ("make-obsolete" code nil nil [5012 5125])
3505             ("define-obsolete-function-alias" code nil nil [5170 5254])
3506             ("define-obsolete-function-alias" code nil nil [5255 5349])
3507             ("define-obsolete-function-alias" code nil nil [5350 5428])
3508             ("define-obsolete-function-alias" code nil nil [5429 5511])
3509             ("define-obsolete-function-alias" code nil nil [5512 5590])
3510             ("define-obsolete-function-alias" code nil nil [5591 5674])
3511             ("define-obsolete-function-alias" code nil nil [5675 5752])
3512             ("define-obsolete-function-alias" code nil nil [5753 5833])
3513             ("define-obsolete-function-alias" code nil nil [5834 5934])
3514             ("define-obsolete-function-alias" code nil nil [5935 6013])
3515             ("define-obsolete-function-alias" code nil nil [6081 6181])
3516             ("define-obsolete-variable-alias" code nil nil [6182 6301])
3517             ("define-obsolete-variable-alias" code nil nil [6302 6417])
3518             ("define-obsolete-function-alias" code nil nil [6418 6489])
3519             ("define-obsolete-function-alias" code nil nil [6490 6568])
3520             ("define-obsolete-function-alias" code nil nil [6569 6643])
3521             ("define-obsolete-function-alias" code nil nil [6644 6740])
3522             ("define-obsolete-function-alias" code nil nil [6741 6828])
3523             ("define-obsolete-function-alias" code nil nil [6829 6912])
3524             ("define-obsolete-function-alias" code nil nil [6913 6992])
3525             ("define-obsolete-function-alias" code nil nil [6993 7078])
3526             ("define-obsolete-variable-alias" code nil nil [7079 7190])
3527             ("define-obsolete-function-alias" code nil nil [7191 7290])
3528             ("define-obsolete-function-alias" code nil nil [7291 7382])
3529             ("define-obsolete-variable-alias" code nil nil [7383 7481])
3530             ("define-obsolete-variable-alias" code nil nil [7482 7562])
3531             ("define-obsolete-variable-alias" code nil nil [7563 7666])
3532             ("define-obsolete-function-alias" code nil nil [7667 7748])
3533             ("define-obsolete-function-alias" code nil nil [7749 7832])
3534             ("define-obsolete-function-alias" code nil nil [7833 7933])
3535             ("define-obsolete-variable-alias" code nil nil [7934 8060])
3536             ("define-obsolete-function-alias" code nil nil [8062 8130])
3537             ("define-obsolete-variable-alias" code nil nil [8131 8201])
3538             ("define-obsolete-function-alias" code nil nil [8202 8300])
3539             ("define-obsolete-variable-alias" code nil nil [8301 8394])
3540             ("define-obsolete-function-alias" code nil nil [8395 8487])
3541             ("define-obsolete-function-alias" code nil nil [8488 8564])
3542             ("define-obsolete-function-alias" code nil nil [8565 8641])
3543             ("org-in-fixed-width-region-p" function nil nil [8643 8811])
3544             ("make-obsolete" code nil nil [8812 8924])
3545             ("org-compatible-face" function (:arguments ("inherits" "specs")) nil [8926 9272])
3546             ("make-obsolete" code nil nil [9273 9340])
3547             ("org-add-link-type" function (:arguments ("type" "follow" "export")) nil [9342 10665])
3548             ("make-obsolete" code nil nil [10667 10752])
3549             ("org-table-recognize-table.el" function nil nil [10754 11502])
3550             ("make-obsolete" code nil nil [11561 11709])
3551             ("org-remove-angle-brackets" function (:arguments ("s")) nil [11711 11783])
3552             ("make-obsolete" code nil nil [11784 11858])
3553             ("org-remove-double-quotes" function (:arguments ("s")) nil [11860 11933])
3554             ("make-obsolete" code nil nil [11934 12007])
3555             ("org-publish-sitemap-file-entry-format" variable (:default-value "%t") nil [12009 12318])
3556             ("make-obsolete-variable" code nil nil [12319 12465])
3557             ("org-agenda-skip-regexp" variable nil nil [12467 12498])
3558             ("org-agenda-skip-entry-when-regexp-matches" function nil nil [12499 13099])
3559             ("org-agenda-skip-subtree-when-regexp-matches" function nil nil [13101 13666])
3560             ("org-agenda-skip-entry-when-regexp-matches-in-subtree" function nil nil [13668 14441])
3561             ("define-obsolete-function-alias" code nil nil [14443 14546])
3562             ("define-obsolete-function-alias" code nil nil [14548 14646])
3563             ("define-obsolete-function-alias" code nil nil [14648 14749])
3564             ("make-obsolete-variable" code nil nil [14751 14850])
3565             ("make-obsolete-variable" code nil nil [14852 14959])
3566             ("make-obsolete-variable" code nil nil [14961 15071])
3567             ("make-obsolete-variable" code nil nil [15073 15185])
3568             ("define-obsolete-function-alias" code nil nil [15187 15280])
3569             ("define-obsolete-variable-alias" code nil nil [15282 15385])
3570             ("define-obsolete-variable-alias" code nil nil [15387 15495])
3571             ("make-obsolete" code nil nil [15618 15750])
3572             ("eval-after-load" code nil nil [15779 15913])
3573             ("org-version-check" function (:arguments ("version" "feature" "level")) nil [15962 16832])
3574             ("org-get-x-clipboard" function (:arguments ("value")) nil [16834 17398])
3575             ("org-add-props" function (:arguments ("string" "plist" "props")) nil [17400 17758])
3576             ("put" code nil nil [17759 17803])
3577             ("org-fit-window-to-buffer" function (:arguments ("window" "max-height" "min-height" "shrink-only")) nil [17805 18711])
3578             ("defalias" code nil nil [18761 18886])
3579             ("org-ignore-region" variable nil nil [18914 19001])
3580             ("org-region-active-p" function nil nil [19003 19189])
3581             ("org-cursor-to-region-beginning" function nil nil [19191 19343])
3582             ("org-remove-from-invisibility-spec" function (:arguments ("arg")) nil [19377 19701])
3583             ("org-in-invisibility-spec-p" function (:arguments ("arg")) nil [19703 19878])
3584             ("org-move-to-column" function (:arguments ("column" "force" "_buffer")) nil [19880 20226])
3585             ("org-find-library-dir" function (:arguments ("library")) nil [20228 20328])
3586             ("org-count-lines" function (:arguments ("s")) nil [20330 20592])
3587             ("org-kill-new" function (:arguments ("string" "args")) nil [20594 20775])
3588             ("defalias" code nil nil [20833 21012])
3589             ("defalias" code nil nil [21060 21271])
3590             ("org-no-popups" function (:arguments ("body")) nil [21273 21701])
3591             ("org-check-version" function nil nil [21718 22502])
3592             ("org-with-silent-modifications" function (:arguments ("body")) nil [22504 22672])
3593             ("def-edebug-spec" code nil nil [22673 22727])
3594             ("org-define-error" function (:arguments ("name" "message")) nil [22773 23186])
3595             ("unless" code nil nil [23188 23670])
3596             ("org-compat" package nil nil [23672 23693]))          
3597       :file "org-compat.el"
3598       :pointmax 23723
3599       :fsize 23722
3600       :lastmodtime '(23525 29590 0 0)
3601       :unmatched-syntax nil)
3602     (semanticdb-table "semanticdb-table"
3603       :major-mode emacs-lisp-mode
3604       :tags 
3605         '( ("declare-function" code nil nil [1102 1162])
3606             ("declare-function" code nil nil [1163 1223])
3607             ("org-entities" customgroup (:user-visible-flag t) nil [1225 1333])
3608             ("org-entities--user-safe-p" function (:arguments ("v")) nil [1335 1675])
3609             ("org-entities-user" variable nil nil [1677 3031])
3610             ("org-entities" variable
3611                (:constant-flag t
3612                 :default-value (append (quote ("* Letters" "** Latin" ("Agrave" "\\`{A}" nil "&Agrave;" "A" "À" "À") ("agrave" "\\`{a}" nil "&agrave;" "a" "à" "à") ("Aacute" "\\'{A}" nil "&Aacute;" "A" "Á" "Á") ("aacute" "\\'{a}" nil "&aacute;" "a" "á" "á") ("Acirc" "\\^{A}" nil "&Acirc;" "A" "Â" "Â") ("acirc" "\\^{a}" nil "&acirc;" "a" "â" "â") ("Amacr" "\\bar{A}" nil "&Amacr;" "A" "Ã" "Ã") ("amacr" "\\bar{a}" nil "&amacr;" "a" "ã" "ã") ("Atilde" "\\~{A}" nil "&Atilde;" "A" "Ã" "Ã") ("atilde" "\\~{a}" nil "&atilde;" "a" "ã" "ã") ("Auml" "\\\"{A}" nil "&Auml;" "Ae" "Ä" "Ä") ("auml" "\\\"{a}" nil "&auml;" "ae" "ä" "ä") ("Aring" "\\AA{}" nil "&Aring;" "A" "Å" "Å") ("AA" "\\AA{}" nil "&Aring;" "A" "Å" "Å") ("aring" "\\aa{}" nil "&aring;" "a" "å" "å") ("AElig" "\\AE{}" nil "&AElig;" "AE" "Æ" "Æ") ("aelig" "\\ae{}" nil "&aelig;" "ae" "æ" "æ") ("Ccedil" "\\c{C}" nil "&Ccedil;" "C" "Ç" "Ç") ("ccedil" "\\c{c}" nil "&ccedil;" "c" "ç" "ç") ("Egrave" "\\`{E}" nil "&Egrave;" "E" "È" "È") ("egrave" "\\`{e}" nil "&egrave;" "e" "è" "è") ("Eacute" "\\'{E}" nil "&Eacute;" "E" "É" "É") ("eacute" "\\'{e}" nil "&eacute;" "e" "é" "é") ("Ecirc" "\\^{E}" nil "&Ecirc;" "E" "Ê" "Ê") ("ecirc" "\\^{e}" nil "&ecirc;" "e" "ê" "ê") ("Euml" "\\\"{E}" nil "&Euml;" "E" "Ë" "Ë") ("euml" "\\\"{e}" nil "&euml;" "e" "ë" "ë") ("Igrave" "\\`{I}" nil "&Igrave;" "I" "Ì" "Ì") ("igrave" "\\`{i}" nil "&igrave;" "i" "ì" "ì") ("Iacute" "\\'{I}" nil "&Iacute;" "I" "Í" "Í") ("iacute" "\\'{i}" nil "&iacute;" "i" "í" "í") ("Icirc" "\\^{I}" nil "&Icirc;" "I" "Î" "Î") ("icirc" "\\^{i}" nil "&icirc;" "i" "î" "î") ("Iuml" "\\\"{I}" nil "&Iuml;" "I" "Ï" "Ï") ("iuml" "\\\"{i}" nil "&iuml;" "i" "ï" "ï") ("Ntilde" "\\~{N}" nil "&Ntilde;" "N" "Ñ" "Ñ") ("ntilde" "\\~{n}" nil "&ntilde;" "n" "ñ" "ñ") ("Ograve" "\\`{O}" nil "&Ograve;" "O" "Ò" "Ò") ("ograve" "\\`{o}" nil "&ograve;" "o" "ò" "ò") ("Oacute" "\\'{O}" nil "&Oacute;" "O" "Ó" "Ó") ("oacute" "\\'{o}" nil "&oacute;" "o" "ó" "ó") ("Ocirc" "\\^{O}" nil "&Ocirc;" "O" "Ô" "Ô") ("ocirc" "\\^{o}" nil "&ocirc;" "o" "ô" "ô") ("Otilde" "\\~{O}" nil "&Otilde;" "O" "Õ" "Õ") ("otilde" "\\~{o}" nil "&otilde;" "o" "õ" "õ") ("Ouml" "\\\"{O}" nil "&Ouml;" "Oe" "Ö" "Ö") ("ouml" "\\\"{o}" nil "&ouml;" "oe" "ö" "ö") ("Oslash" "\\O" nil "&Oslash;" "O" "Ø" "Ø") ("oslash" "\\o{}" nil "&oslash;" "o" "ø" "ø") ("OElig" "\\OE{}" nil "&OElig;" "OE" "OE" "Œ") ("oelig" "\\oe{}" nil "&oelig;" "oe" "oe" "œ") ("Scaron" "\\v{S}" nil "&Scaron;" "S" "S" "Š") ("scaron" "\\v{s}" nil "&scaron;" "s" "s" "š") ("szlig" "\\ss{}" nil "&szlig;" "ss" "ß" "ß") ("Ugrave" "\\`{U}" nil "&Ugrave;" "U" "Ù" "Ù") ("ugrave" "\\`{u}" nil "&ugrave;" "u" "ù" "ù") ("Uacute" "\\'{U}" nil "&Uacute;" "U" "Ú" "Ú") ("uacute" "\\'{u}" nil "&uacute;" "u" "ú" "ú") ("Ucirc" "\\^{U}" nil "&Ucirc;" "U" "Û" "Û") ("ucirc" "\\^{u}" nil "&ucirc;" "u" "û" "û") ("Uuml" "\\\"{U}" nil "&Uuml;" "Ue" "Ü" "Ü") ("uuml" "\\\"{u}" nil "&uuml;" "ue" "ü" "ü") ("Yacute" "\\'{Y}" nil "&Yacute;" "Y" "Ý" "Ý") ("yacute" "\\'{y}" nil "&yacute;" "y" "ý" "ý") ("Yuml" "\\\"{Y}" nil "&Yuml;" "Y" "Y" "Ÿ") ("yuml" "\\\"{y}" nil "&yuml;" "y" "ÿ" "ÿ") "** Latin (special face)" ("fnof" "\\textit{f}" nil "&fnof;" "f" "f" "ƒ") ("real" "\\Re" t "&real;" "R" "R" "ℜ") ("image" "\\Im" t "&image;" "I" "I" "ℑ") ("weierp" "\\wp" t "&weierp;" "P" "P" "℘") ("ell" "\\ell" t "&ell;" "ell" "ell" "ℓ") ("imath" "\\imath" t "&imath;" "[dotless i]" "dotless i" "ı") ("jmath" "\\jmath" t "&jmath;" "[dotless j]" "dotless j" "ȷ") "** Greek" ("Alpha" "A" nil "&Alpha;" "Alpha" "Alpha" "Α") ("alpha" "\\alpha" t "&alpha;" "alpha" "alpha" "α") ("Beta" "B" nil "&Beta;" "Beta" "Beta" "Β") ("beta" "\\beta" t "&beta;" "beta" "beta" "β") ("Gamma" "\\Gamma" t "&Gamma;" "Gamma" "Gamma" "Γ") ("gamma" "\\gamma" t "&gamma;" "gamma" "gamma" "γ") ("Delta" "\\Delta" t "&Delta;" "Delta" "Delta" "Δ") ("delta" "\\delta" t "&delta;" "delta" "delta" "δ") ("Epsilon" "E" nil "&Epsilon;" "Epsilon" "Epsilon" "Ε") ("epsilon" "\\epsilon" t "&epsilon;" "epsilon" "epsilon" "ε") ("varepsilon" "\\varepsilon" t "&epsilon;" "varepsilon" "varepsilon" "ε") ("Zeta" "Z" nil "&Zeta;" "Zeta" "Zeta" "Ζ") ("zeta" "\\zeta" t "&zeta;" "zeta" "zeta" "ζ") ("Eta" "H" nil "&Eta;" "Eta" "Eta" "Η") ("eta" "\\eta" t "&eta;" "eta" "eta" "η") ("Theta" "\\Theta" t "&Theta;" "Theta" "Theta" "Θ") ("theta" "\\theta" t "&theta;" "theta" "theta" "θ") ("thetasym" "\\vartheta" t "&thetasym;" "theta" "theta" "ϑ") ("vartheta" "\\vartheta" t "&thetasym;" "theta" "theta" "ϑ") ("Iota" "I" nil "&Iota;" "Iota" "Iota" "Ι") ("iota" "\\iota" t "&iota;" "iota" "iota" "ι") ("Kappa" "K" nil "&Kappa;" "Kappa" "Kappa" "Κ") ("kappa" "\\kappa" t "&kappa;" "kappa" "kappa" "κ") ("Lambda" "\\Lambda" t "&Lambda;" "Lambda" "Lambda" "Λ") ("lambda" "\\lambda" t "&lambda;" "lambda" "lambda" "λ") ("Mu" "M" nil "&Mu;" "Mu" "Mu" "Μ") ("mu" "\\mu" t "&mu;" "mu" "mu" "μ") ("nu" "\\nu" t "&nu;" "nu" "nu" "ν") ("Nu" "N" nil "&Nu;" "Nu" "Nu" "Ν") ("Xi" "\\Xi" t "&Xi;" "Xi" "Xi" "Ξ") ("xi" "\\xi" t "&xi;" "xi" "xi" "ξ") ("Omicron" "O" nil "&Omicron;" "Omicron" "Omicron" "Ο") ("omicron" "\\textit{o}" nil "&omicron;" "omicron" "omicron" "ο") ("Pi" "\\Pi" t "&Pi;" "Pi" "Pi" "Π") ("pi" "\\pi" t "&pi;" "pi" "pi" "π") ("Rho" "P" nil "&Rho;" "Rho" "Rho" "Ρ") ("rho" "\\rho" t "&rho;" "rho" "rho" "ρ") ("Sigma" "\\Sigma" t "&Sigma;" "Sigma" "Sigma" "Σ") ("sigma" "\\sigma" t "&sigma;" "sigma" "sigma" "σ") ("sigmaf" "\\varsigma" t "&sigmaf;" "sigmaf" "sigmaf" "ς") ("varsigma" "\\varsigma" t "&sigmaf;" "varsigma" "varsigma" "ς") ("Tau" "T" nil "&Tau;" "Tau" "Tau" "Τ") ("Upsilon" "\\Upsilon" t "&Upsilon;" "Upsilon" "Upsilon" "Υ") ("upsih" "\\Upsilon" t "&upsih;" "upsilon" "upsilon" "ϒ") ("upsilon" "\\upsilon" t "&upsilon;" "upsilon" "upsilon" "υ") ("Phi" "\\Phi" t "&Phi;" "Phi" "Phi" "Φ") ("phi" "\\phi" t "&phi;" "phi" "phi" "ɸ") ("varphi" "\\varphi" t "&varphi;" "varphi" "varphi" "φ") ("Chi" "X" nil "&Chi;" "Chi" "Chi" "Χ") ("chi" "\\chi" t "&chi;" "chi" "chi" "χ") ("acutex" "\\acute x" t "&acute;x" "'x" "'x" "𝑥́") ("Psi" "\\Psi" t "&Psi;" "Psi" "Psi" "Ψ") ("psi" "\\psi" t "&psi;" "psi" "psi" "ψ") ("tau" "\\tau" t "&tau;" "tau" "tau" "τ") ("Omega" "\\Omega" t "&Omega;" "Omega" "Omega" "Ω") ("omega" "\\omega" t "&omega;" "omega" "omega" "ω") ("piv" "\\varpi" t "&piv;" "omega-pi" "omega-pi" "ϖ") ("varpi" "\\varpi" t "&piv;" "omega-pi" "omega-pi" "ϖ") ("partial" "\\partial" t "&part;" "[partial differential]" "[partial differential]" "∂") "** Hebrew" ("alefsym" "\\aleph" t "&alefsym;" "aleph" "aleph" "ℵ") ("aleph" "\\aleph" t "&aleph;" "aleph" "aleph" "ℵ") ("gimel" "\\gimel" t "&gimel;" "gimel" "gimel" "ℷ") ("beth" "\\beth" t "&beth;" "beth" "beth" "ב") ("dalet" "\\daleth" t "&daleth;" "dalet" "dalet" "ד") "** Dead languages" ("ETH" "\\DH{}" nil "&ETH;" "D" "Ð" "Ð") ("eth" "\\dh{}" nil "&eth;" "dh" "ð" "ð") ("THORN" "\\TH{}" nil "&THORN;" "TH" "Þ" "Þ") ("thorn" "\\th{}" nil "&thorn;" "th" "þ" "þ") "* Punctuation" "** Dots and Marks" ("dots" "\\dots{}" nil "&hellip;" "..." "..." "…") ("cdots" "\\cdots{}" t "&ctdot;" "..." "..." "⋯") ("hellip" "\\dots{}" nil "&hellip;" "..." "..." "…") ("middot" "\\textperiodcentered{}" nil "&middot;" "." "·" "·") ("iexcl" "!`" nil "&iexcl;" "!" "¡" "¡") ("iquest" "?`" nil "&iquest;" "?" "¿" "¿") "** Dash-like" ("shy" "\\-" nil "&shy;" "" "" "") ("ndash" "--" nil "&ndash;" "-" "-" "–") ("mdash" "---" nil "&mdash;" "--" "--" "—") "** Quotations" ("quot" "\\textquotedbl{}" nil "&quot;" "\"" "\"" "\"") ("acute" "\\textasciiacute{}" nil "&acute;" "'" "´" "´") ("ldquo" "\\textquotedblleft{}" nil "&ldquo;" "\"" "\"" "“") ("rdquo" "\\textquotedblright{}" nil "&rdquo;" "\"" "\"" "”") ("bdquo" "\\quotedblbase{}" nil "&bdquo;" "\"" "\"" "„") ("lsquo" "\\textquoteleft{}" nil "&lsquo;" "`" "`" "‘") ("rsquo" "\\textquoteright{}" nil "&rsquo;" "'" "'" "’") ("sbquo" "\\quotesinglbase{}" nil "&sbquo;" "," "," "‚") ("laquo" "\\guillemotleft{}" nil "&laquo;" "<<" "«" "«") ("raquo" "\\guillemotright{}" nil "&raquo;" ">>" "»" "»") ("lsaquo" "\\guilsinglleft{}" nil "&lsaquo;" "<" "<" "‹") ("rsaquo" "\\guilsinglright{}" nil "&rsaquo;" ">" ">" "›") "* Other" "** Misc. (often used)" ("circ" "\\^{}" nil "&circ;" "^" "^" "∘") ("vert" "\\vert{}" t "&vert;" "|" "|" "|") ("vbar" "|" nil "|" "|" "|" "|") ("brvbar" "\\textbrokenbar{}" nil "&brvbar;" "|" "¦" "¦") ("S" "\\S" nil "&sect;" "paragraph" "§" "§") ("sect" "\\S" nil "&sect;" "paragraph" "§" "§") ("amp" "\\&" nil "&amp;" "&" "&" "&") ("lt" "\\textless{}" nil "&lt;" "<" "<" "<") ("gt" "\\textgreater{}" nil "&gt;" ">" ">" ">") ("tilde" "\\textasciitilde{}" nil "~" "~" "~" "~") ("slash" "/" nil "/" "/" "/" "/") ("plus" "+" nil "+" "+" "+" "+") ("under" "\\_" nil "_" "_" "_" "_") ("equal" "=" nil "=" "=" "=" "=") ("asciicirc" "\\textasciicircum{}" nil "^" "^" "^" "^") ("dagger" "\\textdagger{}" nil "&dagger;" "[dagger]" "[dagger]" "†") ("dag" "\\dag{}" nil "&dagger;" "[dagger]" "[dagger]" "†") ("Dagger" "\\textdaggerdbl{}" nil "&Dagger;" "[doubledagger]" "[doubledagger]" "‡") ("ddag" "\\ddag{}" nil "&Dagger;" "[doubledagger]" "[doubledagger]" "‡") "** Whitespace" ("nbsp" "~" nil "&nbsp;" " " " " " ") ("ensp" "\\hspace*{.5em}" nil "&ensp;" " " " " " ") ("emsp" "\\hspace*{1em}" nil "&emsp;" " " " " " ") ("thinsp" "\\hspace*{.2em}" nil "&thinsp;" " " " " " ") "** Currency" ("curren" "\\textcurrency{}" nil "&curren;" "curr." "¤" "¤") ("cent" "\\textcent{}" nil "&cent;" "cent" "¢" "¢") ("pound" "\\pounds{}" nil "&pound;" "pound" "£" "£") ("yen" "\\textyen{}" nil "&yen;" "yen" "¥" "¥") ("euro" "\\texteuro{}" nil "&euro;" "EUR" "EUR" "€") ("EUR" "\\texteuro{}" nil "&euro;" "EUR" "EUR" "€") ("dollar" "\\$" nil "$" "$" "$" "$") ("USD" "\\$" nil "$" "$" "$" "$") "** Property Marks" ("copy" "\\textcopyright{}" nil "&copy;" "(c)" "©" "©") ("reg" "\\textregistered{}" nil "&reg;" "(r)" "®" "®") ("trade" "\\texttrademark{}" nil "&trade;" "TM" "TM" "™") "** Science et al." ("minus" "\\minus" t "&minus;" "-" "-" "−") ("pm" "\\textpm{}" nil "&plusmn;" "+-" "±" "±") ("plusmn" "\\textpm{}" nil "&plusmn;" "+-" "±" "±") ("times" "\\texttimes{}" nil "&times;" "*" "×" "×") ("frasl" "/" nil "&frasl;" "/" "/" "⁄") ("colon" "\\colon" t ":" ":" ":" ":") ("div" "\\textdiv{}" nil "&divide;" "/" "÷" "÷") ("frac12" "\\textonehalf{}" nil "&frac12;" "1/2" "½" "½") ("frac14" "\\textonequarter{}" nil "&frac14;" "1/4" "¼" "¼") ("frac34" "\\textthreequarters{}" nil "&frac34;" "3/4" "¾" "¾") ("permil" "\\textperthousand{}" nil "&permil;" "per thousand" "per thousand" "‰") ("sup1" "\\textonesuperior{}" nil "&sup1;" "^1" "¹" "¹") ("sup2" "\\texttwosuperior{}" nil "&sup2;" "^2" "²" "²") ("sup3" "\\textthreesuperior{}" nil "&sup3;" "^3" "³" "³") ("radic" "\\sqrt{\\,}" t "&radic;" "[square root]" "[square root]" "√") ("sum" "\\sum" t "&sum;" "[sum]" "[sum]" "∑") ("prod" "\\prod" t "&prod;" "[product]" "[n-ary product]" "∏") ("micro" "\\textmu{}" nil "&micro;" "micro" "µ" "µ") ("macr" "\\textasciimacron{}" nil "&macr;" "[macron]" "¯" "¯") ("deg" "\\textdegree{}" nil "&deg;" "degree" "°" "°") ("prime" "\\prime" t "&prime;" "'" "'" "′") ("Prime" "\\prime{}\\prime" t "&Prime;" "''" "''" "″") ("infin" "\\infty" t "&infin;" "[infinity]" "[infinity]" "∞") ("infty" "\\infty" t "&infin;" "[infinity]" "[infinity]" "∞") ("prop" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝") ("propto" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝") ("not" "\\textlnot{}" nil "&not;" "[angled dash]" "¬" "¬") ("neg" "\\neg{}" t "&not;" "[angled dash]" "¬" "¬") ("land" "\\land" t "&and;" "[logical and]" "[logical and]" "∧") ("wedge" "\\wedge" t "&and;" "[logical and]" "[logical and]" "∧") ("lor" "\\lor" t "&or;" "[logical or]" "[logical or]" "∨") ("vee" "\\vee" t "&or;" "[logical or]" "[logical or]" "∨") ("cap" "\\cap" t "&cap;" "[intersection]" "[intersection]" "∩") ("cup" "\\cup" t "&cup;" "[union]" "[union]" "∪") ("smile" "\\smile" t "&smile;" "[cup product]" "[cup product]" "⌣") ("frown" "\\frown" t "&frown;" "[Cap product]" "[cap product]" "⌢") ("int" "\\int" t "&int;" "[integral]" "[integral]" "∫") ("therefore" "\\therefore" t "&there4;" "[therefore]" "[therefore]" "∴") ("there4" "\\therefore" t "&there4;" "[therefore]" "[therefore]" "∴") ("because" "\\because" t "&because;" "[because]" "[because]" "∵") ("sim" "\\sim" t "&sim;" "~" "~" "∼") ("cong" "\\cong" t "&cong;" "[approx. equal to]" "[approx. equal to]" "≅") ("simeq" "\\simeq" t "&cong;" "[approx. equal to]" "[approx. equal to]" "≅") ("asymp" "\\asymp" t "&asymp;" "[almost equal to]" "[almost equal to]" "≈") ("approx" "\\approx" t "&asymp;" "[almost equal to]" "[almost equal to]" "≈") ("ne" "\\ne" t "&ne;" "[not equal to]" "[not equal to]" "≠") ("neq" "\\neq" t "&ne;" "[not equal to]" "[not equal to]" "≠") ("equiv" "\\equiv" t "&equiv;" "[identical to]" "[identical to]" "≡") ("triangleq" "\\triangleq" t "&triangleq;" "[defined to]" "[defined to]" "≜") ("le" "\\le" t "&le;" "<=" "<=" "≤") ("leq" "\\le" t "&le;" "<=" "<=" "≤") ("ge" "\\ge" t "&ge;" ">=" ">=" "≥") ("geq" "\\ge" t "&ge;" ">=" ">=" "≥") ("lessgtr" "\\lessgtr" t "&lessgtr;" "[less than or greater than]" "[less than or greater than]" "≶") ("lesseqgtr" "\\lesseqgtr" t "&lesseqgtr;" "[less than or equal or greater than or equal]" "[less than or equal or greater than or equal]" "⋚") ("ll" "\\ll" t "&Lt;" "<<" "<<" "≪") ("Ll" "\\lll" t "&Ll;" "<<<" "<<<" "⋘") ("lll" "\\lll" t "&Ll;" "<<<" "<<<" "⋘") ("gg" "\\gg" t "&Gt;" ">>" ">>" "≫") ("Gg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙") ("ggg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙") ("prec" "\\prec" t "&pr;" "[precedes]" "[precedes]" "≺") ("preceq" "\\preceq" t "&prcue;" "[precedes or equal]" "[precedes or equal]" "≼") ("preccurlyeq" "\\preccurlyeq" t "&prcue;" "[precedes or equal]" "[precedes or equal]" "≼") ("succ" "\\succ" t "&sc;" "[succeeds]" "[succeeds]" "≻") ("succeq" "\\succeq" t "&sccue;" "[succeeds or equal]" "[succeeds or equal]" "≽") ("succcurlyeq" "\\succcurlyeq" t "&sccue;" "[succeeds or equal]" "[succeeds or equal]" "≽") ("sub" "\\subset" t "&sub;" "[subset of]" "[subset of]" "⊂") ("subset" "\\subset" t "&sub;" "[subset of]" "[subset of]" "⊂") ("sup" "\\supset" t "&sup;" "[superset of]" "[superset of]" "⊃") ("supset" "\\supset" t "&sup;" "[superset of]" "[superset of]" "⊃") ("nsub" "\\not\\subset" t "&nsub;" "[not a subset of]" "[not a subset of" "⊄") ("sube" "\\subseteq" t "&sube;" "[subset of or equal to]" "[subset of or equal to]" "⊆") ("nsup" "\\not\\supset" t "&nsup;" "[not a superset of]" "[not a superset of]" "⊅") ("supe" "\\supseteq" t "&supe;" "[superset of or equal to]" "[superset of or equal to]" "⊇") ("setminus" "\\setminus" t "&setminus;" "\" " \" "⧵") ("forall" "\\forall" t "&forall;" "[for all]" "[for all]" "∀") ("exist" "\\exists" t "&exist;" "[there exists]" "[there exists]" "∃") ("exists" "\\exists" t "&exist;" "[there exists]" "[there exists]" "∃") ("nexist" "\\nexists" t "&exist;" "[there does not exists]" "[there does not  exists]" "∄") ("nexists" "\\nexists" t "&exist;" "[there does not exists]" "[there does not  exists]" "∄") ("empty" "\\empty" t "&empty;" "[empty set]" "[empty set]" "∅") ("emptyset" "\\emptyset" t "&empty;" "[empty set]" "[empty set]" "∅") ("isin" "\\in" t "&isin;" "[element of]" "[element of]" "∈") ("in" "\\in" t "&isin;" "[element of]" "[element of]" "∈") ("notin" "\\notin" t "&notin;" "[not an element of]" "[not an element of]" "∉") ("ni" "\\ni" t "&ni;" "[contains as member]" "[contains as member]" "∋") ("nabla" "\\nabla" t "&nabla;" "[nabla]" "[nabla]" "∇") ("ang" "\\angle" t "&ang;" "[angle]" "[angle]" "∠") ("angle" "\\angle" t "&ang;" "[angle]" "[angle]" "∠") ("perp" "\\perp" t "&perp;" "[up tack]" "[up tack]" "⊥") ("parallel" "\\parallel" t "&parallel;" "||" "||" "∥") ("sdot" "\\cdot" t "&sdot;" "[dot]" "[dot]" "⋅") ("cdot" "\\cdot" t "&sdot;" "[dot]" "[dot]" "⋅") ("lceil" "\\lceil" t "&lceil;" "[left ceiling]" "[left ceiling]" "⌈") ("rceil" "\\rceil" t "&rceil;" "[right ceiling]" "[right ceiling]" "⌉") ("lfloor" "\\lfloor" t "&lfloor;" "[left floor]" "[left floor]" "⌊") ("rfloor" "\\rfloor" t "&rfloor;" "[right floor]" "[right floor]" "⌋") ("lang" "\\langle" t "&lang;" "<" "<" "⟨") ("rang" "\\rangle" t "&rang;" ">" ">" "⟩") ("langle" "\\langle" t "&lang;" "<" "<" "⟨") ("rangle" "\\rangle" t "&rang;" ">" ">" "⟩") ("hbar" "\\hbar" t "&hbar;" "hbar" "hbar" "ℏ") ("mho" "\\mho" t "&mho;" "mho" "mho" "℧") "** Arrows" ("larr" "\\leftarrow" t "&larr;" "<-" "<-" "←") ("leftarrow" "\\leftarrow" t "&larr;" "<-" "<-" "←") ("gets" "\\gets" t "&larr;" "<-" "<-" "←") ("lArr" "\\Leftarrow" t "&lArr;" "<=" "<=" "⇐") ("Leftarrow" "\\Leftarrow" t "&lArr;" "<=" "<=" "⇐") ("uarr" "\\uparrow" t "&uarr;" "[uparrow]" "[uparrow]" "↑") ("uparrow" "\\uparrow" t "&uarr;" "[uparrow]" "[uparrow]" "↑") ("uArr" "\\Uparrow" t "&uArr;" "[dbluparrow]" "[dbluparrow]" "⇑") ("Uparrow" "\\Uparrow" t "&uArr;" "[dbluparrow]" "[dbluparrow]" "⇑") ("rarr" "\\rightarrow" t "&rarr;" "->" "->" "→") ("to" "\\to" t "&rarr;" "->" "->" "→") ("rightarrow" "\\rightarrow" t "&rarr;" "->" "->" "→") ("rArr" "\\Rightarrow" t "&rArr;" "=>" "=>" "⇒") ("Rightarrow" "\\Rightarrow" t "&rArr;" "=>" "=>" "⇒") ("darr" "\\downarrow" t "&darr;" "[downarrow]" "[downarrow]" "↓") ("downarrow" "\\downarrow" t "&darr;" "[downarrow]" "[downarrow]" "↓") ("dArr" "\\Downarrow" t "&dArr;" "[dbldownarrow]" "[dbldownarrow]" "⇓") ("Downarrow" "\\Downarrow" t "&dArr;" "[dbldownarrow]" "[dbldownarrow]" "⇓") ("harr" "\\leftrightarrow" t "&harr;" "<->" "<->" "↔") ("leftrightarrow" "\\leftrightarrow" t "&harr;" "<->" "<->" "↔") ("hArr" "\\Leftrightarrow" t "&hArr;" "<=>" "<=>" "⇔") ("Leftrightarrow" "\\Leftrightarrow" t "&hArr;" "<=>" "<=>" "⇔") ("crarr" "\\hookleftarrow" t "&crarr;" "<-'" "<-'" "↵") ("hookleftarrow" "\\hookleftarrow" t "&crarr;" "<-'" "<-'" "↵") "** Function names" ("arccos" "\\arccos" t "arccos" "arccos" "arccos" "arccos") ("arcsin" "\\arcsin" t "arcsin" "arcsin" "arcsin" "arcsin") ("arctan" "\\arctan" t "arctan" "arctan" "arctan" "arctan") ("arg" "\\arg" t "arg" "arg" "arg" "arg") ("cos" "\\cos" t "cos" "cos" "cos" "cos") ("cosh" "\\cosh" t "cosh" "cosh" "cosh" "cosh") ("cot" "\\cot" t "cot" "cot" "cot" "cot") ("coth" "\\coth" t "coth" "coth" "coth" "coth") ("csc" "\\csc" t "csc" "csc" "csc" "csc") ("deg" "\\deg" t "&deg;" "deg" "deg" "deg") ("det" "\\det" t "det" "det" "det" "det") ("dim" "\\dim" t "dim" "dim" "dim" "dim") ("exp" "\\exp" t "exp" "exp" "exp" "exp") ("gcd" "\\gcd" t "gcd" "gcd" "gcd" "gcd") ("hom" "\\hom" t "hom" "hom" "hom" "hom") ("inf" "\\inf" t "inf" "inf" "inf" "inf") ("ker" "\\ker" t "ker" "ker" "ker" "ker") ("lg" "\\lg" t "lg" "lg" "lg" "lg") ("lim" "\\lim" t "lim" "lim" "lim" "lim") ("liminf" "\\liminf" t "liminf" "liminf" "liminf" "liminf") ("limsup" "\\limsup" t "limsup" "limsup" "limsup" "limsup") ("ln" "\\ln" t "ln" "ln" "ln" "ln") ("log" "\\log" t "log" "log" "log" "log") ("max" "\\max" t "max" "max" "max" "max") ("min" "\\min" t "min" "min" "min" "min") ("Pr" "\\Pr" t "Pr" "Pr" "Pr" "Pr") ("sec" "\\sec" t "sec" "sec" "sec" "sec") ("sin" "\\sin" t "sin" "sin" "sin" "sin") ("sinh" "\\sinh" t "sinh" "sinh" "sinh" "sinh") ("sup" "\\sup" t "&sup;" "sup" "sup" "sup") ("tan" "\\tan" t "tan" "tan" "tan" "tan") ("tanh" "\\tanh" t "tanh" "tanh" "tanh" "tanh") "** Signs & Symbols" ("bull" "\\textbullet{}" nil "&bull;" "*" "*" "•") ("bullet" "\\textbullet{}" nil "&bull;" "*" "*" "•") ("star" "\\star" t "*" "*" "*" "⋆") ("lowast" "\\ast" t "&lowast;" "*" "*" "∗") ("ast" "\\ast" t "&lowast;" "*" "*" "*") ("odot" "\\odot" t "o" "[circled dot]" "[circled dot]" "ʘ") ("oplus" "\\oplus" t "&oplus;" "[circled plus]" "[circled plus]" "⊕") ("otimes" "\\otimes" t "&otimes;" "[circled times]" "[circled times]" "⊗") ("check" "\\checkmark" t "&checkmark;" "[checkmark]" "[checkmark]" "✓") ("checkmark" "\\checkmark" t "&check;" "[checkmark]" "[checkmark]" "✓") "** Miscellaneous (seldom used)" ("para" "\\P{}" nil "&para;" "[pilcrow]" "¶" "¶") ("ordf" "\\textordfeminine{}" nil "&ordf;" "_a_" "ª" "ª") ("ordm" "\\textordmasculine{}" nil "&ordm;" "_o_" "º" "º") ("cedil" "\\c{}" nil "&cedil;" "[cedilla]" "¸" "¸") ("oline" "\\overline{~}" t "&oline;" "[overline]" "¯" "‾") ("uml" "\\textasciidieresis{}" nil "&uml;" "[diaeresis]" "¨" "¨") ("zwnj" "\\/{}" nil "&zwnj;" "" "" "‌") ("zwj" "" nil "&zwj;" "" "" "‍") ("lrm" "" nil "&lrm;" "" "" "‎") ("rlm" "" nil "&rlm;" "" "" "‏") "** Smilies" ("smiley" "\\ddot\\smile" t "&#9786;" ":-)" ":-)" "☺") ("blacksmile" "\\ddot\\smile" t "&#9787;" ":-)" ":-)" "☻") ("sad" "\\ddot\\frown" t "&#9785;" ":-(" ":-(" "☹") ("frowny" "\\ddot\\frown" t "&#9785;" ":-(" ":-(" "☹") "** Suits" ("clubs" "\\clubsuit" t "&clubs;" "[clubs]" "[clubs]" "♣") ("clubsuit" "\\clubsuit" t "&clubs;" "[clubs]" "[clubs]" "♣") ("spades" "\\spadesuit" t "&spades;" "[spades]" "[spades]" "♠") ("spadesuit" "\\spadesuit" t "&spades;" "[spades]" "[spades]" "♠") ("hearts" "\\heartsuit" t "&hearts;" "[hearts]" "[hearts]" "♥") ("heartsuit" "\\heartsuit" t "&heartsuit;" "[hearts]" "[hearts]" "♥") ("diams" "\\diamondsuit" t "&diams;" "[diamonds]" "[diamonds]" "◆") ("diamondsuit" "\\diamondsuit" t "&diams;" "[diamonds]" "[diamonds]" "◆") ("diamond" "\\diamondsuit" t "&diamond;" "[diamond]" "[diamond]" "◆") ("Diamond" "\\diamondsuit" t "&diamond;" "[diamond]" "[diamond]" "◆") ("loz" "\\lozenge" t "&loz;" "[lozenge]" "[lozenge]" "⧫"))) (let (space-entities html-spaces (entity "_")) (dolist (n (number-sequence 1 20) (nreverse space-entities)) (let ((spaces (make-string n 32))) (push (list (setq entity (concat entity " ")) (format "\\hspace*{%sem}" (* n 0.5)) nil (setq html-spaces (concat "&ensp;" html-spaces)) spaces spaces (make-string n 8194)) space-entities))))))
3613                 nil [3033 26939])
3614             ("org-entity-get" function (:arguments ("name")) nil [26941 27163])
3615             ("org-entities-create-table" function (:user-visible-flag t) nil [27238 27994])
3616             ("org-pretty-entities" variable nil nil [27996 28024])
3617             ("org-entities-help" function (:user-visible-flag t) nil [28055 29069])
3618             ("org-entities" package nil nil [29072 29095]))          
3619       :file "org-entities.el"
3620       :pointmax 29173
3621       :fsize 29789
3622       :lastmodtime '(23525 29590 0 0)
3623       :unmatched-syntax nil)
3624     (semanticdb-table "semanticdb-table"
3625       :major-mode emacs-lisp-mode
3626       :tags 
3627         '( ("org-faces" customgroup (:user-visible-flag t) nil [1101 1192])
3628             ("org-default" variable
3629                (:default-value (quote ((t :inherit default)))
3630                 :type "face")
3631                 nil [1194 1291])
3632             ("org-hide" variable
3633                (:default-value (quote ((((background light)) (:foreground "white")) (((background dark)) (:foreground "black"))))
3634                 :type "face")
3635                 nil [1293 1567])
3636             ("org-level-1" variable
3637                (:default-value (quote ((t :inherit outline-1)))
3638                 :type "face")
3639                 nil [1569 1673])
3640             ("org-level-2" variable
3641                (:default-value (quote ((t :inherit outline-2)))
3642                 :type "face")
3643                 nil [1675 1779])
3644             ("org-level-3" variable
3645                (:default-value (quote ((t :inherit outline-3)))
3646                 :type "face")
3647                 nil [1781 1885])
3648             ("org-level-4" variable
3649                (:default-value (quote ((t :inherit outline-4)))
3650                 :type "face")
3651                 nil [1887 1991])
3652             ("org-level-5" variable
3653                (:default-value (quote ((t :inherit outline-5)))
3654                 :type "face")
3655                 nil [1993 2097])
3656             ("org-level-6" variable
3657                (:default-value (quote ((t :inherit outline-6)))
3658                 :type "face")
3659                 nil [2099 2203])
3660             ("org-level-7" variable
3661                (:default-value (quote ((t :inherit outline-7)))
3662                 :type "face")
3663                 nil [2205 2309])
3664             ("org-level-8" variable
3665                (:default-value (quote ((t :inherit outline-8)))
3666                 :type "face")
3667                 nil [2311 2415])
3668             ("org-special-keyword" variable
3669                (:default-value (quote ((t :inherit font-lock-keyword-face)))
3670                 :type "face")
3671                 nil [2417 2541])
3672             ("org-drawer" variable
3673                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:foreground "blue" :bold t)) (t (:bold t))))
3674                 :type "face")
3675                 nil [2543 3069])
3676             ("org-property-value" variable (:type "face") nil [3071 3166])
3677             ("org-column" variable
3678                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:background "grey90" :weight normal :slant normal :strike-through nil :underline nil)) (((class color) (min-colors 16) (background dark)) (:background "grey30" :weight normal :slant normal :strike-through nil :underline nil)) (((class color) (min-colors 8)) (:background "cyan" :foreground "black" :weight normal :slant normal :strike-through nil :underline nil)) (t (:inverse-video t))))
3679                 :type "face")
3680                 nil [3168 4715])
3681             ("org-column-title" variable
3682                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:background "grey90" :underline t :weight bold)) (((class color) (min-colors 16) (background dark)) (:background "grey30" :underline t :weight bold)) (((class color) (min-colors 8)) (:background "cyan" :foreground "black" :underline t :weight bold)) (t (:inverse-video t))))
3683                 :type "face")
3684                 nil [4717 5170])
3685             ("org-agenda-column-dateline" variable
3686                (:default-value (quote ((t :inherit org-column)))
3687                 :type "face")
3688                 nil [5172 5321])
3689             ("org-warning" variable
3690                (:default-value (quote ((t :inherit font-lock-warning-face)))
3691                 :type "face")
3692                 nil [5323 5445])
3693             ("org-archived" variable
3694                (:default-value (quote ((t :inherit shadow)))
3695                 :type "face")
3696                 nil [5447 5556])
3697             ("org-link" variable
3698                (:default-value (quote ((t :inherit link)))
3699                 :type "face")
3700                 nil [5558 5637])
3701             ("org-footnote" variable
3702                (:default-value (quote ((((class color) (background light)) (:foreground "Purple" :underline t)) (((class color) (background dark)) (:foreground "Cyan" :underline t)) (t (:underline t))))
3703                 :type "face")
3704                 nil [5639 5880])
3705             ("org-ellipsis" variable
3706                (:default-value (quote ((((class color) (background light)) (:foreground "DarkGoldenrod" :underline t)) (((class color) (background dark)) (:foreground "LightGoldenrod" :underline t)) (t (:strike-through t))))
3707                 :type "face")
3708                 nil [5882 6163])
3709             ("org-target" variable
3710                (:default-value (quote ((((class color) (background light)) (:underline t)) (((class color) (background dark)) (:underline t)) (t (:underline t))))
3711                 :type "face")
3712                 nil [6165 6367])
3713             ("org-date" variable
3714                (:default-value (quote ((((class color) (background light)) (:foreground "Purple" :underline t)) (((class color) (background dark)) (:foreground "Cyan" :underline t)) (t (:underline t))))
3715                 :type "face")
3716                 nil [6369 6613])
3717             ("org-date-selected" variable
3718                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:foreground "Red1" :inverse-video t)) (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :inverse-video t)) (((class color) (min-colors 8) (background light)) (:foreground "red" :inverse-video t)) (((class color) (min-colors 8) (background dark)) (:foreground "red" :inverse-video t)) (t (:inverse-video t))))
3719                 :type "face")
3720                 nil [6615 7221])
3721             ("org-sexp-date" variable
3722                (:default-value (quote ((((class color) (background light)) (:foreground "Purple")) (((class color) (background dark)) (:foreground "Cyan")) (t (:underline t))))
3723                 :type "face")
3724                 nil [7223 7465])
3725             ("org-tag" variable
3726                (:default-value (quote ((t (:bold t))))
3727                 :type "face")
3728                 nil [7467 7640])
3729             ("org-list-dt" variable
3730                (:default-value (quote ((t (:bold t))))
3731                 :type "face")
3732                 nil [7642 7748])
3733             ("org-todo" variable
3734                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:foreground "Red1" :bold t)) (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :bold t)) (((class color) (min-colors 8) (background light)) (:foreground "red" :bold t)) (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t)) (t (:inverse-video t :bold t))))
3735                 :type "face")
3736                 nil [7750 8236])
3737             ("org-done" variable
3738                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:foreground "ForestGreen" :bold t)) (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen" :bold t)) (((class color) (min-colors 8)) (:foreground "green")) (t (:bold t))))
3739                 :type "face")
3740                 nil [8238 8635])
3741             ("org-agenda-done" variable
3742                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 8)) (:foreground "green")) (t (:bold nil))))
3743                 :type "face")
3744                 nil [8637 9352])
3745             ("org-headline-done" variable
3746                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:foreground "RosyBrown")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon")) (((class color) (min-colors 8) (background light)) (:bold nil))))
3747                 :type "face")
3748                 nil [9354 9854])
3749             ("org-faces-easy-properties" variable (:default-value (quote ((todo . :foreground) (tag . :foreground) (priority . :foreground)))) nil [9856 10402])
3750             ("org-todo-keyword-faces" variable nil nil [10404 11061])
3751             ("org-priority" variable
3752                (:default-value (quote ((t :inherit font-lock-keyword-face)))
3753                 :type "face")
3754                 nil [11063 11180])
3755             ("org-priority-faces" variable nil nil [11182 11789])
3756             ("org-tags-special-faces-re" variable nil nil [11791 11829])
3757             ("org-set-tag-faces" function (:arguments ("var" "value")) nil [11830 12039])
3758             ("org-checkbox" variable
3759                (:default-value (quote ((t :inherit bold)))
3760                 :type "face")
3761                 nil [12041 12129])
3762             ("org-checkbox-statistics-todo" variable
3763                (:default-value (quote ((t (:inherit org-todo))))
3764                 :type "face")
3765                 nil [12131 12266])
3766             ("org-checkbox-statistics-done" variable
3767                (:default-value (quote ((t (:inherit org-done))))
3768                 :type "face")
3769                 nil [12268 12401])
3770             ("org-tag-faces" variable nil nil [12403 13131])
3771             ("org-table" variable
3772                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8) (background light)) (:foreground "blue")) (((class color) (min-colors 8) (background dark)))))
3773                 :type "face")
3774                 nil [13133 13707])
3775             ("org-formula" variable
3776                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "Firebrick")) (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1")) (((class color) (min-colors 8) (background light)) (:foreground "red")) (((class color) (min-colors 8) (background dark)) (:foreground "red")) (t (:bold t :italic t))))
3777                 :type "face")
3778                 nil [13709 14121])
3779             ("org-code" variable
3780                (:default-value (quote ((t :inherit shadow)))
3781                 :type "face")
3782                 nil [14123 14252])
3783             ("org-meta-line" variable
3784                (:default-value (quote ((t :inherit font-lock-comment-face)))
3785                 :type "face")
3786                 nil [14254 14400])
3787             ("org-document-title" variable
3788                (:default-value (quote ((((class color) (background light)) (:foreground "midnight blue" :weight bold)) (((class color) (background dark)) (:foreground "pale turquoise" :weight bold)) (t (:weight bold))))
3789                 :type "face")
3790                 nil [14402 14717])
3791             ("org-document-info" variable
3792                (:default-value (quote ((((class color) (background light)) (:foreground "midnight blue")) (((class color) (background dark)) (:foreground "pale turquoise")) (t nil)))
3793                 :type "face")
3794                 nil [14719 15033])
3795             ("org-document-info-keyword" variable
3796                (:default-value (quote ((t :inherit shadow)))
3797                 :type "face")
3798                 nil [15035 15178])
3799             ("org-block" variable
3800                (:default-value (quote ((t :inherit shadow)))
3801                 :type "face")
3802                 nil [15180 15408])
3803             ("org-block-begin-line" variable
3804                (:default-value (quote ((t (:inherit org-meta-line))))
3805                 :type "face")
3806                 nil [15410 15558])
3807             ("org-block-end-line" variable
3808                (:default-value (quote ((t (:inherit org-block-begin-line))))
3809                 :type "face")
3810                 nil [15560 15711])
3811             ("org-verbatim" variable
3812                (:default-value (quote ((t (:inherit shadow))))
3813                 :type "face")
3814                 nil [15713 15846])
3815             ("org-quote" variable
3816                (:default-value (quote ((t (:inherit org-block))))
3817                 :type "face")
3818                 nil [15848 15966])
3819             ("org-verse" variable
3820                (:default-value (quote ((t (:inherit org-block))))
3821                 :type "face")
3822                 nil [15968 16086])
3823             ("org-fontify-quote-and-verse-blocks" variable nil nil [16088 16406])
3824             ("org-clock-overlay" variable
3825                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:background "LightGray" :foreground "black")) (((class color) (min-colors 88) (background dark)) (:background "SkyBlue4" :foreground "white")) (((class color) (min-colors 16) (background light)) (:background "gray" :foreground "black")) (((class color) (min-colors 16) (background dark)) (:background "SkyBlue4" :foreground "white")) (((class color) (min-colors 8)) (:background "cyan" :foreground "black")) (t (:inverse-video t))))
3826                 :type "face")
3827                 nil [16408 17083])
3828             ("org-agenda-structure" variable
3829                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:foreground "blue" :bold t)) (t (:bold t))))
3830                 :type "face")
3831                 nil [17085 17639])
3832             ("org-agenda-date" variable
3833                (:default-value (quote ((t (:inherit org-agenda-structure))))
3834                 :type "face")
3835                 nil [17641 17766])
3836             ("org-agenda-date-today" variable
3837                (:default-value (quote ((t (:inherit org-agenda-date :weight bold :italic t))))
3838                 :type "face")
3839                 nil [17768 17913])
3840             ("org-agenda-clocking" variable
3841                (:default-value (quote ((t (:inherit secondary-selection))))
3842                 :type "face")
3843                 nil [17915 18057])
3844             ("org-agenda-date-weekend" variable
3845                (:default-value (quote ((t (:inherit org-agenda-date :weight bold))))
3846                 :type "face")
3847                 nil [18059 18299])
3848             ("org-scheduled" variable
3849                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen")) (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 8)) (:foreground "green")) (t (:bold t :italic t))))
3850                 :type "face")
3851                 nil [18301 18645])
3852             ("org-scheduled-today" variable
3853                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen")) (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 8)) (:foreground "green")) (t (:bold t :italic t))))
3854                 :type "face")
3855                 nil [18647 18997])
3856             ("org-agenda-dimmed-todo-face" variable
3857                (:default-value (quote ((((background light)) (:foreground "grey50")) (((background dark)) (:foreground "grey50"))))
3858                 :type "face")
3859                 nil [18999 19206])
3860             ("org-scheduled-previously" variable
3861                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "Firebrick")) (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1")) (((class color) (min-colors 8) (background light)) (:foreground "red")) (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t)) (t (:bold t))))
3862                 :type "face")
3863                 nil [19208 19667])
3864             ("org-upcoming-deadline" variable
3865                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:foreground "Firebrick")) (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1")) (((class color) (min-colors 8) (background light)) (:foreground "red")) (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t)) (t (:bold t))))
3866                 :type "face")
3867                 nil [19669 20125])
3868             ("org-agenda-deadline-faces" variable (:default-value (quote ((1.0 . org-warning) (0.5 . org-upcoming-deadline) (0.0 . default)))) nil [20127 21122])
3869             ("org-agenda-restriction-lock" variable
3870                (:default-value (quote ((((class color) (min-colors 88) (background light)) (:background "#eeeeee")) (((class color) (min-colors 88) (background dark)) (:background "#1C1C1C")) (((class color) (min-colors 16) (background light)) (:background "#eeeeee")) (((class color) (min-colors 16) (background dark)) (:background "#1C1C1C")) (((class color) (min-colors 8)) (:background "cyan" :foreground "black")) (t (:inverse-video t))))
3871                 :type "face")
3872                 nil [21124 21661])
3873             ("org-agenda-filter-tags" variable
3874                (:default-value (quote ((t :inherit mode-line)))
3875                 :type "face")
3876                 nil [21663 21805])
3877             ("org-agenda-filter-regexp" variable
3878                (:default-value (quote ((t :inherit mode-line)))
3879                 :type "face")
3880                 nil [21807 21954])
3881             ("org-agenda-filter-category" variable
3882                (:default-value (quote ((t :inherit mode-line)))
3883                 :type "face")
3884                 nil [21956 22106])
3885             ("org-agenda-filter-effort" variable
3886                (:default-value (quote ((t :inherit mode-line)))
3887                 :type "face")
3888                 nil [22108 22252])
3889             ("org-time-grid" variable
3890                (:default-value (quote ((((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod")) (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 8)) (:foreground "yellow" :weight light))))
3891                 :type "face")
3892                 nil [22254 22623])
3893             ("org-agenda-current-time" variable
3894                (:default-value (quote ((t (:inherit org-time-grid))))
3895                 :type "face")
3896                 nil [22625 22767])
3897             ("org-agenda-diary" variable
3898                (:default-value (quote ((t :inherit default)))
3899                 :type "face")
3900                 nil [22769 22904])
3901             ("org-agenda-calendar-event" variable
3902                (:default-value (quote ((t :inherit default)))
3903                 :type "face")
3904                 nil [22906 23046])
3905             ("org-agenda-calendar-sexp" variable
3906                (:default-value (quote ((t :inherit default)))
3907                 :type "face")
3908                 nil [23048 23185])
3909             ("org-level-faces" variable
3910                (:constant-flag t
3911                 :default-value (quote (org-level-1 org-level-2 org-level-3 org-level-4 org-level-5 org-level-6 org-level-7 org-level-8)))
3912                 nil [23187 23316])
3913             ("org-n-level-faces" variable (:default-value (length org-level-faces)) nil [23318 23611])
3914             ("org-cycle-level-faces" variable (:default-value t) nil [23613 23940])
3915             ("org-latex-and-related" variable
3916                (:default-value (let ((font (cond ((assq :inherit custom-face-attributes) (quote (:inherit underline))) (t (quote (:underline t)))))) (\` ((((class grayscale) (background light)) (:foreground "DimGray" (\,@ font))) (((class grayscale) (background dark)) (:foreground "LightGray" (\,@ font))) (((class color) (background light)) (:foreground "SaddleBrown")) (((class color) (background dark)) (:foreground "burlywood")) (t ((\,@ font))))))
3917                 :type "face")
3918                 nil [23942 24578])
3919             ("org-macro" variable
3920                (:default-value (quote ((t :inherit org-latex-and-related)))
3921                 :type "face")
3922                 nil [24580 24730])
3923             ("org-tag-group" variable
3924                (:default-value (quote ((t :inherit org-tag)))
3925                 :type "face")
3926                 nil [24732 24876])
3927             ("org-mode-line-clock" variable
3928                (:default-value (quote ((t (:inherit mode-line))))
3929                 :type "face")
3930                 nil [24878 25001])
3931             ("org-mode-line-clock-overrun" variable
3932                (:default-value (quote ((t (:inherit mode-line :background "red"))))
3933                 :type "face")
3934                 nil [25003 25172])
3935             ("org-faces" package nil nil [25174 25194]))          
3936       :file "org-faces.el"
3937       :pointmax 25223
3938       :fsize 25222
3939       :lastmodtime '(23525 29590 0 0)
3940       :unmatched-syntax nil)
3941     (semanticdb-table "semanticdb-table"
3942       :major-mode emacs-lisp-mode
3943       :tags 
3944         '( ("cl-lib" include nil nil [3192 3209])
3945             ("org-macs" include nil nil [3210 3229])
3946             ("org-compat" include nil nil [3230 3251])
3947             ("org-M-RET-may-split-line" variable nil nil [3253 3286])
3948             ("org-auto-align-tags" variable nil nil [3287 3315])
3949             ("org-blank-before-new-entry" variable nil nil [3316 3351])
3950             ("org-clock-string" variable nil nil [3352 3377])
3951             ("org-closed-string" variable nil nil [3378 3404])
3952             ("org-deadline-string" variable nil nil [3405 3433])
3953             ("org-description-max-indent" variable nil nil [3434 3469])
3954             ("org-done-keywords" variable nil nil [3470 3496])
3955             ("org-drawer-regexp" variable nil nil [3497 3523])
3956             ("org-element-all-objects" variable nil nil [3524 3556])
3957             ("org-inhibit-startup" variable nil nil [3557 3585])
3958             ("org-odd-levels-only" variable nil nil [3586 3614])
3959             ("org-outline-regexp-bol" variable nil nil [3615 3646])
3960             ("org-scheduled-string" variable nil nil [3647 3676])
3961             ("org-todo-line-regexp" variable nil nil [3677 3706])
3962             ("org-ts-regexp" variable nil nil [3707 3729])
3963             ("org-ts-regexp-both" variable nil nil [3730 3757])
3964             ("declare-function" code nil nil [3759 3825])
3965             ("declare-function" code nil nil [3826 3895])
3966             ("declare-function" code nil nil [3896 3950])
3967             ("declare-function" code nil nil [3951 4009])
3968             ("declare-function" code nil nil [4010 4055])
3969             ("declare-function" code nil nil [4056 4112])
3970             ("declare-function" code nil nil [4113 4185])
3971             ("declare-function" code nil nil [4186 4252])
3972             ("declare-function" code nil nil [4253 4339])
3973             ("declare-function" code nil nil [4340 4413])
3974             ("declare-function" code nil nil [4414 4537])
3975             ("declare-function" code nil nil [4538 4603])
3976             ("declare-function" code nil nil [4604 4702])
3977             ("declare-function" code nil nil [4703 4775])
3978             ("declare-function" code nil nil [4776 4862])
3979             ("declare-function" code nil nil [4863 4929])
3980             ("declare-function" code nil nil [4930 4989])
3981             ("declare-function" code nil nil [4990 5051])
3982             ("declare-function" code nil nil [5052 5114])
3983             ("declare-function" code nil nil [5115 5202])
3984             ("declare-function" code nil nil [5203 5267])
3985             ("declare-function" code nil nil [5268 5340])
3986             ("declare-function" code nil nil [5341 5394])
3987             ("declare-function" code nil nil [5395 5488])
3988             ("declare-function" code nil nil [5489 5568])
3989             ("declare-function" code nil nil [5569 5659])
3990             ("declare-function" code nil nil [5660 5711])
3991             ("declare-function" code nil nil [5712 5773])
3992             ("declare-function" code nil nil [5774 5820])
3993             ("declare-function" code nil nil [5821 5868])
3994             ("declare-function" code nil nil [5869 5938])
3995             ("declare-function" code nil nil [5939 6007])
3996             ("declare-function" code nil nil [6008 6070])
3997             ("declare-function" code nil nil [6071 6134])
3998             ("declare-function" code nil nil [6135 6203])
3999             ("declare-function" code nil nil [6204 6251])
4000             ("declare-function" code nil nil [6252 6301])
4001             ("declare-function" code nil nil [6302 6347])
4002             ("declare-function" code nil nil [6348 6401])
4003             ("declare-function" code nil nil [6402 6448])
4004             ("declare-function" code nil nil [6449 6515])
4005             ("declare-function" code nil nil [6516 6560])
4006             ("declare-function" code nil nil [6561 6615])
4007             ("declare-function" code nil nil [6616 6671])
4008             ("declare-function" code nil nil [6672 6730])
4009             ("declare-function" code nil nil [6731 6792])
4010             ("declare-function" code nil nil [6793 6850])
4011             ("declare-function" code nil nil [6851 6895])
4012             ("declare-function" code nil nil [6896 6952])
4013             ("declare-function" code nil nil [6953 7016])
4014             ("declare-function" code nil nil [7017 7069])
4015             ("declare-function" code nil nil [7070 7126])
4016             ("org-plain-lists" customgroup (:user-visible-flag t) nil [7160 7287])
4017             ("org-cycle-include-plain-lists" variable (:default-value t) nil [7289 8303])
4018             ("org-list-demote-modify-bullet" variable nil nil [8305 9245])
4019             ("org-plain-list-ordered-item-terminator" variable (:default-value t) nil [9247 9907])
4020             ("org-list-allow-alphabetical" variable nil nil [9909 10569])
4021             ("org-list-two-spaces-after-bullet-regexp" variable nil nil [10571 11100])
4022             ("org-list-automatic-rules" variable (:default-value (quote ((checkbox . t) (indent . t)))) nil [11102 12177])
4023             ("org-list-use-circular-motion" variable nil nil [12179 12625])
4024             ("org-checkbox-statistics-hook" variable nil nil [12627 12917])
4025             ("org-checkbox-hierarchical-statistics" variable (:default-value t) nil [12919 13256])
4026             ("org-list-description-max-indent" variable (:default-value 20) nil [13258 13499])
4027             ("org-list-indent-offset" variable nil nil [13501 13755])
4028             ("org-list-radio-list-templates" variable (:default-value (quote ((latex-mode "% BEGIN RECEIVE ORGLST %n
4029 % END RECEIVE ORGLST %n
4030 \\begin{comment}
4031 #+ORGLST: SEND %n org-list-to-latex
4032 -
4033 \\end{comment}
4034 ") (texinfo-mode "@c BEGIN RECEIVE ORGLST %n
4035 @c END RECEIVE ORGLST %n
4036 @ignore
4037 #+ORGLST: SEND %n org-list-to-texinfo
4038 -
4039 @end ignore
4040 ") (html-mode "<!-- BEGIN RECEIVE ORGLST %n -->
4041 <!-- END RECEIVE ORGLST %n -->
4042 <!--
4043 #+ORGLST: SEND %n org-list-to-html
4044 -
4045 -->
4046 ")))) nil [13757 14479])
4047             ("org-list-forbidden-blocks" variable (:default-value (quote ("example" "verse" "src" "export"))) nil [14481 14629])
4048             ("org-list-export-context" variable (:default-value (quote (block inlinetask))) nil [14631 14893])
4049             ("org-list-end-re" variable
4050                (:constant-flag t
4051                 :default-value "^[     ]*
4052 [     ]*
4053 ")
4054                 nil [14926 15016])
4055             ("org-list-full-item-re" variable
4056                (:constant-flag t
4057                 :default-value (concat "^[     ]*\\(\\(?:[-+*]\\|\\(?:[0-9]+\\|[A-Za-z]\\)[.)]\\)\\(?:[     ]+\\|$\\)\\)" "\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][     ]*\\)?" "\\(?:\\(\\[[ X-]\\]\\)\\(?:[     ]+\\|$\\)\\)?" "\\(?:\\(.*\\)[     ]+::\\(?:[     ]+\\|$\\)\\)?"))
4058                 nil [15018 15438])
4059             ("org-item-re" function nil nil [15440 15918])
4060             ("org-item-beginning-re" function nil nil [15920 16040])
4061             ("org-list-at-regexp-after-bullet-p" function (:arguments ("regexp")) nil [16042 16510])
4062             ("org-list-in-valid-context-p" function nil nil [16512 16652])
4063             ("org-in-item-p" function nil nil [16654 19153])
4064             ("org-at-item-p" function nil nil [19155 19344])
4065             ("org-at-item-bullet-p" function nil nil [19346 19529])
4066             ("org-at-item-timer-p" function nil nil [19531 19709])
4067             ("org-at-item-description-p" function nil nil [19711 19865])
4068             ("org-at-item-checkbox-p" function nil nil [19867 20031])
4069             ("org-at-item-counter-p" function nil nil [20033 20221])
4070             ("org-list-context" function nil nil [20263 22797])
4071             ("org-list-struct" function nil nil [22799 29562])
4072             ("org-list-struct-assoc-end" function (:arguments ("struct" "end-list")) nil [29564 30239])
4073             ("org-list-prevs-alist" function (:arguments ("struct")) nil [30241 30541])
4074             ("org-list-parents-alist" function (:arguments ("struct")) nil [30543 32146])
4075             ("org-list-get-nth" function (:arguments ("n" "key" "struct")) nil [32166 32279])
4076             ("org-list-set-nth" function (:arguments ("n" "key" "struct" "new")) nil [32281 32448])
4077             ("org-list-get-ind" function (:arguments ("item" "struct")) nil [32450 32568])
4078             ("org-list-set-ind" function (:arguments ("item" "struct" "ind")) nil [32570 32730])
4079             ("org-list-get-bullet" function (:arguments ("item" "struct")) nil [32732 32848])
4080             ("org-list-set-bullet" function (:arguments ("item" "struct" "bullet")) nil [32850 33017])
4081             ("org-list-get-counter" function (:arguments ("item" "struct")) nil [33019 33137])
4082             ("org-list-get-checkbox" function (:arguments ("item" "struct")) nil [33139 33266])
4083             ("org-list-set-checkbox" function (:arguments ("item" "struct" "checkbox")) nil [33268 33445])
4084             ("org-list-get-tag" function (:arguments ("item" "struct")) nil [33447 33566])
4085             ("org-list-get-item-end" function (:arguments ("item" "struct")) nil [33568 33689])
4086             ("org-list-get-item-end-before-blank" function (:arguments ("item" "struct")) nil [33691 33973])
4087             ("org-list-get-parent" function (:arguments ("item" "struct" "parents")) nil [33975 34258])
4088             ("org-list-has-child-p" function (:arguments ("item" "struct")) nil [34260 34638])
4089             ("org-list-get-next-item" function (:arguments ("item" "_struct" "prevs")) nil [34640 34881])
4090             ("org-list-get-prev-item" function (:arguments ("item" "_struct" "prevs")) nil [34883 35127])
4091             ("org-list-get-subtree" function (:arguments ("item" "struct")) nil [35129 35559])
4092             ("org-list-get-all-items" function (:arguments ("item" "struct" "prevs")) nil [35561 36119])
4093             ("org-list-get-children" function (:arguments ("item" "_struct" "parents")) nil [36121 36496])
4094             ("org-list-get-top-point" function (:arguments ("struct")) nil [36498 36622])
4095             ("org-list-get-bottom-point" function (:arguments ("struct")) nil [36624 36818])
4096             ("org-list-get-list-begin" function (:arguments ("item" "struct" "prevs")) nil [36820 37200])
4097             ("defalias" code nil nil [37202 37262])
4098             ("org-list-get-last-item" function (:arguments ("item" "struct" "prevs")) nil [37264 37639])
4099             ("org-list-get-list-end" function (:arguments ("item" "struct" "prevs")) nil [37641 37924])
4100             ("org-list-get-list-type" function (:arguments ("item" "struct" "prevs")) nil [37926 38491])
4101             ("org-list-get-item-number" function (:arguments ("item" "struct" "prevs" "parents")) nil [38493 39871])
4102             ("org-list-search-generic" function (:arguments ("search" "re" "bound" "noerr")) nil [39891 40475])
4103             ("org-list-search-backward" function (:arguments ("regexp" "bound" "noerror")) nil [40477 40794])
4104             ("org-list-search-forward" function (:arguments ("regexp" "bound" "noerror")) nil [40796 41109])
4105             ("org-list-bullet-string" function (:arguments ("bullet")) nil [41141 41642])
4106             ("org-list-swap-items" function (:arguments ("beg-A" "beg-B" "struct")) nil [41644 45028])
4107             ("org-list-separating-blank-lines-number" function (:arguments ("pos" "struct" "prevs")) nil [45030 47037])
4108             ("org-list-insert-item" function (:arguments ("pos" "struct" "prevs" "checkbox" "after-bullet")) nil [47039 52173])
4109             ("org-list-delete-item" function (:arguments ("item" "struct")) nil [52175 53289])
4110             ("org-list-send-item" function (:arguments ("item" "dest" "struct")) nil [53291 57536])
4111             ("org-list-struct-outdent" function (:arguments ("start" "end" "struct" "parents")) nil [57538 58616])
4112             ("org-list-struct-indent" function (:arguments ("start" "end" "struct" "parents" "prevs")) nil [58618 60757])
4113             ("org-list-use-alpha-bul-p" function (:arguments ("first" "struct" "prevs")) nil [60788 61740])
4114             ("org-list-inc-bullet-maybe" function (:arguments ("bullet")) nil [61742 62296])
4115             ("org-list-struct-fix-bul" function (:arguments ("struct" "prevs")) nil [62298 64936])
4116             ("org-list-struct-fix-ind" function (:arguments ("struct" "parents" "bullet-size")) nil [64938 65982])
4117             ("org-list-struct-fix-box" function (:arguments ("struct" "parents" "prevs" "ordered")) nil [65984 68484])
4118             ("org-list-struct-fix-item-end" function (:arguments ("struct")) nil [68486 69468])
4119             ("org-list-struct-apply-struct" function (:arguments ("struct" "old-struct")) nil [69470 74968])
4120             ("org-list-write-struct" function (:arguments ("struct" "parents" "old-struct")) nil [74970 76327])
4121             ("org-apply-on-list" function (:arguments ("function" "init-value" "args")) nil [76348 77252])
4122             ("org-list-set-item-visibility" function (:arguments ("item" "struct" "view")) nil [77254 78174])
4123             ("org-list-item-body-column" function (:arguments ("item")) nil [78176 79003])
4124             ("defalias" code nil nil [79035 79085])
4125             ("org-beginning-of-item" function (:user-visible-flag t) nil [79087 79307])
4126             ("org-beginning-of-item-list" function (:user-visible-flag t) nil [79309 79707])
4127             ("org-end-of-item-list" function (:user-visible-flag t) nil [79709 80088])
4128             ("org-end-of-item" function (:user-visible-flag t) nil [80090 80402])
4129             ("org-previous-item" function (:user-visible-flag t) nil [80404 81024])
4130             ("org-next-item" function (:user-visible-flag t) nil [81026 81637])
4131             ("org-move-item-down" function (:user-visible-flag t) nil [81639 82547])
4132             ("org-move-item-up" function (:user-visible-flag t) nil [82549 83356])
4133             ("org-insert-item" function
4134                (:user-visible-flag t
4135                 :arguments ("checkbox"))
4136                 nil [83358 84824])
4137             ("org-list-repair" function (:user-visible-flag t) nil [84826 85115])
4138             ("org-cycle-list-bullet" function
4139                (:user-visible-flag t
4140                 :arguments ("which"))
4141                 nil [85117 87784])
4142             ("org-toggle-checkbox" function
4143                (:user-visible-flag t
4144                 :arguments ("toggle-presence"))
4145                 nil [87786 91663])
4146             ("org-reset-checkbox-state-subtree" function (:user-visible-flag t) nil [91665 92157])
4147             ("org-update-checkbox-count" function
4148                (:user-visible-flag t
4149                 :arguments ("all"))
4150                 nil [92159 96826])
4151             ("org-get-checkbox-statistics-face" function nil nil [96828 97310])
4152             ("org-update-checkbox-count-maybe" function (:arguments ("all")) nil [97312 97626])
4153             ("org-last-indent-begin-marker" variable (:default-value (make-marker)) nil [97628 97679])
4154             ("org-last-indent-end-marker" variable (:default-value (make-marker)) nil [97680 97729])
4155             ("org-list-indent-item-generic" function (:arguments ("arg" "no-subtree" "struct")) nil [97730 101175])
4156             ("org-outdent-item" function (:user-visible-flag t) nil [101177 101786])
4157             ("org-indent-item" function (:user-visible-flag t) nil [101788 102394])
4158             ("org-outdent-item-tree" function (:user-visible-flag t) nil [102396 103013])
4159             ("org-indent-item-tree" function (:user-visible-flag t) nil [103015 103629])
4160             ("org-tab-ind-state" variable nil nil [103631 103657])
4161             ("org-adapt-indentation" variable nil nil [103658 103688])
4162             ("org-cycle-item-indentation" function nil nil [103689 105613])
4163             ("org-sort-list" function
4164                (:user-visible-flag t
4165                 :arguments ("with-case" "sorting-type" "getkey-func" "compare-func" "interactive?"))
4166                 nil [105615 110052])
4167             ("org-toggle-item" function
4168                (:user-visible-flag t
4169                 :arguments ("arg"))
4170                 nil [110054 115488])
4171             ("org-list-to-lisp" function (:arguments ("delete")) nil [115520 118307])
4172             ("org-list-make-subtree" function (:user-visible-flag t) nil [118309 118595])
4173             ("org-list-insert-radio-list" function (:user-visible-flag t) nil [118597 119108])
4174             ("org-list-send-list" function
4175                (:user-visible-flag t
4176                 :arguments ("maybe"))
4177                 nil [119110 121158])
4178             ("org-list-to-generic" function (:arguments ("list" "params")) nil [121160 125666])
4179             ("org-list--depth" function (:arguments ("element")) nil [125668 125928])
4180             ("org-list--trailing-newlines" function (:arguments ("string")) nil [125930 126161])
4181             ("org-list--generic-eval" function (:arguments ("value" "args")) nil [126163 126484])
4182             ("org-list--to-generic-plain-list" function (:arguments ("params")) nil [126486 127803])
4183             ("org-list--to-generic-item" function (:arguments ("params")) nil [127805 130469])
4184             ("org-list-to-latex" function (:arguments ("list" "params")) nil [130471 130833])
4185             ("org-list-to-html" function (:arguments ("list" "params")) nil [130835 131193])
4186             ("org-list-to-texinfo" function (:arguments ("list" "params")) nil [131195 131565])
4187             ("org-list-to-org" function (:arguments ("list" "params")) nil [131567 132213])
4188             ("org-list-to-subtree" function (:arguments ("list" "params")) nil [132215 133284])
4189             ("org-list" package nil nil [133286 133305]))          
4190       :file "org-list.el"
4191       :pointmax 133333
4192       :fsize 133332
4193       :lastmodtime '(23525 29591 0 0)
4194       :unmatched-syntax nil)
4195     (semanticdb-table "semanticdb-table"
4196       :major-mode emacs-lisp-mode
4197       :tags 
4198         '( ("org-macs" include nil nil [1122 1141])
4199             ("org-compat" include nil nil [1142 1163])
4200             ("pcomplete" include nil nil [1164 1184])
4201             ("declare-function" code nil nil [1186 1264])
4202             ("declare-function" code nil nil [1265 1312])
4203             ("declare-function" code nil nil [1313 1353])
4204             ("declare-function" code nil nil [1354 1462])
4205             ("declare-function" code nil nil [1463 1530])
4206             ("declare-function" code nil nil [1531 1606])
4207             ("org-drawer-regexp" variable nil nil [1638 1664])
4208             ("org-property-re" variable nil nil [1665 1689])
4209             ("org-current-tag-alist" variable nil nil [1690 1720])
4210             ("org-thing-at-point" function nil nil [1722 3619])
4211             ("org-command-at-point" function nil nil [3621 4112])
4212             ("org-parse-arguments" function nil nil [4114 4660])
4213             ("org-pcomplete-initial" function nil nil [4662 4902])
4214             ("org-options-keywords" variable nil nil [4904 4933])
4215             ("org-element-affiliated-keywords" variable nil nil [4950 4990])
4216             ("declare-function" code nil nil [5013 5064])
4217             ("pcomplete/org-mode/file-option" function nil nil [5065 5985])
4218             ("pcomplete/org-mode/file-option/author" function nil nil [5987 6129])
4219             ("org-time-stamp-formats" variable nil nil [6131 6162])
4220             ("pcomplete/org-mode/file-option/date" function nil nil [6163 6336])
4221             ("pcomplete/org-mode/file-option/email" function nil nil [6338 6481])
4222             ("org-export-exclude-tags" variable nil nil [6483 6515])
4223             ("pcomplete/org-mode/file-option/exclude_tags" function nil nil [6516 6755])
4224             ("org-file-tags" variable nil nil [6757 6779])
4225             ("pcomplete/org-mode/file-option/filetags" function nil nil [6780 6964])
4226             ("org-export-default-language" variable nil nil [6966 7002])
4227             ("pcomplete/org-mode/file-option/language" function nil nil [7003 7215])
4228             ("org-default-priority" variable nil nil [7217 7246])
4229             ("org-highest-priority" variable nil nil [7247 7276])
4230             ("org-lowest-priority" variable nil nil [7277 7305])
4231             ("pcomplete/org-mode/file-option/priorities" function nil nil [7306 7535])
4232             ("org-export-select-tags" variable nil nil [7537 7568])
4233             ("pcomplete/org-mode/file-option/select_tags" function nil nil [7569 7804])
4234             ("org-startup-options" variable nil nil [7806 7834])
4235             ("pcomplete/org-mode/file-option/startup" function nil nil [7835 8323])
4236             ("pcomplete/org-mode/file-option/tags" function nil nil [8325 8499])
4237             ("pcomplete/org-mode/file-option/title" function nil nil [8501 8842])
4238             ("declare-function" code nil nil [8845 8904])
4239             ("pcomplete/org-mode/file-option/options" function nil nil [8905 9657])
4240             ("pcomplete/org-mode/file-option/infojs_opt" function nil nil [9659 9929])
4241             ("pcomplete/org-mode/file-option/bind" function nil nil [9931 10184])
4242             ("org-link-abbrev-alist-local" variable nil nil [10186 10222])
4243             ("org-link-abbrev-alist" variable nil nil [10223 10253])
4244             ("pcomplete/org-mode/link" function nil nil [10254 10499])
4245             ("org-entities" variable nil nil [10501 10522])
4246             ("pcomplete/org-mode/tex" function nil nil [10523 10764])
4247             ("org-todo-keywords-1" variable nil nil [10766 10794])
4248             ("pcomplete/org-mode/todo" function nil nil [10795 10951])
4249             ("org-todo-line-regexp" variable nil nil [10953 10982])
4250             ("pcomplete/org-mode/searchhead" function nil nil [10983 11492])
4251             ("pcomplete/org-mode/tag" function nil nil [11494 12022])
4252             ("pcomplete/org-mode/prop" function nil nil [12024 12422])
4253             ("pcomplete/org-mode/block-option/src" function nil nil [12424 13034])
4254             ("pcomplete/org-mode/block-option/clocktable" function nil nil [13036 13413])
4255             ("org-pcomplete-case-double" function (:arguments ("list")) nil [13415 13659])
4256             ("org-pcomplete" package nil nil [13677 13701]))          
4257       :file "org-pcomplete.el"
4258       :pointmax 13734
4259       :fsize 13733
4260       :lastmodtime '(23525 29592 0 0)
4261       :unmatched-syntax nil)
4262     (semanticdb-table "semanticdb-table"
4263       :major-mode emacs-lisp-mode
4264       :tags 
4265         '( ("cl-lib" include nil nil [1247 1264])
4266             ("org-macs" include nil nil [1265 1284])
4267             ("org-compat" include nil nil [1285 1306])
4268             ("ob-keys" include nil nil [1307 1325])
4269             ("ob-comint" include nil nil [1326 1346])
4270             ("declare-function" code nil nil [1348 1397])
4271             ("declare-function" code nil nil [1398 1462])
4272             ("declare-function" code nil nil [1463 1519])
4273             ("declare-function" code nil nil [1520 1595])
4274             ("declare-function" code nil nil [1596 1668])
4275             ("declare-function" code nil nil [1669 1758])
4276             ("declare-function" code nil nil [1759 1831])
4277             ("declare-function" code nil nil [1832 1891])
4278             ("declare-function" code nil nil [1892 1985])
4279             ("declare-function" code nil nil [1986 2047])
4280             ("declare-function" code nil nil [2048 2119])
4281             ("declare-function" code nil nil [2120 2177])
4282             ("org-inhibit-startup" variable nil nil [2179 2207])
4283             ("org-edit-src-turn-on-auto-save" variable nil nil [2209 2695])
4284             ("org-edit-src-auto-save-idle-delay" variable nil nil [2697 3131])
4285             ("org-coderef-label-format" variable (:default-value "(ref:%s)") nil [3133 3818])
4286             ("org-edit-fixed-width-region-mode" variable (:default-value (quote artist-mode)) nil [3820 4157])
4287             ("org-src-preserve-indentation" variable nil nil [4159 4766])
4288             ("org-edit-src-content-indentation" variable (:default-value 2) nil [4768 5166])
4289             ("org-edit-src-persistent-message" variable (:default-value t) nil [5168 5462])
4290             ("org-src-ask-before-returning-to-edit-buffer" variable (:default-value t) nil [5464 5904])
4291             ("org-src-window-setup" variable (:default-value (quote reorganize-frame)) nil [5906 6719])
4292             ("org-src-mode-hook" variable nil nil [6721 7207])
4293             ("org-src-lang-modes" variable (:default-value (quote (("ocaml" . tuareg) ("elisp" . emacs-lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot" . fundamental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("cpp" . c++) ("C++" . c++) ("screen" . shell-script) ("shell" . sh) ("bash" . sh)))) nil [7209 7993])
4294             ("org-src-block-faces" variable nil nil [7995 8710])
4295             ("org-src-tab-acts-natively" variable nil nil [8712 8917])
4296             ("org-src--allow-write-back" variable (:default-value t) nil [8960 8996])
4297             ("org-src--auto-save-timer" variable nil nil [8997 9034])
4298             ("org-src--babel-info" variable nil nil [9035 9067])
4299             ("org-src--beg-marker" variable nil nil [9068 9100])
4300             ("org-src--block-indentation" variable nil nil [9101 9140])
4301             ("org-src--end-marker" variable nil nil [9141 9173])
4302             ("org-src--from-org-mode" variable nil nil [9174 9209])
4303             ("org-src--overlay" variable nil nil [9210 9239])
4304             ("org-src--preserve-indentation" variable nil nil [9240 9282])
4305             ("org-src--remote" variable nil nil [9283 9311])
4306             ("org-src--saved-temp-window-config" variable nil nil [9312 9358])
4307             ("org-src--source-type" variable nil nil [9359 9439])
4308             ("org-src--tab-width" variable nil nil [9440 9596])
4309             ("org-src--construct-edit-buffer-name" function (:arguments ("org-buffer-name" "lang")) nil [9598 9778])
4310             ("org-src--edit-buffer" function (:arguments ("beg" "end")) nil [9780 10241])
4311             ("org-src--source-buffer" function nil nil [10243 10509])
4312             ("org-src--get-lang-mode" function (:arguments ("lang")) nil [10511 10799])
4313             ("org-src--coordinates" function (:arguments ("pos" "beg" "end")) nil [10801 11386])
4314             ("org-src--goto-coordinates" function (:arguments ("coord" "beg" "end")) nil [11388 11949])
4315             ("org-src--contents-area" function (:arguments ("datum")) nil [11951 13904])
4316             ("org-src--make-source-overlay" function (:arguments ("beg" "end" "edit-buffer")) nil [13906 14872])
4317             ("org-src--remove-overlay" function nil nil [14874 15026])
4318             ("org-src--on-datum-p" function (:arguments ("datum")) nil [15028 15477])
4319             ("org-src--contents-for-write-back" function nil nil [15479 16876])
4320             ("org-src--edit-element" function (:arguments ("datum" "name" "initialize" "write-back" "contents" "remote")) nil [16878 20997])
4321             ("org-src-font-lock-fontify-block" function (:arguments ("lang" "start" "end")) nil [21038 22668])
4322             ("org-escape-code-in-region" function
4323                (:user-visible-flag t
4324                 :arguments ("beg" "end"))
4325                 nil [22693 23070])
4326             ("org-escape-code-in-string" function (:arguments ("s")) nil [23072 23332])
4327             ("org-unescape-code-in-region" function
4328                (:user-visible-flag t
4329                 :arguments ("beg" "end"))
4330                 nil [23334 23721])
4331             ("org-unescape-code-in-string" function (:arguments ("s")) nil [23723 23989])
4332             ("org-src-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "'" (quote org-edit-src-exit)) (define-key map " " (quote org-edit-src-abort)) (define-key map "" (quote org-edit-src-save)) map)) nil [24018 24239])
4333             ("define-minor-mode" code nil nil [24241 25751])
4334             ("org-src-mode-configure-edit-buffer" function nil nil [25753 26224])
4335             ("add-hook" code nil nil [26226 26292])
4336             ("org-src-associate-babel-session" function
4337                (:user-visible-flag t
4338                 :arguments ("info"))
4339                 nil [26326 26742])
4340             ("org-src-babel-configure-edit-buffer" function nil nil [26744 26877])
4341             ("add-hook" code nil nil [26879 26946])
4342             ("org-src-do-at-code-block" function (:arguments ("body")) nil [26966 27259])
4343             ("org-src-do-key-sequence-at-code-block" function
4344                (:user-visible-flag t
4345                 :arguments ("key"))
4346                 nil [27261 28257])
4347             ("org-src-edit-buffer-p" function (:arguments ("buffer")) nil [28259 28603])
4348             ("org-src-switch-to-buffer" function (:arguments ("buffer" "context")) nil [28605 29453])
4349             ("org-src-coderef-format" function (:arguments ("element")) nil [29455 30024])
4350             ("org-src-coderef-regexp" function (:arguments ("fmt" "label")) nil [30026 30644])
4351             ("org-edit-footnote-reference" function (:user-visible-flag t) nil [30646 32978])
4352             ("org-edit-table.el" function (:user-visible-flag t) nil [32980 33811])
4353             ("org-edit-latex-environment" function (:user-visible-flag t) nil [33813 34584])
4354             ("org-edit-export-block" function (:user-visible-flag t) nil [34586 35671])
4355             ("org-edit-src-code" function
4356                (:user-visible-flag t
4357                 :arguments ("code" "edit-buffer-name"))
4358                 nil [35673 37637])
4359             ("org-edit-inline-src-code" function (:user-visible-flag t) nil [37639 38945])
4360             ("org-edit-fixed-width-region" function (:user-visible-flag t) nil [38947 39899])
4361             ("org-edit-src-abort" function (:user-visible-flag t) nil [39901 40066])
4362             ("org-edit-src-continue" function
4363                (:user-visible-flag t
4364                 :arguments ("e"))
4365                 nil [40068 40421])
4366             ("org-edit-src-save" function (:user-visible-flag t) nil [40423 41339])
4367             ("org-edit-src-exit" function (:user-visible-flag t) nil [41341 43261])
4368             ("org-src" package nil nil [43264 43282]))          
4369       :file "org-src.el"
4370       :pointmax 43309
4371       :fsize 43308
4372       :lastmodtime '(23525 29592 0 0)
4373       :unmatched-syntax nil)
4374     (semanticdb-table "semanticdb-table"
4375       :major-mode emacs-lisp-mode
4376       :tags 
4377         '( ("cl-lib" include nil nil [1154 1171])
4378             ("org-macs" include nil nil [1172 1191])
4379             ("org-compat" include nil nil [1192 1213])
4380             ("declare-function" code nil nil [1215 1259])
4381             ("declare-function" code nil nil [1260 1321])
4382             ("declare-function" code nil nil [1322 1375])
4383             ("declare-function" code nil nil [1376 1435])
4384             ("declare-function" code nil nil [1436 1492])
4385             ("declare-function" code nil nil [1493 1568])
4386             ("declare-function" code nil nil [1569 1641])
4387             ("declare-function" code nil nil [1642 1727])
4388             ("declare-function" code nil nil [1728 1800])
4389             ("declare-function" code nil nil [1801 1860])
4390             ("declare-function" code nil nil [1861 1941])
4391             ("declare-function" code nil nil [1942 2012])
4392             ("declare-function" code nil nil [2013 2060])
4393             ("declare-function" code nil nil [2061 2130])
4394             ("declare-function" code nil nil [2131 2183])
4395             ("declare-function" code nil nil [2184 2239])
4396             ("declare-function" code nil nil [2240 2292])
4397             ("declare-function" code nil nil [2293 2359])
4398             ("declare-function" code nil nil [2360 2417])
4399             ("declare-function" code nil nil [2418 2475])
4400             ("declare-function" code nil nil [2476 2525])
4401             ("electric-indent-mode" variable nil nil [2527 2556])
4402             ("org-blank-before-new-entry" variable nil nil [2557 2592])
4403             ("org-bracket-link-regexp" variable nil nil [2613 2645])
4404             ("org-complex-heading-regexp" variable nil nil [2666 2701])
4405             ("org-odd-levels-only" variable nil nil [2722 2750])
4406             ("org-outline-regexp" variable nil nil [2772 2799])
4407             ("org-outline-regexp-bol" variable nil nil [2821 2852])
4408             ("org-footnote-re" variable
4409                (:constant-flag t
4410                 :default-value "\\[fn:\\(?:\\(?1:[-_[:word:]]+\\)?\\(:\\)\\|\\(?1:[-_[:word:]]+\\)\\]\\)")
4411                 nil [2893 3214])
4412             ("org-footnote-definition-re" variable
4413                (:constant-flag t
4414                 :default-value "^\\[fn:\\([-_[:word:]]+\\)\\]")
4415                 nil [3216 3390])
4416             ("org-footnote-forbidden-blocks" variable
4417                (:constant-flag t
4418                 :default-value (quote ("comment" "example" "export" "src")))
4419                 nil [3392 3523])
4420             ("org-footnote" customgroup (:user-visible-flag t) nil [3547 3637])
4421             ("org-footnote-section" variable (:default-value "Footnotes") nil [3639 4686])
4422             ("org-footnote-define-inline" variable nil nil [4688 5030])
4423             ("org-footnote-auto-label" variable (:default-value t) nil [5032 5713])
4424             ("org-footnote-auto-adjust" variable nil nil [5715 6353])
4425             ("org-footnote-fill-after-inline-note-extraction" variable nil nil [6355 6699])
4426             ("org-footnote-in-valid-context-p" function nil nil [6720 7146])
4427             ("org-footnote-at-reference-p" function nil nil [7148 8591])
4428             ("org-footnote-at-definition-p" function nil nil [8593 9887])
4429             ("org-footnote--allow-reference-p" function nil nil [9916 12156])
4430             ("org-footnote--clear-footnote-section" function nil nil [12158 13096])
4431             ("org-footnote--set-label" function (:arguments ("label")) nil [13098 13413])
4432             ("org-footnote--collect-references" function (:arguments ("anonymous")) nil [13415 15932])
4433             ("org-footnote--collect-definitions" function (:arguments ("delete")) nil [15934 17218])
4434             ("org-footnote--goto-local-insertion-point" function nil nil [17220 17773])
4435             ("org-footnote-get-next-reference" function (:arguments ("label" "backward" "limit")) nil [17794 18580])
4436             ("org-footnote-next-reference-or-definition" function (:arguments ("limit")) nil [18582 19545])
4437             ("org-footnote-goto-definition" function
4438                (:user-visible-flag t
4439                 :arguments ("label" "location"))
4440                 nil [19547 20674])
4441             ("org-footnote-goto-previous-reference" function
4442                (:user-visible-flag t
4443                 :arguments ("label"))
4444                 nil [20676 21342])
4445             ("org-footnote-normalize-label" function (:arguments ("label")) nil [21360 21642])
4446             ("org-footnote-get-definition" function (:arguments ("label")) nil [21644 22558])
4447             ("org-footnote-all-labels" function nil nil [22560 23107])
4448             ("org-footnote-unique-label" function (:arguments ("current")) nil [23109 23522])
4449             ("org-footnote-new" function (:user-visible-flag t) nil [23559 25364])
4450             ("org-footnote-create-definition" function (:arguments ("label")) nil [25366 26211])
4451             ("org-footnote-delete-references" function (:arguments ("label")) nil [26213 26575])
4452             ("org-footnote-delete-definitions" function (:arguments ("label")) nil [26577 27319])
4453             ("org-footnote-delete" function (:arguments ("label")) nil [27321 28594])
4454             ("org-footnote-renumber-fn:N" function (:user-visible-flag t) nil [28638 29630])
4455             ("org-footnote-sort" function nil nil [29632 31407])
4456             ("org-footnote-normalize" function (:user-visible-flag t) nil [31409 34606])
4457             ("org-footnote-auto-adjust-maybe" function nil nil [34608 35110])
4458             ("org-footnote-action" function
4459                (:user-visible-flag t
4460                 :arguments ("special"))
4461                 nil [35154 37294])
4462             ("org-footnote" package nil nil [37297 37320]))          
4463       :file "org-footnote.el"
4464       :pointmax 37427
4465       :fsize 37426
4466       :lastmodtime '(23525 29590 0 0)
4467       :unmatched-syntax nil)
4468     (semanticdb-table "semanticdb-table"
4469       :major-mode emacs-lisp-mode
4470       :tags 
4471         '( ("cl-lib" include nil nil [1896 1913])
4472             ("org-macs" include nil nil [1914 1933])
4473             ("org-compat" include nil nil [1934 1955])
4474             ("declare-function" code nil nil [1957 2013])
4475             ("declare-function" code nil nil [2014 2086])
4476             ("declare-function" code nil nil [2087 2147])
4477             ("declare-function" code nil nil [2148 2220])
4478             ("declare-function" code nil nil [2221 2280])
4479             ("declare-function" code nil nil [2281 2356])
4480             ("declare-function" code nil nil [2357 2403])
4481             ("declare-function" code nil nil [2404 2482])
4482             ("declare-function" code nil nil [2483 2519])
4483             ("declare-function" code nil nil [2520 2577])
4484             ("declare-function" code nil nil [2578 2622])
4485             ("declare-function" code nil nil [2623 2684])
4486             ("declare-function" code nil nil [2685 2740])
4487             ("defvar-local" code nil nil [2757 3093])
4488             ("org-macro--collect-macros" function nil nil [3110 4879])
4489             ("org-macro-initialize-templates" function nil nil [4881 6805])
4490             ("org-macro-expand" function (:arguments ("macro" "templates")) nil [6807 7874])
4491             ("org-macro-replace-all" function (:arguments ("templates" "finalize" "keywords")) nil [7876 10169])
4492             ("org-macro-escape-arguments" function (:arguments ("args")) nil [10171 10961])
4493             ("org-macro-extract-arguments" function (:arguments ("s")) nil [10963 11520])
4494             ("org-macro--vc-modified-time" function (:arguments ("file")) nil [11580 12310])
4495             ("org-macro--counter-table" variable nil nil [12312 12399])
4496             ("org-macro--counter-initialize" function nil nil [12401 12550])
4497             ("org-macro--counter-increment" function (:arguments ("name" "action")) nil [12552 13560])
4498             ("org-macro" package nil nil [13563 13583]))          
4499       :file "org-macro.el"
4500       :pointmax 13611
4501       :fsize 13610
4502       :lastmodtime '(23525 29591 0 0)
4503       :unmatched-syntax nil)
4504     (semanticdb-table "semanticdb-table"
4505       :file "ob.el"
4506       :fsize 1264
4507       :lastmodtime '(23525 29589 0 0))
4508     (semanticdb-table "semanticdb-table"
4509       :major-mode emacs-lisp-mode
4510       :tags 
4511         '( ("cl-lib" include nil nil [4260 4277])
4512             ("org-element" include nil nil [4278 4300])
4513             ("org-macro" include nil nil [4301 4321])
4514             ("ox" include nil nil [4322 4335])
4515             ("ob" include nil nil [4336 4349])
4516             ("cl-defstruct" code nil nil [4367 4506])
4517             ("org-lint-missing-checker-name" function (:arguments ("_")) nil [4528 4656])
4518             ("org-lint--checkers" variable
4519                (:constant-flag t
4520                 :default-value (list (make-org-lint-checker :name (quote duplicate-custom-id) :description "Report duplicates CUSTOM_ID properties" :categories (quote (link))) (make-org-lint-checker :name (quote duplicate-name) :description "Report duplicate NAME values" :categories (quote (babel link))) (make-org-lint-checker :name (quote duplicate-target) :description "Report duplicate targets" :categories (quote (link))) (make-org-lint-checker :name (quote duplicate-footnote-definition) :description "Report duplicate footnote definitions" :categories (quote (footnote))) (make-org-lint-checker :name (quote orphaned-affiliated-keywords) :description "Report orphaned affiliated keywords" :trust (quote low)) (make-org-lint-checker :name (quote obsolete-affiliated-keywords) :description "Report obsolete affiliated keywords" :categories (quote (obsolete))) (make-org-lint-checker :name (quote deprecated-export-blocks) :description "Report deprecated export block syntax" :categories (quote (obsolete export)) :trust (quote low)) (make-org-lint-checker :name (quote deprecated-header-syntax) :description "Report deprecated Babel header syntax" :categories (quote (obsolete babel)) :trust (quote low)) (make-org-lint-checker :name (quote missing-language-in-src-block) :description "Report missing language in src blocks" :categories (quote (babel))) (make-org-lint-checker :name (quote missing-backend-in-export-block) :description "Report missing back-end in export blocks" :categories (quote (export))) (make-org-lint-checker :name (quote invalid-babel-call-block) :description "Report invalid Babel call blocks" :categories (quote (babel))) (make-org-lint-checker :name (quote colon-in-name) :description "Report NAME values with a colon" :categories (quote (babel))) (make-org-lint-checker :name (quote wrong-header-argument) :description "Report wrong babel headers" :categories (quote (babel))) (make-org-lint-checker :name (quote wrong-header-value) :description "Report invalid value in babel headers" :categories (quote (babel)) :trust (quote low)) (make-org-lint-checker :name (quote deprecated-category-setup) :description "Report misuse of CATEGORY keyword" :categories (quote (obsolete))) (make-org-lint-checker :name (quote invalid-coderef-link) :description "Report \"coderef\" links with unknown destination" :categories (quote (link))) (make-org-lint-checker :name (quote invalid-custom-id-link) :description "Report \"custom-id\" links with unknown destination" :categories (quote (link))) (make-org-lint-checker :name (quote invalid-fuzzy-link) :description "Report \"fuzzy\" links with unknown destination" :categories (quote (link))) (make-org-lint-checker :name (quote invalid-id-link) :description "Report \"id\" links with unknown destination" :categories (quote (link))) (make-org-lint-checker :name (quote link-to-local-file) :description "Report links to non-existent local files" :categories (quote (link)) :trust (quote low)) (make-org-lint-checker :name (quote non-existent-setupfile-parameter) :description "Report SETUPFILE keywords with non-existent file parameter" :trust (quote low)) (make-org-lint-checker :name (quote wrong-include-link-parameter) :description "Report INCLUDE keywords with misleading link parameter" :categories (quote (export)) :trust (quote low)) (make-org-lint-checker :name (quote obsolete-include-markup) :description "Report obsolete markup in INCLUDE keyword" :categories (quote (obsolete export)) :trust (quote low)) (make-org-lint-checker :name (quote unknown-options-item) :description "Report unknown items in OPTIONS keyword" :categories (quote (export)) :trust (quote low)) (make-org-lint-checker :name (quote invalid-macro-argument-and-template) :description "Report spurious macro arguments or invalid macro templates" :categories (quote (export)) :trust (quote low)) (make-org-lint-checker :name (quote special-property-in-properties-drawer) :description "Report special properties in properties drawers" :categories (quote (properties))) (make-org-lint-checker :name (quote obsolete-properties-drawer) :description "Report obsolete syntax for properties drawers" :categories (quote (obsolete properties))) (make-org-lint-checker :name (quote invalid-effort-property) :description "Report invalid duration in EFFORT property" :categories (quote (properties))) (make-org-lint-checker :name (quote undefined-footnote-reference) :description "Report missing definition for footnote references" :categories (quote (footnote))) (make-org-lint-checker :name (quote unreferenced-footnote-definition) :description "Report missing reference for footnote definitions" :categories (quote (footnote))) (make-org-lint-checker :name (quote extraneous-element-in-footnote-section) :description "Report non-footnote definitions in footnote section" :categories (quote (footnote))) (make-org-lint-checker :name (quote invalid-keyword-syntax) :description "Report probable invalid keywords" :trust (quote low)) (make-org-lint-checker :name (quote invalid-block) :description "Report invalid blocks" :trust (quote low)) (make-org-lint-checker :name (quote misplaced-planning-info) :description "Report misplaced planning info line" :trust (quote low)) (make-org-lint-checker :name (quote incomplete-drawer) :description "Report probable incomplete drawers" :trust (quote low)) (make-org-lint-checker :name (quote indented-diary-sexp) :description "Report probable indented diary-sexps" :trust (quote low)) (make-org-lint-checker :name (quote quote-section) :description "Report obsolete QUOTE section" :categories (quote (obsolete)) :trust (quote low)) (make-org-lint-checker :name (quote file-application) :description "Report obsolete \"file+application\" link" :categories (quote (link obsolete))) (make-org-lint-checker :name (quote empty-headline-with-tags) :description "Report ambiguous empty headlines with tags" :categories (quote (headline)) :trust (quote low))))
4521                 nil [4658 10638])
4522             ("org-lint--collect-duplicates" function (:arguments ("ast" "type" "extract-key" "extract-position" "build-message")) nil [10640 11733])
4523             ("org-lint-duplicate-custom-id" function (:arguments ("ast")) nil [11735 12163])
4524             ("org-lint-duplicate-name" function (:arguments ("ast")) nil [12165 12574])
4525             ("org-lint-duplicate-target" function (:arguments ("ast")) nil [12576 12888])
4526             ("org-lint-duplicate-footnote-definition" function (:arguments ("ast")) nil [12890 13221])
4527             ("org-lint-orphaned-affiliated-keywords" function (:arguments ("ast")) nil [13223 13848])
4528             ("org-lint-obsolete-affiliated-keywords" function (:arguments ("_")) nil [13850 14497])
4529             ("org-lint-deprecated-export-blocks" function (:arguments ("ast")) nil [14499 14977])
4530             ("org-lint-deprecated-header-syntax" function (:arguments ("ast")) nil [14979 15948])
4531             ("org-lint-missing-language-in-src-block" function (:arguments ("ast")) nil [15950 16196])
4532             ("org-lint-missing-backend-in-export-block" function (:arguments ("ast")) nil [16198 16445])
4533             ("org-lint-invalid-babel-call-block" function (:arguments ("ast")) nil [16447 16921])
4534             ("org-lint-deprecated-category-setup" function (:arguments ("ast")) nil [16923 17289])
4535             ("org-lint-invalid-coderef-link" function (:arguments ("ast")) nil [17291 17701])
4536             ("org-lint-invalid-custom-id-link" function (:arguments ("ast")) nil [17703 18099])
4537             ("org-lint-invalid-fuzzy-link" function (:arguments ("ast")) nil [18101 18591])
4538             ("org-lint-invalid-id-link" function (:arguments ("ast")) nil [18593 18902])
4539             ("org-lint-special-property-in-properties-drawer" function (:arguments ("ast")) nil [18904 19255])
4540             ("org-lint-obsolete-properties-drawer" function (:arguments ("ast")) nil [19257 19858])
4541             ("org-lint-invalid-effort-property" function (:arguments ("ast")) nil [19860 20247])
4542             ("org-lint-link-to-local-file" function (:arguments ("ast")) nil [20249 20766])
4543             ("org-lint-non-existent-setupfile-parameter" function (:arguments ("ast")) nil [20768 21203])
4544             ("org-lint-wrong-include-link-parameter" function (:arguments ("ast")) nil [21205 22666])
4545             ("org-lint-obsolete-include-markup" function (:arguments ("ast")) nil [22668 23348])
4546             ("org-lint-unknown-options-item" function (:arguments ("ast")) nil [23350 24165])
4547             ("org-lint-invalid-macro-argument-and-template" function (:arguments ("ast")) nil [24167 26520])
4548             ("org-lint-undefined-footnote-reference" function (:arguments ("ast")) nil [26522 27020])
4549             ("org-lint-unreferenced-footnote-definition" function (:arguments ("ast")) nil [27022 27496])
4550             ("org-lint-colon-in-name" function (:arguments ("ast")) nil [27498 27977])
4551             ("org-lint-misplaced-planning-info" function (:arguments ("_")) nil [27979 28374])
4552             ("org-lint-incomplete-drawer" function (:arguments ("_")) nil [28376 28947])
4553             ("org-lint-indented-diary-sexp" function (:arguments ("_")) nil [28949 29312])
4554             ("org-lint-invalid-block" function (:arguments ("_")) nil [29314 30151])
4555             ("org-lint-invalid-keyword-syntax" function (:arguments ("_")) nil [30153 30804])
4556             ("org-lint-extraneous-element-in-footnote-section" function (:arguments ("ast")) nil [30806 31449])
4557             ("org-lint-quote-section" function (:arguments ("ast")) nil [31451 31796])
4558             ("org-lint-file-application" function (:arguments ("ast")) nil [31798 32051])
4559             ("org-lint-wrong-header-argument" function (:arguments ("ast")) nil [32053 34684])
4560             ("org-lint-wrong-header-value" function (:arguments ("ast")) nil [34686 37014])
4561             ("org-lint-empty-headline-with-tags" function (:arguments ("ast")) nil [37016 37363])
4562             ("org-lint--report-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map tabulated-list-mode-map) (define-key map (kbd "RET") (quote org-lint--jump-to-source)) (define-key map (kbd "TAB") (quote org-lint--show-source)) (define-key map (kbd "C-j") (quote org-lint--show-source)) (define-key map (kbd "h") (quote org-lint--hide-checker)) (define-key map (kbd "i") (quote org-lint--ignore-checker)) map)) nil [37383 37851])
4563             ("define-derived-mode" code nil nil [37853 38256])
4564             ("org-lint--generate-reports" function (:arguments ("buffer" "checkers")) nil [38258 39540])
4565             ("defvar-local" code nil nil [39542 39639])
4566             ("defvar-local" code nil nil [39641 39735])
4567             ("org-lint--refresh-reports" function nil nil [39737 39917])
4568             ("org-lint--current-line" function nil nil [39919 40054])
4569             ("org-lint--current-checker" function (:arguments ("entry")) nil [40056 40285])
4570             ("org-lint--display-reports" function (:arguments ("source" "checkers")) nil [40287 40799])
4571             ("org-lint--jump-to-source" function (:user-visible-flag t) nil [40801 41085])
4572             ("org-lint--show-source" function (:user-visible-flag t) nil [41087 41302])
4573             ("org-lint--hide-checker" function (:user-visible-flag t) nil [41304 41624])
4574             ("org-lint--ignore-checker" function (:user-visible-flag t) nil [41626 41929])
4575             ("org-lint" function
4576                (:user-visible-flag t
4577                 :arguments ("arg"))
4578                 nil [41969 43553])
4579             ("org-lint" package nil nil [43556 43575]))          
4580       :file "org-lint.el"
4581       :pointmax 43602
4582       :fsize 43601
4583       :lastmodtime '(23525 29591 0 0)
4584       :unmatched-syntax nil)
4585     (semanticdb-table "semanticdb-table"
4586       :major-mode emacs-lisp-mode
4587       :tags 
4588         '( ("org" include nil nil [2464 2478])
4589             ("avl-tree" include nil nil [2479 2498])
4590             ("cl-lib" include nil nil [2499 2516])
4591             ("org-element-paragraph-separate" variable nil nil [2827 3105])
4592             ("org-element--object-regexp" variable nil nil [3107 3431])
4593             ("org-element--set-regexps" function nil nil [3433 6059])
4594             ("org-element--set-regexps" code nil nil [6061 6087])
4595             ("org-element-update-syntax" function (:user-visible-flag t) nil [6104 6247])
4596             ("org-element-all-elements" variable
4597                (:constant-flag t
4598                 :default-value (quote (babel-call center-block clock comment comment-block diary-sexp drawer dynamic-block example-block export-block fixed-width footnote-definition headline horizontal-rule inlinetask item keyword latex-environment node-property paragraph plain-list planning property-drawer quote-block section special-block src-block table table-row verse-block)))
4599                 nil [6249 6707])
4600             ("org-element-greater-elements" variable
4601                (:constant-flag t
4602                 :default-value (quote (center-block drawer dynamic-block footnote-definition headline inlinetask item plain-list property-drawer quote-block section special-block table)))
4603                 nil [6709 6963])
4604             ("org-element-all-objects" variable
4605                (:constant-flag t
4606                 :default-value (quote (bold code entity export-snippet footnote-reference inline-babel-call inline-src-block italic line-break latex-fragment link macro radio-target statistics-cookie strike-through subscript superscript table-cell target timestamp underline verbatim)))
4607                 nil [6965 7290])
4608             ("org-element-recursive-objects" variable
4609                (:constant-flag t
4610                 :default-value (quote (bold footnote-reference italic link subscript radio-target strike-through superscript table-cell underline)))
4611                 nil [7292 7482])
4612             ("org-element-object-containers" variable
4613                (:constant-flag t
4614                 :default-value (append org-element-recursive-objects (quote (paragraph table-row verse-block))))
4615                 nil [7484 7671])
4616             ("org-element-affiliated-keywords" variable
4617                (:constant-flag t
4618                 :default-value (quote ("CAPTION" "DATA" "HEADER" "HEADERS" "LABEL" "NAME" "PLOT" "RESNAME" "RESULT" "RESULTS" "SOURCE" "SRCNAME" "TBLNAME")))
4619                 nil [7673 8008])
4620             ("org-element-keyword-translation-alist" variable
4621                (:constant-flag t
4622                 :default-value (quote (("DATA" . "NAME") ("LABEL" . "NAME") ("RESNAME" . "NAME") ("SOURCE" . "NAME") ("SRCNAME" . "NAME") ("TBLNAME" . "NAME") ("RESULT" . "RESULTS") ("HEADERS" . "HEADER"))))
4623                 nil [8010 8410])
4624             ("org-element-multiple-keywords" variable
4625                (:constant-flag t
4626                 :default-value (quote ("CAPTION" "HEADER")))
4627                 nil [8412 8890])
4628             ("org-element-parsed-keywords" variable
4629                (:constant-flag t
4630                 :default-value (quote ("CAPTION")))
4631                 nil [8892 9190])
4632             ("org-element--parsed-properties-alist" variable
4633                (:constant-flag t
4634                 :default-value (mapcar (lambda (k) (cons k (intern (concat ":" (downcase k))))) org-element-parsed-keywords))
4635                 nil [9192 9459])
4636             ("org-element-dual-keywords" variable
4637                (:constant-flag t
4638                 :default-value (quote ("CAPTION" "RESULTS")))
4639                 nil [9461 9900])
4640             ("org-element--affiliated-re" variable
4641                (:constant-flag t
4642                 :default-value (format "[     ]*#\\+\\(?:%s\\):[     ]*" (concat (format "\\(?1:%s\\)\\(?:\\[\\(.*\\)\\]\\)?" (regexp-opt org-element-dual-keywords)) "\\|" (format "\\(?1:%s\\)" (regexp-opt (cl-remove-if (lambda (k) (member k org-element-dual-keywords)) org-element-affiliated-keywords))) "\\|" "\\(?1:ATTR_[-_A-Za-z0-9]+\\)")))
4643                 nil [9902 10645])
4644             ("org-element-object-restrictions" variable
4645                (:constant-flag t
4646                 :default-value (let* ((standard-set (remq (quote table-cell) org-element-all-objects)) (standard-set-no-line-break (remq (quote line-break) standard-set))) (\` ((bold (\,@ standard-set)) (footnote-reference (\,@ standard-set)) (headline (\,@ standard-set-no-line-break)) (inlinetask (\,@ standard-set-no-line-break)) (italic (\,@ standard-set)) (item (\,@ standard-set-no-line-break)) (keyword (\,@ (remq (quote footnote-reference) standard-set))) (link bold code entity export-snippet inline-babel-call inline-src-block italic latex-fragment macro statistics-cookie strike-through subscript superscript underline verbatim) (paragraph (\,@ standard-set)) (radio-target bold code entity italic latex-fragment strike-through subscript superscript underline superscript) (strike-through (\,@ standard-set)) (subscript (\,@ standard-set)) (superscript (\,@ standard-set)) (table-cell bold code entity export-snippet footnote-reference italic latex-fragment link macro radio-target strike-through subscript superscript target timestamp underline verbatim) (table-row table-cell) (underline (\,@ standard-set)) (verse-block (\,@ standard-set))))))
4647                 nil [10647 12722])
4648             ("org-element-secondary-value-alist" variable
4649                (:constant-flag t
4650                 :default-value (quote ((headline :title) (inlinetask :title) (item :tag))))
4651                 nil [12724 12898])
4652             ("org-element--pair-round-table" variable
4653                (:constant-flag t
4654                 :default-value (let ((table (make-syntax-table))) (modify-syntax-entry 40 "()" table) (modify-syntax-entry 41 ")(" table) (dolist (char (quote (123 125 91 93 60 62)) table) (modify-syntax-entry char " " table))))
4655                 nil [12900 13249])
4656             ("org-element--pair-square-table" variable
4657                (:constant-flag t
4658                 :default-value (let ((table (make-syntax-table))) (modify-syntax-entry 91 "(]" table) (modify-syntax-entry 93 ")[" table) (dolist (char (quote (123 125 40 41 60 62)) table) (modify-syntax-entry char " " table))))
4659                 nil [13251 13602])
4660             ("org-element--pair-curly-table" variable
4661                (:constant-flag t
4662                 :default-value (let ((table (make-syntax-table))) (modify-syntax-entry 123 "(}" table) (modify-syntax-entry 125 "){" table) (dolist (char (quote (91 93 40 41 60 62)) table) (modify-syntax-entry char " " table))))
4663                 nil [13604 13953])
4664             ("org-element--parse-paired-brackets" function (:arguments ("char")) nil [13955 14626])
4665             ("org-element-type" function (:arguments ("element")) nil [15505 15918])
4666             ("org-element-property" function (:arguments ("property" "element")) nil [15920 16130])
4667             ("org-element-contents" function (:arguments ("element")) nil [16132 16307])
4668             ("org-element-restriction" function (:arguments ("element")) nil [16309 16599])
4669             ("org-element-put-property" function (:arguments ("element" "property" "value")) nil [16601 16874])
4670             ("org-element-set-contents" function (:arguments ("element" "contents")) nil [16876 17156])
4671             ("org-element-secondary-p" function (:arguments ("object")) nil [17158 17592])
4672             ("org-element-class" function (:arguments ("datum" "parent")) nil [17594 18664])
4673             ("org-element-adopt-elements" function (:arguments ("parent" "children")) nil [18666 19435])
4674             ("org-element-extract-element" function (:arguments ("element")) nil [19437 20065])
4675             ("org-element-insert-before" function (:arguments ("element" "location")) nil [20067 21491])
4676             ("org-element-set-element" function (:arguments ("old" "new")) nil [21493 22579])
4677             ("org-element-create" function (:arguments ("type" "props" "children")) nil [22581 22887])
4678             ("org-element-copy" function (:arguments ("datum")) nil [22889 23327])
4679             ("org-element-center-block-parser" function (:arguments ("limit" "affiliated")) nil [24781 26334])
4680             ("org-element-center-block-interpreter" function (:arguments ("_" "contents")) nil [26336 26539])
4681             ("org-element-drawer-parser" function (:arguments ("limit" "affiliated")) nil [26555 28199])
4682             ("org-element-drawer-interpreter" function (:arguments ("drawer" "contents")) nil [28201 28427])
4683             ("org-element-dynamic-block-parser" function (:arguments ("limit" "affiliated")) nil [28450 30171])
4684             ("org-element-dynamic-block-interpreter" function (:arguments ("dynamic-block" "contents")) nil [30173 30538])
4685             ("org-element--footnote-separator" variable
4686                (:constant-flag t
4687                 :default-value (concat org-outline-regexp-bol "\\|" org-footnote-definition-re "\\|" "^\\([     ]*
4688 \\)\\{2,\\}"))
4689                 nil [30567 30766])
4690             ("org-element-footnote-definition-parser" function (:arguments ("limit" "affiliated")) nil [30768 32787])
4691             ("org-element-footnote-definition-interpreter" function (:arguments ("footnote-definition" "contents")) nil [32789 33080])
4692             ("org-element--get-node-properties" function nil nil [33098 33820])
4693             ("org-element--get-time-properties" function nil nil [33822 34544])
4694             ("org-element-headline-parser" function (:arguments ("limit" "raw-secondary-p")) nil [34546 38015])
4695             ("org-element-headline-interpreter" function (:arguments ("headline" "contents")) nil [38017 39456])
4696             ("org-element-inlinetask-parser" function (:arguments ("limit" "raw-secondary-p")) nil [39476 42679])
4697             ("org-element-inlinetask-interpreter" function (:arguments ("inlinetask" "contents")) nil [42681 43931])
4698             ("org-element-item-parser" function (:arguments ("_" "struct" "raw-secondary-p")) nil [43945 46437])
4699             ("org-element-item-interpreter" function (:arguments ("item" "contents")) nil [46439 47615])
4700             ("org-element--list-struct" function (:arguments ("limit")) nil [47635 50436])
4701             ("org-element-plain-list-parser" function (:arguments ("limit" "affiliated" "structure")) nil [50438 52024])
4702             ("org-element-plain-list-interpreter" function (:arguments ("_" "contents")) nil [52026 52283])
4703             ("org-element-property-drawer-parser" function (:arguments ("limit")) nil [52308 53317])
4704             ("org-element-property-drawer-interpreter" function (:arguments ("_" "contents")) nil [53319 53522])
4705             ("org-element-quote-block-parser" function (:arguments ("limit" "affiliated")) nil [53543 55048])
4706             ("org-element-quote-block-interpreter" function (:arguments ("_" "contents")) nil [55050 55247])
4707             ("org-element-section-parser" function (:arguments ("_")) nil [55264 56021])
4708             ("org-element-section-interpreter" function (:arguments ("_" "contents")) nil [56023 56172])
4709             ("org-element-special-block-parser" function (:arguments ("limit" "affiliated")) nil [56195 57862])
4710             ("org-element-special-block-interpreter" function (:arguments ("special-block" "contents")) nil [57864 58161])
4711             ("org-element-babel-call-parser" function (:arguments ("limit" "affiliated")) nil [58610 60265])
4712             ("org-element-babel-call-interpreter" function (:arguments ("babel-call" "_")) nil [60267 60686])
4713             ("org-element-clock-parser" function (:arguments ("limit")) nil [60701 61799])
4714             ("org-element-clock-interpreter" function (:arguments ("clock" "_")) nil [61801 62177])
4715             ("org-element-comment-parser" function (:arguments ("limit" "affiliated")) nil [62194 63588])
4716             ("org-element-comment-interpreter" function (:arguments ("comment" "_")) nil [63590 63779])
4717             ("org-element-comment-block-parser" function (:arguments ("limit" "affiliated")) nil [63802 65172])
4718             ("org-element-comment-block-interpreter" function (:arguments ("comment-block" "_")) nil [65174 65446])
4719             ("org-element-diary-sexp-parser" function (:arguments ("limit" "affiliated")) nil [65466 66433])
4720             ("org-element-diary-sexp-interpreter" function (:arguments ("diary-sexp" "_")) nil [66435 66575])
4721             ("org-element-example-block-parser" function (:arguments ("limit" "affiliated")) nil [66598 69381])
4722             ("org-element-example-block-interpreter" function (:arguments ("example-block" "_")) nil [69383 69933])
4723             ("org-element-export-block-parser" function (:arguments ("limit" "affiliated")) nil [69955 71595])
4724             ("org-element-export-block-interpreter" function (:arguments ("export-block" "_")) nil [71597 71846])
4725             ("org-element-fixed-width-parser" function (:arguments ("limit" "affiliated")) nil [71867 73088])
4726             ("org-element-fixed-width-interpreter" function (:arguments ("fixed-width" "_")) nil [73090 73381])
4727             ("org-element-horizontal-rule-parser" function (:arguments ("limit" "affiliated")) nil [73406 74261])
4728             ("org-element-horizontal-rule-interpreter" function (:arguments ("_")) nil [74263 74383])
4729             ("org-element-keyword-parser" function (:arguments ("limit" "affiliated")) nil [74400 75665])
4730             ("org-element-keyword-interpreter" function (:arguments ("keyword" "_")) nil [75667 75865])
4731             ("org-element--latex-begin-environment" variable
4732                (:constant-flag t
4733                 :default-value "^[     ]*\\\\begin{\\([A-Za-z0-9*]+\\)}")
4734                 nil [75892 76135])
4735             ("org-element--latex-end-environment" variable
4736                (:constant-flag t
4737                 :default-value "\\\\end{%s}[     ]*$")
4738                 nil [76137 76316])
4739             ("org-element-latex-environment-parser" function (:arguments ("limit" "affiliated")) nil [76318 77674])
4740             ("org-element-latex-environment-interpreter" function (:arguments ("latex-environment" "_")) nil [77676 77852])
4741             ("org-element-node-property-parser" function (:arguments ("limit")) nil [77875 78571])
4742             ("org-element-node-property-interpreter" function (:arguments ("node-property" "_")) nil [78573 78834])
4743             ("org-element-paragraph-parser" function (:arguments ("limit" "affiliated")) nil [78853 81266])
4744             ("org-element-paragraph-interpreter" function (:arguments ("_" "contents")) nil [81268 81421])
4745             ("org-element-planning-parser" function (:arguments ("limit")) nil [81439 82616])
4746             ("org-element-planning-interpreter" function (:arguments ("planning" "_")) nil [82618 83305])
4747             ("org-element-src-block-parser" function (:arguments ("limit" "affiliated")) nil [83324 86585])
4748             ("org-element-src-block-interpreter" function (:arguments ("src-block" "_")) nil [86587 87531])
4749             ("org-element-table-parser" function (:arguments ("limit" "affiliated")) nil [87546 89305])
4750             ("org-element-table-interpreter" function (:arguments ("table" "contents")) nil [89307 89810])
4751             ("org-element-table-row-parser" function (:arguments ("_")) nil [89829 90705])
4752             ("org-element-table-row-interpreter" function (:arguments ("table-row" "contents")) nil [90707 90947])
4753             ("org-element-verse-block-parser" function (:arguments ("limit" "affiliated")) nil [90968 92326])
4754             ("org-element-verse-block-interpreter" function (:arguments ("_" "contents")) nil [92328 92518])
4755             ("org-element-bold-parser" function nil nil [93102 93883])
4756             ("org-element-bold-interpreter" function (:arguments ("_" "contents")) nil [93885 94042])
4757             ("org-element-code-parser" function nil nil [94056 94730])
4758             ("org-element-code-interpreter" function (:arguments ("code" "_")) nil [94732 94871])
4759             ("org-element-entity-parser" function nil nil [94887 96075])
4760             ("org-element-entity-interpreter" function (:arguments ("entity" "_")) nil [96077 96285])
4761             ("org-element-export-snippet-parser" function nil nil [96309 97251])
4762             ("org-element-export-snippet-interpreter" function (:arguments ("export-snippet" "_")) nil [97253 97491])
4763             ("org-element-footnote-reference-parser" function nil nil [97519 98540])
4764             ("org-element-footnote-reference-interpreter" function (:arguments ("footnote-reference" "contents")) nil [98542 98851])
4765             ("org-element-inline-babel-call-parser" function nil nil [98878 100385])
4766             ("org-element-inline-babel-call-interpreter" function (:arguments ("inline-babel-call" "_")) nil [100387 100845])
4767             ("org-element-inline-src-block-parser" function nil nil [100871 101973])
4768             ("org-element-inline-src-block-interpreter" function (:arguments ("inline-src-block" "_")) nil [101975 102389])
4769             ("org-element-italic-parser" function nil nil [102404 103197])
4770             ("org-element-italic-interpreter" function (:arguments ("_" "contents")) nil [103199 103360])
4771             ("org-element-latex-fragment-parser" function nil nil [103384 104822])
4772             ("org-element-latex-fragment-interpreter" function (:arguments ("latex-fragment" "_")) nil [104824 104987])
4773             ("org-element-line-break-parser" function nil nil [105006 105473])
4774             ("org-element-line-break-interpreter" function (:arguments ("_")) nil [105475 105585])
4775             ("org-element-link-parser" function nil nil [105599 110501])
4776             ("org-element-link-interpreter" function (:arguments ("link" "contents")) nil [110503 111927])
4777             ("org-element-macro-parser" function nil nil [111942 112809])
4778             ("org-element-macro-interpreter" function (:arguments ("macro" "_")) nil [112811 112938])
4779             ("org-element-radio-target-parser" function nil nil [112960 113793])
4780             ("org-element-radio-target-interpreter" function (:arguments ("_" "contents")) nil [113795 113967])
4781             ("org-element-statistics-cookie-parser" function nil nil [113994 114740])
4782             ("org-element-statistics-cookie-interpreter" function (:arguments ("statistics-cookie" "_")) nil [114742 114917])
4783             ("org-element-strike-through-parser" function nil nil [114941 115776])
4784             ("org-element-strike-through-interpreter" function (:arguments ("_" "contents")) nil [115778 115955])
4785             ("org-element-subscript-parser" function nil nil [115974 116912])
4786             ("org-element-subscript-interpreter" function (:arguments ("subscript" "contents")) nil [116914 117156])
4787             ("org-element-superscript-parser" function nil nil [117177 118120])
4788             ("org-element-superscript-interpreter" function (:arguments ("superscript" "contents")) nil [118122 118372])
4789             ("org-element-table-cell-parser" function nil nil [118392 118932])
4790             ("org-element-table-cell-interpreter" function (:arguments ("_" "contents")) nil [118934 119113])
4791             ("org-element-target-parser" function nil nil [119129 119739])
4792             ("org-element-target-interpreter" function (:arguments ("target" "_")) nil [119741 119890])
4793             ("org-element--timestamp-regexp" variable
4794                (:constant-flag t
4795                 :default-value (concat org-ts-regexp-both "\\|" "\\(?:<[0-9]+-[0-9]+-[0-9]+[^>
4796 ]+?\\+[0-9]+[dwmy]>\\)" "\\|" "\\(?:<%%\\(?:([^>
4797 ]+)\\)>\\)"))
4798                 nil [119909 120138])
4799             ("org-element-timestamp-parser" function nil nil [120140 123888])
4800             ("org-element-timestamp-interpreter" function (:arguments ("timestamp" "_")) nil [123890 127587])
4801             ("org-element-underline-parser" function nil nil [127606 128418])
4802             ("org-element-underline-interpreter" function (:arguments ("_" "contents")) nil [128420 128587])
4803             ("org-element-verbatim-parser" function nil nil [128605 129304])
4804             ("org-element-verbatim-interpreter" function (:arguments ("verbatim" "_")) nil [129306 129461])
4805             ("org-element--current-element" function (:arguments ("limit" "granularity" "mode" "structure")) nil [129968 135502])
4806             ("org-element--collect-affiliated-keywords" function (:arguments ("limit")) nil [135775 138452])
4807             ("org-element-parse-buffer" function (:arguments ("granularity" "visible-only")) nil [139002 141220])
4808             ("org-element-parse-secondary-string" function (:arguments ("string" "restriction" "parent")) nil [141222 142070])
4809             ("org-element-map" function (:arguments ("data" "types" "fun" "info" "first-match" "no-recursion" "with-affiliated")) nil [142072 148396])
4810             ("put" code nil nil [148397 148443])
4811             ("org-element--next-mode" function (:arguments ("type" "parentp")) nil [148797 149480])
4812             ("org-element--parse-elements" function (:arguments ("beg" "end" "mode" "structure" "granularity" "visible-only" "acc")) nil [149482 152358])
4813             ("org-element--object-lex" function (:arguments ("restriction")) nil [152360 156514])
4814             ("org-element--parse-objects" function (:arguments ("beg" "end" "acc" "restriction" "parent")) nil [156516 158573])
4815             ("org-element-interpret-data" function (:arguments ("data")) nil [158964 161416])
4816             ("org-element--interpret-affiliated-keywords" function (:arguments ("element")) nil [161418 162993])
4817             ("org-element-normalize-string" function (:arguments ("s")) nil [163498 163895])
4818             ("org-element-normalize-contents" function (:arguments ("element" "ignore-first")) nil [163897 167372])
4819             ("org-element-use-cache" variable nil nil [169569 169820])
4820             ("org-element-cache-sync-idle-time" variable (:default-value 0.6) nil [169822 169926])
4821             ("org-element-cache-sync-duration" variable (:default-value (seconds-to-time 0.04)) nil [169928 170189])
4822             ("org-element-cache-sync-break" variable (:default-value (seconds-to-time 0.3)) nil [170191 170380])
4823             ("org-element--cache" variable nil nil [170404 170617])
4824             ("org-element--cache-sync-requests" variable nil nil [170619 171852])
4825             ("org-element--cache-sync-timer" variable nil nil [171854 171938])
4826             ("org-element--cache-sync-keys" variable nil nil [171940 172090])
4827             ("org-element--cache-key" function (:arguments ("element")) nil [172092 173374])
4828             ("org-element--cache-generate-key" function (:arguments ("lower" "upper")) nil [173376 175628])
4829             ("org-element--cache-key-less-p" function (:arguments ("a" "b")) nil [175630 176363])
4830             ("org-element--cache-compare" function (:arguments ("a" "b")) nil [176365 176554])
4831             ("org-element--cache-root" function nil nil [176556 176754])
4832             ("org-element--cache-active-p" function nil nil [176769 176952])
4833             ("org-element--cache-find" function (:arguments ("pos" "side")) nil [176954 178881])
4834             ("org-element--cache-put" function (:arguments ("element")) nil [178883 179670])
4835             ("org-element--cache-remove" function (:arguments ("element")) nil [179672 179856])
4836             ("org-element--cache-set-timer" function (:arguments ("buffer")) nil [179881 180313])
4837             ("org-element--cache-interrupt-p" function (:arguments ("time-limit")) nil [180315 180561])
4838             ("org-element--cache-shift-positions" function (:arguments ("element" "offset" "props")) nil [180563 181705])
4839             ("org-element--cache-sync" function (:arguments ("buffer" "threshold" "future-change")) nil [181707 183427])
4840             ("org-element--cache-process-request" function (:arguments ("request" "next" "threshold" "time-limit" "future-change")) nil [183429 190735])
4841             ("org-element--parse-to" function (:arguments ("pos" "syncp" "time-limit")) nil [190737 196311])
4842             ("org-element--cache-sensitive-re" variable
4843                (:constant-flag t
4844                 :default-value (concat org-outline-regexp-bol "\\|" "\\\\end{[A-Za-z0-9*]+}[     ]*$" "\\|" "^[     ]*\\(?:" "#\\+\\(?:BEGIN[:_]\\|END\\(?:_\\|:?[     ]*$\\)\\)" "\\|" "\\\\begin{[A-Za-z0-9*]+}" "\\|" ":\\(?:\\w\\|[-_]\\)+:[     ]*$" "\\)"))
4845                 nil [196343 196902])
4846             ("org-element--cache-change-warning" variable nil nil [196904 197052])
4847             ("org-element--cache-before-change" function (:arguments ("beg" "end")) nil [197054 197763])
4848             ("org-element--cache-after-change" function (:arguments ("beg" "end" "pre")) nil [197765 199347])
4849             ("org-element--cache-for-removal" function (:arguments ("beg" "end" "offset")) nil [199349 201259])
4850             ("org-element--cache-submit-request" function (:arguments ("beg" "end" "offset")) nil [201261 204299])
4851             ("org-element-cache-reset" function
4852                (:user-visible-flag t
4853                 :arguments ("all"))
4854                 nil [204340 205173])
4855             ("org-element-cache-refresh" function (:arguments ("pos")) nil [205190 205456])
4856             ("org-element-at-point" function nil nil [206177 207629])
4857             ("org-element-context" function (:arguments ("element")) nil [207646 212865])
4858             ("org-element-lineage" function (:arguments ("blob" "types" "with-self")) nil [212867 213754])
4859             ("org-element-nested-p" function (:arguments ("elem-A" "elem-B")) nil [213756 214135])
4860             ("org-element-swap-A-B" function (:arguments ("elem-A" "elem-B")) nil [214137 216923])
4861             ("org-element" package nil nil [216926 216948]))          
4862       :file "org-element.el"
4863       :pointmax 217054
4864       :fsize 217053
4865       :lastmodtime '(23525 29590 0 0)
4866       :unmatched-syntax nil)
4867     (semanticdb-table "semanticdb-table"
4868       :major-mode emacs-lisp-mode
4869       :tags 
4870         '( ("cl-lib" include nil nil [2934 2951])
4871             ("ob-exp" include nil nil [2952 2969])
4872             ("org-element" include nil nil [2970 2992])
4873             ("org-macro" include nil nil [2993 3013])
4874             ("tabulated-list" include nil nil [3014 3039])
4875             ("declare-function" code nil nil [3041 3112])
4876             ("declare-function" code nil nil [3113 3186])
4877             ("declare-function" code nil nil [3187 3262])
4878             ("declare-function" code nil nil [3263 3334])
4879             ("declare-function" code nil nil [3335 3415])
4880             ("declare-function" code nil nil [3416 3499])
4881             ("org-publish-project-alist" variable nil nil [3501 3535])
4882             ("org-table-number-fraction" variable nil nil [3536 3570])
4883             ("org-table-number-regexp" variable nil nil [3571 3603])
4884             ("org-export-max-depth" variable
4885                (:constant-flag t
4886                 :default-value 19)
4887                 nil [3826 3918])
4888             ("org-export-options-alist" variable
4889                (:constant-flag t
4890                 :default-value (quote ((:title "TITLE" nil nil parse) (:date "DATE" nil nil parse) (:author "AUTHOR" nil user-full-name parse) (:email "EMAIL" nil user-mail-address t) (:language "LANGUAGE" nil org-export-default-language t) (:select-tags "SELECT_TAGS" nil org-export-select-tags split) (:exclude-tags "EXCLUDE_TAGS" nil org-export-exclude-tags split) (:creator "CREATOR" nil org-export-creator-string) (:headline-levels nil "H" org-export-headline-levels) (:preserve-breaks nil "\\n" org-export-preserve-breaks) (:section-numbers nil "num" org-export-with-section-numbers) (:time-stamp-file nil "timestamp" org-export-time-stamp-file) (:with-archived-trees nil "arch" org-export-with-archived-trees) (:with-author nil "author" org-export-with-author) (:with-broken-links nil "broken-links" org-export-with-broken-links) (:with-clocks nil "c" org-export-with-clocks) (:with-creator nil "creator" org-export-with-creator) (:with-date nil "date" org-export-with-date) (:with-drawers nil "d" org-export-with-drawers) (:with-email nil "email" org-export-with-email) (:with-emphasize nil "*" org-export-with-emphasize) (:with-entities nil "e" org-export-with-entities) (:with-fixed-width nil ":" org-export-with-fixed-width) (:with-footnotes nil "f" org-export-with-footnotes) (:with-inlinetasks nil "inline" org-export-with-inlinetasks) (:with-latex nil "tex" org-export-with-latex) (:with-planning nil "p" org-export-with-planning) (:with-priority nil "pri" org-export-with-priority) (:with-properties nil "prop" org-export-with-properties) (:with-smart-quotes nil "'" org-export-with-smart-quotes) (:with-special-strings nil "-" org-export-with-special-strings) (:with-statistics-cookies nil "stat" org-export-with-statistics-cookies) (:with-sub-superscript nil "^" org-export-with-sub-superscripts) (:with-toc nil "toc" org-export-with-toc) (:with-tables nil "|" org-export-with-tables) (:with-tags nil "tags" org-export-with-tags) (:with-tasks nil "tasks" org-export-with-tasks) (:with-timestamps nil "<" org-export-with-timestamps) (:with-title nil "title" org-export-with-title) (:with-todo-keywords nil "todo" org-export-with-todo-keywords))))
4891                 nil [3920 7640])
4892             ("org-export-special-keywords" variable
4893                (:constant-flag t
4894                 :default-value (quote ("FILETAGS" "SETUPFILE" "OPTIONS")))
4895                 nil [7642 7932])
4896             ("org-export-filters-alist" variable
4897                (:constant-flag t
4898                 :default-value (quote ((:filter-body . org-export-filter-body-functions) (:filter-bold . org-export-filter-bold-functions) (:filter-babel-call . org-export-filter-babel-call-functions) (:filter-center-block . org-export-filter-center-block-functions) (:filter-clock . org-export-filter-clock-functions) (:filter-code . org-export-filter-code-functions) (:filter-diary-sexp . org-export-filter-diary-sexp-functions) (:filter-drawer . org-export-filter-drawer-functions) (:filter-dynamic-block . org-export-filter-dynamic-block-functions) (:filter-entity . org-export-filter-entity-functions) (:filter-example-block . org-export-filter-example-block-functions) (:filter-export-block . org-export-filter-export-block-functions) (:filter-export-snippet . org-export-filter-export-snippet-functions) (:filter-final-output . org-export-filter-final-output-functions) (:filter-fixed-width . org-export-filter-fixed-width-functions) (:filter-footnote-definition . org-export-filter-footnote-definition-functions) (:filter-footnote-reference . org-export-filter-footnote-reference-functions) (:filter-headline . org-export-filter-headline-functions) (:filter-horizontal-rule . org-export-filter-horizontal-rule-functions) (:filter-inline-babel-call . org-export-filter-inline-babel-call-functions) (:filter-inline-src-block . org-export-filter-inline-src-block-functions) (:filter-inlinetask . org-export-filter-inlinetask-functions) (:filter-italic . org-export-filter-italic-functions) (:filter-item . org-export-filter-item-functions) (:filter-keyword . org-export-filter-keyword-functions) (:filter-latex-environment . org-export-filter-latex-environment-functions) (:filter-latex-fragment . org-export-filter-latex-fragment-functions) (:filter-line-break . org-export-filter-line-break-functions) (:filter-link . org-export-filter-link-functions) (:filter-node-property . org-export-filter-node-property-functions) (:filter-options . org-export-filter-options-functions) (:filter-paragraph . org-export-filter-paragraph-functions) (:filter-parse-tree . org-export-filter-parse-tree-functions) (:filter-plain-list . org-export-filter-plain-list-functions) (:filter-plain-text . org-export-filter-plain-text-functions) (:filter-planning . org-export-filter-planning-functions) (:filter-property-drawer . org-export-filter-property-drawer-functions) (:filter-quote-block . org-export-filter-quote-block-functions) (:filter-radio-target . org-export-filter-radio-target-functions) (:filter-section . org-export-filter-section-functions) (:filter-special-block . org-export-filter-special-block-functions) (:filter-src-block . org-export-filter-src-block-functions) (:filter-statistics-cookie . org-export-filter-statistics-cookie-functions) (:filter-strike-through . org-export-filter-strike-through-functions) (:filter-subscript . org-export-filter-subscript-functions) (:filter-superscript . org-export-filter-superscript-functions) (:filter-table . org-export-filter-table-functions) (:filter-table-cell . org-export-filter-table-cell-functions) (:filter-table-row . org-export-filter-table-row-functions) (:filter-target . org-export-filter-target-functions) (:filter-timestamp . org-export-filter-timestamp-functions) (:filter-underline . org-export-filter-underline-functions) (:filter-verbatim . org-export-filter-verbatim-functions) (:filter-verse-block . org-export-filter-verse-block-functions))))
4899                 nil [7934 12026])
4900             ("org-export-default-inline-image-rule" variable
4901                (:constant-flag t
4902                 :default-value (\` (("file" \, (format "\\.%s\\'" (regexp-opt (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")) t))))))
4903                 nil [12028 12597])
4904             ("org-export-ignored-local-variables" variable
4905                (:constant-flag t
4906                 :default-value (quote (org-font-lock-keywords org-element--cache org-element--cache-objects org-element--cache-sync-keys org-element--cache-sync-requests org-element--cache-sync-timer)))
4907                 nil [12599 13105])
4908             ("org-export-async-debug" variable nil nil [13107 13472])
4909             ("org-export-stack-contents" variable nil nil [13474 13894])
4910             ("org-export-registered-backends" variable nil nil [13896 14102])
4911             ("org-export-dispatch-last-action" variable nil nil [14104 14299])
4912             ("org-export-dispatch-last-position" variable (:default-value (make-marker)) nil [14301 14588])
4913             ("org-export-current-backend" variable nil nil [14624 14994])
4914             ("org-export" customgroup (:user-visible-flag t) nil [15256 15357])
4915             ("org-export-general" customgroup (:user-visible-flag t) nil [15359 15480])
4916             ("org-export-with-archived-trees" variable (:default-value (quote headline)) nil [15482 16074])
4917             ("org-export-with-author" variable (:default-value t) nil [16076 16313])
4918             ("org-export-with-clocks" variable nil nil [16315 16527])
4919             ("org-export-with-creator" variable nil nil [16529 16896])
4920             ("org-export-with-date" variable (:default-value t) nil [16898 17126])
4921             ("org-export-date-timestamp-format" variable nil nil [17128 17602])
4922             ("org-export-creator-string" variable (:default-value (format "Emacs %s (Org mode %s)" emacs-version (if (fboundp (quote org-version)) (org-version) "unknown version"))) nil [17604 17952])
4923             ("org-export-with-drawers" variable (:default-value (quote (not "LOGBOOK"))) nil [17954 18849])
4924             ("org-export-with-email" variable nil nil [18851 19087])
4925             ("org-export-with-emphasize" variable (:default-value t) nil [19089 19469])
4926             ("org-export-exclude-tags" variable (:default-value (quote ("noexport"))) nil [19471 19933])
4927             ("org-export-with-fixed-width" variable (:default-value t) nil [19935 20215])
4928             ("org-export-with-footnotes" variable (:default-value t) nil [20217 20443])
4929             ("org-export-with-latex" variable (:default-value t) nil [20445 21046])
4930             ("org-export-headline-levels" variable (:default-value 3) nil [21048 21394])
4931             ("org-export-default-language" variable (:default-value "en") nil [21396 21786])
4932             ("org-export-preserve-breaks" variable nil nil [21788 22024])
4933             ("org-export-with-entities" variable (:default-value t) nil [22026 22433])
4934             ("org-export-with-inlinetasks" variable (:default-value t) nil [22435 22718])
4935             ("org-export-with-planning" variable nil nil [22720 23112])
4936             ("org-export-with-priority" variable nil nil [23114 23343])
4937             ("org-export-with-properties" variable nil nil [23345 23931])
4938             ("org-export-with-section-numbers" variable (:default-value t) nil [23933 24295])
4939             ("org-export-select-tags" variable (:default-value (quote ("export"))) nil [24297 24818])
4940             ("org-export-with-smart-quotes" variable nil nil [24820 25310])
4941             ("org-export-with-special-strings" variable (:default-value t) nil [25312 25825])
4942             ("org-export-with-statistics-cookies" variable (:default-value t) nil [25827 26120])
4943             ("org-export-with-sub-superscripts" variable (:default-value t) nil [26122 27673])
4944             ("org-export-with-toc" variable (:default-value t) nil [27675 28442])
4945             ("org-export-with-tables" variable (:default-value t) nil [28444 28700])
4946             ("org-export-with-tags" variable (:default-value t) nil [28702 29204])
4947             ("org-export-with-tasks" variable (:default-value t) nil [29206 30039])
4948             ("org-export-with-title" variable (:default-value t) nil [30041 30321])
4949             ("org-export-time-stamp-file" variable (:default-value t) nil [30323 30617])
4950             ("org-export-with-timestamps" variable (:default-value t) nil [30619 31383])
4951             ("org-export-with-todo-keywords" variable (:default-value t) nil [31385 31653])
4952             ("org-export-allow-bind-keywords" variable nil nil [31655 31996])
4953             ("org-export-with-broken-links" variable nil nil [31998 32663])
4954             ("org-export-snippet-translation-alist" variable nil nil [32665 33345])
4955             ("org-export-global-macros" variable nil nil [33347 34072])
4956             ("org-export-coding-system" variable nil nil [34074 34259])
4957             ("org-export-copy-to-kill-ring" variable nil nil [34261 34637])
4958             ("org-export-initial-scope" variable (:default-value (quote buffer)) nil [34639 34949])
4959             ("org-export-show-temporary-export-buffer" variable (:default-value t) nil [34951 35373])
4960             ("org-export-in-background" variable nil nil [35375 35713])
4961             ("org-export-async-init-file" variable nil nil [35715 36369])
4962             ("org-export-dispatch-use-expert-ui" variable nil nil [36371 37023])
4963             ("cl-defstruct" code nil nil [38298 38448])
4964             ("org-export-get-backend" function (:arguments ("name")) nil [38465 38717])
4965             ("org-export-register-backend" function (:arguments ("backend")) nil [38719 39634])
4966             ("org-export-barf-if-invalid-backend" function (:arguments ("backend")) nil [39636 39839])
4967             ("org-export-derived-backend-p" function (:arguments ("backend" "backends")) nil [39841 40502])
4968             ("org-export-get-all-transcoders" function (:arguments ("backend")) nil [40504 41299])
4969             ("org-export-get-all-options" function (:arguments ("backend")) nil [41301 42041])
4970             ("org-export-get-all-filters" function (:arguments ("backend")) nil [42043 42771])
4971             ("org-export-define-backend" function (:arguments ("backend" "transcoders" "body")) nil [42773 47301])
4972             ("org-export-define-derived-backend" function (:arguments ("child" "parent" "body")) nil [47303 49354])
4973             ("org-export-get-environment" function (:arguments ("backend" "subtreep" "ext-plist")) nil [50953 52024])
4974             ("org-export--parse-option-keyword" function (:arguments ("options" "backend")) nil [52026 52907])
4975             ("org-export--get-subtree-options" function (:arguments ("backend")) nil [52909 54964])
4976             ("org-export--get-inbuffer-options" function (:arguments ("backend")) nil [54966 59299])
4977             ("org-export--get-export-attributes" function (:arguments ("backend" "subtreep" "visible-only" "body-only")) nil [59301 59882])
4978             ("org-export--get-buffer-attributes" function nil nil [59884 60103])
4979             ("org-export--get-global-options" function (:arguments ("backend")) nil [60105 60924])
4980             ("org-export--list-bound-variables" function nil nil [60926 62617])
4981             ("org-export-get-parent" function (:arguments ("blob")) nil [62738 62888])
4982             ("org-export--collect-tree-properties" function (:arguments ("data" "info")) nil [63553 64973])
4983             ("org-export--get-min-level" function (:arguments ("data" "options")) nil [64975 65719])
4984             ("org-export--collect-headline-numbering" function (:arguments ("data" "options")) nil [65721 66721])
4985             ("org-export--selected-trees" function (:arguments ("data" "info")) nil [66723 68277])
4986             ("org-export--skip-p" function (:arguments ("datum" "options" "selected" "excluded")) nil [68279 72627])
4987             ("org-export-transcoder" function (:arguments ("blob" "info")) nil [73320 73737])
4988             ("org-export-data" function (:arguments ("data" "info")) nil [73739 77530])
4989             ("org-export-data-with-backend" function (:arguments ("data" "backend" "info")) nil [77532 78756])
4990             ("org-export-expand" function (:arguments ("blob" "contents" "with-affiliated")) nil [78758 79324])
4991             ("org-export-before-processing-hook" variable nil nil [81914 82343])
4992             ("org-export-before-parsing-hook" variable nil nil [82345 82769])
4993             ("org-export-filter-options-functions" variable nil nil [82794 83059])
4994             ("org-export-filter-parse-tree-functions" variable nil nil [83061 83389])
4995             ("org-export-filter-plain-text-functions" variable nil nil [83391 83673])
4996             ("org-export-filter-body-functions" variable nil nil [83675 83956])
4997             ("org-export-filter-final-output-functions" variable nil nil [83958 84280])
4998             ("org-export-filter-babel-call-functions" variable nil nil [84306 84596])
4999             ("org-export-filter-center-block-functions" variable nil nil [84598 84892])
5000             ("org-export-filter-clock-functions" variable nil nil [84894 85174])
5001             ("org-export-filter-diary-sexp-functions" variable nil nil [85176 85466])
5002             ("org-export-filter-drawer-functions" variable nil nil [85468 85750])
5003             ("org-export-filter-dynamic-block-functions" variable nil nil [85752 86048])
5004             ("org-export-filter-example-block-functions" variable nil nil [86050 86346])
5005             ("org-export-filter-export-block-functions" variable nil nil [86348 86642])
5006             ("org-export-filter-fixed-width-functions" variable nil nil [86644 86936])
5007             ("org-export-filter-footnote-definition-functions" variable nil nil [86938 87246])
5008             ("org-export-filter-headline-functions" variable nil nil [87248 87534])
5009             ("org-export-filter-horizontal-rule-functions" variable nil nil [87536 87836])
5010             ("org-export-filter-inlinetask-functions" variable nil nil [87838 88128])
5011             ("org-export-filter-item-functions" variable nil nil [88130 88408])
5012             ("org-export-filter-keyword-functions" variable nil nil [88410 88694])
5013             ("org-export-filter-latex-environment-functions" variable nil nil [88696 89000])
5014             ("org-export-filter-node-property-functions" variable nil nil [89002 89298])
5015             ("org-export-filter-paragraph-functions" variable nil nil [89300 89588])
5016             ("org-export-filter-plain-list-functions" variable nil nil [89590 89880])
5017             ("org-export-filter-planning-functions" variable nil nil [89882 90168])
5018             ("org-export-filter-property-drawer-functions" variable nil nil [90170 90470])
5019             ("org-export-filter-quote-block-functions" variable nil nil [90472 90770])
5020             ("org-export-filter-section-functions" variable nil nil [90772 91056])
5021             ("org-export-filter-special-block-functions" variable nil nil [91058 91354])
5022             ("org-export-filter-src-block-functions" variable nil nil [91356 91644])
5023             ("org-export-filter-table-functions" variable nil nil [91646 91926])
5024             ("org-export-filter-table-cell-functions" variable nil nil [91928 92218])
5025             ("org-export-filter-table-row-functions" variable nil nil [92220 92508])
5026             ("org-export-filter-verse-block-functions" variable nil nil [92510 92802])
5027             ("org-export-filter-bold-functions" variable nil nil [92827 93108])
5028             ("org-export-filter-code-functions" variable nil nil [93110 93391])
5029             ("org-export-filter-entity-functions" variable nil nil [93393 93675])
5030             ("org-export-filter-export-snippet-functions" variable nil nil [93677 93975])
5031             ("org-export-filter-footnote-reference-functions" variable nil nil [93977 94283])
5032             ("org-export-filter-inline-babel-call-functions" variable nil nil [94285 94589])
5033             ("org-export-filter-inline-src-block-functions" variable nil nil [94591 94893])
5034             ("org-export-filter-italic-functions" variable nil nil [94895 95180])
5035             ("org-export-filter-latex-fragment-functions" variable nil nil [95182 95480])
5036             ("org-export-filter-line-break-functions" variable nil nil [95482 95772])
5037             ("org-export-filter-link-functions" variable nil nil [95774 96052])
5038             ("org-export-filter-radio-target-functions" variable nil nil [96054 96348])
5039             ("org-export-filter-statistics-cookie-functions" variable nil nil [96350 96654])
5040             ("org-export-filter-strike-through-functions" variable nil nil [96656 96957])
5041             ("org-export-filter-subscript-functions" variable nil nil [96959 97247])
5042             ("org-export-filter-superscript-functions" variable nil nil [97249 97541])
5043             ("org-export-filter-target-functions" variable nil nil [97543 97825])
5044             ("org-export-filter-timestamp-functions" variable nil nil [97827 98115])
5045             ("org-export-filter-underline-functions" variable nil nil [98117 98408])
5046             ("org-export-filter-verbatim-functions" variable nil nil [98410 98699])
5047             ("org-export-filter-apply-functions" function (:arguments ("filters" "value" "info")) nil [99149 100062])
5048             ("org-export-install-filters" function (:arguments ("info")) nil [100064 101242])
5049             ("org-export-copy-buffer" function nil nil [102424 102810])
5050             ("org-export-with-buffer-copy" function (:arguments ("body")) nil [102812 103468])
5051             ("org-export--generate-copy-script" function (:arguments ("buffer")) nil [103470 105686])
5052             ("org-export--delete-comment-trees" function nil nil [105688 106228])
5053             ("org-export--prune-tree" function (:arguments ("data" "info")) nil [106230 109118])
5054             ("org-export--missing-definitions" function (:arguments ("tree" "definitions")) nil [109120 112097])
5055             ("org-export--install-footnote-definitions" function (:arguments ("definitions" "tree")) nil [112099 114337])
5056             ("org-export--remove-uninterpreted-data" function (:arguments ("data" "info")) nil [114339 116610])
5057             ("org-export-as" function (:arguments ("backend" "subtreep" "visible-only" "body-only" "ext-plist")) nil [116627 123496])
5058             ("org-export-string-as" function (:arguments ("string" "backend" "body-only" "ext-plist")) nil [123513 124202])
5059             ("org-export-replace-region-by" function (:arguments ("backend")) nil [124219 124645])
5060             ("org-export-insert-default-template" function
5061                (:user-visible-flag t
5062                 :arguments ("backend" "subtreep"))
5063                 nil [124662 128023])
5064             ("org-export-expand-include-keyword" function (:arguments ("included" "dir" "footnotes")) nil [128025 133270])
5065             ("org-export--inclusion-absolute-lines" function (:arguments ("file" "location" "only-contents" "lines")) nil [133272 135624])
5066             ("org-export--prepare-file-contents" function (:arguments ("file" "lines" "ind" "minlevel" "id" "footnotes")) nil [135626 140898])
5067             ("org-export--copy-to-kill-ring-p" function nil nil [140900 141205])
5068             ("org-export-read-attribute" function (:arguments ("attribute" "element" "property")) nil [141817 143209])
5069             ("org-export-get-caption" function (:arguments ("element" "shortp")) nil [143211 143721])
5070             ("org-export-with-backend" function (:arguments ("backend" "data" "contents" "info")) nil [143991 145367])
5071             ("org-export-snippet-backend" function (:arguments ("export-snippet")) nil [145681 146022])
5072             ("org-export-get-footnote-definition" function (:arguments ("footnote-reference" "info")) nil [146630 148008])
5073             ("org-export--footnote-reference-map" function (:arguments ("function" "data" "info" "body-first")) nil [148010 149874])
5074             ("org-export-collect-footnote-definitions" function (:arguments ("info" "data" "body-first")) nil [149876 151010])
5075             ("org-export-footnote-first-reference-p" function (:arguments ("footnote-reference" "info" "data" "body-first")) nil [151012 152063])
5076             ("org-export-get-footnote-number" function (:arguments ("footnote" "info" "data" "body-first")) nil [152065 153307])
5077             ("org-export-get-relative-level" function (:arguments ("headline" "info")) nil [154312 154567])
5078             ("org-export-low-level-p" function (:arguments ("headline" "info")) nil [154569 155130])
5079             ("org-export-get-headline-number" function (:arguments ("headline" "info")) nil [155132 155416])
5080             ("org-export-numbered-headline-p" function (:arguments ("headline" "info")) nil [155418 155838])
5081             ("org-export-number-to-roman" function (:arguments ("n")) nil [155840 156306])
5082             ("org-export-get-tags" function (:arguments ("element" "info" "tags" "inherited")) nil [156308 157385])
5083             ("org-export-get-node-property" function (:arguments ("property" "blob" "inherited")) nil [157387 158124])
5084             ("org-export-get-category" function (:arguments ("blob" "info")) nil [158126 158820])
5085             ("org-export-get-alt-title" function (:arguments ("headline" "_")) nil [158822 159207])
5086             ("org-export-first-sibling-p" function (:arguments ("blob" "info")) nil [159209 159563])
5087             ("org-export-last-sibling-p" function (:arguments ("datum" "info")) nil [159565 159961])
5088             ("org-export-get-date" function (:arguments ("info" "fmt")) nil [160157 160861])
5089             ("org-define-error" code nil nil [161993 162063])
5090             ("org-export-custom-protocol-maybe" function (:arguments ("link" "desc" "backend")) nil [162065 162824])
5091             ("org-export-get-coderef-format" function (:arguments ("path" "desc")) nil [162826 163131])
5092             ("org-export-inline-image-p" function (:arguments ("link" "rules")) nil [163133 163955])
5093             ("org-export-insert-image-links" function (:arguments ("data" "info" "rules")) nil [163957 165603])
5094             ("org-export-resolve-coderef" function (:arguments ("ref" "info")) nil [165605 166563])
5095             ("org-export-search-cells" function (:arguments ("datum")) nil [166565 167901])
5096             ("org-export-string-to-search-cell" function (:arguments ("s")) nil [167903 168387])
5097             ("org-export-match-search-cell-p" function (:arguments ("datum" "cells")) nil [168389 168723])
5098             ("org-export-resolve-fuzzy-link" function (:arguments ("link" "info")) nil [168725 170400])
5099             ("org-export-resolve-id-link" function (:arguments ("link" "info")) nil [170402 171211])
5100             ("org-export-resolve-radio-link" function (:arguments ("link" "info")) nil [171213 171837])
5101             ("org-export-file-uri" function (:arguments ("filename")) nil [171839 172237])
5102             ("org-export-new-reference" function (:arguments ("references")) nil [172620 173309])
5103             ("org-export-format-reference" function (:arguments ("reference")) nil [173311 173527])
5104             ("org-export-get-reference" function (:arguments ("datum" "info")) nil [173529 175541])
5105             ("org-export-get-ordinal" function (:arguments ("element" "info" "types" "predicate")) nil [175543 177887])
5106             ("org-export-get-loc" function (:arguments ("element" "info")) nil [178895 180051])
5107             ("org-export-unravel-code" function (:arguments ("element")) nil [180053 181351])
5108             ("org-export-format-code" function (:arguments ("code" "fun" "num-lines" "ref-alist")) nil [181353 182556])
5109             ("org-export-format-code-default" function (:arguments ("element" "info")) nil [182558 184243])
5110             ("org-export-table-has-special-column-p" function (:arguments ("table")) nil [185395 186228])
5111             ("org-export-table-has-header-p" function (:arguments ("table" "info")) nil [186230 187138])
5112             ("org-export-table-row-is-special-p" function (:arguments ("table-row" "_")) nil [187140 188470])
5113             ("org-export-table-row-group" function (:arguments ("table-row" "info")) nil [188472 189493])
5114             ("org-export-table-cell-width" function (:arguments ("table-cell" "info")) nil [189495 190986])
5115             ("org-export-table-cell-alignment" function (:arguments ("table-cell" "info")) nil [190988 194013])
5116             ("org-export-table-cell-borders" function (:arguments ("table-cell" "info")) nil [194015 197576])
5117             ("org-export-table-cell-starts-colgroup-p" function (:arguments ("table-cell" "info")) nil [197578 198106])
5118             ("org-export-table-cell-ends-colgroup-p" function (:arguments ("table-cell" "info")) nil [198108 198559])
5119             ("org-export-table-row-starts-rowgroup-p" function (:arguments ("table-row" "info")) nil [198561 199017])
5120             ("org-export-table-row-ends-rowgroup-p" function (:arguments ("table-row" "info")) nil [199019 199470])
5121             ("org-export-table-row-in-header-p" function (:arguments ("table-row" "info")) nil [199472 199841])
5122             ("org-export-table-row-starts-header-p" function (:arguments ("table-row" "info")) nil [199843 200134])
5123             ("org-export-table-row-ends-header-p" function (:arguments ("table-row" "info")) nil [200136 200422])
5124             ("org-export-table-row-number" function (:arguments ("table-row" "info")) nil [200424 201341])
5125             ("org-export-table-dimensions" function (:arguments ("table" "info")) nil [201343 202021])
5126             ("org-export-table-cell-address" function (:arguments ("table-cell" "info")) nil [202023 202720])
5127             ("org-export-get-table-cell-at" function (:arguments ("address" "table" "info")) nil [202722 203575])
5128             ("org-export-collect-headlines" function (:arguments ("info" "n" "scope")) nil [204167 205639])
5129             ("org-export-collect-elements" function (:arguments ("type" "info" "predicate")) nil [205641 206377])
5130             ("org-export-collect-tables" function (:arguments ("info")) nil [206379 206589])
5131             ("org-export-collect-figures" function (:arguments ("info" "predicate")) nil [206591 207149])
5132             ("org-export-collect-listings" function (:arguments ("info")) nil [207151 207376])
5133             ("org-export-toc-entry-backend" function (:arguments ("parent" "transcoders")) nil [207378 208269])
5134             ("org-export-smart-quotes-alist" variable
5135                (:constant-flag t
5136                 :default-value (quote (("ar" (primary-opening :utf-8 "«" :html "&laquo;" :latex "\\guillemotleft{}" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex "\\guillemotright{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "‹" :html "&lsaquo;" :latex "\\guilsinglleft{}" :texinfo "@guilsinglleft{}") (secondary-closing :utf-8 "›" :html "&rsaquo;" :latex "\\guilsinglright{}" :texinfo "@guilsinglright{}") (apostrophe :utf-8 "’" :html "&rsquo;")) ("da" (primary-opening :utf-8 "»" :html "&raquo;" :latex ">>" :texinfo "@guillemetright{}") (primary-closing :utf-8 "«" :html "&laquo;" :latex "<<" :texinfo "@guillemetleft{}") (secondary-opening :utf-8 "›" :html "&rsaquo;" :latex "\\frq{}" :texinfo "@guilsinglright{}") (secondary-closing :utf-8 "‹" :html "&lsaquo;" :latex "\\flq{}" :texinfo "@guilsingleft{}") (apostrophe :utf-8 "’" :html "&rsquo;")) ("de" (primary-opening :utf-8 "„" :html "&bdquo;" :latex "\"`" :texinfo "@quotedblbase{}") (primary-closing :utf-8 "“" :html "&ldquo;" :latex "\"'" :texinfo "@quotedblleft{}") (secondary-opening :utf-8 "‚" :html "&sbquo;" :latex "\\glq{}" :texinfo "@quotesinglbase{}") (secondary-closing :utf-8 "‘" :html "&lsquo;" :latex "\\grq{}" :texinfo "@quoteleft{}") (apostrophe :utf-8 "’" :html "&rsquo;")) ("en" (primary-opening :utf-8 "“" :html "&ldquo;" :latex "``" :texinfo "``") (primary-closing :utf-8 "”" :html "&rdquo;" :latex "''" :texinfo "''") (secondary-opening :utf-8 "‘" :html "&lsquo;" :latex "`" :texinfo "`") (secondary-closing :utf-8 "’" :html "&rsquo;" :latex "'" :texinfo "'") (apostrophe :utf-8 "’" :html "&rsquo;")) ("es" (primary-opening :utf-8 "«" :html "&laquo;" :latex "\\guillemotleft{}" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex "\\guillemotright{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "“" :html "&ldquo;" :latex "``" :texinfo "``") (secondary-closing :utf-8 "”" :html "&rdquo;" :latex "''" :texinfo "''") (apostrophe :utf-8 "’" :html "&rsquo;")) ("fr" (primary-opening :utf-8 "« " :html "&laquo;&nbsp;" :latex "\\og " :texinfo "@guillemetleft{}@tie{}") (primary-closing :utf-8 " »" :html "&nbsp;&raquo;" :latex "\\fg{}" :texinfo "@tie{}@guillemetright{}") (secondary-opening :utf-8 "« " :html "&laquo;&nbsp;" :latex "\\og " :texinfo "@guillemetleft{}@tie{}") (secondary-closing :utf-8 " »" :html "&nbsp;&raquo;" :latex "\\fg{}" :texinfo "@tie{}@guillemetright{}") (apostrophe :utf-8 "’" :html "&rsquo;")) ("is" (primary-opening :utf-8 "„" :html "&bdquo;" :latex "\"`" :texinfo "@quotedblbase{}") (primary-closing :utf-8 "“" :html "&ldquo;" :latex "\"'" :texinfo "@quotedblleft{}") (secondary-opening :utf-8 "‚" :html "&sbquo;" :latex "\\glq{}" :texinfo "@quotesinglbase{}") (secondary-closing :utf-8 "‘" :html "&lsquo;" :latex "\\grq{}" :texinfo "@quoteleft{}") (apostrophe :utf-8 "’" :html "&rsquo;")) ("no" (primary-opening :utf-8 "«" :html "&laquo;" :latex "\\guillemotleft{}" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex "\\guillemotright{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "‘" :html "&lsquo;" :latex "`" :texinfo "`") (secondary-closing :utf-8 "’" :html "&rsquo;" :latex "'" :texinfo "'") (apostrophe :utf-8 "’" :html "&rsquo;")) ("nb" (primary-opening :utf-8 "«" :html "&laquo;" :latex "\\guillemotleft{}" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex "\\guillemotright{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "‘" :html "&lsquo;" :latex "`" :texinfo "`") (secondary-closing :utf-8 "’" :html "&rsquo;" :latex "'" :texinfo "'") (apostrophe :utf-8 "’" :html "&rsquo;")) ("nn" (primary-opening :utf-8 "«" :html "&laquo;" :latex "\\guillemotleft{}" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex "\\guillemotright{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "‘" :html "&lsquo;" :latex "`" :texinfo "`") (secondary-closing :utf-8 "’" :html "&rsquo;" :latex "'" :texinfo "'") (apostrophe :utf-8 "’" :html "&rsquo;")) ("ru" (primary-opening :utf-8 "«" :html "&laquo;" :latex "{}<<" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex ">>{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "„" :html "&bdquo;" :latex "\\glqq{}" :texinfo "@quotedblbase{}") (secondary-closing :utf-8 "“" :html "&ldquo;" :latex "\\grqq{}" :texinfo "@quotedblleft{}") (apostrophe :utf-8 "’" :html: "&#39;")) ("sl" (primary-opening :utf-8 "«" :html "&laquo;" :latex "{}<<" :texinfo "@guillemetleft{}") (primary-closing :utf-8 "»" :html "&raquo;" :latex ">>{}" :texinfo "@guillemetright{}") (secondary-opening :utf-8 "„" :html "&bdquo;" :latex "\\glqq{}" :texinfo "@quotedblbase{}") (secondary-closing :utf-8 "“" :html "&ldquo;" :latex "\\grqq{}" :texinfo "@quotedblleft{}") (apostrophe :utf-8 "’" :html "&rsquo;")) ("sv" (primary-opening :utf-8 "”" :html "&rdquo;" :latex "’’" :texinfo "’’") (primary-closing :utf-8 "”" :html "&rdquo;" :latex "’’" :texinfo "’’") (secondary-opening :utf-8 "’" :html "&rsquo;" :latex "’" :texinfo "`") (secondary-closing :utf-8 "’" :html "&rsquo;" :latex "’" :texinfo "'") (apostrophe :utf-8 "’" :html "&rsquo;")))))
5137                 nil [208570 215690])
5138             ("org-export--smart-quote-status" function (:arguments ("s" "info")) nil [215692 218531])
5139             ("org-export-activate-smart-quotes" function (:arguments ("s" "encoding" "info" "original")) nil [218533 219422])
5140             ("org-export-get-parent-headline" function (:arguments ("blob")) nil [219998 220172])
5141             ("org-export-get-parent-element" function (:arguments ("object")) nil [220174 220361])
5142             ("org-export-get-parent-table" function (:arguments ("object")) nil [220363 220550])
5143             ("org-export-get-previous-element" function (:arguments ("blob" "info" "n")) nil [220552 221496])
5144             ("org-export-get-next-element" function (:arguments ("blob" "info" "n")) nil [221498 222451])
5145             ("org-export-dictionary" variable
5146                (:constant-flag t
5147                 :default-value (quote (("%e %n: %c" ("fr" :default "%e %n : %c" :html "%e&nbsp;%n&nbsp;: %c")) ("Author" ("ar" :default "تأليف") ("ca" :default "Autor") ("cs" :default "Autor") ("da" :default "Forfatter") ("de" :default "Autor") ("eo" :html "A&#365;toro") ("es" :default "Autor") ("et" :default "Autor") ("fi" :html "Tekij&auml;") ("fr" :default "Auteur") ("hu" :default "Szerz&otilde;") ("is" :html "H&ouml;fundur") ("it" :default "Autore") ("ja" :default "著者" :html "&#33879;&#32773;") ("nl" :default "Auteur") ("no" :default "Forfatter") ("nb" :default "Forfatter") ("nn" :default "Forfattar") ("pl" :default "Autor") ("pt_BR" :default "Autor") ("ru" :html "&#1040;&#1074;&#1090;&#1086;&#1088;" :utf-8 "Автор") ("sl" :default "Avtor") ("sv" :html "F&ouml;rfattare") ("uk" :html "&#1040;&#1074;&#1090;&#1086;&#1088;" :utf-8 "Автор") ("zh-CN" :html "&#20316;&#32773;" :utf-8 "作者") ("zh-TW" :html "&#20316;&#32773;" :utf-8 "作者")) ("Continued from previous page" ("ar" :default "تتمة الصفحة السابقة") ("cs" :default "Pokračování z předchozí strany") ("de" :default "Fortsetzung von vorheriger Seite") ("es" :html "Contin&uacute;a de la p&aacute;gina anterior" :ascii "Continua de la pagina anterior" :default "Continúa de la página anterior") ("fr" :default "Suite de la page précédente") ("it" :default "Continua da pagina precedente") ("ja" :default "前ページからの続き") ("nl" :default "Vervolg van vorige pagina") ("pt" :default "Continuação da página anterior") ("ru" :html "(&#1055;&#1088;&#1086;&#1076;&#1086;&#1083;&#1078;&#1077;&#1085;&#1080;&#1077;)" :utf-8 "(Продолжение)") ("sl" :default "Nadaljevanje s prejšnje strani")) ("Continued on next page" ("ar" :default "التتمة في الصفحة التالية") ("cs" :default "Pokračuje na další stránce") ("de" :default "Fortsetzung nächste Seite") ("es" :html "Contin&uacute;a en la siguiente p&aacute;gina" :ascii "Continua en la siguiente pagina" :default "Continúa en la siguiente página") ("fr" :default "Suite page suivante") ("it" :default "Continua alla pagina successiva") ("ja" :default "次ページに続く") ("nl" :default "Vervolg op volgende pagina") ("pt" :default "Continua na página seguinte") ("ru" :html "(&#1055;&#1088;&#1086;&#1076;&#1086;&#1083;&#1078;&#1077;&#1085;&#1080;&#1077; &#1089;&#1083;&#1077;&#1076;&#1091;&#1077;&#1090;)" :utf-8 "(Продолжение следует)") ("sl" :default "Nadaljevanje na naslednji strani")) ("Created" ("cs" :default "Vytvořeno") ("sl" :default "Ustvarjeno")) ("Date" ("ar" :default "بتاريخ") ("ca" :default "Data") ("cs" :default "Datum") ("da" :default "Dato") ("de" :default "Datum") ("eo" :default "Dato") ("es" :default "Fecha") ("et" :html "Kuup&#228;ev" :utf-8 "Kuupäev") ("fi" :html "P&auml;iv&auml;m&auml;&auml;r&auml;") ("hu" :html "D&aacute;tum") ("is" :default "Dagsetning") ("it" :default "Data") ("ja" :default "日付" :html "&#26085;&#20184;") ("nl" :default "Datum") ("no" :default "Dato") ("nb" :default "Dato") ("nn" :default "Dato") ("pl" :default "Data") ("pt_BR" :default "Data") ("ru" :html "&#1044;&#1072;&#1090;&#1072;" :utf-8 "Дата") ("sl" :default "Datum") ("sv" :default "Datum") ("uk" :html "&#1044;&#1072;&#1090;&#1072;" :utf-8 "Дата") ("zh-CN" :html "&#26085;&#26399;" :utf-8 "日期") ("zh-TW" :html "&#26085;&#26399;" :utf-8 "日期")) ("Equation" ("ar" :default "معادلة") ("cs" :default "Rovnice") ("da" :default "Ligning") ("de" :default "Gleichung") ("es" :ascii "Ecuacion" :html "Ecuaci&oacute;n" :default "Ecuación") ("et" :html "V&#245;rrand" :utf-8 "Võrrand") ("fr" :ascii "Equation" :default "Équation") ("is" :default "Jafna") ("ja" :default "方程式") ("no" :default "Ligning") ("nb" :default "Ligning") ("nn" :default "Likning") ("pt_BR" :html "Equa&ccedil;&atilde;o" :default "Equação" :ascii "Equacao") ("ru" :html "&#1059;&#1088;&#1072;&#1074;&#1085;&#1077;&#1085;&#1080;&#1077;" :utf-8 "Уравнение") ("sl" :default "Enačba") ("sv" :default "Ekvation") ("zh-CN" :html "&#26041;&#31243;" :utf-8 "方程")) ("Figure" ("ar" :default "شكل") ("cs" :default "Obrázek") ("da" :default "Figur") ("de" :default "Abbildung") ("es" :default "Figura") ("et" :default "Joonis") ("is" :default "Mynd") ("ja" :default "図" :html "&#22259;") ("no" :default "Illustrasjon") ("nb" :default "Illustrasjon") ("nn" :default "Illustrasjon") ("pt_BR" :default "Figura") ("ru" :html "&#1056;&#1080;&#1089;&#1091;&#1085;&#1086;&#1082;" :utf-8 "Рисунок") ("sv" :default "Illustration") ("zh-CN" :html "&#22270;" :utf-8 "图")) ("Figure %d:" ("ar" :default "شكل %d:") ("cs" :default "Obrázek %d:") ("da" :default "Figur %d") ("de" :default "Abbildung %d:") ("es" :default "Figura %d:") ("et" :default "Joonis %d:") ("fr" :default "Figure %d :" :html "Figure&nbsp;%d&nbsp;:") ("is" :default "Mynd %d") ("ja" :default "図%d: " :html "&#22259;%d: ") ("no" :default "Illustrasjon %d") ("nb" :default "Illustrasjon %d") ("nn" :default "Illustrasjon %d") ("pt_BR" :default "Figura %d:") ("ru" :html "&#1056;&#1080;&#1089;. %d.:" :utf-8 "Рис. %d.:") ("sl" :default "Slika %d") ("sv" :default "Illustration %d") ("zh-CN" :html "&#22270;%d&nbsp;" :utf-8 "图%d ")) ("Footnotes" ("ar" :default "الهوامش") ("ca" :html "Peus de p&agrave;gina") ("cs" :default "Poznámky pod čarou") ("da" :default "Fodnoter") ("de" :html "Fu&szlig;noten" :default "Fußnoten") ("eo" :default "Piednotoj") ("es" :ascii "Nota al pie de pagina" :html "Nota al pie de p&aacute;gina" :default "Nota al pie de página") ("et" :html "Allm&#228;rkused" :utf-8 "Allmärkused") ("fi" :default "Alaviitteet") ("fr" :default "Notes de bas de page") ("hu" :html "L&aacute;bjegyzet") ("is" :html "Aftanm&aacute;lsgreinar") ("it" :html "Note a pi&egrave; di pagina") ("ja" :default "脚注" :html "&#33050;&#27880;") ("nl" :default "Voetnoten") ("no" :default "Fotnoter") ("nb" :default "Fotnoter") ("nn" :default "Fotnotar") ("pl" :default "Przypis") ("pt_BR" :html "Notas de Rodap&eacute;" :default "Notas de Rodapé" :ascii "Notas de Rodape") ("ru" :html "&#1057;&#1085;&#1086;&#1089;&#1082;&#1080;" :utf-8 "Сноски") ("sl" :default "Opombe") ("sv" :default "Fotnoter") ("uk" :html "&#1055;&#1088;&#1080;&#1084;&#1110;&#1090;&#1082;&#1080;" :utf-8 "Примітки") ("zh-CN" :html "&#33050;&#27880;" :utf-8 "脚注") ("zh-TW" :html "&#33139;&#35387;" :utf-8 "腳註")) ("List of Listings" ("ar" :default "قائمة بالبرامج") ("cs" :default "Seznam programů") ("da" :default "Programmer") ("de" :default "Programmauflistungsverzeichnis") ("es" :ascii "Indice de Listados de programas" :html "&Iacute;ndice de Listados de programas" :default "Índice de Listados de programas") ("et" :default "Loendite nimekiri") ("fr" :default "Liste des programmes") ("ja" :default "ソースコード目次") ("no" :default "Dataprogrammer") ("nb" :default "Dataprogrammer") ("ru" :html "&#1057;&#1087;&#1080;&#1089;&#1086;&#1082; &#1088;&#1072;&#1089;&#1087;&#1077;&#1095;&#1072;&#1090;&#1086;&#1082;" :utf-8 "Список распечаток") ("sl" :default "Seznam programskih izpisov") ("zh-CN" :html "&#20195;&#30721;&#30446;&#24405;" :utf-8 "代码目录")) ("List of Tables" ("ar" :default "قائمة بالجداول") ("cs" :default "Seznam tabulek") ("da" :default "Tabeller") ("de" :default "Tabellenverzeichnis") ("es" :ascii "Indice de tablas" :html "&Iacute;ndice de tablas" :default "Índice de tablas") ("et" :default "Tabelite nimekiri") ("fr" :default "Liste des tableaux") ("is" :default "Töfluskrá" :html "T&ouml;fluskr&aacute;") ("ja" :default "表目次") ("no" :default "Tabeller") ("nb" :default "Tabeller") ("nn" :default "Tabeller") ("pt_BR" :default "Índice de Tabelas" :ascii "Indice de Tabelas") ("ru" :html "&#1057;&#1087;&#1080;&#1089;&#1086;&#1082; &#1090;&#1072;&#1073;&#1083;&#1080;&#1094;" :utf-8 "Список таблиц") ("sl" :default "Seznam tabel") ("sv" :default "Tabeller") ("zh-CN" :html "&#34920;&#26684;&#30446;&#24405;" :utf-8 "表格目录")) ("Listing" ("ar" :default "برنامج") ("cs" :default "Program") ("da" :default "Program") ("de" :default "Programmlisting") ("es" :default "Listado de programa") ("et" :default "Loend") ("fr" :default "Programme" :html "Programme") ("ja" :default "ソースコード") ("no" :default "Dataprogram") ("nb" :default "Dataprogram") ("pt_BR" :default "Listagem") ("ru" :html "&#1056;&#1072;&#1089;&#1087;&#1077;&#1095;&#1072;&#1090;&#1082;&#1072;" :utf-8 "Распечатка") ("sl" :default "Izpis programa") ("zh-CN" :html "&#20195;&#30721;" :utf-8 "代码")) ("Listing %d:" ("ar" :default "برنامج %d:") ("cs" :default "Program %d:") ("da" :default "Program %d") ("de" :default "Programmlisting %d") ("es" :default "Listado de programa %d") ("et" :default "Loend %d") ("fr" :default "Programme %d :" :html "Programme&nbsp;%d&nbsp;:") ("ja" :default "ソースコード%d:") ("no" :default "Dataprogram %d") ("nb" :default "Dataprogram %d") ("pt_BR" :default "Listagem %d") ("ru" :html "&#1056;&#1072;&#1089;&#1087;&#1077;&#1095;&#1072;&#1090;&#1082;&#1072; %d.:" :utf-8 "Распечатка %d.:") ("sl" :default "Izpis programa %d") ("zh-CN" :html "&#20195;&#30721;%d&nbsp;" :utf-8 "代码%d ")) ("References" ("ar" :default "المراجع") ("cs" :default "Reference") ("fr" :ascii "References" :default "Références") ("de" :default "Quellen") ("es" :default "Referencias") ("sl" :default "Reference")) ("See figure %s" ("cs" :default "Viz obrázek %s") ("fr" :default "cf. figure %s" :html "cf.&nbsp;figure&nbsp;%s" :latex "cf.~figure~%s") ("sl" :default "Glej sliko %s")) ("See listing %s" ("cs" :default "Viz program %s") ("fr" :default "cf. programme %s" :html "cf.&nbsp;programme&nbsp;%s" :latex "cf.~programme~%s") ("sl" :default "Glej izpis programa %s")) ("See section %s" ("ar" :default "انظر قسم %s") ("cs" :default "Viz sekce %s") ("da" :default "jævnfør afsnit %s") ("de" :default "siehe Abschnitt %s") ("es" :ascii "Vea seccion %s" :html "Vea secci&oacute;n %s" :default "Vea sección %s") ("et" :html "Vaata peat&#252;kki %s" :utf-8 "Vaata peatükki %s") ("fr" :default "cf. section %s") ("ja" :default "セクション %s を参照") ("pt_BR" :html "Veja a se&ccedil;&atilde;o %s" :default "Veja a seção %s" :ascii "Veja a secao %s") ("ru" :html "&#1057;&#1084;. &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; %s" :utf-8 "См. раздел %s") ("sl" :default "Glej poglavje %d") ("zh-CN" :html "&#21442;&#35265;&#31532;%s&#33410;" :utf-8 "参见第%s节")) ("See table %s" ("cs" :default "Viz tabulka %s") ("fr" :default "cf. tableau %s" :html "cf.&nbsp;tableau&nbsp;%s" :latex "cf.~tableau~%s") ("sl" :default "Glej tabelo %s")) ("Table" ("ar" :default "جدول") ("cs" :default "Tabulka") ("de" :default "Tabelle") ("es" :default "Tabla") ("et" :default "Tabel") ("fr" :default "Tableau") ("is" :default "Tafla") ("ja" :default "表" :html "&#34920;") ("pt_BR" :default "Tabela") ("ru" :html "&#1058;&#1072;&#1073;&#1083;&#1080;&#1094;&#1072;" :utf-8 "Таблица") ("zh-CN" :html "&#34920;" :utf-8 "表")) ("Table %d:" ("ar" :default "جدول %d:") ("cs" :default "Tabulka %d:") ("da" :default "Tabel %d") ("de" :default "Tabelle %d") ("es" :default "Tabla %d") ("et" :default "Tabel %d") ("fr" :default "Tableau %d :") ("is" :default "Tafla %d") ("ja" :default "表%d:" :html "&#34920;%d:") ("no" :default "Tabell %d") ("nb" :default "Tabell %d") ("nn" :default "Tabell %d") ("pt_BR" :default "Tabela %d") ("ru" :html "&#1058;&#1072;&#1073;&#1083;&#1080;&#1094;&#1072; %d.:" :utf-8 "Таблица %d.:") ("sl" :default "Tabela %d") ("sv" :default "Tabell %d") ("zh-CN" :html "&#34920;%d&nbsp;" :utf-8 "表%d ")) ("Table of Contents" ("ar" :default "قائمة المحتويات") ("ca" :html "&Iacute;ndex") ("cs" :default "Obsah") ("da" :default "Indhold") ("de" :default "Inhaltsverzeichnis") ("eo" :default "Enhavo") ("es" :ascii "Indice" :html "&Iacute;ndice" :default "Índice") ("et" :default "Sisukord") ("fi" :html "Sis&auml;llysluettelo") ("fr" :ascii "Sommaire" :default "Table des matières") ("hu" :html "Tartalomjegyz&eacute;k") ("is" :default "Efnisyfirlit") ("it" :default "Indice") ("ja" :default "目次" :html "&#30446;&#27425;") ("nl" :default "Inhoudsopgave") ("no" :default "Innhold") ("nb" :default "Innhold") ("nn" :default "Innhald") ("pl" :html "Spis tre&#x015b;ci") ("pt_BR" :html "&Iacute;ndice" :utf8 "Índice" :ascii "Indice") ("ru" :html "&#1057;&#1086;&#1076;&#1077;&#1088;&#1078;&#1072;&#1085;&#1080;&#1077;" :utf-8 "Содержание") ("sl" :default "Kazalo") ("sv" :html "Inneh&aring;ll") ("uk" :html "&#1047;&#1084;&#1110;&#1089;&#1090;" :utf-8 "Зміст") ("zh-CN" :html "&#30446;&#24405;" :utf-8 "目录") ("zh-TW" :html "&#30446;&#37636;" :utf-8 "目錄")) ("Unknown reference" ("ar" :default "مرجع غير معرّف") ("da" :default "ukendt reference") ("de" :default "Unbekannter Verweis") ("es" :default "Referencia desconocida") ("et" :default "Tundmatu viide") ("fr" :ascii "Destination inconnue" :default "Référence inconnue") ("ja" :default "不明な参照先") ("pt_BR" :default "Referência desconhecida" :ascii "Referencia desconhecida") ("ru" :html "&#1053;&#1077;&#1080;&#1079;&#1074;&#1077;&#1089;&#1090;&#1085;&#1072;&#1103; &#1089;&#1089;&#1099;&#1083;&#1082;&#1072;" :utf-8 "Неизвестная ссылка") ("sl" :default "Neznana referenca") ("zh-CN" :html "&#26410;&#30693;&#24341;&#29992;" :utf-8 "未知引用")))))
5148                 nil [222663 237683])
5149             ("org-export-translate" function (:arguments ("s" "encoding" "info")) nil [237685 238300])
5150             ("org-export-async-start" function (:arguments ("fun" "body")) nil [239518 243680])
5151             ("org-export-to-buffer" function (:arguments ("backend" "buffer" "async" "subtreep" "visible-only" "body-only" "ext-plist" "post-process")) nil [243697 246109])
5152             ("org-export-to-file" function (:arguments ("backend" "file" "async" "subtreep" "visible-only" "body-only" "ext-plist" "post-process")) nil [246126 248619])
5153             ("org-export-output-file-name" function (:arguments ("extension" "subtreep" "pub-dir")) nil [248621 250652])
5154             ("org-export-add-to-stack" function (:arguments ("source" "backend" "process")) nil [250654 251153])
5155             ("org-export-stack" function (:user-visible-flag t) nil [251155 251492])
5156             ("org-export-stack-clear" function (:user-visible-flag t) nil [251494 251624])
5157             ("org-export-stack-refresh" function (:user-visible-flag t) nil [251626 251734])
5158             ("org-export-stack-remove" function
5159                (:user-visible-flag t
5160                 :arguments ("source"))
5161                 nil [251736 252098])
5162             ("org-export-stack-view" function
5163                (:user-visible-flag t
5164                 :arguments ("in-emacs"))
5165                 nil [252100 252544])
5166             ("org-export-stack-mode-map" variable (:default-value (let ((km (make-sparse-keymap))) (set-keymap-parent km tabulated-list-mode-map) (define-key km " " (quote next-line)) (define-key km "" (quote next-line)) (define-key km [down] (quote next-line)) (define-key km "" (quote previous-line)) (define-key km "" (quote previous-line)) (define-key km [up] (quote previous-line)) (define-key km "C" (quote org-export-stack-clear)) (define-key km "v" (quote org-export-stack-view)) (define-key km (kbd "RET") (quote org-export-stack-view)) (define-key km "d" (quote org-export-stack-remove)) km)) nil [252546 253141])
5167             ("define-derived-mode" code nil nil [253143 254150])
5168             ("org-export--stack-generate" function nil nil [254152 255267])
5169             ("org-export--stack-num-predicate" function (:arguments ("a" "b")) nil [255269 255401])
5170             ("org-export--stack-source-at-point" function nil nil [255403 256072])
5171             ("org-export-dispatch" function
5172                (:user-visible-flag t
5173                 :arguments ("arg"))
5174                 nil [256363 259262])
5175             ("org-export--dispatch-ui" function (:arguments ("options" "first-key" "expertp")) nil [259264 265977])
5176             ("org-export--dispatch-action" function (:arguments ("prompt" "allowed-keys" "entries" "options" "first-key" "expertp")) nil [265979 269344])
5177             ("ox" package nil nil [269348 269361]))          
5178       :file "ox.el"
5179       :pointmax 269458
5180       :fsize 270217
5181       :lastmodtime '(23525 29594 0 0)
5182       :unmatched-syntax nil)
5183     (semanticdb-table "semanticdb-table"
5184       :major-mode emacs-lisp-mode
5185       :tags 
5186         '( ("cl-lib" include nil nil [1937 1954])
5187             ("org-macs" include nil nil [1955 1974])
5188             ("declare-function" code nil nil [1975 2032])
5189             ("org-duration-canonical-units" variable
5190                (:constant-flag t
5191                 :default-value (\` (("min" . 1) ("h" . 60) ("d" \, (* 60 24)))))
5192                 nil [2058 2225])
5193             ("org-duration-units" variable (:default-value (\` (("min" . 1) ("h" . 60) ("d" \, (* 60 24)) ("w" \, (* 60 24 7)) ("m" \, (* 60 24 30)) ("y" \, (* 60 24 365.25))))) nil [2227 3397])
5194             ("org-duration-format" variable (:default-value (quote (("d") (special . h:mm)))) nil [3399 6127])
5195             ("org-duration--h:mm-re" variable
5196                (:constant-flag t
5197                 :default-value "\\`[     ]*[0-9]+\\(?::[0-9]\\{2\\}\\)\\{1,2\\}[     ]*\\'")
5198                 nil [6169 6424])
5199             ("org-duration--h:mm:ss-re" variable
5200                (:constant-flag t
5201                 :default-value "\\`[     ]*[0-9]+\\(?::[0-9]\\{2\\}\\)\\{2\\}[     ]*\\'")
5202                 nil [6426 6669])
5203             ("org-duration--unit-re" variable nil nil [6671 6876])
5204             ("org-duration--full-re" variable nil nil [6878 7016])
5205             ("org-duration--mixed-re" variable nil nil [7018 7266])
5206             ("org-duration--modifier" function (:arguments ("unit" "canonical")) nil [7268 7627])
5207             ("org-duration-set-regexps" function (:user-visible-flag t) nil [7668 8416])
5208             ("org-duration-p" function (:arguments ("s")) nil [8433 8669])
5209             ("org-duration-to-minutes" function (:arguments ("duration" "canonical")) nil [8686 10115])
5210             ("org-duration-from-minutes" function (:arguments ("minutes" "fmt" "canonical")) nil [10132 14164])
5211             ("org-duration-h:mm-only-p" function (:arguments ("times")) nil [14181 14898])
5212             ("org-duration-set-regexps" code nil nil [14922 14948])
5213             ("org-duration" package nil nil [14950 14973]))          
5214       :file "org-duration.el"
5215       :pointmax 15004
5216       :fsize 15003
5217       :lastmodtime '(23525 29590 0 0)
5218       :unmatched-syntax nil)
5219     (semanticdb-table "semanticdb-table"
5220       :major-mode emacs-lisp-mode
5221       :tags 
5222         '( ("cl-lib" include nil nil [1111 1128])
5223             ("org" include nil nil [1129 1143])
5224             ("declare-function" code nil nil [1145 1208])
5225             ("declare-function" code nil nil [1209 1272])
5226             ("declare-function" code nil nil [1273 1351])
5227             ("declare-function" code nil nil [1352 1422])
5228             ("declare-function" code nil nil [1423 1489])
5229             ("declare-function" code nil nil [1490 1611])
5230             ("declare-function" code nil nil [1612 1717])
5231             ("declare-function" code nil nil [1718 1790])
5232             ("declare-function" code nil nil [1791 1857])
5233             ("declare-function" code nil nil [1858 1917])
5234             ("org-agenda-columns-add-appointments-to-effort-sum" variable nil nil [1919 1977])
5235             ("org-agenda-columns-compute-summary-properties" variable nil nil [1978 2032])
5236             ("org-agenda-columns-show-summaries" variable nil nil [2033 2075])
5237             ("org-agenda-view-columns-initially" variable nil nil [2076 2118])
5238             ("org-inlinetask-min-level" variable nil nil [2119 2152])
5239             ("org-columns-modify-value-for-display-function" variable nil nil [2175 2698])
5240             ("org-columns-summary-types" variable nil nil [2700 3664])
5241             ("defvar-local" code nil nil [3686 3772])
5242             ("defvar-local" code nil nil [3774 3878])
5243             ("defvar-local" code nil nil [3880 4037])
5244             ("defvar-local" code nil nil [4039 4144])
5245             ("defvar-local" code nil nil [4146 4265])
5246             ("defvar-local" code nil nil [4267 4378])
5247             ("org-columns--time" variable nil nil [4380 4477])
5248             ("org-columns-map" variable (:default-value (make-sparse-keymap)) nil [4479 4564])
5249             ("org-columns-summary-types-default" variable
5250                (:constant-flag t
5251                 :default-value (quote (("+" . org-columns--summary-sum) ("$" . org-columns--summary-currencies) ("X" . org-columns--summary-checkbox) ("X/" . org-columns--summary-checkbox-count) ("X%" . org-columns--summary-checkbox-percent) ("max" . org-columns--summary-max) ("mean" . org-columns--summary-mean) ("min" . org-columns--summary-min) (":" . org-columns--summary-sum-times) (":max" . org-columns--summary-max-time) (":mean" . org-columns--summary-mean-time) (":min" . org-columns--summary-min-time) ("@max" . org-columns--summary-max-age) ("@mean" . org-columns--summary-mean-age) ("@min" . org-columns--summary-min-age) ("est+" . org-columns--summary-estimate))))
5252                 nil [4566 5431])
5253             ("org-columns-content" function (:user-visible-flag t) nil [5433 5563])
5254             ("org-defkey" code nil nil [5565 5618])
5255             ("org-defkey" code nil nil [5619 5665])
5256             ("org-defkey" code nil nil [5666 5722])
5257             ("org-defkey" code nil nil [5723 5780])
5258             ("org-defkey" code nil nil [5781 5852])
5259             ("org-defkey" code nil nil [5853 5915])
5260             ("org-defkey" code nil nil [5916 5972])
5261             ("org-defkey" code nil nil [5973 6023])
5262             ("org-defkey" code nil nil [6024 6074])
5263             ("org-defkey" code nil nil [6075 6125])
5264             ("org-defkey" code nil nil [6126 6176])
5265             ("org-defkey" code nil nil [6177 6227])
5266             ("org-defkey" code nil nil [6228 6286])
5267             ("org-defkey" code nil nil [6287 6348])
5268             ("org-defkey" code nil nil [6349 6440])
5269             ("org-defkey" code nil nil [6441 6533])
5270             ("org-defkey" code nil nil [6534 6836])
5271             ("org-defkey" code nil nil [6837 7137])
5272             ("org-defkey" code nil nil [7138 7214])
5273             ("org-defkey" code nil nil [7215 7279])
5274             ("org-defkey" code nil nil [7280 7359])
5275             ("org-defkey" code nil nil [7360 7428])
5276             ("org-defkey" code nil nil [7429 7481])
5277             ("org-defkey" code nil nil [7482 7533])
5278             ("org-defkey" code nil nil [7534 7601])
5279             ("org-defkey" code nil nil [7602 7667])
5280             ("org-defkey" code nil nil [7668 7734])
5281             ("org-defkey" code nil nil [7735 7803])
5282             ("dotimes" code nil nil [7804 7949])
5283             ("easy-menu-define" code nil nil [7951 8896])
5284             ("org-columns--displayed-value" function (:arguments ("spec" "value")) nil [8898 9749])
5285             ("org-columns--collect-values" function (:arguments ("compiled-fmt")) nil [9751 10891])
5286             ("org-columns--set-widths" function (:arguments ("cache")) nil [10893 11621])
5287             ("org-columns--new-overlay" function (:arguments ("beg" "end" "string" "face")) nil [11623 11922])
5288             ("org-columns--summarize" function (:arguments ("operator")) nil [11924 12210])
5289             ("org-columns--overlay-text" function (:arguments ("value" "fmt" "width" "property" "original")) nil [12212 12907])
5290             ("org-columns--display-here" function (:arguments ("columns" "dateline")) nil [12909 15844])
5291             ("org-columns-add-ellipses" function (:arguments ("string" "width")) nil [15846 16195])
5292             ("org-columns-full-header-line-format" variable nil nil [16197 16320])
5293             ("org-previous-header-line-format" variable nil nil [16321 16426])
5294             ("org-columns-inhibit-recalculation" variable nil nil [16427 16532])
5295             ("org-columns-flyspell-was-active" variable nil nil [16533 16742])
5296             ("header-line-format" variable nil nil [16744 16771])
5297             ("org-columns-previous-hscroll" variable nil nil [16772 16811])
5298             ("org-columns--display-here-title" function (:user-visible-flag t) nil [16813 17627])
5299             ("org-columns-hscroll-title" function nil nil [17629 18129])
5300             ("org-colview-initial-truncate-line-value" variable nil nil [18131 18242])
5301             ("org-columns-remove-overlays" function (:user-visible-flag t) nil [18259 19236])
5302             ("org-columns-compact-links" function (:arguments ("s")) nil [19238 19484])
5303             ("org-columns-show-value" function (:user-visible-flag t) nil [19486 19684])
5304             ("org-agenda-columns-active" variable nil nil [19686 19720])
5305             ("org-columns-quit" function (:user-visible-flag t) nil [19750 20247])
5306             ("org-columns-check-computed" function nil nil [20249 20586])
5307             ("org-columns-todo" function
5308                (:user-visible-flag t
5309                 :arguments ("_arg"))
5310                 nil [20588 20729])
5311             ("org-columns-set-tags-or-toggle" function
5312                (:user-visible-flag t
5313                 :arguments ("_arg"))
5314                 nil [20731 21041])
5315             ("org-agenda-overriding-columns-format" variable nil nil [21043 21211])
5316             ("org-columns-edit-value" function
5317                (:user-visible-flag t
5318                 :arguments ("key"))
5319                 nil [21213 24105])
5320             ("org-columns-edit-allowed" function (:user-visible-flag t) nil [24107 24910])
5321             ("org-columns--call" function (:arguments ("fun")) nil [24912 25267])
5322             ("org-columns-previous-allowed-value" function (:user-visible-flag t) nil [25269 25425])
5323             ("org-columns-next-allowed-value" function
5324                (:user-visible-flag t
5325                 :arguments ("previous" "nth"))
5326                 nil [25427 27882])
5327             ("org-colview-construct-allowed-dates" function (:arguments ("s")) nil [27884 28921])
5328             ("org-columns-open-link" function (:arguments ("arg")) nil [28923 29095])
5329             ("org-columns-get-format-and-top-level" function nil nil [29112 29241])
5330             ("org-columns-get-format" function
5331                (:user-visible-flag t
5332                 :arguments ("fmt-string"))
5333                 nil [29243 30074])
5334             ("org-columns-goto-top-level" function nil nil [30076 30556])
5335             ("org-columns" function
5336                (:user-visible-flag t
5337                 :arguments ("global" "columns-fmt-string"))
5338                 nil [30573 32676])
5339             ("org-columns-new" function
5340                (:user-visible-flag t
5341                 :arguments ("spec" "attributes"))
5342                 nil [32678 34174])
5343             ("org-columns-delete" function (:user-visible-flag t) nil [34176 34920])
5344             ("org-columns-edit-attributes" function (:user-visible-flag t) nil [34922 35099])
5345             ("org-columns-widen" function
5346                (:user-visible-flag t
5347                 :arguments ("arg"))
5348                 nil [35101 35504])
5349             ("org-columns-narrow" function
5350                (:user-visible-flag t
5351                 :arguments ("arg"))
5352                 nil [35506 35636])
5353             ("org-columns-move-right" function (:user-visible-flag t) nil [35638 36692])
5354             ("org-columns-move-left" function (:user-visible-flag t) nil [36694 36974])
5355             ("org-columns-store-format" function nil nil [36976 38349])
5356             ("org-columns-update" function (:arguments ("property")) nil [38351 39403])
5357             ("org-columns-redo" function (:user-visible-flag t) nil [39405 39940])
5358             ("org-columns-uncompile-format" function (:arguments ("compiled")) nil [39942 40472])
5359             ("org-columns-compile-format" function (:arguments ("fmt")) nil [40474 41945])
5360             ("org-columns--age-to-minutes" function (:arguments ("s")) nil [41975 42474])
5361             ("org-columns--format-age" function (:arguments ("minutes")) nil [42476 42657])
5362             ("org-columns--summary-apply-times" function (:arguments ("fun" "times")) nil [42687 43247])
5363             ("org-columns--compute-spec" function (:arguments ("spec" "update")) nil [43249 46077])
5364             ("org-columns-compute" function
5365                (:user-visible-flag t
5366                 :arguments ("property"))
5367                 nil [46094 46599])
5368             ("org-columns-compute-all" function nil nil [46601 47118])
5369             ("org-columns--summary-sum" function (:arguments ("values" "printf")) nil [47120 47327])
5370             ("org-columns--summary-currencies" function (:arguments ("values" "_")) nil [47329 47494])
5371             ("org-columns--summary-checkbox" function (:arguments ("check-boxes" "_")) nil [47496 47748])
5372             ("org-columns--summary-checkbox-count" function (:arguments ("check-boxes" "_")) nil [47750 48026])
5373             ("org-columns--summary-checkbox-percent" function (:arguments ("check-boxes" "_")) nil [48028 48285])
5374             ("org-columns--summary-min" function (:arguments ("values" "printf")) nil [48287 48503])
5375             ("org-columns--summary-max" function (:arguments ("values" "printf")) nil [48505 48721])
5376             ("org-columns--summary-mean" function (:arguments ("values" "printf")) nil [48723 48969])
5377             ("org-columns--summary-sum-times" function (:arguments ("times" "_")) nil [48971 49081])
5378             ("org-columns--summary-min-time" function (:arguments ("times" "_")) nil [49083 49221])
5379             ("org-columns--summary-max-time" function (:arguments ("times" "_")) nil [49223 49361])
5380             ("org-columns--summary-mean-time" function (:arguments ("times" "_")) nil [49363 49570])
5381             ("org-columns--summary-min-age" function (:arguments ("ages" "_")) nil [49572 49747])
5382             ("org-columns--summary-max-age" function (:arguments ("ages" "_")) nil [49749 49924])
5383             ("org-columns--summary-mean-age" function (:arguments ("ages" "_")) nil [49926 50132])
5384             ("org-columns--summary-estimate" function (:arguments ("estimates" "_")) nil [50134 50787])
5385             ("org-columns--capture-view" function (:arguments ("maxlevel" "skip-empty" "format" "local")) nil [50827 52458])
5386             ("org-columns--clean-item" function (:arguments ("item")) nil [52460 53015])
5387             ("org-dblock-write:columnview" function (:arguments ("params")) nil [53032 57492])
5388             ("org-columns-insert-dblock" function (:user-visible-flag t) nil [57509 58009])
5389             ("org-agenda-columns" function (:user-visible-flag t) nil [58060 60230])
5390             ("org-agenda-colview-summarize" function (:arguments ("cache")) nil [60232 62467])
5391             ("org-agenda-colview-compute" function (:arguments ("fmt")) nil [62469 63261])
5392             ("org-colview" package nil nil [63264 63286]))          
5393       :file "org-colview.el"
5394       :pointmax 63317
5395       :fsize 63316
5396       :lastmodtime '(23525 29589 0 0)
5397       :unmatched-syntax nil)
5398     (semanticdb-table "semanticdb-table"
5399       :major-mode emacs-lisp-mode
5400       :tags 
5401         '( ("cl-lib" include nil nil [2108 2125])
5402             ("org" include nil nil [2126 2140])
5403             ("declare-function" code nil nil [2142 2200])
5404             ("declare-function" code nil nil [2201 2278])
5405             ("declare-function" code nil nil [2279 2376])
5406             ("declare-function" code nil nil [2377 2428])
5407             ("declare-function" code nil nil [2429 2480])
5408             ("declare-function" code nil nil [2481 2532])
5409             ("declare-function" code nil nil [2533 2590])
5410             ("declare-function" code nil nil [2591 2645])
5411             ("org-end-time-was-given" variable nil nil [2647 2678])
5412             ("org-remember-default-headline" variable nil nil [2679 2717])
5413             ("org-remember-templates" variable nil nil [2718 2749])
5414             ("org-table-hlines" variable nil nil [2750 2775])
5415             ("org-table-current-begin-pos" variable nil nil [2776 2812])
5416             ("dired-buffers" variable nil nil [2813 2835])
5417             ("org-capture-clock-was-started" variable nil nil [2837 2931])
5418             ("org-capture-last-stored-marker" variable (:default-value (make-marker)) nil [2933 3060])
5419             ("org-capture-link-is-already-stored" variable nil nil [3191 3238])
5420             ("org-capture-is-refiling" variable nil nil [3240 3331])
5421             ("org-capture--prompt-history-table" variable (:default-value (make-hash-table :test (function equal))) nil [3333 3456])
5422             ("org-capture--prompt-history" variable nil nil [3458 3540])
5423             ("org-capture" customgroup (:user-visible-flag t) nil [3542 3649])
5424             ("org-capture-upgrade-templates" function (:arguments ("templates")) nil [3651 5100])
5425             ("org-capture-templates" variable nil nil [5102 19125])
5426             ("org-capture-before-finalize-hook" variable nil nil [19127 19391])
5427             ("org-capture-after-finalize-hook" variable nil nil [19393 19588])
5428             ("org-capture-prepare-finalize-hook" variable nil nil [19590 19796])
5429             ("org-capture-bookmark" variable (:default-value t) nil [19798 19975])
5430             ("org-capture-plist" variable nil nil [20050 20159])
5431             ("org-capture-current-plist" variable nil nil [20161 20554])
5432             ("org-capture-clock-keep" variable nil nil [20556 20728])
5433             ("org-capture-put" function (:arguments ("stuff")) nil [20730 20946])
5434             ("org-capture-get" function (:arguments ("prop" "local")) nil [20947 21328])
5435             ("org-capture-member" function (:arguments ("prop" "local")) nil [21330 21690])
5436             ("org-capture-mode-map" variable (:default-value (make-sparse-keymap)) nil [21712 21902])
5437             ("org-capture-mode-hook" variable nil nil [21904 21981])
5438             ("define-minor-mode" code nil nil [21983 22397])
5439             ("define-key" code nil nil [22398 22464])
5440             ("define-key" code nil nil [22465 22527])
5441             ("define-key" code nil nil [22528 22592])
5442             ("org-capture-initial" variable nil nil [22617 22649])
5443             ("org-capture-entry" variable nil nil [22650 22680])
5444             ("org-capture-string" function
5445                (:user-visible-flag t
5446                 :arguments ("string" "keys"))
5447                 nil [22697 22951])
5448             ("org-capture-templates-contexts" variable nil nil [22953 24747])
5449             ("org-capture-use-agenda-date" variable nil nil [24749 25005])
5450             ("org-capture" function
5451                (:user-visible-flag t
5452                 :arguments ("goto" "keys"))
5453                 nil [25022 29236])
5454             ("org-capture-get-template" function nil nil [29238 29955])
5455             ("org-capture-finalize" function
5456                (:user-visible-flag t
5457                 :arguments ("stay-with-capture"))
5458                 nil [29957 35061])
5459             ("org-capture-refile" function (:user-visible-flag t) nil [35063 36616])
5460             ("org-capture-kill" function (:user-visible-flag t) nil [36618 36926])
5461             ("org-capture-goto-last-stored" function (:user-visible-flag t) nil [36928 37229])
5462             ("org-capture-put-target-region-and-position" function nil nil [37282 37634])
5463             ("org-time-was-given" variable nil nil [37636 37663])
5464             ("org-capture-set-target-location" function (:arguments ("target")) nil [37695 43118])
5465             ("org-capture-expand-file" function (:arguments ("file")) nil [43120 43859])
5466             ("org-capture-target-buffer" function (:arguments ("file")) nil [43861 44175])
5467             ("org-capture-place-template" function (:arguments ("inhibit-wconf-store")) nil [44177 45106])
5468             ("org-capture-place-entry" function nil nil [45108 46463])
5469             ("org-capture-place-item" function nil nil [46465 48529])
5470             ("org-capture-place-table-line" function nil nil [48531 51561])
5471             ("org-capture-place-plain-text" function nil nil [51563 52884])
5472             ("org-capture-mark-kill-region" function (:arguments ("beg" "end")) nil [52886 53138])
5473             ("org-capture-position-for-last-stored" function (:arguments ("where")) nil [53140 53643])
5474             ("org-capture-store-last-position" function nil nil [53645 54400])
5475             ("org-capture-narrow" function (:arguments ("beg" "end")) nil [54402 54583])
5476             ("org-capture-empty-lines-before" function (:arguments ("n")) nil [54585 54992])
5477             ("org-capture-empty-lines-after" function (:arguments ("n")) nil [54994 55426])
5478             ("org-clock-marker" variable nil nil [55428 55453])
5479             ("org-capture-insert-template-here" function nil nil [55475 56679])
5480             ("org-capture-set-plist" function (:arguments ("entry")) nil [56681 57466])
5481             ("org-capture-goto-target" function
5482                (:user-visible-flag t
5483                 :arguments ("template-key"))
5484                 nil [57468 57919])
5485             ("org-capture-get-indirect-buffer" function (:arguments ("buffer" "prefix")) nil [57921 58552])
5486             ("org-capture-verify-tree" function (:arguments ("tree")) nil [58554 58733])
5487             ("org-mks" function (:arguments ("table" "title" "prompt" "specials")) nil [58735 62249])
5488             ("org-capture-select-template" function (:arguments ("keys")) nil [62273 62984])
5489             ("org-capture--clipboards" variable nil nil [62986 63058])
5490             ("org-capture-fill-template" function (:arguments ("template" "initial" "annotation")) nil [63060 72393])
5491             ("org-capture-escaped-%" function nil nil [72395 72695])
5492             ("org-capture-expand-embedded-elisp" function (:arguments ("mark")) nil [72697 73909])
5493             ("org-capture--expand-keyword-in-embedded-elisp" function (:arguments ("attr")) nil [73911 74436])
5494             ("org-capture-inside-embedded-elisp-p" function nil nil [74438 74675])
5495             ("org-capture-import-remember-templates" function (:user-visible-flag t) nil [74692 76174])
5496             ("org-capture" package nil nil [76177 76199]))          
5497       :file "org-capture.el"
5498       :pointmax 76230
5499       :fsize 76229
5500       :lastmodtime '(23525 29589 0 0)
5501       :unmatched-syntax nil)
5502     (semanticdb-table "semanticdb-table"
5503       :major-mode emacs-lisp-mode
5504       :tags 
5505         '( ("org-release" function nil nil [84 247])
5506             ("org-git-version" function nil nil [263 453])
5507             ("org-version" package nil nil [456 478]))          
5508       :file "org-version.el"
5509       :pointmax 603
5510       :fsize 602
5511       :lastmodtime '(23525 29592 0 0)
5512       :unmatched-syntax nil)
5513     (semanticdb-table "semanticdb-table"
5514       :major-mode emacs-lisp-mode
5515       :tags 
5516         '( ("cl-lib" include nil nil [1450 1467])
5517             ("org" include nil nil [1468 1482])
5518             ("declare-function" code nil nil [1484 1540])
5519             ("declare-function" code nil nil [1541 1604])
5520             ("declare-function" code nil nil [1605 1675])
5521             ("declare-function" code nil nil [1676 1742])
5522             ("declare-function" code nil nil [1743 1832])
5523             ("declare-function" code nil nil [1833 1961])
5524             ("declare-function" code nil nil [1962 2060])
5525             ("declare-function" code nil nil [2061 2133])
5526             ("declare-function" code nil nil [2134 2193])
5527             ("declare-function" code nil nil [2195 2259])
5528             ("declare-function" code nil nil [2260 2332])
5529             ("declare-function" code nil nil [2333 2415])
5530             ("declare-function" code nil nil [2416 2478])
5531             ("declare-function" code nil nil [2479 2532])
5532             ("declare-function" code nil nil [2533 2626])
5533             ("declare-function" code nil nil [2627 2684])
5534             ("declare-function" code nil nil [2685 2754])
5535             ("declare-function" code nil nil [2755 2829])
5536             ("declare-function" code nil nil [2831 2903])
5537             ("constants-unit-system" variable nil nil [2905 2935])
5538             ("org-element-use-cache" variable nil nil [2936 2966])
5539             ("org-export-filters-alist" variable nil nil [2967 3000])
5540             ("org-table-follow-field-mode" variable nil nil [3001 3037])
5541             ("orgtbl-mode" variable nil nil [3038 3058])
5542             ("orgtbl-mode-menu" variable nil nil [3075 3100])
5543             ("sort-fold-case" variable nil nil [3144 3167])
5544             ("orgtbl-after-send-table-hook" variable nil nil [3169 3438])
5545             ("org-table-TBLFM-begin-regexp" variable (:default-value "^[     ]*|.*
5546 [     ]*#\\+TBLFM: ") nil [3440 3509])
5547             ("orgtbl-optimized" variable (:default-value t) nil [3511 4034])
5548             ("orgtbl-radio-table-templates" variable (:default-value (quote ((latex-mode "% BEGIN RECEIVE ORGTBL %n
5549 % END RECEIVE ORGTBL %n
5550 \\begin{comment}
5551 #+ORGTBL: SEND %n orgtbl-to-latex :splice nil :skip 0
5552 | | |
5553 \\end{comment}
5554 ") (texinfo-mode "@c BEGIN RECEIVE ORGTBL %n
5555 @c END RECEIVE ORGTBL %n
5556 @ignore
5557 #+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0
5558 | | |
5559 @end ignore
5560 ") (html-mode "<!-- BEGIN RECEIVE ORGTBL %n -->
5561 <!-- END RECEIVE ORGTBL %n -->
5562 <!--
5563 #+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0
5564 | | |
5565 -->
5566 ") (org-mode "#+ BEGIN RECEIVE ORGTBL %n
5567 #+ END RECEIVE ORGTBL %n
5568
5569 #+ORGTBL: SEND %n orgtbl-to-orgtbl :splice nil :skip 0
5570 | | |
5571 ")))) nil [4036 5821])
5572             ("org-table-settings" customgroup (:user-visible-flag t) nil [5823 5941])
5573             ("org-table-default-size" variable (:default-value "5x2") nil [5943 6091])
5574             ("org-table-number-regexp" variable (:default-value "^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%:]*\\|[<>]?[-+]?0[xX][0-9a-fA-F.]+\\|[<>]?[-+]?[0-9]+#[0-9a-zA-Z.]+\\|nan\\|[-+u]?inf\\)$") nil [6093 7703])
5575             ("org-table-number-fraction" variable (:default-value 0.5) nil [7705 8034])
5576             ("org-table-editing" customgroup (:user-visible-flag t) nil [8036 8166])
5577             ("org-table-automatic-realign" variable (:default-value t) nil [8168 8425])
5578             ("org-table-auto-blank-field" variable (:default-value t) nil [8427 8685])
5579             ("org-table-exit-follow-field-mode-when-leaving-table" variable (:default-value t) nil [8687 9150])
5580             ("org-table-fix-formulas-confirm" variable nil nil [9152 9445])
5581             ("put" code nil nil [9446 9564])
5582             ("org-table-tab-jumps-over-hlines" variable (:default-value t) nil [9566 9957])
5583             ("org-table-calculation" customgroup (:user-visible-flag t) nil [9959 10089])
5584             ("org-table-use-standard-references" variable (:default-value (quote from)) nil [10091 10603])
5585             ("org-table-copy-increment" variable (:default-value t) nil [10605 11018])
5586             ("org-calc-default-modes" variable (:default-value (quote (calc-internal-prec 12 calc-float-format (float 8) calc-angle-mode deg calc-prefer-frac nil calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www (" " hh ":" mm)) calc-display-working-message t))) nil [11020 11663])
5587             ("org-table-duration-custom-format" variable (:default-value (quote hours)) nil [11665 12364])
5588             ("org-table-duration-hour-zero-padding" variable (:default-value t) nil [12366 12656])
5589             ("org-table-formula-field-format" variable (:default-value "%s") nil [12658 12999])
5590             ("org-table-formula-evaluate-inline" variable (:default-value t) nil [13001 13536])
5591             ("org-table-formula-use-constants" variable (:default-value t) nil [13538 13879])
5592             ("org-table-formula-constants" variable nil nil [13881 14526])
5593             ("org-table-allow-automatic-line-recalculation" variable (:default-value t) nil [14528 14828])
5594             ("org-table-relative-ref-may-cross-hline" variable (:default-value t) nil [14830 15595])
5595             ("org-table-formula-create-columns" variable nil nil [15597 16330])
5596             ("org-table-import-export" customgroup (:user-visible-flag t) nil [16332 16483])
5597             ("org-table-export-default-format" variable (:default-value "orgtbl-to-tsv") nil [16485 16852])
5598             ("org-table-convert-region-max-lines" variable (:default-value 999) nil [16854 17175])
5599             ("org-table-auto-recalculate-regexp" variable
5600                (:constant-flag t
5601                 :default-value "^[     ]*| *# *\\(|\\|$\\)")
5602                 nil [17177 17311])
5603             ("org-table-recalculate-regexp" variable
5604                (:constant-flag t
5605                 :default-value "^[     ]*| *[#*] *\\(|\\|$\\)")
5606                 nil [17313 17435])
5607             ("org-table-calculate-mark-regexp" variable
5608                (:constant-flag t
5609                 :default-value "^[     ]*| *[!$^_#*] *\\(|\\|$\\)")
5610                 nil [17437 17564])
5611             ("org-table-border-regexp" variable
5612                (:constant-flag t
5613                 :default-value "^[     ]*[^|     ]")
5614                 nil [17566 17668])
5615             ("org-table-last-highlighted-reference" variable nil nil [17670 17719])
5616             ("org-table-formula-history" variable nil nil [17721 17759])
5617             ("org-table-column-names" variable nil nil [17761 17907])
5618             ("org-table-column-name-regexp" variable nil nil [17909 18063])
5619             ("org-table-local-parameters" variable nil nil [18065 18218])
5620             ("org-table-named-field-locations" variable nil nil [18220 18578])
5621             ("org-table-current-line-types" variable nil nil [18580 18714])
5622             ("org-table-current-begin-pos" variable nil nil [18716 18858])
5623             ("org-table-current-ncol" variable nil nil [18860 18990])
5624             ("org-table-dlines" variable nil nil [18992 19194])
5625             ("org-table-hlines" variable nil nil [19196 19394])
5626             ("org-table-range-regexp" variable
5627                (:constant-flag t
5628                 :default-value "@\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\(\\.\\.@?\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\)?")
5629                 nil [19396 19689])
5630             ("org-table-range-regexp2" variable
5631                (:constant-flag t
5632                 :default-value (concat "\\(" "@[-0-9I$&]+" "\\|" "[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)" "\\|" "\\$[a-zA-Z0-9]+" "\\)" "\\.\\." "\\(" "@?[-0-9I$&]+" "\\|" "[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)" "\\|" "\\$[a-zA-Z0-9]+" "\\)"))
5633                 nil [19691 19980])
5634             ("org-table-translate-regexp" variable
5635                (:constant-flag t
5636                 :default-value (concat "\\(" "@[-0-9I$]+" "\\|" "[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)" "\\)"))
5637                 nil [19982 20166])
5638             ("org-table-save-field" function (:arguments ("body")) nil [20168 20600])
5639             ("org-table-create-with-table.el" function (:user-visible-flag t) nil [20617 21109])
5640             ("org-table-create-or-convert-from-region" function
5641                (:user-visible-flag t
5642                 :arguments ("arg"))
5643                 nil [21126 21676])
5644             ("org-table-create" function
5645                (:user-visible-flag t
5646                 :arguments ("size"))
5647                 nil [21693 22705])
5648             ("org-table-convert-region" function
5649                (:user-visible-flag t
5650                 :arguments ("beg0" "end0" "separator"))
5651                 nil [22722 25472])
5652             ("org-table-import" function
5653                (:user-visible-flag t
5654                 :arguments ("file" "separator"))
5655                 nil [25489 26412])
5656             ("org-table-export" function
5657                (:user-visible-flag t
5658                 :arguments ("file" "format"))
5659                 nil [26430 29323])
5660             ("org-table-aligned-begin-marker" variable (:default-value (make-marker)) nil [29325 29506])
5661             ("org-table-aligned-end-marker" variable (:default-value (make-marker)) nil [29507 29680])
5662             ("org-table-last-alignment" variable nil nil [29681 29861])
5663             ("org-table-last-column-widths" variable nil nil [29862 30022])
5664             ("defvar-local" code nil nil [30023 30160])
5665             ("defvar-local" code nil nil [30161 30262])
5666             ("org-last-recalc-line" variable nil nil [30264 30297])
5667             ("org-table-do-narrow" variable (:default-value t) nil [30298 30328])
5668             ("org-narrow-column-arrow" variable
5669                (:constant-flag t
5670                 :default-value "=>")
5671                 nil [30353 30448])
5672             ("org-table-align" function (:user-visible-flag t) nil [30465 38676])
5673             ("org-table-begin" function (:arguments ("table-type")) nil [38693 39151])
5674             ("org-table-end" function (:arguments ("table-type")) nil [39168 40026])
5675             ("org-table-justify-field-maybe" function (:arguments ("new")) nil [40043 41627])
5676             ("org-table-next-field" function (:user-visible-flag t) nil [41644 42545])
5677             ("org-table-previous-field" function (:user-visible-flag t) nil [42562 43287])
5678             ("org-table-beginning-of-field" function
5679                (:user-visible-flag t
5680                 :arguments ("n"))
5681                 nil [43289 43905])
5682             ("org-table-end-of-field" function
5683                (:user-visible-flag t
5684                 :arguments ("n"))
5685                 nil [43907 44493])
5686             ("org-table-next-row" function (:user-visible-flag t) nil [44510 45141])
5687             ("org-table-copy-down" function
5688                (:user-visible-flag t
5689                 :arguments ("n"))
5690                 nil [45158 48415])
5691             ("org-table-check-inside-data-field" function (:arguments ("noerror")) nil [48417 48879])
5692             ("org-table-clip" variable nil nil [48881 48941])
5693             ("org-table-get" function (:arguments ("line" "column")) nil [48943 49441])
5694             ("org-table-put" function (:arguments ("line" "column" "value" "align")) nil [49443 49848])
5695             ("org-table-current-line" function nil nil [49850 50172])
5696             ("org-table-goto-line" function (:arguments ("N")) nil [50174 50496])
5697             ("org-table-blank-field" function (:user-visible-flag t) nil [50513 51102])
5698             ("org-table-get-field" function (:arguments ("n" "replace")) nil [51104 51769])
5699             ("org-table-field-info" function
5700                (:user-visible-flag t
5701                 :arguments ("_arg"))
5702                 nil [51786 53476])
5703             ("org-table-current-column" function (:user-visible-flag t) nil [53478 53719])
5704             ("org-table-current-dline" function nil nil [53721 54054])
5705             ("org-table-goto-column" function
5706                (:user-visible-flag t
5707                 :arguments ("n" "on-delim" "force"))
5708                 nil [54071 54851])
5709             ("org-table-insert-column" function (:user-visible-flag t) nil [54868 55615])
5710             ("org-table-find-dataline" function nil nil [55617 56203])
5711             ("org-table-line-to-dline" function (:arguments ("line" "above")) nil [56205 56985])
5712             ("org-table-delete-column" function (:user-visible-flag t) nil [57002 57963])
5713             ("org-table-move-column-right" function (:user-visible-flag t) nil [57980 58094])
5714             ("org-table-move-column-left" function (:user-visible-flag t) nil [58110 58224])
5715             ("org-table-move-column" function
5716                (:user-visible-flag t
5717                 :arguments ("left"))
5718                 nil [58241 59765])
5719             ("org-table-move-row-down" function (:user-visible-flag t) nil [59782 59884])
5720             ("org-table-move-row-up" function (:user-visible-flag t) nil [59900 59998])
5721             ("org-table-move-row" function
5722                (:user-visible-flag t
5723                 :arguments ("up"))
5724                 nil [60015 61403])
5725             ("org-table-insert-row" function
5726                (:user-visible-flag t
5727                 :arguments ("arg"))
5728                 nil [61420 62538])
5729             ("org-table-insert-hline" function
5730                (:user-visible-flag t
5731                 :arguments ("above"))
5732                 nil [62555 63505])
5733             ("org-table-hline-and-move" function
5734                (:user-visible-flag t
5735                 :arguments ("same-column"))
5736                 nil [63522 63975])
5737             ("org-table-clean-line" function (:arguments ("s")) nil [63977 64505])
5738             ("org-table-kill-row" function (:user-visible-flag t) nil [64522 65219])
5739             ("org-table-sort-lines" function
5740                (:user-visible-flag t
5741                 :arguments ("with-case" "sorting-type" "getkey-func" "compare-func" "interactive?"))
5742                 nil [65236 69857])
5743             ("org-table-cut-region" function
5744                (:user-visible-flag t
5745                 :arguments ("beg" "end"))
5746                 nil [69874 70212])
5747             ("org-table-copy-region" function
5748                (:user-visible-flag t
5749                 :arguments ("beg" "end" "cut"))
5750                 nil [70229 71439])
5751             ("org-table-paste-rectangle" function (:user-visible-flag t) nil [71456 72443])
5752             ("org-table-convert" function (:user-visible-flag t) nil [72460 74223])
5753             ("org-table-transpose-table-at-point" function (:user-visible-flag t) nil [74225 75215])
5754             ("org-table-wrap-region" function
5755                (:user-visible-flag t
5756                 :arguments ("arg"))
5757                 nil [75232 77813])
5758             ("org-field-marker" variable nil nil [77815 77844])
5759             ("org-table-edit-field" function
5760                (:user-visible-flag t
5761                 :arguments ("arg"))
5762                 nil [77861 79994])
5763             ("org-table-finish-edit-field" function nil nil [79996 80803])
5764             ("define-minor-mode" code nil nil [80805 81606])
5765             ("org-table-follow-fields-with-editor" function nil nil [81608 82010])
5766             ("org-timecnt" variable nil nil [82012 82032])
5767             ("org-table-sum" function
5768                (:user-visible-flag t
5769                 :arguments ("beg" "end" "nlast"))
5770                 nil [82080 84211])
5771             ("org-table-get-number-for-summing" function (:arguments ("s")) nil [84213 84979])
5772             ("org-table-current-field-formula" function (:arguments ("key" "noerror")) nil [84981 85982])
5773             ("org-table-get-formula" function (:arguments ("equation" "named")) nil [85984 87893])
5774             ("org-table-store-formulas" function (:arguments ("alist" "location")) nil [87895 88716])
5775             ("org-table-formula-make-cmp-string" function (:arguments ("a")) nil [88718 89443])
5776             ("org-table-formula-less-p" function (:arguments ("a" "b")) nil [89445 89662])
5777             ("org-table-get-stored-formulas" function (:arguments ("noerror" "location")) nil [89679 91169])
5778             ("org-table-fix-formulas" function (:arguments ("key" "replace" "limit" "delta" "remove")) nil [91171 92624])
5779             ("org-table-maybe-eval-formula" function nil nil [92641 93265])
5780             ("org-recalc-commands" variable nil nil [93267 93401])
5781             ("org-recalc-marks" variable (:default-value (quote ((" " . "Unmarked: no special line, no automatic recalculation") ("#" . "Automatically recalculate this line upon TAB, RET, and C-c C-c in the line") ("*" . "Recalculate only when entire table is recalculated with `C-u C-c *'") ("!" . "Column name definition line.  Reference in formula as $name.") ("$" . "Parameter definition line name=value.  Reference in formula as $name.") ("_" . "Names for values in row below this one.") ("^" . "Names for values in row above this one.")))) nil [93403 93935])
5782             ("org-table-rotate-recalc-marks" function
5783                (:user-visible-flag t
5784                 :arguments ("newchar"))
5785                 nil [93952 96608])
5786             ("org-table-analyze" function nil nil [96625 100757])
5787             ("org-table-goto-field" function (:arguments ("ref" "create-column-p")) nil [100759 101982])
5788             ("org-table-maybe-recalculate-line" function (:user-visible-flag t) nil [101999 102441])
5789             ("org-tbl-calc-modes" variable nil nil [102443 102470])
5790             ("org-set-calc-mode" function (:arguments ("var" "value")) nil [102520 102952])
5791             ("org-table-eval-formula" function
5792                (:user-visible-flag t
5793                 :arguments ("arg" "equation" "suppress-align" "suppress-const" "suppress-store" "suppress-analysis"))
5794                 nil [102969 113941])
5795             ("org-table-put-field-property" function (:arguments ("prop" "value")) nil [113943 114149])
5796             ("org-table-get-range" function (:arguments ("desc" "tbeg" "col" "highlight" "corners-only")) nil [114151 117228])
5797             ("org-table--descriptor-line" function (:arguments ("desc" "cline")) nil [117230 118568])
5798             ("org-table--row-type" function (:arguments ("type" "n" "i" "backwards" "relative" "desc")) nil [118570 119768])
5799             ("org-table--error-on-old-row-references" function (:arguments ("s")) nil [119770 119944])
5800             ("org-table-make-reference" function (:arguments ("elements" "keep-empty" "numbers" "lispp")) nil [119946 121807])
5801             ("org-table-message-once-per-second" function (:arguments ("t1" "args")) nil [121809 122248])
5802             ("org-table-recalculate" function
5803                (:user-visible-flag t
5804                 :arguments ("all" "noalign"))
5805                 nil [122265 128825])
5806             ("org-table-iterate" function
5807                (:user-visible-flag t
5808                 :arguments ("arg"))
5809                 nil [128842 129610])
5810             ("org-table-recalculate-buffer-tables" function (:user-visible-flag t) nil [129627 130022])
5811             ("org-table-iterate-buffer-tables" function (:user-visible-flag t) nil [130039 130742])
5812             ("org-table-calc-current-TBLFM" function
5813                (:user-visible-flag t
5814                 :arguments ("arg"))
5815                 nil [130744 131561])
5816             ("org-table-TBLFM-begin" function nil nil [131563 131869])
5817             ("org-table-expand-lhs-ranges" function (:arguments ("equations")) nil [131871 133233])
5818             ("org-table-formula-handle-first/last-rc" function (:arguments ("s")) nil [133235 134500])
5819             ("org-table-formula-substitute-names" function (:arguments ("f")) nil [134502 135556])
5820             ("org-table-get-constant" function (:arguments ("const")) nil [135558 136059])
5821             ("org-table-fedit-map" variable (:default-value (let ((map (make-sparse-keymap))) (org-defkey map "" (quote org-table-fedit-finish)) (org-defkey map "" (quote org-table-fedit-finish)) (org-defkey map "" (quote org-table-fedit-finish)) (org-defkey map "'" (quote org-table-fedit-finish)) (org-defkey map "" (quote org-table-fedit-abort)) (org-defkey map "?" (quote org-table-show-reference)) (org-defkey map [(meta shift up)] (quote org-table-fedit-line-up)) (org-defkey map [(meta shift down)] (quote org-table-fedit-line-down)) (org-defkey map [(shift up)] (quote org-table-fedit-ref-up)) (org-defkey map [(shift down)] (quote org-table-fedit-ref-down)) (org-defkey map [(shift left)] (quote org-table-fedit-ref-left)) (org-defkey map [(shift right)] (quote org-table-fedit-ref-right)) (org-defkey map [(meta up)] (quote org-table-fedit-scroll-down)) (org-defkey map [(meta down)] (quote org-table-fedit-scroll)) (org-defkey map [(meta tab)] (quote lisp-complete-symbol)) (org-defkey map "\211" (quote lisp-complete-symbol)) (org-defkey map [(tab)] (quote org-table-fedit-lisp-indent)) (org-defkey map "    " (quote org-table-fedit-lisp-indent)) (org-defkey map "" (quote org-table-fedit-toggle-ref-type)) (org-defkey map "}" (quote org-table-fedit-toggle-coordinates)) map)) nil [136061 137385])
5822             ("easy-menu-define" code nil nil [137387 138550])
5823             ("org-pos" variable nil nil [138552 138568])
5824             ("org-table--fedit-source" variable nil nil [138569 138650])
5825             ("org-table-edit-formulas" function (:user-visible-flag t) nil [138667 141189])
5826             ("org-table-fedit-post-command" function nil nil [141191 141413])
5827             ("org-table-formula-to-user" function (:arguments ("s")) nil [141415 141605])
5828             ("org-table-formula-from-user" function (:arguments ("s")) nil [141607 141792])
5829             ("org-table-convert-refs-to-rc" function (:arguments ("s")) nil [141794 142952])
5830             ("org-table-convert-refs-to-an" function (:arguments ("s")) nil [142954 143592])
5831             ("org-letters-to-number" function (:arguments ("s")) nil [143594 143874])
5832             ("org-number-to-letters" function (:arguments ("n")) nil [143876 144132])
5833             ("org-table-time-string-to-seconds" function (:arguments ("s")) nil [144134 145259])
5834             ("org-table-time-seconds-to-string" function (:arguments ("secs" "output-format")) nil [145261 146135])
5835             ("org-table-fedit-convert-buffer" function (:arguments ("function")) nil [146137 146560])
5836             ("org-table-fedit-toggle-ref-type" function (:user-visible-flag t) nil [146562 146986])
5837             ("org-table-fedit-ref-up" function (:user-visible-flag t) nil [146988 147128])
5838             ("org-table-fedit-ref-down" function (:user-visible-flag t) nil [147129 147275])
5839             ("org-table-fedit-ref-left" function (:user-visible-flag t) nil [147276 147425])
5840             ("org-table-fedit-ref-right" function (:user-visible-flag t) nil [147426 147578])
5841             ("org-table-fedit-shift-reference" function (:arguments ("dir")) nil [147580 148295])
5842             ("org-rematch-and-replace" function (:arguments ("n" "decr" "hline")) nil [148297 148675])
5843             ("org-table-shift-refpart" function (:arguments ("ref" "decr" "hline")) nil [148677 149787])
5844             ("org-table-fedit-toggle-coordinates" function (:user-visible-flag t) nil [149789 150085])
5845             ("org-table-fedit-finish" function
5846                (:user-visible-flag t
5847                 :arguments ("arg"))
5848                 nil [150087 151373])
5849             ("org-table-fedit-abort" function (:user-visible-flag t) nil [151375 151775])
5850             ("org-table-fedit-lisp-indent" function (:user-visible-flag t) nil [151777 153078])
5851             ("org-show-positions" variable nil nil [153080 153111])
5852             ("org-table-show-reference" function
5853                (:user-visible-flag t
5854                 :arguments ("local"))
5855                 nil [153113 158224])
5856             ("org-table-force-dataline" function nil nil [158226 158781])
5857             ("org-table-fedit-line-up" function (:user-visible-flag t) nil [158783 158934])
5858             ("org-table-fedit-line-down" function (:user-visible-flag t) nil [158936 159087])
5859             ("org-table-fedit-move" function (:arguments ("command")) nil [159089 159665])
5860             ("org-table-fedit-scroll" function (:arguments ("N")) nil [159667 159812])
5861             ("org-table-fedit-scroll-down" function (:arguments ("N")) nil [159814 159906])
5862             ("org-table-rectangle-overlays" variable nil nil [159908 159949])
5863             ("org-table-add-rectangle-overlay" function (:arguments ("beg" "end" "face")) nil [159951 160177])
5864             ("org-table-highlight-rectangle" function (:arguments ("beg" "end" "face")) nil [160179 161570])
5865             ("org-table-remove-rectangle-highlight" function (:arguments ("_ignore")) nil [161572 161889])
5866             ("defvar-local" code nil nil [161891 162011])
5867             ("org-table-overlay-coordinates" function (:user-visible-flag t) nil [162013 163185])
5868             ("org-table-toggle-coordinate-overlays" function (:user-visible-flag t) nil [163202 163731])
5869             ("org-table-toggle-formula-debugger" function (:user-visible-flag t) nil [163748 164009])
5870             ("orgtbl-mode-map" variable (:default-value (make-keymap)) nil [165499 165567])
5871             ("org-old-auto-fill-inhibit-regexp" variable nil nil [165569 165656])
5872             ("orgtbl-line-start-regexp" variable
5873                (:constant-flag t
5874                 :default-value "[     ]*\\(|\\|#\\+\\(tblfm\\|orgtbl\\|tblname\\):\\)")
5875                 nil [165658 165792])
5876             ("orgtbl-extra-font-lock-keywords" variable
5877                (:constant-flag t
5878                 :default-value (list (list (concat "^" orgtbl-line-start-regexp ".*") 0 (quote (quote org-table)) (quote prepend))))
5879                 nil [165794 166005])
5880             ("put" code nil nil [166038 166068])
5881             ("put" code nil nil [166069 166114])
5882             ("define-minor-mode" code nil nil [166131 167963])
5883             ("org-table-cleanup-narrow-column-properties" function nil nil [167965 168568])
5884             ("orgtbl-make-binding" function (:arguments ("fun" "n" "keys")) nil [168570 169403])
5885             ("orgtbl-error" function (:user-visible-flag t) nil [169405 169561])
5886             ("orgtbl-setup" function nil nil [169563 176262])
5887             ("orgtbl-ctrl-c-ctrl-c" function
5888                (:user-visible-flag t
5889                 :arguments ("arg"))
5890                 nil [176264 177325])
5891             ("orgtbl-create-or-convert-from-region" function
5892                (:user-visible-flag t
5893                 :arguments ("_arg"))
5894                 nil [177327 177746])
5895             ("orgtbl-tab" function
5896                (:user-visible-flag t
5897                 :arguments ("arg"))
5898                 nil [177748 177945])
5899             ("orgtbl-ret" function (:user-visible-flag t) nil [177947 178129])
5900             ("orgtbl-self-insert-command" function
5901                (:user-visible-flag t
5902                 :arguments ("N"))
5903                 nil [178131 179822])
5904             ("orgtbl-exp-regexp" variable (:default-value "^\\([-+]?[0-9][0-9.]*\\)[eE]\\([-+]?[0-9]+\\)$") nil [179839 179980])
5905             ("orgtbl-gather-send-defs" function nil nil [179982 180612])
5906             ("orgtbl-send-replace-tbl" function (:arguments ("name" "text")) nil [180614 181372])
5907             ("org-table-to-lisp" function (:arguments ("txt")) nil [181389 182045])
5908             ("orgtbl-send-table" function
5909                (:user-visible-flag t
5910                 :arguments ("maybe"))
5911                 nil [182047 183211])
5912             ("org-remove-by-index" function (:arguments ("list" "indices" "i0")) nil [183213 183590])
5913             ("orgtbl-toggle-comment" function (:user-visible-flag t) nil [183592 184328])
5914             ("orgtbl-insert-radio-table" function (:user-visible-flag t) nil [184330 184847])
5915             ("orgtbl-to-generic" function (:arguments ("table" "params")) nil [184864 191686])
5916             ("org-table--generic-apply" function (:arguments ("value" "name" "with-cons" "args")) nil [191688 192278])
5917             ("org-table--to-generic-table" function (:arguments ("params")) nil [192280 192925])
5918             ("org-table--to-generic-row" function (:arguments ("params")) nil [192927 196074])
5919             ("org-table--to-generic-cell" function (:arguments ("params")) nil [196076 198809])
5920             ("orgtbl-to-tsv" function (:arguments ("table" "params")) nil [198826 198992])
5921             ("orgtbl-to-csv" function (:arguments ("table" "params")) nil [199009 199276])
5922             ("orgtbl-to-latex" function (:arguments ("table" "params")) nil [199293 200321])
5923             ("orgtbl-to-html" function (:arguments ("table" "params")) nil [200338 201340])
5924             ("orgtbl-to-texinfo" function (:arguments ("table" "params")) nil [201357 202361])
5925             ("orgtbl-to-orgtbl" function (:arguments ("table" "params")) nil [202378 203022])
5926             ("orgtbl-to-table.el" function (:arguments ("table" "params")) nil [203024 203586])
5927             ("orgtbl-to-unicode" function (:arguments ("table" "params")) nil [203588 204585])
5928             ("orgtbl-ascii-draw" function (:arguments ("value" "min" "max" "width" "characters")) nil [204818 205938])
5929             ("orgtbl-ascii-plot" function
5930                (:user-visible-flag t
5931                 :arguments ("ask"))
5932                 nil [205955 207381])
5933             ("orgtbl-uc-draw-grid" function (:arguments ("value" "min" "max" "width")) nil [207853 208310])
5934             ("orgtbl-uc-draw-cont" function (:arguments ("value" "min" "max" "width")) nil [208312 208669])
5935             ("org-table-get-remote-range" function (:arguments ("name-or-id" "form")) nil [208671 211027])
5936             ("org-table-remote-reference-indirection" function (:arguments ("form")) nil [211029 211855])
5937             ("org-define-lookup-function" function (:arguments ("mode")) nil [211857 212994])
5938             ("org-define-lookup-function" code nil nil [212996 213030])
5939             ("org-define-lookup-function" code nil nil [213031 213064])
5940             ("org-define-lookup-function" code nil nil [213065 213097])
5941             ("org-table" package nil nil [213099 213119]))          
5942       :file "org-table.el"
5943       :pointmax 213223
5944       :fsize 213222
5945       :lastmodtime '(23525 29592 0 0)
5946       :unmatched-syntax nil)
5947     (semanticdb-table "semanticdb-table"
5948       :major-mode emacs-lisp-mode
5949       :tags 
5950         '( ("ob-core" include nil nil [1196 1214])
5951             ("org-babel-key-prefix" variable (:default-value "") nil [1216 1470])
5952             ("org-babel-map" variable (:default-value (make-sparse-keymap)) nil [1472 1563])
5953             ("org-babel-describe-bindings" function (:user-visible-flag t) nil [1580 1737])
5954             ("org-babel-key-bindings" variable (:default-value (quote (("p" . org-babel-previous-src-block) ("" . org-babel-previous-src-block) ("n" . org-babel-next-src-block) ("" . org-babel-next-src-block) ("e" . org-babel-execute-maybe) ("" . org-babel-execute-maybe) ("o" . org-babel-open-src-block-result) ("" . org-babel-open-src-block-result) ("" . org-babel-expand-src-block) ("v" . org-babel-expand-src-block) ("u" . org-babel-goto-src-block-head) ("" . org-babel-goto-src-block-head) ("g" . org-babel-goto-named-src-block) ("r" . org-babel-goto-named-result) ("" . org-babel-goto-named-result) ("" . org-babel-execute-buffer) ("b" . org-babel-execute-buffer) ("" . org-babel-execute-subtree) ("s" . org-babel-execute-subtree) ("" . org-babel-demarcate-block) ("d" . org-babel-demarcate-block) ("" . org-babel-tangle) ("t" . org-babel-tangle) ("" . org-babel-tangle-file) ("f" . org-babel-tangle-file) ("" . org-babel-check-src-block) ("c" . org-babel-check-src-block) ("
5955 " . org-babel-insert-header-arg) ("j" . org-babel-insert-header-arg) (" " . org-babel-load-in-session) ("l" . org-babel-load-in-session) ("    " . org-babel-lob-ingest) ("i" . org-babel-lob-ingest) ("    " . org-babel-view-src-block-info) ("I" . org-babel-view-src-block-info) ("" . org-babel-switch-to-session) ("z" . org-babel-switch-to-session-with-code) ("" . org-babel-sha1-hash) ("a" . org-babel-sha1-hash) ("h" . org-babel-describe-bindings) ("" . org-babel-do-key-sequence-in-edit-buffer) ("x" . org-babel-do-key-sequence-in-edit-buffer) ("k" . org-babel-remove-result-one-or-many) ("\210" . org-babel-mark-block)))) nil [1739 3844])
5956             ("ob-keys" package nil nil [3846 3864]))          
5957       :file "ob-keys.el"
5958       :pointmax 3966
5959       :fsize 3965
5960       :lastmodtime '(23525 29586 0 0)
5961       :unmatched-syntax nil)
5962     (semanticdb-table "semanticdb-table"
5963       :major-mode emacs-lisp-mode
5964       :tags 
5965         '( ("ob-core" include nil nil [1192 1210])
5966             ("org-compat" include nil nil [1211 1232])
5967             ("comint" include nil nil [1233 1250])
5968             ("org-babel-comint-buffer-livep" function (:arguments ("buffer")) nil [1252 1484])
5969             ("org-babel-comint-in-buffer" function (:arguments ("buffer" "body")) nil [1486 2021])
5970             ("def-edebug-spec" code nil nil [2022 2078])
5971             ("org-babel-comint-with-output" function (:arguments ("meta" "body")) nil [2080 4304])
5972             ("def-edebug-spec" code nil nil [4305 4363])
5973             ("org-babel-comint-input-command" function (:arguments ("buffer" "cmd")) nil [4365 4654])
5974             ("org-babel-comint-wait-for-output" function (:arguments ("buffer")) nil [4656 5259])
5975             ("org-babel-comint-eval-invisibly-and-wait-for-file" function (:arguments ("buffer" "file" "string" "period")) nil [5261 5859])
5976             ("ob-comint" package nil nil [5861 5881]))          
5977       :file "ob-comint.el"
5978       :pointmax 5912
5979       :fsize 5911
5980       :lastmodtime '(23525 29585 0 0)
5981       :unmatched-syntax nil)
5982     (semanticdb-table "semanticdb-table"
5983       :major-mode emacs-lisp-mode
5984       :tags 
5985         '( ("cl-lib" include nil nil [1563 1580])
5986             ("format-spec" include nil nil [1581 1603])
5987             ("ox" include nil nil [1604 1617])
5988             ("org-publish-cache" variable nil nil [1710 1852])
5989             ("org-publish-after-publishing-hook" variable nil nil [1854 2072])
5990             ("org-export-publish" customgroup (:user-visible-flag t) nil [2074 2195])
5991             ("org-publish-project-alist" variable nil nil [2197 10673])
5992             ("org-publish-use-timestamps-flag" variable (:default-value t) nil [10675 10903])
5993             ("org-publish-timestamp-directory" variable (:default-value (convert-standard-filename "~/.org-timestamps/")) nil [10905 11110])
5994             ("org-publish-list-skipped-files" variable (:default-value t) nil [11112 11262])
5995             ("org-publish-sitemap-sort-files" variable (:default-value (quote alphabetically)) nil [11264 11852])
5996             ("org-publish-sitemap-sort-folders" variable (:default-value (quote ignore)) nil [11854 12695])
5997             ("org-publish-sitemap-sort-ignore-case" variable nil nil [12697 12960])
5998             ("org-publish-timestamp-filename" function (:arguments ("filename" "pub-dir" "pub-func")) nil [12998 13295])
5999             ("org-publish-needed-p" function (:arguments ("filename" "pub-dir" "pub-func" "_true-pub-dir" "base-dir")) nil [13297 14140])
6000             ("org-publish-update-timestamp" function (:arguments ("filename" "pub-dir" "pub-func" "_base-dir")) nil [14142 14481])
6001             ("org-publish-remove-all-timestamps" function nil nil [14483 14781])
6002             ("org-publish-property" function (:arguments ("property" "project" "default")) nil [14854 15176])
6003             ("org-publish--expand-file-name" function (:arguments ("file" "project")) nil [15178 15479])
6004             ("org-publish-expand-projects" function (:arguments ("projects-alist")) nil [15481 16034])
6005             ("org-publish-get-base-files" function (:arguments ("project")) nil [16036 18034])
6006             ("org-publish-get-project-from-filename" function (:arguments ("filename" "up")) nil [18036 19968])
6007             ("org-publish-org-to" function (:arguments ("backend" "filename" "extension" "plist" "pub-dir")) nil [20022 21649])
6008             ("org-publish-attachment" function (:arguments ("_plist" "filename" "pub-dir")) nil [21651 22292])
6009             ("org-publish-file" function (:arguments ("filename" "project" "no-cache")) nil [22334 24180])
6010             ("org-publish-projects" function (:arguments ("projects")) nil [24182 25846])
6011             ("org-publish--sitemap-files-to-lisp" function (:arguments ("files" "project" "style" "format-entry")) nil [25875 27553])
6012             ("org-publish-sitemap" function (:arguments ("project" "sitemap-filename")) nil [27555 30745])
6013             ("org-publish-find-property" function (:arguments ("file" "property" "project" "backend")) nil [30747 31871])
6014             ("org-publish-find-title" function (:arguments ("file" "project")) nil [31873 32501])
6015             ("org-publish-find-date" function (:arguments ("file" "project")) nil [32503 33457])
6016             ("org-publish-sitemap-default-entry" function (:arguments ("entry" "style" "project")) nil [33459 33902])
6017             ("org-publish-sitemap-default" function (:arguments ("title" "list")) nil [33904 34219])
6018             ("defalias" code nil nil [34276 34320])
6019             ("org-publish" function
6020                (:user-visible-flag t
6021                 :arguments ("project" "force" "async"))
6022                 nil [34337 35617])
6023             ("org-publish-all" function
6024                (:user-visible-flag t
6025                 :arguments ("force" "async"))
6026                 nil [35634 36450])
6027             ("org-publish-current-file" function
6028                (:user-visible-flag t
6029                 :arguments ("force" "async"))
6030                 nil [36468 37129])
6031             ("org-publish-current-project" function
6032                (:user-visible-flag t
6033                 :arguments ("force" "async"))
6034                 nil [37146 37644])
6035             ("org-publish-collect-index" function (:arguments ("output" "_backend" "info")) nil [37671 39247])
6036             ("org-publish-index-generate-theindex" function (:arguments ("project" "directory")) nil [39249 41958])
6037             ("org-publish--store-crossrefs" function (:arguments ("output" "_backend" "info")) nil [42132 42958])
6038             ("org-publish-resolve-external-link" function (:arguments ("search" "file")) nil [42960 44464])
6039             ("org-publish-file-relative-name" function (:arguments ("filename" "info")) nil [44466 44900])
6040             ("org-publish-write-cache-file" function (:arguments ("free-cache")) nil [44928 45708])
6041             ("org-publish-initialize-cache" function (:arguments ("project-name")) nil [45710 46877])
6042             ("org-publish-reset-cache" function nil nil [46879 47111])
6043             ("org-publish-cache-file-needs-publishing" function (:arguments ("filename" "pub-dir" "pub-func" "_base-dir")) nil [47113 48844])
6044             ("org-publish-cache-set-file-property" function (:arguments ("filename" "property" "value" "project-name")) nil [48846 49419])
6045             ("org-publish-cache-get-file-property" function (:arguments ("filename" "property" "default" "no-create" "project-name")) nil [49421 50116])
6046             ("org-publish-cache-get" function (:arguments ("key")) nil [50118 50433])
6047             ("org-publish-cache-set" function (:arguments ("key" "value")) nil [50435 50742])
6048             ("org-publish-cache-ctime-of-src" function (:arguments ("file")) nil [50744 51072])
6049             ("ox-publish" package nil nil [51075 51096]))          
6050       :file "ox-publish.el"
6051       :pointmax 51201
6052       :fsize 51200
6053       :lastmodtime '(23525 29594 0 0)
6054       :unmatched-syntax nil)
6055     (semanticdb-table "semanticdb-table"
6056       :major-mode emacs-lisp-mode
6057       :tags 
6058         '( ("cl-lib" include nil nil [954 971])
6059             ("ob-eval" include nil nil [972 990])
6060             ("org-macs" include nil nil [991 1010])
6061             ("org-compat" include nil nil [1011 1032])
6062             ("org-babel-exeext" variable
6063                (:constant-flag t
6064                 :default-value (if (memq system-type (quote (windows-nt cygwin))) ".exe" nil))
6065                 nil [1034 1129])
6066             ("org-babel-library-of-babel" variable nil nil [1131 1166])
6067             ("org-edit-src-content-indentation" variable nil nil [1167 1208])
6068             ("org-src-lang-modes" variable nil nil [1209 1236])
6069             ("org-src-preserve-indentation" variable nil nil [1237 1274])
6070             ("declare-function" code nil nil [1276 1322])
6071             ("declare-function" code nil nil [1323 1385])
6072             ("declare-function" code nil nil [1386 1444])
6073             ("declare-function" code nil nil [1445 1508])
6074             ("declare-function" code nil nil [1509 1567])
6075             ("declare-function" code nil nil [1568 1628])
6076             ("declare-function" code nil nil [1629 1684])
6077             ("declare-function" code nil nil [1685 1750])
6078             ("declare-function" code nil nil [1751 1829])
6079             ("declare-function" code nil nil [1830 1887])
6080             ("declare-function" code nil nil [1888 1933])
6081             ("declare-function" code nil nil [1934 1984])
6082             ("declare-function" code nil nil [1985 2049])
6083             ("declare-function" code nil nil [2050 2130])
6084             ("declare-function" code nil nil [2131 2181])
6085             ("declare-function" code nil nil [2182 2238])
6086             ("declare-function" code nil nil [2239 2311])
6087             ("declare-function" code nil nil [2312 2377])
6088             ("declare-function" code nil nil [2378 2450])
6089             ("declare-function" code nil nil [2451 2510])
6090             ("declare-function" code nil nil [2511 2594])
6091             ("declare-function" code nil nil [2595 2659])
6092             ("declare-function" code nil nil [2660 2721])
6093             ("declare-function" code nil nil [2722 2783])
6094             ("declare-function" code nil nil [2784 2857])
6095             ("declare-function" code nil nil [2858 2901])
6096             ("declare-function" code nil nil [2902 2973])
6097             ("declare-function" code nil nil [2974 3033])
6098             ("declare-function" code nil nil [3034 3082])
6099             ("declare-function" code nil nil [3083 3146])
6100             ("declare-function" code nil nil [3147 3212])
6101             ("declare-function" code nil nil [3213 3283])
6102             ("declare-function" code nil nil [3284 3355])
6103             ("declare-function" code nil nil [3356 3422])
6104             ("declare-function" code nil nil [3423 3472])
6105             ("declare-function" code nil nil [3473 3550])
6106             ("declare-function" code nil nil [3551 3631])
6107             ("declare-function" code nil nil [3632 3705])
6108             ("declare-function" code nil nil [3706 3778])
6109             ("declare-function" code nil nil [3779 3845])
6110             ("declare-function" code nil nil [3846 3898])
6111             ("declare-function" code nil nil [3899 3959])
6112             ("declare-function" code nil nil [3960 4017])
6113             ("declare-function" code nil nil [4018 4089])
6114             ("declare-function" code nil nil [4090 4163])
6115             ("declare-function" code nil nil [4164 4213])
6116             ("declare-function" code nil nil [4214 4281])
6117             ("declare-function" code nil nil [4282 4340])
6118             ("declare-function" code nil nil [4341 4405])
6119             ("declare-function" code nil nil [4406 4463])
6120             ("declare-function" code nil nil [4464 4524])
6121             ("declare-function" code nil nil [4525 4569])
6122             ("declare-function" code nil nil [4570 4633])
6123             ("declare-function" code nil nil [4634 4696])
6124             ("declare-function" code nil nil [4697 4745])
6125             ("declare-function" code nil nil [4746 4837])
6126             ("org-babel" customgroup (:user-visible-flag t) nil [4839 4958])
6127             ("org-confirm-babel-evaluate" variable (:default-value t) nil [4960 6031])
6128             ("put" code nil nil [6097 6173])
6129             ("org-babel-no-eval-on-ctrl-c-ctrl-c" variable nil nil [6175 6377])
6130             ("org-babel-results-keyword" variable (:default-value "RESULTS") nil [6379 6750])
6131             ("org-babel-noweb-wrap-start" variable (:default-value "<<") nil [6752 6928])
6132             ("org-babel-noweb-wrap-end" variable (:default-value ">>") nil [6930 7104])
6133             ("org-babel-inline-result-wrap" variable (:default-value "=%s=") nil [7106 7309])
6134             ("put" code nil nil [7310 7455])
6135             ("org-babel-hash-show-time" variable nil nil [7457 7686])
6136             ("org-babel-uppercase-example-markers" variable nil nil [7688 7923])
6137             ("org-babel-noweb-wrap" function (:arguments ("regexp")) nil [7925 8090])
6138             ("org-babel-src-name-regexp" variable (:default-value "^[     ]*#\\+name:[     ]*") nil [8092 8210])
6139             ("org-babel-multi-line-header-regexp" variable (:default-value "^[     ]*#\\+headers?:[     ]*\\([^
6140 ]*\\)$") nil [8212 8365])
6141             ("org-babel-src-block-regexp" variable (:default-value (concat "^\\([     ]*\\)#\\+begin_src[     ]+\\([^      
6142 ]+\\)[     ]*" "\\([^\":
6143 ]*\"[^\"
6144 *]*\"[^\":
6145 ]*\\|[^\":
6146 ]*\\)" "\\([^
6147 ]*\\)
6148 " "\\([^]*?
6149 \\)??[     ]*#\\+end_src")) nil [8367 8744])
6150             ("org-babel--get-vars" function (:arguments ("params")) nil [8746 9076])
6151             ("org-babel-exp-reference-buffer" variable nil nil [9078 9293])
6152             ("org-babel-check-confirm-evaluate" function (:arguments ("info")) nil [9295 10202])
6153             ("org-babel-check-evaluate" function (:arguments ("info")) nil [10204 10688])
6154             ("org-babel-confirm-evaluate-answer-no" variable nil nil [10737 10782])
6155             ("org-babel-confirm-evaluate" function (:arguments ("info")) nil [10784 11936])
6156             ("org-babel-execute-safely-maybe" function nil nil [11953 12070])
6157             ("org-babel-execute-maybe" function nil nil [12087 12216])
6158             ("org-babel-when-in-src-block" function (:arguments ("body")) nil [12218 12497])
6159             ("org-babel-execute-src-block-maybe" function (:user-visible-flag t) nil [12499 12821])
6160             ("org-babel-view-src-block-info" function (:user-visible-flag t) nil [12838 14227])
6161             ("org-babel-expand-src-block-maybe" function (:user-visible-flag t) nil [14244 14529])
6162             ("org-babel-load-in-session-maybe" function (:user-visible-flag t) nil [14546 14839])
6163             ("add-hook" code nil nil [14841 14901])
6164             ("org-babel-pop-to-session-maybe" function (:user-visible-flag t) nil [14918 15198])
6165             ("add-hook" code nil nil [15200 15261])
6166             ("org-babel-common-header-args-w-values" variable
6167                (:constant-flag t
6168                 :default-value (quote ((cache (no yes)) (cmdline . :any) (colnames (nil no yes)) (comments (no link yes org both noweb)) (dir . :any) (eval (yes no no-export strip-export never-export eval never query)) (exports (code results both none)) (epilogue . :any) (file . :any) (file-desc . :any) (file-ext . :any) (hlines (no yes)) (mkdirp (yes no)) (no-expand) (noeval) (noweb (yes no tangle no-export strip-export)) (noweb-ref . :any) (noweb-sep . :any) (output-dir . :any) (padline (yes no)) (post . :any) (prologue . :any) (results (file list vector table scalar verbatim) (raw html latex org code pp drawer) (replace silent none append prepend) (output value)) (rownames (no yes)) (sep . :any) (session . :any) (shebang . :any) (tangle (tangle yes no :any)) (tangle-mode (493 365 292 :any)) (var . :any) (wrap . :any))))
6169                 nil [15263 16325])
6170             ("org-babel-header-arg-names" variable
6171                (:constant-flag t
6172                 :default-value (mapcar (function car) org-babel-common-header-args-w-values))
6173                 nil [16327 16562])
6174             ("org-babel-safe-header-args" variable
6175                (:constant-flag t
6176                 :default-value (quote (:cache :colnames :comments :exports :epilogue :hlines :noeval :noweb :noweb-ref :noweb-sep :padline :prologue :rownames :sep :session :tangle :wrap (:eval "never" "query") (:results lambda (str) (not (string-match "file" str))))))
6177                 nil [16564 17415])
6178             ("org-babel-header-args-safe-fn" function (:arguments ("safe-list")) nil [17417 18045])
6179             ("org-babel-default-header-args" variable (:default-value (quote ((:session . "none") (:results . "replace") (:exports . "code") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no")))) nil [18047 18284])
6180             ("put" code nil nil [18285 18406])
6181             ("org-babel-default-inline-header-args" variable (:default-value (quote ((:session . "none") (:results . "replace") (:exports . "results") (:hlines . "yes")))) nil [18408 18615])
6182             ("put" code nil nil [18616 18744])
6183             ("org-babel-name-regexp" variable
6184                (:constant-flag t
6185                 :default-value (format "^[     ]*#\\+%s:[     ]*" (regexp-opt (quote ("NAME" "TBLNAME")))))
6186                 nil [18746 18936])
6187             ("org-babel-result-regexp" variable
6188                (:constant-flag t
6189                 :default-value (format "^[     ]*#\\+%s\\(?:\\[\\(?:%s \\)?\\([[:alnum:]]+\\)\\]\\)?:[     ]*" org-babel-results-keyword "<\\(?:[0-9]\\{4\\}-[0-1][0-9]-[0-3][0-9] [0-2][0-9]\\(?::[0-5][0-9]\\)\\{2\\}\\)>"))
6190                 nil [18938 19338])
6191             ("org-babel-result-w-name-regexp" variable
6192                (:constant-flag t
6193                 :default-value (concat org-babel-result-regexp "\\(?9:[^     
6194 ]+\\)"))
6195                 nil [19340 19526])
6196             ("org-babel-min-lines-for-block-output" variable (:default-value 10) nil [19528 19923])
6197             ("org-babel-noweb-error-all-langs" variable nil nil [19925 20119])
6198             ("org-babel-noweb-error-langs" variable nil nil [20121 20456])
6199             ("org-babel-hash-show" variable (:default-value 4) nil [20458 20555])
6200             ("org-babel-after-execute-hook" variable nil nil [20557 20670])
6201             ("org-babel-named-src-block-regexp-for-name" function (:arguments ("name")) nil [20672 21137])
6202             ("org-babel-named-data-regexp-for-name" function (:arguments ("name")) nil [21139 21312])
6203             ("org-babel--normalize-body" function (:arguments ("datum")) nil [21314 22092])
6204             ("org-babel-current-src-block-location" variable nil nil [22108 22437])
6205             ("*this*" variable nil nil [22439 22454])
6206             ("org-babel-get-src-block-info" function (:arguments ("light" "datum")) nil [22456 24462])
6207             ("org-babel-execute-src-block" function
6208                (:user-visible-flag t
6209                 :arguments ("arg" "info" "params"))
6210                 nil [24479 28482])
6211             ("org-babel-expand-body:generic" function (:arguments ("body" "params" "var-lines")) nil [28484 29040])
6212             ("org-babel-expand-src-block" function
6213                (:user-visible-flag t
6214                 :arguments ("_arg" "info" "params"))
6215                 nil [29057 30243])
6216             ("org-babel-edit-distance" function (:arguments ("s1" "s2")) nil [30245 31006])
6217             ("org-babel-combine-header-arg-lists" function (:arguments ("original" "others")) nil [31008 31409])
6218             ("org-babel-check-src-block" function (:user-visible-flag t) nil [31426 32346])
6219             ("org-babel-insert-header-arg" function
6220                (:user-visible-flag t
6221                 :arguments ("header-arg" "value"))
6222                 nil [32363 33634])
6223             ("org-babel-header-arg-expand" function nil nil [33711 33965])
6224             ("org-babel-enter-header-arg-w-completion" function (:arguments ("lang")) nil [33967 34826])
6225             ("add-hook" code nil nil [34828 34887])
6226             ("org-babel-load-in-session" function
6227                (:user-visible-flag t
6228                 :arguments ("_arg" "info"))
6229                 nil [34904 35882])
6230             ("org-babel-initiate-session" function
6231                (:user-visible-flag t
6232                 :arguments ("arg" "info"))
6233                 nil [35899 37177])
6234             ("org-babel-switch-to-session" function
6235                (:user-visible-flag t
6236                 :arguments ("arg" "info"))
6237                 nil [37194 37543])
6238             ("defalias" code nil nil [37545 37610])
6239             ("org-src-window-setup" variable nil nil [37612 37641])
6240             ("org-babel-switch-to-session-with-code" function
6241                (:user-visible-flag t
6242                 :arguments ("arg" "_info"))
6243                 nil [37658 38235])
6244             ("org-babel-do-in-edit-buffer" function (:arguments ("body")) nil [38252 39196])
6245             ("org-babel-do-key-sequence-in-edit-buffer" function
6246                (:user-visible-flag t
6247                 :arguments ("key"))
6248                 nil [39198 39874])
6249             ("org-bracket-link-regexp" variable nil nil [39876 39908])
6250             ("org-babel-active-location-p" function nil nil [39910 40076])
6251             ("org-babel-open-src-block-result" function
6252                (:user-visible-flag t
6253                 :arguments ("re-run"))
6254                 nil [40093 41112])
6255             ("org-babel-map-src-blocks" function (:arguments ("file" "body")) nil [41129 43794])
6256             ("def-edebug-spec" code nil nil [43795 43849])
6257             ("org-babel-map-inline-src-blocks" function (:arguments ("file" "body")) nil [43866 44915])
6258             ("org-babel-map-call-lines" function (:arguments ("file" "body")) nil [44932 46004])
6259             ("org-babel-map-executables" function (:arguments ("file" "body")) nil [46021 47168])
6260             ("org-babel-execute-buffer" function
6261                (:user-visible-flag t
6262                 :arguments ("arg"))
6263                 nil [47185 47659])
6264             ("org-babel-execute-subtree" function
6265                (:user-visible-flag t
6266                 :arguments ("arg"))
6267                 nil [47676 47994])
6268             ("org-babel-sha1-hash" function
6269                (:user-visible-flag t
6270                 :arguments ("info"))
6271                 nil [48011 50164])
6272             ("org-babel-current-result-hash" function (:arguments ("info")) nil [50166 50480])
6273             ("org-babel-set-current-result-hash" function (:arguments ("hash" "info")) nil [50482 50963])
6274             ("org-babel-hide-hash" function nil nil [50965 51690])
6275             ("org-babel-hide-all-hashes" function nil nil [51692 52135])
6276             ("add-hook" code nil nil [52136 52188])
6277             ("org-babel-hash-at-point" function
6278                (:user-visible-flag t
6279                 :arguments ("point"))
6280                 nil [52190 52631])
6281             ("org-babel-result-hide-spec" function nil nil [52633 52854])
6282             ("add-hook" code nil nil [52855 52908])
6283             ("org-babel-hide-result-overlays" variable nil nil [52910 52982])
6284             ("org-babel-result-hide-all" function (:user-visible-flag t) nil [52984 53305])
6285             ("org-babel-show-result-all" function nil nil [53307 53489])
6286             ("org-babel-hide-result-toggle-maybe" function (:user-visible-flag t) nil [53506 53852])
6287             ("org-babel-hide-result-toggle" function
6288                (:user-visible-flag t
6289                 :arguments ("force"))
6290                 nil [53883 55571])
6291             ("add-hook" code nil nil [55613 55679])
6292             ("add-hook" code nil nil [55724 55846])
6293             ("org-file-properties" variable nil nil [55848 55876])
6294             ("org-babel-params-from-properties" function (:arguments ("lang")) nil [55877 56571])
6295             ("org-babel-balanced-split" function (:arguments ("string" "alts")) nil [56573 59376])
6296             ("org-babel-join-splits-near-ch" function (:arguments ("ch" "list")) nil [59378 59834])
6297             ("org-babel-parse-header-arguments" function (:arguments ("arg-string")) nil [59836 60464])
6298             ("org-babel-parse-multiple-vars" function (:arguments ("header-arguments")) nil [60466 60992])
6299             ("org-babel-process-params" function (:arguments ("params")) nil [60994 62387])
6300             ("org-babel-del-hlines" function (:arguments ("table")) nil [62413 62507])
6301             ("org-babel-get-colnames" function (:arguments ("table")) nil [62509 62824])
6302             ("org-babel-get-rownames" function (:arguments ("table")) nil [62826 63328])
6303             ("org-babel-put-colnames" function (:arguments ("table" "colnames")) nil [63330 63476])
6304             ("org-babel-put-rownames" function (:arguments ("table" "rownames")) nil [63478 63737])
6305             ("org-babel-pick-name" function (:arguments ("names" "selector")) nil [63739 64254])
6306             ("org-babel-disassemble-tables" function (:arguments ("vars" "hlines" "colnames" "rownames")) nil [64256 65509])
6307             ("org-babel-reassemble-table" function (:arguments ("table" "colnames" "rownames")) nil [65511 66092])
6308             ("org-babel-where-is-src-block-head" function (:arguments ("src-block")) nil [66094 67004])
6309             ("org-babel-goto-src-block-head" function (:user-visible-flag t) nil [67021 67253])
6310             ("org-babel-goto-named-src-block" function
6311                (:user-visible-flag t
6312                 :arguments ("name"))
6313                 nil [67270 68513])
6314             ("org-babel-find-named-block" function (:arguments ("name")) nil [68515 69041])
6315             ("org-babel-src-block-names" function (:arguments ("file")) nil [69043 69595])
6316             ("org-babel-goto-named-result" function
6317                (:user-visible-flag t
6318                 :arguments ("name"))
6319                 nil [69612 70047])
6320             ("org-babel-find-named-result" function (:arguments ("name")) nil [70049 70691])
6321             ("org-babel-result-names" function (:arguments ("file")) nil [70693 71060])
6322             ("org-babel-next-src-block" function
6323                (:user-visible-flag t
6324                 :arguments ("arg"))
6325                 nil [71077 71306])
6326             ("org-babel-previous-src-block" function
6327                (:user-visible-flag t
6328                 :arguments ("arg"))
6329                 nil [71323 71561])
6330             ("org-babel-load-languages" variable nil nil [71563 71596])
6331             ("org-babel-mark-block" function (:user-visible-flag t) nil [71613 71929])
6332             ("org-babel-demarcate-block" function
6333                (:user-visible-flag t
6334                 :arguments ("arg"))
6335                 nil [71931 74287])
6336             ("org-babel--insert-results-keyword" function (:arguments ("name" "hash")) nil [74289 75220])
6337             ("org-babel--clear-results-maybe" function (:arguments ("hash")) nil [75222 76239])
6338             ("org-babel-where-is-src-block-result" function (:arguments ("insert" "_info" "hash")) nil [76241 79636])
6339             ("org-babel-read-element" function (:arguments ("element")) nil [79638 81090])
6340             ("org-babel-read-result" function nil nil [81092 81315])
6341             ("org-babel-read-table" function nil nil [81317 81589])
6342             ("org-babel-read-list" function nil nil [81591 81757])
6343             ("org-link-types-re" variable nil nil [81759 81785])
6344             ("org-babel-read-link" function nil nil [81786 82386])
6345             ("org-babel-format-result" function (:arguments ("result" "sep")) nil [82388 82716])
6346             ("org-babel-insert-result" function (:arguments ("result" "result-params" "info" "hash" "lang")) nil [82718 93486])
6347             ("org-babel-remove-result" function
6348                (:user-visible-flag t
6349                 :arguments ("info" "keep-keyword"))
6350                 nil [93488 94034])
6351             ("org-babel-remove-inline-result" function
6352                (:user-visible-flag t
6353                 :arguments ("datum"))
6354                 nil [94036 94986])
6355             ("org-babel-remove-result-one-or-many" function
6356                (:user-visible-flag t
6357                 :arguments ("x"))
6358                 nil [94988 95282])
6359             ("org-babel-result-end" function nil nil [95284 95957])
6360             ("org-babel-result-to-file" function (:arguments ("result" "description")) nil [95959 96550])
6361             ("org-babel-examplify-region" function
6362                (:user-visible-flag t
6363                 :arguments ("beg" "end" "results-switches" "inline"))
6364                 nil [96552 97627])
6365             ("org-babel-update-block-body" function (:arguments ("new-body")) nil [97629 98629])
6366             ("org-babel-merge-params" function (:arguments ("plists")) nil [98631 102696])
6367             ("org-babel-use-quick-and-dirty-noweb-expansion" variable nil nil [102698 103007])
6368             ("org-babel-noweb-p" function (:arguments ("params" "context")) nil [103009 103446])
6369             ("org-babel-expand-noweb-references" function (:arguments ("info" "parent-buffer")) nil [103448 109925])
6370             ("org-babel--script-escape-inner" function (:arguments ("str")) nil [109927 112067])
6371             ("org-babel-script-escape" function (:arguments ("str" "force")) nil [112069 113161])
6372             ("org-babel-read" function (:arguments ("cell" "inhibit-lisp-eval")) nil [113163 113872])
6373             ("org-babel--string-to-number" function (:arguments ("string")) nil [113874 114084])
6374             ("org-babel-import-elisp-from-file" function (:arguments ("file-name" "separator")) nil [114086 114832])
6375             ("org-babel-string-read" function (:arguments ("cell")) nil [114834 115101])
6376             ("org-babel-chomp" function (:arguments ("string" "regexp")) nil [115103 115520])
6377             ("org-babel-process-file-name" function (:arguments ("name" "no-quote-p")) nil [115522 116057])
6378             ("org-babel-temporary-directory" variable nil nil [116059 116097])
6379             ("unless" code nil nil [116098 116533])
6380             ("org-babel-remote-temporary-directory" variable (:default-value "/tmp/") nil [116535 116682])
6381             ("org-babel-result-cond" function (:arguments ("result-params" "scalar-form" "table-forms")) nil [116684 117386])
6382             ("def-edebug-spec" code nil nil [117387 117443])
6383             ("org-babel-temp-file" function (:arguments ("prefix" "suffix")) nil [117445 118241])
6384             ("org-babel-remove-temporary-directory" function nil nil [118243 119183])
6385             ("add-hook" code nil nil [119185 119250])
6386             ("org-babel-one-header-arg-safe-p" function (:arguments ("pair" "safe-list")) nil [119252 119817])
6387             ("org-babel-generate-file-param" function (:arguments ("src-name" "params")) nil [119819 121253])
6388             ("org-babel-graphical-output-file" function (:arguments ("params")) nil [121255 121815])
6389             ("org-babel-make-language-alias" function (:arguments ("new" "old")) nil [121817 122741])
6390             ("org-babel-strip-quotes" function (:arguments ("string")) nil [122743 122877])
6391             ("ob-core" package nil nil [122879 122897]))          
6392       :file "ob-core.el"
6393       :pointmax 122999
6394       :fsize 122998
6395       :lastmodtime '(23525 29585 0 0)
6396       :unmatched-syntax nil)
6397     (semanticdb-table "semanticdb-table"
6398       :major-mode emacs-lisp-mode
6399       :tags 
6400         '( ("org-macs" include nil nil [1065 1084])
6401             ("org-babel-error-buffer-name" variable (:default-value "*Org-Babel Error Output*") nil [1086 1149])
6402             ("declare-function" code nil nil [1150 1224])
6403             ("org-babel-eval-error-notify" function (:arguments ("exit-code" "stderr")) nil [1226 1608])
6404             ("org-babel-eval" function (:arguments ("cmd" "body")) nil [1610 2552])
6405             ("org-babel-eval-read-file" function (:arguments ("file")) nil [2554 2709])
6406             ("org-babel--shell-command-on-region" function (:arguments ("start" "end" "command" "error-buffer")) nil [2711 5207])
6407             ("org-babel-eval-wipe-error-buffer" function nil nil [5209 5517])
6408             ("ob-eval" package nil nil [5519 5537]))          
6409       :file "ob-eval.el"
6410       :pointmax 5566
6411       :fsize 5565
6412       :lastmodtime '(23525 29586 0 0)
6413       :unmatched-syntax nil)
6414     (semanticdb-table "semanticdb-table"
6415       :major-mode emacs-lisp-mode
6416       :tags 
6417         '( ("ox" include nil nil [1064 1077])
6418             ("ox-publish" include nil nil [1078 1099])
6419             ("cl-lib" include nil nil [1100 1117])
6420             ("declare-function" code nil nil [1119 1172])
6421             ("org-export-define-backend" code nil nil [1610 5906])
6422             ("org-export-ascii" customgroup (:user-visible-flag t) nil [5944 6073])
6423             ("org-ascii-text-width" variable (:default-value 72) nil [6075 6313])
6424             ("org-ascii-global-margin" variable nil nil [6315 6503])
6425             ("org-ascii-inner-margin" variable (:default-value 2) nil [6505 6740])
6426             ("org-ascii-quote-margin" variable (:default-value 6) nil [6742 7053])
6427             ("org-ascii-list-margin" variable nil nil [7055 7309])
6428             ("org-ascii-inlinetask-width" variable (:default-value 30) nil [7311 7532])
6429             ("org-ascii-headline-spacing" variable (:default-value (quote (1 . 2))) nil [7534 8236])
6430             ("org-ascii-indented-line-width" variable (:default-value (quote auto)) nil [8238 8811])
6431             ("org-ascii-paragraph-spacing" variable (:default-value (quote auto)) nil [8813 9276])
6432             ("org-ascii-charset" variable (:default-value (quote ascii)) nil [9278 9709])
6433             ("org-ascii-underline" variable (:default-value (quote ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)))) nil [9711 10645])
6434             ("org-ascii-bullets" variable (:default-value (quote ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)))) nil [10647 11603])
6435             ("org-ascii-links-to-notes" variable (:default-value t) nil [11605 11911])
6436             ("org-ascii-table-keep-all-vertical-lines" variable nil nil [11913 12209])
6437             ("org-ascii-table-widen-columns" variable (:default-value t) nil [12211 12509])
6438             ("org-ascii-table-use-ascii-art" variable nil nil [12511 12881])
6439             ("org-ascii-caption-above" variable nil nil [12883 13113])
6440             ("org-ascii-verbatim-format" variable (:default-value "`%s'") nil [13115 13312])
6441             ("org-ascii-format-drawer-function" variable (:default-value (lambda (_name contents _width) contents)) nil [13314 13871])
6442             ("org-ascii-format-inlinetask-function" variable (:default-value (quote org-ascii-format-inlinetask-default)) nil [13873 14692])
6443             ("org-ascii--fill-string" function (:arguments ("s" "text-width" "info" "justify")) nil [16332 17293])
6444             ("org-ascii--justify-lines" function (:arguments ("s" "text-width" "how")) nil [17295 17873])
6445             ("org-ascii--justify-element" function (:arguments ("contents" "element" "info")) nil [17875 19471])
6446             ("org-ascii--indent-string" function (:arguments ("s" "width")) nil [19473 19701])
6447             ("org-ascii--box-string" function (:arguments ("s" "info")) nil [19703 20121])
6448             ("org-ascii--current-text-width" function (:arguments ("element" "info")) nil [20123 23724])
6449             ("org-ascii--current-justification" function (:arguments ("element")) nil [23726 24341])
6450             ("org-ascii--build-title" function (:arguments ("element" "info" "text-width" "underline" "notags" "toc")) nil [24343 26761])
6451             ("org-ascii--has-caption-p" function (:arguments ("element" "_info")) nil [26763 27041])
6452             ("org-ascii--build-caption" function (:arguments ("element" "info")) nil [27043 27922])
6453             ("org-ascii--build-toc" function (:arguments ("info" "n" "keyword" "local")) nil [27924 29265])
6454             ("org-ascii--list-listings" function (:arguments ("keyword" "info")) nil [29267 30719])
6455             ("org-ascii--list-tables" function (:arguments ("keyword" "info")) nil [30721 32149])
6456             ("org-ascii--unique-links" function (:arguments ("element" "info")) nil [32151 33453])
6457             ("org-ascii--describe-datum" function (:arguments ("datum" "info")) nil [33455 35015])
6458             ("org-ascii--describe-links" function (:arguments ("links" "width" "info")) nil [35017 36515])
6459             ("org-ascii--checkbox" function (:arguments ("item" "info")) nil [36517 36870])
6460             ("org-ascii-template--document-title" function (:arguments ("info")) nil [36889 40209])
6461             ("org-ascii-inner-template" function (:arguments ("contents" "info")) nil [40211 42215])
6462             ("org-ascii-template" function (:arguments ("contents" "info")) nil [42217 43185])
6463             ("org-ascii--translate" function (:arguments ("s" "info")) nil [43187 43459])
6464             ("org-ascii-bold" function (:arguments ("_bold" "contents" "_info")) nil [43500 43698])
6465             ("org-ascii-center-block" function (:arguments ("_center-block" "contents" "_info")) nil [43720 44036])
6466             ("org-ascii-clock" function (:arguments ("clock" "_contents" "info")) nil [44051 44520])
6467             ("org-ascii-code" function (:arguments ("code" "_contents" "info")) nil [44534 44777])
6468             ("org-ascii-drawer" function (:arguments ("drawer" "contents" "info")) nil [44793 45181])
6469             ("org-ascii-dynamic-block" function (:arguments ("_dynamic-block" "contents" "_info")) nil [45204 45426])
6470             ("org-ascii-entity" function (:arguments ("entity" "_contents" "info")) nil [45442 45731])
6471             ("org-ascii-example-block" function (:arguments ("example-block" "_contents" "info")) nil [45754 46080])
6472             ("org-ascii-export-snippet" function (:arguments ("export-snippet" "_contents" "_info")) nil [46104 46406])
6473             ("org-ascii-export-block" function (:arguments ("export-block" "_contents" "info")) nil [46428 46778])
6474             ("org-ascii-fixed-width" function (:arguments ("fixed-width" "_contents" "info")) nil [46799 47137])
6475             ("org-ascii-footnote-reference" function (:arguments ("footnote-reference" "_contents" "info")) nil [47311 47586])
6476             ("org-ascii-headline" function (:arguments ("headline" "contents" "info")) nil [47604 49793])
6477             ("org-ascii-horizontal-rule" function (:arguments ("horizontal-rule" "_contents" "info")) nil [49818 50411])
6478             ("org-ascii-inline-src-block" function (:arguments ("inline-src-block" "_contents" "info")) nil [50437 50757])
6479             ("org-ascii-format-inlinetask-default" function (:arguments ("_todo" "_type" "_priority" "_name" "_tags" "contents" "width" "inlinetask" "info")) nil [50777 52110])
6480             ("org-ascii-inlinetask" function (:arguments ("inlinetask" "contents" "info")) nil [52112 53058])
6481             ("org-ascii-italic" function (:arguments ("_italic" "contents" "_info")) nil [53074 53280])
6482             ("org-ascii-item" function (:arguments ("item" "contents" "info")) nil [53294 55660])
6483             ("org-ascii-keyword" function (:arguments ("keyword" "_contents" "info")) nil [55677 56594])
6484             ("org-ascii-latex-environment" function (:arguments ("latex-environment" "_contents" "info")) nil [56621 56995])
6485             ("org-ascii-latex-fragment" function (:arguments ("latex-fragment" "_contents" "info")) nil [57019 57293])
6486             ("org-ascii-line-break" function (:arguments ("_line-break" "_contents" "_info")) nil [57313 57506])
6487             ("org-ascii-link" function (:arguments ("link" "desc" "info")) nil [57520 59482])
6488             ("org-ascii-node-property" function (:arguments ("node-property" "_contents" "_info")) nil [59507 59879])
6489             ("org-ascii-paragraph" function (:arguments ("paragraph" "contents" "info")) nil [59898 60601])
6490             ("org-ascii-plain-list" function (:arguments ("plain-list" "contents" "info")) nil [60621 61028])
6491             ("org-ascii-plain-text" function (:arguments ("text" "info")) nil [61048 61711])
6492             ("org-ascii-planning" function (:arguments ("planning" "_contents" "info")) nil [61729 62496])
6493             ("org-ascii-property-drawer" function (:arguments ("property-drawer" "contents" "info")) nil [62521 62838])
6494             ("org-ascii-quote-block" function (:arguments ("_quote-block" "contents" "info")) nil [62859 63138])
6495             ("org-ascii-radio-target" function (:arguments ("_radio-target" "contents" "_info")) nil [63160 63376])
6496             ("org-ascii-section" function (:arguments ("section" "contents" "info")) nil [63393 64307])
6497             ("org-ascii-special-block" function (:arguments ("_special-block" "contents" "_info")) nil [64330 64699])
6498             ("org-ascii-src-block" function (:arguments ("src-block" "_contents" "info")) nil [64718 65338])
6499             ("org-ascii-statistics-cookie" function (:arguments ("statistics-cookie" "_contents" "_info")) nil [65365 65612])
6500             ("org-ascii-subscript" function (:arguments ("subscript" "contents" "_info")) nil [65631 65942])
6501             ("org-ascii-superscript" function (:arguments ("superscript" "contents" "_info")) nil [65963 66282])
6502             ("org-ascii-strike-through" function (:arguments ("_strike-through" "contents" "_info")) nil [66306 66540])
6503             ("org-ascii-table" function (:arguments ("table" "contents" "info")) nil [66555 67734])
6504             ("org-ascii--table-cell-width" function (:arguments ("table-cell" "info")) nil [67754 69215])
6505             ("org-ascii-table-cell" function (:arguments ("table-cell" "contents" "info")) nil [69217 70456])
6506             ("org-ascii-table-row" function (:arguments ("table-row" "contents" "info")) nil [70475 72395])
6507             ("org-ascii-timestamp" function (:arguments ("timestamp" "_contents" "info")) nil [72414 72652])
6508             ("org-ascii-underline" function (:arguments ("_underline" "contents" "_info")) nil [72671 72889])
6509             ("org-ascii-verbatim" function (:arguments ("verbatim" "_contents" "info")) nil [72907 73166])
6510             ("org-ascii-verse-block" function (:arguments ("verse-block" "contents" "info")) nil [73187 73509])
6511             ("org-ascii-filter-headline-blank-lines" function (:arguments ("headline" "_backend" "info")) nil [73527 74176])
6512             ("org-ascii-filter-paragraph-spacing" function (:arguments ("tree" "_backend" "info")) nil [74178 74819])
6513             ("org-ascii-filter-comment-spacing" function (:arguments ("tree" "_backend" "info")) nil [74821 75289])
6514             ("org-ascii-export-as-ascii" function
6515                (:user-visible-flag t
6516                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
6517                 nil [75333 76513])
6518             ("org-ascii-export-to-ascii" function
6519                (:user-visible-flag t
6520                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
6521                 nil [76530 77618])
6522             ("org-ascii-publish-to-ascii" function (:arguments ("plist" "filename" "pub-dir")) nil [77635 77991])
6523             ("org-ascii-publish-to-latin1" function (:arguments ("plist" "filename" "pub-dir")) nil [78008 78368])
6524             ("org-ascii-publish-to-utf8" function (:arguments ("plist" "filename" "pub-dir")) nil [78385 78740])
6525             ("ox-ascii" package nil nil [78743 78762]))          
6526       :file "ox-ascii.el"
6527       :pointmax 78882
6528       :fsize 78981
6529       :lastmodtime '(23525 29593 0 0)
6530       :unmatched-syntax nil)
6531     (semanticdb-table "semanticdb-table"
6532       :major-mode emacs-lisp-mode
6533       :tags 
6534         '( ("ob-core" include nil nil [954 972])
6535             ("declare-function" code nil nil [974 1042])
6536             ("declare-function" code nil nil [1043 1099])
6537             ("declare-function" code nil nil [1100 1172])
6538             ("declare-function" code nil nil [1173 1245])
6539             ("declare-function" code nil nil [1246 1305])
6540             ("declare-function" code nil nil [1306 1364])
6541             ("declare-function" code nil nil [1365 1414])
6542             ("declare-function" code nil nil [1415 1474])
6543             ("declare-function" code nil nil [1475 1536])
6544             ("declare-function" code nil nil [1537 1615])
6545             ("org-src-preserve-indentation" variable nil nil [1617 1654])
6546             ("org-export-use-babel" variable (:default-value t) nil [1656 2105])
6547             ("org-babel-exp--at-source" function (:arguments ("body")) nil [2108 2815])
6548             ("org-babel-exp-src-block" function (:user-visible-flag t) nil [2817 4320])
6549             ("org-babel-exp-call-line-template" variable nil nil [4322 4833])
6550             ("org-babel-exp-process-buffer" function (:user-visible-flag t) nil [4835 10428])
6551             ("org-babel-exp-do-export" function (:arguments ("info" "type" "hash")) nil [10430 11269])
6552             ("org-babel-exp-code-template" variable (:default-value "#+BEGIN_SRC %lang%switches%flags
6553 %body
6554 #+END_SRC") nil [11271 12064])
6555             ("org-babel-exp-inline-code-template" variable (:default-value "src_%lang[%switches%flags]{%body}") nil [12066 12908])
6556             ("org-babel-exp-code" function (:arguments ("info" "type")) nil [12910 13899])
6557             ("org-babel-exp-results" function (:arguments ("info" "type" "silent" "hash")) nil [13901 15426])
6558             ("ob-exp" package nil nil [15429 15446]))          
6559       :file "ob-exp.el"
6560       :pointmax 15472
6561       :fsize 15471
6562       :lastmodtime '(23525 29586 0 0)
6563       :unmatched-syntax nil)
6564     (semanticdb-table "semanticdb-table"
6565       :major-mode emacs-lisp-mode
6566       :tags 
6567         '( ("cl-lib" include nil nil [1130 1147])
6568             ("format-spec" include nil nil [1148 1170])
6569             ("ox" include nil nil [1171 1184])
6570             ("ox-publish" include nil nil [1185 1206])
6571             ("table" include nil nil [1207 1223])
6572             ("declare-function" code nil nil [1254 1306])
6573             ("declare-function" code nil nil [1307 1364])
6574             ("declare-function" code nil nil [1365 1418])
6575             ("htmlize-css-name-prefix" variable nil nil [1420 1452])
6576             ("htmlize-output-type" variable nil nil [1453 1481])
6577             ("htmlize-output-type" variable nil nil [1482 1510])
6578             ("htmlize-css-name-prefix" variable nil nil [1511 1543])
6579             ("org-export-define-backend" code nil nil [1566 8049])
6580             ("org-html-format-table-no-css" variable nil nil [8077 8114])
6581             ("htmlize-buffer-places" variable nil nil [8115 8145])
6582             ("org-html--pre/postamble-class" variable (:default-value "status") nil [8166 8250])
6583             ("org-html-doctype-alist" variable
6584                (:constant-flag t
6585                 :default-value (quote (("html4-strict" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\"
6586 \"http://www.w3.org/TR/html4/strict.dtd\">") ("html4-transitional" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"
6587 \"http://www.w3.org/TR/html4/loose.dtd\">") ("html4-frameset" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\"
6588 \"http://www.w3.org/TR/html4/frameset.dtd\">") ("xhtml-strict" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
6589 \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">") ("xhtml-transitional" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
6590 \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">") ("xhtml-frameset" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\"
6591 \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">") ("xhtml-11" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"
6592 \"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd\">") ("html5" . "<!DOCTYPE html>") ("xhtml5" . "<!DOCTYPE html>"))))
6593                 nil [8252 9370])
6594             ("org-html-html5-elements" variable
6595                (:constant-flag t
6596                 :default-value (quote ("article" "aside" "audio" "canvas" "details" "figcaption" "figure" "footer" "header" "menu" "meter" "nav" "output" "progress" "section" "video")))
6597                 nil [9372 9689])
6598             ("org-html-special-string-regexps" variable
6599                (:constant-flag t
6600                 :default-value (quote (("\\\\-" . "&#x00ad;") ("---\\([^-]\\)" . "&#x2014;\\1") ("--\\([^-]\\)" . "&#x2013;\\1") ("\\.\\.\\." . "&#x2026;"))))
6601                 nil [9691 9955])
6602             ("org-html-scripts" variable
6603                (:constant-flag t
6604                 :default-value "<script type=\"text/javascript\">
6605 /*
6606 @licstart  The following is the entire license notice for the
6607 JavaScript code in this tag.
6608
6609 Copyright (C) 2012-2018 Free Software Foundation, Inc.
6610
6611 The JavaScript code in this tag is free software: you can
6612 redistribute it and/or modify it under the terms of the GNU
6613 General Public License (GNU GPL) as published by the Free Software
6614 Foundation, either version 3 of the License, or (at your option)
6615 any later version.  The code is distributed WITHOUT ANY WARRANTY;
6616 without even the implied warranty of MERCHANTABILITY or FITNESS
6617 FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
6618
6619 As additional permission under GNU GPL version 3 section 7, you
6620 may distribute non-source (e.g., minimized or compacted) forms of
6621 that code without the copy of the GNU GPL normally required by
6622 section 4, provided you include this license notice and a URL
6623 through which recipients can access the Corresponding Source.
6624
6625
6626 @licend  The above is the entire license notice
6627 for the JavaScript code in this tag.
6628 */
6629 <!--/*--><![CDATA[/*><!--*/
6630  function CodeHighlightOn(elem, id)
6631  {
6632    var target = document.getElementById(id);
6633    if(null != target) {
6634      elem.cacheClassElem = elem.className;
6635      elem.cacheClassTarget = target.className;
6636      target.className = \"code-highlighted\";
6637      elem.className   = \"code-highlighted\";
6638    }
6639  }
6640  function CodeHighlightOff(elem, id)
6641  {
6642    var target = document.getElementById(id);
6643    if(elem.cacheClassElem)
6644      elem.className = elem.cacheClassElem;
6645    if(elem.cacheClassTarget)
6646      target.className = elem.cacheClassTarget;
6647  }
6648 /*]]>*///-->
6649 </script>")
6650                 nil [9957 11677])
6651             ("org-html-style-default" variable
6652                (:constant-flag t
6653                 :default-value "<style type=\"text/css\">
6654  <!--/*--><![CDATA[/*><!--*/
6655   .title  { text-align: center;
6656              margin-bottom: .2em; }
6657   .subtitle { text-align: center;
6658               font-size: medium;
6659               font-weight: bold;
6660               margin-top:0; }
6661   .todo   { font-family: monospace; color: red; }
6662   .done   { font-family: monospace; color: green; }
6663   .priority { font-family: monospace; color: orange; }
6664   .tag    { background-color: #eee; font-family: monospace;
6665             padding: 2px; font-size: 80%; font-weight: normal; }
6666   .timestamp { color: #bebebe; }
6667   .timestamp-kwd { color: #5f9ea0; }
6668   .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
6669   .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
6670   .org-center { margin-left: auto; margin-right: auto; text-align: center; }
6671   .underline { text-decoration: underline; }
6672   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
6673   p.verse { margin-left: 3%; }
6674   pre {
6675     border: 1px solid #ccc;
6676     box-shadow: 3px 3px 3px #eee;
6677     padding: 8pt;
6678     font-family: monospace;
6679     overflow: auto;
6680     margin: 1.2em;
6681   }
6682   pre.src {
6683     position: relative;
6684     overflow: visible;
6685     padding-top: 1.2em;
6686   }
6687   pre.src:before {
6688     display: none;
6689     position: absolute;
6690     background-color: white;
6691     top: -10px;
6692     right: 10px;
6693     padding: 3px;
6694     border: 1px solid black;
6695   }
6696   pre.src:hover:before { display: inline;}
6697   /* Languages per Org manual */
6698   pre.src-asymptote:before { content: 'Asymptote'; }
6699   pre.src-awk:before { content: 'Awk'; }
6700   pre.src-C:before { content: 'C'; }
6701   /* pre.src-C++ doesn't work in CSS */
6702   pre.src-clojure:before { content: 'Clojure'; }
6703   pre.src-css:before { content: 'CSS'; }
6704   pre.src-D:before { content: 'D'; }
6705   pre.src-ditaa:before { content: 'ditaa'; }
6706   pre.src-dot:before { content: 'Graphviz'; }
6707   pre.src-calc:before { content: 'Emacs Calc'; }
6708   pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
6709   pre.src-fortran:before { content: 'Fortran'; }
6710   pre.src-gnuplot:before { content: 'gnuplot'; }
6711   pre.src-haskell:before { content: 'Haskell'; }
6712   pre.src-hledger:before { content: 'hledger'; }
6713   pre.src-java:before { content: 'Java'; }
6714   pre.src-js:before { content: 'Javascript'; }
6715   pre.src-latex:before { content: 'LaTeX'; }
6716   pre.src-ledger:before { content: 'Ledger'; }
6717   pre.src-lisp:before { content: 'Lisp'; }
6718   pre.src-lilypond:before { content: 'Lilypond'; }
6719   pre.src-lua:before { content: 'Lua'; }
6720   pre.src-matlab:before { content: 'MATLAB'; }
6721   pre.src-mscgen:before { content: 'Mscgen'; }
6722   pre.src-ocaml:before { content: 'Objective Caml'; }
6723   pre.src-octave:before { content: 'Octave'; }
6724   pre.src-org:before { content: 'Org mode'; }
6725   pre.src-oz:before { content: 'OZ'; }
6726   pre.src-plantuml:before { content: 'Plantuml'; }
6727   pre.src-processing:before { content: 'Processing.js'; }
6728   pre.src-python:before { content: 'Python'; }
6729   pre.src-R:before { content: 'R'; }
6730   pre.src-ruby:before { content: 'Ruby'; }
6731   pre.src-sass:before { content: 'Sass'; }
6732   pre.src-scheme:before { content: 'Scheme'; }
6733   pre.src-screen:before { content: 'Gnu Screen'; }
6734   pre.src-sed:before { content: 'Sed'; }
6735   pre.src-sh:before { content: 'shell'; }
6736   pre.src-sql:before { content: 'SQL'; }
6737   pre.src-sqlite:before { content: 'SQLite'; }
6738   /* additional languages in org.el's org-babel-load-languages alist */
6739   pre.src-forth:before { content: 'Forth'; }
6740   pre.src-io:before { content: 'IO'; }
6741   pre.src-J:before { content: 'J'; }
6742   pre.src-makefile:before { content: 'Makefile'; }
6743   pre.src-maxima:before { content: 'Maxima'; }
6744   pre.src-perl:before { content: 'Perl'; }
6745   pre.src-picolisp:before { content: 'Pico Lisp'; }
6746   pre.src-scala:before { content: 'Scala'; }
6747   pre.src-shell:before { content: 'Shell Script'; }
6748   pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
6749   /* additional language identifiers per \"defun org-babel-execute\"
6750        in ob-*.el */
6751   pre.src-cpp:before  { content: 'C++'; }
6752   pre.src-abc:before  { content: 'ABC'; }
6753   pre.src-coq:before  { content: 'Coq'; }
6754   pre.src-groovy:before  { content: 'Groovy'; }
6755   /* additional language identifiers from org-babel-shell-names in
6756      ob-shell.el: ob-shell is the only babel language using a lambda to put
6757      the execution function name together. */
6758   pre.src-bash:before  { content: 'bash'; }
6759   pre.src-csh:before  { content: 'csh'; }
6760   pre.src-ash:before  { content: 'ash'; }
6761   pre.src-dash:before  { content: 'dash'; }
6762   pre.src-ksh:before  { content: 'ksh'; }
6763   pre.src-mksh:before  { content: 'mksh'; }
6764   pre.src-posh:before  { content: 'posh'; }
6765   /* Additional Emacs modes also supported by the LaTeX listings package */
6766   pre.src-ada:before { content: 'Ada'; }
6767   pre.src-asm:before { content: 'Assembler'; }
6768   pre.src-caml:before { content: 'Caml'; }
6769   pre.src-delphi:before { content: 'Delphi'; }
6770   pre.src-html:before { content: 'HTML'; }
6771   pre.src-idl:before { content: 'IDL'; }
6772   pre.src-mercury:before { content: 'Mercury'; }
6773   pre.src-metapost:before { content: 'MetaPost'; }
6774   pre.src-modula-2:before { content: 'Modula-2'; }
6775   pre.src-pascal:before { content: 'Pascal'; }
6776   pre.src-ps:before { content: 'PostScript'; }
6777   pre.src-prolog:before { content: 'Prolog'; }
6778   pre.src-simula:before { content: 'Simula'; }
6779   pre.src-tcl:before { content: 'tcl'; }
6780   pre.src-tex:before { content: 'TeX'; }
6781   pre.src-plain-tex:before { content: 'Plain TeX'; }
6782   pre.src-verilog:before { content: 'Verilog'; }
6783   pre.src-vhdl:before { content: 'VHDL'; }
6784   pre.src-xml:before { content: 'XML'; }
6785   pre.src-nxml:before { content: 'XML'; }
6786   /* add a generic configuration mode; LaTeX export needs an additional
6787      (add-to-list 'org-latex-listings-langs '(conf \" \")) in .emacs */
6788   pre.src-conf:before { content: 'Configuration File'; }
6789
6790   table { border-collapse:collapse; }
6791   caption.t-above { caption-side: top; }
6792   caption.t-bottom { caption-side: bottom; }
6793   td, th { vertical-align:top;  }
6794   th.org-right  { text-align: center;  }
6795   th.org-left   { text-align: center;   }
6796   th.org-center { text-align: center; }
6797   td.org-right  { text-align: right;  }
6798   td.org-left   { text-align: left;   }
6799   td.org-center { text-align: center; }
6800   dt { font-weight: bold; }
6801   .footpara { display: inline; }
6802   .footdef  { margin-bottom: 1em; }
6803   .figure { padding: 1em; }
6804   .figure p { text-align: center; }
6805   .inlinetask {
6806     padding: 10px;
6807     border: 2px solid gray;
6808     margin: 10px;
6809     background: #ffffcc;
6810   }
6811   #org-div-home-and-up
6812    { text-align: right; font-size: 70%; white-space: nowrap; }
6813   textarea { overflow-x: auto; }
6814   .linenr { font-size: smaller }
6815   .code-highlighted { background-color: #ffff00; }
6816   .org-info-js_info-navigation { border-style: none; }
6817   #org-info-js_console-label
6818     { font-size: 10px; font-weight: bold; white-space: nowrap; }
6819   .org-info-js_search-highlight
6820     { background-color: #ffff00; color: #000000; font-weight: bold; }
6821   .org-svg { width: 90%; }
6822   /*]]>*/-->
6823 </style>")
6824                 nil [11679 18905])
6825             ("org-export-html" customgroup (:user-visible-flag t) nil [18943 19069])
6826             ("org-html-infojs-opts-table" variable (:default-value (quote ((path PATH "https://orgmode.org/org-info.js") (view VIEW "info") (toc TOC :with-toc) (ftoc FIXED_TOC "0") (tdepth TOC_DEPTH "max") (sdepth SECTION_DEPTH "max") (mouse MOUSE_HINT "underline") (buttons VIEW_BUTTONS "0") (ltoc LOCAL_TOC "1") (up LINK_UP :html-link-up) (home LINK_HOME :html-link-home)))) nil [19091 19532])
6827             ("org-html-use-infojs" variable (:default-value (quote when-configured)) nil [19534 20151])
6828             ("org-html-infojs-options" variable (:default-value (mapcar (lambda (x) (cons (car x) (nth 2 x))) org-html-infojs-opts-table)) nil [20153 21013])
6829             ("org-html-infojs-template" variable (:default-value "<script type=\"text/javascript\" src=\"%SCRIPT_PATH\">
6830 /**
6831  *
6832  * @source: %SCRIPT_PATH
6833  *
6834  * @licstart  The following is the entire license notice for the
6835  *  JavaScript code in %SCRIPT_PATH.
6836  *
6837  * Copyright (C) 2012-2018 Free Software Foundation, Inc.
6838  *
6839  *
6840  * The JavaScript code in this tag is free software: you can
6841  * redistribute it and/or modify it under the terms of the GNU
6842  * General Public License (GNU GPL) as published by the Free Software
6843  * Foundation, either version 3 of the License, or (at your option)
6844  * any later version.  The code is distributed WITHOUT ANY WARRANTY;
6845  * without even the implied warranty of MERCHANTABILITY or FITNESS
6846  * FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
6847  *
6848  * As additional permission under GNU GPL version 3 section 7, you
6849  * may distribute non-source (e.g., minimized or compacted) forms of
6850  * that code without the copy of the GNU GPL normally required by
6851  * section 4, provided you include this license notice and a URL
6852  * through which recipients can access the Corresponding Source.
6853  *
6854  * @licend  The above is the entire license notice
6855  * for the JavaScript code in %SCRIPT_PATH.
6856  *
6857  */
6858 </script>
6859
6860 <script type=\"text/javascript\">
6861
6862 /*
6863 @licstart  The following is the entire license notice for the
6864 JavaScript code in this tag.
6865
6866 Copyright (C) 2012-2018 Free Software Foundation, Inc.
6867
6868 The JavaScript code in this tag is free software: you can
6869 redistribute it and/or modify it under the terms of the GNU
6870 General Public License (GNU GPL) as published by the Free Software
6871 Foundation, either version 3 of the License, or (at your option)
6872 any later version.  The code is distributed WITHOUT ANY WARRANTY;
6873 without even the implied warranty of MERCHANTABILITY or FITNESS
6874 FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
6875
6876 As additional permission under GNU GPL version 3 section 7, you
6877 may distribute non-source (e.g., minimized or compacted) forms of
6878 that code without the copy of the GNU GPL normally required by
6879 section 4, provided you include this license notice and a URL
6880 through which recipients can access the Corresponding Source.
6881
6882
6883 @licend  The above is the entire license notice
6884 for the JavaScript code in this tag.
6885 */
6886
6887 <!--/*--><![CDATA[/*><!--*/
6888 %MANAGER_OPTIONS
6889 org_html_manager.setup();  // activate after the parameters are set
6890 /*]]>*///-->
6891 </script>") nil [21015 23625])
6892             ("org-html-infojs-install-script" function (:arguments ("exp-plist" "_backend")) nil [23627 26918])
6893             ("org-html-text-markup-alist" variable (:default-value (quote ((bold . "<b>%s</b>") (code . "<code>%s</code>") (italic . "<i>%s</i>") (strike-through . "<del>%s</del>") (underline . "<span class=\"underline\">%s</span>") (verbatim . "<code>%s</code>")))) nil [26937 27733])
6894             ("org-html-indent" variable nil nil [27735 27971])
6895             ("org-html-format-drawer-function" variable (:default-value (lambda (_name contents) contents)) nil [27987 28556])
6896             ("org-html-footnotes-section" variable (:default-value "<div id=\"footnotes\">
6897 <h2 class=\"footnotes\">%s: </h2>
6898 <div id=\"text-footnotes\">
6899 %s
6900 </div>
6901 </div>") nil [28574 28974])
6902             ("org-html-footnote-format" variable (:default-value "<sup>%s</sup>") nil [28976 29167])
6903             ("org-html-footnote-separator" variable (:default-value "<sup>, </sup>") nil [29169 29303])
6904             ("org-html-toplevel-hlevel" variable (:default-value 2) nil [29320 29846])
6905             ("org-html-format-headline-function" variable (:default-value (quote org-html-format-headline-default-function)) nil [29848 30460])
6906             ("org-html-allow-name-attribute-in-anchors" variable nil nil [30482 30785])
6907             ("org-html-format-inlinetask-function" variable (:default-value (quote org-html-format-inlinetask-default-function)) nil [30805 31510])
6908             ("org-html-with-latex" variable (:default-value org-export-with-latex) nil [31524 32393])
6909             ("org-html-link-org-files-as-html" variable (:default-value t) nil [32418 32957])
6910             ("org-html-inline-images" variable (:default-value t) nil [32988 33271])
6911             ("org-html-inline-image-rules" variable (:default-value (quote (("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'") ("http" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'") ("https" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")))) nil [33273 33858])
6912             ("org-html-protect-char-alist" variable (:default-value (quote (("&" . "&amp;") ("<" . "&lt;") (">" . "&gt;")))) nil [33877 34045])
6913             ("org-html-htmlize-output-type" variable (:default-value (quote inline-css)) nil [34063 35180])
6914             ("org-html-htmlize-font-prefix" variable (:default-value "org-") nil [35182 35339])
6915             ("org-html-table-default-attributes" variable (:default-value (quote (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "hsides"))) nil [35353 35867])
6916             ("org-html-table-header-tags" variable (:default-value (quote ("<th scope=\"%s\"%s>" . "</th>"))) nil [35869 36443])
6917             ("org-html-table-data-tags" variable (:default-value (quote ("<td%s>" . "</td>"))) nil [36445 36929])
6918             ("org-html-table-row-open-tag" variable (:default-value "<tr>") nil [36931 38245])
6919             ("org-html-table-row-close-tag" variable (:default-value "</tr>") nil [38247 38679])
6920             ("org-html-table-align-individual-fields" variable (:default-value t) nil [38681 39006])
6921             ("org-html-table-use-header-tags-for-first-column" variable nil nil [39008 39224])
6922             ("org-html-table-caption-above" variable (:default-value t) nil [39226 39415])
6923             ("org-html-tag-class-prefix" variable nil nil [39428 39810])
6924             ("org-html-extension" variable (:default-value "html") nil [39838 39960])
6925             ("org-html-xml-declaration" variable (:default-value (quote (("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>") ("php" . "<?php echo \"<?xml version=\\\"1.0\\\" encoding=\\\"%s\\\" ?>\"; ?>")))) nil [39962 40579])
6926             ("org-html-coding-system" variable (:default-value (quote utf-8)) nil [40581 40790])
6927             ("org-html-doctype" variable (:default-value "xhtml-strict") nil [40792 41196])
6928             ("org-html-html5-fancy" variable nil nil [41198 41701])
6929             ("org-html-container-element" variable (:default-value "div") nil [41703 42083])
6930             ("org-html-divs" variable (:default-value (quote ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")))) nil [42085 42981])
6931             ("org-html-checkbox-types" variable
6932                (:constant-flag t
6933                 :default-value (quote ((unicode (on . "&#x2611;") (off . "&#x2610;") (trans . "&#x2610;")) (ascii (on . "<code>[X]</code>") (off . "<code>[&#xa0;]</code>") (trans . "<code>[-]</code>")) (html (on . "<input type='checkbox' checked='checked' />") (off . "<input type='checkbox' />") (trans . "<input type='checkbox' />")))))
6934                 nil [42983 43742])
6935             ("org-html-checkbox-type" variable (:default-value (quote ascii)) nil [43744 44128])
6936             ("org-html-metadata-timestamp-format" variable (:default-value "%Y-%m-%d %a %H:%M") nil [44130 44423])
6937             ("org-html-mathjax-options" variable (:default-value (quote ((path "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML") (scale "100") (align "center") (font "TeX") (linebreaks "false") (autonumber "AMS") (indent "0em") (multlinewidth "85%") (tagindent ".8em") (tagside "right")))) nil [44451 47695])
6938             ("org-html-mathjax-template" variable (:default-value "<script type=\"text/x-mathjax-config\">
6939     MathJax.Hub.Config({
6940         displayAlign: \"%ALIGN\",
6941         displayIndent: \"%INDENT\",
6942
6943         \"HTML-CSS\": { scale: %SCALE,
6944                         linebreaks: { automatic: \"%LINEBREAKS\" },
6945                         webFont: \"%FONT\"
6946                        },
6947         SVG: {scale: %SCALE,
6948               linebreaks: { automatic: \"%LINEBREAKS\" },
6949               font: \"%FONT\"},
6950         NativeMML: {scale: %SCALE},
6951         TeX: { equationNumbers: {autoNumber: \"%AUTONUMBER\"},
6952                MultLineWidth: \"%MULTLINEWIDTH\",
6953                TagSide: \"%TAGSIDE\",
6954                TagIndent: \"%TAGINDENT\"
6955              }
6956 });
6957 </script>
6958 <script type=\"text/javascript\"
6959         src=\"%PATH\"></script>") nil [47697 48597])
6960             ("org-html-postamble" variable (:default-value (quote auto)) nil [48627 49497])
6961             ("org-html-postamble-format" variable (:default-value (quote (("en" "<p class=\"author\">Author: %a (%e)</p>
6962 <p class=\"date\">Date: %d</p>
6963 <p class=\"creator\">%c</p>
6964 <p class=\"validation\">%v</p>")))) nil [49499 50548])
6965             ("org-html-validation-link" variable (:default-value "<a href=\"http://validator.w3.org/check?uri=referer\">Validate</a>") nil [50550 50736])
6966             ("org-html-creator-string" variable (:default-value (format "<a href=\"https://www.gnu.org/software/emacs/\">Emacs</a> %s (<a href=\"https://orgmode.org\">Org</a> mode %s)" emacs-version (if (fboundp (quote org-version)) (org-version) "unknown version"))) nil [50738 51208])
6967             ("org-html-preamble" variable (:default-value t) nil [51237 52000])
6968             ("org-html-preamble-format" variable (:default-value (quote (("en" "")))) nil [52002 52987])
6969             ("org-html-link-up" variable nil nil [52989 53145])
6970             ("org-html-link-home" variable nil nil [53147 53307])
6971             ("org-html-link-use-abs-url" variable nil nil [53309 53503])
6972             ("org-html-home/up-format" variable (:default-value "<div id=\"org-div-home-and-up\">
6973  <a accesskey=\"h\" href=\"%s\"> UP </a>
6974  |
6975  <a accesskey=\"H\" href=\"%s\"> HOME </a>
6976 </div>") nil [53505 53953])
6977             ("org-html-head-include-scripts" variable (:default-value t) nil [53981 54272])
6978             ("org-html-head-include-default-style" variable (:default-value t) nil [54299 54651])
6979             ("put" code nil nil [54667 54740])
6980             ("org-html-head" variable nil nil [54742 55833])
6981             ("put" code nil nil [55849 55899])
6982             ("org-html-head-extra" variable nil nil [55901 56211])
6983             ("put" code nil nil [56227 56283])
6984             ("org-html-viewport" variable (:default-value (quote ((width "device-width") (initial-scale "1") (minimum-scale "") (maximum-scale "") (user-scalable "")))) nil [56312 57917])
6985             ("org-html-klipsify-src" variable nil nil [57961 58151])
6986             ("org-html-klipse-css" variable (:default-value "https://storage.googleapis.com/app.klipse.tech/css/codemirror.css") nil [58153 58391])
6987             ("org-html-klipse-js" variable (:default-value "https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js") nil [58393 58596])
6988             ("org-html-klipse-selection-script" variable (:default-value "window.klipse_settings = {selector_eval_html: '.src-html',
6989                              selector_eval_js: '.src-js',
6990                              selector_eval_python_client: '.src-python',
6991                              selector_eval_scheme: '.src-scheme',
6992                              selector: '.src-clojure',
6993                              selector_eval_ruby: '.src-ruby'};") nil [58598 59139])
6994             ("org-html-todo-kwd-class-prefix" variable nil nil [59154 59554])
6995             ("org-html-xhtml-p" function (:arguments ("info")) nil [59581 59701])
6996             ("org-html-html5-p" function (:arguments ("info")) nil [59703 59842])
6997             ("org-html--html5-fancy-p" function (:arguments ("info")) nil [59844 60074])
6998             ("org-html-close-tag" function (:arguments ("tag" "attr" "info")) nil [60076 60351])
6999             ("org-html-doctype" function (:arguments ("info")) nil [60353 60717])
7000             ("org-html--make-attribute-string" function (:arguments ("attributes")) nil [60719 61391])
7001             ("org-html--wrap-image" function (:arguments ("contents" "info" "caption" "label")) nil [61393 62161])
7002             ("org-html--format-image" function (:arguments ("source" "attributes" "info")) nil [62163 62900])
7003             ("org-html--svg-image" function (:arguments ("source" "attributes" "info")) nil [62902 63948])
7004             ("org-html--textarea-block" function (:arguments ("element")) nil [63950 64383])
7005             ("org-html--has-caption-p" function (:arguments ("element" "_info")) nil [64385 64724])
7006             ("org-html-htmlize-region-for-paste" function (:arguments ("beg" "end")) nil [64738 65330])
7007             ("org-html-htmlize-generate-css" function (:user-visible-flag t) nil [65347 66833])
7008             ("org-html--make-string" function (:arguments ("n" "string")) nil [66835 66992])
7009             ("org-html-fix-class-name" function (:arguments ("kwd")) nil [66994 67214])
7010             ("org-html-footnote-section" function (:arguments ("info")) nil [67216 68162])
7011             ("org-html--build-meta-info" function (:arguments ("info")) nil [68180 71133])
7012             ("org-html--build-head" function (:arguments ("info")) nil [71135 71915])
7013             ("org-html--build-mathjax-config" function (:arguments ("info")) nil [71917 72876])
7014             ("org-html-format-spec" function (:arguments ("info")) nil [72878 73840])
7015             ("org-html--build-pre/postamble" function (:arguments ("type" "info")) nil [73842 76166])
7016             ("org-html-inner-template" function (:arguments ("contents" "info")) nil [76168 76582])
7017             ("org-html-template" function (:arguments ("contents" "info")) nil [76584 79569])
7018             ("org-html--translate" function (:arguments ("s" "info")) nil [79571 79750])
7019             ("org-html--anchor" function (:arguments ("id" "desc" "attributes" "info")) nil [79765 80099])
7020             ("org-html--todo" function (:arguments ("todo" "info")) nil [80112 80405])
7021             ("org-html--priority" function (:arguments ("priority" "_info")) nil [80422 80671])
7022             ("org-html--tags" function (:arguments ("tags" "info")) nil [80684 81064])
7023             ("org-html-fontify-code" function (:arguments ("code" "lang")) nil [81081 83302])
7024             ("org-html-do-format-code" function (:arguments ("code" "lang" "refs" "retain-labels" "num-start")) nil [83304 84564])
7025             ("org-html-format-code" function (:arguments ("element" "info")) nil [84566 85201])
7026             ("org-html-toc" function (:arguments ("depth" "info" "scope")) nil [85229 86319])
7027             ("org-html--toc-text" function (:arguments ("toc-entries")) nil [86321 87131])
7028             ("org-html--format-toc-headline" function (:arguments ("headline" "info")) nil [87133 88407])
7029             ("org-html-list-of-listings" function (:arguments ("info")) nil [88409 89674])
7030             ("org-html-list-of-tables" function (:arguments ("info")) nil [89676 90923])
7031             ("org-html-bold" function (:arguments ("_bold" "contents" "info")) nil [90963 91224])
7032             ("org-html-center-block" function (:arguments ("_center-block" "contents" "_info")) nil [91245 91510])
7033             ("org-html-clock" function (:arguments ("clock" "_contents" "_info")) nil [91524 92041])
7034             ("org-html-code" function (:arguments ("code" "_contents" "info")) nil [92054 92348])
7035             ("org-html-drawer" function (:arguments ("drawer" "contents" "info")) nil [92363 92667])
7036             ("org-html-dynamic-block" function (:arguments ("_dynamic-block" "contents" "_info")) nil [92689 92933])
7037             ("org-html-entity" function (:arguments ("entity" "_contents" "_info")) nil [92948 93168])
7038             ("org-html-example-block" function (:arguments ("example-block" "_contents" "info")) nil [93190 93903])
7039             ("org-html-export-snippet" function (:arguments ("export-snippet" "_contents" "_info")) nil [93926 94225])
7040             ("org-html-export-block" function (:arguments ("export-block" "_contents" "_info")) nil [94246 94567])
7041             ("org-html-fixed-width" function (:arguments ("fixed-width" "_contents" "_info")) nil [94587 94917])
7042             ("org-html-footnote-reference" function (:arguments ("footnote-reference" "_contents" "info")) nil [94944 95755])
7043             ("org-html-headline" function (:arguments ("headline" "contents" "info")) nil [95772 99722])
7044             ("org-html-format-headline-default-function" function (:arguments ("todo" "_todo-type" "priority" "text" "tags" "info")) nil [99724 100160])
7045             ("org-html--container" function (:arguments ("headline" "info")) nil [100162 100366])
7046             ("org-html-horizontal-rule" function (:arguments ("_horizontal-rule" "_contents" "info")) nil [100390 100618])
7047             ("org-html-inline-src-block" function (:arguments ("inline-src-block" "_contents" "info")) nil [100643 101269])
7048             ("org-html-inlinetask" function (:arguments ("inlinetask" "contents" "info")) nil [101288 102110])
7049             ("org-html-format-inlinetask-default-function" function (:arguments ("todo" "todo-type" "priority" "text" "tags" "contents" "info")) nil [102112 102518])
7050             ("org-html-italic" function (:arguments ("_italic" "contents" "info")) nil [102533 102807])
7051             ("org-html-checkbox" function (:arguments ("checkbox" "info")) nil [102820 103104])
7052             ("org-html-format-list-item" function (:arguments ("contents" "type" "checkbox" "info" "term-counter-id" "headline")) nil [103106 104451])
7053             ("org-html-item" function (:arguments ("item" "contents" "info")) nil [104453 105011])
7054             ("org-html-keyword" function (:arguments ("keyword" "_contents" "info")) nil [105027 105783])
7055             ("org-html-format-latex" function (:arguments ("latex-frag" "processing-type" "info")) nil [105809 107266])
7056             ("org-html-latex-environment" function (:arguments ("latex-environment" "_contents" "info")) nil [107268 108241])
7057             ("org-html-latex-fragment" function (:arguments ("latex-fragment" "_contents" "info")) nil [108264 108988])
7058             ("org-html-line-break" function (:arguments ("_line-break" "_contents" "info")) nil [109007 109232])
7059             ("org-html-image-link-filter" function (:arguments ("data" "_backend" "info")) nil [109245 109372])
7060             ("org-html-inline-image-p" function (:arguments ("link" "info")) nil [109374 110271])
7061             ("org-html-standalone-image-predicate" variable nil nil [110273 110317])
7062             ("org-html-standalone-image-p" function (:arguments ("element" "info")) nil [110318 111677])
7063             ("org-html-link" function (:arguments ("link" "desc" "info")) nil [111679 118831])
7064             ("org-html-node-property" function (:arguments ("node-property" "_contents" "_info")) nil [118853 119223])
7065             ("org-html-paragraph" function (:arguments ("paragraph" "contents" "info")) nil [119241 121068])
7066             ("org-html-plain-list" function (:arguments ("plain-list" "contents" "_info")) nil [121087 121808])
7067             ("org-html-convert-special-strings" function (:arguments ("string")) nil [121827 122085])
7068             ("org-html-encode-plain-text" function (:arguments ("text")) nil [122087 122380])
7069             ("org-html-plain-text" function (:arguments ("text" "info")) nil [122382 123318])
7070             ("org-html-planning" function (:arguments ("planning" "_contents" "info")) nil [123334 124129])
7071             ("org-html-property-drawer" function (:arguments ("_property-drawer" "contents" "_info")) nil [124153 124465])
7072             ("org-html-quote-block" function (:arguments ("quote-block" "contents" "_info")) nil [124485 125074])
7073             ("org-html-section" function (:arguments ("section" "contents" "info")) nil [125090 126032])
7074             ("org-html-radio-target" function (:arguments ("radio-target" "text" "info")) nil [126053 126344])
7075             ("org-html-special-block" function (:arguments ("special-block" "contents" "info")) nil [126366 127538])
7076             ("org-html-src-block" function (:arguments ("src-block" "_contents" "info")) nil [127556 129234])
7077             ("org-html-statistics-cookie" function (:arguments ("statistics-cookie" "_contents" "_info")) nil [129260 129572])
7078             ("org-html-strike-through" function (:arguments ("_strike-through" "contents" "info")) nil [129595 129916])
7079             ("org-html-subscript" function (:arguments ("_subscript" "contents" "_info")) nil [129934 130164])
7080             ("org-html-superscript" function (:arguments ("_superscript" "contents" "_info")) nil [130184 130420])
7081             ("org-html-table-cell" function (:arguments ("table-cell" "contents" "info")) nil [130439 131832])
7082             ("org-html-table-row" function (:arguments ("table-row" "contents" "info")) nil [131850 133755])
7083             ("org-html-table-first-row-data-cells" function (:arguments ("table" "info")) nil [133769 134251])
7084             ("org-html-table--table.el-table" function (:arguments ("table" "_info")) nil [134253 134857])
7085             ("org-html-table" function (:arguments ("table" "contents" "info")) nil [134859 136994])
7086             ("org-html-target" function (:arguments ("target" "_contents" "info")) nil [137009 137265])
7087             ("org-html-timestamp" function (:arguments ("timestamp" "_contents" "info")) nil [137283 137680])
7088             ("org-html-underline" function (:arguments ("_underline" "contents" "info")) nil [137698 137991])
7089             ("org-html-verbatim" function (:arguments ("verbatim" "_contents" "info")) nil [138008 138322])
7090             ("org-html-verse-block" function (:arguments ("_verse-block" "contents" "info")) nil [138342 139049])
7091             ("org-html-final-function" function (:arguments ("contents" "_backend" "info")) nil [139075 139394])
7092             ("org-html-export-as-html" function
7093                (:user-visible-flag t
7094                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7095                 nil [139437 140633])
7096             ("org-html-convert-region-to-html" function (:user-visible-flag t) nil [140650 140962])
7097             ("org-html-export-to-html" function
7098                (:user-visible-flag t
7099                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7100                 nil [140979 142242])
7101             ("org-html-publish-to-html" function (:arguments ("plist" "filename" "pub-dir")) nil [142259 142689])
7102             ("ox-html" package nil nil [142692 142710]))          
7103       :file "ox-html.el"
7104       :pointmax 142812
7105       :fsize 142811
7106       :lastmodtime '(23525 29593 0 0)
7107       :unmatched-syntax nil)
7108     (semanticdb-table "semanticdb-table"
7109       :major-mode emacs-lisp-mode
7110       :tags 
7111         '( ("cl-lib" include nil nil [985 1002])
7112             ("format-spec" include nil nil [1003 1025])
7113             ("ox" include nil nil [1026 1039])
7114             ("org-compat" include nil nil [1040 1061])
7115             ("table" include nil nil [1062 1091])
7116             ("org-export-define-backend" code nil nil [1114 4638])
7117             ("declare-function" code nil nil [4730 4785])
7118             ("declare-function" code nil nil [4786 4847])
7119             ("declare-function" code nil nil [4848 4912])
7120             ("declare-function" code nil nil [4913 4996])
7121             ("declare-function" code nil nil [4997 5055])
7122             ("nxml-auto-insert-xml-declaration-flag" variable nil nil [5057 5103])
7123             ("archive-zip-extract" variable nil nil [5119 5147])
7124             ("hfy-end-span-handler" variable nil nil [5170 5199])
7125             ("hfy-begin-span-handler" variable nil nil [5225 5256])
7126             ("hfy-face-to-css" variable nil nil [5282 5306])
7127             ("hfy-html-quote-map" variable nil nil [5332 5359])
7128             ("hfy-html-quote-regex" variable nil nil [5385 5414])
7129             ("org-odt-lib-dir" variable
7130                (:constant-flag t
7131                 :default-value (file-name-directory (or load-file-name (buffer-file-name))))
7132                 nil [5467 5661])
7133             ("org-odt-data-dir" variable (:default-value (expand-file-name "../../etc/" org-odt-lib-dir)) nil [5663 5850])
7134             ("org-odt-special-string-regexps" variable
7135                (:constant-flag t
7136                 :default-value (quote (("\\\\-" . "&#x00ad;\\1") ("---\\([^-]\\)" . "&#x2014;\\1") ("--\\([^-]\\)" . "&#x2013;\\1") ("\\.\\.\\." . "&#x2026;"))))
7137                 nil [5852 6118])
7138             ("org-odt-schema-dir-list" variable
7139                (:constant-flag t
7140                 :default-value (list (and org-odt-data-dir (expand-file-name "./schema/" org-odt-data-dir)) (eval-when-compile (and (boundp (quote org-odt-data-dir)) org-odt-data-dir (expand-file-name "./schema/" org-odt-data-dir)))))
7141                 nil [6120 6645])
7142             ("org-odt-styles-dir-list" variable
7143                (:constant-flag t
7144                 :default-value (list (and org-odt-data-dir (expand-file-name "./styles/" org-odt-data-dir)) (eval-when-compile (and (boundp (quote org-odt-data-dir)) org-odt-data-dir (expand-file-name "./styles/" org-odt-data-dir))) (expand-file-name "../etc/styles/" org-odt-lib-dir) (expand-file-name "./etc/styles/" org-odt-lib-dir) (expand-file-name "./org/" data-directory)))
7145                 nil [6647 7323])
7146             ("org-odt-styles-dir" variable
7147                (:constant-flag t
7148                 :default-value (let ((styles-dir (cl-find-if (lambda (dir) (and dir (file-readable-p (expand-file-name "OrgOdtContentTemplate.xml" dir)) (file-readable-p (expand-file-name "OrgOdtStyles.xml" dir)))) org-odt-styles-dir-list))) (unless styles-dir (error "Error (ox-odt): Cannot find factory styles files, aborting")) styles-dir))
7149                 nil [7325 8245])
7150             ("org-odt-bookmark-prefix" variable
7151                (:constant-flag t
7152                 :default-value "OrgXref.")
7153                 nil [8247 8292])
7154             ("org-odt-manifest-file-entry-tag" variable
7155                (:constant-flag t
7156                 :default-value "
7157 <manifest:file-entry manifest:media-type=\"%s\" manifest:full-path=\"%s\"%s/>")
7158                 nil [8294 8420])
7159             ("org-odt-file-extensions" variable
7160                (:constant-flag t
7161                 :default-value (quote (("odt" . "OpenDocument Text") ("ott" . "OpenDocument Text Template") ("odm" . "OpenDocument Master Document") ("ods" . "OpenDocument Spreadsheet") ("ots" . "OpenDocument Spreadsheet Template") ("odg" . "OpenDocument Drawing (Graphics)") ("otg" . "OpenDocument Drawing Template") ("odp" . "OpenDocument Presentation") ("otp" . "OpenDocument Presentation Template") ("odi" . "OpenDocument Image") ("odf" . "OpenDocument Formula") ("odc" . "OpenDocument Chart"))))
7162                 nil [8422 8964])
7163             ("org-odt-table-style-format" variable
7164                (:constant-flag t
7165                 :default-value "
7166 <style:style style:name=\"%s\" style:family=\"table\">
7167   <style:table-properties style:rel-width=\"%s%%\" fo:margin-top=\"0cm\" fo:margin-bottom=\"0.20cm\" table:align=\"center\"/>
7168 </style:style>
7169 ")
7170                 nil [8966 9251])
7171             ("org-odt-automatic-styles" variable (:default-value (quote nil)) nil [9253 9840])
7172             ("org-odt-object-counters" variable nil nil [9842 10014])
7173             ("org-odt-src-block-paragraph-format" variable (:default-value "<style:style style:name=\"OrgSrcBlock\" style:family=\"paragraph\" style:parent-style-name=\"Preformatted_20_Text\">
7174    <style:paragraph-properties fo:background-color=\"%s\" fo:padding=\"0.049cm\" fo:border=\"0.51pt solid #000000\" style:shadow=\"none\">
7175     <style:background-image/>
7176    </style:paragraph-properties>
7177    <style:text-properties fo:color=\"%s\"/>
7178   </style:style>") nil [10016 10693])
7179             ("hfy-optimizations" variable nil nil [10695 10721])
7180             ("org-odt-embedded-formulas-count" variable nil nil [10722 10764])
7181             ("org-odt-embedded-images-count" variable nil nil [10765 10805])
7182             ("org-odt-image-size-probe-method" variable (:default-value (append (and (executable-find "identify") (quote (imagemagick))) (quote (emacs fixed)))) nil [10806 10998])
7183             ("org-odt-default-image-sizes-alist" variable (:default-value (quote (("as-char" 5 . 0.4) ("paragraph" 5 . 5)))) nil [11000 11168])
7184             ("org-odt-max-image-size" variable (:default-value (quote (17.0 . 20.0))) nil [11321 11414])
7185             ("org-odt-label-styles" variable
7186                (:constant-flag t
7187                 :default-value (quote (("math-formula" "%c" "text" "(%n)") ("math-label" "(%n)" "text" "(%n)") ("category-and-value" "%e %n: %c" "category-and-value" "%e %n") ("value" "%e %n: %c" "value" "%n"))))
7188                 nil [11416 12415])
7189             ("org-odt-category-map-alist" variable (:default-value (quote (("__Table__" "Table" "value" "Table" org-odt--enumerable-p) ("__Figure__" "Illustration" "value" "Figure" org-odt--enumerable-image-p) ("__MathFormula__" "Text" "math-formula" "Equation" org-odt--enumerable-formula-p) ("__DvipngImage__" "Equation" "value" "Equation" org-odt--enumerable-latex-image-p) ("__Listing__" "Listing" "value" "Listing" org-odt--enumerable-p)))) nil [12417 13580])
7190             ("org-odt-manifest-file-entries" variable nil nil [13582 13624])
7191             ("hfy-user-sheet-assoc" variable nil nil [13625 13654])
7192             ("org-odt-zip-dir" variable nil nil [13656 13740])
7193             ("org-export-odt" customgroup (:user-visible-flag t) nil [13779 13902])
7194             ("org-odt-prettify-xml" variable nil nil [13921 14274])
7195             ("rng-loc" include nil nil [14299 14317])
7196             ("org-odt-schema-dir" variable (:default-value (cl-find-if (lambda (dir) (and dir (file-expand-wildcards (expand-file-name "od-manifest-schema*.rnc" dir)) (file-expand-wildcards (expand-file-name "od-schema*.rnc" dir)) (file-readable-p (expand-file-name "schemas.xml" dir)))) org-odt-schema-dir-list)) nil [14318 16180])
7197             ("org-odt-content-template-file" variable nil nil [16205 16551])
7198             ("org-odt-styles-file" variable nil nil [16553 18098])
7199             ("org-odt-display-outline-level" variable (:default-value 2) nil [18100 18303])
7200             ("org-odt-convert-processes" variable (:default-value (quote (("LibreOffice" "soffice --headless --convert-to %f%x --outdir %d %i") ("unoconv" "unoconv -f %f -o %d %i")))) nil [18331 19392])
7201             ("org-odt-convert-process" variable (:default-value "LibreOffice") nil [19394 19925])
7202             ("org-odt-convert-capabilities" variable (:default-value (quote (("Text" ("odt" "ott" "doc" "rtf" "docx") (("pdf" "pdf") ("odt" "odt") ("rtf" "rtf") ("ott" "ott") ("doc" "doc" ":\"MS Word 97\"") ("docx" "docx") ("html" "html"))) ("Web" ("html") (("pdf" "pdf") ("odt" "odt") ("html" "html"))) ("Spreadsheet" ("ods" "ots" "xls" "csv" "xlsx") (("pdf" "pdf") ("ots" "ots") ("html" "html") ("csv" "csv") ("ods" "ods") ("xls" "xls") ("xlsx" "xlsx"))) ("Presentation" ("odp" "otp" "ppt" "pptx") (("pdf" "pdf") ("swf" "swf") ("odp" "odp") ("otp" "otp") ("ppt" "ppt") ("pptx" "pptx") ("odg" "odg")))))) nil [19927 22525])
7203             ("org-odt-preferred-output-format" variable nil nil [22527 23339])
7204             ("put" code nil nil [23355 23423])
7205             ("org-odt-format-drawer-function" variable (:default-value (lambda (_name contents) contents)) nil [23440 23904])
7206             ("org-odt-format-headline-function" variable (:default-value (quote org-odt-format-headline-default-function)) nil [23922 24509])
7207             ("org-odt-format-inlinetask-function" variable (:default-value (quote org-odt-format-inlinetask-default-function)) nil [24530 25177])
7208             ("org-odt-with-latex" variable (:default-value org-export-with-latex) nil [25192 26298])
7209             ("org-odt-inline-formula-rules" variable (:default-value (quote (("file" . "\\.\\(mathml\\|mml\\|odf\\)\\'")))) nil [26313 26773])
7210             ("org-odt-inline-image-rules" variable (:default-value (quote (("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")))) nil [26775 27241])
7211             ("org-odt-pixels-per-inch" variable (:default-value 96.0) nil [27243 27540])
7212             ("org-odt-create-custom-styles-for-srcblocks" variable (:default-value t) nil [27559 28295])
7213             ("org-odt-fontify-srcblocks" variable (:default-value t) nil [28297 28648])
7214             ("org-odt-table-styles" variable (:default-value (quote (("OrgEquation" "OrgEquation" ((use-first-column-styles . t) (use-last-column-styles . t))) ("TableWithHeaderRowAndColumn" "Custom" ((use-first-row-styles . t) (use-first-column-styles . t))) ("TableWithFirstRowandLastRow" "Custom" ((use-first-row-styles . t) (use-last-row-styles . t))) ("GriddedTable" "Custom" nil)))) nil [28663 32646])
7215             ("org-odt-use-date-fields" variable nil nil [32665 33964])
7216             ("org-odt--format-timestamp" function (:arguments ("timestamp" "end" "iso-date-p")) nil [34004 36112])
7217             ("org-odt--frame" function (:arguments ("text" "width" "height" "style" "extra" "anchor-type" "title-and-desc")) nil [36126 36953])
7218             ("org-odt--zip-extract" function (:arguments ("archive" "members" "target")) nil [36979 37849])
7219             ("org-odt--target" function (:arguments ("text" "id")) nil [37864 38127])
7220             ("org-odt--textbox" function (:arguments ("text" "width" "height" "style" "extra" "anchor-type")) nil [38143 38488])
7221             ("org-odt--format-toc" function (:arguments ("title" "entries" "depth")) nil [38516 39905])
7222             ("cl-defun" code nil nil [39907 40947])
7223             ("org-odt-toc" function (:arguments ("depth" "info" "scope")) nil [40949 42417])
7224             ("org-odt-add-automatic-style" function (:arguments ("object-type" "object-props")) nil [42442 43543])
7225             ("org-odt--checkbox" function (:arguments ("item")) nil [43560 43903])
7226             ("org-odt--build-date-styles" function (:arguments ("fmt" "style")) nil [43919 47655])
7227             ("org-odt-template" function (:arguments ("contents" "info")) nil [47657 58662])
7228             ("org-odt-bold" function (:arguments ("_bold" "contents" "_info")) nil [58703 58951])
7229             ("org-odt-center-block" function (:arguments ("_center-block" "contents" "_info")) nil [58973 59195])
7230             ("org-odt-clock" function (:arguments ("clock" "contents" "info")) nil [59210 59873])
7231             ("org-odt-code" function (:arguments ("code" "_contents" "_info")) nil [59887 60188])
7232             ("org-odt-drawer" function (:arguments ("drawer" "contents" "info")) nil [60204 60545])
7233             ("org-odt-dynamic-block" function (:arguments ("_dynamic-block" "contents" "_info")) nil [60568 60810])
7234             ("org-odt-entity" function (:arguments ("entity" "_contents" "_info")) nil [60826 61045])
7235             ("org-odt-example-block" function (:arguments ("example-block" "_contents" "info")) nil [61068 61292])
7236             ("org-odt-export-snippet" function (:arguments ("export-snippet" "_contents" "_info")) nil [61316 61612])
7237             ("org-odt-export-block" function (:arguments ("export-block" "_contents" "_info")) nil [61634 61952])
7238             ("org-odt-fixed-width" function (:arguments ("fixed-width" "_contents" "info")) nil [61973 62222])
7239             ("org-odt-footnote-reference" function (:arguments ("footnote-reference" "_contents" "info")) nil [62315 64672])
7240             ("org-odt-format-headline--wrap" function (:arguments ("headline" "backend" "info" "format-function" "extra-keys")) nil [64690 66326])
7241             ("org-odt-headline" function (:arguments ("headline" "contents" "info")) nil [66328 68899])
7242             ("org-odt-format-headline-default-function" function (:arguments ("todo" "todo-type" "priority" "text" "tags")) nil [68901 69778])
7243             ("org-odt-horizontal-rule" function (:arguments ("_horizontal-rule" "_contents" "_info")) nil [69803 70078])
7244             ("org-odt--find-verb-separator" function (:arguments ("s")) nil [70165 70542])
7245             ("org-odt-inline-src-block" function (:arguments ("_inline-src-block" "_contents" "_info")) nil [70544 70779])
7246             ("org-odt-inlinetask" function (:arguments ("inlinetask" "contents" "info")) nil [70799 71613])
7247             ("org-odt-format-inlinetask-default-function" function (:arguments ("todo" "todo-type" "priority" "name" "tags" "contents")) nil [71615 72177])
7248             ("org-odt-italic" function (:arguments ("_italic" "contents" "_info")) nil [72192 72452])
7249             ("org-odt-item" function (:arguments ("item" "contents" "info")) nil [72466 73039])
7250             ("org-odt-keyword" function (:arguments ("keyword" "_contents" "info")) nil [73055 73867])
7251             ("org-odt-latex-environment" function (:arguments ("latex-environment" "_contents" "info")) nil [74274 74617])
7252             ("org-odt-latex-fragment" function (:arguments ("latex-fragment" "_contents" "_info")) nil [74808 75181])
7253             ("org-odt-line-break" function (:arguments ("_line-break" "_contents" "_info")) nil [75201 75397])
7254             ("org-odt--enumerate" function (:arguments ("element" "info" "predicate" "n")) nil [75443 76650])
7255             ("org-odt-format-label" function (:arguments ("element" "info" "op")) nil [76652 79907])
7256             ("org-odt--copy-image-file" function (:arguments ("path")) nil [79939 80649])
7257             ("org-odt--image-size" function (:arguments ("file" "info" "user-width" "user-height" "scale" "dpi" "embed-as")) nil [80651 83012])
7258             ("org-odt-link--inline-image" function (:arguments ("element" "info")) nil [83014 86085])
7259             ("org-odt-link--inline-formula" function (:arguments ("element" "info")) nil [86116 88004])
7260             ("org-odt--copy-formula-file" function (:arguments ("src-file")) nil [88006 89170])
7261             ("org-odt--render-image/formula" function (:arguments ("cfg-key" "href" "width" "height" "captions" "user-frame-params" "title-and-desc")) nil [89186 93292])
7262             ("org-odt--enumerable-p" function (:arguments ("element" "_info")) nil [93294 93474])
7263             ("org-odt--enumerable-image-p" function (:arguments ("element" "info")) nil [93476 94060])
7264             ("org-odt--enumerable-latex-image-p" function (:arguments ("element" "info")) nil [94062 94643])
7265             ("org-odt--enumerable-formula-p" function (:arguments ("element" "info")) nil [94645 95077])
7266             ("org-odt--standalone-link-p" function (:arguments ("element" "_info" "paragraph-predicate" "link-predicate")) nil [95079 96405])
7267             ("org-odt-link--infer-description" function (:arguments ("destination" "info")) nil [96407 100330])
7268             ("org-odt-link" function (:arguments ("link" "desc" "info")) nil [100332 105226])
7269             ("org-odt-node-property" function (:arguments ("node-property" "_contents" "_info")) nil [105249 105631])
7270             ("org-odt--paragraph-style" function (:arguments ("paragraph")) nil [105649 106039])
7271             ("org-odt--format-paragraph" function (:arguments ("paragraph" "contents" "info" "default" "center" "quote")) nil [106041 107003])
7272             ("org-odt-paragraph" function (:arguments ("paragraph" "contents" "info")) nil [107005 107366])
7273             ("org-odt-plain-list" function (:arguments ("plain-list" "contents" "_info")) nil [107386 108168])
7274             ("org-odt--encode-tabs-and-spaces" function (:arguments ("line")) nil [108187 108412])
7275             ("org-odt--encode-plain-text" function (:arguments ("text" "no-whitespace-filling")) nil [108414 108705])
7276             ("org-odt-plain-text" function (:arguments ("text" "info")) nil [108707 109664])
7277             ("org-odt-planning" function (:arguments ("planning" "contents" "info")) nil [109682 110693])
7278             ("org-odt-property-drawer" function (:arguments ("_property-drawer" "contents" "_info")) nil [110718 111061])
7279             ("org-odt-quote-block" function (:arguments ("_quote-block" "contents" "_info")) nil [111082 111294])
7280             ("org-odt-format-section" function (:arguments ("text" "style" "name")) nil [111311 111596])
7281             ("org-odt-section" function (:arguments ("_section" "contents" "_info")) nil [111599 111809])
7282             ("org-odt-radio-target" function (:arguments ("radio-target" "text" "info")) nil [111830 112087])
7283             ("org-odt-special-block" function (:arguments ("special-block" "contents" "info")) nil [112110 113542])
7284             ("org-odt-hfy-face-to-css" function (:arguments ("fn")) nil [113561 114943])
7285             ("org-odt-htmlfontify-string" function (:arguments ("line")) nil [114945 115649])
7286             ("org-odt-do-format-code" function (:arguments ("code" "info" "lang" "refs" "retain-labels" "num-start")) nil [115651 117512])
7287             ("org-odt-format-code" function (:arguments ("element" "info")) nil [117514 118004])
7288             ("org-odt-src-block" function (:arguments ("src-block" "_contents" "info")) nil [118006 118700])
7289             ("org-odt-statistics-cookie" function (:arguments ("statistics-cookie" "_contents" "_info")) nil [118727 119085])
7290             ("org-odt-strike-through" function (:arguments ("_strike-through" "contents" "_info")) nil [119109 119406])
7291             ("org-odt-subscript" function (:arguments ("_subscript" "contents" "_info")) nil [119425 119706])
7292             ("org-odt-superscript" function (:arguments ("_superscript" "contents" "_info")) nil [119727 120016])
7293             ("org-odt-table-style-spec" function (:arguments ("element" "info")) nil [120036 120316])
7294             ("org-odt-get-table-cell-styles" function (:arguments ("table-cell" "info")) nil [120318 123082])
7295             ("org-odt-table-cell" function (:arguments ("table-cell" "contents" "info")) nil [123084 125562])
7296             ("org-odt-table-row" function (:arguments ("table-row" "contents" "info")) nil [125581 126824])
7297             ("org-odt-table-first-row-data-cells" function (:arguments ("table" "info")) nil [126839 127233])
7298             ("org-odt--table" function (:arguments ("table" "contents" "info")) nil [127235 129178])
7299             ("org-odt-table" function (:arguments ("table" "contents" "info")) nil [129180 134904])
7300             ("org-odt-target" function (:arguments ("target" "_contents" "info")) nil [134920 135141])
7301             ("org-odt-timestamp" function (:arguments ("timestamp" "_contents" "info")) nil [135160 136833])
7302             ("org-odt-underline" function (:arguments ("_underline" "contents" "_info")) nil [136852 137125])
7303             ("org-odt-verbatim" function (:arguments ("verbatim" "_contents" "_info")) nil [137143 137460])
7304             ("org-odt-verse-block" function (:arguments ("_verse-block" "contents" "_info")) nil [137481 138003])
7305             ("org-odt--translate-image-links" function (:arguments ("data" "_backend" "info")) nil [138033 138163])
7306             ("org-odt--translate-latex-fragments" function (:arguments ("tree" "_backend" "info")) nil [138187 141998])
7307             ("org-odt--translate-description-lists" function (:arguments ("tree" "_backend" "info")) nil [142142 143857])
7308             ("org-odt--translate-list-tables" function (:arguments ("tree" "_backend" "info")) nil [145059 146652])
7309             ("org-odt-create-manifest-file-entry" function (:arguments ("args")) nil [146683 146782])
7310             ("org-odt-write-manifest-file" function nil nil [146784 147588])
7311             ("org-odt--export-wrap" function (:arguments ("out-file" "body")) nil [147590 151929])
7312             ("org-odt-export-as-odf" function
7313                (:user-visible-flag t
7314                 :arguments ("latex-frag" "odf-file"))
7315                 nil [151984 153949])
7316             ("org-odt-export-as-odf-and-open" function (:user-visible-flag t) nil [153966 154250])
7317             ("org-odt-export-to-odt" function
7318                (:user-visible-flag t
7319                 :arguments ("async" "subtreep" "visible-only" "ext-plist"))
7320                 nil [154302 156781])
7321             ("org-odt-reachable-p" function (:arguments ("in-fmt" "out-fmt")) nil [156837 157180])
7322             ("org-odt-do-convert" function (:arguments ("in-file" "out-fmt" "open")) nil [157182 158703])
7323             ("org-odt-do-reachable-formats" function (:arguments ("in-fmt")) nil [158705 159531])
7324             ("org-odt-reachable-formats" function (:arguments ("in-fmt")) nil [159533 159823])
7325             ("org-odt-convert-read-params" function nil nil [159825 160472])
7326             ("org-odt-convert" function
7327                (:user-visible-flag t
7328                 :arguments ("in-file" "out-fmt" "open"))
7329                 nil [160489 161005])
7330             ("dolist" code nil nil [161036 161230])
7331             ("ox-odt" package nil nil [161232 161249]))          
7332       :file "ox-odt.el"
7333       :pointmax 161350
7334       :fsize 161349
7335       :lastmodtime '(23525 29593 0 0)
7336       :unmatched-syntax nil)
7337     (semanticdb-table "semanticdb-table"
7338       :major-mode emacs-lisp-mode
7339       :tags 
7340         '( ("cl-lib" include nil nil [1212 1229])
7341             ("ox-ascii" include nil nil [1230 1249])
7342             ("declare-function" code nil nil [1250 1310])
7343             ("org-export-icalendar" customgroup (:user-visible-flag t) nil [1348 1486])
7344             ("org-icalendar-combined-agenda-file" variable (:default-value "~/org.ics") nil [1488 1814])
7345             ("org-icalendar-alarm-time" variable nil nil [1816 2244])
7346             ("org-icalendar-combined-name" variable (:default-value "OrgMode") nil [2246 2418])
7347             ("org-icalendar-combined-description" variable nil nil [2420 2588])
7348             ("org-icalendar-exclude-tags" variable nil nil [2590 2881])
7349             ("org-icalendar-use-deadline" variable (:default-value (quote (event-if-not-todo todo-due))) nil [2883 3619])
7350             ("org-icalendar-use-scheduled" variable (:default-value (quote (todo-start))) nil [3621 4514])
7351             ("org-icalendar-categories" variable (:default-value (quote (local-tags category))) nil [4516 5177])
7352             ("org-icalendar-with-timestamps" variable (:default-value (quote active)) nil [5179 5787])
7353             ("org-icalendar-include-todo" variable nil nil [5789 6383])
7354             ("org-icalendar-include-bbdb-anniversaries" variable nil nil [6385 6615])
7355             ("org-icalendar-include-sexps" variable (:default-value t) nil [6617 6848])
7356             ("org-icalendar-include-body" variable (:default-value t) nil [6850 7291])
7357             ("org-icalendar-store-UID" variable nil nil [7293 8017])
7358             ("org-icalendar-timezone" variable (:default-value (getenv "TZ")) nil [8019 8293])
7359             ("org-icalendar-date-time-format" variable (:default-value ":%Y%m%dT%H%M%S") nil [8295 8980])
7360             ("org-icalendar-after-save-hook" variable nil nil [8982 9230])
7361             ("org-export-define-derived-backend" code nil nil [9256 10913])
7362             ("org-icalendar-create-uid" function (:arguments ("file" "bell")) nil [10942 11505])
7363             ("org-icalendar-blocked-headline-p" function (:arguments ("headline" "info")) nil [11507 12706])
7364             ("org-icalendar-use-UTC-date-time-p" function nil nil [12708 12926])
7365             ("org-agenda-default-appointment-duration" variable nil nil [12928 12976])
7366             ("org-icalendar-convert-timestamp" function (:arguments ("timestamp" "keyword" "end" "tz")) nil [12999 15699])
7367             ("org-icalendar-dtstamp" function nil nil [15701 15829])
7368             ("org-icalendar-get-categories" function (:arguments ("entry" "info")) nil [15831 16613])
7369             ("org-icalendar-transcode-diary-sexp" function (:arguments ("sexp" "uid" "summary")) nil [16615 17208])
7370             ("org-icalendar-cleanup-string" function (:arguments ("s")) nil [17210 17521])
7371             ("org-icalendar-fold-string" function (:arguments ("s")) nil [17523 18349])
7372             ("org-icalendar-clear-blank-lines" function (:arguments ("headline" "_back-end" "_info")) nil [18367 18626])
7373             ("org-icalendar-entry" function (:arguments ("entry" "contents" "info")) nil [19059 24386])
7374             ("org-icalendar--vevent" function (:arguments ("entry" "timestamp" "uid" "summary" "location" "description" "categories" "timezone")) nil [24388 26094])
7375             ("org-icalendar--vtodo" function (:arguments ("entry" "uid" "summary" "location" "description" "categories" "timezone")) nil [26096 28136])
7376             ("org-icalendar--valarm" function (:arguments ("entry" "timestamp" "summary")) nil [28138 29157])
7377             ("org-icalendar-template" function (:arguments ("contents" "info")) nil [29175 29904])
7378             ("org-icalendar--vcalendar" function (:arguments ("name" "owner" "tz" "description" "contents")) nil [29906 30557])
7379             ("org-icalendar-export-to-ics" function
7380                (:user-visible-flag t
7381                 :arguments ("async" "subtreep" "visible-only" "body-only"))
7382                 nil [30604 31978])
7383             ("org-icalendar-export-agenda-files" function
7384                (:user-visible-flag t
7385                 :arguments ("async"))
7386                 nil [31995 33123])
7387             ("org-icalendar-combine-agenda-files" function
7388                (:user-visible-flag t
7389                 :arguments ("async"))
7390                 nil [33140 33888])
7391             ("org-icalendar-export-current-agenda" function (:arguments ("file")) nil [33890 35139])
7392             ("org-icalendar--combine-files" function (:arguments ("files")) nil [35141 36675])
7393             ("ox-icalendar" package nil nil [36678 36701]))          
7394       :file "ox-icalendar.el"
7395       :pointmax 36808
7396       :fsize 36807
7397       :lastmodtime '(23525 29593 0 0)
7398       :unmatched-syntax nil)
7399     (semanticdb-table "semanticdb-table"
7400       :major-mode emacs-lisp-mode
7401       :tags 
7402         '( ("cl-lib" include nil nil [984 1001])
7403             ("ox" include nil nil [1002 1015])
7404             ("ox-publish" include nil nil [1016 1037])
7405             ("org-latex-default-packages-alist" variable nil nil [1039 1080])
7406             ("org-latex-packages-alist" variable nil nil [1081 1114])
7407             ("orgtbl-exp-regexp" variable nil nil [1115 1141])
7408             ("org-export-define-backend" code nil nil [1167 6856])
7409             ("org-latex-babel-language-alist" variable
7410                (:constant-flag t
7411                 :default-value (quote (("af" . "afrikaans") ("bg" . "bulgarian") ("bt-br" . "brazilian") ("ca" . "catalan") ("cs" . "czech") ("cy" . "welsh") ("da" . "danish") ("de" . "germanb") ("de-at" . "naustrian") ("de-de" . "ngerman") ("el" . "greek") ("en" . "english") ("en-au" . "australian") ("en-ca" . "canadian") ("en-gb" . "british") ("en-ie" . "irish") ("en-nz" . "newzealand") ("en-us" . "american") ("es" . "spanish") ("et" . "estonian") ("eu" . "basque") ("fi" . "finnish") ("fr" . "frenchb") ("fr-ca" . "canadien") ("gl" . "galician") ("hr" . "croatian") ("hu" . "hungarian") ("id" . "indonesian") ("is" . "icelandic") ("it" . "italian") ("la" . "latin") ("ms" . "malay") ("nl" . "dutch") ("nb" . "norsk") ("nn" . "nynorsk") ("no" . "norsk") ("pl" . "polish") ("pt" . "portuguese") ("ro" . "romanian") ("ru" . "russian") ("sa" . "sanskrit") ("sb" . "uppersorbian") ("sk" . "slovak") ("sl" . "slovene") ("sq" . "albanian") ("sr" . "serbian") ("sv" . "swedish") ("ta" . "tamil") ("tr" . "turkish") ("uk" . "ukrainian"))))
7412                 nil [6885 8187])
7413             ("org-latex-polyglossia-language-alist" variable
7414                (:constant-flag t
7415                 :default-value (quote (("am" "amharic") ("ast" "asturian") ("ar" "arabic") ("bo" "tibetan") ("bn" "bengali") ("bg" "bulgarian") ("br" "breton") ("bt-br" "brazilian") ("ca" "catalan") ("cop" "coptic") ("cs" "czech") ("cy" "welsh") ("da" "danish") ("de" "german" "german") ("de-at" "german" "austrian") ("de-de" "german" "german") ("dv" "divehi") ("el" "greek") ("en" "english" "usmax") ("en-au" "english" "australian") ("en-gb" "english" "uk") ("en-nz" "english" "newzealand") ("en-us" "english" "usmax") ("eo" "esperanto") ("es" "spanish") ("et" "estonian") ("eu" "basque") ("fa" "farsi") ("fi" "finnish") ("fr" "french") ("fu" "friulan") ("ga" "irish") ("gd" "scottish") ("gl" "galician") ("he" "hebrew") ("hi" "hindi") ("hr" "croatian") ("hu" "magyar") ("hy" "armenian") ("id" "bahasai") ("ia" "interlingua") ("is" "icelandic") ("it" "italian") ("kn" "kannada") ("la" "latin" "modern") ("la-modern" "latin" "modern") ("la-classic" "latin" "classic") ("la-medieval" "latin" "medieval") ("lo" "lao") ("lt" "lithuanian") ("lv" "latvian") ("mr" "maranthi") ("ml" "malayalam") ("nl" "dutch") ("nb" "norsk") ("nn" "nynorsk") ("nko" "nko") ("no" "norsk") ("oc" "occitan") ("pl" "polish") ("pms" "piedmontese") ("pt" "portuges") ("rm" "romansh") ("ro" "romanian") ("ru" "russian") ("sa" "sanskrit") ("hsb" "usorbian") ("dsb" "lsorbian") ("sk" "slovak") ("sl" "slovenian") ("se" "samin") ("sq" "albanian") ("sr" "serbian") ("sv" "swedish") ("syr" "syriac") ("ta" "tamil") ("te" "telugu") ("th" "thai") ("tk" "turkmen") ("tr" "turkish") ("uk" "ukrainian") ("ur" "urdu") ("vi" "vietnamese"))))
7416                 nil [8189 10197])
7417             ("org-latex-table-matrix-macros" variable
7418                (:constant-flag t
7419                 :default-value (quote (("bordermatrix" . "\\cr") ("qbordermatrix" . "\\cr") ("kbordermatrix" . "\\\\"))))
7420                 nil [10201 10392])
7421             ("org-latex-math-environments-re" variable
7422                (:constant-flag t
7423                 :default-value (format "\\`[     ]*\\\\begin{%s\\*?}" (regexp-opt (quote ("equation" "eqnarray" "math" "displaymath" "align" "gather" "multline" "flalign" "alignat" "xalignat" "xxalignat" "subequations" "dmath" "dseries" "dgroup" "darray" "empheq")))))
7424                 nil [10394 10777])
7425             ("org-export-latex" customgroup (:user-visible-flag t) nil [10814 10943])
7426             ("org-latex-caption-above" variable (:default-value (quote (table))) nil [10959 11653])
7427             ("org-latex-prefer-user-labels" variable nil nil [11655 13648])
7428             ("org-latex-default-class" variable (:default-value "article") nil [13665 13803])
7429             ("org-latex-classes" variable (:default-value (quote (("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))) nil [13805 18808])
7430             ("org-latex-inputenc-alist" variable nil nil [18810 19213])
7431             ("org-latex-title-command" variable (:default-value "\\maketitle") nil [19215 19854])
7432             ("org-latex-subtitle-format" variable (:default-value "\\\\\\medskip
7433 \\large %s") nil [19856 20185])
7434             ("org-latex-subtitle-separate" variable nil nil [20187 20390])
7435             ("org-latex-toc-command" variable (:default-value "\\tableofcontents
7436
7437 ") nil [20392 20691])
7438             ("org-latex-hyperref-template" variable (:default-value "\\hypersetup{
7439  pdfauthor={%a},
7440  pdftitle={%t},
7441  pdfkeywords={%k},
7442  pdfsubject={%d},
7443  pdfcreator={%c}, 
7444  pdflang={%L}}
7445 ") nil [20693 21593])
7446             ("org-latex-format-headline-function" variable (:default-value (quote org-latex-format-headline-default-function)) nil [21610 22241])
7447             ("org-latex-footnote-separator" variable (:default-value "\\textsuperscript{,}\\,") nil [22260 22406])
7448             ("org-latex-footnote-defined-format" variable (:default-value "\\textsuperscript{\\ref{%s}}") nil [22408 22897])
7449             ("org-latex-active-timestamp-format" variable (:default-value "\\textit{%s}") nil [22916 23082])
7450             ("org-latex-inactive-timestamp-format" variable (:default-value "\\textit{%s}") nil [23084 23254])
7451             ("org-latex-diary-timestamp-format" variable (:default-value "\\textit{%s}") nil [23256 23420])
7452             ("org-latex-images-centered" variable (:default-value t) nil [23435 23628])
7453             ("org-latex-image-default-option" variable nil nil [23630 23801])
7454             ("org-latex-image-default-width" variable (:default-value ".9\\linewidth") nil [23803 24038])
7455             ("org-latex-image-default-height" variable nil nil [24040 24341])
7456             ("org-latex-default-figure-position" variable (:default-value "htbp") nil [24343 24548])
7457             ("org-latex-inline-image-rules" variable (:default-value (\` (("file" \, (regexp-opt (quote ("pdf" "jpeg" "jpg" "png" "ps" "eps" "tikz" "pgf" "svg"))))))) nil [24550 25337])
7458             ("org-latex-link-with-unknown-path-format" variable (:default-value "\\texttt{%s}") nil [25339 25500])
7459             ("org-latex-default-table-environment" variable (:default-value "tabular") nil [25516 25714])
7460             ("org-latex-default-table-mode" variable (:default-value (quote table)) nil [25716 26749])
7461             ("org-latex-tables-centered" variable (:default-value t) nil [26751 26916])
7462             ("org-latex-tables-booktabs" variable nil nil [26918 27335])
7463             ("org-latex-table-scientific-notation" variable (:default-value "%s\\,(%s)") nil [27337 27757])
7464             ("org-latex-text-markup-alist" variable (:default-value (quote ((bold . "\\textbf{%s}") (code . protectedtexttt) (italic . "\\emph{%s}") (strike-through . "\\sout{%s}") (underline . "\\uline{%s}") (verbatim . protectedtexttt)))) nil [27777 28771])
7465             ("org-latex-format-drawer-function" variable (:default-value (lambda (_ contents) contents)) nil [28788 29257])
7466             ("org-latex-format-inlinetask-function" variable (:default-value (quote org-latex-format-inlinetask-default-function)) nil [29278 29979])
7467             ("org-latex-listings" variable nil nil [29997 31551])
7468             ("org-latex-listings-langs" variable (:default-value (quote ((emacs-lisp "Lisp") (lisp "Lisp") (clojure "Lisp") (c "C") (cc "C++") (fortran "fortran") (perl "Perl") (cperl "Perl") (python "Python") (ruby "Ruby") (html "HTML") (xml "XML") (tex "TeX") (latex "[LaTeX]TeX") (shell-script "bash") (gnuplot "Gnuplot") (ocaml "Caml") (caml "Caml") (sql "SQL") (sqlite "sql") (makefile "make") (R "r")))) nil [31553 32532])
7469             ("org-latex-listings-options" variable nil nil [32534 33452])
7470             ("org-latex-minted-langs" variable (:default-value (quote ((emacs-lisp "common-lisp") (cc "c++") (cperl "perl") (shell-script "bash") (caml "ocaml")))) nil [33454 34257])
7471             ("org-latex-minted-options" variable nil nil [34259 35157])
7472             ("org-latex-custom-lang-environments" variable nil nil [35159 36646])
7473             ("org-latex-compiler-file-string" variable (:default-value "%% Intended LaTeX compiler: %s
7474 ") nil [36667 37160])
7475             ("org-latex-compiler" variable (:default-value "pdflatex") nil [37162 37625])
7476             ("org-latex-compilers" variable
7477                (:constant-flag t
7478                 :default-value (quote ("pdflatex" "xelatex" "lualatex")))
7479                 nil [37627 37750])
7480             ("org-latex-bib-compiler" variable (:default-value "bibtex") nil [37752 38180])
7481             ("org-latex-pdf-process" variable (:default-value (quote ("%latex -interaction nonstopmode -output-directory %o %f" "%latex -interaction nonstopmode -output-directory %o %f" "%latex -interaction nonstopmode -output-directory %o %f"))) nil [38182 40463])
7482             ("org-latex-logfiles-extensions" variable (:default-value (quote ("aux" "bcf" "blg" "fdb_latexmk" "fls" "figlist" "idx" "log" "nav" "out" "ptc" "run.xml" "snm" "toc" "vrb" "xdv"))) nil [40465 40885])
7483             ("org-latex-remove-logfiles" variable (:default-value t) nil [40887 41220])
7484             ("org-latex-known-warnings" variable (:default-value (quote (("Reference.*?undefined" . "[undefined reference]") ("Runaway argument" . "[runaway argument]") ("Underfull \\hbox" . "[underfull hbox]") ("Overfull \\hbox" . "[overfull hbox]") ("Citation.*?undefined" . "[undefined citation]") ("Undefined control sequence" . "[undefined control sequence]")))) nil [41222 41962])
7485             ("org-latex--caption-above-p" function (:arguments ("element" "info")) nil [41991 42336])
7486             ("org-latex--label" function (:arguments ("datum" "info" "force" "full")) nil [42338 43555])
7487             ("org-latex--caption/label-string" function (:arguments ("element" "info")) nil [43557 45131])
7488             ("org-latex-guess-inputenc" function (:arguments ("header")) nil [45133 45836])
7489             ("org-latex-guess-babel-language" function (:arguments ("header" "info")) nil [45838 47254])
7490             ("org-latex-guess-polyglossia-language" function (:arguments ("header" "info")) nil [47256 48996])
7491             ("org-latex--remove-packages" function (:arguments ("pkg-alist" "info")) nil [48998 49715])
7492             ("org-latex--find-verb-separator" function (:arguments ("s")) nil [49717 50096])
7493             ("org-latex--make-option-string" function (:arguments ("options")) nil [50098 50515])
7494             ("org-latex--wrap-label" function (:arguments ("element" "output" "info")) nil [50517 50968])
7495             ("org-latex--protect-text" function (:arguments ("text")) nil [50970 51129])
7496             ("org-latex--text-markup" function (:arguments ("text" "markup" "info")) nil [51131 52277])
7497             ("org-latex--delayed-footnotes-definitions" function (:arguments ("element" "info")) nil [52279 53600])
7498             ("org-latex--translate" function (:arguments ("s" "info")) nil [53602 53783])
7499             ("org-latex--format-spec" function (:arguments ("info")) nil [53785 54644])
7500             ("org-latex--insert-compiler" function (:arguments ("info")) nil [54646 55007])
7501             ("org-latex-matrices-tree-filter" function (:arguments ("tree" "_backend" "info")) nil [55024 55128])
7502             ("org-latex-math-block-tree-filter" function (:arguments ("tree" "_backend" "info")) nil [55130 55238])
7503             ("org-latex-math-block-options-filter" function (:arguments ("info" "_backend")) nil [55240 55442])
7504             ("org-latex-clean-invalid-line-breaks" function (:arguments ("data" "_backend" "_info")) nil [55444 55609])
7505             ("org-latex-make-preamble" function (:arguments ("info" "template" "snippet?")) nil [55642 57067])
7506             ("org-latex-template" function (:arguments ("contents" "info")) nil [57069 59964])
7507             ("org-latex-bold" function (:arguments ("_bold" "contents" "info")) nil [60005 60222])
7508             ("org-latex-center-block" function (:arguments ("center-block" "contents" "info")) nil [60244 60557])
7509             ("org-latex-clock" function (:arguments ("clock" "_contents" "info")) nil [60572 61051])
7510             ("org-latex-code" function (:arguments ("code" "_contents" "info")) nil [61065 61296])
7511             ("org-latex-drawer" function (:arguments ("drawer" "contents" "info")) nil [61312 61695])
7512             ("org-latex-dynamic-block" function (:arguments ("dynamic-block" "contents" "info")) nil [61718 62005])
7513             ("org-latex-entity" function (:arguments ("entity" "_contents" "_info")) nil [62021 62244])
7514             ("org-latex-example-block" function (:arguments ("example-block" "_contents" "info")) nil [62267 62852])
7515             ("org-latex-export-block" function (:arguments ("export-block" "_contents" "_info")) nil [62874 63206])
7516             ("org-latex-export-snippet" function (:arguments ("export-snippet" "_contents" "_info")) nil [63230 63532])
7517             ("org-latex-fixed-width" function (:arguments ("fixed-width" "_contents" "info")) nil [63553 63908])
7518             ("org-latex-footnote-reference" function (:arguments ("footnote-reference" "_contents" "info")) nil [63936 65862])
7519             ("org-latex-headline" function (:arguments ("headline" "contents" "info")) nil [65880 71298])
7520             ("org-latex-format-headline-default-function" function (:arguments ("todo" "_todo-type" "priority" "text" "tags" "_info")) nil [71300 71725])
7521             ("org-latex-horizontal-rule" function (:arguments ("horizontal-rule" "_contents" "info")) nil [71750 72573])
7522             ("org-latex-inline-src-block" function (:arguments ("inline-src-block" "_contents" "info")) nil [72599 74065])
7523             ("org-latex-inlinetask" function (:arguments ("inlinetask" "contents" "info")) nil [74085 74964])
7524             ("org-latex-format-inlinetask-default-function" function (:arguments ("todo" "_todo-type" "priority" "title" "tags" "contents" "_info")) nil [74966 75718])
7525             ("org-latex-italic" function (:arguments ("_italic" "contents" "info")) nil [75734 75961])
7526             ("org-latex-item" function (:arguments ("item" "contents" "info")) nil [75975 78177])
7527             ("org-latex-keyword" function (:arguments ("keyword" "_contents" "info")) nil [78194 79558])
7528             ("org-latex--environment-type" function (:arguments ("latex-environment")) nil [79585 80471])
7529             ("org-latex-latex-environment" function (:arguments ("latex-environment" "_contents" "info")) nil [80473 81685])
7530             ("org-latex-latex-fragment" function (:arguments ("latex-fragment" "_contents" "_info")) nil [81708 82206])
7531             ("org-latex-line-break" function (:arguments ("_line-break" "_contents" "_info")) nil [82226 82414])
7532             ("org-latex-image-link-filter" function (:arguments ("data" "_backend" "info")) nil [82428 82557])
7533             ("org-latex--inline-image" function (:arguments ("link" "info")) nil [82559 87898])
7534             ("org-latex-link" function (:arguments ("link" "desc" "info")) nil [87900 91135])
7535             ("org-latex-node-property" function (:arguments ("node-property" "_contents" "_info")) nil [91158 91530])
7536             ("org-latex-paragraph" function (:arguments ("_paragraph" "contents" "_info")) nil [91549 91776])
7537             ("org-latex-plain-list" function (:arguments ("plain-list" "contents" "info")) nil [91796 92505])
7538             ("org-latex-plain-text" function (:arguments ("text" "info")) nil [92525 93965])
7539             ("org-latex-planning" function (:arguments ("planning" "_contents" "info")) nil [93983 94993])
7540             ("org-latex-property-drawer" function (:arguments ("_property-drawer" "contents" "_info")) nil [95018 95335])
7541             ("org-latex--wrap-latex-matrices" function (:arguments ("data" "info")) nil [95516 97651])
7542             ("org-latex-matrices" function (:arguments ("matrices" "contents" "_info")) nil [97653 98004])
7543             ("org-latex--wrap-latex-math-block" function (:arguments ("data" "info")) nil [98123 100300])
7544             ("org-latex-math-block" function (:arguments ("_math-block" "contents" "_info")) nil [100302 100564])
7545             ("org-latex-quote-block" function (:arguments ("quote-block" "contents" "info")) nil [100584 100884])
7546             ("org-latex-radio-target" function (:arguments ("radio-target" "text" "info")) nil [100906 101174])
7547             ("org-latex-section" function (:arguments ("_section" "contents" "_info")) nil [101191 101397])
7548             ("org-latex-special-block" function (:arguments ("special-block" "contents" "info")) nil [101420 102068])
7549             ("org-latex-src-block" function (:arguments ("src-block" "_contents" "info")) nil [102087 108523])
7550             ("org-latex-statistics-cookie" function (:arguments ("statistics-cookie" "_contents" "_info")) nil [108550 108843])
7551             ("org-latex-strike-through" function (:arguments ("_strike-through" "contents" "info")) nil [108867 109134])
7552             ("org-latex--script-size" function (:arguments ("object" "info")) nil [109153 110414])
7553             ("org-latex-subscript" function (:arguments ("subscript" "_contents" "info")) nil [110416 110653])
7554             ("org-latex-superscript" function (:arguments ("superscript" "_contents" "info")) nil [110674 110919])
7555             ("org-latex-table" function (:arguments ("table" "contents" "info")) nil [111351 112488])
7556             ("org-latex--align-string" function (:arguments ("table" "info" "math?")) nil [112490 113596])
7557             ("org-latex--org-table" function (:arguments ("table" "contents" "info")) nil [113598 117648])
7558             ("org-latex--table.el-table" function (:arguments ("table" "info")) nil [117650 119189])
7559             ("org-latex--math-table" function (:arguments ("table" "info")) nil [119191 120626])
7560             ("org-latex-table-cell" function (:arguments ("table-cell" "contents" "info")) nil [120646 121257])
7561             ("org-latex-table-row" function (:arguments ("table-row" "contents" "info")) nil [121276 123494])
7562             ("org-latex-target" function (:arguments ("target" "_contents" "info")) nil [123510 123729])
7563             ("org-latex-timestamp" function (:arguments ("timestamp" "_contents" "info")) nil [123748 124269])
7564             ("org-latex-underline" function (:arguments ("_underline" "contents" "info")) nil [124288 124530])
7565             ("org-latex-verbatim" function (:arguments ("verbatim" "_contents" "info")) nil [124548 124802])
7566             ("org-latex-verse-block" function (:arguments ("verse-block" "contents" "info")) nil [124823 125622])
7567             ("org-latex-export-as-latex" function
7568                (:user-visible-flag t
7569                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7570                 nil [125666 126872])
7571             ("org-latex-convert-region-to-latex" function (:user-visible-flag t) nil [126889 127206])
7572             ("org-latex-export-to-latex" function
7573                (:user-visible-flag t
7574                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7575                 nil [127223 128314])
7576             ("org-latex-export-to-pdf" function
7577                (:user-visible-flag t
7578                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7579                 nil [128331 129513])
7580             ("org-latex-compile" function (:arguments ("texfile" "snippet")) nil [129515 131771])
7581             ("org-latex--collect-warnings" function (:arguments ("buffer")) nil [131773 132495])
7582             ("org-latex-publish-to-latex" function (:arguments ("plist" "filename" "pub-dir")) nil [132512 132839])
7583             ("org-latex-publish-to-pdf" function (:arguments ("plist" "filename" "pub-dir")) nil [132856 133689])
7584             ("ox-latex" package nil nil [133692 133711]))          
7585       :file "ox-latex.el"
7586       :pointmax 133814
7587       :fsize 133813
7588       :lastmodtime '(23525 29593 0 0)
7589       :unmatched-syntax nil)
7590     (semanticdb-table "semanticdb-table"
7591       :major-mode emacs-lisp-mode
7592       :tags 
7593         '( ("cl-lib" include nil nil [1079 1096])
7594             ("ox-html" include nil nil [1097 1115])
7595             ("ox-publish" include nil nil [1116 1137])
7596             ("org-export-md" customgroup (:user-visible-flag t) nil [1174 1347])
7597             ("org-md-headline-style" variable (:default-value (quote atx)) nil [1349 1605])
7598             ("org-md-footnotes-section" variable (:default-value "%s%s") nil [1624 1943])
7599             ("org-md-footnote-format" variable (:default-value "<sup>%s</sup>") nil [1945 2191])
7600             ("org-export-define-derived-backend" code nil nil [2216 3830])
7601             ("org-md-separate-elements" function (:arguments ("tree" "_backend" "info")) nil [3847 4875])
7602             ("org-md-bold" function (:arguments ("_bold" "contents" "_info")) nil [4916 5126])
7603             ("org-md-verbatim" function (:arguments ("verbatim" "_contents" "_info")) nil [5153 5559])
7604             ("org-md-example-block" function (:arguments ("example-block" "_contents" "info")) nil [5610 5921])
7605             ("org-md-export-block" function (:arguments ("export-block" "contents" "info")) nil [5923 6358])
7606             ("org-md-headline" function (:arguments ("headline" "contents" "info")) nil [6376 8327])
7607             ("org-md--headline-referred-p" function (:arguments ("headline" "info")) nil [8330 9893])
7608             ("org-md--headline-title" function (:arguments ("style" "level" "title" "anchor" "tags")) nil [9895 10744])
7609             ("org-md-horizontal-rule" function (:arguments ("_horizontal-rule" "_contents" "_info")) nil [10768 10993])
7610             ("org-md-italic" function (:arguments ("_italic" "contents" "_info")) nil [11009 11225])
7611             ("org-md-item" function (:arguments ("item" "contents" "info")) nil [11239 12169])
7612             ("org-md-keyword" function (:arguments ("keyword" "contents" "info")) nil [12187 12923])
7613             ("org-md-line-break" function (:arguments ("_line-break" "_contents" "_info")) nil [12943 13128])
7614             ("org-md-link" function (:arguments ("link" "contents" "info")) nil [13142 16148])
7615             ("org-md-node-property" function (:arguments ("node-property" "_contents" "_info")) nil [16171 16543])
7616             ("org-md-paragraph" function (:arguments ("paragraph" "contents" "_info")) nil [16562 16978])
7617             ("org-md-plain-list" function (:arguments ("_plain-list" "contents" "_info")) nil [16998 17205])
7618             ("org-md-plain-text" function (:arguments ("text" "info")) nil [17225 18309])
7619             ("org-md-property-drawer" function (:arguments ("_property-drawer" "contents" "_info")) nil [18334 18641])
7620             ("org-md-quote-block" function (:arguments ("_quote-block" "contents" "_info")) nil [18662 18953])
7621             ("org-md-section" function (:arguments ("_section" "contents" "_info")) nil [18970 19165])
7622             ("org-md--build-toc" function (:arguments ("info" "n" "keyword" "local")) nil [19183 20820])
7623             ("org-md--footnote-formatted" function (:arguments ("footnote" "info")) nil [20822 21388])
7624             ("org-md--footnote-section" function (:arguments ("info")) nil [21390 22134])
7625             ("org-md-inner-template" function (:arguments ("contents" "info")) nil [22136 22722])
7626             ("org-md-template" function (:arguments ("contents" "_info")) nil [22724 22932])
7627             ("org-md-export-as-markdown" function
7628                (:user-visible-flag t
7629                 :arguments ("async" "subtreep" "visible-only"))
7630                 nil [22978 23879])
7631             ("org-md-convert-region-to-md" function (:user-visible-flag t) nil [23896 24209])
7632             ("org-md-export-to-markdown" function
7633                (:user-visible-flag t
7634                 :arguments ("async" "subtreep" "visible-only"))
7635                 nil [24227 25033])
7636             ("org-md-publish-to-md" function (:arguments ("plist" "filename" "pub-dir")) nil [25050 25370])
7637             ("ox-md" package nil nil [25372 25388]))          
7638       :file "ox-md.el"
7639       :pointmax 25488
7640       :fsize 25487
7641       :lastmodtime '(23525 29593 0 0)
7642       :unmatched-syntax nil)
7643     (semanticdb-table "semanticdb-table"
7644       :major-mode emacs-lisp-mode
7645       :tags 
7646         '( ("cl-lib" include nil nil [1126 1143])
7647             ("org" include nil nil [1144 1158])
7648             ("declare-function" code nil nil [1160 1220])
7649             ("declare-function" code nil nil [1221 1291])
7650             ("declare-function" code nil nil [1292 1364])
7651             ("declare-function" code nil nil [1365 1424])
7652             ("declare-function" code nil nil [1425 1479])
7653             ("org-frame-title-format-backup" variable (:default-value frame-title-format) nil [1481 1538])
7654             ("org-time-stamp-formats" variable nil nil [1539 1570])
7655             ("org-clock" customgroup (:user-visible-flag t) nil [1573 1697])
7656             ("org-clock-into-drawer" variable (:default-value t) nil [1699 2639])
7657             ("org-clock-into-drawer" function nil nil [2641 3346])
7658             ("org-clock-out-when-done" variable (:default-value t) nil [3348 3911])
7659             ("org-clock-rounding-minutes" variable nil nil [3913 4657])
7660             ("org-clock-out-remove-zero-time-clocks" variable nil nil [4659 4822])
7661             ("org-clock-in-switch-to-state" variable nil nil [4824 5276])
7662             ("org-clock-out-switch-to-state" variable nil nil [5278 5732])
7663             ("org-clock-history-length" variable (:default-value 5) nil [5734 5859])
7664             ("org-clock-goto-may-find-recent-task" variable (:default-value t) nil [5861 6024])
7665             ("org-clock-heading-function" variable nil nil [6026 6334])
7666             ("org-clock-string-limit" variable nil nil [6336 6482])
7667             ("org-clock-in-resume" variable nil nil [6484 6740])
7668             ("org-clock-persist" variable nil nil [6742 7555])
7669             ("org-clock-persist-file" variable (:default-value (convert-standard-filename (concat user-emacs-directory "org-clock-save.el"))) nil [7557 7744])
7670             ("org-clock-persist-query-save" variable nil nil [7746 7890])
7671             ("org-clock-persist-query-resume" variable (:default-value t) nil [7892 8041])
7672             ("org-clock-sound" variable nil nil [8043 8378])
7673             ("org-clock-mode-line-total" variable (:default-value (quote auto)) nil [8380 9125])
7674             ("defvaralias" code nil nil [9127 9192])
7675             ("org-clock-task-overrun-text" variable nil nil [9193 9699])
7676             ("org-show-notification-handler" variable nil nil [9701 9988])
7677             ("org-clocktable" customgroup (:user-visible-flag t) nil [9990 10116])
7678             ("org-clocktable-defaults" variable (:default-value (list :maxlevel 2 :lang (or (bound-and-true-p org-export-default-language) "en") :scope (quote file) :block nil :wstart 1 :mstart 1 :tstart nil :tend nil :step nil :stepskip0 nil :fileskip0 nil :tags nil :emphasize nil :link nil :narrow (quote 40!) :indent t :formula nil :timestamp nil :level nil :tcolumns nil :formatter nil)) nil [10118 10626])
7679             ("org-clock-clocktable-formatter" variable (:default-value (quote org-clocktable-write-default)) nil [10628 10868])
7680             ("org-clock-clocktable-language-setup" variable (:default-value (quote (("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time" "Clock summary at") ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total" "Tiempo archivo" "Clock summary at") ("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée totale" "Durée fichier" "Horodatage sommaire à") ("nl" "Bestand" "N" "Tijdstip" "Hoofding" "Duur" "ALLES" "Totale duur" "Bestandstijd" "Clock summary at") ("de" "Datei" "E" "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT" "Gesamtdauer" "Dateizeit" "Erstellt am")))) nil [10931 11686])
7681             ("org-clock-clocktable-default-properties" variable (:default-value (quote (:maxlevel 2 :scope file))) nil [11688 11939])
7682             ("org-clock-idle-time" variable nil nil [11941 12157])
7683             ("org-clock-auto-clock-resolution" variable (:default-value (quote when-no-clock-is-running)) nil [12159 12457])
7684             ("org-clock-report-include-clocking-task" variable nil nil [12459 12643])
7685             ("org-clock-resolve-expert" variable nil nil [12645 12813])
7686             ("org-clock-continuously" variable nil nil [12815 12982])
7687             ("org-clock-total-time-cell-format" variable (:default-value "*%s*") nil [12984 13133])
7688             ("org-clock-file-time-cell-format" variable (:default-value "*%s*") nil [13135 13282])
7689             ("org-clock-clocked-in-display" variable (:default-value (quote mode-line)) nil [13284 13844])
7690             ("org-clock-frame-title-format" variable (:default-value (quote (t org-mode-line-string))) nil [13846 14318])
7691             ("org-clock-x11idle-program-name" variable (:default-value "x11idle") nil [14320 14693])
7692             ("org-clock-goto-before-context" variable (:default-value 2) nil [14695 14894])
7693             ("org-clock-display-default-range" variable (:default-value (quote thisyear)) nil [14896 15435])
7694             ("org-clock-in-prepare-hook" variable nil nil [15437 15657])
7695             ("org-clock-in-hook" variable nil nil [15658 15726])
7696             ("org-clock-out-hook" variable nil nil [15727 15804])
7697             ("org-clock-cancel-hook" variable nil nil [15806 15887])
7698             ("org-clock-goto-hook" variable nil nil [15888 15980])
7699             ("org-clock-has-been-used" variable nil nil [15981 16079])
7700             ("org-clock-stored-history" variable nil nil [16081 16167])
7701             ("org-clock-stored-resume-clock" variable nil nil [16168 16257])
7702             ("org-mode-line-string" variable nil nil [16299 16331])
7703             ("put" code nil nil [16332 16383])
7704             ("org-clock-mode-line-timer" variable nil nil [16385 16423])
7705             ("org-clock-idle-timer" variable nil nil [16424 16457])
7706             ("org-clock-heading" variable nil nil [16458 16484])
7707             ("org-clock-start-time" variable nil nil [16505 16537])
7708             ("org-clock-leftover-time" variable nil nil [16539 16650])
7709             ("org-clock-effort" variable nil nil [16652 16732])
7710             ("org-clock-total-time" variable nil nil [16734 16896])
7711             ("org-clock-history" variable nil nil [16898 16981])
7712             ("org-clock-default-task" variable (:default-value (make-marker)) nil [16983 17177])
7713             ("org-clock-interrupted-task" variable (:default-value (make-marker)) nil [17179 17308])
7714             ("org-clock-mode-line-map" variable (:default-value (make-sparse-keymap)) nil [17310 17363])
7715             ("define-key" code nil nil [17364 17436])
7716             ("define-key" code nil nil [17437 17509])
7717             ("org-clock--translate" function (:arguments ("s" "language")) nil [17511 17926])
7718             ("org-clock--mode-line-heading" function nil nil [17928 18284])
7719             ("org-clock-menu" function nil nil [18286 18603])
7720             ("org-clock-history-push" function (:arguments ("pos" "buffer")) nil [18605 19334])
7721             ("org-clock-save-markers-for-cut-and-paste" function (:arguments ("beg" "end")) nil [19336 19758])
7722             ("org-clock-drawer-name" function nil nil [19760 20064])
7723             ("org-clocking-buffer" function nil nil [20066 20206])
7724             ("org-clocking-p" function nil nil [20208 20310])
7725             ("org-clock-before-select-task-hook" variable nil nil [20312 20424])
7726             ("org-clock-select-task" function (:arguments ("prompt")) nil [20426 22487])
7727             ("org-clock-insert-selection-line" function (:arguments ("i" "marker")) nil [22489 23294])
7728             ("org-clock-task-overrun" variable nil nil [23296 23403])
7729             ("org-clock-update-period" variable (:default-value 60) nil [23404 23501])
7730             ("org-clock-get-clock-string" function nil nil [23503 24467])
7731             ("org-clock-get-last-clock-out-time" function nil nil [24469 24792])
7732             ("org-clock-update-mode-line" function (:arguments ("refresh")) nil [24794 25928])
7733             ("org-clock-get-clocked-time" function nil nil [25930 26275])
7734             ("org-clock-modify-effort-estimate" function
7735                (:user-visible-flag t
7736                 :arguments ("value"))
7737                 nil [26277 27845])
7738             ("org-clock-notification-was-shown" variable nil nil [27847 27941])
7739             ("org-clock-notify-once-if-expired" function nil nil [27943 28706])
7740             ("org-notify" function (:arguments ("notification" "play-sound")) nil [28708 28957])
7741             ("org-show-notification" function (:arguments ("notification")) nil [28959 29824])
7742             ("org-clock-play-sound" function (:arguments ("clock-sound")) nil [29826 30483])
7743             ("org-clock-mode-line-entry" variable nil nil [30485 30582])
7744             ("org-find-open-clocks" function (:arguments ("file")) nil [30584 31064])
7745             ("org-is-active-clock" function (:arguments ("clock")) nil [31066 31227])
7746             ("org-with-clock-position" function (:arguments ("clock" "forms")) nil [31229 31495])
7747             ("def-edebug-spec" code nil nil [31496 31549])
7748             ("put" code nil nil [31550 31604])
7749             ("org-with-clock" function (:arguments ("clock" "forms")) nil [31606 32084])
7750             ("def-edebug-spec" code nil nil [32085 32129])
7751             ("put" code nil nil [32130 32175])
7752             ("org-clock-clock-in" function (:arguments ("clock" "resume" "start-time")) nil [32177 32477])
7753             ("org-clock-clock-out" function (:arguments ("clock" "fail-quietly" "at-time")) nil [32479 32852])
7754             ("org-clock-clock-cancel" function (:arguments ("clock")) nil [32854 33149])
7755             ("org-clock-clocking-in" variable nil nil [33151 33185])
7756             ("org-clock-resolving-clocks" variable nil nil [33186 33225])
7757             ("org-clock-resolving-clocks-due-to-idleness" variable nil nil [33226 33281])
7758             ("org-clock-resolve-clock" function (:arguments ("clock" "resolve-to" "clock-out-time" "close-p" "restart-p" "fail-quietly")) nil [33283 34457])
7759             ("org-clock-jump-to-current-clock" function (:arguments ("effective-clock")) nil [34459 35392])
7760             ("org-clock-resolve" function (:arguments ("clock" "prompt-fn" "last-valid" "fail-quietly")) nil [35394 39413])
7761             ("org-resolve-clocks" function
7762                (:user-visible-flag t
7763                 :arguments ("only-dangling-p" "prompt-fn" "last-valid"))
7764                 nil [39430 40280])
7765             ("org-emacs-idle-seconds" function nil nil [40282 40479])
7766             ("org-mac-idle-seconds" function nil nil [40481 40704])
7767             ("org-x11idle-exists-p" variable (:default-value (and (eq window-system (quote x)) (eq 0 (call-process-shell-command (format "command -v %s" org-clock-x11idle-program-name))) (eq 0 (call-process-shell-command org-clock-x11idle-program-name)))) nil [40706 41112])
7768             ("org-x11-idle-seconds" function nil nil [41114 41281])
7769             ("org-user-idle-seconds" function nil nil [41283 41605])
7770             ("org-clock-user-idle-seconds" variable nil nil [41607 41643])
7771             ("org-resolve-clocks-if-idle" function nil nil [41645 42564])
7772             ("org-clock-current-task" variable nil nil [42566 42630])
7773             ("org-clock-out-time" variable nil nil [42631 42662])
7774             ("org--msg-extra" variable nil nil [42702 42725])
7775             ("org-clock-in" function
7776                (:user-visible-flag t
7777                 :arguments ("select" "start-time"))
7778                 nil [42742 49959])
7779             ("org-clock-in-last" function
7780                (:user-visible-flag t
7781                 :arguments ("arg"))
7782                 nil [49976 51450])
7783             ("org-clock-mark-default-task" function (:user-visible-flag t) nil [51452 51641])
7784             ("org-clock-get-sum-start" function nil nil [51643 53023])
7785             ("org-clock-find-position" function (:arguments ("find-unclosed")) nil [53025 56513])
7786             ("org-clock-out" function
7787                (:user-visible-flag t
7788                 :arguments ("switch-to-state" "fail-quietly" "at-time"))
7789                 nil [56530 60189])
7790             ("add-hook" code nil nil [60191 60258])
7791             ("org-clock-remove-empty-clock-drawer" function nil nil [60260 60737])
7792             ("org-clock-timestamps-up" function
7793                (:user-visible-flag t
7794                 :arguments ("n"))
7795                 nil [60739 60939])
7796             ("org-clock-timestamps-down" function
7797                (:user-visible-flag t
7798                 :arguments ("n"))
7799                 nil [60941 61145])
7800             ("org-clock-timestamps-change" function (:arguments ("updown" "n")) nil [61147 62496])
7801             ("org-clock-cancel" function (:user-visible-flag t) nil [62513 63594])
7802             ("org-clock-goto" function
7803                (:user-visible-flag t
7804                 :arguments ("select"))
7805                 nil [63611 64634])
7806             ("defvar-local" code nil nil [64636 64758])
7807             ("org-clock-sum-today" function (:arguments ("headline-filter")) nil [64775 65018])
7808             ("org-clock-sum-custom" function (:arguments ("headline-filter" "range" "propname")) nil [65020 65516])
7809             ("org-clock-sum" function (:arguments ("tstart" "tend" "headline-filter" "propname")) nil [65533 69070])
7810             ("org-clock-sum-current-item" function (:arguments ("tstart")) nil [69072 69312])
7811             ("org-clock-display" function
7812                (:user-visible-flag t
7813                 :arguments ("arg"))
7814                 nil [69329 71379])
7815             ("defvar-local" code nil nil [71381 71418])
7816             ("org-clock-put-overlay" function (:arguments ("time")) nil [71420 72284])
7817             ("org-clock-remove-overlays" function
7818                (:user-visible-flag t
7819                 :arguments ("_beg" "_end" "noremove"))
7820                 nil [72301 72757])
7821             ("org-state" variable nil nil [72759 72777])
7822             ("org-clock-out-if-current" function nil nil [72819 73773])
7823             ("add-hook" code nil nil [73775 73848])
7824             ("org-clock-get-clocktable" function (:arguments ("props")) nil [73865 74567])
7825             ("org-clock-report" function
7826                (:user-visible-flag t
7827                 :arguments ("arg"))
7828                 nil [74584 75552])
7829             ("org-day-of-week" function (:arguments ("day" "month" "year")) nil [75554 75738])
7830             ("org-quarter-to-date" function (:arguments ("quarter" "year")) nil [75740 76904])
7831             ("org-clock-special-range" function (:arguments ("key" "time" "as-strings" "wstart" "mstart")) nil [76906 83104])
7832             ("org-count-quarter" function (:arguments ("n")) nil [83106 83220])
7833             ("org-clocktable-shift" function (:arguments ("dir" "n")) nil [83237 86529])
7834             ("org-dblock-write:clocktable" function (:arguments ("params")) nil [86546 89309])
7835             ("org-clocktable-write-default" function (:arguments ("ipos" "tables" "params")) nil [89311 97709])
7836             ("org-clocktable-indent-string" function (:arguments ("level")) nil [97711 97943])
7837             ("org-clocktable-steps" function (:arguments ("params")) nil [97945 100286])
7838             ("org-clock-get-table-data" function (:arguments ("file" "params")) nil [100288 104559])
7839             ("org-clock-loaded" variable nil nil [104594 104654])
7840             ("org-clock-update-time-maybe" function (:user-visible-flag t) nil [104671 105954])
7841             ("org-clock-save" function nil nil [105956 107480])
7842             ("org-clock-load" function nil nil [107482 108619])
7843             ("org-defkey" code nil nil [108643 108717])
7844             ("org-clock" package nil nil [108719 108739]))          
7845       :file "org-clock.el"
7846       :pointmax 108860
7847       :fsize 108865
7848       :lastmodtime '(23525 29589 0 0)
7849       :unmatched-syntax nil)
7850     (semanticdb-table "semanticdb-table"
7851       :major-mode emacs-lisp-mode
7852       :tags 
7853         '( ("ob-core" include nil nil [1716 1734])
7854             ("declare-function" code nil nil [1736 1793])
7855             ("org-babel-table-truncate-at-newline" function (:arguments ("string")) nil [1795 2171])
7856             ("org-sbe" function (:arguments ("source-block" "variables")) nil [2173 5329])
7857             ("ob-table" package nil nil [5331 5350]))          
7858       :file "ob-table.el"
7859       :pointmax 5380
7860       :fsize 5379
7861       :lastmodtime '(23525 29588 0 0)
7862       :unmatched-syntax nil)
7863     (semanticdb-table "semanticdb-table"
7864       :major-mode emacs-lisp-mode
7865       :tags 
7866         '( ("ob" include nil nil [1016 1029])
7867             ("org-babel-header-args:emacs-lisp" variable
7868                (:constant-flag t
7869                 :default-value (quote ((lexical . :any))))
7870                 nil [1031 1136])
7871             ("org-babel-default-header-args:emacs-lisp" variable (:default-value (quote ((:lexical . "no")))) nil [1138 1476])
7872             ("org-babel-expand-body:emacs-lisp" function (:arguments ("body" "params")) nil [1478 1883])
7873             ("org-babel-execute:emacs-lisp" function (:arguments ("body" "params")) nil [1885 3079])
7874             ("org-babel-make-language-alias" code nil nil [3081 3133])
7875             ("ob-emacs-lisp" package nil nil [3135 3159]))          
7876       :file "ob-emacs-lisp.el"
7877       :pointmax 3194
7878       :fsize 3193
7879       :lastmodtime '(23525 29586 0 0)
7880       :unmatched-syntax nil)
7881     (semanticdb-table "semanticdb-table"
7882       :major-mode emacs-lisp-mode
7883       :tags 
7884         '( ("cl-lib" include nil nil [1002 1019])
7885             ("ox" include nil nil [1020 1033])
7886             ("orgtbl-exp-regexp" variable nil nil [1035 1061])
7887             ("org-export-define-backend" code nil nil [1087 5204])
7888             ("org-export-texinfo" customgroup (:user-visible-flag t) nil [5242 5429])
7889             ("org-texinfo-coding-system" variable nil nil [5446 5645])
7890             ("org-texinfo-default-class" variable (:default-value "info") nil [5647 5790])
7891             ("org-texinfo-classes" variable (:default-value (quote (("info" "@documentencoding AUTO
7892 @documentlanguage AUTO" ("@chapter %s" "@unnumbered %s" "@appendix %s") ("@section %s" "@unnumberedsec %s" "@appendixsec %s") ("@subsection %s" "@unnumberedsubsec %s" "@appendixsubsec %s") ("@subsubsection %s" "@unnumberedsubsubsec %s" "@appendixsubsubsec %s"))))) nil [5792 7724])
7893             ("org-texinfo-format-headline-function" variable (:default-value (quote org-texinfo-format-headline-default-function)) nil [7741 8352])
7894             ("org-texinfo-node-description-column" variable (:default-value 32) nil [8380 8647])
7895             ("org-texinfo-active-timestamp-format" variable (:default-value "@emph{%s}") nil [8666 8833])
7896             ("org-texinfo-inactive-timestamp-format" variable (:default-value "@emph{%s}") nil [8835 9006])
7897             ("org-texinfo-diary-timestamp-format" variable (:default-value "@emph{%s}") nil [9008 9173])
7898             ("org-texinfo-link-with-unknown-path-format" variable (:default-value "@indicateurl{%s}") nil [9187 9356])
7899             ("org-texinfo-tables-verbatim" variable nil nil [9371 9508])
7900             ("org-texinfo-table-scientific-notation" variable (:default-value "%s\\,(%s)") nil [9510 9882])
7901             ("org-texinfo-table-default-markup" variable (:default-value "@asis") nil [9884 10247])
7902             ("org-texinfo-text-markup-alist" variable (:default-value (quote ((bold . "@strong{%s}") (code . code) (italic . "@emph{%s}") (verbatim . samp)))) nil [10267 11172])
7903             ("org-texinfo-format-drawer-function" variable (:default-value (lambda (_name contents) contents)) nil [11188 11667])
7904             ("org-texinfo-format-inlinetask-function" variable (:default-value (quote org-texinfo-format-inlinetask-default-function)) nil [11687 12307])
7905             ("org-texinfo-info-process" variable (:default-value (quote ("makeinfo --no-split %f"))) nil [12327 12945])
7906             ("org-texinfo-logfiles-extensions" variable (:default-value (quote ("aux" "toc" "cp" "fn" "ky" "pg" "tp" "vr"))) nil [12947 13248])
7907             ("org-texinfo-remove-logfiles" variable (:default-value t) nil [13250 13586])
7908             ("org-texinfo-max-toc-depth" variable
7909                (:constant-flag t
7910                 :default-value 4)
7911                 nil [13603 13831])
7912             ("org-texinfo-supported-coding-systems" variable
7913                (:constant-flag t
7914                 :default-value (quote ("US-ASCII" "UTF-8" "ISO-8859-15" "ISO-8859-1" "ISO-8859-2" "koi8-r" "koi8-u")))
7915                 nil [13833 14212])
7916             ("org-texinfo-inline-image-rules" variable
7917                (:constant-flag t
7918                 :default-value (list (cons "file" (regexp-opt (quote ("eps" "pdf" "png" "jpg" "jpeg" "gif" "svg"))))))
7919                 nil [14214 14402])
7920             ("org-texinfo--untabify" function (:arguments ("s" "_backend" "_info")) nil [14430 14581])
7921             ("org-texinfo--filter-section-blank-lines" function (:arguments ("headline" "_backend" "_info")) nil [14583 14788])
7922             ("org-texinfo--normalize-headlines" function (:arguments ("tree" "_backend" "info")) nil [14790 15599])
7923             ("org-texinfo--find-verb-separator" function (:arguments ("s")) nil [15601 15982])
7924             ("org-texinfo--text-markup" function (:arguments ("text" "markup" "_info")) nil [15984 16624])
7925             ("org-texinfo--get-node" function (:arguments ("datum" "info")) nil [16626 17478])
7926             ("org-texinfo--sanitize-node" function (:arguments ("title")) nil [17480 17957])
7927             ("org-texinfo--sanitize-title" function (:arguments ("title" "info")) nil [17959 18474])
7928             ("org-texinfo--sanitize-content" function (:arguments ("text")) nil [18476 18645])
7929             ("org-texinfo--wrap-float" function (:arguments ("value" "info" "type" "label" "caption" "short")) nil [18647 20210])
7930             ("org-texinfo-template" function (:arguments ("contents" "info")) nil [20226 25124])
7931             ("org-texinfo-bold" function (:arguments ("_bold" "contents" "info")) nil [25165 25388])
7932             ("org-texinfo-center-block" function (:arguments ("_center-block" "contents" "_info")) nil [25409 25633])
7933             ("org-texinfo-clock" function (:arguments ("clock" "_contents" "info")) nil [25647 26128])
7934             ("org-texinfo-code" function (:arguments ("code" "_contents" "info")) nil [26141 26378])
7935             ("org-texinfo-drawer" function (:arguments ("drawer" "contents" "info")) nil [26393 26746])
7936             ("org-texinfo-dynamic-block" function (:arguments ("_dynamic-block" "contents" "_info")) nil [26768 26994])
7937             ("org-texinfo-entity" function (:arguments ("entity" "_contents" "_info")) nil [27009 29000])
7938             ("org-texinfo-example-block" function (:arguments ("example-block" "_contents" "info")) nil [29022 29341])
7939             ("org-texinfo-export-block" function (:arguments ("export-block" "_contents" "_info")) nil [29361 29691])
7940             ("org-texinfo-export-snippet" function (:arguments ("export-snippet" "_contents" "_info")) nil [29713 30021])
7941             ("org-texinfo-fixed-width" function (:arguments ("fixed-width" "_contents" "_info")) nil [30041 30374])
7942             ("org-texinfo-footnote-reference" function (:arguments ("footnote" "_contents" "info")) nil [30401 30754])
7943             ("org-texinfo--structuring-command" function (:arguments ("headline" "info")) nil [30771 31948])
7944             ("org-texinfo-headline" function (:arguments ("headline" "contents" "info")) nil [31950 33716])
7945             ("org-texinfo-format-headline-default-function" function (:arguments ("todo" "_todo-type" "priority" "text" "tags")) nil [33718 34083])
7946             ("org-texinfo-inline-src-block" function (:arguments ("inline-src-block" "_contents" "_info")) nil [34108 34441])
7947             ("org-texinfo-inlinetask" function (:arguments ("inlinetask" "contents" "info")) nil [34460 35275])
7948             ("org-texinfo-format-inlinetask-default-function" function (:arguments ("todo" "_todo-type" "priority" "title" "tags" "contents")) nil [35277 35728])
7949             ("org-texinfo-italic" function (:arguments ("_italic" "contents" "info")) nil [35743 35976])
7950             ("org-texinfo-item" function (:arguments ("item" "contents" "info")) nil [35989 36786])
7951             ("org-texinfo-keyword" function (:arguments ("keyword" "_contents" "info")) nil [36802 37657])
7952             ("org-texinfo-line-break" function (:arguments ("_line-break" "_contents" "_info")) nil [37676 37866])
7953             ("org-texinfo--@ref" function (:arguments ("datum" "description" "info")) nil [37879 38542])
7954             ("org-texinfo-link" function (:arguments ("link" "desc" "info")) nil [38544 40936])
7955             ("org-texinfo--inline-image" function (:arguments ("link" "info")) nil [40938 42112])
7956             ("org-texinfo-make-menu" function (:arguments ("scope" "info" "master")) nil [42126 43006])
7957             ("org-texinfo--build-menu" function (:arguments ("scope" "info" "level")) nil [43008 43795])
7958             ("org-texinfo--format-entries" function (:arguments ("entries" "info")) nil [43797 44652])
7959             ("org-texinfo--menu-entries" function (:arguments ("scope" "info")) nil [44654 45331])
7960             ("org-texinfo-node-property" function (:arguments ("node-property" "_contents" "_info")) nil [45353 45729])
7961             ("org-texinfo-paragraph" function (:arguments ("_paragraph" "contents" "_info")) nil [45747 45978])
7962             ("org-texinfo-plain-list" function (:arguments ("plain-list" "contents" "info")) nil [45997 46883])
7963             ("org-texinfo-plain-text" function (:arguments ("text" "info")) nil [46902 48004])
7964             ("org-texinfo-planning" function (:arguments ("planning" "_contents" "info")) nil [48021 49035])
7965             ("org-texinfo-property-drawer" function (:arguments ("_property-drawer" "contents" "_info")) nil [49059 49370])
7966             ("org-texinfo-quote-block" function (:arguments ("quote-block" "contents" "_info")) nil [49390 49800])
7967             ("org-texinfo-radio-target" function (:arguments ("radio-target" "text" "info")) nil [49821 50096])
7968             ("org-texinfo-section" function (:arguments ("section" "contents" "info")) nil [50112 50499])
7969             ("org-texinfo-special-block" function (:arguments ("special-block" "contents" "_info")) nil [50521 50976])
7970             ("org-texinfo-src-block" function (:arguments ("src-block" "_contents" "info")) nil [50994 51815])
7971             ("org-texinfo-statistics-cookie" function (:arguments ("statistics-cookie" "_contents" "_info")) nil [51841 52092])
7972             ("org-texinfo-strike-through" function (:arguments ("_strike-through" "contents" "info")) nil [52116 52389])
7973             ("org-texinfo-subscript" function (:arguments ("_subscript" "contents" "_info")) nil [52407 52640])
7974             ("org-texinfo-superscript" function (:arguments ("_superscript" "contents" "_info")) nil [52660 52899])
7975             ("org-texinfo-table" function (:arguments ("table" "contents" "info")) nil [52913 53903])
7976             ("org-texinfo-table-column-widths" function (:arguments ("table" "info")) nil [53905 54839])
7977             ("org-texinfo-table-cell" function (:arguments ("table-cell" "contents" "info")) nil [54858 55483])
7978             ("org-texinfo-table-row" function (:arguments ("table-row" "contents" "info")) nil [55501 56117])
7979             ("org-texinfo-target" function (:arguments ("target" "_contents" "info")) nil [56132 56360])
7980             ("org-texinfo-timestamp" function (:arguments ("timestamp" "_contents" "info")) nil [56378 56985])
7981             ("org-texinfo-underline" function (:arguments ("_underline" "contents" "info")) nil [57003 57251])
7982             ("org-texinfo-verbatim" function (:arguments ("verbatim" "_contents" "info")) nil [57268 57528])
7983             ("org-texinfo-verse-block" function (:arguments ("_verse-block" "contents" "_info")) nil [57548 57795])
7984             ("org-texinfo-export-to-texinfo" function
7985                (:user-visible-flag t
7986                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7987                 nil [57841 59023])
7988             ("org-texinfo-export-to-info" function
7989                (:user-visible-flag t
7990                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
7991                 nil [59040 60364])
7992             ("org-texinfo-publish-to-texinfo" function (:arguments ("plist" "filename" "pub-dir")) nil [60381 60717])
7993             ("org-texinfo-convert-region-to-texinfo" function (:user-visible-flag t) nil [60734 61061])
7994             ("org-texinfo-compile" function (:arguments ("file")) nil [61063 61932])
7995             ("ox-texinfo" package nil nil [61935 61956]))          
7996       :file "ox-texinfo.el"
7997       :pointmax 62061
7998       :fsize 62060
7999       :lastmodtime '(23525 29594 0 0)
8000       :unmatched-syntax nil)
8001     (semanticdb-table "semanticdb-table"
8002       :major-mode emacs-lisp-mode
8003       :tags 
8004         '( ("ob-core" include nil nil [1678 1696])
8005             ("cl-lib" include nil nil [1697 1714])
8006             ("declare-function" code nil nil [1716 1784])
8007             ("declare-function" code nil nil [1785 1841])
8008             ("declare-function" code nil nil [1842 1914])
8009             ("declare-function" code nil nil [1915 1974])
8010             ("declare-function" code nil nil [1975 2037])
8011             ("declare-function" code nil nil [2038 2107])
8012             ("declare-function" code nil nil [2108 2160])
8013             ("declare-function" code nil nil [2161 2239])
8014             ("declare-function" code nil nil [2240 2318])
8015             ("declare-function" code nil nil [2319 2368])
8016             ("declare-function" code nil nil [2369 2426])
8017             ("declare-function" code nil nil [2427 2484])
8018             ("org-babel-update-intermediate" variable nil nil [2486 2608])
8019             ("org-babel-ref-parse" function (:arguments ("assignment")) nil [2610 3653])
8020             ("org-babel-ref-goto-headline-id" function (:arguments ("id")) nil [3655 4051])
8021             ("org-babel-ref-headline-body" function nil nil [4053 4271])
8022             ("org-babel-library-of-babel" variable nil nil [4273 4308])
8023             ("org-babel-ref-resolve" function (:arguments ("ref")) nil [4309 7436])
8024             ("org-babel-ref-index-list" function (:arguments ("index" "lis")) nil [7438 9069])
8025             ("org-babel-ref-split-args" function (:arguments ("arg-string")) nil [9071 9250])
8026             ("ob-ref" package nil nil [9253 9270]))          
8027       :file "ob-ref.el"
8028       :pointmax 9296
8029       :fsize 9295
8030       :lastmodtime '(23525 29588 0 0)
8031       :unmatched-syntax nil)
8032     (semanticdb-table "semanticdb-table"
8033       :major-mode emacs-lisp-mode
8034       :tags 
8035         '( ("org" include nil nil [3474 3488])
8036             ("sha1" include nil nil [3489 3504])
8037             ("declare-function" code nil nil [3506 3622])
8038             ("declare-function" code nil nil [3623 3672])
8039             ("declare-function" code nil nil [3673 3732])
8040             ("declare-function" code nil nil [3733 3792])
8041             ("declare-function" code nil nil [3793 3859])
8042             ("declare-function" code nil nil [3860 3916])
8043             ("declare-function" code nil nil [3918 3975])
8044             ("declare-function" code nil nil [3976 4059])
8045             ("declare-function" code nil nil [4060 4131])
8046             ("org-feed" customgroup (:user-visible-flag t) nil [4133 4247])
8047             ("org-feed-alist" variable nil nil [4249 8849])
8048             ("org-feed-drawer" variable (:default-value "FEEDSTATUS") nil [8851 9101])
8049             ("org-feed-default-template" variable (:default-value "
8050 * %h
8051   %U
8052   %description
8053   %a
8054 ") nil [9103 9977])
8055             ("org-feed-save-after-adding" variable (:default-value t) nil [9979 10114])
8056             ("org-feed-retrieve-method" variable (:default-value (quote url-retrieve-synchronously)) nil [10116 10635])
8057             ("org-feed-before-adding-hook" variable nil nil [10637 10862])
8058             ("org-feed-after-adding-hook" variable nil nil [10864 11087])
8059             ("org-feed-buffer" variable (:default-value "*Org feed*") nil [11089 11166])
8060             ("org-feed-update-all" function (:user-visible-flag t) nil [11183 11797])
8061             ("org-feed-update" function
8062                (:user-visible-flag t
8063                 :arguments ("feed" "retrieve-only"))
8064                 nil [11814 16345])
8065             ("org-feed-goto-inbox" function
8066                (:user-visible-flag t
8067                 :arguments ("feed"))
8068                 nil [16362 16777])
8069             ("org-feed-show-raw-feed" function
8070                (:user-visible-flag t
8071                 :arguments ("feed"))
8072                 nil [16794 17235])
8073             ("org-feed-goto-inbox-internal" function (:arguments ("file" "heading")) nil [17237 17691])
8074             ("org-feed-read-previous-status" function (:arguments ("pos" "drawer")) nil [17693 18085])
8075             ("org-feed-write-status" function (:arguments ("pos" "drawer" "status")) nil [18087 18669])
8076             ("org-feed-add-items" function (:arguments ("pos" "entries")) nil [18671 19209])
8077             ("org-feed-format-entry" function (:arguments ("entry" "template" "formatter")) nil [19211 21888])
8078             ("org-feed-make-indented-block" function (:arguments ("s" "n")) nil [21890 22148])
8079             ("org-feed-skip-http-headers" function (:arguments ("buffer")) nil [22150 22431])
8080             ("org-feed-get-feed" function (:arguments ("url")) nil [22433 23098])
8081             ("org-feed-parse-rss-feed" function (:arguments ("buffer")) nil [23100 23921])
8082             ("org-feed-parse-rss-entry" function (:arguments ("entry")) nil [23923 24548])
8083             ("org-feed-parse-atom-feed" function (:arguments ("buffer")) nil [24550 25184])
8084             ("org-feed-parse-atom-entry" function (:arguments ("entry")) nil [25186 26523])
8085             ("org-feed" package nil nil [26525 26544]))          
8086       :file "org-feed.el"
8087       :pointmax 26647
8088       :fsize 26646
8089       :lastmodtime '(23525 29590 0 0)
8090       :unmatched-syntax nil)
8091     (semanticdb-table "semanticdb-table"
8092       :major-mode emacs-lisp-mode
8093       :tags 
8094         '( ("org" include nil nil [1239 1253])
8095             ("org-datetree-base-level" variable (:default-value 1) nil [1255 1580])
8096             ("org-datetree-add-timestamp" variable nil nil [1582 1946])
8097             ("org-datetree-find-date-create" function (:arguments ("d" "keep-restriction")) nil [1963 3425])
8098             ("org-datetree-find-iso-week-create" function (:arguments ("d" "keep-restriction")) nil [3442 5404])
8099             ("org-datetree--find-create" function (:arguments ("regex" "year" "month" "day" "insert")) nil [5406 6379])
8100             ("org-datetree-insert-line" function (:arguments ("year" "month" "day" "text")) nil [6381 7181])
8101             ("org-datetree-file-entry-under" function (:arguments ("txt" "d")) nil [7183 7480])
8102             ("org-datetree-cleanup" function (:user-visible-flag t) nil [7482 9166])
8103             ("org-datetree" package nil nil [9168 9191]))          
8104       :file "org-datetree.el"
8105       :pointmax 9298
8106       :fsize 9297
8107       :lastmodtime '(23525 29590 0 0)
8108       :unmatched-syntax nil)
8109     (semanticdb-table "semanticdb-table"
8110       :major-mode emacs-lisp-mode
8111       :tags 
8112         '( ("org" include nil nil [2882 2896])
8113             ("declare-function" code nil nil [2898 2947])
8114             ("org-id" customgroup (:user-visible-flag t) nil [2968 3080])
8115             ("org-id-link-to-org-use-id" variable nil nil [3082 4697])
8116             ("org-id-uuid-program" variable (:default-value "uuidgen") nil [4699 4798])
8117             ("org-id-method" variable (:default-value (quote uuid)) nil [4800 5581])
8118             ("org-id-prefix" variable nil nil [5583 5920])
8119             ("org-id-include-domain" variable nil nil [5922 6429])
8120             ("org-id-track-globally" variable (:default-value t) nil [6431 6954])
8121             ("org-id-locations-file" variable (:default-value (convert-standard-filename (concat user-emacs-directory ".org-id-locations"))) nil [6956 7234])
8122             ("org-id-locations" variable nil nil [7236 7308])
8123             ("org-id-files" variable nil nil [7310 7371])
8124             ("org-id-extra-files" variable (:default-value (quote org-agenda-text-search-extra-files)) nil [7373 7982])
8125             ("org-id-search-archives" variable (:default-value t) nil [7984 8319])
8126             ("org-id-get-create" function
8127                (:user-visible-flag t
8128                 :arguments ("force"))
8129                 nil [8359 8669])
8130             ("org-id-copy" function (:user-visible-flag t) nil [8686 8849])
8131             ("org-id-get" function (:arguments ("pom" "create" "prefix")) nil [8866 9533])
8132             ("org-id-get-with-outline-path-completion" function (:arguments ("targets")) nil [9550 10300])
8133             ("org-id-get-with-outline-drilling" function nil nil [10317 10759])
8134             ("org-id-goto" function
8135                (:user-visible-flag t
8136                 :arguments ("id"))
8137                 nil [10776 11149])
8138             ("org-id-find" function (:arguments ("id" "markerp")) nil [11166 11866])
8139             ("org-id-new" function (:arguments ("prefix")) nil [11928 13048])
8140             ("org-id-uuid" function nil nil [13050 13612])
8141             ("org-id-int-to-b36-one-digit" function (:arguments ("i")) nil [13614 13823])
8142             ("org-id-b36-to-int-one-digit" function (:arguments ("i")) nil [13825 14162])
8143             ("org-id-int-to-b36" function (:arguments ("i" "length")) nil [14164 14561])
8144             ("org-id-b36-to-int" function (:arguments ("s")) nil [14563 14758])
8145             ("org-id-time-to-b36" function (:arguments ("time")) nil [14760 15104])
8146             ("org-id-decode" function (:arguments ("id")) nil [15106 15753])
8147             ("org-id-update-id-locations" function
8148                (:user-visible-flag t
8149                 :arguments ("files" "silent"))
8150                 nil [15803 18726])
8151             ("org-id-locations-save" function nil nil [18728 19120])
8152             ("org-id-locations-load" function nil nil [19122 19657])
8153             ("org-id-add-location" function (:arguments ("id" "file")) nil [19659 20051])
8154             ("unless" code nil nil [20053 20129])
8155             ("org-id-hash-to-alist" function (:arguments ("hash")) nil [20131 20402])
8156             ("org-id-alist-to-hash" function (:arguments ("list")) nil [20404 20718])
8157             ("org-id-paste-tracker" function (:arguments ("txt" "buffer-or-file")) nil [20720 21384])
8158             ("org-id-find-id-file" function (:arguments ("id")) nil [21439 21820])
8159             ("org-id-find-id-in-file" function (:arguments ("id" "file" "markerp")) nil [21822 22463])
8160             ("org-id-store-link" function (:user-visible-flag t) nil [22627 23168])
8161             ("org-id-open" function (:arguments ("id")) nil [23170 23876])
8162             ("org-link-set-parameters" code nil nil [23878 23930])
8163             ("org-id" package nil nil [23932 23949]))          
8164       :file "org-id.el"
8165       :pointmax 24050
8166       :fsize 24049
8167       :lastmodtime '(23525 29591 0 0)
8168       :unmatched-syntax nil)
8169     (semanticdb-table "semanticdb-table"
8170       :major-mode emacs-lisp-mode
8171       :tags 
8172         '( ("cl-lib" include nil nil [1031 1048])
8173             ("org-src" include nil nil [1049 1067])
8174             ("org-macs" include nil nil [1068 1087])
8175             ("declare-function" code nil nil [1089 1154])
8176             ("declare-function" code nil nil [1155 1216])
8177             ("declare-function" code nil nil [1217 1284])
8178             ("declare-function" code nil nil [1285 1354])
8179             ("declare-function" code nil nil [1355 1409])
8180             ("declare-function" code nil nil [1410 1466])
8181             ("declare-function" code nil nil [1467 1526])
8182             ("declare-function" code nil nil [1527 1586])
8183             ("declare-function" code nil nil [1587 1637])
8184             ("declare-function" code nil nil [1638 1716])
8185             ("declare-function" code nil nil [1717 1786])
8186             ("declare-function" code nil nil [1787 1872])
8187             ("declare-function" code nil nil [1873 1939])
8188             ("declare-function" code nil nil [1940 1985])
8189             ("declare-function" code nil nil [1986 2043])
8190             ("declare-function" code nil nil [2044 2100])
8191             ("declare-function" code nil nil [2101 2163])
8192             ("org-link-types-re" variable nil nil [2165 2191])
8193             ("org-babel-tangle-lang-exts" variable (:default-value (quote (("emacs-lisp" . "el") ("elisp" . "el")))) nil [2193 2693])
8194             ("org-babel-tangle-use-relative-file-links" variable (:default-value t) nil [2695 2869])
8195             ("org-babel-post-tangle-hook" variable nil nil [2871 3023])
8196             ("org-babel-pre-tangle-hook" variable (:default-value (quote (save-buffer))) nil [3025 3182])
8197             ("org-babel-tangle-body-hook" variable nil nil [3184 3334])
8198             ("org-babel-tangle-comment-format-beg" variable (:default-value "[[%link][%source-name]]") nil [3336 4154])
8199             ("org-babel-tangle-comment-format-end" variable (:default-value "%source-name ends here") nil [4156 4973])
8200             ("org-babel-tangle-uncomment-comments" variable nil nil [4975 5280])
8201             ("org-babel-process-comment-text" variable (:default-value (quote org-remove-indentation)) nil [5282 5642])
8202             ("org-babel-find-file-noselect-refresh" function (:arguments ("file")) nil [5644 5888])
8203             ("org-babel-with-temp-filebuffer" function (:arguments ("file" "body")) nil [5890 6648])
8204             ("def-edebug-spec" code nil nil [6649 6709])
8205             ("org-babel-tangle-file" function
8206                (:user-visible-flag t
8207                 :arguments ("file" "target-file" "lang"))
8208                 nil [6726 7480])
8209             ("org-babel-tangle-publish" function (:arguments ("_" "filename" "pub-dir")) nil [7482 7786])
8210             ("org-babel-tangle" function
8211                (:user-visible-flag t
8212                 :arguments ("arg" "target-file" "lang"))
8213                 nil [7803 12504])
8214             ("org-babel-tangle-clean" function (:user-visible-flag t) nil [12506 13173])
8215             ("org-stored-links" variable nil nil [13175 13200])
8216             ("org-bracket-link-regexp" variable nil nil [13201 13233])
8217             ("org-babel-spec-to-string" function (:arguments ("spec")) nil [13234 14846])
8218             ("org-babel-tangle-collect-blocks" function (:arguments ("language" "tangle-file")) nil [14848 16386])
8219             ("org-babel-tangle-single-block" function (:arguments ("block-counter" "only-this-block")) nil [16388 19502])
8220             ("org-babel-tangle-comment-links" function (:arguments ("info")) nil [19504 20156])
8221             ("org-bracket-link-analytic-regexp" variable nil nil [20183 20224])
8222             ("org-babel-detangle" function
8223                (:user-visible-flag t
8224                 :arguments ("source-code-file"))
8225                 nil [20225 21114])
8226             ("org-babel-tangle-jump-to-org" function (:user-visible-flag t) nil [21116 23251])
8227             ("ob-tangle" package nil nil [23253 23273]))          
8228       :file "ob-tangle.el"
8229       :pointmax 23377
8230       :fsize 23376
8231       :lastmodtime '(23525 29588 0 0)
8232       :unmatched-syntax nil)
8233     (semanticdb-table "semanticdb-table"
8234       :major-mode emacs-lisp-mode
8235       :tags 
8236         '( ("org" include nil nil [1116 1130])
8237             ("declare-function" code nil nil [1132 1191])
8238             ("declare-function" code nil nil [1192 1289])
8239             ("declare-function" code nil nil [1290 1360])
8240             ("org-archive-default-command" variable (:default-value (quote org-archive-subtree)) nil [1362 1601])
8241             ("org-archive-reversed-order" variable nil nil [1603 1783])
8242             ("org-archive-sibling-heading" variable (:default-value "Archive") nil [1785 2055])
8243             ("org-archive-mark-done" variable nil nil [2057 2422])
8244             ("org-archive-stamp-time" variable (:default-value t) nil [2424 2704])
8245             ("org-archive-file-header-format" variable (:default-value "
8246 Archived entries from file %s
8247
8248 ") nil [2706 3041])
8249             ("org-archive-subtree-add-inherited-tags" variable (:default-value (quote infile)) nil [3043 3347])
8250             ("org-archive-save-context-info" variable (:default-value (quote (time file olpath category todo itags))) nil [3349 4727])
8251             ("org-archive-hook" variable nil nil [4729 4997])
8252             ("org-get-local-archive-location" function nil nil [4999 5449])
8253             ("org-add-archive-files" function (:arguments ("files")) nil [5466 5854])
8254             ("org-all-archive-files" function nil nil [5856 6633])
8255             ("org-extract-archive-file" function (:arguments ("location")) nil [6635 7145])
8256             ("org-extract-archive-heading" function (:arguments ("location")) nil [7147 7547])
8257             ("org-archive-subtree" function
8258                (:user-visible-flag t
8259                 :arguments ("find-done"))
8260                 nil [7564 15782])
8261             ("org-archive-to-archive-sibling" function (:user-visible-flag t) nil [15799 18177])
8262             ("org-archive-all-done" function (:arguments ("tag")) nil [18179 18661])
8263             ("org-archive-all-old" function (:arguments ("tag")) nil [18663 19397])
8264             ("org-archive-all-matches" function (:arguments ("predicate" "tag")) nil [19399 21248])
8265             ("org-toggle-archive-tag" function
8266                (:user-visible-flag t
8267                 :arguments ("find-done"))
8268                 nil [21265 22196])
8269             ("org-archive-set-tag" function (:user-visible-flag t) nil [22198 22689])
8270             ("org-archive-subtree-default" function (:user-visible-flag t) nil [22706 22938])
8271             ("org-archive-subtree-default-with-confirmation" function (:user-visible-flag t) nil [22955 23281])
8272             ("org-archive" package nil nil [23283 23305]))          
8273       :file "org-archive.el"
8274       :pointmax 23411
8275       :fsize 23410
8276       :lastmodtime '(23525 29589 0 0)
8277       :unmatched-syntax nil)
8278     (semanticdb-table "semanticdb-table"
8279       :major-mode emacs-lisp-mode
8280       :tags 
8281         '( ("cl-lib" include nil nil [1456 1473])
8282             ("org-clock" include nil nil [1474 1494])
8283             ("declare-function" code nil nil [1496 1547])
8284             ("org-timer-start-time" variable nil nil [1549 1613])
8285             ("org-timer-pause-time" variable nil nil [1615 1684])
8286             ("org-timer-countdown-timer" variable nil nil [1686 1881])
8287             ("org-timer-countdown-timer-title" variable nil nil [1883 1991])
8288             ("org-timer-re" variable
8289                (:constant-flag t
8290                 :default-value "\\([-+]?[0-9]+\\):\\([0-9]\\{2\\}\\):\\([0-9]\\{2\\}\\)")
8291                 nil [1993 2125])
8292             ("org-timer-format" variable (:default-value "%s ") nil [2127 2342])
8293             ("org-timer-default-timer" variable (:default-value "0") nil [2344 2586])
8294             ("org-timer-display" variable (:default-value (quote mode-line)) nil [2588 3151])
8295             ("org-timer-start-hook" variable nil nil [3153 3232])
8296             ("org-timer-stop-hook" variable nil nil [3234 3326])
8297             ("org-timer-pause-hook" variable nil nil [3328 3420])
8298             ("org-timer-continue-hook" variable nil nil [3422 3519])
8299             ("org-timer-set-hook" variable nil nil [3521 3595])
8300             ("org-timer-done-hook" variable nil nil [3597 3678])
8301             ("org-timer-start" function
8302                (:user-visible-flag t
8303                 :arguments ("offset"))
8304                 nil [3695 5513])
8305             ("org-timer-pause-or-continue" function
8306                (:user-visible-flag t
8307                 :arguments ("stop"))
8308                 nil [5515 7022])
8309             ("org-timer-stop" function (:user-visible-flag t) nil [7024 7451])
8310             ("org-timer" function
8311                (:user-visible-flag t
8312                 :arguments ("restart" "no-insert"))
8313                 nil [7468 8274])
8314             ("org-timer-value-string" function nil nil [8276 8428])
8315             ("org-timer-seconds" function nil nil [8430 8850])
8316             ("org-timer-change-times-in-region" function
8317                (:user-visible-flag t
8318                 :arguments ("beg" "end" "delta"))
8319                 nil [8867 9758])
8320             ("org-timer-item" function
8321                (:user-visible-flag t
8322                 :arguments ("arg"))
8323                 nil [9775 10737])
8324             ("org-timer-fix-incomplete" function (:arguments ("hms")) nil [10739 11234])
8325             ("org-timer-hms-to-secs" function (:arguments ("hms")) nil [11236 11785])
8326             ("org-timer-secs-to-hms" function (:arguments ("s")) nil [11787 12089])
8327             ("org-timer-mode-line-timer" variable nil nil [12091 12129])
8328             ("org-timer-mode-line-string" variable nil nil [12130 12169])
8329             ("org-timer-set-mode-line" function (:arguments ("value")) nil [12171 14396])
8330             ("org-timer-update-mode-line" function nil nil [14398 14647])
8331             ("org-timer-show-remaining-time" function (:user-visible-flag t) nil [14649 15104])
8332             ("org-timer-set-timer" function
8333                (:user-visible-flag t
8334                 :arguments ("opt"))
8335                 nil [15121 17618])
8336             ("org-timer--run-countdown-timer" function (:arguments ("secs" "title")) nil [17620 18072])
8337             ("org-timer--get-timer-title" function nil nil [18074 18743])
8338             ("org-timer" package nil nil [18745 18765]))          
8339       :file "org-timer.el"
8340       :pointmax 18869
8341       :fsize 18868
8342       :lastmodtime '(23525 29592 0 0)
8343       :unmatched-syntax nil)
8344     (semanticdb-table "semanticdb-table"
8345       :major-mode emacs-lisp-mode
8346       :tags 
8347         '( ("cl-lib" include nil nil [1555 1572])
8348             ("org" include nil nil [1573 1587])
8349             ("org-id" include nil nil [1588 1605])
8350             ("vc-git" include nil nil [1606 1623])
8351             ("declare-function" code nil nil [1625 1683])
8352             ("org-attach" customgroup (:user-visible-flag t) nil [1685 1798])
8353             ("org-attach-directory" variable (:default-value "data/") nil [1800 2031])
8354             ("org-attach-commit" variable (:default-value t) nil [2033 2256])
8355             ("org-attach-git-annex-cutoff" variable (:default-value (* 32 1024)) nil [2258 2527])
8356             ("org-attach-auto-tag" variable (:default-value "ATTACH") nil [2529 2736])
8357             ("org-attach-file-list-property" variable (:default-value "Attachments") nil [2738 3144])
8358             ("org-attach-method" variable (:default-value (quote cp)) nil [3146 3725])
8359             ("org-attach-expert" variable nil nil [3727 3874])
8360             ("org-attach-allow-inheritance" variable (:default-value t) nil [3876 4017])
8361             ("org-attach-inherited" variable nil nil [4019 4128])
8362             ("org-attach-store-link-p" variable nil nil [4130 4428])
8363             ("org-attach-archive-delete" variable nil nil [4430 4805])
8364             ("org-attach-annex-auto-get" variable (:default-value (quote ask)) nil [4807 5227])
8365             ("org-attach" function (:user-visible-flag t) nil [5244 8512])
8366             ("org-attach-dir" function (:arguments ("create-if-not-exists-p")) nil [8514 10271])
8367             ("org-attach-check-absolute-path" function (:arguments ("dir")) nil [10273 10872])
8368             ("org-attach-set-directory" function
8369                (:user-visible-flag t
8370                 :arguments ("arg"))
8371                 nil [10874 11915])
8372             ("org-attach-set-inherit" function (:user-visible-flag t) nil [11917 12325])
8373             ("org-attach-use-annex" function nil nil [12327 12649])
8374             ("org-attach-annex-get-maybe" function (:arguments ("path")) nil [12651 13513])
8375             ("org-attach-commit" function nil nil [13515 14663])
8376             ("org-attach-tag" function (:arguments ("off")) nil [14665 14892])
8377             ("org-attach-untag" function nil nil [14894 14971])
8378             ("org-attach-store-link" function (:arguments ("file")) nil [14973 15255])
8379             ("org-attach-url" function (:arguments ("url")) nil [15257 15360])
8380             ("org-attach-attach" function
8381                (:user-visible-flag t
8382                 :arguments ("file" "visit-dir" "method"))
8383                 nil [15362 16959])
8384             ("org-attach-attach-cp" function (:user-visible-flag t) nil [16961 17115])
8385             ("org-attach-attach-mv" function (:user-visible-flag t) nil [17116 17280])
8386             ("org-attach-attach-ln" function (:user-visible-flag t) nil [17281 17586])
8387             ("org-attach-attach-lns" function (:user-visible-flag t) nil [17587 17903])
8388             ("org-attach-new" function
8389                (:user-visible-flag t
8390                 :arguments ("file"))
8391                 nil [17905 18397])
8392             ("org-attach-delete-one" function
8393                (:user-visible-flag t
8394                 :arguments ("file"))
8395                 nil [18399 18941])
8396             ("org-attach-delete-all" function
8397                (:user-visible-flag t
8398                 :arguments ("force"))
8399                 nil [18943 19668])
8400             ("org-attach-sync" function (:user-visible-flag t) nil [19670 20366])
8401             ("org-attach-file-list" function (:arguments ("dir")) nil [20368 20610])
8402             ("org-attach-reveal" function
8403                (:user-visible-flag t
8404                 :arguments ("if-exists"))
8405                 nil [20612 20906])
8406             ("org-attach-reveal-in-emacs" function (:user-visible-flag t) nil [20908 21090])
8407             ("org-attach-open" function
8408                (:user-visible-flag t
8409                 :arguments ("in-emacs"))
8410                 nil [21092 21788])
8411             ("org-attach-open-in-emacs" function (:user-visible-flag t) nil [21790 21939])
8412             ("org-attach-expand" function (:arguments ("file")) nil [21941 22145])
8413             ("org-attach-expand-link" function (:arguments ("file")) nil [22147 22388])
8414             ("org-attach-archive-delete-maybe" function nil nil [22390 22752])
8415             ("add-hook" code nil nil [22754 22815])
8416             ("org-attach" package nil nil [22817 22838]))          
8417       :file "org-attach.el"
8418       :pointmax 22943
8419       :fsize 22942
8420       :lastmodtime '(23525 29589 0 0)
8421       :unmatched-syntax nil)
8422     (semanticdb-table "semanticdb-table"
8423       :major-mode emacs-lisp-mode
8424       :tags 
8425         '( ("cl-lib" include nil nil [1176 1193])
8426             ("ox-latex" include nil nil [1194 1213])
8427             ("unless" code nil nil [1262 1541])
8428             ("org-export-beamer" customgroup (:user-visible-flag t) nil [1579 1735])
8429             ("org-beamer-frame-level" variable (:default-value 1) nil [1737 2429])
8430             ("org-beamer-frame-default-options" variable nil nil [2431 2641])
8431             ("org-beamer-column-view-format" variable (:default-value "%45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)") nil [2643 3041])
8432             ("org-beamer-theme" variable (:default-value "default") nil [3043 3310])
8433             ("org-beamer-environments-extra" variable nil nil [3312 4340])
8434             ("org-beamer-outline-frame-title" variable (:default-value "Outline") nil [4342 4519])
8435             ("org-beamer-outline-frame-options" variable nil nil [4521 4758])
8436             ("org-beamer-subtitle-format" variable (:default-value "\\subtitle{%s}") nil [4761 5081])
8437             ("org-beamer-column-widths" variable
8438                (:constant-flag t
8439                 :default-value "0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC")
8440                 nil [5109 5266])
8441             ("org-beamer-environments-special" variable
8442                (:constant-flag t
8443                 :default-value (quote (("againframe" "A") ("appendix" "x") ("column" "c") ("columns" "C") ("frame" "f") ("fullframe" "F") ("ignoreheading" "i") ("note" "n") ("noteNH" "N"))))
8444                 nil [5268 5864])
8445             ("org-beamer-environments-default" variable
8446                (:constant-flag t
8447                 :default-value (quote (("block" "b" "\\begin{block}%a{%h}" "\\end{block}") ("alertblock" "a" "\\begin{alertblock}%a{%h}" "\\end{alertblock}") ("verse" "v" "\\begin{verse}%a %% %h" "\\end{verse}") ("quotation" "q" "\\begin{quotation}%a %% %h" "\\end{quotation}") ("quote" "Q" "\\begin{quote}%a %% %h" "\\end{quote}") ("structureenv" "s" "\\begin{structureenv}%a %% %h" "\\end{structureenv}") ("theorem" "t" "\\begin{theorem}%a[%h]" "\\end{theorem}") ("definition" "d" "\\begin{definition}%a[%h]" "\\end{definition}") ("example" "e" "\\begin{example}%a[%h]" "\\end{example}") ("exampleblock" "E" "\\begin{exampleblock}%a{%h}" "\\end{exampleblock}") ("proof" "p" "\\begin{proof}%a[%h]" "\\end{proof}") ("beamercolorbox" "o" "\\begin{beamercolorbox}%o{%h}" "\\end{beamercolorbox}"))))
8448                 nil [5866 6981])
8449             ("org-beamer-verbatim-elements" variable
8450                (:constant-flag t
8451                 :default-value (quote (code example-block fixed-width inline-src-block src-block verbatim)))
8452                 nil [6983 7241])
8453             ("org-beamer--normalize-argument" function (:arguments ("argument" "type")) nil [7270 8006])
8454             ("org-beamer--element-has-overlay-p" function (:arguments ("element")) nil [8008 8555])
8455             ("org-export-define-derived-backend" code nil nil [8581 10317])
8456             ("org-beamer-bold" function (:arguments ("bold" "contents" "_info")) nil [10358 10622])
8457             ("org-beamer-export-block" function (:arguments ("export-block" "_contents" "_info")) nil [10644 10981])
8458             ("org-beamer-export-snippet" function (:arguments ("export-snippet" "_contents" "info")) nil [11005 11608])
8459             ("org-beamer--get-label" function (:arguments ("headline" "info")) nil [12113 12960])
8460             ("org-beamer--frame-level" function (:arguments ("headline" "info")) nil [12962 14105])
8461             ("org-beamer--format-section" function (:arguments ("headline" "contents" "info")) nil [14107 15349])
8462             ("org-beamer--format-frame" function (:arguments ("headline" "contents" "info")) nil [15351 18355])
8463             ("org-beamer--format-block" function (:arguments ("headline" "contents" "info")) nil [18357 22575])
8464             ("org-beamer-headline" function (:arguments ("headline" "contents" "info")) nil [22577 25662])
8465             ("org-beamer-item" function (:arguments ("item" "contents" "info")) nil [25676 26680])
8466             ("org-beamer-keyword" function (:arguments ("keyword" "contents" "info")) nil [26697 27602])
8467             ("org-beamer-link" function (:arguments ("link" "contents" "info")) nil [27616 28305])
8468             ("org-beamer-plain-list" function (:arguments ("plain-list" "contents" "info")) nil [28408 29534])
8469             ("org-beamer-radio-target" function (:arguments ("radio-target" "text" "info")) nil [29556 29900])
8470             ("org-beamer-template" function (:arguments ("contents" "info")) nil [30043 33626])
8471             ("org-beamer-mode-map" variable (:default-value (make-sparse-keymap)) nil [33648 33735])
8472             ("define-key" code nil nil [33736 33810])
8473             ("define-minor-mode" code nil nil [33827 33951])
8474             ("when" code nil nil [33953 34106])
8475             ("org-beamer-tag" variable
8476                (:default-value (quote ((t (:box (:line-width 1 :color grey40)))))
8477                 :type "face")
8478                 nil [34108 34242])
8479             ("org-beamer-property-changed" function (:arguments ("property" "value")) nil [34244 34938])
8480             ("add-hook" code nil nil [34940 35011])
8481             ("org-beamer-allowed-property-values" function (:arguments ("property")) nil [35013 35681])
8482             ("add-hook" code nil nil [35683 35770])
8483             ("org-beamer-export-as-latex" function
8484                (:user-visible-flag t
8485                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
8486                 nil [35804 37015])
8487             ("org-beamer-export-to-latex" function
8488                (:user-visible-flag t
8489                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
8490                 nil [37032 38162])
8491             ("org-beamer-export-to-pdf" function
8492                (:user-visible-flag t
8493                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
8494                 nil [38179 39351])
8495             ("org-beamer-select-environment" function (:user-visible-flag t) nil [39368 41436])
8496             ("org-beamer-publish-to-latex" function (:arguments ("plist" "filename" "pub-dir")) nil [41453 41806])
8497             ("org-beamer-publish-to-pdf" function (:arguments ("plist" "filename" "pub-dir")) nil [41823 42682])
8498             ("ox-beamer" package nil nil [42685 42705]))          
8499       :file "ox-beamer.el"
8500       :pointmax 42809
8501       :fsize 42808
8502       :lastmodtime '(23525 29593 0 0)
8503       :unmatched-syntax nil)
8504     (semanticdb-table "semanticdb-table"
8505       :major-mode emacs-lisp-mode
8506       :tags 
8507         '( ("cl-lib" include nil nil [1126 1143])
8508             ("org" include nil nil [1144 1158])
8509             ("org-table" include nil nil [1159 1179])
8510             ("declare-function" code nil nil [1181 1248])
8511             ("declare-function" code nil nil [1249 1297])
8512             ("declare-function" code nil nil [1298 1364])
8513             ("org-plot/gnuplot-default-options" variable (:default-value (quote ((:plot-type . 2d) (:with . lines) (:ind . 0)))) nil [1366 1524])
8514             ("org-plot-timestamp-fmt" variable nil nil [1526 1561])
8515             ("org-plot/add-options-to-plist" function (:arguments ("p" "options")) nil [1563 2709])
8516             ("org-plot/goto-nearest-table" function (:user-visible-flag t) nil [2711 3004])
8517             ("org-plot/collect-options" function
8518                (:user-visible-flag t
8519                 :arguments ("params"))
8520                 nil [3006 3409])
8521             ("org-plot-quote-timestamp-field" function (:arguments ("s")) nil [3411 3598])
8522             ("org-plot-quote-tsv-field" function (:arguments ("s")) nil [3600 3880])
8523             ("org-plot/gnuplot-to-data" function (:arguments ("table" "data-file" "params")) nil [3882 4347])
8524             ("org-plot/gnuplot-to-grid-data" function
8525                (:user-visible-flag t
8526                 :arguments ("table" "data-file" "params"))
8527                 nil [4349 6307])
8528             ("org-plot/gnuplot-script" function (:arguments ("data-file" "num-cols" "params" "preface")) nil [6309 9640])
8529             ("org-plot/gnuplot" function
8530                (:user-visible-flag t
8531                 :arguments ("params"))
8532                 nil [9757 12816])
8533             ("org-plot" package nil nil [12818 12837]))          
8534       :file "org-plot.el"
8535       :pointmax 12940
8536       :fsize 12939
8537       :lastmodtime '(23525 29592 0 0)
8538       :unmatched-syntax nil)
8539     (semanticdb-table "semanticdb-table"
8540       :major-mode emacs-lisp-mode
8541       :tags 
8542         '( ("cl-lib" include nil nil [962 979])
8543             ("ob-core" include nil nil [980 998])
8544             ("ob-table" include nil nil [999 1018])
8545             ("declare-function" code nil nil [1020 1085])
8546             ("declare-function" code nil nil [1086 1142])
8547             ("declare-function" code nil nil [1143 1215])
8548             ("declare-function" code nil nil [1216 1288])
8549             ("declare-function" code nil nil [1289 1348])
8550             ("org-babel-library-of-babel" variable nil nil [1350 1544])
8551             ("org-babel-default-lob-header-args" variable (:default-value (quote ((:exports . "results")))) nil [1546 1912])
8552             ("org-babel-lob-ingest" function
8553                (:user-visible-flag t
8554                 :arguments ("file"))
8555                 nil [1914 2710])
8556             ("org-babel-lob-execute-maybe" function (:user-visible-flag t) nil [2771 3125])
8557             ("org-babel-lob--src-info" function (:arguments ("ref")) nil [3127 4569])
8558             ("org-babel-lob-get-info" function (:arguments ("datum")) nil [4586 5981])
8559             ("ob-lob" package nil nil [5983 6000]))          
8560       :file "ob-lob.el"
8561       :pointmax 6101
8562       :fsize 6100
8563       :lastmodtime '(23525 29587 0 0)
8564       :unmatched-syntax nil)
8565     (semanticdb-table "semanticdb-table"
8566       :major-mode emacs-lisp-mode
8567       :tags 
8568         '( ("org" include nil nil [3598 3612])
8569             ("cl-lib" include nil nil [3613 3630])
8570             ("declare-function" code nil nil [3677 3731])
8571             ("declare-function" code nil nil [3732 3794])
8572             ("declare-function" code nil nil [3795 3886])
8573             ("declare-function" code nil nil [3887 3946])
8574             ("declare-function" code nil nil [3947 4044])
8575             ("declare-function" code nil nil [4045 4107])
8576             ("declare-function" code nil nil [4108 4175])
8577             ("declare-function" code nil nil [4176 4231])
8578             ("declare-function" code nil nil [4232 4327])
8579             ("declare-function" code nil nil [4328 4388])
8580             ("declare-function" code nil nil [4389 4444])
8581             ("declare-function" code nil nil [4445 4511])
8582             ("declare-function" code nil nil [4512 4588])
8583             ("declare-function" code nil nil [4589 4673])
8584             ("declare-function" code nil nil [4719 4780])
8585             ("declare-function" code nil nil [4838 4901])
8586             ("declare-function" code nil nil [4903 4960])
8587             ("declare-function" code nil nil [4961 5016])
8588             ("with-no-warnings" code nil nil [5018 5050])
8589             ("org-bbdb-anniversaries" customgroup (:user-visible-flag t) nil [5102 5228])
8590             ("org-bbdb-default-anniversary-format" variable (:default-value "birthday") nil [5230 5386])
8591             ("org-bbdb-general-anniversary-description-after" variable (:default-value 7) nil [5388 6050])
8592             ("org-bbdb-anniversary-format-alist" variable (:default-value (quote (("birthday" lambda (name years suffix) (concat "Birthday: [[bbdb:" name "][" name " (" (format "%s" years) suffix ")]]")) ("wedding" lambda (name years suffix) (concat "[[bbdb:" name "][" name "'s " (format "%s" years) suffix " wedding anniversary]]"))))) nil [6052 7265])
8593             ("org-bbdb-anniversary-field" variable (:default-value (quote anniversary)) nil [7267 7839])
8594             ("org-bbdb-extract-date-fun" variable (:default-value (quote org-bbdb-anniv-extract-date)) nil [7841 8179])
8595             ("org-link-set-parameters" code nil nil [8206 8368])
8596             ("org-bbdb-store-link" function nil nil [8388 8944])
8597             ("org-bbdb-export" function (:arguments ("path" "desc" "format")) nil [8946 9463])
8598             ("org-bbdb-open" function (:arguments ("name")) nil [9465 9685])
8599             ("org-bbdb-open-old" function (:arguments ("name")) nil [9687 10495])
8600             ("org-bbdb-open-new" function (:arguments ("name")) nil [10497 11343])
8601             ("org-bbdb-anniv-extract-date" function (:arguments ("time-str")) nil [11345 11760])
8602             ("org-bbdb-anniv-split" function (:arguments ("str")) nil [11762 12050])
8603             ("org-bbdb-anniv-hash" variable nil nil [12052 12178])
8604             ("org-bbdb-updated-p" variable (:default-value t) nil [12180 12284])
8605             ("org-bbdb-make-anniv-hash" function nil nil [12286 13552])
8606             ("org-bbdb-updated" function (:arguments ("_rec")) nil [13554 13724])
8607             ("add-hook" code nil nil [13726 13778])
8608             ("org-bbdb-anniversaries" function nil nil [13795 15757])
8609             ("org-bbdb-date-list" function (:arguments ("d" "n")) nil [16056 16330])
8610             ("org-bbdb-anniversary-description" function (:arguments ("agenda-date" "anniv-date")) nil [16332 17240])
8611             ("org-bbdb-anniversaries-future" function (:arguments ("n")) nil [17243 18865])
8612             ("org-bbdb-complete-link" function nil nil [18867 19106])
8613             ("org-bbdb-anniv-export-ical" function nil nil [19108 19551])
8614             ("org-bbdb-format-vevent" function (:arguments ("key" "recs")) nil [19553 20133])
8615             ("org-bbdb" package nil nil [20135 20154]))          
8616       :file "org-bbdb.el"
8617       :pointmax 20257
8618       :fsize 20256
8619       :lastmodtime '(23525 29589 0 0)
8620       :unmatched-syntax nil)
8621     (semanticdb-table "semanticdb-table"
8622       :major-mode emacs-lisp-mode
8623       :tags 
8624         '( ("ox" include nil nil [912 925])
8625             ("declare-function" code nil nil [926 992])
8626             ("htmlize-output-type" variable nil nil [993 1021])
8627             ("org-export-org" customgroup (:user-visible-flag t) nil [1023 1198])
8628             ("org-org-htmlized-css-url" variable nil nil [1200 1934])
8629             ("org-export-define-backend" code nil nil [1936 4091])
8630             ("org-org--add-missing-sections" function (:arguments ("tree" "_backend" "_info")) nil [4093 4810])
8631             ("org-org-export-block" function (:arguments ("export-block" "_contents" "_info")) nil [4812 5072])
8632             ("org-org-identity" function (:arguments ("blob" "contents" "_info")) nil [5074 5402])
8633             ("org-org-headline" function (:arguments ("headline" "contents" "info")) nil [5404 6096])
8634             ("org-org-keyword" function (:arguments ("keyword" "_contents" "_info")) nil [6098 6425])
8635             ("org-org-link" function (:arguments ("link" "contents" "_info")) nil [6427 6740])
8636             ("org-org-template" function (:arguments ("contents" "info")) nil [6742 8111])
8637             ("org-org-section" function (:arguments ("section" "contents" "info")) nil [8113 9162])
8638             ("org-org-export-as-org" function
8639                (:user-visible-flag t
8640                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
8641                 nil [9179 10338])
8642             ("org-org-export-to-org" function
8643                (:user-visible-flag t
8644                 :arguments ("async" "subtreep" "visible-only" "body-only" "ext-plist"))
8645                 nil [10355 11431])
8646             ("org-org-publish-to-org" function (:arguments ("plist" "filename" "pub-dir")) nil [11448 12984])
8647             ("ox-org" package nil nil [12987 13004]))          
8648       :file "ox-org.el"
8649       :pointmax 13105
8650       :fsize 13104
8651       :lastmodtime '(23525 29594 0 0)
8652       :unmatched-syntax nil)
8653     (semanticdb-table "semanticdb-table"
8654       :major-mode emacs-lisp-mode
8655       :tags 
8656         '( ("org" include nil nil [1452 1466])
8657             ("org-agenda" include nil nil [1467 1488])
8658             ("cl-lib" include nil nil [1489 1506])
8659             ("org-agenda-keep-restricted-file-list" variable nil nil [1508 1553])
8660             ("org-mobile" customgroup (:user-visible-flag t) nil [1566 1696])
8661             ("org-mobile-files" variable (:default-value (quote (org-agenda-files))) nil [1698 2545])
8662             ("org-mobile-files-exclude-regexp" variable nil nil [2547 2703])
8663             ("org-mobile-directory" variable nil nil [2705 2856])
8664             ("org-mobile-allpriorities" variable (:default-value "A B C") nil [2858 3047])
8665             ("org-mobile-use-encryption" variable nil nil [3049 3543])
8666             ("org-mobile-encryption-tempfile" variable (:default-value "~/orgtmpcrypt") nil [3545 3876])
8667             ("org-mobile-encryption-password" variable nil nil [3878 4819])
8668             ("org-mobile-encryption-password-session" variable nil nil [4821 4872])
8669             ("org-mobile-encryption-password" function nil nil [4874 5134])
8670             ("org-mobile-inbox-for-pull" variable (:default-value "~/org/from-mobile.org") nil [5136 5539])
8671             ("org-mobile-capture-file" variable
8672                (:constant-flag t
8673                 :default-value "mobileorg.org")
8674                 nil [5541 5727])
8675             ("org-mobile-index-file" variable (:default-value "index.org") nil [5729 5997])
8676             ("org-mobile-agendas" variable (:default-value (quote all)) nil [5999 6550])
8677             ("org-mobile-force-id-on-agenda-items" variable (:default-value t) nil [6552 6692])
8678             ("org-mobile-force-mobile-change" variable nil nil [6694 7366])
8679             ("org-mobile-checksum-binary" variable (:default-value (or (executable-find "shasum") (executable-find "sha1sum") (executable-find "md5sum") (executable-find "md5"))) nil [7368 7636])
8680             ("org-mobile-pre-push-hook" variable nil nil [7638 7957])
8681             ("org-mobile-post-push-hook" variable nil nil [7959 8297])
8682             ("org-mobile-pre-pull-hook" variable nil nil [8299 8625])
8683             ("org-mobile-post-pull-hook" variable nil nil [8627 8975])
8684             ("org-mobile-action-alist" variable
8685                (:constant-flag t
8686                 :default-value (quote (("edit" . org-mobile-edit))))
8687                 nil [8977 9712])
8688             ("org-mobile-last-flagged-files" variable nil nil [9714 9821])
8689             ("org-mobile-files-alist" variable nil nil [9823 9858])
8690             ("org-mobile-checksum-files" variable nil nil [9859 9897])
8691             ("org-mobile-prepare-file-lists" function nil nil [9899 10035])
8692             ("org-mobile-files-alist" function nil nil [10037 11760])
8693             ("org-mobile-push" function (:user-visible-flag t) nil [11777 12930])
8694             ("org-mobile-before-process-capture-hook" variable nil nil [12932 13164])
8695             ("org-mobile-pull" function (:user-visible-flag t) nil [13181 14207])
8696             ("org-mobile-check-setup" function nil nil [14209 15831])
8697             ("org-mobile-create-index-file" function nil nil [15833 18251])
8698             ("org-mobile-copy-agenda-files" function nil nil [18253 19760])
8699             ("org-mobile-write-checksums" function nil nil [19762 20258])
8700             ("org-mobile-sumo-agenda-command" function nil nil [20260 23076])
8701             ("org-mobile-creating-agendas" variable nil nil [23078 23118])
8702             ("org-mobile-write-agenda-for-mobile" function (:arguments ("file")) nil [23119 25255])
8703             ("org-mobile-get-outline-path-link" function (:arguments ("pom")) nil [25257 25585])
8704             ("org-mobile-escape-olp" function (:arguments ("s")) nil [25587 25678])
8705             ("org-mobile-create-sumo-agenda" function (:user-visible-flag t) nil [25680 26395])
8706             ("org-mobile-encrypt-and-move" function (:arguments ("infile" "outfile")) nil [26397 26820])
8707             ("org-mobile-encrypt-file" function (:arguments ("infile" "outfile")) nil [26822 27226])
8708             ("org-mobile-decrypt-file" function (:arguments ("infile" "outfile")) nil [27228 27635])
8709             ("org-mobile-cleanup-encryption-tempfile" function nil nil [27637 27890])
8710             ("org-mobile-move-capture" function (:user-visible-flag t) nil [27892 29410])
8711             ("org-mobile-update-checksum-for-capture-file" function (:arguments ("buffer-string")) nil [29412 30008])
8712             ("org-mobile-apply" function
8713                (:user-visible-flag t
8714                 :arguments ("beg" "end"))
8715                 nil [30010 34155])
8716             ("org-mobile-timestamp-buffer" function (:arguments ("buf")) nil [34157 34711])
8717             ("org-mobile-smart-read" function nil nil [34713 36141])
8718             ("org-mobile-locate-entry" function (:arguments ("link")) nil [36143 37051])
8719             ("org-mobile-edit" function (:arguments ("what" "old" "new")) nil [37053 41317])
8720             ("org-mobile-tags-same-p" function (:arguments ("list1" "list2")) nil [41319 41474])
8721             ("org-mobile-bodies-same-p" function (:arguments ("a" "b")) nil [41476 42071])
8722             ("org-mobile" package nil nil [42073 42094]))          
8723       :file "org-mobile.el"
8724       :pointmax 42199
8725       :fsize 42198
8726       :lastmodtime '(23525 29591 0 0)
8727       :unmatched-syntax nil)
8728     (semanticdb-table "semanticdb-table"
8729       :major-mode emacs-lisp-mode
8730       :tags 
8731         '( ("org-macs" include nil nil [1476 1495])
8732             ("org-compat" include nil nil [1496 1517])
8733             ("org" include nil nil [1518 1532])
8734             ("cl-lib" include nil nil [1534 1551])
8735             ("declare-function" code nil nil [1553 1621])
8736             ("declare-function" code nil nil [1622 1685])
8737             ("declare-function" code nil nil [1686 1748])
8738             ("org-inlinetask-show-first-star" variable nil nil [1749 1788])
8739             ("org-indent" customgroup (:user-visible-flag t) nil [1790 1909])
8740             ("org-indent-inlinetask-first-star" variable (:default-value (org-add-props "*" (quote (face org-warning)))) nil [1911 2043])
8741             ("org-indent-agent-timer" variable nil nil [2044 2119])
8742             ("org-indent-agentized-buffers" variable nil nil [2120 2214])
8743             ("org-indent-agent-resume-timer" variable nil nil [2215 2328])
8744             ("org-indent-agent-active-delay" variable (:default-value (quote (0 2 0))) nil [2329 2493])
8745             ("org-indent-agent-passive-delay" variable (:default-value (quote (0 0 400000))) nil [2494 2667])
8746             ("org-indent-agent-resume-delay" variable (:default-value (quote (0 0 100000))) nil [2668 2794])
8747             ("org-indent--initial-marker" variable nil nil [2795 2938])
8748             ("org-hide-leading-stars-before-indent-mode" variable nil nil [2939 3011])
8749             ("org-indent-modified-headline-flag" variable nil nil [3012 3175])
8750             ("org-indent-boundary-char" variable (:default-value 32) nil [3178 3527])
8751             ("org-indent-mode-turns-off-org-adapt-indentation" variable (:default-value t) nil [3529 3779])
8752             ("org-indent-mode-turns-on-hiding-stars" variable (:default-value t) nil [3781 3968])
8753             ("org-indent-indentation-per-level" variable (:default-value 2) nil [3970 4105])
8754             ("org-indent" variable
8755                (:default-value (quote ((t (:inherit org-hide))))
8756                 :type "face")
8757                 nil [4107 4323])
8758             ("org-indent--text-line-prefixes" variable nil nil [4325 4430])
8759             ("org-indent--heading-line-prefixes" variable nil nil [4432 4535])
8760             ("org-indent--inlinetask-line-prefixes" variable nil nil [4537 4646])
8761             ("org-indent--deepest-level" variable
8762                (:constant-flag t
8763                 :default-value 50)
8764                 nil [4648 4727])
8765             ("org-indent--compute-prefixes" function nil nil [4729 5997])
8766             ("org-indent-remove-properties" function (:arguments ("beg" "end")) nil [5999 6198])
8767             ("define-minor-mode" code nil nil [6215 8929])
8768             ("org-indent-indent-buffer" function (:user-visible-flag t) nil [8931 9355])
8769             ("org-indent-remove-properties-from-string" function (:arguments ("string")) nil [9357 9562])
8770             ("org-indent-initialize-agent" function nil nil [9564 10525])
8771             ("org-indent-initialize-buffer" function (:arguments ("buffer" "delay")) nil [10527 11372])
8772             ("org-indent-set-line-properties" function (:arguments ("level" "indentation" "heading")) nil [11374 12349])
8773             ("org-indent-add-properties" function (:arguments ("beg" "end" "delay")) nil [12351 14504])
8774             ("org-indent-notify-modified-headline" function (:arguments ("beg" "end")) nil [14506 15130])
8775             ("org-indent-refresh-maybe" function (:arguments ("beg" "end" "_")) nil [15132 16099])
8776             ("org-indent" package nil nil [16101 16122]))          
8777       :file "org-indent.el"
8778       :pointmax 16227
8779       :fsize 16226
8780       :lastmodtime '(23525 29591 0 0)
8781       :unmatched-syntax nil)
8782     (semanticdb-table "semanticdb-table"
8783       :major-mode emacs-lisp-mode
8784       :tags 
8785         '( ("org" include nil nil [1911 1925])
8786             ("declare-function" code nil nil [1927 1996])
8787             ("declare-function" code nil nil [1997 2045])
8788             ("declare-function" code nil nil [2046 2107])
8789             ("declare-function" code nil nil [2108 2175])
8790             ("declare-function" code nil nil [2176 2222])
8791             ("declare-function" code nil nil [2223 2279])
8792             ("declare-function" code nil nil [2280 2347])
8793             ("declare-function" code nil nil [2348 2386])
8794             ("declare-function" code nil nil [2387 2458])
8795             ("declare-function" code nil nil [2459 2504])
8796             ("org-irc-client" variable (:default-value (quote erc)) nil [2506 2564])
8797             ("org-irc-link-to-logs" variable nil nil [2566 2677])
8798             ("erc-default-port" variable nil nil [2679 2704])
8799             ("erc-session-port" variable nil nil [2740 2765])
8800             ("erc-session-server" variable nil nil [2809 2836])
8801             ("org-link-set-parameters" code nil nil [2941 3024])
8802             ("org-irc-visit" function (:arguments ("link")) nil [3026 3297])
8803             ("org-irc-parse-link" function (:arguments ("link")) nil [3299 3778])
8804             ("org-irc-store-link" function nil nil [3795 3969])
8805             ("org-irc-ellipsify-description" function (:arguments ("string" "after")) nil [3971 4537])
8806             ("org-irc-erc-get-line-from-log" function (:arguments ("erc-line")) nil [4566 5431])
8807             ("org-irc-erc-store-link" function nil nil [5433 6693])
8808             ("org-irc-get-erc-link" function nil nil [6695 7270])
8809             ("org-irc-get-current-erc-port" function nil nil [7272 7589])
8810             ("org-irc-visit-erc" function (:arguments ("link")) nil [7591 9097])
8811             ("org-irc" package nil nil [9099 9117]))          
8812       :file "org-irc.el"
8813       :pointmax 9219
8814       :fsize 9218
8815       :lastmodtime '(23525 29591 0 0)
8816       :unmatched-syntax nil))
8817   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!org!semantic.cache"
8818   :semantic-tag-version "2.0"
8819   :semanticdb-version "2.2")