org-mailing-list.org: Add "What to do if you don't receive an answer"
[worg.git] / doc.org
blob05f2c00211475862387603fb36d10d27660ee528
1 #+TITLE: Documentation for Org hooks, commands and options
2 #+AUTHOR: Bastien
3 #+DESCRIPTION: List of all hooks, commands and options
4 #+KEYWORDS: Org hooks, commands and options
5 #+OPTIONS:    H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc
6 #+HTML_LINK_UP:    index.html
7 #+HTML_LINK_HOME:  https://orgmode.org/worg/
9 * Definitions
11 This page lists *all hooks, commands and options* of Org 9.0.9.
13 - *Hooks* :: are options containing functions to be run before or after
14      a function.  For example, =org-mode-hook= can contain a list of
15      functions to be called after org-mode is turned on.
17 - *Commands* :: are interactive functions that the user can run with =M-x
18      command RET=.  Most commands have an associated keybinding,
19      indicated here. Users can bind command to his preferred
20      keybinding.
22 - *Options* :: are variables that the user can set through the =customize=
23      interface. Calling =M-x customize-variable RET= then completing
24      over availables options will open the custom interface, which
25      makes it easy to set an option.
27 These are the main "internals" that the uesr may want to know about,
28 and we list them here for further reference.  E.g. You can safely
29 create links to =https://orgmode.org/worg/doc.html#org-agenda= to refer
30 to the documentation of the =org-agenda= command.
32 On top of these symbols, there are other non-interactive /functions/ and
33 /variables/.  You can get more documentation about them with =C-h f org-
34 TAB= and =C-h v org- TAB= respectively.
36 * Hooks
37   :PROPERTIES:
38   :CUSTOM_ID: hooks
39   :END:
41 ** org-checkbox-statistics-hook =nil=
42    :PROPERTIES:
43    :CUSTOM_ID: org-checkbox-statistics-hook
44    :END:
45 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
46 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-checkbox-statistics-hook][Find modifications in git logs]]
48 : Hook that is run whenever Org thinks checkbox statistics should be updated.
49 : This hook runs even if checkbox rule in
50 : `org-list-automatic-rules' does not apply, so it can be used to
51 : implement alternative ways of collecting statistics
52 : information.
54 ** org-todo-setup-filter-hook =nil=
55    :PROPERTIES:
56    :CUSTOM_ID: org-todo-setup-filter-hook
57    :END:
58 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
59 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-setup-filter-hook][Find modifications in git logs]]
61 : Hook for functions that pre-filter todo specs.
62 : Each function takes a todo spec and returns either nil or the spec
63 : transformed into canonical form.
65 ** org-timer-continue-hook =nil=
66    :PROPERTIES:
67    :CUSTOM_ID: org-timer-continue-hook
68    :END:
69 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
70 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-continue-hook][Find modifications in git logs]]
72 : Hook run after relative or countdown timer is continued.
74 ** org-clock-in-hook =nil=
75    :PROPERTIES:
76    :CUSTOM_ID: org-clock-in-hook
77    :END:
78 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
79 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-in-hook][Find modifications in git logs]]
81 : Hook run when starting the clock.
83 ** org-clock-before-select-task-hook =nil=
84    :PROPERTIES:
85    :CUSTOM_ID: org-clock-before-select-task-hook
86    :END:
87 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
88 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-before-select-task-hook][Find modifications in git logs]]
90 : Hook called in task selection just before prompting the user.
92 ** org-property-allowed-value-functions =nil=
93    :PROPERTIES:
94    :CUSTOM_ID: org-beamer-mode-off-hook
95    :END:
96 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
97 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-property-allowed-value-functions][Find modifications in git logs]]
99 : Hook for functions supplying allowed values for a specific property.
100 : The functions must take a single argument, the name of the property, and
101 : return a flat list of allowed values.  If ":ETC" is one of
102 : the values, this means that these values are intended as defaults for
103 : completion, but that other values should be allowed too.
104 : The functions must return nil if they are not responsible for this
105 : property.
107 ** org-after-todo-state-change-hook =(funcall (function (closure (f...=
108    :PROPERTIES:
109    :CUSTOM_ID: org-after-todo-state-change-hook
110    :END:
111 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
112 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-todo-state-change-hook][Find modifications in git logs]]
114 : Hook which is run after the state of a TODO item was changed.
115 : The new state (a string with a TODO keyword, or nil) is available in the
116 : Lisp variable `org-state'.
118 ** org-capture-prepare-finalize-hook =(funcall (function (closure (o...=
119    :PROPERTIES:
120    :CUSTOM_ID: org-capture-prepare-finalize-hook
121    :END:
122 - *Since:* Emacs version 24.1
123 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
124 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-prepare-finalize-hook][Find modifications in git logs]]
126 : Hook that is run before the finalization starts.
127 : The capture buffer is current and still narrowed.
129 ** org-timer-stop-hook =nil=
130    :PROPERTIES:
131    :CUSTOM_ID: org-timer-stop-hook
132    :END:
133 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
134 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-stop-hook][Find modifications in git logs]]
136 : Hook run before relative or countdown timer is stopped.
138 ** org-metaleft-hook =nil=
139    :PROPERTIES:
140    :CUSTOM_ID: org-metaleft-hook
141    :END:
142 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
143 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metaleft-hook][Find modifications in git logs]]
145 : Hook for functions attaching themselves to `M-left'.
146 : See `org-ctrl-c-ctrl-c-hook' for more information.
148 ** org-export-filter-bold-functions =nil=
149    :PROPERTIES:
150    :CUSTOM_ID: orgstruct-mode-off-hook
151    :END:
152 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
153 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-bold-functions][Find modifications in git logs]]
155 : List of functions applied to transcoded bold text.
156 : Each filter is called with three arguments: the transcoded data,
157 : as a string, the back-end, as a symbol, and the communication
158 : channel, as a plist.  It must return a string or nil.
160 ** org-export-before-parsing-hook =nil=
161    :PROPERTIES:
162    :CUSTOM_ID: org-indent-mode-on-hook
163    :END:
164 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
165 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-before-parsing-hook][Find modifications in git logs]]
167 : Hook run before parsing an export buffer.
169 : This is run after include keywords and macros have been expanded
170 : and Babel code blocks executed, on a copy of the original buffer
171 : being exported.  Visibility and narrowing are preserved.  Point
172 : is at the beginning of the buffer.
174 : Every function in this hook will be called with one argument: the
175 : back-end currently used, as a symbol.
177 ** org-feed-before-adding-hook =(funcall (function (closure (t...=
178    :PROPERTIES:
179    :CUSTOM_ID: org-feed-before-adding-hook
180    :END:
181 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
182 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-before-adding-hook][Find modifications in git logs]]
184 : Hook that is run before adding new feed items to a file.
185 : You might want to commit the file in its current state to version control,
186 : for example.
188 ** org-export-filter-diary-sexp-functions =nil=
189    :PROPERTIES:
190    :CUSTOM_ID: org-export-filter-diary-sexp-functions
191    :END:
192 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
193 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-diary-sexp-functions][Find modifications in git logs]]
195 : List of functions applied to a transcoded diary-sexp.
196 : Each filter is called with three arguments: the transcoded data,
197 : as a string, the back-end, as a symbol, and the communication
198 : channel, as a plist.  It must return a string or nil.
200 ** org-after-todo-statistics-hook =nil=
201    :PROPERTIES:
202    :CUSTOM_ID: org-after-todo-statistics-hook
203    :END:
204 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
205 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-todo-statistics-hook][Find modifications in git logs]]
207 : Hook that is called after a TODO statistics cookie has been updated.
208 : Each function is called with two arguments: the number of not-done entries
209 : and the number of done entries.
211 : For example, the following function, when added to this hook, will switch
212 : an entry to DONE when all children are done, and back to TODO when new
213 : entries are set to a TODO status.  Note that this hook is only called
214 : when there is a statistics cookie in the headline!
216 :  (defun org-summary-todo (n-done n-not-done)
217 :    "Switch entry to DONE when all subentries are done, to TODO otherwise."
218 :    (let (org-log-done org-log-states)   ; turn off logging
219 :      (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
222 ** org-export-filter-export-block-functions =nil=
223    :PROPERTIES:
224    :CUSTOM_ID: org-export-filter-export-block-functions
225    :END:
226 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
227 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-export-block-functions][Find modifications in git logs]]
229 : List of functions applied to a transcoded export-block.
230 : Each filter is called with three arguments: the transcoded data,
231 : as a string, the back-end, as a symbol, and the communication
232 : channel, as a plist.  It must return a string or nil.
234 ** org-babel-after-execute-hook =nil=
235    :PROPERTIES:
236    :CUSTOM_ID: org-babel-after-execute-hook
237    :END:
238 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
239 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-after-execute-hook][Find modifications in git logs]]
241 : Hook for functions to be called after `org-babel-execute-src-block'
243 ** org-icalendar-after-save-hook =nil=
244    :PROPERTIES:
245    :CUSTOM_ID: org-icalendar-after-save-hook
246    :END:
247 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
248 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-after-save-hook][Find modifications in git logs]]
250 : Hook run after an iCalendar file has been saved.
251 : This hook is run with the name of the file as argument.  A good
252 : way to use this is to tell a desktop calendar application to
253 : re-read the iCalendar file.
255 ** org-metaright-hook =nil=
256    :PROPERTIES:
257    :CUSTOM_ID: org-metaright-hook
258    :END:
259 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
260 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metaright-hook][Find modifications in git logs]]
262 : Hook for functions attaching themselves to `M-right'.
263 : See `org-ctrl-c-ctrl-c-hook' for more information.
265 ** org-cycle-hook =(funcall (function (closure (f...=
266    :PROPERTIES:
267    :CUSTOM_ID: org-cycle-hook
268    :END:
269 - *Since:* Emacs version 26.1
270 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
271 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-hook][Find modifications in git logs]]
273 : Hook that is run after `org-cycle' has changed the buffer visibility.
274 : The function(s) in this hook must accept a single argument which indicates
275 : the new state that was set by the most recent `org-cycle' command.  The
276 : argument is a symbol.  After a global state change, it can have the values
277 : `overview', `contents', or `all'.  After a local state change, it can have
278 : the values `folded', `children', or `subtree'.
280 ** org-export-filter-subscript-functions =nil=
281    :PROPERTIES:
282    :CUSTOM_ID: org-export-filter-subscript-functions
283    :END:
284 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
285 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-subscript-functions][Find modifications in git logs]]
287 : List of functions applied to a transcoded subscript.
288 : Each filter is called with three arguments: the transcoded data,
289 : as a string, the back-end, as a symbol, and the communication
290 : channel, as a plist.  It must return a string or nil.
292 ** org-export-filter-entity-functions =nil=
293    :PROPERTIES:
294    :CUSTOM_ID: org-export-filter-entity-functions
295    :END:
296 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
297 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-entity-functions][Find modifications in git logs]]
299 : List of functions applied to a transcoded entity.
300 : Each filter is called with three arguments: the transcoded data,
301 : as a string, the back-end, as a symbol, and the communication
302 : channel, as a plist.  It must return a string or nil.
304 ** org-after-sorting-entries-or-items-hook =nil=
305    :PROPERTIES:
306    :CUSTOM_ID: org-after-sorting-entries-or-items-hook
307    :END:
308 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
309 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-sorting-entries-or-items-hook][Find modifications in git logs]]
311 : Hook that is run after a bunch of entries or items have been sorted.
312 : When children are sorted, the cursor is in the parent line when this
313 : hook gets called.  When a region or a plain list is sorted, the cursor
314 : will be in the first entry of the sorted region/list.
316 ** org-timer-done-hook =nil=
317    :PROPERTIES:
318    :CUSTOM_ID: org-timer-done-hook
319    :END:
320 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
321 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-done-hook][Find modifications in git logs]]
323 : Hook run after countdown timer reaches zero.
325 ** org-shiftmetaup-hook =nil=
326    :PROPERTIES:
327    :CUSTOM_ID: org-shiftmetaup-hook
328    :END:
329 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
330 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetaup-hook][Find modifications in git logs]]
332 : Hook for functions attaching themselves to `M-S-up'.
333 : See `org-ctrl-c-ctrl-c-hook' for more information.
335 ** org-tab-after-check-for-table-hook =nil=
336    :PROPERTIES:
337    :CUSTOM_ID: org-tab-after-check-for-table-hook
338    :END:
339 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
340 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tab-after-check-for-table-hook][Find modifications in git logs]]
342 : Hook for functions to attach themselves to TAB.
343 : See `org-ctrl-c-ctrl-c-hook' for more information.
344 : This hook runs after it has been established that the cursor is not in a
345 : table, but before checking if the cursor is in a headline or if global cycling
346 : should be done.
347 : If any function in this hook returns t, not other actions like visibility
348 : cycling will be done.
350 ** org-open-at-point-functions =nil=
351    :PROPERTIES:
352    :CUSTOM_ID: org-open-at-point-functions
353    :END:
354 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
355 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-at-point-functions][Find modifications in git logs]]
357 : Hook that is run when following a link at point.
359 : Functions in this hook must return t if they identify and follow
360 : a link at point.  If they don't find anything interesting at point,
361 : they must return nil.
363 ** org-property-changed-functions =nil=
364    :PROPERTIES:
365    :CUSTOM_ID: org-property-changed-functions
366    :END:
367 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
368 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-property-changed-functions][Find modifications in git logs]]
370 : Hook called when the value of a property has changed.
371 : Each hook function should accept two arguments, the name of the property
372 : and the new value.
374 ** orgstruct-mode-hook =nil=
375    :PROPERTIES:
376    :CUSTOM_ID: orgstruct-mode-hook
377    :END:
378 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
379 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgstruct-mode-hook][Find modifications in git logs]]
381 : Hook run after entering or leaving `orgstruct-mode'.
382 : No problems result if this variable is not bound.
383 : `add-hook' automatically binds it.  (This is true for all hook variables.)
385 ** org-mobile-pre-push-hook =nil=
386    :PROPERTIES:
387    :CUSTOM_ID: org-mobile-pre-push-hook
388    :END:
389 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
390 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-pre-push-hook][Find modifications in git logs]]
392 : Hook run before running `org-mobile-push'.
393 : This could be used to clean up `org-mobile-directory', for example to
394 : remove files that used to be included in the agenda but no longer are.
395 : The presence of such files would not really be a problem, but after time
396 : they may accumulate.
398 ** org-export-filter-link-functions =nil=
399    :PROPERTIES:
400    :CUSTOM_ID: org-export-filter-link-functions
401    :END:
402 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
403 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-link-functions][Find modifications in git logs]]
405 : List of functions applied to a transcoded link.
406 : Each filter is called with three arguments: the transcoded data,
407 : as a string, the back-end, as a symbol, and the communication
408 : channel, as a plist.  It must return a string or nil.
410 ** org-shiftright-final-hook =nil=
411    :PROPERTIES:
412    :CUSTOM_ID: org-shiftright-final-hook
413    :END:
414 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
415 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftright-final-hook][Find modifications in git logs]]
417 : Hook for functions attaching themselves to `S-right'.
418 : This one runs after all other options except shift-select have been excluded.
419 : See `org-ctrl-c-ctrl-c-hook' for more information.
421 ** org-capture-mode-hook =nil=
422    :PROPERTIES:
423    :CUSTOM_ID: org-capture-mode-hook
424    :END:
425 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
426 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-mode-hook][Find modifications in git logs]]
428 : Hook run after entering or leaving `org-capture-mode'.
429 : No problems result if this variable is not bound.
430 : `add-hook' automatically binds it.  (This is true for all hook variables.)
432 ** org-mobile-post-pull-hook =nil=
433    :PROPERTIES:
434    :CUSTOM_ID: org-src-mode-off-hook
435    :END:
436 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
437 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-post-pull-hook][Find modifications in git logs]]
439 : Hook run after running `org-mobile-pull', only if new items were found.
440 : If Emacs does not have direct write access to the WebDAV directory used
441 : by the mobile device, this hook should be used to copy the emptied
442 : capture file `mobileorg.org' back to the WebDAV directory, for example
443 : using `rsync' or `scp'.
445 ** org-table-follow-field-mode-hook =nil=
446    :PROPERTIES:
447    :CUSTOM_ID: org-table-follow-field-mode-hook
448    :END:
449 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
450 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-follow-field-mode-hook][Find modifications in git logs]]
452 : Hook run after entering or leaving `org-table-follow-field-mode'.
453 : No problems result if this variable is not bound.
454 : `add-hook' automatically binds it.  (This is true for all hook variables.)
456 ** org-export-filter-underline-functions =nil=
457    :PROPERTIES:
458    :CUSTOM_ID: org-export-filter-underline-functions
459    :END:
460 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
461 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-underline-functions][Find modifications in git logs]]
463 : List of functions applied to transcoded underline text.
464 : Each filter is called with three arguments: the transcoded data,
465 : as a string, the back-end, as a symbol, and the communication
466 : channel, as a plist.  It must return a string or nil.
468 ** org-export-filter-target-functions =nil=
469    :PROPERTIES:
470    :CUSTOM_ID: org-capture-mode-off-hook
471    :END:
472 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
473 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-target-functions][Find modifications in git logs]]
475 : List of functions applied to a transcoded target.
476 : Each filter is called with three arguments: the transcoded data,
477 : as a string, the back-end, as a symbol, and the communication
478 : channel, as a plist.  It must return a string or nil.
480 ** org-shiftdown-hook =nil=
481    :PROPERTIES:
482    :CUSTOM_ID: org-shiftdown-hook
483    :END:
484 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
485 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftdown-hook][Find modifications in git logs]]
487 : Hook for functions attaching themselves to `S-down'.
488 : See `org-ctrl-c-ctrl-c-hook' for more information.
490 ** org-ctrl-c-ctrl-c-final-hook =nil=
491    :PROPERTIES:
492    :CUSTOM_ID: org-ctrl-c-ctrl-c-final-hook
493    :END:
494 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
495 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-c-ctrl-c-final-hook][Find modifications in git logs]]
497 : Hook for functions attaching themselves to `C-c C-c'.
499 : This can be used to add additional functionality to the C-c C-c
500 : key which executes context-dependent commands.  This hook is run
501 : after any other test, while `org-ctrl-c-ctrl-c-hook' is run
502 : before the first test.
504 : Each function will be called with no arguments.  The function
505 : must check if the context is appropriate for it to act.  If yes,
506 : it should do its thing and then return a non-nil value.  If the
507 : context is wrong, just do nothing and return nil.
509 ** org-archive-hook =nil=
510    :PROPERTIES:
511    :CUSTOM_ID: org-archive-hook
512    :END:
513 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
514 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-hook][Find modifications in git logs]]
516 : Hook run after successfully archiving a subtree.
517 : Hook functions are called with point on the subtree in the
518 : original file.  At this stage, the subtree has been added to the
519 : archive location, but not yet deleted from the original file.
521 ** org-shiftleft-hook =nil=
522    :PROPERTIES:
523    :CUSTOM_ID: org-shiftleft-hook
524    :END:
525 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
526 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftleft-hook][Find modifications in git logs]]
528 : Hook for functions attaching themselves to `S-left'.
529 : See `org-ctrl-c-ctrl-c-hook' for more information.
531 ** org-todo-get-default-hook =nil=
532    :PROPERTIES:
533    :CUSTOM_ID: org-todo-get-default-hook
534    :END:
535 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
536 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-get-default-hook][Find modifications in git logs]]
538 : Hook for functions that get a default item for todo.
539 : Each function takes arguments (NEW-MARK OLD-MARK) and returns either
540 : nil or a string to be used for the todo mark.
542 ** org-export-filter-body-functions =nil=
543    :PROPERTIES:
544    :CUSTOM_ID: org-export-filter-body-functions
545    :END:
546 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
547 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-body-functions][Find modifications in git logs]]
549 : List of functions applied to transcoded body.
550 : Each filter is called with three arguments: a string which
551 : contains no Org syntax, the back-end, as a symbol, and the
552 : communication channel, as a plist.  It must return a string or
553 : nil.
555 ** org-clock-cancel-hook =nil=
556    :PROPERTIES:
557    :CUSTOM_ID: org-clock-cancel-hook
558    :END:
559 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
560 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-cancel-hook][Find modifications in git logs]]
562 : Hook run when canceling the current clock.
564 ** org-open-link-functions =nil=
565    :PROPERTIES:
566    :CUSTOM_ID: org-open-link-functions
567    :END:
568 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
569 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-link-functions][Find modifications in git logs]]
571 : Hook for functions finding a plain text link.
572 : These functions must take a single argument, the link content.
573 : They will be called for links that look like [[link text][description]]
574 : when LINK TEXT does not have a protocol like "http:" and does not look
575 : like a filename (e.g. "./blue.png").
577 : These functions will be called *before* Org attempts to resolve the
578 : link by doing text searches in the current buffer - so if you want a
579 : link "[[target]]" to still find "<<target>>", your function should
580 : handle this as a special case.
582 : When the function does handle the link, it must return a non-nil value.
583 : If it decides that it is not responsible for this link, it must return
584 : nil to indicate that that Org can continue with other options like
585 : exact and fuzzy text search.
587 ** org-export-filter-code-functions =nil=
588    :PROPERTIES:
589    :CUSTOM_ID: org-export-filter-code-functions
590    :END:
591 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
592 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-code-functions][Find modifications in git logs]]
594 : List of functions applied to transcoded code text.
595 : Each filter is called with three arguments: the transcoded data,
596 : as a string, the back-end, as a symbol, and the communication
597 : channel, as a plist.  It must return a string or nil.
599 ** org-shiftmetaright-hook =nil=
600    :PROPERTIES:
601    :CUSTOM_ID: org-shiftmetaright-hook
602    :END:
603 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
604 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetaright-hook][Find modifications in git logs]]
606 : Hook for functions attaching themselves to `M-S-right'.
607 : See `org-ctrl-c-ctrl-c-hook' for more information.
609 ** org-export-filter-keyword-functions =nil=
610    :PROPERTIES:
611    :CUSTOM_ID: org-export-filter-keyword-functions
612    :END:
613 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
614 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-keyword-functions][Find modifications in git logs]]
616 : List of functions applied to a transcoded keyword.
617 : Each filter is called with three arguments: the transcoded data,
618 : as a string, the back-end, as a symbol, and the communication
619 : channel, as a plist.  It must return a string or nil.
621 ** org-export-filter-paragraph-functions =nil=
622    :PROPERTIES:
623    :CUSTOM_ID: org-export-filter-paragraph-functions
624    :END:
625 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
626 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-paragraph-functions][Find modifications in git logs]]
628 : List of functions applied to a transcoded paragraph.
629 : Each filter is called with three arguments: the transcoded data,
630 : as a string, the back-end, as a symbol, and the communication
631 : channel, as a plist.  It must return a string or nil.
633 ** org-export-filter-horizontal-rule-functions =nil=
634    :PROPERTIES:
635    :CUSTOM_ID: org-export-filter-horizontal-rule-functions
636    :END:
637 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
638 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-horizontal-rule-functions][Find modifications in git logs]]
640 : List of functions applied to a transcoded horizontal-rule.
641 : Each filter is called with three arguments: the transcoded data,
642 : as a string, the back-end, as a symbol, and the communication
643 : channel, as a plist.  It must return a string or nil.
645 ** org-export-filter-property-drawer-functions =nil=
646    :PROPERTIES:
647    :CUSTOM_ID: org-export-filter-property-drawer-functions
648    :END:
649 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
650 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-property-drawer-functions][Find modifications in git logs]]
652 : List of functions applied to a transcoded property-drawer.
653 : Each filter is called with three arguments: the transcoded data,
654 : as a string, the back-end, as a symbol, and the communication
655 : channel, as a plist.  It must return a string or nil.
657 ** org-shiftup-final-hook =nil=
658    :PROPERTIES:
659    :CUSTOM_ID: org-shiftup-final-hook
660    :END:
661 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
662 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftup-final-hook][Find modifications in git logs]]
664 : Hook for functions attaching themselves to `S-up'.
665 : This one runs after all other options except shift-select have been excluded.
666 : See `org-ctrl-c-ctrl-c-hook' for more information.
668 ** org-export-filter-inline-src-block-functions =nil=
669    :PROPERTIES:
670    :CUSTOM_ID: org-export-filter-inline-src-block-functions
671    :END:
672 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
673 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-inline-src-block-functions][Find modifications in git logs]]
675 : List of functions applied to a transcoded inline-src-block.
676 : Each filter is called with three arguments: the transcoded data,
677 : as a string, the back-end, as a symbol, and the communication
678 : channel, as a plist.  It must return a string or nil.
680 ** org-export-stack-mode-hook =nil=
681    :PROPERTIES:
682    :CUSTOM_ID: orgtbl-mode-off-hook
683    :END:
684 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
685 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack-mode-hook][Find modifications in git logs]]
687 : Hook run after entering Org-Stack mode.
688 : No problems result if this variable is not bound.
689 : `add-hook' automatically binds it.  (This is true for all hook variables.)
691 ** org-shiftright-hook =nil=
692    :PROPERTIES:
693    :CUSTOM_ID: org-shiftright-hook
694    :END:
695 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
696 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftright-hook][Find modifications in git logs]]
698 : Hook for functions attaching themselves to `S-right'.
699 : See `org-ctrl-c-ctrl-c-hook' for more information.
701 ** org-agenda-before-write-hook =(quote (org-agenda-add-entry-t...=
702    :PROPERTIES:
703    :CUSTOM_ID: org-agenda-before-write-hook
704    :END:
705 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
706 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-before-write-hook][Find modifications in git logs]]
708 : Hook run in a temporary buffer before writing the agenda to an export file.
709 : A useful function for this hook is `org-agenda-add-entry-text'.
711 ** org-export-filter-italic-functions =nil=
712    :PROPERTIES:
713    :CUSTOM_ID: org-export-filter-italic-functions
714    :END:
715 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
716 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-italic-functions][Find modifications in git logs]]
718 : List of functions applied to transcoded italic text.
719 : Each filter is called with three arguments: the transcoded data,
720 : as a string, the back-end, as a symbol, and the communication
721 : channel, as a plist.  It must return a string or nil.
723 ** org-babel-pre-tangle-hook =(funcall (function (closure (t...=
724    :PROPERTIES:
725    :CUSTOM_ID: org-babel-pre-tangle-hook
726    :END:
727 - *Since:* Emacs version 24.1
728 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
729 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-pre-tangle-hook][Find modifications in git logs]]
731 : Hook run at the beginning of `org-babel-tangle'.
733 ** org-export-filter-plain-text-functions =nil=
734    :PROPERTIES:
735    :CUSTOM_ID: org-export-filter-plain-text-functions
736    :END:
737 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
738 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-plain-text-functions][Find modifications in git logs]]
740 : List of functions applied to plain text.
741 : Each filter is called with three arguments: a string which
742 : contains no Org syntax, the back-end, as a symbol, and the
743 : communication channel, as a plist.  It must return a string or
744 : nil.
746 ** org-agenda-after-show-hook =nil=
747    :PROPERTIES:
748    :CUSTOM_ID: org-agenda-after-show-hook
749    :END:
750 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
751 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-after-show-hook][Find modifications in git logs]]
753 : Normal hook run after an item has been shown from the agenda.
754 : Point is in the buffer where the item originated.
756 ** org-timer-start-hook =nil=
757    :PROPERTIES:
758    :CUSTOM_ID: org-timer-start-hook
759    :END:
760 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
761 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-start-hook][Find modifications in git logs]]
763 : Hook run after relative timer is started.
765 ** org-shiftleft-final-hook =nil=
766    :PROPERTIES:
767    :CUSTOM_ID: org-shiftleft-final-hook
768    :END:
769 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
770 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftleft-final-hook][Find modifications in git logs]]
772 : Hook for functions attaching themselves to `S-left'.
773 : This one runs after all other options except shift-select have been excluded.
774 : See `org-ctrl-c-ctrl-c-hook' for more information.
776 ** org-agenda-mode-hook =nil=
777    :PROPERTIES:
778    :CUSTOM_ID: org-agenda-mode-hook
779    :END:
780 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
781 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-mode-hook][Find modifications in git logs]]
783 : Hook run after `org-agenda-mode' is turned on.
784 : The buffer is still writable when this hook is called.
786 ** org-occur-hook =(funcall (function (closure (f...=
787    :PROPERTIES:
788    :CUSTOM_ID: org-occur-hook
789    :END:
790 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
791 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-occur-hook][Find modifications in git logs]]
793 : Hook that is run after `org-occur' has constructed a sparse tree.
794 : This can be used to recenter the window to show as much of the structure
795 : as possible.
797 ** org-agenda-cleanup-fancy-diary-hook =nil=
798    :PROPERTIES:
799    :CUSTOM_ID: org-agenda-cleanup-fancy-diary-hook
800    :END:
801 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
802 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-cleanup-fancy-diary-hook][Find modifications in git logs]]
804 : Hook run when the fancy diary buffer is cleaned up.
806 ** org-export-filter-item-functions =nil=
807    :PROPERTIES:
808    :CUSTOM_ID: org-export-filter-item-functions
809    :END:
810 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
811 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-item-functions][Find modifications in git logs]]
813 : List of functions applied to a transcoded item.
814 : Each filter is called with three arguments: the transcoded data,
815 : as a string, the back-end, as a symbol, and the communication
816 : channel, as a plist.  It must return a string or nil.
818 ** org-export-filter-inlinetask-functions =nil=
819    :PROPERTIES:
820    :CUSTOM_ID: org-table-follow-field-mode-off-hook
821    :END:
822 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
823 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-inlinetask-functions][Find modifications in git logs]]
825 : List of functions applied to a transcoded inlinetask.
826 : Each filter is called with three arguments: the transcoded data,
827 : as a string, the back-end, as a symbol, and the communication
828 : channel, as a plist.  It must return a string or nil.
830 ** org-mode-hook =(funcall (function (closure (f...=
831    :PROPERTIES:
832    :CUSTOM_ID: org-capture-mode-on-hook
833    :END:
834 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
835 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mode-hook][Find modifications in git logs]]
837 : Hook run after entering Org mode.
838 : No problems result if this variable is not bound.
839 : `add-hook' automatically binds it.  (This is true for all hook variables.)
841 ** org-clock-in-prepare-hook =nil=
842    :PROPERTIES:
843    :CUSTOM_ID: org-clock-in-prepare-hook
844    :END:
845 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
846 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-in-prepare-hook][Find modifications in git logs]]
848 : Hook run when preparing the clock.
849 : This hook is run before anything happens to the task that
850 : you want to clock in.  For example, you can use this hook
851 : to add an effort property.
853 ** org-export-filter-headline-functions =nil=
854    :PROPERTIES:
855    :CUSTOM_ID: org-export-filter-headline-functions
856    :END:
857 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
858 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-headline-functions][Find modifications in git logs]]
860 : List of functions applied to a transcoded headline.
861 : Each filter is called with three arguments: the transcoded data,
862 : as a string, the back-end, as a symbol, and the communication
863 : channel, as a plist.  It must return a string or nil.
865 ** org-timer-set-hook =nil=
866    :PROPERTIES:
867    :CUSTOM_ID: org-timer-set-hook
868    :END:
869 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
870 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-set-hook][Find modifications in git logs]]
872 : Hook run after countdown timer is set.
874 ** org-export-filter-table-cell-functions =nil=
875    :PROPERTIES:
876    :CUSTOM_ID: org-export-filter-table-cell-functions
877    :END:
878 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
879 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-table-cell-functions][Find modifications in git logs]]
881 : List of functions applied to a transcoded table-cell.
882 : Each filter is called with three arguments: the transcoded data,
883 : as a string, the back-end, as a symbol, and the communication
884 : channel, as a plist.  It must return a string or nil.
886 ** org-speed-command-hook =(funcall (function (closure (o...=
887    :PROPERTIES:
888    :CUSTOM_ID: org-speed-command-hook
889    :END:
890 - *Since:* Emacs version 24.1
891 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
892 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-speed-command-hook][Find modifications in git logs]]
894 : Hook for activating speed commands at strategic locations.
895 : Hook functions are called in sequence until a valid handler is
896 : found.
898 : Each hook takes a single argument, a user-pressed command key
899 : which is also a `self-insert-command' from the global map.
901 : Within the hook, examine the cursor position and the command key
902 : and return nil or a valid handler as appropriate.  Handler could
903 : be one of an interactive command, a function, or a form.
905 : Set `org-use-speed-commands' to non-nil value to enable this
906 : hook.  The default setting is `org-speed-command-activate'.
908 ** org-metaup-hook =nil=
909    :PROPERTIES:
910    :CUSTOM_ID: org-metaup-hook
911    :END:
912 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
913 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metaup-hook][Find modifications in git logs]]
915 : Hook for functions attaching themselves to `M-up'.
916 : See `org-ctrl-c-ctrl-c-hook' for more information.
918 ** org-ctrl-c-ctrl-c-hook =nil=
919    :PROPERTIES:
920    :CUSTOM_ID: org-ctrl-c-ctrl-c-hook
921    :END:
922 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
923 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-c-ctrl-c-hook][Find modifications in git logs]]
925 : Hook for functions attaching themselves to `C-c C-c'.
927 : This can be used to add additional functionality to the C-c C-c
928 : key which executes context-dependent commands.  This hook is run
929 : before any other test, while `org-ctrl-c-ctrl-c-final-hook' is
930 : run after the last test.
932 : Each function will be called with no arguments.  The function
933 : must check if the context is appropriate for it to act.  If yes,
934 : it should do its thing and then return a non-nil value.  If the
935 : context is wrong, just do nothing and return nil.
937 ** orgtbl-mode-hook =nil=
938    :PROPERTIES:
939    :CUSTOM_ID: orgtbl-mode-hook
940    :END:
941 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
942 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-mode-hook][Find modifications in git logs]]
944 : Hook run after entering or leaving `orgtbl-mode'.
945 : No problems result if this variable is not bound.
946 : `add-hook' automatically binds it.  (This is true for all hook variables.)
948 ** org-load-hook =(funcall (function (closure (f...=
949    :PROPERTIES:
950    :CUSTOM_ID: org-load-hook
951    :END:
952 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
953 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-load-hook][Find modifications in git logs]]
955 : Hook that is run after org.el has been loaded.
957 ** org-todo-statistics-hook =nil=
958    :PROPERTIES:
959    :CUSTOM_ID: org-todo-statistics-hook
960    :END:
961 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
962 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-statistics-hook][Find modifications in git logs]]
964 : Hook that is run whenever Org thinks TODO statistics should be updated.
965 : This hook runs even if there is no statistics cookie present, in which case
966 : `org-after-todo-statistics-hook' would not run.
968 ** org-pre-cycle-hook =(funcall (function (closure (f...=
969    :PROPERTIES:
970    :CUSTOM_ID: org-pre-cycle-hook
971    :END:
972 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
973 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-pre-cycle-hook][Find modifications in git logs]]
975 : Hook that is run before visibility cycling is happening.
976 : The function(s) in this hook must accept a single argument which indicates
977 : the new state that will be set right after running this hook.  The
978 : argument is a symbol.  Before a global state change, it can have the values
979 : `overview', `content', or `all'.  Before a local state change, it can have
980 : the values `folded', `children', or `subtree'.
982 ** org-export-filter-planning-functions =nil=
983    :PROPERTIES:
984    :CUSTOM_ID: org-export-filter-planning-functions
985    :END:
986 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
987 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-planning-functions][Find modifications in git logs]]
989 : List of functions applied to a transcoded planning.
990 : Each filter is called with three arguments: the transcoded data,
991 : as a string, the back-end, as a symbol, and the communication
992 : channel, as a plist.  It must return a string or nil.
994 ** org-export-filter-options-functions =nil=
995    :PROPERTIES:
996    :CUSTOM_ID: org-export-filter-options-functions
997    :END:
998 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
999 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-options-functions][Find modifications in git logs]]
1001 : List of functions applied to the export options.
1002 : Each filter is called with two arguments: the export options, as
1003 : a plist, and the back-end, as a symbol.  It must return
1004 : a property list containing export options.
1006 ** orgstruct-setup-hook =(funcall (function (closure (o...=
1007    :PROPERTIES:
1008    :CUSTOM_ID: org-cdlatex-mode-off-hook
1009    :END:
1010 - *Since:* Emacs version 24.4
1011 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1012 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgstruct-setup-hook][Find modifications in git logs]]
1014 : Hook run after orgstruct-mode-map is filled.
1016 ** org-capture-after-finalize-hook =(funcall (function (closure (o...=
1017    :PROPERTIES:
1018    :CUSTOM_ID: org-capture-after-finalize-hook
1019    :END:
1020 - *Since:* Emacs version 24.1
1021 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
1022 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-after-finalize-hook][Find modifications in git logs]]
1024 : Hook that is run right after a capture process is finalized.
1025 : Suitable for window cleanup.
1027 ** org-mobile-before-process-capture-hook =nil=
1028    :PROPERTIES:
1029    :CUSTOM_ID: org-mobile-before-process-capture-hook
1030    :END:
1031 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
1032 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-before-process-capture-hook][Find modifications in git logs]]
1034 : Hook that is run after content was moved to `org-mobile-inbox-for-pull'.
1035 : The inbox file is visited by the current buffer, and the buffer is
1036 : narrowed to the newly captured data.
1038 ** org-export-filter-statistics-cookie-functions =nil=
1039    :PROPERTIES:
1040    :CUSTOM_ID: org-export-filter-statistics-cookie-functions
1041    :END:
1042 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1043 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-statistics-cookie-functions][Find modifications in git logs]]
1045 : List of functions applied to a transcoded statistics-cookie.
1046 : Each filter is called with three arguments: the transcoded data,
1047 : as a string, the back-end, as a symbol, and the communication
1048 : channel, as a plist.  It must return a string or nil.
1050 ** org-export-filter-dynamic-block-functions =nil=
1051    :PROPERTIES:
1052    :CUSTOM_ID: org-export-filter-dynamic-block-functions
1053    :END:
1054 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1055 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-dynamic-block-functions][Find modifications in git logs]]
1057 : List of functions applied to a transcoded dynamic-block.
1058 : Each filter is called with three arguments: the transcoded data,
1059 : as a string, the back-end, as a symbol, and the communication
1060 : channel, as a plist.  It must return a string or nil.
1062 ** org-export-filter-quote-block-functions =nil=
1063    :PROPERTIES:
1064    :CUSTOM_ID: org-export-filter-quote-block-functions
1065    :END:
1066 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1067 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-quote-block-functions][Find modifications in git logs]]
1069 : List of functions applied to a transcoded quote block.
1070 : Each filter is called with three arguments: the transcoded quote
1071 : data, as a string, the back-end, as a symbol, and the
1072 : communication channel, as a plist.  It must return a string or
1073 : nil.
1075 ** org-mobile-post-push-hook =nil=
1076    :PROPERTIES:
1077    :CUSTOM_ID: org-mobile-post-push-hook
1078    :END:
1079 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
1080 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-post-push-hook][Find modifications in git logs]]
1082 : Hook run after running `org-mobile-push'.
1083 : If Emacs does not have direct write access to the WebDAV directory used
1084 : by the mobile device, this hook should be used to copy all files from the
1085 : local staging directory `org-mobile-directory' to the WebDAV directory,
1086 : for example using `rsync' or `scp'.
1088 ** org-export-before-processing-hook =nil=
1089    :PROPERTIES:
1090    :CUSTOM_ID: org-export-before-processing-hook
1091    :END:
1092 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1093 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-before-processing-hook][Find modifications in git logs]]
1095 : Hook run at the beginning of the export process.
1097 : This is run before include keywords and macros are expanded and
1098 : Babel code blocks executed, on a copy of the original buffer
1099 : being exported.  Visibility and narrowing are preserved.  Point
1100 : is at the beginning of the buffer.
1102 : Every function in this hook will be called with one argument: the
1103 : back-end currently used, as a symbol.
1105 ** org-export-filter-clock-functions =nil=
1106    :PROPERTIES:
1107    :CUSTOM_ID: org-export-filter-clock-functions
1108    :END:
1109 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1110 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-clock-functions][Find modifications in git logs]]
1112 : List of functions applied to a transcoded clock.
1113 : Each filter is called with three arguments: the transcoded data,
1114 : as a string, the back-end, as a symbol, and the communication
1115 : channel, as a plist.  It must return a string or nil.
1117 ** org-export-filter-superscript-functions =nil=
1118    :PROPERTIES:
1119    :CUSTOM_ID: org-export-filter-superscript-functions
1120    :END:
1121 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1122 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-superscript-functions][Find modifications in git logs]]
1124 : List of functions applied to a transcoded superscript.
1125 : Each filter is called with three arguments: the transcoded data,
1126 : as a string, the back-end, as a symbol, and the communication
1127 : channel, as a plist.  It must return a string or nil.
1129 ** org-export-filter-verbatim-functions =nil=
1130    :PROPERTIES:
1131    :CUSTOM_ID: org-export-filter-verbatim-functions
1132    :END:
1133 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1134 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-verbatim-functions][Find modifications in git logs]]
1136 : List of functions applied to transcoded verbatim text.
1137 : Each filter is called with three arguments: the transcoded data,
1138 : as a string, the back-end, as a symbol, and the communication
1139 : channel, as a plist.  It must return a string or nil.
1141 ** org-export-filter-radio-target-functions =nil=
1142    :PROPERTIES:
1143    :CUSTOM_ID: org-export-filter-radio-target-functions
1144    :END:
1145 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1146 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-radio-target-functions][Find modifications in git logs]]
1148 : List of functions applied to a transcoded radio-target.
1149 : Each filter is called with three arguments: the transcoded data,
1150 : as a string, the back-end, as a symbol, and the communication
1151 : channel, as a plist.  It must return a string or nil.
1153 ** org-export-filter-footnote-definition-functions =nil=
1154    :PROPERTIES:
1155    :CUSTOM_ID: org-export-filter-footnote-definition-functions
1156    :END:
1157 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1158 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-footnote-definition-functions][Find modifications in git logs]]
1160 : List of functions applied to a transcoded footnote-definition.
1161 : Each filter is called with three arguments: the transcoded data,
1162 : as a string, the back-end, as a symbol, and the communication
1163 : channel, as a plist.  It must return a string or nil.
1165 ** org-cdlatex-mode-hook =nil=
1166    :PROPERTIES:
1167    :CUSTOM_ID: org-cdlatex-mode-hook
1168    :END:
1169 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1170 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cdlatex-mode-hook][Find modifications in git logs]]
1172 : Hook run after entering or leaving `org-cdlatex-mode'.
1173 : No problems result if this variable is not bound.
1174 : `add-hook' automatically binds it.  (This is true for all hook variables.)
1176 ** org-export-filter-center-block-functions =nil=
1177    :PROPERTIES:
1178    :CUSTOM_ID: org-export-filter-center-block-functions
1179    :END:
1180 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1181 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-center-block-functions][Find modifications in git logs]]
1183 : List of functions applied to a transcoded center block.
1184 : Each filter is called with three arguments: the transcoded data,
1185 : as a string, the back-end, as a symbol, and the communication
1186 : channel, as a plist.  It must return a string or nil.
1188 ** org-export-filter-plain-list-functions =nil=
1189    :PROPERTIES:
1190    :CUSTOM_ID: org-export-filter-plain-list-functions
1191    :END:
1192 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1193 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-plain-list-functions][Find modifications in git logs]]
1195 : List of functions applied to a transcoded plain-list.
1196 : Each filter is called with three arguments: the transcoded data,
1197 : as a string, the back-end, as a symbol, and the communication
1198 : channel, as a plist.  It must return a string or nil.
1200 ** org-export-filter-strike-through-functions =nil=
1201    :PROPERTIES:
1202    :CUSTOM_ID: org-export-filter-strike-through-functions
1203    :END:
1204 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1205 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-strike-through-functions][Find modifications in git logs]]
1207 : List of functions applied to transcoded strike-through text.
1208 : Each filter is called with three arguments: the transcoded data,
1209 : as a string, the back-end, as a symbol, and the communication
1210 : channel, as a plist.  It must return a string or nil.
1212 ** org-export-filter-parse-tree-functions =nil=
1213    :PROPERTIES:
1214    :CUSTOM_ID: org-export-filter-parse-tree-functions
1215    :END:
1216 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1217 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-parse-tree-functions][Find modifications in git logs]]
1219 : List of functions applied to the parsed tree.
1220 : Each filter is called with three arguments: the parse tree, as
1221 : returned by `org-element-parse-buffer', the back-end, as
1222 : a symbol, and the communication channel, as a plist.  It must
1223 : return the modified parse tree to transcode.
1225 ** org-publish-after-publishing-hook =nil=
1226    :PROPERTIES:
1227    :CUSTOM_ID: org-publish-after-publishing-hook
1228    :END:
1229 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
1230 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-after-publishing-hook][Find modifications in git logs]]
1232 : Hook run each time a file is published.
1233 : Every function in this hook will be called with two arguments:
1234 : the name of the original file and the name of the file
1235 : produced.
1237 ** org-clock-out-hook =nil=
1238    :PROPERTIES:
1239    :CUSTOM_ID: org-clock-out-hook
1240    :END:
1241 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
1242 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-out-hook][Find modifications in git logs]]
1244 : Hook run when stopping the current clock.
1246 ** org-follow-link-hook =(funcall (function (closure (f...=
1247    :PROPERTIES:
1248    :CUSTOM_ID: org-cdlatex-mode-on-hook
1249    :END:
1250 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1251 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-follow-link-hook][Find modifications in git logs]]
1253 : Hook that is run after a link has been followed.
1255 ** org-metareturn-hook =nil=
1256    :PROPERTIES:
1257    :CUSTOM_ID: org-metareturn-hook
1258    :END:
1259 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1260 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metareturn-hook][Find modifications in git logs]]
1262 : Hook for functions attaching themselves to `M-RET'.
1263 : See `org-ctrl-c-ctrl-c-hook' for more information.
1265 ** org-after-demote-entry-hook =nil=
1266    :PROPERTIES:
1267    :CUSTOM_ID: org-after-demote-entry-hook
1268    :END:
1269 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1270 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-demote-entry-hook][Find modifications in git logs]]
1272 : Hook run after an entry has been demoted.
1273 : The cursor will be at the beginning of the entry.
1274 : When a subtree is being demoted, the hook will be called for each node.
1276 ** org-shiftdown-final-hook =nil=
1277    :PROPERTIES:
1278    :CUSTOM_ID: org-shiftdown-final-hook
1279    :END:
1280 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1281 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftdown-final-hook][Find modifications in git logs]]
1283 : Hook for functions attaching themselves to `S-down'.
1284 : This one runs after all other options except shift-select have been excluded.
1285 : See `org-ctrl-c-ctrl-c-hook' for more information.
1287 ** org-export-filter-table-row-functions =nil=
1288    :PROPERTIES:
1289    :CUSTOM_ID: org-export-filter-table-row-functions
1290    :END:
1291 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1292 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-table-row-functions][Find modifications in git logs]]
1294 : List of functions applied to a transcoded table-row.
1295 : Each filter is called with three arguments: the transcoded data,
1296 : as a string, the back-end, as a symbol, and the communication
1297 : channel, as a plist.  It must return a string or nil.
1299 ** org-beamer-mode-hook =nil=
1300    :PROPERTIES:
1301    :CUSTOM_ID: org-beamer-mode-hook
1302    :END:
1303 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
1304 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-mode-hook][Find modifications in git logs]]
1306 : Hook run after entering or leaving `org-beamer-mode'.
1307 : No problems result if this variable is not bound.
1308 : `add-hook' automatically binds it.  (This is true for all hook variables.)
1310 ** org-after-promote-entry-hook =nil=
1311    :PROPERTIES:
1312    :CUSTOM_ID: org-store-link-functions
1313    :END:
1314 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1315 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-promote-entry-hook][Find modifications in git logs]]
1317 : Hook run after an entry has been promoted.
1318 : The cursor will be at the beginning of the entry.
1319 : When a subtree is being promoted, the hook will be called for each node.
1321 ** org-after-tags-change-hook =nil=
1322    :PROPERTIES:
1323    :CUSTOM_ID: org-after-tags-change-hook
1324    :END:
1325 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1326 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-tags-change-hook][Find modifications in git logs]]
1328 : Hook that is run after the tags in a line have changed.
1330 ** org-after-refile-insert-hook =nil=
1331    :PROPERTIES:
1332    :CUSTOM_ID: org-after-refile-insert-hook
1333    :END:
1334 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1335 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-after-refile-insert-hook][Find modifications in git logs]]
1337 : Hook run after `org-refile' has inserted its stuff at the new location.
1338 : Note that this is still *before* the stuff will be removed from
1339 : the *old* location.
1341 ** org-export-filter-drawer-functions =nil=
1342    :PROPERTIES:
1343    :CUSTOM_ID: org-export-filter-drawer-functions
1344    :END:
1345 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1346 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-drawer-functions][Find modifications in git logs]]
1348 : List of functions applied to a transcoded drawer.
1349 : Each filter is called with three arguments: the transcoded data,
1350 : as a string, the back-end, as a symbol, and the communication
1351 : channel, as a plist.  It must return a string or nil.
1353 ** org-export-filter-example-block-functions =nil=
1354    :PROPERTIES:
1355    :CUSTOM_ID: org-indent-mode-off-hook
1356    :END:
1357 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1358 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-example-block-functions][Find modifications in git logs]]
1360 : List of functions applied to a transcoded example-block.
1361 : Each filter is called with three arguments: the transcoded data,
1362 : as a string, the back-end, as a symbol, and the communication
1363 : channel, as a plist.  It must return a string or nil.
1365 ** org-capture-before-finalize-hook =(funcall (function (closure (o...=
1366    :PROPERTIES:
1367    :CUSTOM_ID: org-capture-before-finalize-hook
1368    :END:
1369 - *Since:* Emacs version 24.1
1370 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
1371 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-before-finalize-hook][Find modifications in git logs]]
1373 : Hook that is run right before a capture process is finalized.
1374 : The capture buffer is still current when this hook runs and it is
1375 : widened to the entire buffer.
1377 ** org-execute-file-search-functions =nil=
1378    :PROPERTIES:
1379    :CUSTOM_ID: org-execute-file-search-functions
1380    :END:
1381 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1382 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-execute-file-search-functions][Find modifications in git logs]]
1384 : List of functions to execute a file search triggered by a link.
1386 : Functions added to this hook must accept a single argument, the
1387 : search string that was part of the file link, the part after the
1388 : double colon.  The function must first check if it would like to
1389 : handle this search, for example by checking the `major-mode' or
1390 : the file extension.  If it decides not to handle this search, it
1391 : should just return nil to give other functions a chance.  If it
1392 : does handle the search, it must return a non-nil value to keep
1393 : other functions from trying.
1395 : Each function can access the current prefix argument through the
1396 : variable `current-prefix-arg'.  Note that a single prefix is used
1397 : to force opening a link in Emacs, so it may be good to only use a
1398 : numeric or double prefix to guide the search function.
1400 : In case this is needed, a function in this hook can also restore
1401 : the window configuration before `org-open-at-point' was called using:
1403 :     (set-window-configuration org-window-config-before-follow-link)
1405 ** org-export-filter-export-snippet-functions =nil=
1406    :PROPERTIES:
1407    :CUSTOM_ID: org-export-filter-export-snippet-functions
1408    :END:
1409 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1410 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-export-snippet-functions][Find modifications in git logs]]
1412 : List of functions applied to a transcoded export-snippet.
1413 : Each filter is called with three arguments: the transcoded data,
1414 : as a string, the back-end, as a symbol, and the communication
1415 : channel, as a plist.  It must return a string or nil.
1417 ** org-timer-pause-hook =nil=
1418    :PROPERTIES:
1419    :CUSTOM_ID: org-timer-pause-hook
1420    :END:
1421 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
1422 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-pause-hook][Find modifications in git logs]]
1424 : Hook run before relative or countdown timer is paused.
1426 ** org-agenda-bulk-custom-functions =nil=
1427    :PROPERTIES:
1428    :CUSTOM_ID: org-agenda-bulk-custom-functions
1429    :END:
1430 - *Since:* Emacs version 24.1
1431 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
1432 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-custom-functions][Find modifications in git logs]]
1434 : Alist of characters and custom functions for bulk actions.
1435 : For example, this value makes those two functions available:
1437 :   \='((?R set-category)
1438 :     (?C bulk-cut))
1440 : With selected entries in an agenda buffer, `B R' will call
1441 : the custom function `set-category' on the selected entries.
1442 : Note that functions in this alist don't need to be quoted.
1444 ** org-export-filter-babel-call-functions =nil=
1445    :PROPERTIES:
1446    :CUSTOM_ID: org-export-filter-babel-call-functions
1447    :END:
1448 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1449 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-babel-call-functions][Find modifications in git logs]]
1451 : List of functions applied to a transcoded babel-call.
1452 : Each filter is called with three arguments: the transcoded data,
1453 : as a string, the back-end, as a symbol, and the communication
1454 : channel, as a plist.  It must return a string or nil.
1456 ** org-reveal-start-hook =nil=
1457    :PROPERTIES:
1458    :CUSTOM_ID: org-reveal-start-hook
1459    :END:
1460 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1461 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-reveal-start-hook][Find modifications in git logs]]
1463 : Hook run before revealing a location.
1465 ** org-export-filter-latex-fragment-functions =nil=
1466    :PROPERTIES:
1467    :CUSTOM_ID: org-export-filter-latex-fragment-functions
1468    :END:
1469 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1470 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-latex-fragment-functions][Find modifications in git logs]]
1472 : List of functions applied to a transcoded latex-fragment.
1473 : Each filter is called with three arguments: the transcoded data,
1474 : as a string, the back-end, as a symbol, and the communication
1475 : channel, as a plist.  It must return a string or nil.
1477 ** org-export-filter-latex-environment-functions =nil=
1478    :PROPERTIES:
1479    :CUSTOM_ID: org-export-filter-latex-environment-functions
1480    :END:
1481 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1482 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-latex-environment-functions][Find modifications in git logs]]
1484 : List of functions applied to a transcoded latex-environment.
1485 : Each filter is called with three arguments: the transcoded data,
1486 : as a string, the back-end, as a symbol, and the communication
1487 : channel, as a plist.  It must return a string or nil.
1489 ** org-tab-after-check-for-cycling-hook =nil=
1490    :PROPERTIES:
1491    :CUSTOM_ID: org-tab-after-check-for-cycling-hook
1492    :END:
1493 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1494 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tab-after-check-for-cycling-hook][Find modifications in git logs]]
1496 : Hook for functions to attach themselves to TAB.
1497 : See `org-ctrl-c-ctrl-c-hook' for more information.
1498 : This hook runs after it has been established that not table field motion and
1499 : not visibility should be done because of current context.  This is probably
1500 : the place where a package like yasnippets can hook in.
1502 ** org-log-buffer-setup-hook =(funcall (function (closure (f...=
1503    :PROPERTIES:
1504    :CUSTOM_ID: org-log-buffer-setup-hook
1505    :END:
1506 - *Since:* Emacs version 24.1
1507 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1508 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-buffer-setup-hook][Find modifications in git logs]]
1510 : Hook that is run after an Org log buffer is created.
1512 ** org-babel-tangle-body-hook =(funcall (function (closure (t...=
1513    :PROPERTIES:
1514    :CUSTOM_ID: org-babel-tangle-body-hook
1515    :END:
1516 - *Since:* Emacs version 24.1
1517 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
1518 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-body-hook][Find modifications in git logs]]
1520 : Hook run over the contents of each code block body.
1522 ** org-export-filter-timestamp-functions =nil=
1523    :PROPERTIES:
1524    :CUSTOM_ID: org-export-filter-timestamp-functions
1525    :END:
1526 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1527 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-timestamp-functions][Find modifications in git logs]]
1529 : List of functions applied to a transcoded timestamp.
1530 : Each filter is called with three arguments: the transcoded data,
1531 : as a string, the back-end, as a symbol, and the communication
1532 : channel, as a plist.  It must return a string or nil.
1534 ** org-export-filter-fixed-width-functions =nil=
1535    :PROPERTIES:
1536    :CUSTOM_ID: org-export-filter-fixed-width-functions
1537    :END:
1538 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1539 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-fixed-width-functions][Find modifications in git logs]]
1541 : List of functions applied to a transcoded fixed-width.
1542 : Each filter is called with three arguments: the transcoded data,
1543 : as a string, the back-end, as a symbol, and the communication
1544 : channel, as a plist.  It must return a string or nil.
1546 ** org-insert-heading-hook =(funcall (function (closure (f...=
1547    :PROPERTIES:
1548    :CUSTOM_ID: org-insert-heading-hook
1549    :END:
1550 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1551 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-heading-hook][Find modifications in git logs]]
1553 : Hook being run after inserting a new heading.
1555 ** org-shiftmetadown-hook =nil=
1556    :PROPERTIES:
1557    :CUSTOM_ID: org-shiftmetadown-hook
1558    :END:
1559 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1560 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetadown-hook][Find modifications in git logs]]
1562 : Hook for functions attaching themselves to `M-S-down'.
1563 : See `org-ctrl-c-ctrl-c-hook' for more information.
1565 ** org-shiftup-hook =nil=
1566    :PROPERTIES:
1567    :CUSTOM_ID: org-shiftup-hook
1568    :END:
1569 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1570 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftup-hook][Find modifications in git logs]]
1572 : Hook for functions attaching themselves to `S-up'.
1573 : See `org-ctrl-c-ctrl-c-hook' for more information.
1575 ** org-shiftmetaleft-hook =nil=
1576    :PROPERTIES:
1577    :CUSTOM_ID: org-shiftmetaleft-hook
1578    :END:
1579 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1580 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetaleft-hook][Find modifications in git logs]]
1582 : Hook for functions attaching themselves to `M-S-left'.
1583 : See `org-ctrl-c-ctrl-c-hook' for more information.
1585 ** org-lint--report-mode-hook =nil=
1586    :PROPERTIES:
1587    :CUSTOM_ID: org-lint--report-mode-hook
1588    :END:
1589 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
1590 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint--report-mode-hook][Find modifications in git logs]]
1592 : Hook run after entering OrgLint mode.
1593 : No problems result if this variable is not bound.
1594 : `add-hook' automatically binds it.  (This is true for all hook variables.)
1596 ** org-ctags-open-link-functions =(funcall (function (closure (t...=
1597    :PROPERTIES:
1598    :CUSTOM_ID: org-ctags-open-link-functions
1599    :END:
1600 - *Since:* Emacs version 24.1
1601 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
1602 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-open-link-functions][Find modifications in git logs]]
1604 : List of functions to be prepended to ORG-OPEN-LINK-FUNCTIONS when ORG-CTAGS is active.
1606 ** org-babel-post-tangle-hook =(funcall (function (closure (t...=
1607    :PROPERTIES:
1608    :CUSTOM_ID: org-babel-post-tangle-hook
1609    :END:
1610 - *Since:* Emacs version 24.1
1611 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
1612 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-post-tangle-hook][Find modifications in git logs]]
1614 : Hook run in code files tangled by `org-babel-tangle'.
1616 ** org-tab-first-hook =nil=
1617    :PROPERTIES:
1618    :CUSTOM_ID: org-tab-first-hook
1619    :END:
1620 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1621 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tab-first-hook][Find modifications in git logs]]
1623 : Hook for functions to attach themselves to TAB.
1624 : See `org-ctrl-c-ctrl-c-hook' for more information.
1625 : This hook runs as the first action when TAB is pressed, even before
1626 : `org-cycle' messes around with the `outline-regexp' to cater for
1627 : inline tasks and plain list item folding.
1628 : If any function in this hook returns t, any other actions that
1629 : would have been caused by TAB (such as table field motion or visibility
1630 : cycling) will not occur.
1632 ** org-agenda-finalize-hook =nil=
1633    :PROPERTIES:
1634    :CUSTOM_ID: org-agenda-finalize-hook
1635    :END:
1636 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
1637 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-finalize-hook][Find modifications in git logs]]
1639 : Hook run just before displaying an agenda buffer.
1640 : The buffer is still writable when the hook is called.
1642 : You can modify some of the buffer substrings but you should be
1643 : extra careful not to modify the text properties of the agenda
1644 : headlines as the agenda display heavily relies on them.
1646 ** org-clock-goto-hook =nil=
1647    :PROPERTIES:
1648    :CUSTOM_ID: org-clock-goto-hook
1649    :END:
1650 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
1651 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-goto-hook][Find modifications in git logs]]
1653 : Hook run when selecting the currently clocked-in entry.
1655 ** orgtbl-after-send-table-hook =nil=
1656    :PROPERTIES:
1657    :CUSTOM_ID: orgtbl-after-send-table-hook
1658    :END:
1659 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
1660 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-after-send-table-hook][Find modifications in git logs]]
1662 : Hook for functions attaching to `C-c C-c', if the table is sent.
1663 : This can be used to add additional functionality after the table is sent
1664 : to the receiver position, otherwise, if table is not sent, the functions
1665 : are not run.
1667 ** org-export-filter-footnote-reference-functions =nil=
1668    :PROPERTIES:
1669    :CUSTOM_ID: org-export-filter-footnote-reference-functions
1670    :END:
1671 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1672 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-footnote-reference-functions][Find modifications in git logs]]
1674 : List of functions applied to a transcoded footnote-reference.
1675 : Each filter is called with three arguments: the transcoded data,
1676 : as a string, the back-end, as a symbol, and the communication
1677 : channel, as a plist.  It must return a string or nil.
1679 ** org-export-filter-line-break-functions =nil=
1680    :PROPERTIES:
1681    :CUSTOM_ID: org-export-filter-line-break-functions
1682    :END:
1683 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1684 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-line-break-functions][Find modifications in git logs]]
1686 : List of functions applied to a transcoded line-break.
1687 : Each filter is called with three arguments: the transcoded data,
1688 : as a string, the back-end, as a symbol, and the communication
1689 : channel, as a plist.  It must return a string or nil.
1691 ** org-export-filter-inline-babel-call-functions =nil=
1692    :PROPERTIES:
1693    :CUSTOM_ID: org-export-filter-inline-babel-call-functions
1694    :END:
1695 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1696 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-inline-babel-call-functions][Find modifications in git logs]]
1698 : List of functions applied to a transcoded inline-babel-call.
1699 : Each filter is called with three arguments: the transcoded data,
1700 : as a string, the back-end, as a symbol, and the communication
1701 : channel, as a plist.  It must return a string or nil.
1703 ** org-font-lock-set-keywords-hook =nil=
1704    :PROPERTIES:
1705    :CUSTOM_ID: org-font-lock-set-keywords-hook
1706    :END:
1707 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1708 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-font-lock-set-keywords-hook][Find modifications in git logs]]
1710 : Functions that can manipulate `org-font-lock-extra-keywords'.
1711 : This is called after `org-font-lock-extra-keywords' is defined, but before
1712 : it is installed to be used by font lock.  This can be useful if something
1713 : needs to be inserted at a specific position in the font-lock sequence.
1715 ** org-mobile-pre-pull-hook =nil=
1716    :PROPERTIES:
1717    :CUSTOM_ID: org-mobile-pre-pull-hook
1718    :END:
1719 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
1720 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-pre-pull-hook][Find modifications in git logs]]
1722 : Hook run before executing `org-mobile-pull'.
1723 : If Emacs does not have direct write access to the WebDAV directory used
1724 : by the mobile device, this hook should be used to copy the capture file
1725 : `mobileorg.org' from the WebDAV location to the local staging
1726 : directory `org-mobile-directory'.
1728 ** org-font-lock-hook =nil=
1729    :PROPERTIES:
1730    :CUSTOM_ID: org-font-lock-hook
1731    :END:
1732 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1733 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-font-lock-hook][Find modifications in git logs]]
1735 : Functions to be called for special font lock stuff.
1737 ** org-export-filter-final-output-functions =nil=
1738    :PROPERTIES:
1739    :CUSTOM_ID: orgstruct-mode-on-hook
1740    :END:
1741 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1742 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-final-output-functions][Find modifications in git logs]]
1744 : List of functions applied to the transcoded string.
1745 : Each filter is called with three arguments: the full transcoded
1746 : string, the back-end, as a symbol, and the communication channel,
1747 : as a plist.  It must return a string that will be used as the
1748 : final export output.
1750 ** org-indent-mode-hook =nil=
1751    :PROPERTIES:
1752    :CUSTOM_ID: org-indent-mode-hook
1753    :END:
1754 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
1755 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-mode-hook][Find modifications in git logs]]
1757 : Hook run after entering or leaving `org-indent-mode'.
1758 : No problems result if this variable is not bound.
1759 : `add-hook' automatically binds it.  (This is true for all hook variables.)
1761 ** org-export-filter-special-block-functions =nil=
1762    :PROPERTIES:
1763    :CUSTOM_ID: org-export-filter-special-block-functions
1764    :END:
1765 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1766 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-special-block-functions][Find modifications in git logs]]
1768 : List of functions applied to a transcoded special block.
1769 : Each filter is called with three arguments: the transcoded data,
1770 : as a string, the back-end, as a symbol, and the communication
1771 : channel, as a plist.  It must return a string or nil.
1773 ** org-export-filter-table-functions =nil=
1774    :PROPERTIES:
1775    :CUSTOM_ID: org-export-filter-table-functions
1776    :END:
1777 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1778 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-table-functions][Find modifications in git logs]]
1780 : List of functions applied to a transcoded table.
1781 : Each filter is called with three arguments: the transcoded data,
1782 : as a string, the back-end, as a symbol, and the communication
1783 : channel, as a plist.  It must return a string or nil.
1785 ** org-feed-after-adding-hook =(funcall (function (closure (t...=
1786    :PROPERTIES:
1787    :CUSTOM_ID: org-feed-after-adding-hook
1788    :END:
1789 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
1790 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-after-adding-hook][Find modifications in git logs]]
1792 : Hook that is run after new items have been added to a file.
1793 : Depending on `org-feed-save-after-adding', the buffer will already
1794 : have been saved.
1796 ** org-trigger-hook =nil=
1797    :PROPERTIES:
1798    :CUSTOM_ID: org-trigger-hook
1799    :END:
1800 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1801 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-trigger-hook][Find modifications in git logs]]
1803 : Hook for functions that are triggered by a state change.
1805 : Each function gets as its single argument a property list with at
1806 : least the following elements:
1808 :  (:type type-of-change :position pos-at-entry-start
1809 :   :from old-state :to new-state)
1811 : Depending on the type, more properties may be present.
1813 : This mechanism is currently implemented for:
1815 : TODO state changes
1816 : ------------------
1817 : :type  todo-state-change
1818 : :from  previous state (keyword as a string), or nil, or a symbol
1819 :        `todo' or `done', to indicate the general type of state.
1820 : :to    new state, like in :from
1822 ** org-blocker-hook =nil=
1823    :PROPERTIES:
1824    :CUSTOM_ID: org-export-filter-apply-functions
1825    :END:
1826 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1827 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-blocker-hook][Find modifications in git logs]]
1829 : Hook for functions that are allowed to block a state change.
1831 : Functions in this hook should not modify the buffer.
1832 : Each function gets as its single argument a property list,
1833 : see `org-trigger-hook' for more information about this list.
1835 : If any of the functions in this hook returns nil, the state change
1836 : is blocked.
1838 ** org-export-filter-src-block-functions =nil=
1839    :PROPERTIES:
1840    :CUSTOM_ID: org-export-filter-src-block-functions
1841    :END:
1842 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1843 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-src-block-functions][Find modifications in git logs]]
1845 : List of functions applied to a transcoded src-block.
1846 : Each filter is called with three arguments: the transcoded data,
1847 : as a string, the back-end, as a symbol, and the communication
1848 : channel, as a plist.  It must return a string or nil.
1850 ** org-tab-before-tab-emulation-hook =nil=
1851    :PROPERTIES:
1852    :CUSTOM_ID: org-babel-J-interleave-echos-except-functions
1853    :END:
1854 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1855 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tab-before-tab-emulation-hook][Find modifications in git logs]]
1857 : Hook for functions to attach themselves to TAB.
1858 : See `org-ctrl-c-ctrl-c-hook' for more information.
1859 : This hook runs after every other options for TAB have been exhausted, but
1860 : before indentation and         insertion takes place.
1862 ** org-export-filter-node-property-functions =nil=
1863    :PROPERTIES:
1864    :CUSTOM_ID: org-export-filter-node-property-functions
1865    :END:
1866 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1867 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-node-property-functions][Find modifications in git logs]]
1869 : List of functions applied to a transcoded node-property.
1870 : Each filter is called with three arguments: the transcoded data,
1871 : as a string, the back-end, as a symbol, and the communication
1872 : channel, as a plist.  It must return a string or nil.
1874 ** org-agenda-entry-text-cleanup-hook =nil=
1875    :PROPERTIES:
1876    :CUSTOM_ID: org-agenda-entry-text-cleanup-hook
1877    :END:
1878 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
1879 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-entry-text-cleanup-hook][Find modifications in git logs]]
1881 : Hook that is run after basic cleanup of entry text to be shown in agenda.
1882 : This cleanup is done in a temporary buffer, so the function may inspect and
1883 : change the entire buffer.
1884 : Some default stuff like drawers and scheduling/deadline dates will already
1885 : have been removed when this is called, as will any matches for regular
1886 : expressions listed in `org-agenda-entry-text-exclude-regexps'.
1888 ** org-create-file-search-functions =nil=
1889    :PROPERTIES:
1890    :CUSTOM_ID: org-create-file-search-functions
1891    :END:
1892 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1893 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-create-file-search-functions][Find modifications in git logs]]
1895 : List of functions to construct the right search string for a file link.
1896 : These functions are called in turn with point at the location to
1897 : which the link should point.
1899 : A function in the hook should first test if it would like to
1900 : handle this file type, for example by checking the `major-mode'
1901 : or the file extension.  If it decides not to handle this file, it
1902 : should just return nil to give other functions a chance.  If it
1903 : does handle the file, it must return the search string to be used
1904 : when following the link.  The search string will be part of the
1905 : file link, given after a double colon, and `org-open-at-point'
1906 : will automatically search for it.  If special measures must be
1907 : taken to make the search successful, another function should be
1908 : added to the companion hook `org-execute-file-search-functions',
1909 : which see.
1911 : A function in this hook may also use `setq' to set the variable
1912 : `description' to provide a suggestion for the descriptive text to
1913 : be used for this link when it gets inserted into an Org buffer
1914 : with \[org-insert-link].
1916 ** org-src-mode-hook =nil=
1917    :PROPERTIES:
1918    :CUSTOM_ID: org-src-mode-hook
1919    :END:
1920 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
1921 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-mode-hook][Find modifications in git logs]]
1923 : Hook run after entering or leaving `org-src-mode'.
1924 : No problems result if this variable is not bound.
1925 : `add-hook' automatically binds it.  (This is true for all hook variables.)
1927 ** org-export-filter-section-functions =nil=
1928    :PROPERTIES:
1929    :CUSTOM_ID: org-export-filter-section-functions
1930    :END:
1931 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1932 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-section-functions][Find modifications in git logs]]
1934 : List of functions applied to a transcoded section.
1935 : Each filter is called with three arguments: the transcoded data,
1936 : as a string, the back-end, as a symbol, and the communication
1937 : channel, as a plist.  It must return a string or nil.
1939 ** org-export-filter-verse-block-functions =nil=
1940    :PROPERTIES:
1941    :CUSTOM_ID: org-export-filter-verse-block-functions
1942    :END:
1943 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
1944 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-filter-verse-block-functions][Find modifications in git logs]]
1946 : List of functions applied to a transcoded verse block.
1947 : Each filter is called with three arguments: the transcoded data,
1948 : as a string, the back-end, as a symbol, and the communication
1949 : channel, as a plist.  It must return a string or nil.
1951 ** org-metadown-hook =nil=
1952    :PROPERTIES:
1953    :CUSTOM_ID: org-metadown-hook
1954    :END:
1955 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1956 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metadown-hook][Find modifications in git logs]]
1958 : Hook for functions attaching themselves to `M-down'.
1959 : See `org-ctrl-c-ctrl-c-hook' for more information.
1960 * Commands
1961   :PROPERTIES:
1962   :CUSTOM_ID: commands
1963   :END:
1965 ** org-agenda-previous-date-line =(&optional arg)=
1966    :PROPERTIES:
1967    :CUSTOM_ID: org-agenda-previous-date-line
1968    :END:
1970 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
1971 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-previous-date-line][Find modifications in git logs]]
1973 : Jump to the previous line indicating a date in agenda buffer.
1974 ** org-table-previous-field
1975    :PROPERTIES:
1976    :CUSTOM_ID: org-table-previous-field
1977    :END:
1979 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
1980 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-previous-field][Find modifications in git logs]]
1982 : Go to the previous field in the table.
1983 : Before doing so, re-align the table if necessary.
1984 ** org-time-stamp-inactive =(&optional arg)=
1985    :PROPERTIES:
1986    :CUSTOM_ID: org-time-stamp-inactive
1987    :END:
1989 - *Access:* ~C-c !, <menu-bar> <Org> <Dates and Scheduling> <Timestamp (inactive)>~
1990 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
1991 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-time-stamp-inactive][Find modifications in git logs]]
1993 : Insert an inactive time stamp.
1994 : An inactive time stamp is enclosed in square brackets instead of angle
1995 : brackets.  It is inactive in the sense that it does not trigger agenda entries,
1996 : does not link to the calendar and cannot be changed with the S-cursor keys.
1997 : So these are more for recording a certain time/date.
1998 ** org-edit-latex-environment
1999    :PROPERTIES:
2000    :CUSTOM_ID: org-edit-latex-environment
2001    :END:
2003 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
2004 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-latex-environment][Find modifications in git logs]]
2006 : Edit LaTeX environment at point.
2008 : The LaTeX environment is copied into a new buffer.  Major mode is
2009 : set to the one associated to "latex" in â€˜org-src-lang-modes’,
2010 : or to â€˜latex-mode’ if there is none.
2012 : When done, exit with â€˜C-c '’.  The edited text will then replace
2013 : the LaTeX environment in the Org mode buffer.
2014 ** org-table-move-column-left
2015    :PROPERTIES:
2016    :CUSTOM_ID: org-table-move-column-left
2017    :END:
2019 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2020 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-move-column-left][Find modifications in git logs]]
2022 : Move column to the left.
2023 ** org-switchb =(&optional arg)=
2024    :PROPERTIES:
2025    :CUSTOM_ID: org-switchb
2026    :END:
2028 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2029 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-switchb][Find modifications in git logs]]
2031 : Switch between Org buffers.
2033 : With â€˜C-u’ prefix, restrict available buffers to files.
2035 : With â€˜C-u C-u’ prefix, restrict available buffers to agenda files.
2036 ** org-do-demote
2037    :PROPERTIES:
2038    :CUSTOM_ID: org-do-demote
2039    :END:
2041 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2042 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-do-demote][Find modifications in git logs]]
2044 : Demote the current heading lower down the tree.
2045 : If the region is active in â€˜transient-mark-mode’, demote all
2046 : headings in the region.
2047 ** org-attach-reveal =(&optional if-exists)=
2048    :PROPERTIES:
2049    :CUSTOM_ID: org-attach-reveal
2050    :END:
2052 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
2053 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-reveal][Find modifications in git logs]]
2055 : Show the attachment directory of the current task.
2056 : This will attempt to use an external program to show the directory.
2057 ** org-lint--show-source
2058    :PROPERTIES:
2059    :CUSTOM_ID: org-lint--show-source
2060    :END:
2062 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
2063 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint--show-source][Find modifications in git logs]]
2065 : Show source line that generated the report at point.
2066 ** org-toggle-archive-tag =(&optional find-done)=
2067    :PROPERTIES:
2068    :CUSTOM_ID: org-toggle-archive-tag
2069    :END:
2071 - *Access:* ~C-c C-x a, <menu-bar> <Org> <Archive> <Toggle ARCHIVE tag>~
2072 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
2073 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-archive-tag][Find modifications in git logs]]
2075 : Toggle the archive tag for the current headline.
2076 : With prefix ARG, check all children of current headline and offer tagging
2077 : the children that do not contain any open TODO items.
2078 ** org-plot/collect-options =(&optional params)=
2079    :PROPERTIES:
2080    :CUSTOM_ID: org-plot/collect-options
2081    :END:
2083 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-plot.el][org-plot.el]]
2084 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-plot/collect-options][Find modifications in git logs]]
2086 : Collect options from an org-plot â€˜#+Plot:’ line.
2087 : Accepts an optional property list PARAMS, to which the options
2088 : will be added.  Returns the resulting property list.
2089 ** org-babel-lob-ingest =(&optional file)=
2090    :PROPERTIES:
2091    :CUSTOM_ID: org-babel-lob-ingest
2092    :END:
2094 - *Access:* ~C-c C-v i~
2095 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lob.el][ob-lob.el]]
2096 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lob-ingest][Find modifications in git logs]]
2098 : Add all named source blocks defined in FILE to â€˜org-babel-library-of-babel’.
2099 ** org-columns-delete
2100    :PROPERTIES:
2101    :CUSTOM_ID: org-columns-delete
2102    :END:
2104 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
2105 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-delete][Find modifications in git logs]]
2107 : Delete the column at point from columns view.
2108 ** org-beginning-of-item
2109    :PROPERTIES:
2110    :CUSTOM_ID: org-beginning-of-item
2111    :END:
2113 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
2114 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beginning-of-item][Find modifications in git logs]]
2116 : Go to the beginning of the current item.
2117 : Throw an error when not in a list.
2118 ** org-property-action
2119    :PROPERTIES:
2120    :CUSTOM_ID: org-property-action
2121    :END:
2123 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2124 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-property-action][Find modifications in git logs]]
2126 : Do an action on properties.
2127 ** org-eww-copy-for-org-mode
2128    :PROPERTIES:
2129    :CUSTOM_ID: org-eww-copy-for-org-mode
2130    :END:
2132 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-eww.el][org-eww.el]]
2133 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-eww-copy-for-org-mode][Find modifications in git logs]]
2135 : Copy current buffer content or active region with â€˜org-mode’ style links.
2136 : This will encode â€˜link-title’ and â€˜link-location’ with
2137 : â€˜org-make-link-string’, and insert the transformed test into the kill ring,
2138 : so that it can be yanked into an Org mode buffer with links working correctly.
2140 : Further lines starting with a star get quoted with a comma to keep
2141 : the structure of the Org file.
2142 ** org-drag-line-backward =(arg)=
2143    :PROPERTIES:
2144    :CUSTOM_ID: org-drag-line-backward
2145    :END:
2147 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2148 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-drag-line-backward][Find modifications in git logs]]
2150 : Drag the line at point ARG lines backward.
2151 ** org-agenda-filter-by-top-headline =(strip)=
2152    :PROPERTIES:
2153    :CUSTOM_ID: org-agenda-filter-by-top-headline
2154    :END:
2156 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2157 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-filter-by-top-headline][Find modifications in git logs]]
2159 : Keep only those lines that are descendants from the same top headline.
2160 : The top headline is that of the current line.
2161 ** org-cdlatex-mode =(&optional arg)=
2162    :PROPERTIES:
2163    :CUSTOM_ID: org-cdlatex-mode
2164    :END:
2166 - *Access:* ~<menu-bar> <Org> <LaTeX> <Org CDLaTeX mode>~
2167 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2168 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cdlatex-mode][Find modifications in git logs]]
2170 : Toggle the minor â€˜org-cdlatex-mode’.
2171 : This mode supports entering LaTeX environment and math in LaTeX fragments
2172 : in Org mode.
2173 : key             binding
2174 : ---             -------
2176 : C-c           Prefix Command
2177 : '             org-cdlatex-math-modify
2178 : ^ .. _                org-cdlatex-underscore-caret
2179 : `             cdlatex-math-symbol
2181 : C-c {         org-cdlatex-environment-indent
2184 ** org-babel-examplify-region =(beg end &optional results-switches inline)=
2185    :PROPERTIES:
2186    :CUSTOM_ID: org-babel-examplify-region
2187    :END:
2189 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
2190 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-examplify-region][Find modifications in git logs]]
2192 : Comment out region using the inline â€˜==’ or â€˜: â€™ org example quote.
2193 ** org-agenda-undo
2194    :PROPERTIES:
2195    :CUSTOM_ID: org-agenda-undo
2196    :END:
2198 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2199 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-undo][Find modifications in git logs]]
2201 : Undo a remote editing step in the agenda.
2202 : This undoes changes both in the agenda buffer and in the remote buffer
2203 : that have been changed along.
2204 ** org-end-of-item
2205    :PROPERTIES:
2206    :CUSTOM_ID: org-end-of-item
2207    :END:
2209 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
2210 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-end-of-item][Find modifications in git logs]]
2212 : Go to the end of the current item.
2213 : Throw an error when not in a list.
2214 ** org-timer-set-timer =(&optional opt)=
2215    :PROPERTIES:
2216    :CUSTOM_ID: org-timer-set-timer
2217    :END:
2219 - *Access:* ~C-c C-x ;~
2220 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
2221 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-set-timer][Find modifications in git logs]]
2223 : Prompt for a duration in minutes or hh:mm:ss and set a timer.
2225 : If â€˜org-timer-default-timer’ is not "0", suggest this value as
2226 : the default duration for the timer.  If a timer is already set,
2227 : prompt the user if she wants to replace it.
2229 : Called with a numeric prefix argument, use this numeric value as
2230 : the duration of the timer in minutes.
2232 : Called with a â€˜C-u’ prefix arguments, use â€˜org-timer-default-timer’
2233 : without prompting the user for a duration.
2235 : With two â€˜C-u’ prefix arguments, use â€˜org-timer-default-timer’
2236 : without prompting the user for a duration and automatically
2237 : replace any running timer.
2239 : By default, the timer duration will be set to the number of
2240 : minutes in the Effort property, if any.  You can ignore this by
2241 : using three â€˜C-u’ prefix arguments.
2242 ** org-md-export-as-markdown =(&optional async subtreep visible-only)=
2243    :PROPERTIES:
2244    :CUSTOM_ID: org-md-export-as-markdown
2245    :END:
2247 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-md.el][ox-md.el]]
2248 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-md-export-as-markdown][Find modifications in git logs]]
2250 : Export current buffer to a Markdown buffer.
2252 : If narrowing is active in the current buffer, only export its
2253 : narrowed part.
2255 : If a region is active, export that region.
2257 : A non-nil optional argument ASYNC means the process should happen
2258 : asynchronously.  The resulting buffer should be accessible
2259 : through the â€˜org-export-stack’ interface.
2261 : When optional argument SUBTREEP is non-nil, export the sub-tree
2262 : at point, extracting information from the headline properties
2263 : first.
2265 : When optional argument VISIBLE-ONLY is non-nil, don’t export
2266 : contents of hidden elements.
2268 : Export is done in a buffer named "*Org MD Export*", which will
2269 : be displayed when â€˜org-export-show-temporary-export-buffer’ is
2270 : non-nil.
2271 ** org-agenda-clockreport-mode
2272    :PROPERTIES:
2273    :CUSTOM_ID: org-agenda-clockreport-mode
2274    :END:
2276 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2277 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clockreport-mode][Find modifications in git logs]]
2279 : Toggle clocktable mode in an agenda buffer.
2280 ** org-shiftcontrolright
2281    :PROPERTIES:
2282    :CUSTOM_ID: org-shiftcontrolright
2283    :END:
2285 - *Access:* ~<C-S-right>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Next keyword set>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Previous keyword set>~
2286 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2287 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftcontrolright][Find modifications in git logs]]
2289 : Switch to next TODO set.
2290 ** org-schedule =(arg &optional time)=
2291    :PROPERTIES:
2292    :CUSTOM_ID: org-schedule
2293    :END:
2295 - *Access:* ~C-c C-s, <menu-bar> <Org> <Dates and Scheduling> <Schedule Item>~
2296 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2297 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-schedule][Find modifications in git logs]]
2299 : Insert the SCHEDULED: string with a timestamp to schedule a TODO item.
2300 : With one universal prefix argument, remove any scheduling date from the item.
2301 : With two universal prefix arguments, prompt for a delay cookie.
2302 : With argument TIME, scheduled at the corresponding date.  TIME can
2303 : either be an Org date like "2011-07-24" or a delta like "+2d".
2304 ** org-agenda-set-effort
2305    :PROPERTIES:
2306    :CUSTOM_ID: org-agenda-set-effort
2307    :END:
2309 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2310 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-set-effort][Find modifications in git logs]]
2312 : Set the effort property for the current headline.
2313 ** org-table-fedit-abort
2314    :PROPERTIES:
2315    :CUSTOM_ID: org-table-fedit-abort
2316    :END:
2318 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2319 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-abort][Find modifications in git logs]]
2321 : Abort editing formulas, without installing the changes.
2322 ** org-agenda-toggle-deadlines
2323    :PROPERTIES:
2324    :CUSTOM_ID: org-agenda-toggle-deadlines
2325    :END:
2327 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2328 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-toggle-deadlines][Find modifications in git logs]]
2330 : Toggle inclusion of entries with a deadline in an agenda buffer.
2331 ** org-babel-screen-test
2332    :PROPERTIES:
2333    :CUSTOM_ID: org-babel-screen-test
2334    :END:
2336 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-screen.el][ob-screen.el]]
2337 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-screen-test][Find modifications in git logs]]
2339 : Test if the default setup works.
2340 : The terminal should shortly flicker.
2341 ** org-agenda-execute =(arg)=
2342    :PROPERTIES:
2343    :CUSTOM_ID: org-agenda-execute
2344    :END:
2346 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2347 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-execute][Find modifications in git logs]]
2349 : Execute another agenda command, keeping same window.
2350 : So this is just a shortcut for â€˜C-c a’, available
2351 : in the agenda.
2352 ** org-convert-to-odd-levels
2353    :PROPERTIES:
2354    :CUSTOM_ID: org-convert-to-odd-levels
2355    :END:
2357 - *Access:* ~<menu-bar> <Org> <Edit Structure> <Convert to odd levels>~
2358 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2359 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-convert-to-odd-levels][Find modifications in git logs]]
2361 : Convert an Org file with all levels allowed to one with odd levels.
2362 : This will leave level 1 alone, convert level 2 to level 3, level 3 to
2363 : level 5 etc.
2364 ** org-table-convert
2365    :PROPERTIES:
2366    :CUSTOM_ID: org-table-convert
2367    :END:
2369 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2370 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-convert][Find modifications in git logs]]
2372 : Convert from â€˜org-mode’ table to table.el and back.
2373 : Obviously, this only works within limits.  When an Org table is converted
2374 : to table.el, all horizontal separator lines get lost, because table.el uses
2375 : these as cell boundaries and has no notion of horizontal lines.  A table.el
2376 : table can be converted to an Org table only if it does not do row or column
2377 : spanning.  Multiline cells will become multiple cells.  Beware, Org mode
2378 : does not test if the table can be successfully converted - it blindly
2379 : applies a recipe that works for simple tables.
2380 ** org-table-create-or-convert-from-region =(arg)=
2381    :PROPERTIES:
2382    :CUSTOM_ID: org-table-create-or-convert-from-region
2383    :END:
2385 - *Access:* ~C-c |~
2386 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2387 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-create-or-convert-from-region][Find modifications in git logs]]
2389 : Convert region to table, or create an empty table.
2390 : If there is an active region, convert it to a table, using the function
2391 : â€˜org-table-convert-region’.  See the documentation of that function
2392 : to learn how the prefix argument is interpreted to determine the field
2393 : separator.
2394 : If there is no such region, create an empty table with â€˜org-table-create’.
2395 ** org-plot/gnuplot-to-grid-data =(table data-file params)=
2396    :PROPERTIES:
2397    :CUSTOM_ID: org-plot/gnuplot-to-grid-data
2398    :END:
2400 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-plot.el][org-plot.el]]
2401 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-plot/gnuplot-to-grid-data][Find modifications in git logs]]
2403 : Export the data in TABLE to DATA-FILE for gnuplot.
2404 : This means in a format appropriate for grid plotting by gnuplot.
2405 : PARAMS specifies which columns of TABLE should be plotted as independent
2406 : and dependant variables.
2407 ** org-columns-set-tags-or-toggle =(&optional _arg)=
2408    :PROPERTIES:
2409    :CUSTOM_ID: org-columns-set-tags-or-toggle
2410    :END:
2412 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
2413 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-set-tags-or-toggle][Find modifications in git logs]]
2415 : Toggle checkbox at point, or set tags for current headline.
2416 ** org-table-delete-column
2417    :PROPERTIES:
2418    :CUSTOM_ID: org-table-delete-column
2419    :END:
2421 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2422 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-delete-column][Find modifications in git logs]]
2424 : Delete a column from the table.
2425 ** org-agenda-show-clocking-issues
2426    :PROPERTIES:
2427    :CUSTOM_ID: org-agenda-show-clocking-issues
2428    :END:
2430 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2431 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-clocking-issues][Find modifications in git logs]]
2433 : Add overlays, showing issues with clocking.
2434 : See also the user option â€˜org-agenda-clock-consistency-checks’.
2435 ** org-babel-tangle =(&optional arg target-file lang)=
2436    :PROPERTIES:
2437    :CUSTOM_ID: org-babel-tangle
2438    :END:
2440 - *Access:* ~C-c C-v t, C-c C-v C-t~
2441 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
2442 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle][Find modifications in git logs]]
2444 : Write code blocks to source-specific files.
2445 : Extract the bodies of all source code blocks from the current
2446 : file into their own source-specific files.
2447 : With one universal prefix argument, only tangle the block at point.
2448 : When two universal prefix arguments, only tangle blocks for the
2449 : tangle file of the block at point.
2450 : Optional argument TARGET-FILE can be used to specify a default
2451 : export file for all source blocks.  Optional argument LANG can be
2452 : used to limit the exported source code blocks by language.
2453 ** org-babel-shell-initialize
2454    :PROPERTIES:
2455    :CUSTOM_ID: org-babel-shell-initialize
2456    :END:
2458 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-shell.el][ob-shell.el]]
2459 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-shell-initialize][Find modifications in git logs]]
2461 : Define execution functions associated to shell names.
2462 : This function has to be called whenever â€˜org-babel-shell-names’
2463 : is modified outside the Customize interface.
2464 ** org-agenda-archive-default-with-confirmation
2465    :PROPERTIES:
2466    :CUSTOM_ID: org-agenda-archive-default-with-confirmation
2467    :END:
2469 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2470 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-archive-default-with-confirmation][Find modifications in git logs]]
2472 : Archive the entry or subtree belonging to the current agenda entry.
2473 ** org-agenda-remove-restriction-lock =(&optional noupdate)=
2474    :PROPERTIES:
2475    :CUSTOM_ID: org-agenda-remove-restriction-lock
2476    :END:
2478 - *Access:* ~C-c C-x >~
2479 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2480 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-remove-restriction-lock][Find modifications in git logs]]
2482 : Remove the agenda restriction lock.
2483 ** org-icalendar-export-to-ics =(&optional async subtreep visible-only body-only)=
2484    :PROPERTIES:
2485    :CUSTOM_ID: org-icalendar-export-to-ics
2486    :END:
2488 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
2489 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-export-to-ics][Find modifications in git logs]]
2491 : Export current buffer to an iCalendar file.
2493 : If narrowing is active in the current buffer, only export its
2494 : narrowed part.
2496 : If a region is active, export that region.
2498 : A non-nil optional argument ASYNC means the process should happen
2499 : asynchronously.  The resulting file should be accessible through
2500 : the â€˜org-export-stack’ interface.
2502 : When optional argument SUBTREEP is non-nil, export the sub-tree
2503 : at point, extracting information from the headline properties
2504 : first.
2506 : When optional argument VISIBLE-ONLY is non-nil, don’t export
2507 : contents of hidden elements.
2509 : When optional argument BODY-ONLY is non-nil, only write code
2510 : between "BEGIN:VCALENDAR" and "END:VCALENDAR".
2512 : Return ICS file name.
2513 ** org-bibtex =(filename)=
2514    :PROPERTIES:
2515    :CUSTOM_ID: org-bibtex
2516    :END:
2518 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
2519 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex][Find modifications in git logs]]
2521 : Export each headline in the current file to a bibtex entry.
2522 : Headlines are exported using â€˜org-bibtex-headline’.
2523 ** org-table-blank-field
2524    :PROPERTIES:
2525    :CUSTOM_ID: org-table-blank-field
2526    :END:
2528 - *Access:* ~C-c SPC, <menu-bar> <Tbl> <Blank Field>~
2529 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2530 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-blank-field][Find modifications in git logs]]
2532 : Blank the current table field or active region.
2533 ** org-src-associate-babel-session =(info)=
2534    :PROPERTIES:
2535    :CUSTOM_ID: org-src-associate-babel-session
2536    :END:
2538 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
2539 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-associate-babel-session][Find modifications in git logs]]
2541 : Associate edit buffer with comint session.
2542 ** org-ctrl-c-minus
2543    :PROPERTIES:
2544    :CUSTOM_ID: org-ctrl-c-minus
2545    :END:
2547 - *Access:* ~C-c -, <menu-bar> <Tbl> <Row> <Insert Hline>~
2548 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2549 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-c-minus][Find modifications in git logs]]
2551 : Insert separator line in table or modify bullet status of line.
2552 : Also turns a plain line or a region of lines into list items.
2553 : Calls â€˜org-table-insert-hline’, â€˜org-toggle-item’, or
2554 : â€˜org-cycle-list-bullet’, depending on context.
2555 ** org-update-checkbox-count =(&optional all)=
2556    :PROPERTIES:
2557    :CUSTOM_ID: org-update-checkbox-count
2558    :END:
2560 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
2561 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-update-checkbox-count][Find modifications in git logs]]
2563 : Update the checkbox statistics in the current section.
2565 : This will find all statistic cookies like [57%] and [6/12] and
2566 : update them with the current numbers.
2568 : With optional prefix argument ALL, do this for the whole buffer.
2569 ** org-agenda-redo =(&optional all)=
2570    :PROPERTIES:
2571    :CUSTOM_ID: org-agenda-redo
2572    :END:
2574 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2575 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-redo][Find modifications in git logs]]
2577 : Rebuild possibly ALL agenda view(s) in the current buffer.
2578 ** org-agenda-show-tags
2579    :PROPERTIES:
2580    :CUSTOM_ID: org-agenda-show-tags
2581    :END:
2583 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2584 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-tags][Find modifications in git logs]]
2586 : Show the tags applicable to the current item.
2587 ** org-agenda-manipulate-query-add-re
2588    :PROPERTIES:
2589    :CUSTOM_ID: org-agenda-manipulate-query-add-re
2590    :END:
2592 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2593 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-manipulate-query-add-re][Find modifications in git logs]]
2595 : Manipulate the query by adding a search regexp with positive selection.
2596 : Positive selection means the regexp must match for selection of an entry.
2597 ** org-attach-sync
2598    :PROPERTIES:
2599    :CUSTOM_ID: org-attach-sync
2600    :END:
2602 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
2603 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-sync][Find modifications in git logs]]
2605 : Synchronize the current tasks with its attachments.
2606 : This can be used after files have been added externally.
2607 ** org-babel-view-src-block-info
2608    :PROPERTIES:
2609    :CUSTOM_ID: org-babel-view-src-block-info
2610    :END:
2612 - *Access:* ~C-c C-v I, C-c C-v TAB~
2613 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
2614 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-view-src-block-info][Find modifications in git logs]]
2616 : Display information on the current source block.
2617 : This includes header arguments, language and name, and is largely
2618 : a window into the â€˜org-babel-get-src-block-info’ function.
2619 ** org-table-current-column
2620    :PROPERTIES:
2621    :CUSTOM_ID: org-table-current-column
2622    :END:
2624 - *Access:* ~<menu-bar> <Tbl> <Calculate> <Which Column?>~
2625 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2626 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-current-column][Find modifications in git logs]]
2628 : Find out which column we are in.
2629 ** org-toggle-tags-groups
2630    :PROPERTIES:
2631    :CUSTOM_ID: org-toggle-tags-groups
2632    :END:
2634 - *Access:* ~C-c C-x q~
2635 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2636 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-tags-groups][Find modifications in git logs]]
2638 : Toggle support for group tags.
2639 : Support for group tags is controlled by the option
2640 : â€˜org-group-tags’, which is non-nil by default.
2641 ** org-agenda-quit
2642    :PROPERTIES:
2643    :CUSTOM_ID: org-agenda-quit
2644    :END:
2646 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2647 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-quit][Find modifications in git logs]]
2649 : Exit the agenda.
2651 : When â€˜org-agenda-sticky’ is non-nil, bury the agenda buffer
2652 : instead of killing it.
2654 : When â€˜org-agenda-restore-windows-after-quit’ is non-nil, restore
2655 : the pre-agenda window configuration.
2657 : When column view is active, exit column view instead of the
2658 : agenda.
2659 ** org-timer-stop
2660    :PROPERTIES:
2661    :CUSTOM_ID: org-timer-stop
2662    :END:
2664 - *Access:* ~C-c C-x _~
2665 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
2666 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-stop][Find modifications in git logs]]
2668 : Stop the relative or countdown timer.
2669 ** org-babel-insert-header-arg =(&optional header-arg value)=
2670    :PROPERTIES:
2671    :CUSTOM_ID: org-babel-insert-header-arg
2672    :END:
2674 - *Access:* ~C-c C-v j, C-c C-v C-j~
2675 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
2676 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-insert-header-arg][Find modifications in git logs]]
2678 : Insert a header argument selecting from lists of common args and values.
2679 ** org-clock-cancel
2680    :PROPERTIES:
2681    :CUSTOM_ID: org-clock-cancel
2682    :END:
2684 - *Access:* ~C-c C-x C-q, <menu-bar> <Org> <Logging work> <Clock cancel>~
2685 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
2686 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-cancel][Find modifications in git logs]]
2688 : Cancel the running clock by removing the start timestamp.
2689 ** org-agenda-log-mode =(&optional special)=
2690    :PROPERTIES:
2691    :CUSTOM_ID: org-agenda-log-mode
2692    :END:
2694 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2695 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-log-mode][Find modifications in git logs]]
2697 : Toggle log mode in an agenda buffer.
2699 : With argument SPECIAL, show all possible log items, not only the ones
2700 : configured in â€˜org-agenda-log-mode-items’.
2702 : With a â€˜C-u C-u’ prefix, show *only* log items, nothing else.
2703 ** org-reset-checkbox-state-subtree
2704    :PROPERTIES:
2705    :CUSTOM_ID: org-reset-checkbox-state-subtree
2706    :END:
2708 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
2709 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-reset-checkbox-state-subtree][Find modifications in git logs]]
2711 : Reset all checkboxes in an entry subtree.
2712 ** org-property-next-allowed-value =(&optional previous)=
2713    :PROPERTIES:
2714    :CUSTOM_ID: org-property-next-allowed-value
2715    :END:
2717 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2718 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-property-next-allowed-value][Find modifications in git logs]]
2720 : Switch to the next allowed value for this property.
2721 ** orgtbl-insert-radio-table
2722    :PROPERTIES:
2723    :CUSTOM_ID: orgtbl-insert-radio-table
2724    :END:
2726 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2727 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-insert-radio-table][Find modifications in git logs]]
2729 : Insert a radio table template appropriate for this major mode.
2730 ** org-table-insert-hline =(&optional above)=
2731    :PROPERTIES:
2732    :CUSTOM_ID: org-table-insert-hline
2733    :END:
2735 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2736 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-insert-hline][Find modifications in git logs]]
2738 : Insert a horizontal-line below the current line into the table.
2739 : With prefix ABOVE, insert above the current line.
2740 ** org-todo =(&optional arg)=
2741    :PROPERTIES:
2742    :CUSTOM_ID: org-todo
2743    :END:
2745 - *Access:* ~C-c C-t, <menu-bar> <Org> <TODO Lists> <TODO/DONE/->~
2746 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2747 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo][Find modifications in git logs]]
2749 : Change the TODO state of an item.
2751 : The state of an item is given by a keyword at the start of the heading,
2752 : like
2753 :      *** TODO Write paper
2754 :      *** DONE Call mom
2756 : The different keywords are specified in the variable â€˜org-todo-keywords’.
2757 : By default the available states are "TODO" and "DONE".  So, for this
2758 : example: when the item starts with TODO, it is changed to DONE.
2759 : When it starts with DONE, the DONE is removed.  And when neither TODO nor
2760 : DONE are present, add TODO at the beginning of the heading.
2762 : With â€˜C-u’ prefix ARG, use completion to determine the new state.
2763 : With numeric prefix ARG, switch to that state.
2764 : With a â€˜C-u C-u’ prefix, switch to the next set of TODO keywords (nextset).
2765 : With a â€˜C-u C-u C-u’ prefix, circumvent any state blocking.
2766 : With a numeric prefix arg of 0, inhibit note taking for the change.
2767 : With a numeric prefix arg of -1, cancel repeater to allow marking as DONE.
2769 : When called through ELisp, arg is also interpreted in the following way:
2770 : â€˜none’        -> empty state
2771 : ""            -> switch to empty state
2772 : â€˜done’        -> switch to DONE
2773 : â€˜nextset’     -> switch to the next set of keywords
2774 : â€˜previousset’ -> switch to the previous set of keywords
2775 : "WAITING"     -> switch to the specified keyword, but only if it
2776 :                  really is a member of â€˜org-todo-keywords’.
2777 ** org-set-tags-to =(data)=
2778    :PROPERTIES:
2779    :CUSTOM_ID: org-set-tags-to
2780    :END:
2782 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2783 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-tags-to][Find modifications in git logs]]
2785 : Set the tags of the current entry to DATA, replacing the current tags.
2786 : DATA may be a tags string like :aa:bb:cc:, or a list of tags.
2787 : If DATA is nil or the empty string, any tags will be removed.
2788 ** org-agenda-goto-date =(span)=
2789    :PROPERTIES:
2790    :CUSTOM_ID: org-agenda-goto-date
2791    :END:
2793 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2794 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-goto-date][Find modifications in git logs]]
2796 : Jump to DATE in agenda.
2797 ** org-preview-latex-fragment =(&optional arg)=
2798    :PROPERTIES:
2799    :CUSTOM_ID: org-preview-latex-fragment
2800    :END:
2802 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
2803 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-preview-latex-fragment][Find modifications in git logs]]
2805 : Preview the LaTeX fragment at point, or all locally or globally.
2807 : If the cursor is on a LaTeX fragment, create the image and overlay
2808 : it over the source code, if there is none.  Remove it otherwise.
2809 : If there is no fragment at point, display all fragments in the
2810 : current section.
2812 : With prefix ARG, preview or clear image for all fragments in the
2813 : current subtree or in the whole buffer when used before the first
2814 : headline.  With a prefix ARG â€˜C-u C-u’ preview or clear images
2815 : for all fragments in the buffer.
2816 ** org-table-fedit-menu =(event)=
2817    :PROPERTIES:
2818    :CUSTOM_ID: org-table-fedit-menu
2819    :END:
2821 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2822 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-menu][Find modifications in git logs]]
2824 : Org Edit Formulas Menu
2825 ** org-table-move-row-down
2826    :PROPERTIES:
2827    :CUSTOM_ID: org-table-move-row-down
2828    :END:
2830 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
2831 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-move-row-down][Find modifications in git logs]]
2833 : Move table row down.
2834 ** org-archive-set-tag
2835    :PROPERTIES:
2836    :CUSTOM_ID: org-archive-set-tag
2837    :END:
2839 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
2840 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-set-tag][Find modifications in git logs]]
2842 : Set the ARCHIVE tag.
2843 ** org-info =(&optional node)=
2844    :PROPERTIES:
2845    :CUSTOM_ID: org-info
2846    :END:
2848 - *Access:* ~<menu-bar> <Org> <Documentation> <Info Documentation>~
2849 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2850 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-info][Find modifications in git logs]]
2852 : Read documentation for Org in the info system.
2853 : With optional NODE, go directly to that node.
2854 ** org-goto-right
2855    :PROPERTIES:
2856    :CUSTOM_ID: org-goto-right
2857    :END:
2859 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2860 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-right][Find modifications in git logs]]
2862 : Finish â€˜org-goto’ by going to the new location.
2863 ** org-sort-list =(&optional with-case sorting-type getkey-func compare-func interactive?)=
2864    :PROPERTIES:
2865    :CUSTOM_ID: org-sort-list
2866    :END:
2868 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
2869 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sort-list][Find modifications in git logs]]
2871 : Sort list items.
2872 : The cursor may be at any item of the list that should be sorted.
2873 : Sublists are not sorted.  Checkboxes, if any, are ignored.
2875 : Sorting can be alphabetically, numerically, by date/time as given
2876 : by a time stamp, by a property or by priority.
2878 : Comparing entries ignores case by default.  However, with an
2879 : optional argument WITH-CASE, the sorting considers case as well.
2881 : The command prompts for the sorting type unless it has been given
2882 : to the function through the SORTING-TYPE argument, which needs to
2883 : be a character, (?n ?N ?a ?A ?t ?T ?f ?F ?x ?X).  Here is the
2884 : detailed meaning of each character:
2886 : n   Numerically, by converting the beginning of the item to a number.
2887 : a   Alphabetically.  Only the first line of item is checked.
2888 : t   By date/time, either the first active time stamp in the entry, if
2889 :     any, or by the first inactive one.  In a timer list, sort the timers.
2890 : x   By "checked" status of a check list.
2892 : Capital letters will reverse the sort order.
2894 : If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies
2895 : a function to be called with point at the beginning of the
2896 : record.  It must return a value that is compatible with COMPARE-FUNC,
2897 : the function used to compare entries.
2899 : Sorting is done against the visible part of the headlines, it
2900 : ignores hidden links.
2902 : A non-nil value for INTERACTIVE? is used to signal that this
2903 : function is being called interactively.
2904 ** org-agenda-clock-in =(&optional arg)=
2905    :PROPERTIES:
2906    :CUSTOM_ID: org-agenda-clock-in
2907    :END:
2909 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2910 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clock-in][Find modifications in git logs]]
2912 : Start the clock on the currently selected item.
2913 ** org-metaup =(&optional _arg)=
2914    :PROPERTIES:
2915    :CUSTOM_ID: org-metaup
2916    :END:
2918 - *Access:* ~<M-up>, <menu-bar> <Org> <Edit Structure> <Move Subtree Up>, <menu-bar> <Tbl> <Row> <Move Row Up>~
2919 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2920 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metaup][Find modifications in git logs]]
2922 : Move subtree up or move table row up.
2923 : Calls â€˜org-move-subtree-up’ or â€˜org-table-move-row’ or
2924 : â€˜org-move-item-up’, depending on context.  See the individual commands
2925 : for more information.
2926 ** org-indent-line
2927    :PROPERTIES:
2928    :CUSTOM_ID: org-indent-line
2929    :END:
2931 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
2932 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-line][Find modifications in git logs]]
2934 : Indent line depending on context.
2936 : Indentation is done according to the following rules:
2938 :   - Footnote definitions, diary sexps, headlines and inline tasks
2939 :     have to start at column 0.
2941 :   - On the very first line of an element, consider, in order, the
2942 :     next rules until one matches:
2944 :     1. If there’s a sibling element before, ignoring footnote
2945 :        definitions and inline tasks, indent like its first line.
2947 :     2. If element has a parent, indent like its contents.  More
2948 :        precisely, if parent is an item, indent after the
2949 :        description part, if any, or the bullet (see
2950 :        â€˜org-list-description-max-indent’).  Else, indent like
2951 :        parent’s first line.
2953 :     3. Otherwise, indent relatively to current level, if
2954 :        â€˜org-adapt-indentation’ is non-nil, or to left margin.
2956 :   - On a blank line at the end of an element, indent according to
2957 :     the type of the element.  More precisely
2959 :     1. If element is a plain list, an item, or a footnote
2960 :        definition, indent like the very last element within.
2962 :     2. If element is a paragraph, indent like its last non blank
2963 :        line.
2965 :     3. Otherwise, indent like its very first line.
2967 :   - In the code part of a source block, use language major mode
2968 :     to indent current line if â€˜org-src-tab-acts-natively’ is
2969 :     non-nil.  If it is nil, do nothing.
2971 :   - Otherwise, indent like the first non-blank line above.
2973 : The function doesn’t indent an item as it could break the whole
2974 : list structure.  Instead, use â€˜<M-S-left>’ or â€˜<M-S-right>’.
2976 : Also align node properties according to â€˜org-property-format’.
2977 ** org-agenda-show-the-flagging-note
2978    :PROPERTIES:
2979    :CUSTOM_ID: org-agenda-show-the-flagging-note
2980    :END:
2982 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2983 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-the-flagging-note][Find modifications in git logs]]
2985 : Display the flagging note in the other window.
2986 : When called a second time in direct sequence, offer to remove the FLAGGING
2987 : tag and (if present) the flagging note.
2988 ** org-agenda-entry-text-show
2989    :PROPERTIES:
2990    :CUSTOM_ID: org-agenda-entry-text-show
2991    :END:
2993 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
2994 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-entry-text-show][Find modifications in git logs]]
2996 : Add entry context for all agenda lines.
2997 ** org-date-from-calendar
2998    :PROPERTIES:
2999    :CUSTOM_ID: org-date-from-calendar
3000    :END:
3002 - *Access:* ~C-c <, <menu-bar> <Org> <Dates and Scheduling> <Date from Calendar>~
3003 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3004 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-date-from-calendar][Find modifications in git logs]]
3006 : Insert time stamp corresponding to cursor date in *Calendar* buffer.
3007 : If there is already a time stamp at the cursor position, update it.
3008 ** org-insert-drawer =(&optional arg drawer)=
3009    :PROPERTIES:
3010    :CUSTOM_ID: org-insert-drawer
3011    :END:
3013 - *Access:* ~C-c C-x d~
3014 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3015 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-drawer][Find modifications in git logs]]
3017 : Insert a drawer at point.
3019 : When optional argument ARG is non-nil, insert a property drawer.
3021 : Optional argument DRAWER, when non-nil, is a string representing
3022 : drawer’s name.  Otherwise, the user is prompted for a name.
3024 : If a region is active, insert the drawer around that region
3025 : instead.
3027 : Point is left between drawer’s boundaries.
3028 ** org-ctags-find-tag =(name)=
3029    :PROPERTIES:
3030    :CUSTOM_ID: org-ctags-find-tag
3031    :END:
3033 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
3034 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-find-tag][Find modifications in git logs]]
3036 : This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS.
3037 : Look for a tag called â€˜NAME’ in the current TAGS table.  If it is found,
3038 : visit the file and location where the tag is found.
3039 ** org-agenda-year-view =(&optional year)=
3040    :PROPERTIES:
3041    :CUSTOM_ID: org-agenda-year-view
3042    :END:
3044 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3045 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-year-view][Find modifications in git logs]]
3047 : Switch to yearly view for agenda.
3048 : With argument YEAR, switch to that year.  Years ranging from 70
3049 : years ago to 30 years in the future can also be written as
3050 : 2-digit years.
3051 ** org-babel-result-hide-all
3052    :PROPERTIES:
3053    :CUSTOM_ID: org-babel-result-hide-all
3054    :END:
3056 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
3057 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-result-hide-all][Find modifications in git logs]]
3059 : Fold all results in the current buffer.
3060 ** org-columns-open-link =(&optional arg)=
3061    :PROPERTIES:
3062    :CUSTOM_ID: org-columns-open-link
3063    :END:
3065 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
3066 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-open-link][Find modifications in git logs]]
3069 ** org-add-note
3070    :PROPERTIES:
3071    :CUSTOM_ID: org-add-note
3072    :END:
3074 - *Access:* ~C-c C-z~
3075 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3076 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-add-note][Find modifications in git logs]]
3078 : Add a note to the current entry.
3079 : This is done in the same way as adding a state change note.
3080 ** org-table-fedit-lisp-indent
3081    :PROPERTIES:
3082    :CUSTOM_ID: org-table-fedit-lisp-indent
3083    :END:
3085 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
3086 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-lisp-indent][Find modifications in git logs]]
3088 : Pretty-print and re-indent Lisp expressions in the Formula Editor.
3089 ** org-agenda-set-restriction-lock =(&optional type)=
3090    :PROPERTIES:
3091    :CUSTOM_ID: org-agenda-set-restriction-lock
3092    :END:
3094 - *Access:* ~<menu-bar> <Org> <Set Restriction Lock>, C-c C-x <~
3095 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3096 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-set-restriction-lock][Find modifications in git logs]]
3098 : Set restriction lock for agenda, to current subtree or file.
3099 : Restriction will be the file if TYPE is â€˜file’, or if type is the
3100 : universal prefix '(4), or if the cursor is before the first headline
3101 : in the file.  Otherwise, restriction will be to the current subtree.
3102 ** org-agenda-todo-yesterday =(&optional arg)=
3103    :PROPERTIES:
3104    :CUSTOM_ID: org-agenda-todo-yesterday
3105    :END:
3107 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3108 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-yesterday][Find modifications in git logs]]
3110 : Like â€˜org-agenda-todo’ but the time of change will be 23:59 of yesterday.
3111 ** org-agenda-date-later =(arg &optional what)=
3112    :PROPERTIES:
3113    :CUSTOM_ID: org-agenda-date-later
3114    :END:
3116 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3117 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-later][Find modifications in git logs]]
3119 : Change the date of this item to ARG day(s) later.
3120 ** org-cycle-list-bullet =(&optional which)=
3121    :PROPERTIES:
3122    :CUSTOM_ID: org-cycle-list-bullet
3123    :END:
3125 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
3126 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-list-bullet][Find modifications in git logs]]
3128 : Cycle through the different itemize/enumerate bullets.
3129 : This cycle the entire list level through the sequence:
3131 :    â€˜-’  ->  â€˜+’  ->  â€˜*’  ->  â€˜1.’  ->  â€˜1)’
3133 : If WHICH is a valid string, use that as the new bullet.  If WHICH
3134 : is an integer, 0 means â€˜-’, 1 means â€˜+’ etc.  If WHICH is
3135 : â€˜previous’, cycle backwards.
3136 ** org-beamer-select-environment
3137    :PROPERTIES:
3138    :CUSTOM_ID: org-beamer-select-environment
3139    :END:
3141 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
3142 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-select-environment][Find modifications in git logs]]
3144 : Select the environment to be used by beamer for this entry.
3145 : While this uses (for convenience) a tag selection interface, the
3146 : result of this command will be that the BEAMER_env *property* of
3147 : the entry is set.
3149 : In addition to this, the command will also set a tag as a visual
3150 : aid, but the tag does not have any semantic meaning.
3151 ** org-babel-lilypond-toggle-html-generation
3152    :PROPERTIES:
3153    :CUSTOM_ID: org-babel-lilypond-toggle-html-generation
3154    :END:
3156 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
3157 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-toggle-html-generation][Find modifications in git logs]]
3159 : Toggle whether html will be generated by compilation.
3160 ** org-bibtex-read-file =(file)=
3161    :PROPERTIES:
3162    :CUSTOM_ID: org-bibtex-read-file
3163    :END:
3165 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
3166 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-read-file][Find modifications in git logs]]
3168 : Read FILE with â€˜org-bibtex-read-buffer’.
3169 ** org-hide-block-toggle =(&optional force)=
3170    :PROPERTIES:
3171    :CUSTOM_ID: org-hide-block-toggle
3172    :END:
3174 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3175 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-block-toggle][Find modifications in git logs]]
3177 : Toggle the visibility of the current block.
3178 : When optional argument FORCE is â€˜off’, make block visible.  If it
3179 : is non-nil, hide it unconditionally.  Throw an error when not at
3180 : a block.  Return a non-nil value when toggling is successful.
3181 ** orgstruct-mode =(&optional arg)=
3182    :PROPERTIES:
3183    :CUSTOM_ID: orgstruct-mode
3184    :END:
3186 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3187 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgstruct-mode][Find modifications in git logs]]
3189 : Toggle the minor mode â€˜orgstruct-mode’.
3190 : This mode is for using Org mode structure commands in other
3191 : modes.  The following keys behave as if Org mode were active, if
3192 : the cursor is on a headline, or on a plain list item (both as
3193 : defined by Org mode).
3194 ** org-timer-show-remaining-time
3195    :PROPERTIES:
3196    :CUSTOM_ID: org-timer-show-remaining-time
3197    :END:
3199 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
3200 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-show-remaining-time][Find modifications in git logs]]
3202 : Display the remaining time before the timer ends.
3203 ** org-bibtex-import-from-file =(file)=
3204    :PROPERTIES:
3205    :CUSTOM_ID: org-bibtex-import-from-file
3206    :END:
3208 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
3209 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-import-from-file][Find modifications in git logs]]
3211 : Read bibtex entries from FILE and insert as Org headlines after point.
3212 ** org-toggle-custom-properties-visibility
3213    :PROPERTIES:
3214    :CUSTOM_ID: org-toggle-custom-properties-visibility
3215    :END:
3217 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3218 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-custom-properties-visibility][Find modifications in git logs]]
3220 : Display or hide properties in â€˜org-custom-properties’.
3221 ** org-overview
3222    :PROPERTIES:
3223    :CUSTOM_ID: org-overview
3224    :END:
3226 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3227 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-overview][Find modifications in git logs]]
3229 : Switch to overview mode, showing only top-level headlines.
3230 : This shows all headlines with a level equal or greater than the level
3231 : of the first headline in the buffer.  This is important, because if the
3232 : first headline is not level one, then (hide-sublevels 1) gives confusing
3233 : results.
3234 ** org-agenda-date-earlier =(arg &optional what)=
3235    :PROPERTIES:
3236    :CUSTOM_ID: org-agenda-date-earlier
3237    :END:
3239 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3240 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-earlier][Find modifications in git logs]]
3242 : Change the date of this item to ARG day(s) earlier.
3243 ** org-show-entry
3244    :PROPERTIES:
3245    :CUSTOM_ID: org-show-entry
3246    :END:
3248 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3249 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-entry][Find modifications in git logs]]
3251 : Show the body directly following this heading.
3252 : Show the heading too, if it is currently invisible.
3253 ** org-babel-execute-src-block-maybe
3254    :PROPERTIES:
3255    :CUSTOM_ID: org-babel-execute-src-block-maybe
3256    :END:
3258 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
3259 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-execute-src-block-maybe][Find modifications in git logs]]
3261 : Conditionally execute a source block.
3262 : Detect if this is context for a Babel src-block and if so
3263 : then run â€˜org-babel-execute-src-block’.
3264 ** org-beamer-export-as-latex =(&optional async subtreep visible-only body-only ext-plist)=
3265    :PROPERTIES:
3266    :CUSTOM_ID: org-beamer-export-as-latex
3267    :END:
3269 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
3270 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-export-as-latex][Find modifications in git logs]]
3272 : Export current buffer as a Beamer buffer.
3274 : If narrowing is active in the current buffer, only export its
3275 : narrowed part.
3277 : If a region is active, export that region.
3279 : A non-nil optional argument ASYNC means the process should happen
3280 : asynchronously.  The resulting buffer should be accessible
3281 : through the â€˜org-export-stack’ interface.
3283 : When optional argument SUBTREEP is non-nil, export the sub-tree
3284 : at point, extracting information from the headline properties
3285 : first.
3287 : When optional argument VISIBLE-ONLY is non-nil, don’t export
3288 : contents of hidden elements.
3290 : When optional argument BODY-ONLY is non-nil, only write code
3291 : between "\begin{document}" and "\end{document}".
3293 : EXT-PLIST, when provided, is a property list with external
3294 : parameters overriding Org default settings, but still inferior to
3295 : file-local settings.
3297 : Export is done in a buffer named "*Org BEAMER Export*", which
3298 : will be displayed when â€˜org-export-show-temporary-export-buffer’
3299 : is non-nil.
3300 ** orgtbl-send-table =(&optional maybe)=
3301    :PROPERTIES:
3302    :CUSTOM_ID: orgtbl-send-table
3303    :END:
3305 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
3306 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-send-table][Find modifications in git logs]]
3308 : Send a transformed version of table at point to the receiver position.
3309 : With argument MAYBE, fail quietly if no transformation is defined
3310 : for this table.
3311 ** org-toggle-time-stamp-overlays
3312    :PROPERTIES:
3313    :CUSTOM_ID: org-toggle-time-stamp-overlays
3314    :END:
3316 - *Access:* ~C-c C-x C-t, <menu-bar> <Org> <Dates and Scheduling> <Custom time format>~
3317 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3318 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-time-stamp-overlays][Find modifications in git logs]]
3320 : Toggle the use of custom time stamp formats.
3321 ** org-agenda-priority-up
3322    :PROPERTIES:
3323    :CUSTOM_ID: org-agenda-priority-up
3324    :END:
3326 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3327 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-priority-up][Find modifications in git logs]]
3329 : Increase the priority of line at point, also in Org file.
3330 ** org-edit-src-code =(&optional code edit-buffer-name)=
3331    :PROPERTIES:
3332    :CUSTOM_ID: org-edit-src-code
3333    :END:
3335 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
3336 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-code][Find modifications in git logs]]
3338 : Edit the source or example block at point.
3340 : The code is copied to a separate buffer and the appropriate mode
3341 : is turned on.  When done, exit with â€˜C-c '’.  This will remove the
3342 : original code in the Org buffer, and replace it with the edited
3343 : version.  See â€˜org-src-window-setup’ to configure the display of
3344 : windows containing the Org buffer and the code buffer.
3346 : When optional argument CODE is a string, edit it in a dedicated
3347 : buffer instead.
3349 : When optional argument EDIT-BUFFER-NAME is non-nil, use it as the
3350 : name of the sub-editing buffer.
3351 ** org-org-menu =(event)=
3352    :PROPERTIES:
3353    :CUSTOM_ID: org-org-menu
3354    :END:
3356 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3357 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-org-menu][Find modifications in git logs]]
3359 : Org menu
3360 ** org-show-children =(&optional level)=
3361    :PROPERTIES:
3362    :CUSTOM_ID: org-show-children
3363    :END:
3365 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3366 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-children][Find modifications in git logs]]
3368 : Show all direct subheadings of this heading.
3369 : Prefix arg LEVEL is how many levels below the current level
3370 : should be shown.  Default is enough to cause the following
3371 : heading to appear.
3372 ** org-ctrl-c-star
3373    :PROPERTIES:
3374    :CUSTOM_ID: org-ctrl-c-star
3375    :END:
3377 - *Access:* ~C-c *~
3378 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3379 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-c-star][Find modifications in git logs]]
3381 : Compute table, or change heading status of lines.
3382 : Calls â€˜org-table-recalculate’ or â€˜org-toggle-heading’,
3383 : depending on context.
3384 ** org-self-insert-command =(N)=
3385    :PROPERTIES:
3386    :CUSTOM_ID: org-self-insert-command
3387    :END:
3389 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3390 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-self-insert-command][Find modifications in git logs]]
3392 : Like â€˜self-insert-command’, use overwrite-mode for whitespace in tables.
3393 : If the cursor is in a table looking at whitespace, the whitespace is
3394 : overwritten, and the table is not marked as requiring realignment.
3395 ** org-agenda-goto-calendar
3396    :PROPERTIES:
3397    :CUSTOM_ID: org-agenda-goto-calendar
3398    :END:
3400 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3401 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-goto-calendar][Find modifications in git logs]]
3403 : Open the Emacs calendar with the date at the cursor.
3404 ** org-backward-element
3405    :PROPERTIES:
3406    :CUSTOM_ID: org-backward-element
3407    :END:
3409 - *Access:* ~M-{~
3410 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3411 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-backward-element][Find modifications in git logs]]
3413 : Move backward by one element.
3414 : Move to the previous element at the same level, when possible.
3415 ** org-mobile-apply =(&optional beg end)=
3416    :PROPERTIES:
3417    :CUSTOM_ID: org-mobile-apply
3418    :END:
3420 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
3421 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-apply][Find modifications in git logs]]
3423 : Apply all change requests in the current buffer.
3424 : If BEG and END are given, only do this in that region.
3425 ** org-speed-move-safe =(cmd)=
3426    :PROPERTIES:
3427    :CUSTOM_ID: org-speed-move-safe
3428    :END:
3430 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3431 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-speed-move-safe][Find modifications in git logs]]
3433 : Execute CMD, but make sure that the cursor always ends up in a headline.
3434 : If not, return to the original position and throw an error.
3435 ** org-html-export-as-html =(&optional async subtreep visible-only body-only ext-plist)=
3436    :PROPERTIES:
3437    :CUSTOM_ID: org-html-export-as-html
3438    :END:
3440 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
3441 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-export-as-html][Find modifications in git logs]]
3443 : Export current buffer to an HTML buffer.
3445 : If narrowing is active in the current buffer, only export its
3446 : narrowed part.
3448 : If a region is active, export that region.
3450 : A non-nil optional argument ASYNC means the process should happen
3451 : asynchronously.  The resulting buffer should be accessible
3452 : through the â€˜org-export-stack’ interface.
3454 : When optional argument SUBTREEP is non-nil, export the sub-tree
3455 : at point, extracting information from the headline properties
3456 : first.
3458 : When optional argument VISIBLE-ONLY is non-nil, don’t export
3459 : contents of hidden elements.
3461 : When optional argument BODY-ONLY is non-nil, only write code
3462 : between "<body>" and "</body>" tags.
3464 : EXT-PLIST, when provided, is a property list with external
3465 : parameters overriding Org default settings, but still inferior to
3466 : file-local settings.
3468 : Export is done in a buffer named "*Org HTML Export*", which
3469 : will be displayed when â€˜org-export-show-temporary-export-buffer’
3470 : is non-nil.
3471 ** org-agenda-day-view =(&optional day-of-month)=
3472    :PROPERTIES:
3473    :CUSTOM_ID: org-agenda-day-view
3474    :END:
3476 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3477 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-day-view][Find modifications in git logs]]
3479 : Switch to daily view for agenda.
3480 : With argument DAY-OF-MONTH, switch to that day of the month.
3481 ** org-refile =(&optional arg default-buffer rfloc msg)=
3482    :PROPERTIES:
3483    :CUSTOM_ID: org-refile
3484    :END:
3486 - *Access:* ~C-c C-w, <menu-bar> <Org> <Edit Structure> <Refile Subtree>~
3487 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3488 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile][Find modifications in git logs]]
3490 : Move the entry or entries at point to another heading.
3492 : The list of target headings is compiled using the information in
3493 : â€˜org-refile-targets’, which see.
3495 : At the target location, the entry is filed as a subitem of the
3496 : target heading.  Depending on â€˜org-reverse-note-order’, the new
3497 : subitem will either be the first or the last subitem.
3499 : If there is an active region, all entries in that region will be
3500 : refiled.  However, the region must fulfill the requirement that
3501 : the first heading sets the top-level of the moved text.
3503 : With a â€˜C-u’ ARG, the command will only visit the target location
3504 : and not actually move anything.
3506 : With a prefix â€˜C-u C-u’, go to the location where the last
3507 : refiling operation has put the subtree.
3509 : With a numeric prefix argument of â€˜2’, refile to the running clock.
3511 : With a numeric prefix argument of â€˜3’, emulate â€˜org-refile-keep’
3512 : being set to t and copy to the target location, don’t move it.
3513 : Beware that keeping refiled entries may result in duplicated ID
3514 : properties.
3516 : RFLOC can be a refile location obtained in a different way.
3518 : MSG is a string to replace "Refile" in the default prompt with
3519 : another verb.  E.g. â€˜org-copy’ sets this parameter to "Copy".
3521 : See also â€˜org-refile-use-outline-path’.
3523 : If you are using target caching (see â€˜org-refile-use-cache’), you
3524 : have to clear the target cache in order to find new targets.
3525 : This can be done with a â€˜0’ prefix (‘C-0 C-c C-w’) or a triple
3526 : prefix argument (‘C-u C-u C-u C-c C-w’).
3527 ** org-clock-display =(&optional arg)=
3528    :PROPERTIES:
3529    :CUSTOM_ID: org-clock-display
3530    :END:
3532 - *Access:* ~C-c C-x C-d, <menu-bar> <Org> <Logging work> <Display times>~
3533 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
3534 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-display][Find modifications in git logs]]
3536 : Show subtree times in the entire buffer.
3538 : By default, show the total time for the range defined in
3539 : â€˜org-clock-display-default-range’.  With â€˜C-u’ prefix, show
3540 : the total time for today instead.
3542 : With â€˜C-u C-u’ prefix, use a custom range, entered at prompt.
3544 : With â€˜C-u C-u C-u’ prefix, display the total time in the
3545 : echo area.
3547 : Use â€˜M-x org-clock-remove-overlays’ to remove the subtree times.
3548 ** org-return =(&optional indent)=
3549    :PROPERTIES:
3550    :CUSTOM_ID: org-return
3551    :END:
3553 - *Access:* ~RET, <menu-bar> <Tbl> <Next Row>~
3554 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3555 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-return][Find modifications in git logs]]
3557 : Goto next table row or insert a newline.
3559 : Calls â€˜org-table-next-row’ or â€˜newline’, depending on context.
3561 : When optional INDENT argument is non-nil, call
3562 : â€˜newline-and-indent’ instead of â€˜newline’.
3564 : When â€˜org-return-follows-link’ is non-nil and point is on
3565 : a timestamp or a link, call â€˜org-open-at-point’.  However, it
3566 : will not happen if point is in a table or on a "dead"
3567 : object (e.g., within a comment).  In these case, you need to use
3568 : â€˜org-open-at-point’ directly.
3569 ** org-feed-show-raw-feed =(feed)=
3570    :PROPERTIES:
3571    :CUSTOM_ID: org-feed-show-raw-feed
3572    :END:
3574 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
3575 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-show-raw-feed][Find modifications in git logs]]
3577 : Show the raw feed buffer of a feed.
3578 ** org-attach-open-in-emacs
3579    :PROPERTIES:
3580    :CUSTOM_ID: org-attach-open-in-emacs
3581    :END:
3583 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
3584 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-open-in-emacs][Find modifications in git logs]]
3586 : Open attachment, force opening in Emacs.
3587 : See â€˜org-attach-open’.
3588 ** org-agenda-filter-remove-all
3589    :PROPERTIES:
3590    :CUSTOM_ID: org-agenda-filter-remove-all
3591    :END:
3593 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3594 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-filter-remove-all][Find modifications in git logs]]
3596 : Remove all filters from the current agenda buffer.
3597 ** org-babel-expand-src-block =(&optional _arg info params)=
3598    :PROPERTIES:
3599    :CUSTOM_ID: org-babel-expand-src-block
3600    :END:
3602 - *Access:* ~C-c C-v v, C-c C-v C-v~
3603 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
3604 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-expand-src-block][Find modifications in git logs]]
3606 : Expand the current source code block.
3607 : Expand according to the source code block’s header
3608 : arguments and pop open the results in a preview buffer.
3609 ** org-ctags-all-tags-in-current-tags-table
3610    :PROPERTIES:
3611    :CUSTOM_ID: org-ctags-all-tags-in-current-tags-table
3612    :END:
3614 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
3615 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-all-tags-in-current-tags-table][Find modifications in git logs]]
3617 : Read all tags defined in the active TAGS file, into a list of strings.
3618 : Return the list.
3619 ** org-table-fedit-ref-right
3620    :PROPERTIES:
3621    :CUSTOM_ID: org-table-fedit-ref-right
3622    :END:
3624 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
3625 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-ref-right][Find modifications in git logs]]
3627 : Shift the reference at point one field to the right.
3628 ** org-toggle-latex-fragment =(&optional arg)=
3629    :PROPERTIES:
3630    :CUSTOM_ID: org-toggle-latex-fragment
3631    :END:
3633 - *Access:* ~C-c C-x C-l~
3634 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3635 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-latex-fragment][Find modifications in git logs]]
3637 : Preview the LaTeX fragment at point, or all locally or globally.
3639 : If the cursor is on a LaTeX fragment, create the image and overlay
3640 : it over the source code, if there is none.  Remove it otherwise.
3641 : If there is no fragment at point, display all fragments in the
3642 : current section.
3644 : With prefix ARG, preview or clear image for all fragments in the
3645 : current subtree or in the whole buffer when used before the first
3646 : headline.  With a prefix ARG â€˜C-u C-u’ preview or clear images
3647 : for all fragments in the buffer.
3648 ** org-agenda-filter-by-effort =(strip)=
3649    :PROPERTIES:
3650    :CUSTOM_ID: org-agenda-filter-by-effort
3651    :END:
3653 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3654 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-filter-by-effort][Find modifications in git logs]]
3656 : Filter agenda entries by effort.
3657 : With no prefix argument, keep entries matching the effort condition.
3658 : With one prefix argument, filter out entries matching the condition.
3659 : With two prefix arguments, remove the effort filters.
3660 ** org-emphasize =(&optional char)=
3661    :PROPERTIES:
3662    :CUSTOM_ID: org-emphasize
3663    :END:
3665 - *Access:* ~C-c C-x C-f, <menu-bar> <Org> <Editing> <Emphasis...>~
3666 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3667 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-emphasize][Find modifications in git logs]]
3669 : Insert or change an emphasis, i.e. a font like bold or italic.
3670 : If there is an active region, change that region to a new emphasis.
3671 : If there is no region, just insert the marker characters and position
3672 : the cursor between them.
3673 : CHAR should be the marker character.  If it is a space, it means to
3674 : remove the emphasis of the selected region.
3675 : If CHAR is not given (for example in an interactive call) it will be
3676 : prompted for.
3677 ** org-columns-edit-value =(&optional key)=
3678    :PROPERTIES:
3679    :CUSTOM_ID: org-columns-edit-value
3680    :END:
3682 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
3683 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-edit-value][Find modifications in git logs]]
3685 : Edit the value of the property at point in column view.
3686 : Where possible, use the standard interface for changing this line.
3687 ** org-kill-line =(&optional _arg)=
3688    :PROPERTIES:
3689    :CUSTOM_ID: org-kill-line
3690    :END:
3692 - *Access:* ~C-k~
3693 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3694 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-kill-line][Find modifications in git logs]]
3696 : Kill line, to tags or end of line.
3697 ** org-capture-kill
3698    :PROPERTIES:
3699    :CUSTOM_ID: org-capture-kill
3700    :END:
3702 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
3703 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-kill][Find modifications in git logs]]
3705 : Abort the current capture process.
3706 ** org-drag-line-forward =(arg)=
3707    :PROPERTIES:
3708    :CUSTOM_ID: org-drag-line-forward
3709    :END:
3711 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3712 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-drag-line-forward][Find modifications in git logs]]
3714 : Drag the line at point ARG lines forward.
3715 ** org-mobile-pull
3716    :PROPERTIES:
3717    :CUSTOM_ID: org-mobile-pull
3718    :END:
3720 - *Access:* ~<menu-bar> <Org> <MobileOrg> <Get Captured and Flagged>, C-c C-x RET g~
3721 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
3722 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-pull][Find modifications in git logs]]
3724 : Pull the contents of â€˜org-mobile-capture-file’ and integrate them.
3725 : Apply all flagged actions, flag entries to be flagged and then call an
3726 : agenda view showing the flagged items.
3727 ** org-agenda-set-property
3728    :PROPERTIES:
3729    :CUSTOM_ID: org-agenda-set-property
3730    :END:
3732 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3733 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-set-property][Find modifications in git logs]]
3735 : Set a property for the current headline.
3736 ** org-table-move-column-right
3737    :PROPERTIES:
3738    :CUSTOM_ID: org-table-move-column-right
3739    :END:
3741 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
3742 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-move-column-right][Find modifications in git logs]]
3744 : Move column to the right.
3745 ** org-agenda-redo-all =(&optional exhaustive)=
3746    :PROPERTIES:
3747    :CUSTOM_ID: org-agenda-redo-all
3748    :END:
3750 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
3751 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-redo-all][Find modifications in git logs]]
3753 : Rebuild all agenda views in the current buffer.
3754 : With a prefix argument, do so in all agenda buffers.
3755 ** org-toggle-checkbox =(&optional toggle-presence)=
3756    :PROPERTIES:
3757    :CUSTOM_ID: org-toggle-checkbox
3758    :END:
3760 - *Access:* ~C-c C-x C-b~
3761 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
3762 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-checkbox][Find modifications in git logs]]
3764 : Toggle the checkbox in the current line.
3765 : With prefix arg TOGGLE-PRESENCE, add or remove checkboxes.  With
3766 : double prefix, set checkbox to [-].
3768 : When there is an active region, toggle status or presence of the
3769 : first checkbox there, and make every item inside have the same
3770 : status or presence, respectively.
3772 : If the cursor is in a headline, apply this to all checkbox items
3773 : in the text below the heading, taking as reference the first item
3774 : in subtree, ignoring drawers.
3775 ** org-mobile-push
3776    :PROPERTIES:
3777    :CUSTOM_ID: org-mobile-push
3778    :END:
3780 - *Access:* ~<menu-bar> <Org> <MobileOrg> <Push Files and Views>, C-c C-x RET p~
3781 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
3782 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-push][Find modifications in git logs]]
3784 : Push the current state of Org affairs to the target directory.
3785 : This will create the index file, copy all agenda files there, and also
3786 : create all custom agenda views, for upload to the mobile phone.
3787 ** org-mark-subtree =(&optional up)=
3788    :PROPERTIES:
3789    :CUSTOM_ID: org-mark-subtree
3790    :END:
3792 - *Access:* ~C-c @~
3793 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3794 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mark-subtree][Find modifications in git logs]]
3796 : Mark the current subtree.
3797 : This puts point at the start of the current subtree, and mark at
3798 : the end.  If a numeric prefix UP is given, move up into the
3799 : hierarchy of headlines by UP levels before marking the subtree.
3800 ** org-publish-all =(&optional force async)=
3801    :PROPERTIES:
3802    :CUSTOM_ID: org-publish-all
3803    :END:
3805 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
3806 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-all][Find modifications in git logs]]
3808 : Publish all projects.
3809 : With prefix argument FORCE, remove all files in the timestamp
3810 : directory and force publishing all projects.  With a non-nil
3811 : optional argument ASYNC, publishing will be done asynchronously,
3812 : in another process.
3813 ** org-set-property-and-value =(use-last)=
3814    :PROPERTIES:
3815    :CUSTOM_ID: org-set-property-and-value
3816    :END:
3818 - *Access:* ~C-c C-x P~
3819 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3820 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-property-and-value][Find modifications in git logs]]
3822 : Allow to set [PROPERTY]: [value] direction from prompt.
3823 : When use-default, don’t even ask, just use the last
3824 : "[PROPERTY]: [value]" string from the history.
3825 ** org-timer-pause-or-continue =(&optional stop)=
3826    :PROPERTIES:
3827    :CUSTOM_ID: org-timer-pause-or-continue
3828    :END:
3830 - *Access:* ~C-c C-x ,, <menu-bar> <Org> <Dates and Scheduling> <Pause/Continue Timer>, <menu-bar> <Org> <Dates and Scheduling> <Stop Timer>~
3831 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
3832 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-pause-or-continue][Find modifications in git logs]]
3834 : Pause or continue the relative or countdown timer.
3835 : With prefix arg STOP, stop it entirely.
3836 ** org-mode
3837    :PROPERTIES:
3838    :CUSTOM_ID: org-mode
3839    :END:
3841 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
3842 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mode][Find modifications in git logs]]
3844 : Outline-based notes management and organizer, alias
3845 : "Carsten’s outline-mode for keeping track of everything."
3847 : Org mode develops organizational tasks around a NOTES file which
3848 : contains information about projects as plain text.  Org mode is
3849 : implemented on top of Outline mode, which is ideal to keep the content
3850 : of large files well structured.  It supports ToDo items, deadlines and
3851 : time stamps, which magically appear in the diary listing of the Emacs
3852 : calendar.  Tables are easily created with a built-in table editor.
3853 : Plain text URL-like links connect to websites, emails (VM), Usenet
3854 : messages (Gnus), BBDB entries, and any files related to the project.
3855 : For printing and sharing of notes, an Org file (or a part of it)
3856 : can be exported as a structured ASCII or HTML file.
3858 : The following commands are available:
3860 : key             binding
3861 : ---             -------
3863 : C-a           org-beginning-of-line
3864 : C-c           Prefix Command
3865 : C-e           org-end-of-line
3866 : TAB           org-cycle
3867 : C-j           org-return-indent
3868 : C-k           org-kill-line
3869 : RET           org-return
3870 : C-y           org-yank
3871 : ESC           Prefix Command
3872 : |             org-force-self-insert
3873 : C-#           org-table-rotate-recalc-marks
3874 : C-'           org-cycle-agenda-files
3875 : C-,           org-cycle-agenda-files
3876 : <C-M-S-left>  org-decrease-number-at-point
3877 : <C-M-S-right> org-increase-number-at-point
3878 : <C-S-down>    org-shiftcontroldown
3879 : <C-S-left>    org-shiftcontrolleft
3880 : <C-S-return>  org-insert-todo-heading-respect-content
3881 : <C-S-right>   org-shiftcontrolright
3882 : <C-S-up>      org-shiftcontrolup
3883 : <C-return>    org-insert-heading-respect-content
3884 : <C-tab>               org-force-cycle-archived
3885 : <M-S-down>    org-shiftmetadown
3886 : <M-S-left>    org-shiftmetaleft
3887 : <M-S-return>  org-insert-todo-heading
3888 : <M-S-right>   org-shiftmetaright
3889 : <M-S-up>      org-shiftmetaup
3890 : <M-down>      org-metadown
3891 : <M-left>      org-metaleft
3892 : <M-return>    org-meta-return
3893 : <M-right>     org-metaright
3894 : <M-up>                org-metaup
3895 : <S-down>      org-shiftdown
3896 : <S-iso-lefttab>                       org-shifttab
3897 : <S-left>      org-shiftleft
3898 : <S-mouse-2>   org-mouse-yank-link
3899 : <S-return>    org-table-copy-down
3900 : <S-right>     org-shiftright
3901 : <S-tab>               org-shifttab
3902 : <S-up>                org-shiftup
3903 : <backtab>     org-shifttab
3904 : <down-mouse-1>        org-mouse-down-mouse
3905 : <drag-mouse-3>        org-mouse-yank-link
3906 : <mouse-3>     org-mouse-show-context-menu
3907 : <remap>               Prefix Command
3908 : <tab>         org-cycle
3910 : C-M-i         pcomplete
3911 : C-M-t         org-transpose-element
3912 : M-^           org-delete-indentation
3913 : M-a           org-backward-sentence
3914 : M-e           org-forward-sentence
3915 : M-h           org-mark-element
3916 : M-{           org-backward-element
3917 : M-}           org-forward-element
3919 : C-c C-a               org-attach
3920 : C-c C-b               org-backward-heading-same-level
3921 : C-c C-c               org-ctrl-c-ctrl-c
3922 : C-c C-d               org-deadline
3923 : C-c C-e               org-export-dispatch
3924 : C-c C-f               org-forward-heading-same-level
3925 : C-c C-j               org-goto
3926 : C-c C-k               org-kill-note-or-show-branches
3927 : C-c C-l               org-insert-link
3928 : C-c RET               org-ctrl-c-ret
3929 : C-c C-o               org-open-at-point
3930 : C-c C-q               org-set-tags-command
3931 : C-c C-r               org-reveal
3932 : C-c C-s               org-schedule
3933 : C-c C-t               org-todo
3934 : C-c C-v               Prefix Command
3935 : C-c C-w               org-refile
3936 : C-c C-x               Prefix Command
3937 : C-c C-y               org-evaluate-time-range
3938 : C-c C-z               org-add-note
3939 : C-c ESC               Prefix Command
3940 : C-c C-^               org-up-element
3941 : C-c C-_               org-down-element
3942 : C-c SPC               org-table-blank-field
3943 : C-c !         org-time-stamp-inactive
3944 : C-c "         Prefix Command
3945 : C-c #         org-update-statistics-cookies
3946 : C-c $         org-archive-subtree
3947 : C-c %         org-mark-ring-push
3948 : C-c &         org-mark-ring-goto
3949 : C-c '         org-edit-special
3950 : C-c *         org-ctrl-c-star
3951 : C-c +         org-table-sum
3952 : C-c ,         org-priority
3953 : C-c -         org-ctrl-c-minus
3954 : C-c .         org-time-stamp
3955 : C-c /         org-sparse-tree
3956 : C-c :         org-toggle-fixed-width
3957 : C-c ;         org-toggle-comment
3958 : C-c <         org-date-from-calendar
3959 : C-c =         org-table-eval-formula
3960 : C-c >         org-goto-calendar
3961 : C-c ?         org-table-field-info
3962 : C-c @         org-mark-subtree
3963 : C-c [         org-agenda-file-to-front
3964 : C-c \         org-match-sparse-tree
3965 : C-c ]         org-remove-file
3966 : C-c ^         org-sort
3967 : C-c `         org-table-edit-field
3968 : C-c {         org-table-toggle-formula-debugger
3969 : C-c |         org-table-create-or-convert-from-region
3970 : C-c }         org-table-toggle-coordinate-overlays
3971 : C-c ~         org-table-create-with-table.el
3972 : C-c C-*               org-list-make-subtree
3974 : <remap> <backward-paragraph>  org-backward-paragraph
3975 : <remap> <comment-dwim>                org-comment-dwim
3976 : <remap> <delete-backward-char>        org-delete-backward-char
3977 : <remap> <delete-char>         org-delete-char
3978 : <remap> <fill-paragraph>      org-fill-paragraph
3979 : <remap> <forward-paragraph>   org-forward-paragraph
3980 : <remap> <open-line>           org-open-line
3981 : <remap> <outline-backward-same-level>
3982 :                               org-backward-heading-same-level
3983 : <remap> <outline-demote>      org-demote-subtree
3984 : <remap> <outline-forward-same-level>
3985 :                               org-forward-heading-same-level
3986 : <remap> <outline-insert-heading>
3987 :                               org-ctrl-c-ret
3988 : <remap> <outline-mark-subtree>        org-mark-subtree
3989 : <remap> <outline-next-visible-heading>
3990 :                               org-next-visible-heading
3991 : <remap> <outline-previous-visible-heading>
3992 :                               org-previous-visible-heading
3993 : <remap> <outline-promote>     org-promote-subtree
3994 : <remap> <outline-show-branches>
3995 :                               org-kill-note-or-show-branches
3996 : <remap> <outline-show-subtree>        org-show-subtree
3997 : <remap> <self-insert-command> org-self-insert-command
3998 : <remap> <show-children>               org-show-children
3999 : <remap> <transpose-words>     org-transpose-words
4001 : C-c C-a               outline-show-all
4002 :   (that binding is currently shadowed by another mode)
4003 : C-c C-b               outline-backward-same-level
4004 :   (that binding is currently shadowed by another mode)
4005 : C-c C-c               outline-hide-entry
4006 :   (that binding is currently shadowed by another mode)
4007 : C-c C-d               outline-hide-subtree
4008 :   (that binding is currently shadowed by another mode)
4009 : C-c C-e               outline-show-entry
4010 :   (that binding is currently shadowed by another mode)
4011 : C-c C-f               outline-forward-same-level
4012 :   (that binding is currently shadowed by another mode)
4013 : C-c TAB               outline-show-children
4014 : C-c C-k               outline-show-branches
4015 :   (that binding is currently shadowed by another mode)
4016 : C-c C-l               outline-hide-leaves
4017 :   (that binding is currently shadowed by another mode)
4018 : C-c RET               outline-insert-heading
4019 :   (that binding is currently shadowed by another mode)
4020 : C-c C-n               outline-next-visible-heading
4021 : C-c C-o               outline-hide-other
4022 :   (that binding is currently shadowed by another mode)
4023 : C-c C-p               outline-previous-visible-heading
4024 : C-c C-q               outline-hide-sublevels
4025 :   (that binding is currently shadowed by another mode)
4026 : C-c C-s               outline-show-subtree
4027 :   (that binding is currently shadowed by another mode)
4028 : C-c C-t               outline-hide-body
4029 :   (that binding is currently shadowed by another mode)
4030 : C-c C-u               outline-up-heading
4031 : C-c C-v               outline-move-subtree-down
4032 :   (that binding is currently shadowed by another mode)
4033 : C-c C-^               outline-move-subtree-up
4034 :   (that binding is currently shadowed by another mode)
4035 : C-c @         outline-mark-subtree
4036 :   (that binding is currently shadowed by another mode)
4037 : C-c C-<               outline-promote
4038 : C-c C->               outline-demote
4040 : C-M-i         ispell-complete-word
4041 :   (that binding is currently shadowed by another mode)
4043 : C-c " a               orgtbl-ascii-plot
4044 : C-c " g               org-plot/gnuplot
4046 : C-c C-M-l     org-insert-all-links
4047 : C-c M-b               org-previous-block
4048 : C-c M-f               org-next-block
4049 : C-c M-l               org-insert-last-stored-link
4050 : C-c M-w               org-copy
4052 : C-c C-v C-a   org-babel-sha1-hash
4053 : C-c C-v C-b   org-babel-execute-buffer
4054 : C-c C-v C-c   org-babel-check-src-block
4055 : C-c C-v C-d   org-babel-demarcate-block
4056 : C-c C-v C-e   org-babel-execute-maybe
4057 : C-c C-v C-f   org-babel-tangle-file
4058 : C-c C-v TAB   org-babel-view-src-block-info
4059 : C-c C-v C-j   org-babel-insert-header-arg
4060 : C-c C-v C-l   org-babel-load-in-session
4061 : C-c C-v C-n   org-babel-next-src-block
4062 : C-c C-v C-o   org-babel-open-src-block-result
4063 : C-c C-v C-p   org-babel-previous-src-block
4064 : C-c C-v C-r   org-babel-goto-named-result
4065 : C-c C-v C-s   org-babel-execute-subtree
4066 : C-c C-v C-t   org-babel-tangle
4067 : C-c C-v C-u   org-babel-goto-src-block-head
4068 : C-c C-v C-v   org-babel-expand-src-block
4069 : C-c C-v C-x   org-babel-do-key-sequence-in-edit-buffer
4070 : C-c C-v C-z   org-babel-switch-to-session
4071 : C-c C-v ESC   Prefix Command
4072 : C-c C-v I     org-babel-view-src-block-info
4073 : C-c C-v a     org-babel-sha1-hash
4074 : C-c C-v b     org-babel-execute-buffer
4075 : C-c C-v c     org-babel-check-src-block
4076 : C-c C-v d     org-babel-demarcate-block
4077 : C-c C-v e     org-babel-execute-maybe
4078 : C-c C-v f     org-babel-tangle-file
4079 : C-c C-v g     org-babel-goto-named-src-block
4080 : C-c C-v h     org-babel-describe-bindings
4081 : C-c C-v i     org-babel-lob-ingest
4082 : C-c C-v j     org-babel-insert-header-arg
4083 : C-c C-v k     org-babel-remove-result-one-or-many
4084 : C-c C-v l     org-babel-load-in-session
4085 : C-c C-v n     org-babel-next-src-block
4086 : C-c C-v o     org-babel-open-src-block-result
4087 : C-c C-v p     org-babel-previous-src-block
4088 : C-c C-v r     org-babel-goto-named-result
4089 : C-c C-v s     org-babel-execute-subtree
4090 : C-c C-v t     org-babel-tangle
4091 : C-c C-v u     org-babel-goto-src-block-head
4092 : C-c C-v v     org-babel-expand-src-block
4093 : C-c C-v x     org-babel-do-key-sequence-in-edit-buffer
4094 : C-c C-v z     org-babel-switch-to-session-with-code
4096 : C-c C-x C-a   org-archive-subtree-default
4097 : C-c C-x C-b   org-toggle-checkbox
4098 : C-c C-x C-c   org-columns
4099 : C-c C-x C-d   org-clock-display
4100 : C-c C-x C-f   org-emphasize
4101 : C-c C-x TAB   org-clock-in
4102 : C-c C-x C-j   org-clock-goto
4103 : C-c C-x C-l   org-toggle-latex-fragment
4104 : C-c C-x RET   Prefix Command
4105 : C-c C-x C-n   org-next-link
4106 : C-c C-x C-o   org-clock-out
4107 : C-c C-x C-p   org-previous-link
4108 : C-c C-x C-q   org-clock-cancel
4109 : C-c C-x C-r   org-clock-report
4110 : C-c C-x C-s   org-archive-subtree
4111 : C-c C-x C-t   org-toggle-time-stamp-overlays
4112 : C-c C-x C-u   org-dblock-update
4113 : C-c C-x C-v   org-toggle-inline-images
4114 : C-c C-x C-w   org-cut-special
4115 : C-c C-x C-x   org-clock-in-last
4116 : C-c C-x C-y   org-paste-special
4117 : C-c C-x C-z   org-resolve-clocks
4118 : C-c C-x ESC   Prefix Command
4119 : C-c C-x !     org-reload
4120 : C-c C-x ,     org-timer-pause-or-continue
4121 : C-c C-x -     org-timer-item
4122 : C-c C-x .     org-timer
4123 : C-c C-x 0     org-timer-start
4124 : C-c C-x ;     org-timer-set-timer
4125 : C-c C-x <     org-agenda-set-restriction-lock
4126 : C-c C-x >     org-agenda-remove-restriction-lock
4127 : C-c C-x A     org-archive-to-archive-sibling
4128 : C-c C-x E     org-inc-effort
4129 : C-c C-x G     org-feed-goto-inbox
4130 : C-c C-x P     org-set-property-and-value
4131 : C-c C-x [     org-reftex-citation
4132 : C-c C-x \     org-toggle-pretty-entities
4133 : C-c C-x _     org-timer-stop
4134 : C-c C-x a     org-toggle-archive-tag
4135 : C-c C-x b     org-tree-to-indirect-buffer
4136 : C-c C-x c     org-clone-subtree-with-time-shift
4137 : C-c C-x d     org-insert-drawer
4138 : C-c C-x e     org-set-effort
4139 : C-c C-x f     org-footnote-action
4140 : C-c C-x g     org-feed-update-all
4141 : C-c C-x i     org-columns-insert-dblock
4142 : C-c C-x o     org-toggle-ordered-property
4143 : C-c C-x p     org-set-property
4144 : C-c C-x q     org-toggle-tags-groups
4145 : C-c C-x v     org-copy-visible
4147 : C-c C-v C-M-h org-babel-mark-block
4149 : C-c C-x C-M-v org-redisplay-inline-images
4150 : C-c C-x M-w   org-copy-special
4152 : C-c C-x RET g org-mobile-pull
4153 : C-c C-x RET p org-mobile-push
4157 : In addition to any hooks its parent mode â€˜outline-mode’ might have run,
4158 : this mode runs the hook â€˜org-mode-hook’, as the final or penultimate step
4159 : during initialization.
4160 ** org-babel-lilypond-tangle
4161    :PROPERTIES:
4162    :CUSTOM_ID: org-babel-lilypond-tangle
4163    :END:
4165 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
4166 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-tangle][Find modifications in git logs]]
4168 : ob-lilypond specific tangle, attempts to invoke
4169 : =ly-execute-tangled-ly= if tangle is successful.  Also passes
4170 : specific arguments to =org-babel-tangle=
4171 ** org-goto-local-auto-isearch
4172    :PROPERTIES:
4173    :CUSTOM_ID: org-goto-local-auto-isearch
4174    :END:
4176 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4177 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-local-auto-isearch][Find modifications in git logs]]
4179 : Start isearch.
4180 ** org-backward-sentence =(&optional _arg)=
4181    :PROPERTIES:
4182    :CUSTOM_ID: org-backward-sentence
4183    :END:
4185 - *Access:* ~M-a~
4186 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4187 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-backward-sentence][Find modifications in git logs]]
4189 : Go to beginning of sentence, or beginning of table field.
4190 : This will call â€˜backward-sentence’ or â€˜org-table-beginning-of-field’,
4191 : depending on context.
4192 ** org-beamer-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)=
4193    :PROPERTIES:
4194    :CUSTOM_ID: org-beamer-export-to-pdf
4195    :END:
4197 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
4198 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-export-to-pdf][Find modifications in git logs]]
4200 : Export current buffer as a Beamer presentation (PDF).
4202 : If narrowing is active in the current buffer, only export its
4203 : narrowed part.
4205 : If a region is active, export that region.
4207 : A non-nil optional argument ASYNC means the process should happen
4208 : asynchronously.  The resulting file should be accessible through
4209 : the â€˜org-export-stack’ interface.
4211 : When optional argument SUBTREEP is non-nil, export the sub-tree
4212 : at point, extracting information from the headline properties
4213 : first.
4215 : When optional argument VISIBLE-ONLY is non-nil, don’t export
4216 : contents of hidden elements.
4218 : When optional argument BODY-ONLY is non-nil, only write code
4219 : between "\begin{document}" and "\end{document}".
4221 : EXT-PLIST, when provided, is a property list with external
4222 : parameters overriding Org default settings, but still inferior to
4223 : file-local settings.
4225 : Return PDF file’s name.
4226 ** org-store-agenda-views =(&rest parameters)=
4227    :PROPERTIES:
4228    :CUSTOM_ID: org-store-agenda-views
4229    :END:
4231 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4232 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-store-agenda-views][Find modifications in git logs]]
4234 : Store agenda views.
4235 ** org-babel-load-file =(file &optional compile)=
4236    :PROPERTIES:
4237    :CUSTOM_ID: org-babel-load-file
4238    :END:
4240 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4241 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-load-file][Find modifications in git logs]]
4243 : Load Emacs Lisp source code blocks in the Org FILE.
4244 : This function exports the source code using â€˜org-babel-tangle’
4245 : and then loads the resulting file using â€˜load-file’.  With prefix
4246 : arg (noninteractively: 2nd arg) COMPILE the tangled Emacs Lisp
4247 : file to byte-code before it is loaded.
4248 ** org-columns =(&optional global columns-fmt-string)=
4249    :PROPERTIES:
4250    :CUSTOM_ID: org-columns
4251    :END:
4253 - *Access:* ~C-c C-x C-c, <menu-bar> <Org> <TAGS and Properties> <Column view of properties>~
4254 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
4255 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns][Find modifications in git logs]]
4257 : Turn on column view on an Org mode file.
4259 : Column view applies to the whole buffer if point is before the
4260 : first headline.  Otherwise, it applies to the first ancestor
4261 : setting "COLUMNS" property.  If there is none, it defaults to
4262 : the current headline.  With a â€˜C-u’ prefix argument, turn on column
4263 : view for the whole buffer unconditionally.
4265 : When COLUMNS-FMT-STRING is non-nil, use it as the column format.
4266 ** org-check-before-date =(d)=
4267    :PROPERTIES:
4268    :CUSTOM_ID: org-check-before-date
4269    :END:
4271 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4272 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-check-before-date][Find modifications in git logs]]
4274 : Check if there are deadlines or scheduled entries before date D.
4275 ** org-agenda-drag-line-backward =(arg)=
4276    :PROPERTIES:
4277    :CUSTOM_ID: org-agenda-drag-line-backward
4278    :END:
4280 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4281 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-drag-line-backward][Find modifications in git logs]]
4283 : Drag an agenda line backward by ARG lines.
4284 ** org-yank =(&optional arg)=
4285    :PROPERTIES:
4286    :CUSTOM_ID: org-yank
4287    :END:
4289 - *Access:* ~C-y~
4290 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4291 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-yank][Find modifications in git logs]]
4293 : Yank.  If the kill is a subtree, treat it specially.
4294 : This command will look at the current kill and check if is a single
4295 : subtree, or a series of subtrees[1].  If it passes the test, and if the
4296 : cursor is at the beginning of a line or after the stars of a currently
4297 : empty headline, then the yank is handled specially.  How exactly depends
4298 : on the value of the following variables.
4300 : â€˜org-yank-folded-subtrees’
4301 :     By default, this variable is non-nil, which results in
4302 :     subtree(s) being folded after insertion, except if doing so
4303 :     would swallow text after the yanked text.
4305 : â€˜org-yank-adjusted-subtrees’
4306 :     When non-nil (the default value is nil), the subtree will be
4307 :     promoted or demoted in order to fit into the local outline tree
4308 :     structure, which means that the level will be adjusted so that it
4309 :     becomes the smaller one of the two *visible* surrounding headings.
4311 : Any prefix to this command will cause â€˜yank’ to be called directly with
4312 : no special treatment.  In particular, a simple â€˜C-u’ prefix will just
4313 : plainly yank the text as it is.
4315 : [1] The test checks if the first non-white line is a heading
4316 :     and if there are no other headings with fewer stars.
4317 ** org-agenda-toggle-time-grid
4318    :PROPERTIES:
4319    :CUSTOM_ID: org-agenda-toggle-time-grid
4320    :END:
4322 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4323 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-toggle-time-grid][Find modifications in git logs]]
4325 : Toggle time grid in an agenda buffer.
4326 ** org-agenda-todo-previousset
4327    :PROPERTIES:
4328    :CUSTOM_ID: org-agenda-todo-previousset
4329    :END:
4331 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4332 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-previousset][Find modifications in git logs]]
4334 : Switch TODO entry to previous sequence.
4335 ** org-agenda-priority-down
4336    :PROPERTIES:
4337    :CUSTOM_ID: org-agenda-priority-down
4338    :END:
4340 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4341 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-priority-down][Find modifications in git logs]]
4343 : Decrease the priority of line at point, also in Org file.
4344 ** org-insert-link =(&optional complete-file link-location default-description)=
4345    :PROPERTIES:
4346    :CUSTOM_ID: org-insert-link
4347    :END:
4349 - *Access:* ~C-c C-l, <menu-bar> <Org> <Hyperlinks> <Insert Link>~
4350 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4351 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-link][Find modifications in git logs]]
4353 : Insert a link.  At the prompt, enter the link.
4355 : Completion can be used to insert any of the link protocol prefixes in use.
4357 : The history can be used to select a link previously stored with
4358 : â€˜org-store-link’.  When the empty string is entered (i.e. if you just
4359 : press â€˜RET’ at the prompt), the link defaults to the most recently
4360 : stored link.  As â€˜SPC’ triggers completion in the minibuffer, you need to
4361 : use â€˜M-SPC’ or â€˜C-q SPC’ to force the insertion of a space character.
4363 : You will also be prompted for a description, and if one is given, it will
4364 : be displayed in the buffer instead of the link.
4366 : If there is already a link at point, this command will allow you to edit
4367 : link and description parts.
4369 : With a â€˜C-u’ prefix, prompts for a file to link to.  The file name can be
4370 : selected using completion.  The path to the file will be relative to the
4371 : current directory if the file is in the current directory or a subdirectory.
4372 : Otherwise, the link will be the absolute path as completed in the minibuffer
4373 : (i.e. normally ~/path/to/file).  You can configure this behavior using the
4374 : option â€˜org-link-file-path-type’.
4376 : With a â€˜C-u C-u’ prefix, enforce an absolute path even if the file is in
4377 : the current directory or below.
4379 : A â€˜C-u C-u C-u’ prefix negates â€˜org-keep-stored-link-after-insertion’.
4381 : If â€˜org-make-link-description-function’ is non-nil, this function will be
4382 : called with the link target, and the result will be the default
4383 : link description.
4385 : If the LINK-LOCATION parameter is non-nil, this value will be used as
4386 : the link location instead of reading one interactively.
4388 : If the DEFAULT-DESCRIPTION parameter is non-nil, this value will be used
4389 : as the default description.
4390 ** org-display-outline-path =(&optional file current separator just-return-string)=
4391    :PROPERTIES:
4392    :CUSTOM_ID: org-display-outline-path
4393    :END:
4395 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4396 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-display-outline-path][Find modifications in git logs]]
4398 : Display the current outline path in the echo area.
4400 : If FILE is non-nil, prepend the output with the file name.
4401 : If CURRENT is non-nil, append the current heading to the output.
4402 : SEPARATOR is passed through to â€˜org-format-outline-path’.  It separates
4403 : the different parts of the path and defaults to "/".
4404 : If JUST-RETURN-STRING is non-nil, return a string, don’t display a message.
4405 ** org-timer-change-times-in-region =(beg end delta)=
4406    :PROPERTIES:
4407    :CUSTOM_ID: org-timer-change-times-in-region
4408    :END:
4410 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
4411 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-change-times-in-region][Find modifications in git logs]]
4413 : Change all h:mm:ss time in region by a DELTA.
4414 ** org-indent-block
4415    :PROPERTIES:
4416    :CUSTOM_ID: org-indent-block
4417    :END:
4419 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4420 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-block][Find modifications in git logs]]
4422 : Indent the block at point.
4423 ** org-latex-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)=
4424    :PROPERTIES:
4425    :CUSTOM_ID: org-latex-export-to-pdf
4426    :END:
4428 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
4429 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-export-to-pdf][Find modifications in git logs]]
4431 : Export current buffer to LaTeX then process through to PDF.
4433 : If narrowing is active in the current buffer, only export its
4434 : narrowed part.
4436 : If a region is active, export that region.
4438 : A non-nil optional argument ASYNC means the process should happen
4439 : asynchronously.  The resulting file should be accessible through
4440 : the â€˜org-export-stack’ interface.
4442 : When optional argument SUBTREEP is non-nil, export the sub-tree
4443 : at point, extracting information from the headline properties
4444 : first.
4446 : When optional argument VISIBLE-ONLY is non-nil, don’t export
4447 : contents of hidden elements.
4449 : When optional argument BODY-ONLY is non-nil, only write code
4450 : between "\begin{document}" and "\end{document}".
4452 : EXT-PLIST, when provided, is a property list with external
4453 : parameters overriding Org default settings, but still inferior to
4454 : file-local settings.
4456 : Return PDF file’s name.
4457 ** org-timestamp-up-day =(&optional arg)=
4458    :PROPERTIES:
4459    :CUSTOM_ID: org-timestamp-up-day
4460    :END:
4462 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4463 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timestamp-up-day][Find modifications in git logs]]
4465 : Increase the date in the time stamp by one day.
4466 : With prefix ARG, change that many days.
4467 ** org-copy-special
4468    :PROPERTIES:
4469    :CUSTOM_ID: org-copy-special
4470    :END:
4472 - *Access:* ~<menu-bar> <Org> <Edit Structure> <Copy Subtree>, <menu-bar> <Tbl> <Rectangle> <Copy Rectangle>, C-c C-x M-w~
4473 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4474 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-copy-special][Find modifications in git logs]]
4476 : Copy region in table or copy current subtree.
4477 : Calls â€˜org-table-copy-region’ or â€˜org-copy-subtree’, depending on
4478 : context.  See the individual commands for more information.
4479 ** org-paste-subtree =(&optional level tree for-yank remove)=
4480    :PROPERTIES:
4481    :CUSTOM_ID: org-paste-subtree
4482    :END:
4484 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4485 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-paste-subtree][Find modifications in git logs]]
4487 : Paste the clipboard as a subtree, with modification of headline level.
4488 : The entire subtree is promoted or demoted in order to match a new headline
4489 : level.
4491 : If the cursor is at the beginning of a headline, the same level as
4492 : that headline is used to paste the tree.
4494 : If not, the new level is derived from the *visible* headings
4495 : before and after the insertion point, and taken to be the inferior headline
4496 : level of the two.  So if the previous visible heading is level 3 and the
4497 : next is level 4 (or vice versa), level 4 will be used for insertion.
4498 : This makes sure that the subtree remains an independent subtree and does
4499 : not swallow low level entries.
4501 : You can also force a different level, either by using a numeric prefix
4502 : argument, or by inserting the heading marker by hand.  For example, if the
4503 : cursor is after "*****", then the tree will be shifted to level 5.
4505 : If optional TREE is given, use this text instead of the kill ring.
4507 : When FOR-YANK is set, this is called by â€˜org-yank’.  In this case, do not
4508 : move back over whitespace before inserting, and move point to the end of
4509 : the inserted text when done.
4511 : When REMOVE is non-nil, remove the subtree from the clipboard.
4512 ** org-agenda-holidays
4513    :PROPERTIES:
4514    :CUSTOM_ID: org-agenda-holidays
4515    :END:
4517 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4518 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-holidays][Find modifications in git logs]]
4520 : Display the holidays for the 3 months around the cursor date.
4521 ** org-version =(&optional here full message)=
4522    :PROPERTIES:
4523    :CUSTOM_ID: org-version
4524    :END:
4526 - *Access:* ~<menu-bar> <Org> <Documentation> <Show Version>~
4527 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4528 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-version][Find modifications in git logs]]
4530 : Show the Org version.
4531 : Interactively, or when MESSAGE is non-nil, show it in echo area.
4532 : With prefix argument, or when HERE is non-nil, insert it at point.
4533 : In non-interactive uses, a reduced version string is output unless
4534 : FULL is given.
4535 ** org-hide-block-toggle-maybe
4536    :PROPERTIES:
4537    :CUSTOM_ID: org-hide-block-toggle-maybe
4538    :END:
4540 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4541 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-block-toggle-maybe][Find modifications in git logs]]
4543 : Toggle visibility of block at point.
4544 : Unlike to â€˜org-hide-block-toggle’, this function does not throw
4545 : an error.  Return a non-nil value when toggling is successful.
4546 ** org-publish-current-file =(&optional force async)=
4547    :PROPERTIES:
4548    :CUSTOM_ID: org-publish-current-file
4549    :END:
4551 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
4552 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-current-file][Find modifications in git logs]]
4554 : Publish the current file.
4555 : With prefix argument FORCE, force publish the file.  When
4556 : optional argument ASYNC is non-nil, publishing will be done
4557 : asynchronously, in another process.
4558 ** org-next-link =(&optional search-backward)=
4559    :PROPERTIES:
4560    :CUSTOM_ID: org-next-link
4561    :END:
4563 - *Access:* ~C-c C-x C-n, <menu-bar> <Org> <Hyperlinks> <Next link>~
4564 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4565 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-next-link][Find modifications in git logs]]
4567 : Move forward to the next link.
4568 : If the link is in hidden text, expose it.
4569 ** org-clock-goto =(&optional select)=
4570    :PROPERTIES:
4571    :CUSTOM_ID: org-clock-goto
4572    :END:
4574 - *Access:* ~C-c C-x C-j, <menu-bar> <Org> <Logging work> <Goto running clock>~
4575 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
4576 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-goto][Find modifications in git logs]]
4578 : Go to the currently clocked-in entry, or to the most recently clocked one.
4579 : With prefix arg SELECT, offer recently clocked tasks for selection.
4580 ** org-babel-do-key-sequence-in-edit-buffer =(key)=
4581    :PROPERTIES:
4582    :CUSTOM_ID: org-babel-do-key-sequence-in-edit-buffer
4583    :END:
4585 - *Access:* ~C-c C-v x, C-c C-v C-x~
4586 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
4587 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-do-key-sequence-in-edit-buffer][Find modifications in git logs]]
4589 : Read key sequence and execute the command in edit buffer.
4590 : Enter a key sequence to be executed in the language major-mode
4591 : edit buffer.  For example, TAB will alter the contents of the
4592 : Org code block according to the effect of TAB in the language
4593 : major mode buffer.  For languages that support interactive
4594 : sessions, this can be used to send code from the Org buffer
4595 : to the session for evaluation using the native major mode
4596 : evaluation mechanisms.
4597 ** org-hide-block-all
4598    :PROPERTIES:
4599    :CUSTOM_ID: org-hide-block-all
4600    :END:
4602 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4603 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-block-all][Find modifications in git logs]]
4605 : Fold all blocks in the current buffer.
4606 ** org-promote-subtree
4607    :PROPERTIES:
4608    :CUSTOM_ID: org-promote-subtree
4609    :END:
4611 - *Access:* ~C-c C-<~
4612 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4613 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-promote-subtree][Find modifications in git logs]]
4615 : Promote the entire subtree.
4616 : See also â€˜org-promote’.
4617 ** org-babel-execute-maybe
4618    :PROPERTIES:
4619    :CUSTOM_ID: org-babel-execute-maybe
4620    :END:
4622 - *Access:* ~C-c C-v C-e, C-c C-v e~
4623 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
4624 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-execute-maybe][Find modifications in git logs]]
4627 ** org-clock-in =(&optional select start-time)=
4628    :PROPERTIES:
4629    :CUSTOM_ID: org-clock-in
4630    :END:
4632 - *Access:* ~C-c C-x TAB, <menu-bar> <Org> <Logging work> <Clock in>~
4633 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
4634 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-in][Find modifications in git logs]]
4636 : Start the clock on the current item.
4638 : If necessary, clock-out of the currently active clock.
4640 : With a â€˜C-u’ prefix argument SELECT, offer a list of recently clocked
4641 : tasks to clock into.
4643 : When SELECT is â€˜C-u C-u’, clock into the current task and mark it as
4644 : the default task, a special task that will always be offered in the
4645 : clocking selection, associated with the letter â€˜d’.
4647 : When SELECT is â€˜C-u C-u C-u’, clock in by using the last clock-out
4648 : time as the start time.  See â€˜org-clock-continuously’ to make this
4649 : the default behavior.
4650 ** org-do-promote
4651    :PROPERTIES:
4652    :CUSTOM_ID: org-do-promote
4653    :END:
4655 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4656 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-do-promote][Find modifications in git logs]]
4658 : Promote the current heading higher up the tree.
4659 : If the region is active in â€˜transient-mark-mode’, promote all
4660 : headings in the region.
4661 ** org-agenda-drag-line-forward =(arg &optional backward)=
4662    :PROPERTIES:
4663    :CUSTOM_ID: org-agenda-drag-line-forward
4664    :END:
4666 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4667 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-drag-line-forward][Find modifications in git logs]]
4669 : Drag an agenda line forward by ARG lines.
4670 : When the optional argument â€˜backward’ is non-nil, move backward.
4671 ** org-inc-effort
4672    :PROPERTIES:
4673    :CUSTOM_ID: org-inc-effort
4674    :END:
4676 - *Access:* ~C-c C-x E~
4677 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4678 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inc-effort][Find modifications in git logs]]
4680 : Increment the value of the effort property in the current entry.
4681 ** org-indent-to-column =(column &optional minimum)=
4682    :PROPERTIES:
4683    :CUSTOM_ID: org-indent-to-column
4684    :END:
4686 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
4687 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-to-column][Find modifications in git logs]]
4689 : Indent from point with tabs and spaces until COLUMN is reached.
4690 : Optional second argument MINIMUM says always do at least MINIMUM spaces
4691 : even if that goes past COLUMN; by default, MINIMUM is zero.
4693 : The return value is COLUMN.
4695 : (fn COLUMN &optional MINIMUM)
4696 ** org-agenda-kill
4697    :PROPERTIES:
4698    :CUSTOM_ID: org-agenda-kill
4699    :END:
4701 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4702 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-kill][Find modifications in git logs]]
4704 : Kill the entry or subtree belonging to the current agenda entry.
4705 ** org-protocol-create =(&optional project-plist)=
4706    :PROPERTIES:
4707    :CUSTOM_ID: org-protocol-create
4708    :END:
4710 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
4711 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-create][Find modifications in git logs]]
4713 : Create a new org-protocol project interactively.
4714 : An org-protocol project is an entry in
4715 : â€˜org-protocol-project-alist’ which is used by
4716 : â€˜org-protocol-open-source’.  Optionally use PROJECT-PLIST to
4717 : initialize the defaults for this project.  If PROJECT-PLIST is
4718 : the cdr of an element in â€˜org-publish-project-alist’, reuse
4719 : :base-directory, :html-extension and :base-extension.
4720 ** org-odt-export-as-odf =(latex-frag &optional odf-file)=
4721    :PROPERTIES:
4722    :CUSTOM_ID: org-odt-export-as-odf
4723    :END:
4725 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
4726 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-export-as-odf][Find modifications in git logs]]
4728 : Export LATEX-FRAG as OpenDocument formula file ODF-FILE.
4729 : Use â€˜org-create-math-formula’ to convert LATEX-FRAG first to
4730 : MathML.  When invoked as an interactive command, use
4731 : â€˜org-latex-regexps’ to infer LATEX-FRAG from currently active
4732 : region.  If no LaTeX fragments are found, prompt for it.  Push
4733 : MathML source to kill ring depending on the value of
4734 : â€˜org-export-copy-to-kill-ring’.
4735 ** org-footnote-new
4736    :PROPERTIES:
4737    :CUSTOM_ID: org-footnote-new
4738    :END:
4740 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
4741 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-new][Find modifications in git logs]]
4743 : Insert a new footnote.
4744 : This command prompts for a label.  If this is a label referencing an
4745 : existing label, only insert the label.  If the footnote label is empty
4746 : or new, let the user edit the definition of the footnote.
4747 ** org-edit-src-save
4748    :PROPERTIES:
4749    :CUSTOM_ID: org-edit-src-save
4750    :END:
4752 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
4753 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-save][Find modifications in git logs]]
4755 : Save parent buffer with current state source-code buffer.
4756 ** org-inlinetask-insert-task =(&optional no-state)=
4757    :PROPERTIES:
4758    :CUSTOM_ID: org-inlinetask-insert-task
4759    :END:
4761 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-inlinetask.el][org-inlinetask.el]]
4762 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inlinetask-insert-task][Find modifications in git logs]]
4764 : Insert an inline task.
4765 : If prefix arg NO-STATE is set, ignore â€˜org-inlinetask-default-state’.
4766 ** org-lint--ignore-checker
4767    :PROPERTIES:
4768    :CUSTOM_ID: org-lint--ignore-checker
4769    :END:
4771 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
4772 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint--ignore-checker][Find modifications in git logs]]
4774 : Ignore all reports from checker that generated the report at point.
4775 : Checker will also be ignored in all subsequent reports.
4776 ** org-table-import =(file arg)=
4777    :PROPERTIES:
4778    :CUSTOM_ID: org-table-import
4779    :END:
4781 - *Access:* ~<menu-bar> <Tbl> <Import from File>~
4782 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
4783 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-import][Find modifications in git logs]]
4785 : Import FILE as a table.
4786 : The file is assumed to be tab-separated.  Such files can be produced by most
4787 : spreadsheet and database applications.  If no tabs (at least one per line)
4788 : are found, lines will be split on whitespace into fields.
4789 ** org-babel-next-src-block =(&optional arg)=
4790    :PROPERTIES:
4791    :CUSTOM_ID: org-babel-next-src-block
4792    :END:
4794 - *Access:* ~C-c C-v C-n, C-c C-v n~
4795 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
4796 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-next-src-block][Find modifications in git logs]]
4798 : Jump to the next source block.
4799 : With optional prefix argument ARG, jump forward ARG many source blocks.
4800 ** org-submit-bug-report
4801    :PROPERTIES:
4802    :CUSTOM_ID: org-submit-bug-report
4803    :END:
4805 - *Access:* ~<menu-bar> <Org> <Send bug report>~
4806 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4807 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-submit-bug-report][Find modifications in git logs]]
4809 : Submit a bug report on Org via mail.
4811 : Don’t hesitate to report any problems or inaccurate documentation.
4813 : If you don’t have setup sending mail from (X)Emacs, please copy the
4814 : output buffer into your mail program, as it gives us important
4815 : information about your Org version and configuration.
4816 ** org-agenda-convert-date
4817    :PROPERTIES:
4818    :CUSTOM_ID: org-agenda-convert-date
4819    :END:
4821 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4822 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-convert-date][Find modifications in git logs]]
4825 ** org-shiftmetaup =(&optional _arg)=
4826    :PROPERTIES:
4827    :CUSTOM_ID: org-shiftmetaup
4828    :END:
4830 - *Access:* ~<M-S-up>, <menu-bar> <Tbl> <Row> <Delete Row>~
4831 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
4832 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetaup][Find modifications in git logs]]
4834 : Drag the line at point up.
4835 : In a table, kill the current row.
4836 : On a clock timestamp, update the value of the timestamp like â€˜S-<up>’
4837 : but also adjust the previous clocked item in the clock history.
4838 : Everywhere else, drag the line at point up.
4839 ** org-babel-hash-at-point =(&optional point)=
4840    :PROPERTIES:
4841    :CUSTOM_ID: org-babel-hash-at-point
4842    :END:
4844 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
4845 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-hash-at-point][Find modifications in git logs]]
4847 : Return the value of the hash at POINT.
4848 : The hash is also added as the last element of the kill ring.
4849 : This can be called with â€˜C-c C-c’.
4850 ** org-footnote-renumber-fn:N
4851    :PROPERTIES:
4852    :CUSTOM_ID: org-footnote-renumber-fn:N
4853    :END:
4855 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
4856 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-renumber-fn:N][Find modifications in git logs]]
4858 : Order numbered footnotes into a sequence in the document.
4859 ** org-babel-pop-to-session-maybe
4860    :PROPERTIES:
4861    :CUSTOM_ID: org-babel-pop-to-session-maybe
4862    :END:
4864 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
4865 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-pop-to-session-maybe][Find modifications in git logs]]
4867 : Conditionally pop to a session.
4868 : Detect if this is context for a org-babel src-block and if so
4869 : then run â€˜org-babel-switch-to-session’.
4870 ** org-agenda-goto =(&optional highlight)=
4871    :PROPERTIES:
4872    :CUSTOM_ID: org-agenda-goto
4873    :END:
4875 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4876 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-goto][Find modifications in git logs]]
4878 : Go to the entry at point in the corresponding Org file.
4879 ** org-mouse-show-overview
4880    :PROPERTIES:
4881    :CUSTOM_ID: org-mouse-show-overview
4882    :END:
4884 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
4885 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-show-overview][Find modifications in git logs]]
4887 : Change visibility of current org buffer to first-level headlines only.
4888 ** org-agenda-switch-to =(&optional delete-other-windows)=
4889    :PROPERTIES:
4890    :CUSTOM_ID: org-agenda-switch-to
4891    :END:
4893 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4894 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-switch-to][Find modifications in git logs]]
4896 : Go to the Org mode file which contains the item at point.
4897 : When optional argument DELETE-OTHER-WINDOWS is non-nil, the
4898 : displayed Org file fills the frame.
4899 ** org-babel-goto-named-src-block =(name)=
4900    :PROPERTIES:
4901    :CUSTOM_ID: org-babel-goto-named-src-block
4902    :END:
4904 - *Access:* ~C-c C-v g~
4905 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
4906 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-goto-named-src-block][Find modifications in git logs]]
4908 : Go to a named source-code block.
4909 ** org-org-export-as-org =(&optional async subtreep visible-only body-only ext-plist)=
4910    :PROPERTIES:
4911    :CUSTOM_ID: org-org-export-as-org
4912    :END:
4914 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-org.el][ox-org.el]]
4915 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-org-export-as-org][Find modifications in git logs]]
4917 : Export current buffer to an Org buffer.
4919 : If narrowing is active in the current buffer, only export its
4920 : narrowed part.
4922 : If a region is active, export that region.
4924 : A non-nil optional argument ASYNC means the process should happen
4925 : asynchronously.  The resulting buffer should be accessible
4926 : through the â€˜org-export-stack’ interface.
4928 : When optional argument SUBTREEP is non-nil, export the sub-tree
4929 : at point, extracting information from the headline properties
4930 : first.
4932 : When optional argument VISIBLE-ONLY is non-nil, don’t export
4933 : contents of hidden elements.
4935 : When optional argument BODY-ONLY is non-nil, strip document
4936 : keywords from output.
4938 : EXT-PLIST, when provided, is a property list with external
4939 : parameters overriding Org default settings, but still inferior to
4940 : file-local settings.
4942 : Export is done in a buffer named "*Org ORG Export*", which will
4943 : be displayed when â€˜org-export-show-temporary-export-buffer’ is
4944 : non-nil.
4945 ** org-export-stack-remove =(&optional source)=
4946    :PROPERTIES:
4947    :CUSTOM_ID: org-export-stack-remove
4948    :END:
4950 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
4951 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack-remove][Find modifications in git logs]]
4953 : Remove export results at point from stack.
4954 : If optional argument SOURCE is non-nil, remove it instead.
4955 ** org-table-fedit-ref-left
4956    :PROPERTIES:
4957    :CUSTOM_ID: org-table-fedit-ref-left
4958    :END:
4960 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
4961 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-ref-left][Find modifications in git logs]]
4963 : Shift the reference at point one field to the left.
4964 ** org-timer-start =(&optional offset)=
4965    :PROPERTIES:
4966    :CUSTOM_ID: org-timer-start
4967    :END:
4969 - *Access:* ~C-c C-x 0, <menu-bar> <Org> <Dates and Scheduling> <Start/Restart Timer>~
4970 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
4971 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-start][Find modifications in git logs]]
4973 : Set the starting time for the relative timer to now.
4974 : When called with prefix argument OFFSET, prompt the user for an offset time,
4975 : with the default taken from a timer stamp at point, if any.
4976 : If OFFSET is a string or an integer, it is directly taken to be the offset
4977 : without user interaction.
4978 : When called with a double prefix arg, all timer strings in the active
4979 : region will be shifted by a specific amount.  You will be prompted for
4980 : the amount, with the default to make the first timer string in
4981 : the region 0:00:00.
4982 ** org-agenda-todo-nextset
4983    :PROPERTIES:
4984    :CUSTOM_ID: org-agenda-todo-nextset
4985    :END:
4987 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
4988 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-nextset][Find modifications in git logs]]
4990 : Switch TODO entry to next sequence.
4991 ** org-edit-fixed-width-region
4992    :PROPERTIES:
4993    :CUSTOM_ID: org-edit-fixed-width-region
4994    :END:
4996 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
4997 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-fixed-width-region][Find modifications in git logs]]
4999 : Edit the fixed-width ASCII drawing at point.
5001 : This must be a region where each line starts with a colon
5002 : followed by a space or a newline character.
5004 : A new buffer is created and the fixed-width region is copied into
5005 : it, and the buffer is switched into the major mode defined in
5006 : â€˜org-edit-fixed-width-region-mode’, which see.
5008 : When done, exit with â€˜C-c '’.  The edited text will then replace
5009 : the area in the Org mode buffer.
5010 ** org-dblock-update =(&optional arg)=
5011    :PROPERTIES:
5012    :CUSTOM_ID: org-dblock-update
5013    :END:
5015 - *Access:* ~C-c C-x C-u~
5016 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5017 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-dblock-update][Find modifications in git logs]]
5019 : User command for updating dynamic blocks.
5020 : Update the dynamic block at point.  With prefix ARG, update all dynamic
5021 : blocks in the buffer.
5022 ** org-capture-string =(string &optional keys)=
5023    :PROPERTIES:
5024    :CUSTOM_ID: org-capture-string
5025    :END:
5027 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
5028 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-string][Find modifications in git logs]]
5030 : Capture STRING with the template selected by KEYS.
5031 ** org-clock-select-task =(&optional prompt)=
5032    :PROPERTIES:
5033    :CUSTOM_ID: org-clock-select-task
5034    :END:
5036 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
5037 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-select-task][Find modifications in git logs]]
5039 : Select a task that was recently associated with clocking.
5040 ** org-rss-export-as-rss =(&optional async subtreep visible-only)=
5041    :PROPERTIES:
5042    :CUSTOM_ID: org-rss-export-as-rss
5043    :END:
5045 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-rss.el][ox-rss.el]]
5046 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-rss-export-as-rss][Find modifications in git logs]]
5048 : Export current buffer to a RSS buffer.
5050 : If narrowing is active in the current buffer, only export its
5051 : narrowed part.
5053 : If a region is active, export that region.
5055 : A non-nil optional argument ASYNC means the process should happen
5056 : asynchronously.  The resulting buffer should be accessible
5057 : through the â€˜org-export-stack’ interface.
5059 : When optional argument SUBTREEP is non-nil, export the sub-tree
5060 : at point, extracting information from the headline properties
5061 : first.
5063 : When optional argument VISIBLE-ONLY is non-nil, don’t export
5064 : contents of hidden elements.
5066 : Export is done in a buffer named "*Org RSS Export*", which will
5067 : be displayed when â€˜org-export-show-temporary-export-buffer’ is
5068 : non-nil.
5069 ** org-babel-initiate-session =(&optional arg info)=
5070    :PROPERTIES:
5071    :CUSTOM_ID: org-babel-initiate-session
5072    :END:
5074 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
5075 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-initiate-session][Find modifications in git logs]]
5077 : Initiate session for current code block.
5078 : If called with a prefix argument then resolve any variable
5079 : references in the header arguments and assign these variables in
5080 : the session.  Copy the body of the code block to the kill ring.
5081 ** org-table-calc-current-TBLFM =(&optional arg)=
5082    :PROPERTIES:
5083    :CUSTOM_ID: org-table-calc-current-TBLFM
5084    :END:
5086 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5087 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-calc-current-TBLFM][Find modifications in git logs]]
5089 : Apply the #+TBLFM in the line at point to the table.
5090 ** org-table-fedit-ref-down
5091    :PROPERTIES:
5092    :CUSTOM_ID: org-table-fedit-ref-down
5093    :END:
5095 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5096 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-ref-down][Find modifications in git logs]]
5098 : Shift the reference at point one row/hline down.
5099 ** org-clock-modify-effort-estimate =(&optional value)=
5100    :PROPERTIES:
5101    :CUSTOM_ID: org-clock-modify-effort-estimate
5102    :END:
5104 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
5105 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-modify-effort-estimate][Find modifications in git logs]]
5107 : Add to or set the effort estimate of the item currently being clocked.
5108 : VALUE can be a number of minutes, or a string with format hh:mm or mm.
5109 : When the string starts with a + or a - sign, the current value of the effort
5110 : property will be changed by that amount.  If the effort value is expressed
5111 : as an â€˜org-effort-durations’ (e.g. "3h"), the modified value will be
5112 : converted to a hh:mm duration.
5114 : This command will update the "Effort" property of the currently
5115 : clocked item, and the value displayed in the mode line.
5116 ** org-agenda-next-line
5117    :PROPERTIES:
5118    :CUSTOM_ID: org-agenda-next-line
5119    :END:
5121 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5122 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-next-line][Find modifications in git logs]]
5124 : Move cursor to the next line, and show if follow mode is active.
5125 ** org-previous-item
5126    :PROPERTIES:
5127    :CUSTOM_ID: org-previous-item
5128    :END:
5130 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
5131 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-previous-item][Find modifications in git logs]]
5133 : Move to the beginning of the previous item.
5134 : Throw an error when not in a list.  Also throw an error when at
5135 : first item, unless â€˜org-list-use-circular-motion’ is non-nil.
5136 ** org-ascii-export-as-ascii =(&optional async subtreep visible-only body-only ext-plist)=
5137    :PROPERTIES:
5138    :CUSTOM_ID: org-ascii-export-as-ascii
5139    :END:
5141 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
5142 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-export-as-ascii][Find modifications in git logs]]
5144 : Export current buffer to a text buffer.
5146 : If narrowing is active in the current buffer, only export its
5147 : narrowed part.
5149 : If a region is active, export that region.
5151 : A non-nil optional argument ASYNC means the process should happen
5152 : asynchronously.  The resulting buffer should be accessible
5153 : through the â€˜org-export-stack’ interface.
5155 : When optional argument SUBTREEP is non-nil, export the sub-tree
5156 : at point, extracting information from the headline properties
5157 : first.
5159 : When optional argument VISIBLE-ONLY is non-nil, don’t export
5160 : contents of hidden elements.
5162 : When optional argument BODY-ONLY is non-nil, strip title and
5163 : table of contents from output.
5165 : EXT-PLIST, when provided, is a property list with external
5166 : parameters overriding Org default settings, but still inferior to
5167 : file-local settings.
5169 : Export is done in a buffer named "*Org ASCII Export*", which
5170 : will be displayed when â€˜org-export-show-temporary-export-buffer’
5171 : is non-nil.
5172 ** org-redisplay-inline-images
5173    :PROPERTIES:
5174    :CUSTOM_ID: org-redisplay-inline-images
5175    :END:
5177 - *Access:* ~C-c C-x C-M-v~
5178 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5179 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-redisplay-inline-images][Find modifications in git logs]]
5181 : Refresh the display of inline images.
5182 ** org-agenda-toggle-archive-tag
5183    :PROPERTIES:
5184    :CUSTOM_ID: org-agenda-toggle-archive-tag
5185    :END:
5187 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5188 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-toggle-archive-tag][Find modifications in git logs]]
5190 : Toggle the archive tag for the current entry.
5191 ** org-agenda-capture =(&optional with-time)=
5192    :PROPERTIES:
5193    :CUSTOM_ID: org-agenda-capture
5194    :END:
5196 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5197 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-capture][Find modifications in git logs]]
5199 : Call â€˜org-capture’ with the date at point.
5200 : With a â€˜C-1’ prefix, use the HH:MM value at point (if any) or the
5201 : current HH:MM time.
5202 ** org-datetree-cleanup
5203    :PROPERTIES:
5204    :CUSTOM_ID: org-datetree-cleanup
5205    :END:
5207 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-datetree.el][org-datetree.el]]
5208 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-datetree-cleanup][Find modifications in git logs]]
5210 : Make sure all entries in the current tree are under the correct date.
5211 : It may be useful to restrict the buffer to the applicable portion
5212 : before running this command, even though the command tries to be smart.
5213 ** org-agenda-date-earlier-hours =(arg)=
5214    :PROPERTIES:
5215    :CUSTOM_ID: org-agenda-date-earlier-hours
5216    :END:
5218 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5219 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-earlier-hours][Find modifications in git logs]]
5221 : Change the time of this item, in hour steps.
5222 ** org-agenda-date-later-minutes =(arg)=
5223    :PROPERTIES:
5224    :CUSTOM_ID: org-agenda-date-later-minutes
5225    :END:
5227 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5228 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-later-minutes][Find modifications in git logs]]
5230 : Change the time of this item, in units of â€˜org-time-stamp-rounding-minutes’.
5231 ** org-table-rotate-recalc-marks =(&optional newchar)=
5232    :PROPERTIES:
5233    :CUSTOM_ID: org-table-rotate-recalc-marks
5234    :END:
5236 - *Access:* ~C-#, <menu-bar> <Tbl> <Calculate> <Toggle Recalculate Mark>~
5237 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5238 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-rotate-recalc-marks][Find modifications in git logs]]
5240 : Rotate the recalculation mark in the first column.
5241 : If in any row, the first field is not consistent with a mark,
5242 : insert a new column for the markers.
5243 : When there is an active region, change all the lines in the region,
5244 : after prompting for the marking character.
5245 : After each change, a message will be displayed indicating the meaning
5246 : of the new mark.
5247 ** org-drag-element-backward
5248    :PROPERTIES:
5249    :CUSTOM_ID: org-drag-element-backward
5250    :END:
5252 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5253 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-drag-element-backward][Find modifications in git logs]]
5255 : Move backward element at point.
5256 ** org-transpose-words
5257    :PROPERTIES:
5258    :CUSTOM_ID: org-transpose-words
5259    :END:
5261 - *Access:* ~M-t~
5262 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5263 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-transpose-words][Find modifications in git logs]]
5265 : Transpose words for Org.
5266 : This uses the â€˜org-mode-transpose-word-syntax-table’ syntax
5267 : table, which interprets characters in â€˜org-emphasis-alist’ as
5268 : word constituents.
5269 ** org-next-block =(arg &optional backward block-regexp)=
5270    :PROPERTIES:
5271    :CUSTOM_ID: org-next-block
5272    :END:
5274 - *Access:* ~C-c M-f~
5275 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5276 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-next-block][Find modifications in git logs]]
5278 : Jump to the next block.
5280 : With a prefix argument ARG, jump forward ARG many blocks.
5282 : When BACKWARD is non-nil, jump to the previous block.
5284 : When BLOCK-REGEXP is non-nil, use this regexp to find blocks.
5285 : Match data is set according to this regexp when the function
5286 : returns.
5288 : Return point at beginning of the opening line of found block.
5289 : Throw an error if no block is found.
5290 ** org-indent-indent-buffer
5291    :PROPERTIES:
5292    :CUSTOM_ID: org-indent-indent-buffer
5293    :END:
5295 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
5296 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-indent-buffer][Find modifications in git logs]]
5298 : Add indentation properties to the accessible part of the buffer.
5299 ** org-babel-execute-src-block =(&optional arg info params)=
5300    :PROPERTIES:
5301    :CUSTOM_ID: org-babel-execute-src-block
5302    :END:
5304 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
5305 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-execute-src-block][Find modifications in git logs]]
5307 : Execute the current source code block.
5308 : Insert the results of execution into the buffer.  Source code
5309 : execution and the collection and formatting of results can be
5310 : controlled through a variety of header arguments.
5312 : With prefix argument ARG, force re-execution even if an existing
5313 : result cached in the buffer would otherwise have been returned.
5315 : Optionally supply a value for INFO in the form returned by
5316 : â€˜org-babel-get-src-block-info’.
5318 : Optionally supply a value for PARAMS which will be merged with
5319 : the header arguments specified at the front of the source code
5320 : block.
5321 ** org-find-entry-with-id =(ident)=
5322    :PROPERTIES:
5323    :CUSTOM_ID: org-find-entry-with-id
5324    :END:
5326 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5327 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-find-entry-with-id][Find modifications in git logs]]
5329 : Locate the entry that contains the ID property with exact value IDENT.
5330 : IDENT can be a string, a symbol or a number, this function will search for
5331 : the string representation of it.
5332 : Return the position where this entry starts, or nil if there is no such entry.
5333 ** org-table-next-field
5334    :PROPERTIES:
5335    :CUSTOM_ID: org-table-next-field
5336    :END:
5338 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5339 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-next-field][Find modifications in git logs]]
5341 : Go to the next field in the current table, creating new lines as needed.
5342 : Before doing so, re-align the table if necessary.
5343 ** org-table-copy-down =(n)=
5344    :PROPERTIES:
5345    :CUSTOM_ID: org-table-copy-down
5346    :END:
5348 - *Access:* ~<S-return>, <menu-bar> <Tbl> <Copy Field from Above>~
5349 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5350 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-copy-down][Find modifications in git logs]]
5352 : Copy the value of the current field one row below.
5354 : If the field at the cursor is empty, copy the content of the
5355 : nearest non-empty field above.  With argument N, use the Nth
5356 : non-empty field.
5358 : If the current field is not empty, it is copied down to the next
5359 : row, and the cursor is moved with it.  Therefore, repeating this
5360 : command causes the column to be filled row-by-row.
5362 : If the variable â€˜org-table-copy-increment’ is non-nil and the
5363 : field is an integer or a timestamp, it will be incremented while
5364 : copying.  By default, increment by the difference between the
5365 : value in the current field and the one in the field above.  To
5366 : increment using a fixed integer, set â€˜org-table-copy-increment’
5367 : to a number.  In the case of a timestamp, increment by days.
5368 ** org-agenda-cycle-show =(&optional n)=
5369    :PROPERTIES:
5370    :CUSTOM_ID: org-agenda-cycle-show
5371    :END:
5373 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5374 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-cycle-show][Find modifications in git logs]]
5376 : Show the current entry in another window, with default settings.
5378 : Default settings are taken from â€˜org-show-context-detail’.  When
5379 : use repeatedly in immediate succession, the remote entry will
5380 : cycle through visibility
5382 :   children -> subtree -> folded
5384 : When called with a numeric prefix arg, that arg will be passed through to
5385 : â€˜org-agenda-show-1’.  For the interpretation of that argument, see the
5386 : docstring of â€˜org-agenda-show-1’.
5387 ** org-agenda-archive
5388    :PROPERTIES:
5389    :CUSTOM_ID: org-agenda-archive
5390    :END:
5392 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5393 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-archive][Find modifications in git logs]]
5395 : Archive the entry or subtree belonging to the current agenda entry.
5396 ** org-babel-lob-execute-maybe
5397    :PROPERTIES:
5398    :CUSTOM_ID: org-babel-lob-execute-maybe
5399    :END:
5401 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lob.el][ob-lob.el]]
5402 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lob-execute-maybe][Find modifications in git logs]]
5404 : Execute a Library of Babel source block, if appropriate.
5405 : Detect if this is context for a Library Of Babel source block and
5406 : if so then run the appropriate source block from the Library.
5407 ** org-timestamp-down =(&optional arg)=
5408    :PROPERTIES:
5409    :CUSTOM_ID: org-timestamp-down
5410    :END:
5412 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5413 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timestamp-down][Find modifications in git logs]]
5415 : Decrease the date item at the cursor by one.
5416 : If the cursor is on the year, change the year.  If it is on the month,
5417 : the day or the time, change that.
5418 : With prefix ARG, change by that many units.
5419 ** org-agenda-next-date-line =(&optional arg)=
5420    :PROPERTIES:
5421    :CUSTOM_ID: org-agenda-next-date-line
5422    :END:
5424 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5425 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-next-date-line][Find modifications in git logs]]
5427 : Jump to the next line indicating a date in agenda buffer.
5428 ** org-agenda-show-and-scroll-up =(&optional arg)=
5429    :PROPERTIES:
5430    :CUSTOM_ID: org-agenda-show-and-scroll-up
5431    :END:
5433 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5434 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-and-scroll-up][Find modifications in git logs]]
5436 : Display the Org file which contains the item at point.
5438 : When called repeatedly, scroll the window that is displaying the buffer.
5440 : With a â€˜C-u’ prefix, use â€˜org-show-entry’ instead of â€˜outline-show-subtree’
5441 : to display the item, so that drawers and logbooks stay folded.
5442 ** org-mouse-move-tree =(event)=
5443    :PROPERTIES:
5444    :CUSTOM_ID: org-mouse-move-tree
5445    :END:
5447 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
5448 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-move-tree][Find modifications in git logs]]
5451 ** org-timestamp-up =(&optional arg)=
5452    :PROPERTIES:
5453    :CUSTOM_ID: org-timestamp-up
5454    :END:
5456 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5457 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timestamp-up][Find modifications in git logs]]
5459 : Increase the date item at the cursor by one.
5460 : If the cursor is on the year, change the year.  If it is on the month,
5461 : the day or the time, change that.
5462 : With prefix ARG, change by that many units.
5463 ** org-mouse-show-headlines
5464    :PROPERTIES:
5465    :CUSTOM_ID: org-mouse-show-headlines
5466    :END:
5468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
5469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-show-headlines][Find modifications in git logs]]
5471 : Change the visibility of the current org buffer to only show headlines.
5472 ** org-publish =(project &optional force async)=
5473    :PROPERTIES:
5474    :CUSTOM_ID: org-publish
5475    :END:
5477 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
5478 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish][Find modifications in git logs]]
5480 : Publish PROJECT.
5482 : PROJECT is either a project name, as a string, or a project
5483 : alist (see â€˜org-publish-project-alist’ variable).
5485 : When optional argument FORCE is non-nil, force publishing all
5486 : files in PROJECT.  With a non-nil optional argument ASYNC,
5487 : publishing will be done asynchronously, in another process.
5488 ** org-speedbar-set-agenda-restriction
5489    :PROPERTIES:
5490    :CUSTOM_ID: org-speedbar-set-agenda-restriction
5491    :END:
5493 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5494 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-speedbar-set-agenda-restriction][Find modifications in git logs]]
5496 : Restrict future agenda commands to the location at point in speedbar.
5497 : To get rid of the restriction, use â€˜C-c C-x >’.
5498 ** org-mark-ring-push =(&optional pos buffer)=
5499    :PROPERTIES:
5500    :CUSTOM_ID: org-mark-ring-push
5501    :END:
5503 - *Access:* ~C-c %~
5504 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5505 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mark-ring-push][Find modifications in git logs]]
5507 : Put the current position or POS into the mark ring and rotate it.
5508 ** org-mouse-timestamp-today =(&optional shift units)=
5509    :PROPERTIES:
5510    :CUSTOM_ID: org-mouse-timestamp-today
5511    :END:
5513 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
5514 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-timestamp-today][Find modifications in git logs]]
5516 : Change the timestamp into SHIFT UNITS in the future.
5518 : For the acceptable UNITS, see â€˜org-timestamp-change’.
5519 ** org-shiftup =(&optional arg)=
5520    :PROPERTIES:
5521    :CUSTOM_ID: org-shiftup
5522    :END:
5524 - *Access:* ~<S-up>, <menu-bar> <Org> <TODO Lists> <Priority Up>, <menu-bar> <Org> <Dates and Scheduling> <Change Date> <1 ... Later>~
5525 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5526 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftup][Find modifications in git logs]]
5528 : Increase item in timestamp or increase priority of current headline.
5529 : Calls â€˜org-timestamp-up’ or â€˜org-priority-up’, or â€˜org-previous-item’,
5530 : depending on context.  See the individual commands for more information.
5531 ** org-archive-to-archive-sibling
5532    :PROPERTIES:
5533    :CUSTOM_ID: org-archive-to-archive-sibling
5534    :END:
5536 - *Access:* ~C-c C-x A, <menu-bar> <Org> <Archive> <Move subtree to Archive sibling>~
5537 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
5538 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-to-archive-sibling][Find modifications in git logs]]
5540 : Archive the current heading by moving it under the archive sibling.
5542 : The archive sibling is a sibling of the heading with the heading name
5543 : â€˜org-archive-sibling-heading’ and an â€˜org-archive-tag’ tag.  If this
5544 : sibling does not exist, it will be created at the end of the subtree.
5546 : Archiving time is retained in the ARCHIVE_TIME node property.
5547 ** org-publish-project =(project &optional force async)=
5548    :PROPERTIES:
5549    :CUSTOM_ID: org-publish-project
5550    :END:
5552 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
5553 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-project][Find modifications in git logs]]
5555 : Publish PROJECT.
5557 : PROJECT is either a project name, as a string, or a project
5558 : alist (see â€˜org-publish-project-alist’ variable).
5560 : When optional argument FORCE is non-nil, force publishing all
5561 : files in PROJECT.  With a non-nil optional argument ASYNC,
5562 : publishing will be done asynchronously, in another process.
5563 ** org-table-convert-region =(beg0 end0 &optional separator)=
5564    :PROPERTIES:
5565    :CUSTOM_ID: org-table-convert-region
5566    :END:
5568 - *Access:* ~<menu-bar> <Tbl> <Convert Region>~
5569 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5570 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-convert-region][Find modifications in git logs]]
5572 : Convert region to a table.
5574 : The region goes from BEG0 to END0, but these borders will be moved
5575 : slightly, to make sure a beginning of line in the first line is included.
5577 : SEPARATOR specifies the field separator in the lines.  It can have the
5578 : following values:
5580 : (4)     Use the comma as a field separator
5581 : (16)    Use a TAB as field separator
5582 : (64)    Prompt for a regular expression as field separator
5583 : integer  When a number, use that many spaces, or a TAB, as field separator
5584 : regexp   When a regular expression, use it to match the separator
5585 : nil      When nil, the command tries to be smart and figure out the
5586 :          separator in the following way:
5587 :          - when each line contains a TAB, assume TAB-separated material
5588 :          - when each line contains a comma, assume CSV material
5589 :          - else, assume one or more SPACE characters as separator.
5590 ** org-goto-left
5591    :PROPERTIES:
5592    :CUSTOM_ID: org-goto-left
5593    :END:
5595 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5596 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-left][Find modifications in git logs]]
5598 : Finish â€˜org-goto’ by going to the new location.
5599 ** org-babel-goto-src-block-head
5600    :PROPERTIES:
5601    :CUSTOM_ID: org-babel-goto-src-block-head
5602    :END:
5604 - *Access:* ~C-c C-v C-u, C-c C-v u~
5605 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
5606 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-goto-src-block-head][Find modifications in git logs]]
5608 : Go to the beginning of the current code block.
5609 ** org-down-element
5610    :PROPERTIES:
5611    :CUSTOM_ID: org-down-element
5612    :END:
5614 - *Access:* ~C-c C-_~
5615 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5616 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-down-element][Find modifications in git logs]]
5618 : Move to inner element.
5619 ** org-shiftmetaright
5620    :PROPERTIES:
5621    :CUSTOM_ID: org-shiftmetaright
5622    :END:
5624 - *Access:* ~<M-S-right>, <menu-bar> <Org> <Edit Structure> <Demote Subtree>, <menu-bar> <Tbl> <Column> <Insert Column>~
5625 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5626 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetaright][Find modifications in git logs]]
5628 : Demote subtree or insert table column.
5629 : Calls â€˜org-demote-subtree’, â€˜org-indent-item-tree’, or
5630 : â€˜org-table-insert-column’, depending on context.  See the
5631 : individual commands for more information.
5632 ** org-edit-export-block
5633    :PROPERTIES:
5634    :CUSTOM_ID: org-edit-export-block
5635    :END:
5637 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
5638 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-export-block][Find modifications in git logs]]
5640 : Edit export block at point.
5642 : A new buffer is created and the block is copied into it, and the
5643 : buffer is switched into an appropriate major mode.  See also
5644 : â€˜org-src-lang-modes’.
5646 : When done, exit with â€˜C-c '’.  The edited text will then replace
5647 : the area in the Org mode buffer.
5649 : Throw an error when not at an export block.
5650 ** org-babel-remove-result =(&optional info keep-keyword)=
5651    :PROPERTIES:
5652    :CUSTOM_ID: org-babel-remove-result
5653    :END:
5655 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
5656 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-remove-result][Find modifications in git logs]]
5658 : Remove the result of the current source block.
5659 ** org-md-export-to-markdown =(&optional async subtreep visible-only)=
5660    :PROPERTIES:
5661    :CUSTOM_ID: org-md-export-to-markdown
5662    :END:
5664 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-md.el][ox-md.el]]
5665 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-md-export-to-markdown][Find modifications in git logs]]
5667 : Export current buffer to a Markdown file.
5669 : If narrowing is active in the current buffer, only export its
5670 : narrowed part.
5672 : If a region is active, export that region.
5674 : A non-nil optional argument ASYNC means the process should happen
5675 : asynchronously.  The resulting file should be accessible through
5676 : the â€˜org-export-stack’ interface.
5678 : When optional argument SUBTREEP is non-nil, export the sub-tree
5679 : at point, extracting information from the headline properties
5680 : first.
5682 : When optional argument VISIBLE-ONLY is non-nil, don’t export
5683 : contents of hidden elements.
5685 : Return output file’s name.
5686 ** org-decrypt-entries
5687    :PROPERTIES:
5688    :CUSTOM_ID: org-decrypt-entries
5689    :END:
5691 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
5692 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-decrypt-entries][Find modifications in git logs]]
5694 : Decrypt all entries in the current buffer.
5695 ** org-timer-item =(&optional arg)=
5696    :PROPERTIES:
5697    :CUSTOM_ID: org-timer-item
5698    :END:
5700 - *Access:* ~C-c C-x -, <menu-bar> <Org> <Dates and Scheduling> <Insert Timer Item>~
5701 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
5702 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-item][Find modifications in git logs]]
5704 : Insert a description-type item with the current timer value.
5705 ** org-clock-update-time-maybe
5706    :PROPERTIES:
5707    :CUSTOM_ID: org-clock-update-time-maybe
5708    :END:
5710 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
5711 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-update-time-maybe][Find modifications in git logs]]
5713 : If this is a CLOCK line, update it and return t.
5714 : Otherwise, return nil.
5715 ** org-reftex-citation
5716    :PROPERTIES:
5717    :CUSTOM_ID: org-reftex-citation
5718    :END:
5720 - *Access:* ~C-c C-x [, <menu-bar> <Org> <LaTeX> <Insert citation>~
5721 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5722 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-reftex-citation][Find modifications in git logs]]
5724 : Use reftex-citation to insert a citation into the buffer.
5725 : This looks for a line like
5727 : #+BIBLIOGRAPHY: foo plain option:-d
5729 : and derives from it that foo.bib is the bibliography file relevant
5730 : for this document.  It then installs the necessary environment for RefTeX
5731 : to work in this buffer and calls â€˜reftex-citation’  to insert a citation
5732 : into the buffer.
5734 : Export of such citations to both LaTeX and HTML is handled by the contributed
5735 : package ox-bibtex by Taru Karttunen.
5736 ** org-speed-command-help
5737    :PROPERTIES:
5738    :CUSTOM_ID: org-speed-command-help
5739    :END:
5741 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5742 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-speed-command-help][Find modifications in git logs]]
5744 : Show the available speed commands.
5745 ** org-clock-report =(&optional arg)=
5746    :PROPERTIES:
5747    :CUSTOM_ID: org-clock-report
5748    :END:
5750 - *Access:* ~C-c C-x C-r, <menu-bar> <Org> <Logging work> <Create clock table>~
5751 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
5752 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-report][Find modifications in git logs]]
5754 : Create a table containing a report about clocked time.
5755 : If the cursor is inside an existing clocktable block, then the table
5756 : will be updated.  If not, a new clocktable will be inserted.  The scope
5757 : of the new clock will be subtree when called from within a subtree, and
5758 : file elsewhere.
5760 : When called with a prefix argument, move to the first clock table in the
5761 : buffer and update it.
5762 ** orgtbl-ret
5763    :PROPERTIES:
5764    :CUSTOM_ID: orgtbl-ret
5765    :END:
5767 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5768 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-ret][Find modifications in git logs]]
5770 : Justification and field motion for â€˜orgtbl-mode’.
5771 ** org-activate-plain-links =(&rest ignore)=
5772    :PROPERTIES:
5773    :CUSTOM_ID: org-activate-plain-links
5774    :END:
5776 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
5777 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-activate-plain-links][Find modifications in git logs]]
5779 : Do nothing and return nil.
5780 : This function accepts any number of arguments, but ignores them.
5782 : (fn &rest IGNORE)
5783 ** org-attach-set-inherit
5784    :PROPERTIES:
5785    :CUSTOM_ID: org-attach-set-inherit
5786    :END:
5788 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
5789 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-set-inherit][Find modifications in git logs]]
5791 : Set the ATTACH_DIR_INHERIT property of the current entry.
5792 : The property defines the directory that is used for attachments
5793 : of the entry and any children that do not explicitly define (by setting
5794 : the ATTACH_DIR property) their own attachment directory.
5795 ** org-clock-mark-default-task
5796    :PROPERTIES:
5797    :CUSTOM_ID: org-clock-mark-default-task
5798    :END:
5800 - *Access:* ~<menu-bar> <Org> <Logging work> <Mark as default task>~
5801 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
5802 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-mark-default-task][Find modifications in git logs]]
5804 : Mark current task as default task.
5805 ** org-agenda-later =(arg)=
5806    :PROPERTIES:
5807    :CUSTOM_ID: org-agenda-later
5808    :END:
5810 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5811 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-later][Find modifications in git logs]]
5813 : Go forward in time by the current span.
5814 : With prefix ARG, go forward that many times the current span.
5815 ** org-feed-update =(feed &optional retrieve-only)=
5816    :PROPERTIES:
5817    :CUSTOM_ID: org-feed-update
5818    :END:
5820 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
5821 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-update][Find modifications in git logs]]
5823 : Get inbox items from FEED.
5824 : FEED can be a string with an association in â€˜org-feed-alist’, or
5825 : it can be a list structured like an entry in â€˜org-feed-alist’.
5826 ** org-agenda-date-prompt =(arg)=
5827    :PROPERTIES:
5828    :CUSTOM_ID: org-agenda-date-prompt
5829    :END:
5831 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5832 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-prompt][Find modifications in git logs]]
5834 : Change the date of this item.  Date is prompted for, with default today.
5835 : The prefix ARG is passed to the â€˜org-time-stamp’ command and can therefore
5836 : be used to request time specification in the time stamp.
5837 ** org-agenda-view-mode-dispatch
5838    :PROPERTIES:
5839    :CUSTOM_ID: org-agenda-view-mode-dispatch
5840    :END:
5842 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5843 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-view-mode-dispatch][Find modifications in git logs]]
5845 : Call one of the view mode commands.
5846 ** org-agenda-show-mouse =(ev)=
5847    :PROPERTIES:
5848    :CUSTOM_ID: org-agenda-show-mouse
5849    :END:
5851 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5852 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-mouse][Find modifications in git logs]]
5854 : Display the Org file which contains the item at the mouse click.
5855 ** org-agenda-remove-filter =(type)=
5856    :PROPERTIES:
5857    :CUSTOM_ID: org-agenda-remove-filter
5858    :END:
5860 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5861 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-remove-filter][Find modifications in git logs]]
5864 ** org-agenda-set-tags =(&optional tag onoff)=
5865    :PROPERTIES:
5866    :CUSTOM_ID: org-agenda-set-tags
5867    :END:
5869 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5870 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-set-tags][Find modifications in git logs]]
5872 : Set tags for the current headline.
5873 ** org-clock-remove-overlays =(&optional _beg _end noremove)=
5874    :PROPERTIES:
5875    :CUSTOM_ID: org-clock-remove-overlays
5876    :END:
5878 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
5879 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-remove-overlays][Find modifications in git logs]]
5881 : Remove the occur highlights from the buffer.
5882 : If NOREMOVE is nil, remove this function from the
5883 : â€˜before-change-functions’ in the current buffer.
5884 ** org-set-property =(property value)=
5885    :PROPERTIES:
5886    :CUSTOM_ID: org-set-property
5887    :END:
5889 - *Access:* ~C-c C-x p, <menu-bar> <Org> <TAGS and Properties> <Set property>~
5890 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5891 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-property][Find modifications in git logs]]
5893 : In the current entry, set PROPERTY to VALUE.
5895 : When called interactively, this will prompt for a property name, offering
5896 : completion on existing and default properties.  And then it will prompt
5897 : for a value, offering completion either on allowed values (via an inherited
5898 : xxx_ALL property) or on existing values in other instances of this property
5899 : in the current file.
5901 : Throw an error when trying to set a property with an invalid name.
5902 ** org-store-link =(arg)=
5903    :PROPERTIES:
5904    :CUSTOM_ID: org-store-link
5905    :END:
5907 - *Access:* ~<menu-bar> <Org> <Hyperlinks> <Store Link (Global)>, C-c l~
5908 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5909 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-store-link][Find modifications in git logs]]
5911 : Store an org-link to the current location.
5913 : This link is added to â€˜org-stored-links’ and can later be inserted
5914 : into an Org buffer with â€˜org-insert-link’ (‘C-c C-l’).
5916 : For some link types, a â€˜C-u’ prefix ARG is interpreted.  A single
5917 : â€˜C-u’ negates â€˜org-context-in-file-links’ for file links or
5918 : â€˜org-gnus-prefer-web-links’ for links to Usenet articles.
5920 : A â€˜C-u C-u’ prefix ARG forces skipping storing functions that are not
5921 : part of Org core.
5923 : A â€˜C-u C-u C-u’ prefix ARG forces storing a link for each line in the
5924 : active region.
5925 ** org-toggle-item =(arg)=
5926    :PROPERTIES:
5927    :CUSTOM_ID: org-toggle-item
5928    :END:
5930 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
5931 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-item][Find modifications in git logs]]
5933 : Convert headings or normal lines to items, items to normal lines.
5934 : If there is no active region, only the current line is considered.
5936 : If the first non blank line in the region is a headline, convert
5937 : all headlines to items, shifting text accordingly.
5939 : If it is an item, convert all items to normal lines.
5941 : If it is normal text, change region into a list of items.
5942 : With a prefix argument ARG, change the region in a single item.
5943 ** orgtbl-tab =(arg)=
5944    :PROPERTIES:
5945    :CUSTOM_ID: orgtbl-tab
5946    :END:
5948 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5949 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-tab][Find modifications in git logs]]
5951 : Justification and field motion for â€˜orgtbl-mode’.
5952 ** org-table-insert-row =(&optional arg)=
5953    :PROPERTIES:
5954    :CUSTOM_ID: org-table-insert-row
5955    :END:
5957 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5958 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-insert-row][Find modifications in git logs]]
5960 : Insert a new row above the current line into the table.
5961 : With prefix ARG, insert below the current line.
5962 ** org-agenda-show-1 =(&optional more)=
5963    :PROPERTIES:
5964    :CUSTOM_ID: org-agenda-show-1
5965    :END:
5967 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
5968 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-1][Find modifications in git logs]]
5970 : Display the Org file which contains the item at point.
5971 : The prefix arg selects the amount of information to display:
5973 : 0   hide the subtree
5974 : 1   just show the entry according to defaults.
5975 : 2   show the children view
5976 : 3   show the subtree view
5977 : 4   show the entire subtree and any LOGBOOK drawers
5978 : 5   show the entire subtree and any drawers
5979 : With prefix argument FULL-ENTRY, make the entire entry visible
5980 : if it was hidden in the outline.
5981 ** orgstruct-error
5982    :PROPERTIES:
5983    :CUSTOM_ID: orgstruct-error
5984    :END:
5986 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
5987 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgstruct-error][Find modifications in git logs]]
5989 : Error when there is no default binding for a structure key.
5990 ** org-table-edit-formulas
5991    :PROPERTIES:
5992    :CUSTOM_ID: org-table-edit-formulas
5993    :END:
5995 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
5996 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-edit-formulas][Find modifications in git logs]]
5998 : Edit the formulas of the current table in a separate buffer.
5999 ** org-escape-code-in-region =(beg end)=
6000    :PROPERTIES:
6001    :CUSTOM_ID: org-escape-code-in-region
6002    :END:
6004 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
6005 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-escape-code-in-region][Find modifications in git logs]]
6007 : Escape lines between BEG and END.
6008 : Escaping happens when a line starts with "*", "#+", ",*" or
6009 : ",#+" by appending a comma to it.
6010 ** org-timer =(&optional restart no-insert)=
6011    :PROPERTIES:
6012    :CUSTOM_ID: org-timer
6013    :END:
6015 - *Access:* ~C-c C-x ., <menu-bar> <Org> <Dates and Scheduling> <Insert Timer String>~
6016 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
6017 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer][Find modifications in git logs]]
6019 : Insert a H:MM:SS string from the timer into the buffer.
6020 : The first time this command is used, the timer is started.
6022 : When used with a â€˜C-u’ prefix, force restarting the timer.
6024 : When used with a â€˜C-u C-u’ prefix, change all the timer strings
6025 : in the region by a fixed amount.  This can be used to re-calibrate
6026 : a timer that was not started at the correct moment.
6028 : If NO-INSERT is non-nil, return the string instead of inserting
6029 : it in the buffer.
6030 ** org-element-cache-reset =(&optional all)=
6031    :PROPERTIES:
6032    :CUSTOM_ID: org-element-cache-reset
6033    :END:
6035 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-element.el][org-element.el]]
6036 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-element-cache-reset][Find modifications in git logs]]
6038 : Reset cache in current buffer.
6039 : When optional argument ALL is non-nil, reset cache in all Org
6040 : buffers.
6041 ** org-backward-paragraph
6042    :PROPERTIES:
6043    :CUSTOM_ID: org-backward-paragraph
6044    :END:
6046 - *Access:* ~<C-up>~
6047 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6048 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-backward-paragraph][Find modifications in git logs]]
6050 : Move backward to start of previous paragraph or equivalent.
6052 : The function moves point to the beginning of the current
6053 : structural element, which can be a paragraph, a table, a list
6054 : item, etc., or to the beginning of the previous visible one if
6055 : point is already there.  It also provides some special moves for
6056 : convenience:
6058 :   - On an affiliated keyword, jump to the first one.
6059 :   - On a table or a property drawer, move to its beginning.
6060 :   - On a verse or source block, stop before blank lines.
6061 ** org-agenda-show =(&optional full-entry)=
6062    :PROPERTIES:
6063    :CUSTOM_ID: org-agenda-show
6064    :END:
6066 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6067 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show][Find modifications in git logs]]
6069 : Display the Org file which contains the item at point.
6070 : With prefix argument FULL-ENTRY, make the entire entry visible
6071 : if it was hidden in the outline.
6072 ** org-table-kill-row
6073    :PROPERTIES:
6074    :CUSTOM_ID: org-table-kill-row
6075    :END:
6077 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
6078 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-kill-row][Find modifications in git logs]]
6080 : Delete the current row or horizontal line from the table.
6081 ** org-agenda-Quit
6082    :PROPERTIES:
6083    :CUSTOM_ID: org-agenda-Quit
6084    :END:
6086 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6087 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-Quit][Find modifications in git logs]]
6089 : Exit the agenda, killing the agenda buffer.
6090 : Like â€˜org-agenda-quit’, but kill the buffer even when
6091 : â€˜org-agenda-sticky’ is non-nil.
6092 ** org-icalendar-combine-agenda-files =(&optional async)=
6093    :PROPERTIES:
6094    :CUSTOM_ID: org-icalendar-combine-agenda-files
6095    :END:
6097 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
6098 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-combine-agenda-files][Find modifications in git logs]]
6100 : Combine all agenda files into a single iCalendar file.
6102 : A non-nil optional argument ASYNC means the process should happen
6103 : asynchronously.  The resulting file should be accessible through
6104 : the â€˜org-export-stack’ interface.
6106 : The file is stored under the name chosen in
6107 : â€˜org-icalendar-combined-agenda-file’.
6108 ** org-agenda-archive-default
6109    :PROPERTIES:
6110    :CUSTOM_ID: org-agenda-archive-default
6111    :END:
6113 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6114 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-archive-default][Find modifications in git logs]]
6116 : Archive the entry or subtree belonging to the current agenda entry.
6117 ** org-agenda-kill-all-agenda-buffers
6118    :PROPERTIES:
6119    :CUSTOM_ID: org-agenda-kill-all-agenda-buffers
6120    :END:
6122 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6123 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-kill-all-agenda-buffers][Find modifications in git logs]]
6125 : Kill all buffers in â€˜org-agenda-mode’.
6126 : This is used when toggling sticky agendas.
6127 ** org-agenda-bulk-action =(&optional arg)=
6128    :PROPERTIES:
6129    :CUSTOM_ID: org-agenda-bulk-action
6130    :END:
6132 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6133 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-action][Find modifications in git logs]]
6135 : Execute an remote-editing action on all marked entries.
6136 : The prefix arg is passed through to the command if possible.
6137 ** org-resolve-clocks =(&optional only-dangling-p prompt-fn last-valid)=
6138    :PROPERTIES:
6139    :CUSTOM_ID: org-resolve-clocks
6140    :END:
6142 - *Access:* ~C-c C-x C-z~
6143 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
6144 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-resolve-clocks][Find modifications in git logs]]
6146 : Resolve all currently open Org clocks.
6147 : If â€˜only-dangling-p’ is non-nil, only ask to resolve dangling
6148 : (i.e., not currently open and valid) clocks.
6149 ** org-babel-lilypond-toggle-midi-play
6150    :PROPERTIES:
6151    :CUSTOM_ID: org-babel-lilypond-toggle-midi-play
6152    :END:
6154 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
6155 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-toggle-midi-play][Find modifications in git logs]]
6157 : Toggle whether midi will be played following a successful compilation.
6158 ** org-move-subtree-up =(&optional arg)=
6159    :PROPERTIES:
6160    :CUSTOM_ID: org-move-subtree-up
6161    :END:
6163 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6164 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-move-subtree-up][Find modifications in git logs]]
6166 : Move the current subtree up past ARG headlines of the same level.
6167 ** org-reveal =(&optional siblings)=
6168    :PROPERTIES:
6169    :CUSTOM_ID: org-reveal
6170    :END:
6172 - *Access:* ~C-c C-r, <menu-bar> <Org> <Show/Hide> <Reveal Context>~
6173 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6174 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-reveal][Find modifications in git logs]]
6176 : Show current entry, hierarchy above it, and the following headline.
6178 : This can be used to show a consistent set of context around
6179 : locations exposed with â€˜org-show-context’.
6181 : With optional argument SIBLINGS, on each level of the hierarchy all
6182 : siblings are shown.  This repairs the tree structure to what it would
6183 : look like when opened with hierarchical calls to â€˜org-cycle’.
6185 : With a C-u C-u prefix, go to the parent and show the entire tree.
6186 ** org-export-dispatch =(&optional arg)=
6187    :PROPERTIES:
6188    :CUSTOM_ID: org-export-dispatch
6189    :END:
6191 - *Access:* ~C-c C-e, <menu-bar> <Org> <Export/Publish...>~
6192 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
6193 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-dispatch][Find modifications in git logs]]
6195 : Export dispatcher for Org mode.
6197 : It provides an access to common export related tasks in a buffer.
6198 : Its interface comes in two flavors: standard and expert.
6200 : While both share the same set of bindings, only the former
6201 : displays the valid keys associations in a dedicated buffer.
6202 : Scrolling (resp. line-wise motion) in this buffer is done with
6203 : SPC and DEL (resp. C-n and C-p) keys.
6205 : Set variable â€˜org-export-dispatch-use-expert-ui’ to switch to one
6206 : flavor or the other.
6208 : When ARG is â€˜C-u’, repeat the last export action, with the same
6209 : set of options used back then, on the current buffer.
6211 : When ARG is â€˜C-u C-u’, display the asynchronous export stack.
6212 ** org-table-overlay-coordinates
6213    :PROPERTIES:
6214    :CUSTOM_ID: org-table-overlay-coordinates
6215    :END:
6217 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
6218 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-overlay-coordinates][Find modifications in git logs]]
6220 : Add overlays to the table at point, to show row/column coordinates.
6221 ** org-lint--jump-to-source
6222    :PROPERTIES:
6223    :CUSTOM_ID: org-lint--jump-to-source
6224    :END:
6226 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
6227 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint--jump-to-source][Find modifications in git logs]]
6229 : Move to source line that generated the report at point.
6230 ** org-columns-next-allowed-value =(&optional previous nth)=
6231    :PROPERTIES:
6232    :CUSTOM_ID: org-columns-next-allowed-value
6233    :END:
6235 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
6236 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-next-allowed-value][Find modifications in git logs]]
6238 : Switch to the next allowed value for this column.
6239 : When PREVIOUS is set, go to the previous value.  When NTH is
6240 : an integer, select that value.
6241 ** org-smart-reschedule =(quality)=
6242    :PROPERTIES:
6243    :CUSTOM_ID: org-smart-reschedule
6244    :END:
6246 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-learn.el][org-learn.el]]
6247 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-smart-reschedule][Find modifications in git logs]]
6250 ** org-table-end-of-field =(&optional n)=
6251    :PROPERTIES:
6252    :CUSTOM_ID: org-table-end-of-field
6253    :END:
6255 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
6256 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-end-of-field][Find modifications in git logs]]
6258 : Move to the end of the current table field.
6259 : If already at or after the end, move to the end of the next table field.
6260 : With numeric argument N, move N-1 fields forward first.
6261 ** org-agenda-recenter =(arg)=
6262    :PROPERTIES:
6263    :CUSTOM_ID: org-agenda-recenter
6264    :END:
6266 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6267 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-recenter][Find modifications in git logs]]
6269 : Display the Org file which contains the item at point and recenter.
6270 ** org-attach-delete-all =(&optional force)=
6271    :PROPERTIES:
6272    :CUSTOM_ID: org-attach-delete-all
6273    :END:
6275 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
6276 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-delete-all][Find modifications in git logs]]
6278 : Delete all attachments from the current task.
6279 : This actually deletes the entire attachment directory.
6280 : A safer way is to open the directory in dired and delete from there.
6281 ** org-toggle-inline-images =(&optional include-linked)=
6282    :PROPERTIES:
6283    :CUSTOM_ID: org-toggle-inline-images
6284    :END:
6286 - *Access:* ~C-c C-x C-v~
6287 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6288 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-inline-images][Find modifications in git logs]]
6290 : Toggle the display of inline images.
6291 : INCLUDE-LINKED is passed to â€˜org-display-inline-images’.
6292 ** org-columns-insert-dblock
6293    :PROPERTIES:
6294    :CUSTOM_ID: org-columns-insert-dblock
6295    :END:
6297 - *Access:* ~C-c C-x i, <menu-bar> <Org> <TAGS and Properties> <Insert Column View DBlock>~
6298 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
6299 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-insert-dblock][Find modifications in git logs]]
6301 : Create a dynamic block capturing a column view table.
6302 ** org-feed-goto-inbox =(feed)=
6303    :PROPERTIES:
6304    :CUSTOM_ID: org-feed-goto-inbox
6305    :END:
6307 - *Access:* ~C-c C-x G, <menu-bar> <Org> <TODO Lists> <Go to the inbox of a feed...>~
6308 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
6309 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-goto-inbox][Find modifications in git logs]]
6311 : Go to the inbox that captures the feed named FEED.
6312 ** org-decrease-number-at-point =(&optional inc)=
6313    :PROPERTIES:
6314    :CUSTOM_ID: org-decrease-number-at-point
6315    :END:
6317 - *Access:* ~<C-M-S-left>~
6318 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6319 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-decrease-number-at-point][Find modifications in git logs]]
6321 : Decrement the number at point.
6322 : With an optional prefix numeric argument INC, decrement using
6323 : this numeric value.
6324 ** org-edit-src-abort
6325    :PROPERTIES:
6326    :CUSTOM_ID: org-edit-src-abort
6327    :END:
6329 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
6330 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-abort][Find modifications in git logs]]
6332 : Abort editing of the src code and return to the Org buffer.
6333 ** org-id-store-link
6334    :PROPERTIES:
6335    :CUSTOM_ID: org-id-store-link
6336    :END:
6338 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
6339 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-store-link][Find modifications in git logs]]
6341 : Store a link to the current entry, using its ID.
6342 ** org-tags-sparse-tree =(&optional todo-only match)=
6343    :PROPERTIES:
6344    :CUSTOM_ID: org-tags-sparse-tree
6345    :END:
6347 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6348 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tags-sparse-tree][Find modifications in git logs]]
6350 : Create a sparse tree according to tags string MATCH.
6352 : MATCH is a string with match syntax.  It can contain a selection
6353 : of tags ("+work+urgent-boss"), properties ("LEVEL>3"), and
6354 : TODO keywords ("TODO=\"WAITING\"") or a combination of
6355 : those.  See the manual for details.
6357 : If optional argument TODO-ONLY is non-nil, only select lines that
6358 : are also TODO tasks.
6359 ** org-agenda-bulk-toggle
6360    :PROPERTIES:
6361    :CUSTOM_ID: org-agenda-bulk-toggle
6362    :END:
6364 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6365 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-toggle][Find modifications in git logs]]
6367 : Toggle the mark at point for bulk action.
6368 ** org-ctrl-c-ret
6369    :PROPERTIES:
6370    :CUSTOM_ID: org-ctrl-c-ret
6371    :END:
6373 - *Access:* ~C-c RET~
6374 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6375 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-c-ret][Find modifications in git logs]]
6377 : Call â€˜org-table-hline-and-move’ or â€˜org-insert-heading’ dep. on context.
6378 ** org-agenda-date-earlier-minutes =(arg)=
6379    :PROPERTIES:
6380    :CUSTOM_ID: org-agenda-date-earlier-minutes
6381    :END:
6383 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6384 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-earlier-minutes][Find modifications in git logs]]
6386 : Change the time of this item, in units of â€˜org-time-stamp-rounding-minutes’.
6387 ** org-agenda-bulk-mark-all
6388    :PROPERTIES:
6389    :CUSTOM_ID: org-agenda-bulk-mark-all
6390    :END:
6392 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6393 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-mark-all][Find modifications in git logs]]
6395 : Mark all entries for future agenda bulk action.
6396 ** org-cancel-repeater
6397    :PROPERTIES:
6398    :CUSTOM_ID: org-cancel-repeater
6399    :END:
6401 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6402 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cancel-repeater][Find modifications in git logs]]
6404 : Cancel a repeater by setting its numeric value to zero.
6405 ** org-babel-lilypond-toggle-arrange-mode
6406    :PROPERTIES:
6407    :CUSTOM_ID: org-babel-lilypond-toggle-arrange-mode
6408    :END:
6410 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
6411 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-toggle-arrange-mode][Find modifications in git logs]]
6413 : Toggle whether in Arrange mode or Basic mode.
6414 ** org-footnote-goto-definition =(label &optional location)=
6415    :PROPERTIES:
6416    :CUSTOM_ID: org-footnote-goto-definition
6417    :END:
6419 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
6420 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-goto-definition][Find modifications in git logs]]
6422 : Move point to the definition of the footnote LABEL.
6424 : LOCATION, when non-nil specifies the buffer position of the
6425 : definition.
6427 : Throw an error if there is no definition or if it cannot be
6428 : reached from current narrowed part of buffer.  Return a non-nil
6429 : value if point was successfully moved.
6430 ** org-agenda-filter-by-regexp =(strip)=
6431    :PROPERTIES:
6432    :CUSTOM_ID: org-agenda-filter-by-regexp
6433    :END:
6435 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6436 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-filter-by-regexp][Find modifications in git logs]]
6438 : Filter agenda entries by a regular expression.
6439 : Regexp filters are cumulative.
6440 : With no prefix argument, keep entries matching the regexp.
6441 : With one prefix argument, filter out entries matching the regexp.
6442 : With two prefix arguments, remove the regexp filters.
6443 ** org-agenda-fontify-priorities
6444    :PROPERTIES:
6445    :CUSTOM_ID: org-agenda-fontify-priorities
6446    :END:
6448 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6449 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-fontify-priorities][Find modifications in git logs]]
6451 : Make highest priority lines bold, and lowest italic.
6452 ** org-shiftright =(&optional arg)=
6453    :PROPERTIES:
6454    :CUSTOM_ID: org-shiftright
6455    :END:
6457 - *Access:* ~<S-right>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Next keyword>, <menu-bar> <Org> <Dates and Scheduling> <Change Date> <1 Day Later>~
6458 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6459 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftright][Find modifications in git logs]]
6461 : Cycle the thing at point or in the current line, depending on context.
6462 : Depending on context, this does one of the following:
6464 : - switch a timestamp at point one day into the future
6465 : - on a headline, switch to the next TODO keyword.
6466 : - on an item, switch entire list to the next bullet type
6467 : - on a property line, switch to the next allowed value
6468 : - on a clocktable definition line, move time block into the future
6469 ** org-agenda-refile =(&optional goto rfloc no-update)=
6470    :PROPERTIES:
6471    :CUSTOM_ID: org-agenda-refile
6472    :END:
6474 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6475 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-refile][Find modifications in git logs]]
6477 : Refile the item at point.
6479 : When called with â€˜C-u C-u’, go to the location of the last
6480 : refiled item.
6482 : When called with â€˜C-u C-u C-u’ prefix or when GOTO is 0, clear
6483 : the refile cache.
6485 : RFLOC can be a refile location obtained in a different way.
6487 : When NO-UPDATE is non-nil, don’t redo the agenda buffer.
6488 ** org-caldav-sync
6489    :PROPERTIES:
6490    :CUSTOM_ID: org-caldav-sync
6491    :END:
6493 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-caldav.el][org-caldav.el]]
6494 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-caldav-sync][Find modifications in git logs]]
6496 : Sync Org with calendar.
6497 ** org-shiftmetaleft
6498    :PROPERTIES:
6499    :CUSTOM_ID: org-shiftmetaleft
6500    :END:
6502 - *Access:* ~<M-S-left>, <menu-bar> <Org> <Edit Structure> <Promote Subtree>, <menu-bar> <Tbl> <Column> <Delete Column>~
6503 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6504 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetaleft][Find modifications in git logs]]
6506 : Promote subtree or delete table column.
6507 : Calls â€˜org-promote-subtree’, â€˜org-outdent-item-tree’, or
6508 : â€˜org-table-delete-column’, depending on context.  See the
6509 : individual commands for more information.
6510 ** org-habit-toggle-habits
6511    :PROPERTIES:
6512    :CUSTOM_ID: org-habit-toggle-habits
6513    :END:
6515 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
6516 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-toggle-habits][Find modifications in git logs]]
6518 : Toggle display of habits in an agenda buffer.
6519 ** org-columns-move-left
6520    :PROPERTIES:
6521    :CUSTOM_ID: org-columns-move-left
6522    :END:
6524 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
6525 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-move-left][Find modifications in git logs]]
6527 : Swap this column with the one to the left.
6528 ** org-bibtex-read-buffer =(buffer)=
6529    :PROPERTIES:
6530    :CUSTOM_ID: org-bibtex-read-buffer
6531    :END:
6533 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
6534 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-read-buffer][Find modifications in git logs]]
6536 : Read all bibtex entries in BUFFER and save to â€˜org-bibtex-entries’.
6537 : Return the number of saved entries.
6538 ** org-agenda-show-scroll-down
6539    :PROPERTIES:
6540    :CUSTOM_ID: org-agenda-show-scroll-down
6541    :END:
6543 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6544 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-scroll-down][Find modifications in git logs]]
6546 : Scroll down the window showing the agenda.
6547 ** org-clock-timestamps-up =(&optional n)=
6548    :PROPERTIES:
6549    :CUSTOM_ID: org-clock-timestamps-up
6550    :END:
6552 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
6553 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-timestamps-up][Find modifications in git logs]]
6555 : Increase CLOCK timestamps at cursor.
6556 : Optional argument N tells to change by that many units.
6557 ** org-w3m-copy-for-org-mode
6558    :PROPERTIES:
6559    :CUSTOM_ID: org-w3m-copy-for-org-mode
6560    :END:
6562 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-w3m.el][org-w3m.el]]
6563 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-w3m-copy-for-org-mode][Find modifications in git logs]]
6565 : Copy current buffer content or active region with â€˜org-mode’ style links.
6566 : This will encode â€˜link-title’ and â€˜link-location’ with
6567 : â€˜org-make-link-string’, and insert the transformed test into the kill ring,
6568 : so that it can be yanked into an Org  buffer with links working correctly.
6569 ** org-next-visible-heading =(arg)=
6570    :PROPERTIES:
6571    :CUSTOM_ID: org-next-visible-heading
6572    :END:
6574 - *Access:* ~C-c C-n, <menu-bar> <Org> <Navigate Headings> <Next>~
6575 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6576 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-next-visible-heading][Find modifications in git logs]]
6578 : Move to the next visible heading.
6580 : This function wraps â€˜outline-next-visible-heading’ with
6581 : â€˜org-with-limited-levels’ in order to skip over inline tasks and
6582 : respect customization of â€˜org-odd-levels-only’.
6583 ** org-encrypt-entry
6584    :PROPERTIES:
6585    :CUSTOM_ID: org-encrypt-entry
6586    :END:
6588 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
6589 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-encrypt-entry][Find modifications in git logs]]
6591 : Encrypt the content of the current headline.
6592 ** org-columns-previous-allowed-value
6593    :PROPERTIES:
6594    :CUSTOM_ID: org-columns-previous-allowed-value
6595    :END:
6597 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
6598 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-previous-allowed-value][Find modifications in git logs]]
6600 : Switch to the previous allowed value for this column.
6601 ** org-delete-directory =(directory &optional recursive trash)=
6602    :PROPERTIES:
6603    :CUSTOM_ID: org-delete-directory
6604    :END:
6606 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
6607 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-delete-directory][Find modifications in git logs]]
6609 : Delete the directory named DIRECTORY.  Does not follow symlinks.
6610 : If RECURSIVE is non-nil, delete files in DIRECTORY as well, with
6611 : no error if something else is simultaneously deleting them.
6612 : TRASH non-nil means to trash the directory instead, provided
6613 : â€˜delete-by-moving-to-trash’ is non-nil.
6615 : When called interactively, TRASH is nil if and only if a prefix
6616 : argument is given, and a further prompt asks the user for
6617 : RECURSIVE if DIRECTORY is nonempty.
6619 : (fn DIRECTORY &optional RECURSIVE TRASH)
6620 ** org-table-paste-rectangle
6621    :PROPERTIES:
6622    :CUSTOM_ID: org-table-paste-rectangle
6623    :END:
6625 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
6626 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-paste-rectangle][Find modifications in git logs]]
6628 : Paste a rectangular region into a table.
6629 : The upper right corner ends up in the current field.  All involved fields
6630 : will be overwritten.  If the rectangle does not fit into the present table,
6631 : the table is enlarged as needed.  The process ignores horizontal separator
6632 : lines.
6633 ** org-babel-exp-src-block
6634    :PROPERTIES:
6635    :CUSTOM_ID: org-babel-exp-src-block
6636    :END:
6638 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-exp.el][ob-exp.el]]
6639 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-exp-src-block][Find modifications in git logs]]
6641 : Process source block for export.
6642 : Depending on the ":export" header argument, replace the source
6643 : code block like this:
6645 : both ---- display the code and the results
6647 : code ---- the default, display the code inside the block but do
6648 :           not process
6650 : results - just like none only the block is run on export ensuring
6651 :           that its results are present in the Org mode buffer
6653 : none ---- do not display either code or results upon export
6655 : Assume point is at block opening line.
6656 ** org-indent-mode =(&optional arg)=
6657    :PROPERTIES:
6658    :CUSTOM_ID: org-indent-mode
6659    :END:
6661 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
6662 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-mode][Find modifications in git logs]]
6664 : When active, indent text according to outline structure.
6666 : Internally this works by adding â€˜line-prefix’ and â€˜wrap-prefix’
6667 : properties, after each buffer modification, on the modified zone.
6669 : The process is synchronous.  Though, initial indentation of
6670 : buffer, which can take a few seconds on large buffers, is done
6671 : during idle time.
6672 ** org-cdlatex-underscore-caret =(&optional _arg)=
6673    :PROPERTIES:
6674    :CUSTOM_ID: org-cdlatex-underscore-caret
6675    :END:
6677 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6678 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cdlatex-underscore-caret][Find modifications in git logs]]
6680 : Execute â€˜cdlatex-sub-superscript’ in LaTeX fragments.
6681 : Revert to the normal definition outside of these fragments.
6682 ** org-src-do-key-sequence-at-code-block =(&optional key)=
6683    :PROPERTIES:
6684    :CUSTOM_ID: org-src-do-key-sequence-at-code-block
6685    :END:
6687 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
6688 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-do-key-sequence-at-code-block][Find modifications in git logs]]
6690 : Execute key sequence at code block in the source Org buffer.
6691 : The command bound to KEY in the Org-babel key map is executed
6692 : remotely with point temporarily at the start of the code block in
6693 : the Org buffer.
6695 : This command is not bound to a key by default, to avoid conflicts
6696 : with language major mode bindings.  To bind it to C-c @ in all
6697 : language major modes, you could use
6699 :   (add-hook 'org-src-mode-hook
6700 :             (lambda () (define-key org-src-mode-map "\C-c@"
6701 :                     'org-src-do-key-sequence-at-code-block)))
6703 : In that case, for example, C-c @ t issued in code edit buffers
6704 : would tangle the current Org code block, C-c @ e would execute
6705 : the block and C-c @ h would display the other available
6706 : Org-babel commands.
6707 ** org-texinfo-export-to-texinfo =(&optional async subtreep visible-only body-only ext-plist)=
6708    :PROPERTIES:
6709    :CUSTOM_ID: org-texinfo-export-to-texinfo
6710    :END:
6712 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
6713 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-export-to-texinfo][Find modifications in git logs]]
6715 : Export current buffer to a Texinfo file.
6717 : If narrowing is active in the current buffer, only export its
6718 : narrowed part.
6720 : If a region is active, export that region.
6722 : A non-nil optional argument ASYNC means the process should happen
6723 : asynchronously.  The resulting file should be accessible through
6724 : the â€˜org-export-stack’ interface.
6726 : When optional argument SUBTREEP is non-nil, export the sub-tree
6727 : at point, extracting information from the headline properties
6728 : first.
6730 : When optional argument VISIBLE-ONLY is non-nil, don’t export
6731 : contents of hidden elements.
6733 : When optional argument BODY-ONLY is non-nil, only write code
6734 : between "\begin{document}" and "\end{document}".
6736 : EXT-PLIST, when provided, is a property list with external
6737 : parameters overriding Org default settings, but still inferior to
6738 : file-local settings.
6740 : Return output file’s name.
6741 ** org-indent-item
6742    :PROPERTIES:
6743    :CUSTOM_ID: org-indent-item
6744    :END:
6746 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
6747 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-item][Find modifications in git logs]]
6749 : Indent a local list item, but not its children.
6750 : If a region is active, all items inside will be moved.
6751 ** org-table-recalculate-buffer-tables
6752    :PROPERTIES:
6753    :CUSTOM_ID: org-table-recalculate-buffer-tables
6754    :END:
6756 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
6757 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-recalculate-buffer-tables][Find modifications in git logs]]
6759 : Recalculate all tables in the current buffer.
6760 ** org-toggle-heading =(&optional nstars)=
6761    :PROPERTIES:
6762    :CUSTOM_ID: org-toggle-heading
6763    :END:
6765 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6766 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-heading][Find modifications in git logs]]
6768 : Convert headings to normal text, or items or text to headings.
6769 : If there is no active region, only convert the current line.
6771 : With a â€˜C-u’ prefix, convert the whole list at
6772 : point into heading.
6774 : In a region:
6776 : - If the first non blank line is a headline, remove the stars
6777 :   from all headlines in the region.
6779 : - If it is a normal line, turn each and every normal line (i.e.,
6780 :   not an heading or an item) in the region into headings.  If you
6781 :   want to convert only the first line of this region, use one
6782 :   universal prefix argument.
6784 : - If it is a plain list item, turn all plain list items into headings.
6786 : When converting a line into a heading, the number of stars is chosen
6787 : such that the lines become children of the current entry.  However,
6788 : when a numeric prefix argument is given, its value determines the
6789 : number of stars to add.
6790 ** org-shiftmetadown =(&optional _arg)=
6791    :PROPERTIES:
6792    :CUSTOM_ID: org-shiftmetadown
6793    :END:
6795 - *Access:* ~<M-S-down>, <menu-bar> <Tbl> <Row> <Insert Row>~
6796 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6797 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftmetadown][Find modifications in git logs]]
6799 : Drag the line at point down.
6800 : In a table, insert an empty row at the current line.
6801 : On a clock timestamp, update the value of the timestamp like â€˜S-<down>’
6802 : but also adjust the previous clocked item in the clock history.
6803 : Everywhere else, drag the line at point down.
6804 ** org-content =(&optional arg)=
6805    :PROPERTIES:
6806    :CUSTOM_ID: org-content
6807    :END:
6809 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6810 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-content][Find modifications in git logs]]
6812 : Show all headlines in the buffer, like a table of contents.
6813 : With numerical argument N, show content up to level N.
6814 ** org-outdent-item
6815    :PROPERTIES:
6816    :CUSTOM_ID: org-outdent-item
6817    :END:
6819 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
6820 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-outdent-item][Find modifications in git logs]]
6822 : Outdent a local list item, but not its children.
6823 : If a region is active, all items inside will be moved.
6824 ** org-latex-convert-region-to-latex
6825    :PROPERTIES:
6826    :CUSTOM_ID: org-latex-convert-region-to-latex
6827    :END:
6829 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
6830 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-convert-region-to-latex][Find modifications in git logs]]
6832 : Assume the current region has Org syntax, and convert it to LaTeX.
6833 : This can be used in any buffer.  For example, you can write an
6834 : itemized list in Org syntax in an LaTeX buffer and use this
6835 : command to convert it.
6836 ** org-bibtex-yank
6837    :PROPERTIES:
6838    :CUSTOM_ID: org-bibtex-yank
6839    :END:
6841 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
6842 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-yank][Find modifications in git logs]]
6844 : If kill ring holds a bibtex entry yank it as an Org headline.
6845 ** org-columns-move-right
6846    :PROPERTIES:
6847    :CUSTOM_ID: org-columns-move-right
6848    :END:
6850 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
6851 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-move-right][Find modifications in git logs]]
6853 : Swap this column with the one to the right.
6854 ** org-latex-export-as-latex =(&optional async subtreep visible-only body-only ext-plist)=
6855    :PROPERTIES:
6856    :CUSTOM_ID: org-latex-export-as-latex
6857    :END:
6859 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
6860 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-export-as-latex][Find modifications in git logs]]
6862 : Export current buffer as a LaTeX buffer.
6864 : If narrowing is active in the current buffer, only export its
6865 : narrowed part.
6867 : If a region is active, export that region.
6869 : A non-nil optional argument ASYNC means the process should happen
6870 : asynchronously.  The resulting buffer should be accessible
6871 : through the â€˜org-export-stack’ interface.
6873 : When optional argument SUBTREEP is non-nil, export the sub-tree
6874 : at point, extracting information from the headline properties
6875 : first.
6877 : When optional argument VISIBLE-ONLY is non-nil, don’t export
6878 : contents of hidden elements.
6880 : When optional argument BODY-ONLY is non-nil, only write code
6881 : between "\begin{document}" and "\end{document}".
6883 : EXT-PLIST, when provided, is a property list with external
6884 : parameters overriding Org default settings, but still inferior to
6885 : file-local settings.
6887 : Export is done in a buffer named "*Org LATEX Export*", which
6888 : will be displayed when â€˜org-export-show-temporary-export-buffer’
6889 : is non-nil.
6890 ** org-agenda-write =(file &optional open nosettings agenda-bufname)=
6891    :PROPERTIES:
6892    :CUSTOM_ID: org-agenda-write
6893    :END:
6895 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
6896 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-write][Find modifications in git logs]]
6898 : Write the current buffer (an agenda view) as a file.
6900 : Depending on the extension of the file name, plain text (.txt),
6901 : HTML (.html or .htm), PDF (.pdf) or Postscript (.ps) is produced.
6902 : If the extension is .ics, translate visible agenda into iCalendar
6903 : format.  If the extension is .org, collect all subtrees
6904 : corresponding to the agenda entries and add them in an .org file.
6906 : With prefix argument OPEN, open the new file immediately.  If
6907 : NOSETTINGS is given, do not scope the settings of
6908 : â€˜org-agenda-exporter-settings’ into the export commands.  This is
6909 : used when the settings have already been scoped and we do not
6910 : wish to overrule other, higher priority settings.  If
6911 : AGENDA-BUFFER-NAME is provided, use this as the buffer name for
6912 : the agenda to write.
6913 ** org-move-item-down
6914    :PROPERTIES:
6915    :CUSTOM_ID: org-move-item-down
6916    :END:
6918 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
6919 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-move-item-down][Find modifications in git logs]]
6921 : Move the item at point down, i.e. swap with following item.
6922 : Sub-items (items with larger indentation) are considered part of
6923 : the item, so this really moves item trees.
6924 ** org-bibtex-write
6925    :PROPERTIES:
6926    :CUSTOM_ID: org-bibtex-write
6927    :END:
6929 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
6930 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-write][Find modifications in git logs]]
6932 : Insert a heading built from the first element of â€˜org-bibtex-entries’.
6933 ** org-cut-special
6934    :PROPERTIES:
6935    :CUSTOM_ID: org-cut-special
6936    :END:
6938 - *Access:* ~C-c C-x C-w, <menu-bar> <Org> <Edit Structure> <Cut Subtree>, <menu-bar> <Tbl> <Rectangle> <Cut Rectangle>~
6939 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6940 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cut-special][Find modifications in git logs]]
6942 : Cut region in table or cut current subtree.
6943 : Calls â€˜org-table-cut-region’ or â€˜org-cut-subtree’, depending on
6944 : context.  See the individual commands for more information.
6945 ** org-occur-link-in-agenda-files
6946    :PROPERTIES:
6947    :CUSTOM_ID: org-occur-link-in-agenda-files
6948    :END:
6950 - *Access:* ~<menu-bar> <Org> <Hyperlinks> <Find existing link to here>, C-c L~
6951 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6952 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-occur-link-in-agenda-files][Find modifications in git logs]]
6954 : Create a link and search for it in the agendas.
6955 : The link is not stored in â€˜org-stored-links’, it is just created
6956 : for the search purpose.
6957 ** org-update-dblock
6958    :PROPERTIES:
6959    :CUSTOM_ID: org-update-dblock
6960    :END:
6962 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
6963 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-update-dblock][Find modifications in git logs]]
6965 : Update the dynamic block at point.
6966 : This means to empty the block, parse for parameters and then call
6967 : the correct writing function.
6968 ** org-odt-export-to-odt =(&optional async subtreep visible-only ext-plist)=
6969    :PROPERTIES:
6970    :CUSTOM_ID: org-odt-export-to-odt
6971    :END:
6973 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
6974 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-export-to-odt][Find modifications in git logs]]
6976 : Export current buffer to a ODT file.
6978 : If narrowing is active in the current buffer, only export its
6979 : narrowed part.
6981 : If a region is active, export that region.
6983 : A non-nil optional argument ASYNC means the process should happen
6984 : asynchronously.  The resulting file should be accessible through
6985 : the â€˜org-export-stack’ interface.
6987 : When optional argument SUBTREEP is non-nil, export the sub-tree
6988 : at point, extracting information from the headline properties
6989 : first.
6991 : When optional argument VISIBLE-ONLY is non-nil, don’t export
6992 : contents of hidden elements.
6994 : EXT-PLIST, when provided, is a property list with external
6995 : parameters overriding Org default settings, but still inferior to
6996 : file-local settings.
6998 : Return output file’s name.
6999 ** org-table-fedit-line-down
7000    :PROPERTIES:
7001    :CUSTOM_ID: org-table-fedit-line-down
7002    :END:
7004 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7005 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-line-down][Find modifications in git logs]]
7007 : Move cursor one line down in the window showing the table.
7008 ** org-calendar-select
7009    :PROPERTIES:
7010    :CUSTOM_ID: org-calendar-select
7011    :END:
7013 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7014 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calendar-select][Find modifications in git logs]]
7016 : Return to â€˜org-read-date’ with the date currently selected.
7017 : This is used by â€˜org-read-date’ in a temporary keymap for the calendar buffer.
7018 ** org-bibtex-export-to-kill-ring
7019    :PROPERTIES:
7020    :CUSTOM_ID: org-bibtex-export-to-kill-ring
7021    :END:
7023 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
7024 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-export-to-kill-ring][Find modifications in git logs]]
7026 : Export current headline to kill ring as bibtex entry.
7027 ** org-beamer-export-to-latex =(&optional async subtreep visible-only body-only ext-plist)=
7028    :PROPERTIES:
7029    :CUSTOM_ID: org-beamer-export-to-latex
7030    :END:
7032 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
7033 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-export-to-latex][Find modifications in git logs]]
7035 : Export current buffer as a Beamer presentation (tex).
7037 : If narrowing is active in the current buffer, only export its
7038 : narrowed part.
7040 : If a region is active, export that region.
7042 : A non-nil optional argument ASYNC means the process should happen
7043 : asynchronously.  The resulting file should be accessible through
7044 : the â€˜org-export-stack’ interface.
7046 : When optional argument SUBTREEP is non-nil, export the sub-tree
7047 : at point, extracting information from the headline properties
7048 : first.
7050 : When optional argument VISIBLE-ONLY is non-nil, don’t export
7051 : contents of hidden elements.
7053 : When optional argument BODY-ONLY is non-nil, only write code
7054 : between "\begin{document}" and "\end{document}".
7056 : EXT-PLIST, when provided, is a property list with external
7057 : parameters overriding Org default settings, but still inferior to
7058 : file-local settings.
7060 : Return output file’s name.
7061 ** org-search-view =(&optional todo-only string edit-at)=
7062    :PROPERTIES:
7063    :CUSTOM_ID: org-search-view
7064    :END:
7066 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7067 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-search-view][Find modifications in git logs]]
7069 : Show all entries that contain a phrase or words or regular expressions.
7071 : With optional prefix argument TODO-ONLY, only consider entries that are
7072 : TODO entries.  The argument STRING can be used to pass a default search
7073 : string into this function.  If EDIT-AT is non-nil, it means that the
7074 : user should get a chance to edit this string, with cursor at position
7075 : EDIT-AT.
7077 : The search string can be viewed either as a phrase that should be found as
7078 : is, or it can be broken into a number of snippets, each of which must match
7079 : in a Boolean way to select an entry.  The default depends on the variable
7080 : â€˜org-agenda-search-view-always-boolean’.
7081 : Even if this is turned off (the default) you can always switch to
7082 : Boolean search dynamically by preceding the first word with  "+" or "-".
7084 : The default is a direct search of the whole phrase, where each space in
7085 : the search string can expand to an arbitrary amount of whitespace,
7086 : including newlines.
7088 : If using a Boolean search, the search string is split on whitespace and
7089 : each snippet is searched separately, with logical AND to select an entry.
7090 : Words prefixed with a minus must *not* occur in the entry.  Words without
7091 : a prefix or prefixed with a plus must occur in the entry.  Matching is
7092 : case-insensitive.  Words are enclosed by word delimiters (i.e. they must
7093 : match whole words, not parts of a word) if
7094 : â€˜org-agenda-search-view-force-full-words’ is set (default is nil).
7096 : Boolean search snippets enclosed by curly braces are interpreted as
7097 : regular expressions that must or (when preceded with "-") must not
7098 : match in the entry.  Snippets enclosed into double quotes will be taken
7099 : as a whole, to include whitespace.
7101 : - If the search string starts with an asterisk, search only in headlines.
7102 : - If (possibly after the leading star) the search string starts with an
7103 :   exclamation mark, this also means to look at TODO entries only, an effect
7104 :   that can also be achieved with a prefix argument.
7105 : - If (possibly after star and exclamation mark) the search string starts
7106 :   with a colon, this will mean that the (non-regexp) snippets of the
7107 :   Boolean search must match as full words.
7109 : This command searches the agenda files, and in addition the files listed
7110 : in â€˜org-agenda-text-search-extra-files’.
7111 ** org-table-goto-column =(n &optional on-delim force)=
7112    :PROPERTIES:
7113    :CUSTOM_ID: org-table-goto-column
7114    :END:
7116 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7117 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-goto-column][Find modifications in git logs]]
7119 : Move the cursor to the Nth column in the current table line.
7120 : With optional argument ON-DELIM, stop with point before the left delimiter
7121 : of the field.
7122 : If there are less than N fields, just go to after the last delimiter.
7123 : However, when FORCE is non-nil, create new columns if necessary.
7124 ** org-evaluate-time-range =(&optional to-buffer)=
7125    :PROPERTIES:
7126    :CUSTOM_ID: org-evaluate-time-range
7127    :END:
7129 - *Access:* ~C-c C-y, <menu-bar> <Org> <Dates and Scheduling> <Compute Time Range>~
7130 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7131 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-evaluate-time-range][Find modifications in git logs]]
7133 : Evaluate a time range by computing the difference between start and end.
7134 : Normally the result is just printed in the echo area, but with prefix arg
7135 : TO-BUFFER, the result is inserted just after the date stamp into the buffer.
7136 : If the time range is actually in a table, the result is inserted into the
7137 : next column.
7138 : For time difference computation, a year is assumed to be exactly 365
7139 : days in order to avoid rounding problems.
7140 ** org-shiftcontrolup =(&optional n)=
7141    :PROPERTIES:
7142    :CUSTOM_ID: org-shiftcontrolup
7143    :END:
7145 - *Access:* ~<C-S-up>~
7146 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7147 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftcontrolup][Find modifications in git logs]]
7149 : Change timestamps synchronously up in CLOCK log lines.
7150 : Optional argument N tells to change by that many units.
7151 ** org-copy
7152    :PROPERTIES:
7153    :CUSTOM_ID: org-copy
7154    :END:
7156 - *Access:* ~C-c M-w~
7157 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7158 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-copy][Find modifications in git logs]]
7160 : Like â€˜org-refile’, but copy.
7161 ** org-agenda-manipulate-query-subtract-re
7162    :PROPERTIES:
7163    :CUSTOM_ID: org-agenda-manipulate-query-subtract-re
7164    :END:
7166 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7167 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-manipulate-query-subtract-re][Find modifications in git logs]]
7169 : Manipulate the query by adding a search regexp with negative selection.
7170 : Negative selection means regexp must not match for selection of an entry.
7171 ** org-babel-goto-named-result =(name)=
7172    :PROPERTIES:
7173    :CUSTOM_ID: org-babel-goto-named-result
7174    :END:
7176 - *Access:* ~C-c C-v C-r, C-c C-v r~
7177 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
7178 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-goto-named-result][Find modifications in git logs]]
7180 : Go to a named result.
7181 ** org-check-deadlines =(ndays)=
7182    :PROPERTIES:
7183    :CUSTOM_ID: org-check-deadlines
7184    :END:
7186 - *Access:* ~<menu-bar> <Org> <Special views current file> <Check Deadlines>~
7187 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7188 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-check-deadlines][Find modifications in git logs]]
7190 : Check if there are any deadlines due or past due.
7191 : A deadline is considered due if it happens within â€˜org-deadline-warning-days’
7192 : days from today’s date.  If the deadline appears in an entry marked DONE,
7193 : it is not shown.  A numeric prefix argument NDAYS can be used to test that
7194 : many days.  If the prefix is a raw â€˜C-u’, all deadlines are shown.
7195 ** org-advertized-archive-subtree =(&optional find-done)=
7196    :PROPERTIES:
7197    :CUSTOM_ID: org-advertized-archive-subtree
7198    :END:
7200 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7201 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-advertized-archive-subtree][Find modifications in git logs]]
7203 : Move the current subtree to the archive.
7204 : The archive can be a certain top-level heading in the current
7205 : file, or in a different file.  The tree will be moved to that
7206 : location, the subtree heading be marked DONE, and the current
7207 : time will be added.
7209 : When called with a single prefix argument FIND-DONE, find whole
7210 : trees without any open TODO items and archive them (after getting
7211 : confirmation from the user).  When called with a double prefix
7212 : argument, find whole trees with timestamps before today and
7213 : archive them (after getting confirmation from the user).  If the
7214 : cursor is not at a headline when these commands are called, try
7215 : all level 1 trees.  If the cursor is on a headline, only try the
7216 : direct children of this heading.
7217 ** org-texinfo-export-to-info =(&optional async subtreep visible-only body-only ext-plist)=
7218    :PROPERTIES:
7219    :CUSTOM_ID: org-texinfo-export-to-info
7220    :END:
7222 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
7223 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-export-to-info][Find modifications in git logs]]
7225 : Export current buffer to Texinfo then process through to INFO.
7227 : If narrowing is active in the current buffer, only export its
7228 : narrowed part.
7230 : If a region is active, export that region.
7232 : A non-nil optional argument ASYNC means the process should happen
7233 : asynchronously.  The resulting file should be accessible through
7234 : the â€˜org-export-stack’ interface.
7236 : When optional argument SUBTREEP is non-nil, export the sub-tree
7237 : at point, extracting information from the headline properties
7238 : first.
7240 : When optional argument VISIBLE-ONLY is non-nil, don’t export
7241 : contents of hidden elements.
7243 : When optional argument BODY-ONLY is non-nil, only write code
7244 : between "\begin{document}" and "\end{document}".
7246 : EXT-PLIST, when provided, is a property list with external
7247 : parameters overriding Org default settings, but still inferior to
7248 : file-local settings.
7250 : When optional argument PUB-DIR is set, use it as the publishing
7251 : directory.
7253 : Return INFO file’s name.
7254 ** org-drag-element-forward
7255    :PROPERTIES:
7256    :CUSTOM_ID: org-drag-element-forward
7257    :END:
7259 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7260 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-drag-element-forward][Find modifications in git logs]]
7262 : Move forward element at point.
7263 ** org-mouse-insert-checkbox
7264    :PROPERTIES:
7265    :CUSTOM_ID: org-mouse-insert-checkbox
7266    :END:
7268 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
7269 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-insert-checkbox][Find modifications in git logs]]
7272 ** org-cycle-level
7273    :PROPERTIES:
7274    :CUSTOM_ID: org-cycle-level
7275    :END:
7277 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7278 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-level][Find modifications in git logs]]
7280 : Cycle the level of an empty headline through possible states.
7281 : This goes first to child, then to parent, level, then up the hierarchy.
7282 : After top level, it switches back to sibling level.
7283 ** org-table-move-row-up
7284    :PROPERTIES:
7285    :CUSTOM_ID: org-table-move-row-up
7286    :END:
7288 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7289 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-move-row-up][Find modifications in git logs]]
7291 : Move table row up.
7292 ** org-mouse-show-context-menu =(event prefix)=
7293    :PROPERTIES:
7294    :CUSTOM_ID: org-mouse-show-context-menu
7295    :END:
7297 - *Access:* ~<mouse-3>~
7298 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
7299 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-show-context-menu][Find modifications in git logs]]
7301 : Invoke the context menu.
7303 : If the value of â€˜org-mouse-context-menu-function’ is a function, then
7304 : this function is called.  Otherwise, the current major mode menu is used.
7305 ** org-org-export-to-org =(&optional async subtreep visible-only body-only ext-plist)=
7306    :PROPERTIES:
7307    :CUSTOM_ID: org-org-export-to-org
7308    :END:
7310 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-org.el][ox-org.el]]
7311 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-org-export-to-org][Find modifications in git logs]]
7313 : Export current buffer to an org file.
7315 : If narrowing is active in the current buffer, only export its
7316 : narrowed part.
7318 : If a region is active, export that region.
7320 : A non-nil optional argument ASYNC means the process should happen
7321 : asynchronously.  The resulting file should be accessible through
7322 : the â€˜org-export-stack’ interface.
7324 : When optional argument SUBTREEP is non-nil, export the sub-tree
7325 : at point, extracting information from the headline properties
7326 : first.
7328 : When optional argument VISIBLE-ONLY is non-nil, don’t export
7329 : contents of hidden elements.
7331 : When optional argument BODY-ONLY is non-nil, strip document
7332 : keywords from output.
7334 : EXT-PLIST, when provided, is a property list with external
7335 : parameters overriding Org default settings, but still inferior to
7336 : file-local settings.
7338 : Return output file name.
7339 ** org-delete-indentation =(&optional arg)=
7340    :PROPERTIES:
7341    :CUSTOM_ID: org-delete-indentation
7342    :END:
7344 - *Access:* ~M-^~
7345 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7346 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-delete-indentation][Find modifications in git logs]]
7348 : Join current line to previous and fix whitespace at join.
7350 : If previous line is a headline add to headline title.  Otherwise
7351 : the function calls â€˜delete-indentation’.
7353 : With a non-nil optional argument, join it to the following one.
7354 ** org-table-maybe-recalculate-line
7355    :PROPERTIES:
7356    :CUSTOM_ID: org-table-maybe-recalculate-line
7357    :END:
7359 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7360 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-maybe-recalculate-line][Find modifications in git logs]]
7362 : Recompute the current line if marked for it, and if we haven’t just done it.
7363 ** org-bibtex-check-all =(&optional optional)=
7364    :PROPERTIES:
7365    :CUSTOM_ID: org-bibtex-check-all
7366    :END:
7368 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
7369 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-check-all][Find modifications in git logs]]
7371 : Check all headlines in the current file.
7372 : With prefix argument OPTIONAL also prompt for optional fields.
7373 ** org-columns-compute =(property)=
7374    :PROPERTIES:
7375    :CUSTOM_ID: org-columns-compute
7376    :END:
7378 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
7379 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-compute][Find modifications in git logs]]
7381 : Summarize the values of PROPERTY hierarchically.
7382 : Also update existing values for PROPERTY according to the first
7383 : column specification.
7384 ** org-caldav-goto-uid
7385    :PROPERTIES:
7386    :CUSTOM_ID: org-caldav-goto-uid
7387    :END:
7389 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-caldav.el][org-caldav.el]]
7390 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-caldav-goto-uid][Find modifications in git logs]]
7392 : Jump to UID unter point.
7393 ** org-babel-demarcate-block =(&optional arg)=
7394    :PROPERTIES:
7395    :CUSTOM_ID: org-babel-demarcate-block
7396    :END:
7398 - *Access:* ~C-c C-v d, C-c C-v C-d~
7399 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
7400 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-demarcate-block][Find modifications in git logs]]
7402 : Wrap or split the code in the region or on the point.
7403 : When called from inside of a code block the current block is
7404 : split.  When called from outside of a code block a new code block
7405 : is created.  In both cases if the region is demarcated and if the
7406 : region is not active then the point is demarcated.
7407 ** org-insert-todo-heading =(arg &optional force-heading)=
7408    :PROPERTIES:
7409    :CUSTOM_ID: org-insert-todo-heading
7410    :END:
7412 - *Access:* ~<M-S-return>~
7413 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7414 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-todo-heading][Find modifications in git logs]]
7416 : Insert a new heading with the same level and TODO state as current heading.
7418 : If the heading has no TODO state, or if the state is DONE, use
7419 : the first state (TODO by default).  Also with one prefix arg,
7420 : force first state.  With two prefix args, force inserting at the
7421 : end of the parent subtree.
7423 : When called at a plain list item, insert a new item with an
7424 : unchecked check box.
7425 ** org-sort-entries =(&optional with-case sorting-type getkey-func compare-func property interactive?)=
7426    :PROPERTIES:
7427    :CUSTOM_ID: org-sort-entries
7428    :END:
7430 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7431 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sort-entries][Find modifications in git logs]]
7433 : Sort entries on a certain level of an outline tree.
7434 : If there is an active region, the entries in the region are sorted.
7435 : Else, if the cursor is before the first entry, sort the top-level items.
7436 : Else, the children of the entry at point are sorted.
7438 : Sorting can be alphabetically, numerically, by date/time as given by
7439 : a time stamp, by a property, by priority order, or by a custom function.
7441 : The command prompts for the sorting type unless it has been given to the
7442 : function through the SORTING-TYPE argument, which needs to be a character,
7443 : (?n ?N ?a ?A ?t ?T ?s ?S ?d ?D ?p ?P ?o ?O ?r ?R ?f ?F ?k ?K).  Here is
7444 : the precise meaning of each character:
7446 : a   Alphabetically, ignoring the TODO keyword and the priority, if any.
7447 : c   By creation time, which is assumed to be the first inactive time stamp
7448 :     at the beginning of a line.
7449 : d   By deadline date/time.
7450 : k   By clocking time.
7451 : n   Numerically, by converting the beginning of the entry/item to a number.
7452 : o   By order of TODO keywords.
7453 : p   By priority according to the cookie.
7454 : r   By the value of a property.
7455 : s   By scheduled date/time.
7456 : t   By date/time, either the first active time stamp in the entry, or, if
7457 :     none exist, by the first inactive one.
7459 : Capital letters will reverse the sort order.
7461 : If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies a function to be
7462 : called with point at the beginning of the record.  It must return a
7463 : value that is compatible with COMPARE-FUNC, the function used to
7464 : compare entries.
7466 : Comparing entries ignores case by default.  However, with an optional argument
7467 : WITH-CASE, the sorting considers case as well.
7469 : Sorting is done against the visible part of the headlines, it ignores hidden
7470 : links.
7472 : When sorting is done, call â€˜org-after-sorting-entries-or-items-hook’.
7474 : A non-nil value for INTERACTIVE? is used to signal that this
7475 : function is being called interactively.
7476 ** orgtbl-self-insert-command =(N)=
7477    :PROPERTIES:
7478    :CUSTOM_ID: orgtbl-self-insert-command
7479    :END:
7481 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7482 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-self-insert-command][Find modifications in git logs]]
7484 : Like â€˜self-insert-command’, use overwrite-mode for whitespace in tables.
7485 : If the cursor is in a table looking at whitespace, the whitespace is
7486 : overwritten, and the table is not marked as requiring realignment.
7487 ** org-table-sort-lines =(&optional with-case sorting-type getkey-func compare-func interactive?)=
7488    :PROPERTIES:
7489    :CUSTOM_ID: org-table-sort-lines
7490    :END:
7492 - *Access:* ~<menu-bar> <Tbl> <Row> <Sort lines in region>~
7493 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7494 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-sort-lines][Find modifications in git logs]]
7496 : Sort table lines according to the column at point.
7498 : The position of point indicates the column to be used for
7499 : sorting, and the range of lines is the range between the nearest
7500 : horizontal separator lines, or the entire table of no such lines
7501 : exist.  If point is before the first column, you will be prompted
7502 : for the sorting column.  If there is an active region, the mark
7503 : specifies the first line and the sorting column, while point
7504 : should be in the last line to be included into the sorting.
7506 : The command then prompts for the sorting type which can be
7507 : alphabetically, numerically, or by time (as given in a time stamp
7508 : in the field, or as a HH:MM value).  Sorting in reverse order is
7509 : also possible.
7511 : With prefix argument WITH-CASE, alphabetic sorting will be case-sensitive.
7513 : If SORTING-TYPE is specified when this function is called from a Lisp
7514 : program, no prompting will take place.  SORTING-TYPE must be a character,
7515 : any of (?a ?A ?n ?N ?t ?T ?f ?F) where the capital letters indicate that
7516 : sorting should be done in reverse order.
7518 : If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies
7519 : a function to be called to extract the key.  It must return a value
7520 : that is compatible with COMPARE-FUNC, the function used to compare
7521 : entries.
7523 : A non-nil value for INTERACTIVE? is used to signal that this
7524 : function is being called interactively.
7525 ** org-agenda-clock-goto
7526    :PROPERTIES:
7527    :CUSTOM_ID: org-agenda-clock-goto
7528    :END:
7530 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7531 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clock-goto][Find modifications in git logs]]
7533 : Jump to the currently clocked in task within the agenda.
7534 : If the currently clocked in task is not listed in the agenda
7535 : buffer, display it in another window.
7536 ** org-agenda-backward-block
7537    :PROPERTIES:
7538    :CUSTOM_ID: org-agenda-backward-block
7539    :END:
7541 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7542 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-backward-block][Find modifications in git logs]]
7544 : Move backward by one agenda block.
7545 ** org-priority-down
7546    :PROPERTIES:
7547    :CUSTOM_ID: org-priority-down
7548    :END:
7550 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7551 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-priority-down][Find modifications in git logs]]
7553 : Decrease the priority of the current item.
7554 ** org-agenda-list =(&optional arg start-day span with-hour)=
7555    :PROPERTIES:
7556    :CUSTOM_ID: org-agenda-list
7557    :END:
7559 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7560 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-list][Find modifications in git logs]]
7562 : Produce a daily/weekly view from all files in variable â€˜org-agenda-files’.
7563 : The view will be for the current day or week, but from the overview buffer
7564 : you will be able to go to other days/weeks.
7566 : With a numeric prefix argument in an interactive call, the agenda will
7567 : span ARG days.  Lisp programs should instead specify SPAN to change
7568 : the number of days.  SPAN defaults to â€˜org-agenda-span’.
7570 : START-DAY defaults to TODAY, or to the most recent match for the weekday
7571 : given in â€˜org-agenda-start-on-weekday’.
7573 : When WITH-HOUR is non-nil, only include scheduled and deadline
7574 : items if they have an hour specification like [h]h:mm.
7575 ** org-rss-export-to-rss =(&optional async subtreep visible-only)=
7576    :PROPERTIES:
7577    :CUSTOM_ID: org-rss-export-to-rss
7578    :END:
7580 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-rss.el][ox-rss.el]]
7581 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-rss-export-to-rss][Find modifications in git logs]]
7583 : Export current buffer to a RSS file.
7585 : If narrowing is active in the current buffer, only export its
7586 : narrowed part.
7588 : If a region is active, export that region.
7590 : A non-nil optional argument ASYNC means the process should happen
7591 : asynchronously.  The resulting file should be accessible through
7592 : the â€˜org-export-stack’ interface.
7594 : When optional argument SUBTREEP is non-nil, export the sub-tree
7595 : at point, extracting information from the headline properties
7596 : first.
7598 : When optional argument VISIBLE-ONLY is non-nil, don’t export
7599 : contents of hidden elements.
7601 : Return output file’s name.
7602 ** org-agenda-archive-to-archive-sibling
7603    :PROPERTIES:
7604    :CUSTOM_ID: org-agenda-archive-to-archive-sibling
7605    :END:
7607 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7608 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-archive-to-archive-sibling][Find modifications in git logs]]
7610 : Move the entry to the archive sibling.
7611 ** org-icalendar-export-agenda-files =(&optional async)=
7612    :PROPERTIES:
7613    :CUSTOM_ID: org-icalendar-export-agenda-files
7614    :END:
7616 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
7617 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-export-agenda-files][Find modifications in git logs]]
7619 : Export all agenda files to iCalendar files.
7620 : When optional argument ASYNC is non-nil, export happens in an
7621 : external process.
7622 ** org-toggle-pretty-entities
7623    :PROPERTIES:
7624    :CUSTOM_ID: org-toggle-pretty-entities
7625    :END:
7627 - *Access:* ~C-c C-x \~
7628 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7629 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-pretty-entities][Find modifications in git logs]]
7631 : Toggle the composition display of entities as UTF8 characters.
7632 ** org-set-tags =(&optional arg just-align)=
7633    :PROPERTIES:
7634    :CUSTOM_ID: org-set-tags
7635    :END:
7637 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7638 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-tags][Find modifications in git logs]]
7640 : Set the tags for the current headline.
7641 : With prefix ARG, realign all tags in headings in the current buffer.
7642 : When JUST-ALIGN is non-nil, only align tags.
7643 ** org-babel-sha1-hash =(&optional info)=
7644    :PROPERTIES:
7645    :CUSTOM_ID: org-babel-sha1-hash
7646    :END:
7648 - *Access:* ~C-c C-v a, C-c C-v C-a~
7649 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
7650 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-sha1-hash][Find modifications in git logs]]
7652 : Generate an sha1 hash based on the value of info.
7653 ** org-edit-src-continue =(e)=
7654    :PROPERTIES:
7655    :CUSTOM_ID: org-edit-src-continue
7656    :END:
7658 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
7659 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-continue][Find modifications in git logs]]
7661 : Unconditionally return to buffer editing area under point.
7662 : Throw an error if there is no such buffer.
7663 ** org-edit-footnote-reference
7664    :PROPERTIES:
7665    :CUSTOM_ID: org-edit-footnote-reference
7666    :END:
7668 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
7669 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-footnote-reference][Find modifications in git logs]]
7671 : Edit definition of footnote reference at point.
7672 ** org-shiftcontrolleft
7673    :PROPERTIES:
7674    :CUSTOM_ID: org-shiftcontrolleft
7675    :END:
7677 - *Access:* ~<C-S-left>~
7678 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7679 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftcontrolleft][Find modifications in git logs]]
7681 : Switch to previous TODO set.
7682 ** org-delete-char =(N)=
7683    :PROPERTIES:
7684    :CUSTOM_ID: org-delete-char
7685    :END:
7687 - *Access:* ~C-d~
7688 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7689 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-delete-char][Find modifications in git logs]]
7691 : Like â€˜delete-char’, but insert whitespace at field end in tables.
7692 : When deleting characters, in tables this function will insert whitespace in
7693 : front of the next "|" separator, to keep the table aligned.  The table will
7694 : still be marked for re-alignment if the field did fill the entire column,
7695 : because, in this case the deletion might narrow the column.
7696 ** org-babel-lilypond-toggle-png-generation
7697    :PROPERTIES:
7698    :CUSTOM_ID: org-babel-lilypond-toggle-png-generation
7699    :END:
7701 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
7702 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-toggle-png-generation][Find modifications in git logs]]
7704 : Toggle whether png image will be generated by compilation.
7705 ** org-mark-element
7706    :PROPERTIES:
7707    :CUSTOM_ID: org-mark-element
7708    :END:
7710 - *Access:* ~M-h~
7711 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7712 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mark-element][Find modifications in git logs]]
7714 : Put point at beginning of this element, mark at end.
7716 : Interactively, if this command is repeated or (in Transient Mark
7717 : mode) if the mark is active, it marks the next element after the
7718 : ones already marked.
7719 ** org-attach-attach =(file &optional visit-dir method)=
7720    :PROPERTIES:
7721    :CUSTOM_ID: org-attach-attach
7722    :END:
7724 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
7725 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-attach][Find modifications in git logs]]
7727 : Move/copy/link FILE into the attachment directory of the current task.
7728 : If VISIT-DIR is non-nil, visit the directory with dired.
7729 : METHOD may be â€˜cp’, â€˜mv’, â€˜ln’, â€˜lns’ or â€˜url’ default taken from
7730 : â€˜org-attach-method’.
7731 ** org-table-wrap-region =(arg)=
7732    :PROPERTIES:
7733    :CUSTOM_ID: org-table-wrap-region
7734    :END:
7736 - *Access:* ~<menu-bar> <Tbl> <Rectangle> <Fill Rectangle>~
7737 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7738 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-wrap-region][Find modifications in git logs]]
7740 : Wrap several fields in a column like a paragraph.
7741 : This is useful if you’d like to spread the contents of a field over several
7742 : lines, in order to keep the table compact.
7744 : If there is an active region, and both point and mark are in the same column,
7745 : the text in the column is wrapped to minimum width for the given number of
7746 : lines.  Generally, this makes the table more compact.  A prefix ARG may be
7747 : used to change the number of desired lines.  For example, â€˜C-2 M-x org-table-wrap-region’
7748 : formats the selected text to two lines.  If the region was longer than two
7749 : lines, the remaining lines remain empty.  A negative prefix argument reduces
7750 : the current number of lines by that amount.  The wrapped text is pasted back
7751 : into the table.  If you formatted it to more lines than it was before, fields
7752 : further down in the table get overwritten - so you might need to make space in
7753 : the table first.
7755 : If there is no region, the current field is split at the cursor position and
7756 : the text fragment to the right of the cursor is prepended to the field one
7757 : line down.
7759 : If there is no region, but you specify a prefix ARG, the current field gets
7760 : blank, and the content is appended to the field above.
7761 ** org-demote-subtree
7762    :PROPERTIES:
7763    :CUSTOM_ID: org-demote-subtree
7764    :END:
7766 - *Access:* ~C-c C->~
7767 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7768 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-demote-subtree][Find modifications in git logs]]
7770 : Demote the entire subtree.
7771 : See â€˜org-demote’ and â€˜org-promote’.
7772 ** org-columns-menu =(event)=
7773    :PROPERTIES:
7774    :CUSTOM_ID: org-columns-menu
7775    :END:
7777 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
7778 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-menu][Find modifications in git logs]]
7780 : Org Column Menu
7781 ** org-table-move-column =(&optional left)=
7782    :PROPERTIES:
7783    :CUSTOM_ID: org-table-move-column
7784    :END:
7786 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7787 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-move-column][Find modifications in git logs]]
7789 : Move the current column to the right.  With arg LEFT, move to the left.
7790 ** org-insert-heading =(&optional arg invisible-ok top)=
7791    :PROPERTIES:
7792    :CUSTOM_ID: org-insert-heading
7793    :END:
7795 - *Access:* ~<menu-bar> <Org> <New Heading>~
7796 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7797 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-heading][Find modifications in git logs]]
7799 : Insert a new heading or an item with the same depth at point.
7801 : If point is at the beginning of a heading, insert a new heading
7802 : or a new headline above the current one.  When at the beginning
7803 : of a regular line of text, turn it into a heading.
7805 : If point is in the middle of a line, split it and create a new
7806 : headline with the text in the current line after point (see
7807 : â€˜org-M-RET-may-split-line’ on how to modify this behavior).  As
7808 : a special case, on a headline, splitting can only happen on the
7809 : title itself.  E.g., this excludes breaking stars or tags.
7811 : With a â€˜C-u’ prefix, set â€˜org-insert-heading-respect-content’ to
7812 : a non-nil value for the duration of the command.  This forces the
7813 : insertion of a heading after the current subtree, independently
7814 : on the location of point.
7816 : With a â€˜C-u C-u’ prefix, insert the heading at the end of the tree
7817 : above the current heading.  For example, if point is within a
7818 : 2nd-level heading, then it will insert a 2nd-level heading at
7819 : the end of the 1st-level parent subtree.
7821 : When INVISIBLE-OK is set, stop at invisible headlines when going
7822 : back.  This is important for non-interactive uses of the
7823 : command.
7825 : When optional argument TOP is non-nil, insert a level 1 heading,
7826 : unconditionally.
7827 ** org-shiftcontroldown =(&optional n)=
7828    :PROPERTIES:
7829    :CUSTOM_ID: org-shiftcontroldown
7830    :END:
7832 - *Access:* ~<C-S-down>~
7833 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7834 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftcontroldown][Find modifications in git logs]]
7836 : Change timestamps synchronously down in CLOCK log lines.
7837 : Optional argument N tells to change by that many units.
7838 ** org-agenda-to-appt =(&optional refresh filter &rest args)=
7839    :PROPERTIES:
7840    :CUSTOM_ID: org-agenda-to-appt
7841    :END:
7843 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
7844 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-to-appt][Find modifications in git logs]]
7846 : Activate appointments found in â€˜org-agenda-files’.
7848 : With a â€˜C-u’ prefix, refresh the list of appointments.
7850 : If FILTER is t, interactively prompt the user for a regular
7851 : expression, and filter out entries that don’t match it.
7853 : If FILTER is a string, use this string as a regular expression
7854 : for filtering entries out.
7856 : If FILTER is a function, filter out entries against which
7857 : calling the function returns nil.  This function takes one
7858 : argument: an entry from â€˜org-agenda-get-day-entries’.
7860 : FILTER can also be an alist with the car of each cell being
7861 : either â€˜headline’ or â€˜category’.  For example:
7863 :   '((headline "IMPORTANT")
7864 :     (category "Work"))
7866 : will only add headlines containing IMPORTANT or headlines
7867 : belonging to the "Work" category.
7869 : ARGS are symbols indicating what kind of entries to consider.
7870 : By default â€˜org-agenda-to-appt’ will use :deadline*, :scheduled*
7871 : (i.e., deadlines and scheduled items with a hh:mm specification)
7872 : and :timestamp entries.  See the docstring of â€˜org-diary’ for
7873 : details and examples.
7875 : If an entry has a APPT_WARNTIME property, its value will be used
7876 : to override â€˜appt-message-warning-time’.
7877 ** org-plot/gnuplot =(&optional params)=
7878    :PROPERTIES:
7879    :CUSTOM_ID: org-plot/gnuplot
7880    :END:
7882 - *Access:* ~C-c " g, <menu-bar> <Tbl> <Plot> <Gnuplot>~
7883 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-plot.el][org-plot.el]]
7884 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-plot/gnuplot][Find modifications in git logs]]
7886 : Plot table using gnuplot.  Gnuplot options can be specified with PARAMS.
7887 : If not given options will be taken from the +PLOT
7888 : line directly before or after the table.
7889 ** org-goto-calendar =(&optional arg)=
7890    :PROPERTIES:
7891    :CUSTOM_ID: org-goto-calendar
7892    :END:
7894 - *Access:* ~C-c >, <menu-bar> <Org> <Dates and Scheduling> <Goto Calendar>~
7895 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7896 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-calendar][Find modifications in git logs]]
7898 : Go to the Emacs calendar at the current date.
7899 : If there is a time stamp in the current line, go to that date.
7900 : A prefix ARG can be used to force the current date.
7901 ** org-footnote-goto-previous-reference =(label)=
7902    :PROPERTIES:
7903    :CUSTOM_ID: org-footnote-goto-previous-reference
7904    :END:
7906 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
7907 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-goto-previous-reference][Find modifications in git logs]]
7909 : Find the first closest (to point) reference of footnote with label LABEL.
7910 ** org-table-export =(&optional file format)=
7911    :PROPERTIES:
7912    :CUSTOM_ID: org-table-export
7913    :END:
7915 - *Access:* ~<menu-bar> <Tbl> <Export to File>~
7916 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
7917 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-export][Find modifications in git logs]]
7919 : Export table to a file, with configurable format.
7920 : Such a file can be imported into usual spreadsheet programs.
7922 : FILE can be the output file name.  If not given, it will be taken
7923 : from a TABLE_EXPORT_FILE property in the current entry or higher
7924 : up in the hierarchy, or the user will be prompted for a file
7925 : name.  FORMAT can be an export format, of the same kind as it
7926 : used when â€˜orgtbl-mode’ sends a table in a different format.
7928 : The command suggests a format depending on TABLE_EXPORT_FORMAT,
7929 : whether it is set locally or up in the hierarchy, then on the
7930 : extension of the given file name, and finally on the variable
7931 : â€˜org-table-export-default-format’.
7932 ** org-global-cycle =(&optional arg)=
7933    :PROPERTIES:
7934    :CUSTOM_ID: org-global-cycle
7935    :END:
7937 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7938 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-global-cycle][Find modifications in git logs]]
7940 : Cycle the global visibility.  For details see â€˜org-cycle’.
7941 : With â€˜C-u’ prefix ARG, switch to startup visibility.
7942 : With a numeric prefix, show all headlines up to that level.
7943 ** org-shiftleft =(&optional arg)=
7944    :PROPERTIES:
7945    :CUSTOM_ID: org-shiftleft
7946    :END:
7948 - *Access:* ~<S-left>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Previous keyword>, <menu-bar> <Org> <Dates and Scheduling> <Change Date> <1 Day Earlier>~
7949 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7950 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftleft][Find modifications in git logs]]
7952 : Cycle the thing at point or in the current line, depending on context.
7953 : Depending on context, this does one of the following:
7955 : - switch a timestamp at point one day into the past
7956 : - on a headline, switch to the previous TODO keyword.
7957 : - on an item, switch entire list to the previous bullet type
7958 : - on a property line, switch to the previous allowed value
7959 : - on a clocktable definition line, move time block into the past
7960 ** org-time-stamp =(arg &optional inactive)=
7961    :PROPERTIES:
7962    :CUSTOM_ID: org-time-stamp
7963    :END:
7965 - *Access:* ~C-c ., <menu-bar> <Org> <Dates and Scheduling> <Timestamp>~
7966 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
7967 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-time-stamp][Find modifications in git logs]]
7969 : Prompt for a date/time and insert a time stamp.
7971 : If the user specifies a time like HH:MM or if this command is
7972 : called with at least one prefix argument, the time stamp contains
7973 : the date and the time.  Otherwise, only the date is included.
7975 : All parts of a date not specified by the user are filled in from
7976 : the timestamp at point, if any, or the current date/time
7977 : otherwise.
7979 : If there is already a timestamp at the cursor, it is replaced.
7981 : With two universal prefix arguments, insert an active timestamp
7982 : with the current time without prompting the user.
7984 : When called from lisp, the timestamp is inactive if INACTIVE is
7985 : non-nil.
7986 ** org-ctags-create-tags =(&optional directory-name)=
7987    :PROPERTIES:
7988    :CUSTOM_ID: org-ctags-create-tags
7989    :END:
7991 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
7992 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-create-tags][Find modifications in git logs]]
7994 : (Re)create tags file in the directory of the active buffer.
7995 : The file will contain tag definitions for all the files in the
7996 : directory and its subdirectories which are recognized by ctags.
7997 : This will include files ending in â€˜.org’ as well as most other
7998 : source files (.C, .H, .EL, .LISP, etc).  All the resulting tags
7999 : end up in one file, called TAGS, located in the directory.  This
8000 : function may take several seconds to finish if the directory or
8001 : its subdirectories contain large numbers of taggable files.
8002 ** org-columns--display-here-title
8003    :PROPERTIES:
8004    :CUSTOM_ID: org-columns--display-here-title
8005    :END:
8007 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
8008 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns--display-here-title][Find modifications in git logs]]
8010 : Overlay the newline before the current line with the table title.
8011 ** org-babel-switch-to-session =(&optional arg info)=
8012    :PROPERTIES:
8013    :CUSTOM_ID: org-babel-switch-to-session
8014    :END:
8016 - *Access:* ~C-c C-v C-z~
8017 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
8018 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-switch-to-session][Find modifications in git logs]]
8020 : Switch to the session of the current code block.
8021 : Uses â€˜org-babel-initiate-session’ to start the session.  If called
8022 : with a prefix argument then this is passed on to
8023 : â€˜org-babel-initiate-session’.
8024 ** org-sparse-tree =(&optional arg type)=
8025    :PROPERTIES:
8026    :CUSTOM_ID: org-sparse-tree
8027    :END:
8029 - *Access:* ~C-c /, <menu-bar> <Org> <Show/Hide> <Sparse Tree...>~
8030 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8031 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sparse-tree][Find modifications in git logs]]
8033 : Create a sparse tree, prompt for the details.
8034 : This command can create sparse trees.  You first need to select the type
8035 : of match used to create the tree:
8037 : t      Show all TODO entries.
8038 : T      Show entries with a specific TODO keyword.
8039 : m      Show entries selected by a tags/property match.
8040 : p      Enter a property name and its value (both with completion on existing
8041 :        names/values) and show entries with that property.
8042 : r      Show entries matching a regular expression (‘/’ can be used as well).
8043 : b      Show deadlines and scheduled items before a date.
8044 : a      Show deadlines and scheduled items after a date.
8045 : d      Show deadlines due within â€˜org-deadline-warning-days’.
8046 : D      Show deadlines and scheduled items between a date range.
8047 ** org-capture =(&optional goto keys)=
8048    :PROPERTIES:
8049    :CUSTOM_ID: org-capture
8050    :END:
8052 - *Access:* ~C-c c~
8053 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
8054 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture][Find modifications in git logs]]
8056 : Capture something.
8058 : This will let you select a template from â€˜org-capture-templates’, and
8059 : then file the newly captured information.  The text is immediately
8060 : inserted at the target location, and an indirect buffer is shown where
8061 : you can edit it.  Pressing â€˜C-c C-c’ brings you back to the previous
8062 : state of Emacs, so that you can continue your work.
8064 : When called interactively with a â€˜C-u’ prefix argument GOTO, don’t
8065 : capture anything, just go to the file/headline where the selected
8066 : template stores its notes.
8068 : With a â€˜C-u C-u’ prefix argument, go to the last note stored.
8070 : When called with a â€˜C-0’ (zero) prefix, insert a template at point.
8072 : When called with a â€˜C-1’ (one) prefix, force prompting for a date when
8073 : a datetree entry is made.
8075 : ELisp programs can set KEYS to a string associated with a template
8076 : in â€˜org-capture-templates’.  In this case, interactive selection
8077 : will be bypassed.
8079 : If â€˜org-capture-use-agenda-date’ is non-nil, capturing from the
8080 : agenda will use the date at point as the default date.  Then, a
8081 : â€˜C-1’ prefix will tell the capture process to use the HH:MM time
8082 : of the day at point (if any) or the current HH:MM time.
8083 ** org-forward-paragraph
8084    :PROPERTIES:
8085    :CUSTOM_ID: org-forward-paragraph
8086    :END:
8088 - *Access:* ~<C-down>~
8089 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8090 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-forward-paragraph][Find modifications in git logs]]
8092 : Move forward to beginning of next paragraph or equivalent.
8094 : The function moves point to the beginning of the next visible
8095 : structural element, which can be a paragraph, a table, a list
8096 : item, etc.  It also provides some special moves for convenience:
8098 :   - On an affiliated keyword, jump to the beginning of the
8099 :     relative element.
8100 :   - On an item or a footnote definition, move to the second
8101 :     element inside, if any.
8102 :   - On a table or a property drawer, jump after it.
8103 :   - On a verse or source block, stop after blank lines.
8104 ** org-protocol-create-for-org
8105    :PROPERTIES:
8106    :CUSTOM_ID: org-protocol-create-for-org
8107    :END:
8109 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
8110 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-create-for-org][Find modifications in git logs]]
8112 : Create a Org protocol project for the current file’s project.
8113 : The visited file needs to be part of a publishing project in
8114 : â€˜org-publish-project-alist’ for this to work.  The function
8115 : delegates most of the work to â€˜org-protocol-create’.
8116 ** org-agenda-open-link =(&optional arg)=
8117    :PROPERTIES:
8118    :CUSTOM_ID: org-agenda-open-link
8119    :END:
8121 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8122 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-open-link][Find modifications in git logs]]
8124 : Open the link(s) in the current entry, if any.
8125 : This looks for a link in the displayed line in the agenda.
8126 : It also looks at the text of the entry itself.
8127 ** org-edit-special =(&optional arg)=
8128    :PROPERTIES:
8129    :CUSTOM_ID: org-edit-special
8130    :END:
8132 - *Access:* ~C-c ', <menu-bar> <Org> <Editing> <Edit Source Example>, <menu-bar> <Tbl> <Calculate> <Edit Formulas>~
8133 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8134 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-special][Find modifications in git logs]]
8136 : Call a special editor for the element at point.
8137 : When at a table, call the formula editor with â€˜org-table-edit-formulas’.
8138 : When in a source code block, call â€˜org-edit-src-code’.
8139 : When in a fixed-width region, call â€˜org-edit-fixed-width-region’.
8140 : When in an export block, call â€˜org-edit-export-block’.
8141 : When in a LaTeX environment, call â€˜org-edit-latex-environment’.
8142 : When at an #+INCLUDE keyword, visit the included file.
8143 : When at a footnote reference, call â€˜org-edit-footnote-reference’
8144 : On a link, call â€˜ffap’ to visit the link at point.
8145 : Otherwise, return a user error.
8146 ** org-display-inline-images =(&optional include-linked refresh beg end)=
8147    :PROPERTIES:
8148    :CUSTOM_ID: org-display-inline-images
8149    :END:
8151 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8152 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-display-inline-images][Find modifications in git logs]]
8154 : Display inline images.
8156 : An inline image is a link which follows either of these
8157 : conventions:
8159 :   1. Its path is a file with an extension matching return value
8160 :      from â€˜image-file-name-regexp’ and it has no contents.
8162 :   2. Its description consists in a single link of the previous
8163 :      type.
8165 : When optional argument INCLUDE-LINKED is non-nil, also links with
8166 : a text description part will be inlined.  This can be nice for
8167 : a quick look at those images, but it does not reflect what
8168 : exported files will look like.
8170 : When optional argument REFRESH is non-nil, refresh existing
8171 : images between BEG and END.  This will create new image displays
8172 : only if necessary.  BEG and END default to the buffer
8173 : boundaries.
8174 ** org-capture-goto-last-stored
8175    :PROPERTIES:
8176    :CUSTOM_ID: org-capture-goto-last-stored
8177    :END:
8179 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
8180 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-goto-last-stored][Find modifications in git logs]]
8182 : Go to the location where the last capture note was stored.
8183 ** org-show-todo-tree =(arg)=
8184    :PROPERTIES:
8185    :CUSTOM_ID: org-show-todo-tree
8186    :END:
8188 - *Access:* ~<menu-bar> <Org> <TODO Lists> <Show TODO Tree>, <menu-bar> <Org> <Special views current file> <TODO Tree>~
8189 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8190 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-todo-tree][Find modifications in git logs]]
8192 : Make a compact tree which shows all headlines marked with TODO.
8193 : The tree will show the lines where the regexp matches, and all higher
8194 : headlines above the match.
8195 : With a â€˜C-u’ prefix, prompt for a regexp to match.
8196 : With a numeric prefix N, construct a sparse tree for the Nth element
8197 : of â€˜org-todo-keywords-1’.
8198 ** org-shiftdown =(&optional arg)=
8199    :PROPERTIES:
8200    :CUSTOM_ID: org-shiftdown
8201    :END:
8203 - *Access:* ~<S-down>, <menu-bar> <Org> <TODO Lists> <Priority Down>, <menu-bar> <Org> <Dates and Scheduling> <Change Date> <1 ... Earlier>~
8204 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8205 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shiftdown][Find modifications in git logs]]
8207 : Decrease item in timestamp or decrease priority of current headline.
8208 : Calls â€˜org-timestamp-down’ or â€˜org-priority-down’, or â€˜org-next-item’
8209 : depending on context.  See the individual commands for more information.
8210 ** org-agenda-entry-text-mode =(&optional arg)=
8211    :PROPERTIES:
8212    :CUSTOM_ID: org-agenda-entry-text-mode
8213    :END:
8215 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8216 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-entry-text-mode][Find modifications in git logs]]
8218 : Toggle entry text mode in an agenda buffer.
8219 ** org-find-file-at-mouse =(ev)=
8220    :PROPERTIES:
8221    :CUSTOM_ID: org-find-file-at-mouse
8222    :END:
8224 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8225 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-find-file-at-mouse][Find modifications in git logs]]
8227 : Open file link or URL at mouse.
8228 ** org-table-next-row
8229    :PROPERTIES:
8230    :CUSTOM_ID: org-table-next-row
8231    :END:
8233 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8234 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-next-row][Find modifications in git logs]]
8236 : Go to the next row (same column) in the current table.
8237 : Before doing so, re-align the table if necessary.
8238 ** org-goto =(&optional alternative-interface)=
8239    :PROPERTIES:
8240    :CUSTOM_ID: org-goto
8241    :END:
8243 - *Access:* ~C-c C-j, <menu-bar> <Org> <Navigate Headings> <Jump>~
8244 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8245 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto][Find modifications in git logs]]
8247 : Look up a different location in the current file, keeping current visibility.
8249 : When you want look-up or go to a different location in a
8250 : document, the fastest way is often to fold the entire buffer and
8251 : then dive into the tree.  This method has the disadvantage, that
8252 : the previous location will be folded, which may not be what you
8253 : want.
8255 : This command works around this by showing a copy of the current
8256 : buffer in an indirect buffer, in overview mode.  You can dive
8257 : into the tree in that copy, use org-occur and incremental search
8258 : to find a location.  When pressing RET or â€˜Q’, the command
8259 : returns to the original buffer in which the visibility is still
8260 : unchanged.  After RET it will also jump to the location selected
8261 : in the indirect buffer and expose the headline hierarchy above.
8263 : With a prefix argument, use the alternative interface: e.g., if
8264 : â€˜org-goto-interface’ is â€˜outline’ use â€˜outline-path-completion’.
8265 ** org-agenda-goto-mouse =(ev)=
8266    :PROPERTIES:
8267    :CUSTOM_ID: org-agenda-goto-mouse
8268    :END:
8270 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8271 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-goto-mouse][Find modifications in git logs]]
8273 : Go to the Org file which contains the item at the mouse click.
8274 ** org-feed-update-all
8275    :PROPERTIES:
8276    :CUSTOM_ID: org-feed-update-all
8277    :END:
8279 - *Access:* ~C-c C-x g, <menu-bar> <Org> <TODO Lists> <Get news from all feeds>~
8280 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
8281 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-update-all][Find modifications in git logs]]
8283 : Get inbox items from all feeds in â€˜org-feed-alist’.
8284 ** org-mouse-transform-to-outline
8285    :PROPERTIES:
8286    :CUSTOM_ID: org-mouse-transform-to-outline
8287    :END:
8289 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
8290 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-transform-to-outline][Find modifications in git logs]]
8293 ** org-insert-item =(&optional checkbox)=
8294    :PROPERTIES:
8295    :CUSTOM_ID: org-insert-item
8296    :END:
8298 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
8299 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-item][Find modifications in git logs]]
8301 : Insert a new item at the current level.
8302 : If cursor is before first character after bullet of the item, the
8303 : new item will be created before the current one.
8305 : If CHECKBOX is non-nil, add a checkbox next to the bullet.
8307 : Return t when things worked, nil when we are not in an item, or
8308 : item is invisible.
8309 ** org-id-update-id-locations =(&optional files silent)=
8310    :PROPERTIES:
8311    :CUSTOM_ID: org-id-update-id-locations
8312    :END:
8314 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
8315 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-update-id-locations][Find modifications in git logs]]
8317 : Scan relevant files for IDs.
8318 : Store the relation between files and corresponding IDs.
8319 : This will scan all agenda files, all associated archives, and all
8320 : files currently mentioned in â€˜org-id-locations’.
8321 : When FILES is given, scan these files instead.
8322 ** org-id-get-create =(&optional force)=
8323    :PROPERTIES:
8324    :CUSTOM_ID: org-id-get-create
8325    :END:
8327 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
8328 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-get-create][Find modifications in git logs]]
8330 : Create an ID for the current entry and return it.
8331 : If the entry already has an ID, just return it.
8332 : With optional argument FORCE, force the creation of a new ID.
8333 ** org-tags-view =(&optional todo-only match)=
8334    :PROPERTIES:
8335    :CUSTOM_ID: org-tags-view
8336    :END:
8338 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8339 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tags-view][Find modifications in git logs]]
8341 : Show all headlines for all â€˜org-agenda-files’ matching a TAGS criterion.
8342 : The prefix arg TODO-ONLY limits the search to TODO entries.
8343 ** org-agenda-diary-entry
8344    :PROPERTIES:
8345    :CUSTOM_ID: org-agenda-diary-entry
8346    :END:
8348 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8349 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-diary-entry][Find modifications in git logs]]
8351 : Make a diary entry, like the â€˜i’ command from the calendar.
8352 : All the standard commands work: block, weekly etc.
8353 : When â€˜org-agenda-diary-file’ points to a file,
8354 : â€˜org-agenda-diary-entry-in-org-file’ is called instead to create
8355 : entries in that Org file.
8356 ** org-insert-link-global
8357    :PROPERTIES:
8358    :CUSTOM_ID: org-insert-link-global
8359    :END:
8361 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8362 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-link-global][Find modifications in git logs]]
8364 : Insert a link like Org mode does.
8365 : This command can be called in any mode to insert a link in Org syntax.
8366 ** org-bibtex-create =(&optional arg nonew)=
8367    :PROPERTIES:
8368    :CUSTOM_ID: org-bibtex-create
8369    :END:
8371 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
8372 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-create][Find modifications in git logs]]
8374 : Create a new entry at the given level.
8375 : With a prefix arg, query for optional fields as well.
8376 : If nonew is t, add data to the headline of the entry at point.
8377 ** org-table-create-with-table.el
8378    :PROPERTIES:
8379    :CUSTOM_ID: org-table-create-with-table.el
8380    :END:
8382 - *Access:* ~C-c ~, <menu-bar> <Tbl> <Create/Convert from/to table.el>~
8383 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8384 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-create-with-table.el][Find modifications in git logs]]
8386 : Use the table.el package to insert a new table.
8387 : If there is already a table at point, convert between Org tables
8388 : and table.el tables.
8389 ** orgtbl-ascii-plot =(&optional ask)=
8390    :PROPERTIES:
8391    :CUSTOM_ID: orgtbl-ascii-plot
8392    :END:
8394 - *Access:* ~C-c " a, <menu-bar> <Tbl> <Plot> <Ascii plot>~
8395 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8396 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-ascii-plot][Find modifications in git logs]]
8398 : Draw an ASCII bar plot in a column.
8400 : With cursor in a column containing numerical values, this function
8401 : will draw a plot in a new column.
8403 : ASK, if given, is a numeric prefix to override the default 12
8404 : characters width of the plot.  ASK may also be the â€˜C-u’ prefix,
8405 : which will prompt for the width.
8406 ** org-copy-visible =(beg end)=
8407    :PROPERTIES:
8408    :CUSTOM_ID: org-copy-visible
8409    :END:
8411 - *Access:* ~C-c C-x v, <menu-bar> <Org> <Edit Structure> <Copy visible text>~
8412 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8413 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-copy-visible][Find modifications in git logs]]
8415 : Copy the visible parts of the region.
8416 ** org-next-item
8417    :PROPERTIES:
8418    :CUSTOM_ID: org-next-item
8419    :END:
8421 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
8422 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-next-item][Find modifications in git logs]]
8424 : Move to the beginning of the next item.
8425 : Throw an error when not in a list.  Also throw an error when at
8426 : last item, unless â€˜org-list-use-circular-motion’ is non-nil.
8427 ** org-toggle-ordered-property
8428    :PROPERTIES:
8429    :CUSTOM_ID: org-toggle-ordered-property
8430    :END:
8432 - *Access:* ~C-c C-x o, <menu-bar> <Org> <TODO Lists> <Do Children sequentially>, <menu-bar> <Org> <TODO Lists> <Do Children parallel>~
8433 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8434 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-ordered-property][Find modifications in git logs]]
8436 : Toggle the ORDERED property of the current entry.
8437 : For better visibility, you can track the value of this property with a tag.
8438 : See variable â€˜org-track-ordered-property-with-tag’.
8439 ** org-babel-remove-result-one-or-many =(x)=
8440    :PROPERTIES:
8441    :CUSTOM_ID: org-babel-remove-result-one-or-many
8442    :END:
8444 - *Access:* ~C-c C-v k~
8445 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
8446 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-remove-result-one-or-many][Find modifications in git logs]]
8448 : Remove the result of the current source block.
8449 : If called with a prefix argument, remove all result blocks
8450 : in the buffer.
8451 ** org-agenda-toggle-diary
8452    :PROPERTIES:
8453    :CUSTOM_ID: org-agenda-toggle-diary
8454    :END:
8456 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8457 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-toggle-diary][Find modifications in git logs]]
8459 : Toggle diary inclusion in an agenda buffer.
8460 ** org-compute-property-at-point
8461    :PROPERTIES:
8462    :CUSTOM_ID: org-compute-property-at-point
8463    :END:
8465 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8466 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-compute-property-at-point][Find modifications in git logs]]
8468 : Compute the property at point.
8469 : This looks for an enclosing column format, extracts the operator and
8470 : then applies it to the property in the column format’s scope.
8471 ** org-open-line =(n)=
8472    :PROPERTIES:
8473    :CUSTOM_ID: org-open-line
8474    :END:
8476 - *Access:* ~C-o, <insertline>~
8477 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8478 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-line][Find modifications in git logs]]
8480 : Insert a new row in tables, call â€˜open-line’ elsewhere.
8481 : If â€˜org-special-ctrl-o’ is nil, just call â€˜open-line’ everywhere.
8482 : As a special case, when a document starts with a table, allow to
8483 : call â€˜open-line’ on the very first character.
8484 ** org-insert-todo-heading-respect-content =(&optional force-state)=
8485    :PROPERTIES:
8486    :CUSTOM_ID: org-insert-todo-heading-respect-content
8487    :END:
8489 - *Access:* ~<C-S-return>~
8490 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8491 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-todo-heading-respect-content][Find modifications in git logs]]
8493 : Insert TODO heading with â€˜org-insert-heading-respect-content’ set to t.
8494 ** org-columns-todo =(&optional _arg)=
8495    :PROPERTIES:
8496    :CUSTOM_ID: org-columns-todo
8497    :END:
8499 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
8500 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-todo][Find modifications in git logs]]
8502 : Change the TODO state during column view.
8503 ** org-plot/goto-nearest-table
8504    :PROPERTIES:
8505    :CUSTOM_ID: org-plot/goto-nearest-table
8506    :END:
8508 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-plot.el][org-plot.el]]
8509 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-plot/goto-nearest-table][Find modifications in git logs]]
8511 : Move the point forward to the beginning of nearest table.
8512 : Return value is the point at the beginning of the table.
8513 ** org-clock-jump-to-current-clock =(&optional effective-clock)=
8514    :PROPERTIES:
8515    :CUSTOM_ID: org-clock-jump-to-current-clock
8516    :END:
8518 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
8519 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-jump-to-current-clock][Find modifications in git logs]]
8522 ** org-open-at-point =(&rest rest)=
8523    :PROPERTIES:
8524    :CUSTOM_ID: org-open-at-point
8525    :END:
8527 - *Access:* ~C-c C-o, <menu-bar> <Org> <Hyperlinks> <Follow Link>~
8528 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8529 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-at-point][Find modifications in git logs]]
8531 : :around advice: â€˜ad-Advice-org-open-at-point’
8533 : Open link, timestamp, footnote or tags at point.
8535 : When point is on a link, follow it.  Normally, files will be
8536 : opened by an appropriate application.  If the optional prefix
8537 : argument ARG is non-nil, Emacs will visit the file.  With
8538 : a double prefix argument, try to open outside of Emacs, in the
8539 : application the system uses for this file type.
8541 : When point is on a timestamp, open the agenda at the day
8542 : specified.
8544 : When point is a footnote definition, move to the first reference
8545 : found.  If it is on a reference, move to the associated
8546 : definition.
8548 : When point is on a headline, display a list of every link in the
8549 : entry, so it is possible to pick one, or all, of them.  If point
8550 : is on a tag, call â€˜org-tags-view’ instead.
8552 : When optional argument REFERENCE-BUFFER is non-nil, it should
8553 : specify a buffer from where the link search should happen.  This
8554 : is used internally by â€˜org-open-link-from-string’.
8556 : On top of syntactically correct links, this function will also
8557 : try to open links and time-stamps in comments, example
8558 : blocks... i.e., whenever point is on something looking like
8559 : a timestamp or a link.
8561 : (fn &optional ARG REFERENCE-BUFFER)
8562 ** org-agenda-sunrise-sunset =(arg)=
8563    :PROPERTIES:
8564    :CUSTOM_ID: org-agenda-sunrise-sunset
8565    :END:
8567 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8568 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-sunrise-sunset][Find modifications in git logs]]
8570 : Display sunrise and sunset for the cursor date.
8571 : Latitude and longitude can be specified with the variables
8572 : â€˜calendar-latitude’ and â€˜calendar-longitude’.  When called with prefix
8573 : argument, latitude and longitude will be prompted for.
8574 ** org-remove-file =(&optional file)=
8575    :PROPERTIES:
8576    :CUSTOM_ID: org-remove-file
8577    :END:
8579 - *Access:* ~C-c ], <menu-bar> <Org> <File List for Agenda> <Remove Current File from List>~
8580 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8581 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-remove-file][Find modifications in git logs]]
8583 : Remove current file from the list of files in variable â€˜org-agenda-files’.
8584 : These are the files which are being checked for agenda entries.
8585 : Optional argument FILE means use this file instead of the current.
8586 ** org-table-fedit-line-up
8587    :PROPERTIES:
8588    :CUSTOM_ID: org-table-fedit-line-up
8589    :END:
8591 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8592 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-line-up][Find modifications in git logs]]
8594 : Move cursor one line up in the window showing the table.
8595 ** org-agenda-bulk-mark-regexp =(regexp)=
8596    :PROPERTIES:
8597    :CUSTOM_ID: org-agenda-bulk-mark-regexp
8598    :END:
8600 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8601 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-mark-regexp][Find modifications in git logs]]
8603 : Mark entries matching REGEXP for future agenda bulk action.
8604 ** org-mouse-move-tree-start =(_event)=
8605    :PROPERTIES:
8606    :CUSTOM_ID: org-mouse-move-tree-start
8607    :END:
8609 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
8610 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-move-tree-start][Find modifications in git logs]]
8613 ** org-agenda-goto-today
8614    :PROPERTIES:
8615    :CUSTOM_ID: org-agenda-goto-today
8616    :END:
8618 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8619 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-goto-today][Find modifications in git logs]]
8621 : Go to today.
8622 ** org-table-fedit-ref-up
8623    :PROPERTIES:
8624    :CUSTOM_ID: org-table-fedit-ref-up
8625    :END:
8627 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8628 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-ref-up][Find modifications in git logs]]
8630 : Shift the reference at point one row/hline up.
8631 ** org-transpose-element
8632    :PROPERTIES:
8633    :CUSTOM_ID: org-transpose-element
8634    :END:
8636 - *Access:* ~C-M-t~
8637 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8638 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-transpose-element][Find modifications in git logs]]
8640 : Transpose current and previous elements, keeping blank lines between.
8641 : Point is moved after both elements.
8642 ** org-babel-tangle-jump-to-org
8643    :PROPERTIES:
8644    :CUSTOM_ID: org-babel-tangle-jump-to-org
8645    :END:
8647 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
8648 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-jump-to-org][Find modifications in git logs]]
8650 : Jump from a tangled code file to the related Org mode file.
8651 ** org-narrow-to-subtree
8652    :PROPERTIES:
8653    :CUSTOM_ID: org-narrow-to-subtree
8654    :END:
8656 - *Access:* ~C-x n s~
8657 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8658 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-narrow-to-subtree][Find modifications in git logs]]
8660 : Narrow buffer to the current subtree.
8661 ** org-agenda-prepare-buffers =(files)=
8662    :PROPERTIES:
8663    :CUSTOM_ID: org-agenda-prepare-buffers
8664    :END:
8666 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8667 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-prepare-buffers][Find modifications in git logs]]
8669 : Create buffers for all agenda files, protect archived trees and comments.
8670 ** org-toggle-link-display
8671    :PROPERTIES:
8672    :CUSTOM_ID: org-toggle-link-display
8673    :END:
8675 - *Access:* ~<menu-bar> <Org> <Hyperlinks> <Descriptive Links>, <menu-bar> <Org> <Hyperlinks> <Literal Links>~
8676 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8677 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-link-display][Find modifications in git logs]]
8679 : Toggle the literal or descriptive display of links.
8680 ** org-babel-haskell-export-to-lhs =(&optional arg)=
8681    :PROPERTIES:
8682    :CUSTOM_ID: org-babel-haskell-export-to-lhs
8683    :END:
8685 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-haskell.el][ob-haskell.el]]
8686 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-haskell-export-to-lhs][Find modifications in git logs]]
8688 : Export to a .lhs file with all haskell code blocks escaped.
8689 : When called with a prefix argument the resulting
8690 : .lhs file will be exported to a .tex file.  This function will
8691 : create two new files, base-name.lhs and base-name.tex where
8692 : base-name is the name of the current Org file.
8694 : Note that all standard Babel literate programming
8695 : constructs (header arguments, no-web syntax etc...) are ignored.
8696 ** org-agenda-do-date-earlier =(arg)=
8697    :PROPERTIES:
8698    :CUSTOM_ID: org-agenda-do-date-earlier
8699    :END:
8701 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8702 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-do-date-earlier][Find modifications in git logs]]
8705 ** org-toggle-timestamp-type
8706    :PROPERTIES:
8707    :CUSTOM_ID: org-toggle-timestamp-type
8708    :END:
8710 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8711 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-timestamp-type][Find modifications in git logs]]
8713 : Toggle the type (<active> or [inactive]) of a time stamp.
8714 ** org-table-toggle-formula-debugger
8715    :PROPERTIES:
8716    :CUSTOM_ID: org-table-toggle-formula-debugger
8717    :END:
8719 - *Access:* ~C-c {, <menu-bar> <Tbl> <Debug Formulas>~
8720 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8721 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-toggle-formula-debugger][Find modifications in git logs]]
8723 : Toggle the formula debugger in tables.
8724 ** org-bibtex-read
8725    :PROPERTIES:
8726    :CUSTOM_ID: org-bibtex-read
8727    :END:
8729 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
8730 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-read][Find modifications in git logs]]
8732 : Read a bibtex entry and save to â€˜org-bibtex-entries’.
8733 : This uses â€˜bibtex-parse-entry’.
8734 ** org-match-sparse-tree =(&optional todo-only match)=
8735    :PROPERTIES:
8736    :CUSTOM_ID: org-match-sparse-tree
8737    :END:
8739 - *Access:* ~C-c \, <menu-bar> <Org> <Special views current file> <Tags/Property tree>~
8740 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8741 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-match-sparse-tree][Find modifications in git logs]]
8743 : Create a sparse tree according to tags string MATCH.
8745 : MATCH is a string with match syntax.  It can contain a selection
8746 : of tags ("+work+urgent-boss"), properties ("LEVEL>3"), and
8747 : TODO keywords ("TODO=\"WAITING\"") or a combination of
8748 : those.  See the manual for details.
8750 : If optional argument TODO-ONLY is non-nil, only select lines that
8751 : are also TODO tasks.
8752 ** org-show-priority
8753    :PROPERTIES:
8754    :CUSTOM_ID: org-show-priority
8755    :END:
8757 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8758 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-priority][Find modifications in git logs]]
8760 : Show the priority of the current item.
8761 : This priority is composed of the main priority given with the [#A] cookies,
8762 : and by additional input from the age of a schedules or deadline entry.
8763 ** org-agenda-previous-line
8764    :PROPERTIES:
8765    :CUSTOM_ID: org-agenda-previous-line
8766    :END:
8768 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8769 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-previous-line][Find modifications in git logs]]
8771 : Move cursor to the previous line, and show if follow-mode is active.
8772 ** org-agenda-reset-view
8773    :PROPERTIES:
8774    :CUSTOM_ID: org-agenda-reset-view
8775    :END:
8777 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8778 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-reset-view][Find modifications in git logs]]
8780 : Switch to default view for agenda.
8781 ** org-table-sum =(&optional beg end nlast)=
8782    :PROPERTIES:
8783    :CUSTOM_ID: org-table-sum
8784    :END:
8786 - *Access:* ~C-c +, <menu-bar> <Tbl> <Calculate> <Sum Column/Rectangle>~
8787 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8788 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-sum][Find modifications in git logs]]
8790 : Sum numbers in region of current table column.
8791 : The result will be displayed in the echo area, and will be available
8792 : as kill to be inserted with <S-insertchar>.
8794 : If there is an active region, it is interpreted as a rectangle and all
8795 : numbers in that rectangle will be summed.  If there is no active
8796 : region and point is located in a table column, sum all numbers in that
8797 : column.
8799 : If at least one number looks like a time HH:MM or HH:MM:SS, all other
8800 : numbers are assumed to be times as well (in decimal hours) and the
8801 : numbers are added as such.
8803 : If NLAST is a number, only the NLAST fields will actually be summed.
8804 ** org-koma-letter-export-as-latex =(&optional async subtreep visible-only body-only ext-plist)=
8805    :PROPERTIES:
8806    :CUSTOM_ID: org-koma-letter-export-as-latex
8807    :END:
8809 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
8810 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-export-as-latex][Find modifications in git logs]]
8812 : Export current buffer as a KOMA Scrlttr2 letter.
8814 : If narrowing is active in the current buffer, only export its
8815 : narrowed part.
8817 : If a region is active, export that region.
8819 : A non-nil optional argument ASYNC means the process should happen
8820 : asynchronously.  The resulting buffer should be accessible
8821 : through the â€˜org-export-stack’ interface.
8823 : When optional argument SUBTREEP is non-nil, export the sub-tree
8824 : at point, extracting information from the headline properties
8825 : first.
8827 : When optional argument VISIBLE-ONLY is non-nil, don’t export
8828 : contents of hidden elements.
8830 : When optional argument BODY-ONLY is non-nil, only write code
8831 : between "\begin{letter}" and "\end{letter}".
8833 : EXT-PLIST, when provided, is a proeprty list with external
8834 : parameters overriding Org default settings, but still inferior to
8835 : file-local settings.
8837 : Export is done in a buffer named "*Org KOMA-LETTER Export*".  It
8838 : will be displayed if â€˜org-export-show-temporary-export-buffer’ is
8839 : non-nil.
8840 ** org-babel-lilypond-toggle-pdf-display
8841    :PROPERTIES:
8842    :CUSTOM_ID: org-babel-lilypond-toggle-pdf-display
8843    :END:
8845 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
8846 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-toggle-pdf-display][Find modifications in git logs]]
8848 : Toggle whether pdf will be displayed following a successful compilation.
8849 ** org-babel-execute-subtree =(&optional arg)=
8850    :PROPERTIES:
8851    :CUSTOM_ID: org-babel-execute-subtree
8852    :END:
8854 - *Access:* ~C-c C-v s, C-c C-v C-s~
8855 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
8856 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-execute-subtree][Find modifications in git logs]]
8858 : Execute source code blocks in a subtree.
8859 : Call â€˜org-babel-execute-src-block’ on every source block in
8860 : the current subtree.
8861 ** org-attach-attach-cp
8862    :PROPERTIES:
8863    :CUSTOM_ID: org-attach-attach-cp
8864    :END:
8866 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
8867 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-attach-cp][Find modifications in git logs]]
8869 : Attach a file by copying it.
8870 ** org-export-stack-mode
8871    :PROPERTIES:
8872    :CUSTOM_ID: org-export-stack-mode
8873    :END:
8875 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
8876 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack-mode][Find modifications in git logs]]
8878 : Mode for displaying asynchronous export stack.
8880 : Type â€˜M-x org-export-stack’ to visualize the asynchronous export
8881 : stack.
8883 : In an Org Export Stack buffer, use â€˜RET’ to view export output
8884 : on current line, â€˜d’ to remove it from the stack and â€˜C’ to clear
8885 : stack completely.
8887 : Removing entries in a stack buffer does not affect files
8888 : or buffers, only display.
8890 : key             binding
8891 : ---             -------
8893 : TAB           forward-button
8894 : RET           org-export-stack-view
8895 : C-n           next-line
8896 : C-p           previous-line
8897 : ESC           Prefix Command
8898 : SPC           next-line
8899 : -             negative-argument
8900 : 0 .. 9                digit-argument
8901 : <             beginning-of-buffer
8902 : >             end-of-buffer
8903 : ?             describe-mode
8904 : C             org-export-stack-clear
8905 : S             tabulated-list-sort
8906 : d             org-export-stack-remove
8907 : g             revert-buffer
8908 : h             describe-mode
8909 : n             next-line
8910 : p             previous-line
8911 : q             quit-window
8912 : v             org-export-stack-view
8913 : DEL           previous-line
8914 : S-SPC         scroll-down-command
8915 : <backtab>     backward-button
8916 : <down>                next-line
8917 : <follow-link> mouse-face
8918 : <mouse-2>     mouse-select-window
8919 : <remap>               Prefix Command
8920 : <up>          previous-line
8922 : C-M-i         backward-button
8926 : In addition to any hooks its parent mode â€˜tabulated-list-mode’ might have run,
8927 : this mode runs the hook â€˜org-export-stack-mode-hook’, as the final or penultimate step
8928 : during initialization.
8929 ** org-insert-heading-respect-content =(&optional invisible-ok)=
8930    :PROPERTIES:
8931    :CUSTOM_ID: org-insert-heading-respect-content
8932    :END:
8934 - *Access:* ~<C-return>~
8935 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8936 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-heading-respect-content][Find modifications in git logs]]
8938 : Insert heading with â€˜org-insert-heading-respect-content’ set to t.
8939 ** org-agenda-list-stuck-projects =(&rest ignore)=
8940    :PROPERTIES:
8941    :CUSTOM_ID: org-agenda-list-stuck-projects
8942    :END:
8944 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
8945 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-list-stuck-projects][Find modifications in git logs]]
8947 : Create agenda view for projects that are stuck.
8948 : Stuck projects are project that have no next actions.  For the definitions
8949 : of what a project is and how to check if it stuck, customize the variable
8950 : â€˜org-stuck-projects’.
8951 ** org-cdlatex-math-modify =(&optional _arg)=
8952    :PROPERTIES:
8953    :CUSTOM_ID: org-cdlatex-math-modify
8954    :END:
8956 - *Access:* ~<menu-bar> <Org> <LaTeX> <Modify math symbol>~
8957 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8958 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cdlatex-math-modify][Find modifications in git logs]]
8960 : Execute â€˜cdlatex-math-modify’ in LaTeX fragments.
8961 : Revert to the normal definition outside of these fragments.
8962 ** org-create-customize-menu
8963    :PROPERTIES:
8964    :CUSTOM_ID: org-create-customize-menu
8965    :END:
8967 - *Access:* ~<menu-bar> <Org> <Customize> <Expand This Menu>~
8968 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
8969 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-create-customize-menu][Find modifications in git logs]]
8971 : Create a full customization menu for Org mode, insert it into the menu.
8972 ** org-table-create =(&optional size)=
8973    :PROPERTIES:
8974    :CUSTOM_ID: org-table-create
8975    :END:
8977 - *Access:* ~<menu-bar> <Tbl> <Create>~
8978 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
8979 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-create][Find modifications in git logs]]
8981 : Query for a size and insert a table skeleton.
8982 : SIZE is a string Columns x Rows like for example "3x2".
8983 ** org-html-convert-region-to-html
8984    :PROPERTIES:
8985    :CUSTOM_ID: org-html-convert-region-to-html
8986    :END:
8988 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
8989 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-convert-region-to-html][Find modifications in git logs]]
8991 : Assume the current region has Org syntax, and convert it to HTML.
8992 : This can be used in any buffer.  For example, you can write an
8993 : itemized list in Org syntax in an HTML buffer and use this command
8994 : to convert it.
8995 ** org-attach-attach-ln
8996    :PROPERTIES:
8997    :CUSTOM_ID: org-attach-attach-ln
8998    :END:
9000 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
9001 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-attach-ln][Find modifications in git logs]]
9003 : Attach a file by creating a hard link to it.
9004 : Beware that this does not work on systems that do not support hard links.
9005 : On some systems, this apparently does copy the file instead.
9006 ** org-html-htmlize-generate-css
9007    :PROPERTIES:
9008    :CUSTOM_ID: org-html-htmlize-generate-css
9009    :END:
9011 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
9012 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-htmlize-generate-css][Find modifications in git logs]]
9014 : Create the CSS for all font definitions in the current Emacs session.
9015 : Use this to create face definitions in your CSS style file that can then
9016 : be used by code snippets transformed by htmlize.
9017 : This command just produces a buffer that contains class definitions for all
9018 : faces used in the current Emacs session.  You can copy and paste the ones you
9019 : need into your CSS file.
9021 : If you then set â€˜org-html-htmlize-output-type’ to â€˜css’, calls
9022 : to the function â€˜org-html-htmlize-region-for-paste’ will
9023 : produce code that uses these same face definitions.
9024 ** org-check-after-date =(d)=
9025    :PROPERTIES:
9026    :CUSTOM_ID: org-check-after-date
9027    :END:
9029 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9030 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-check-after-date][Find modifications in git logs]]
9032 : Check if there are deadlines or scheduled entries after date D.
9033 ** org-toggle-comment
9034    :PROPERTIES:
9035    :CUSTOM_ID: org-toggle-comment
9036    :END:
9038 - *Access:* ~C-c ;~
9039 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9040 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-comment][Find modifications in git logs]]
9042 : Change the COMMENT state of an entry.
9043 ** org-attach-attach-mv
9044    :PROPERTIES:
9045    :CUSTOM_ID: org-attach-attach-mv
9046    :END:
9048 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
9049 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-attach-mv][Find modifications in git logs]]
9051 : Attach a file by moving (renaming) it.
9052 ** org-remove-inline-images
9053    :PROPERTIES:
9054    :CUSTOM_ID: org-remove-inline-images
9055    :END:
9057 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9058 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-remove-inline-images][Find modifications in git logs]]
9060 : Remove inline display of images.
9061 ** org-return-indent
9062    :PROPERTIES:
9063    :CUSTOM_ID: org-return-indent
9064    :END:
9066 - *Access:* ~C-j~
9067 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9068 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-return-indent][Find modifications in git logs]]
9070 : Goto next table row or insert a newline and indent.
9071 : Calls â€˜org-table-next-row’ or â€˜newline-and-indent’, depending on
9072 : context.  See the individual commands for more information.
9073 ** org-delete-property-globally =(property)=
9074    :PROPERTIES:
9075    :CUSTOM_ID: org-delete-property-globally
9076    :END:
9078 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9079 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-delete-property-globally][Find modifications in git logs]]
9081 : Remove PROPERTY globally, from all entries.
9082 : This function ignores narrowing, if any.
9083 ** org-table-fedit-scroll =(N)=
9084    :PROPERTIES:
9085    :CUSTOM_ID: org-table-fedit-scroll
9086    :END:
9088 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9089 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-scroll][Find modifications in git logs]]
9092 ** org-unindent-buffer
9093    :PROPERTIES:
9094    :CUSTOM_ID: org-unindent-buffer
9095    :END:
9097 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9098 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-unindent-buffer][Find modifications in git logs]]
9100 : Un-indent the visible part of the buffer.
9101 : Relative indentation (between items, inside blocks, etc.) isn’t
9102 : modified.
9103 ** orgtbl-ctrl-c-ctrl-c =(arg)=
9104    :PROPERTIES:
9105    :CUSTOM_ID: orgtbl-ctrl-c-ctrl-c
9106    :END:
9108 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9109 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-ctrl-c-ctrl-c][Find modifications in git logs]]
9111 : If the cursor is inside a table, realign the table.
9112 : If it is a table to be sent away to a receiver, do it.
9113 : With prefix arg, also recompute table.
9114 ** org-insert-subheading =(arg)=
9115    :PROPERTIES:
9116    :CUSTOM_ID: org-insert-subheading
9117    :END:
9119 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9120 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-subheading][Find modifications in git logs]]
9122 : Insert a new subheading and demote it.
9123 : Works for outline headings and for plain lists alike.
9124 ** org-agenda-earlier =(arg)=
9125    :PROPERTIES:
9126    :CUSTOM_ID: org-agenda-earlier
9127    :END:
9129 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9130 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-earlier][Find modifications in git logs]]
9132 : Go backward in time by the current span.
9133 : With prefix ARG, go backward that many times the current span.
9134 ** org-attach-delete-one =(&optional file)=
9135    :PROPERTIES:
9136    :CUSTOM_ID: org-attach-delete-one
9137    :END:
9139 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
9140 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-delete-one][Find modifications in git logs]]
9142 : Delete a single attachment.
9143 ** org-columns-content
9144    :PROPERTIES:
9145    :CUSTOM_ID: org-columns-content
9146    :END:
9148 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
9149 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-content][Find modifications in git logs]]
9151 : Switch to contents view while in columns view.
9152 ** org-attach-attach-lns
9153    :PROPERTIES:
9154    :CUSTOM_ID: org-attach-attach-lns
9155    :END:
9157 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
9158 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-attach-lns][Find modifications in git logs]]
9160 : Attach a file by creating a symbolic link to it.
9162 : Beware that this does not work on systems that do not support symbolic links.
9163 : On some systems, this apparently does copy the file instead.
9164 ** org-agenda-manipulate-query-add
9165    :PROPERTIES:
9166    :CUSTOM_ID: org-agenda-manipulate-query-add
9167    :END:
9169 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9170 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-manipulate-query-add][Find modifications in git logs]]
9172 : Manipulate the query by adding a search term with positive selection.
9173 : Positive selection means the term must be matched for selection of an entry.
9174 ** org-beginning-of-line =(&optional n)=
9175    :PROPERTIES:
9176    :CUSTOM_ID: org-beginning-of-line
9177    :END:
9179 - *Access:* ~C-a~
9180 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9181 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beginning-of-line][Find modifications in git logs]]
9183 : Go to the beginning of the current visible line.
9185 : If this is a headline, and â€˜org-special-ctrl-a/e’ is set, ignore
9186 : tags on the first attempt, and only move to after the tags when
9187 : the cursor is already beyond the end of the headline.
9189 : With argument N not nil or 1, move forward N - 1 lines first.
9190 ** org-agenda-deadline =(arg &optional time)=
9191    :PROPERTIES:
9192    :CUSTOM_ID: org-agenda-deadline
9193    :END:
9195 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9196 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-deadline][Find modifications in git logs]]
9198 : Schedule the item at point.
9199 : ARG is passed through to â€˜org-deadline’.
9200 ** org-agenda-priority =(&optional force-direction)=
9201    :PROPERTIES:
9202    :CUSTOM_ID: org-agenda-priority
9203    :END:
9205 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9206 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-priority][Find modifications in git logs]]
9208 : Set the priority of line at point, also in Org file.
9209 : This changes the line at point, all other lines in the agenda referring to
9210 : the same tree node, and the headline of the tree node in the Org file.
9211 : Called with a universal prefix arg, show the priority instead of setting it.
9212 ** org-ascii-export-to-ascii =(&optional async subtreep visible-only body-only ext-plist)=
9213    :PROPERTIES:
9214    :CUSTOM_ID: org-ascii-export-to-ascii
9215    :END:
9217 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
9218 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-export-to-ascii][Find modifications in git logs]]
9220 : Export current buffer to a text file.
9222 : If narrowing is active in the current buffer, only export its
9223 : narrowed part.
9225 : If a region is active, export that region.
9227 : A non-nil optional argument ASYNC means the process should happen
9228 : asynchronously.  The resulting file should be accessible through
9229 : the â€˜org-export-stack’ interface.
9231 : When optional argument SUBTREEP is non-nil, export the sub-tree
9232 : at point, extracting information from the headline properties
9233 : first.
9235 : When optional argument VISIBLE-ONLY is non-nil, don’t export
9236 : contents of hidden elements.
9238 : When optional argument BODY-ONLY is non-nil, strip title and
9239 : table of contents from output.
9241 : EXT-PLIST, when provided, is a property list with external
9242 : parameters overriding Org default settings, but still inferior to
9243 : file-local settings.
9245 : Return output file’s name.
9246 ** org-fill-paragraph =(&optional justify region)=
9247    :PROPERTIES:
9248    :CUSTOM_ID: org-fill-paragraph
9249    :END:
9251 - *Access:* ~M-q~
9252 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9253 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-fill-paragraph][Find modifications in git logs]]
9255 : Fill element at point, when applicable.
9257 : This function only applies to comment blocks, comments, example
9258 : blocks and paragraphs.  Also, as a special case, re-align table
9259 : when point is at one.
9261 : For convenience, when point is at a plain list, an item or
9262 : a footnote definition, try to fill the first paragraph within.
9264 : If JUSTIFY is non-nil (interactively, with prefix argument),
9265 : justify as well.  If â€˜sentence-end-double-space’ is non-nil, then
9266 : period followed by one space does not end a sentence, so don’t
9267 : break a line there.  The variable â€˜fill-column’ controls the
9268 : width for filling.
9270 : The REGION argument is non-nil if called interactively; in that
9271 : case, if Transient Mark mode is enabled and the mark is active,
9272 : fill each of the elements in the active region, instead of just
9273 : filling the current element.
9274 ** org-publish-current-project =(&optional force async)=
9275    :PROPERTIES:
9276    :CUSTOM_ID: org-publish-current-project
9277    :END:
9279 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
9280 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-current-project][Find modifications in git logs]]
9282 : Publish the project associated with the current file.
9283 : With a prefix argument, force publishing of all files in
9284 : the project.
9285 ** org-remove-occur-highlights =(&optional _beg _end noremove)=
9286    :PROPERTIES:
9287    :CUSTOM_ID: org-remove-occur-highlights
9288    :END:
9290 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9291 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-remove-occur-highlights][Find modifications in git logs]]
9293 : Remove the occur highlights from the buffer.
9294 : BEG and END are ignored.  If NOREMOVE is nil, remove this function
9295 : from the â€˜before-change-functions’ in the current buffer.
9296 ** org-agenda-next-item =(n)=
9297    :PROPERTIES:
9298    :CUSTOM_ID: org-agenda-next-item
9299    :END:
9301 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9302 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-next-item][Find modifications in git logs]]
9304 : Move cursor to next agenda item.
9305 ** org-previous-visible-heading =(arg)=
9306    :PROPERTIES:
9307    :CUSTOM_ID: org-previous-visible-heading
9308    :END:
9310 - *Access:* ~C-c C-p, <menu-bar> <Org> <Navigate Headings> <Previous>~
9311 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9312 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-previous-visible-heading][Find modifications in git logs]]
9314 : Move to the previous visible heading.
9316 : This function wraps â€˜outline-previous-visible-heading’ with
9317 : â€˜org-with-limited-levels’ in order to skip over inline tasks and
9318 : respect customization of â€˜org-odd-levels-only’.
9319 ** org-babel-check-src-block
9320    :PROPERTIES:
9321    :CUSTOM_ID: org-babel-check-src-block
9322    :END:
9324 - *Access:* ~C-c C-v c, C-c C-v C-c~
9325 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
9326 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-check-src-block][Find modifications in git logs]]
9328 : Check for misspelled header arguments in the current code block.
9329 ** org-increase-number-at-point =(&optional inc)=
9330    :PROPERTIES:
9331    :CUSTOM_ID: org-increase-number-at-point
9332    :END:
9334 - *Access:* ~<C-M-S-right>~
9335 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9336 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-increase-number-at-point][Find modifications in git logs]]
9338 : Increment the number at point.
9339 : With an optional prefix numeric argument INC, increment using
9340 : this numeric value.
9341 ** org-end-of-line =(&optional n)=
9342    :PROPERTIES:
9343    :CUSTOM_ID: org-end-of-line
9344    :END:
9346 - *Access:* ~C-e~
9347 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9348 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-end-of-line][Find modifications in git logs]]
9350 : Go to the end of the line, but before ellipsis, if any.
9352 : If this is a headline, and â€˜org-special-ctrl-a/e’ is set, ignore
9353 : tags on the first attempt, and only move to after the tags when
9354 : the cursor is already beyond the end of the headline.
9356 : With argument N not nil or 1, move forward N - 1 lines first.
9357 ** org-attach-set-directory
9358    :PROPERTIES:
9359    :CUSTOM_ID: org-attach-set-directory
9360    :END:
9362 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
9363 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-set-directory][Find modifications in git logs]]
9365 : Set the ATTACH_DIR property of the current entry.
9366 : The property defines the directory that is used for attachments
9367 : of the entry.
9368 ** org-table-fedit-scroll-down =(N)=
9369    :PROPERTIES:
9370    :CUSTOM_ID: org-table-fedit-scroll-down
9371    :END:
9373 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9374 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-scroll-down][Find modifications in git logs]]
9377 ** orgtbl-error
9378    :PROPERTIES:
9379    :CUSTOM_ID: orgtbl-error
9380    :END:
9382 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9383 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-error][Find modifications in git logs]]
9385 : Error when there is no default binding for a table key.
9386 ** org-shifttab =(&optional arg)=
9387    :PROPERTIES:
9388    :CUSTOM_ID: org-shifttab
9389    :END:
9391 - *Access:* ~<backtab>, <S-tab>, <S-iso-lefttab>, <menu-bar> <Tbl> <Previous Field>, <menu-bar> <Org> <Show/Hide> <Cycle Global Visibility>~
9392 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9393 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-shifttab][Find modifications in git logs]]
9395 : Global visibility cycling or move to previous table field.
9396 : Call â€˜org-table-previous-field’ within a table.
9397 : When ARG is nil, cycle globally through visibility states.
9398 : When ARG is a numeric prefix, show contents of this level.
9399 ** org-man-export-to-man =(&optional async subtreep visible-only body-only ext-plist)=
9400    :PROPERTIES:
9401    :CUSTOM_ID: org-man-export-to-man
9402    :END:
9404 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
9405 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-export-to-man][Find modifications in git logs]]
9407 : Export current buffer to a Man file.
9409 : If narrowing is active in the current buffer, only export its
9410 : narrowed part.
9412 : If a region is active, export that region.
9414 : A non-nil optional argument ASYNC means the process should happen
9415 : asynchronously.  The resulting file should be accessible through
9416 : the â€˜org-export-stack’ interface.
9418 : When optional argument SUBTREEP is non-nil, export the sub-tree
9419 : at point, extracting information from the headline properties
9420 : first.
9422 : When optional argument VISIBLE-ONLY is non-nil, don’t export
9423 : contents of hidden elements.
9425 : When optional argument BODY-ONLY is non-nil, only the body
9426 : without any markers.
9428 : EXT-PLIST, when provided, is a property list with external
9429 : parameters overriding Org default settings, but still inferior to
9430 : file-local settings.
9432 : Return output file’s name.
9433 ** org-capture-refile
9434    :PROPERTIES:
9435    :CUSTOM_ID: org-capture-refile
9436    :END:
9438 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
9439 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-refile][Find modifications in git logs]]
9441 : Finalize the current capture and then refile the entry.
9442 : Refiling is done from the base buffer, because the indirect buffer is then
9443 : already gone.  Any prefix argument will be passed to the refile command.
9444 ** org-decrypt-entry
9445    :PROPERTIES:
9446    :CUSTOM_ID: org-decrypt-entry
9447    :END:
9449 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
9450 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-decrypt-entry][Find modifications in git logs]]
9452 : Decrypt the content of the current headline.
9453 ** org-set-tags-command =(&optional arg just-align)=
9454    :PROPERTIES:
9455    :CUSTOM_ID: org-set-tags-command
9456    :END:
9458 - *Access:* ~C-c C-q, <menu-bar> <Org> <TAGS and Properties> <Set Tags>~
9459 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9460 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-tags-command][Find modifications in git logs]]
9462 : Call the set-tags command for the current entry.
9463 ** org-edit-agenda-file-list
9464    :PROPERTIES:
9465    :CUSTOM_ID: org-edit-agenda-file-list
9466    :END:
9468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-agenda-file-list][Find modifications in git logs]]
9471 : Edit the list of agenda files.
9472 : Depending on setup, this either uses customize to edit the variable
9473 : â€˜org-agenda-files’, or it visits the file that is holding the list.  In the
9474 : latter case, the buffer is set up in a way that saving it automatically kills
9475 : the buffer and restores the previous window configuration.
9476 ** org-babel-load-in-session =(&optional _arg info)=
9477    :PROPERTIES:
9478    :CUSTOM_ID: org-babel-load-in-session
9479    :END:
9481 - *Access:* ~C-c C-v l, C-c C-v C-l~
9482 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
9483 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-load-in-session][Find modifications in git logs]]
9485 : Load the body of the current source-code block.
9486 : Evaluate the header arguments for the source block before
9487 : entering the session.  After loading the body this pops open the
9488 : session.
9489 ** org-clock-menu
9490    :PROPERTIES:
9491    :CUSTOM_ID: org-clock-menu
9492    :END:
9494 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
9495 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-menu][Find modifications in git logs]]
9498 ** org-columns-edit-attributes
9499    :PROPERTIES:
9500    :CUSTOM_ID: org-columns-edit-attributes
9501    :END:
9503 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
9504 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-edit-attributes][Find modifications in git logs]]
9506 : Edit the attributes of the current column.
9507 ** org-export-stack-clear
9508    :PROPERTIES:
9509    :CUSTOM_ID: org-export-stack-clear
9510    :END:
9512 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
9513 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack-clear][Find modifications in git logs]]
9515 : Remove all entries from export stack.
9516 ** org-revert-all-org-buffers
9517    :PROPERTIES:
9518    :CUSTOM_ID: org-revert-all-org-buffers
9519    :END:
9521 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9522 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-revert-all-org-buffers][Find modifications in git logs]]
9524 : Revert all Org buffers.
9525 : Prompt for confirmation when there are unsaved changes.
9526 : Be sure you know what you are doing before letting this function
9527 : overwrite your changes.
9529 : This function is useful in a setup where one tracks org files
9530 : with a version control system, to revert on one machine after pulling
9531 : changes from another.  I believe the procedure must be like this:
9533 : 1. M-x org-save-all-org-buffers
9534 : 2. Pull changes from the other machine, resolve conflicts
9535 : 3. M-x org-revert-all-org-buffers
9536 ** org-table-move-row =(&optional up)=
9537    :PROPERTIES:
9538    :CUSTOM_ID: org-table-move-row
9539    :END:
9541 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9542 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-move-row][Find modifications in git logs]]
9544 : Move the current table line down.  With arg UP, move it up.
9545 ** org-id-copy
9546    :PROPERTIES:
9547    :CUSTOM_ID: org-id-copy
9548    :END:
9550 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
9551 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-copy][Find modifications in git logs]]
9553 : Copy the ID of the entry at point to the kill ring.
9554 : Create an ID if necessary.
9555 ** org-table-cut-region =(beg end)=
9556    :PROPERTIES:
9557    :CUSTOM_ID: org-table-cut-region
9558    :END:
9560 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9561 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-cut-region][Find modifications in git logs]]
9563 : Copy region in table to the clipboard and blank all relevant fields.
9564 : If there is no active region, use just the field at point.
9565 ** org-calendar-goto-agenda
9566    :PROPERTIES:
9567    :CUSTOM_ID: org-calendar-goto-agenda
9568    :END:
9570 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9571 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calendar-goto-agenda][Find modifications in git logs]]
9573 : Compute the Org agenda for the calendar date displayed at the cursor.
9574 : This is a command that has to be installed in â€˜calendar-mode-map’.
9575 ** org-capture-finalize =(&optional stay-with-capture)=
9576    :PROPERTIES:
9577    :CUSTOM_ID: org-capture-finalize
9578    :END:
9580 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
9581 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-finalize][Find modifications in git logs]]
9583 : Finalize the capture process.
9584 : With prefix argument STAY-WITH-CAPTURE, jump to the location of the
9585 : captured item after finalizing.
9586 ** org-ctags-open-file =(name &optional title)=
9587    :PROPERTIES:
9588    :CUSTOM_ID: org-ctags-open-file
9589    :END:
9591 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
9592 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-open-file][Find modifications in git logs]]
9594 : Visit or create a file called â€˜NAME.org’, and insert a new topic.
9595 : The new topic will be titled NAME (or TITLE if supplied).
9596 ** org-refile-goto-last-stored
9597    :PROPERTIES:
9598    :CUSTOM_ID: org-refile-goto-last-stored
9599    :END:
9601 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9602 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-goto-last-stored][Find modifications in git logs]]
9604 : Go to the location where the last refile was stored.
9605 ** org-force-cycle-archived
9606    :PROPERTIES:
9607    :CUSTOM_ID: org-force-cycle-archived
9608    :END:
9610 - *Access:* ~<C-tab>~
9611 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9612 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-force-cycle-archived][Find modifications in git logs]]
9614 : Cycle subtree even if it is archived.
9615 ** org-table-field-info =(_arg)=
9616    :PROPERTIES:
9617    :CUSTOM_ID: org-table-field-info
9618    :END:
9620 - *Access:* ~C-c ?~
9621 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9622 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-field-info][Find modifications in git logs]]
9624 : Show info about the current field, and highlight any reference at point.
9625 ** org-setup-comments-handling
9626    :PROPERTIES:
9627    :CUSTOM_ID: org-setup-comments-handling
9628    :END:
9630 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9631 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-setup-comments-handling][Find modifications in git logs]]
9634 ** org-priority-up
9635    :PROPERTIES:
9636    :CUSTOM_ID: org-priority-up
9637    :END:
9639 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9640 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-priority-up][Find modifications in git logs]]
9642 : Increase the priority of the current item.
9643 ** org-copy-subtree =(&optional n cut force-store-markers nosubtrees)=
9644    :PROPERTIES:
9645    :CUSTOM_ID: org-copy-subtree
9646    :END:
9648 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9649 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-copy-subtree][Find modifications in git logs]]
9651 : Copy the current subtree it in the clipboard.
9652 : With prefix arg N, copy this many sequential subtrees.
9653 : This is a short-hand for marking the subtree and then copying it.
9654 : If CUT is non-nil, actually cut the subtree.
9655 : If FORCE-STORE-MARKERS is non-nil, store the relative locations
9656 : of some markers in the region, even if CUT is non-nil.  This is
9657 : useful if the caller implements cut-and-paste as copy-then-paste-then-cut.
9658 ** org-caldav-delete-everything =(prefix)=
9659    :PROPERTIES:
9660    :CUSTOM_ID: org-caldav-delete-everything
9661    :END:
9663 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-caldav.el][org-caldav.el]]
9664 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-caldav-delete-everything][Find modifications in git logs]]
9666 : Delete all events from Calendar and removes state file.
9667 : Again: This deletes all events in your calendar.  So only do this
9668 : if you’re really sure.  This has to be called with a prefix, just
9669 : so you don’t do it by accident.
9670 ** org-forward-element
9671    :PROPERTIES:
9672    :CUSTOM_ID: org-forward-element
9673    :END:
9675 - *Access:* ~M-}~
9676 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9677 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-forward-element][Find modifications in git logs]]
9679 : Move forward by one element.
9680 : Move to the next element at the same level, when possible.
9681 ** org-open-at-point-global
9682    :PROPERTIES:
9683    :CUSTOM_ID: org-open-at-point-global
9684    :END:
9686 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9687 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-at-point-global][Find modifications in git logs]]
9689 : Follow a link or time-stamp like Org mode does.
9690 : This command can be called in any mode to follow an external link
9691 : or a time-stamp that has Org mode syntax.  Its behavior is
9692 : undefined when called on internal links (e.g., fuzzy links).
9693 : Raise an error when there is nothing to follow.
9694 ** org-unescape-code-in-region =(beg end)=
9695    :PROPERTIES:
9696    :CUSTOM_ID: org-unescape-code-in-region
9697    :END:
9699 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
9700 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-unescape-code-in-region][Find modifications in git logs]]
9702 : Un-escape lines between BEG and END.
9703 : Un-escaping happens by removing the first comma on lines starting
9704 : with ",*", ",#+", ",,*" and ",,#+".
9705 ** org-agenda-menu =(event)=
9706    :PROPERTIES:
9707    :CUSTOM_ID: org-agenda-menu
9708    :END:
9710 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9711 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-menu][Find modifications in git logs]]
9713 : Agenda menu
9714 ** org-cycle-agenda-files
9715    :PROPERTIES:
9716    :CUSTOM_ID: org-cycle-agenda-files
9717    :END:
9719 - *Access:* ~C-', C-,, <menu-bar> <Org> <File List for Agenda> <Cycle through agenda files>~
9720 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9721 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-agenda-files][Find modifications in git logs]]
9723 : Cycle through the files in â€˜org-agenda-files’.
9724 : If the current buffer visits an agenda file, find the next one in the list.
9725 : If the current buffer does not, find the first agenda file.
9726 ** org-move-item-up
9727    :PROPERTIES:
9728    :CUSTOM_ID: org-move-item-up
9729    :END:
9731 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
9732 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-move-item-up][Find modifications in git logs]]
9734 : Move the item at point up, i.e. swap with previous item.
9735 : Sub-items (items with larger indentation) are considered part of
9736 : the item, so this really moves item trees.
9737 ** org-babel-load-in-session-maybe
9738    :PROPERTIES:
9739    :CUSTOM_ID: org-babel-load-in-session-maybe
9740    :END:
9742 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
9743 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-load-in-session-maybe][Find modifications in git logs]]
9745 : Conditionally load a source block in a session.
9746 : Detect if this is context for a org-babel src-block and if so
9747 : then run â€˜org-babel-load-in-session’.
9748 ** org-entities-create-table
9749    :PROPERTIES:
9750    :CUSTOM_ID: org-entities-create-table
9751    :END:
9753 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-entities.el][org-entities.el]]
9754 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-entities-create-table][Find modifications in git logs]]
9756 : Create an Org mode table with all entities.
9757 ** org-toggle-sticky-agenda =(&optional arg)=
9758    :PROPERTIES:
9759    :CUSTOM_ID: org-toggle-sticky-agenda
9760    :END:
9762 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
9763 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-sticky-agenda][Find modifications in git logs]]
9765 : Toggle â€˜org-agenda-sticky’.
9766 ** org-insert-columns-dblock
9767    :PROPERTIES:
9768    :CUSTOM_ID: org-insert-columns-dblock
9769    :END:
9771 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
9772 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-columns-dblock][Find modifications in git logs]]
9774 : Create a dynamic block capturing a column view table.
9775 ** org-man-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)=
9776    :PROPERTIES:
9777    :CUSTOM_ID: org-man-export-to-pdf
9778    :END:
9780 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
9781 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-export-to-pdf][Find modifications in git logs]]
9783 : Export current buffer to Groff then process through to PDF.
9785 : If narrowing is active in the current buffer, only export its
9786 : narrowed part.
9788 : If a region is active, export that region.
9790 : A non-nil optional argument ASYNC means the process should happen
9791 : asynchronously.  The resulting file should be accessible through
9792 : the â€˜org-export-stack’ interface.
9794 : When optional argument SUBTREEP is non-nil, export the sub-tree
9795 : at point, extracting information from the headline properties
9796 : first.
9798 : When optional argument VISIBLE-ONLY is non-nil, don’t export
9799 : contents of hidden elements.
9801 : When optional argument BODY-ONLY is non-nil, only write between
9802 : markers.
9804 : EXT-PLIST, when provided, is a property list with external
9805 : parameters overriding Org default settings, but still inferior to
9806 : file-local settings.
9808 : Return PDF file’s name.
9809 ** org-calendar-select-mouse =(ev)=
9810    :PROPERTIES:
9811    :CUSTOM_ID: org-calendar-select-mouse
9812    :END:
9814 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9815 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calendar-select-mouse][Find modifications in git logs]]
9817 : Return to â€˜org-read-date’ with the date currently selected.
9818 : This is used by â€˜org-read-date’ in a temporary keymap for the calendar buffer.
9819 ** org-babel-previous-src-block =(&optional arg)=
9820    :PROPERTIES:
9821    :CUSTOM_ID: org-babel-previous-src-block
9822    :END:
9824 - *Access:* ~C-c C-v C-p, C-c C-v p~
9825 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
9826 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-previous-src-block][Find modifications in git logs]]
9828 : Jump to the previous source block.
9829 : With optional prefix argument ARG, jump backward ARG many source blocks.
9830 ** org-edit-headline =(&optional heading)=
9831    :PROPERTIES:
9832    :CUSTOM_ID: org-edit-headline
9833    :END:
9835 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9836 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-headline][Find modifications in git logs]]
9838 : Edit the current headline.
9839 : Set it to HEADING when provided.
9840 ** org-indent-region =(start end)=
9841    :PROPERTIES:
9842    :CUSTOM_ID: org-indent-region
9843    :END:
9845 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9846 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-region][Find modifications in git logs]]
9848 : Indent each non-blank line in the region.
9849 : Called from a program, START and END specify the region to
9850 : indent.  The function will not indent contents of example blocks,
9851 : verse blocks and export blocks as leading white spaces are
9852 : assumed to be significant there.
9853 ** org-paste-special =(arg)=
9854    :PROPERTIES:
9855    :CUSTOM_ID: org-paste-special
9856    :END:
9858 - *Access:* ~C-c C-x C-y, <menu-bar> <Org> <Edit Structure> <Paste Subtree>, <menu-bar> <Tbl> <Rectangle> <Paste Rectangle>~
9859 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9860 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-paste-special][Find modifications in git logs]]
9862 : Paste rectangular region into table, or past subtree relative to level.
9863 : Calls â€˜org-table-paste-rectangle’ or â€˜org-paste-subtree’, depending on context.
9864 : See the individual commands for more information.
9865 ** org-toggle-fixed-width
9866    :PROPERTIES:
9867    :CUSTOM_ID: org-toggle-fixed-width
9868    :END:
9870 - *Access:* ~C-c :~
9871 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9872 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-toggle-fixed-width][Find modifications in git logs]]
9874 : Toggle fixed-width markup.
9876 : Add or remove fixed-width markup on current line, whenever it
9877 : makes sense.  Return an error otherwise.
9879 : If a region is active and if it contains only fixed-width areas
9880 : or blank lines, remove all fixed-width markup in it.  If the
9881 : region contains anything else, convert all non-fixed-width lines
9882 : to fixed-width ones.
9884 : Blank lines at the end of the region are ignored unless the
9885 : region only contains such lines.
9886 ** org-columns-show-value
9887    :PROPERTIES:
9888    :CUSTOM_ID: org-columns-show-value
9889    :END:
9891 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
9892 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-show-value][Find modifications in git logs]]
9894 : Show the full value of the property.
9895 ** org-metaright =(&optional _arg)=
9896    :PROPERTIES:
9897    :CUSTOM_ID: org-metaright
9898    :END:
9900 - *Access:* ~<M-right>, <menu-bar> <Org> <Edit Structure> <Demote Heading>, <menu-bar> <Tbl> <Column> <Move Column Right>~
9901 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
9902 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metaright][Find modifications in git logs]]
9904 : Demote heading, list item at point or move table column right.
9906 : In front of a drawer or a block keyword, indent it correctly.
9908 : Calls â€˜org-do-demote’, â€˜org-indent-item’, â€˜org-table-move-column’,
9909 : â€˜org-indent-drawer’ or â€˜org-indent-block’ depending on context.
9910 : With no specific context, calls the Emacs default â€˜forward-word’.
9911 : See the individual commands for more information.
9913 : This function runs the hook â€˜org-metaright-hook’ as a first step,
9914 : and returns at first non-nil value.
9915 ** org-mouse-insert-heading
9916    :PROPERTIES:
9917    :CUSTOM_ID: org-mouse-insert-heading
9918    :END:
9920 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
9921 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-insert-heading][Find modifications in git logs]]
9923 : Insert a new heading, as â€˜org-insert-heading’.
9925 : If the point is at the :beginning (‘org-mouse-line-position’) of the line,
9926 : insert the new heading before the current line.  Otherwise, insert it
9927 : after the current heading.
9928 ** org-table-eval-formula =(&optional arg equation suppress-align suppress-const suppress-store suppress-analysis)=
9929    :PROPERTIES:
9930    :CUSTOM_ID: org-table-eval-formula
9931    :END:
9933 - *Access:* ~C-c =, <menu-bar> <Tbl> <Calculate> <Set Column Formula>~
9934 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
9935 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-eval-formula][Find modifications in git logs]]
9937 : Replace the table field value at the cursor by the result of a calculation.
9939 : In a table, this command replaces the value in the current field with the
9940 : result of a formula.  It also installs the formula as the "current" column
9941 : formula, by storing it in a special line below the table.  When called
9942 : with a â€˜C-u’ prefix the formula is installed as a field formula.
9944 : When called with a â€˜C-u C-u’ prefix, insert the active equation for the field
9945 : back into the current field, so that it can be edited there.  This is useful
9946 : in order to use â€˜C-c ?’ to check the referenced fields.
9948 : When called, the command first prompts for a formula, which is read in
9949 : the minibuffer.  Previously entered formulas are available through the
9950 : history list, and the last used formula is offered as a default.
9951 : These stored formulas are adapted correctly when moving, inserting, or
9952 : deleting columns with the corresponding commands.
9954 : The formula can be any algebraic expression understood by the Calc package.
9955 : For details, see the Org mode manual.
9957 : This function can also be called from Lisp programs and offers
9958 : additional arguments: EQUATION can be the formula to apply.  If this
9959 : argument is given, the user will not be prompted.
9961 : SUPPRESS-ALIGN is used to speed-up recursive calls by by-passing
9962 : unnecessary aligns.
9964 : SUPPRESS-CONST suppresses the interpretation of constants in the
9965 : formula, assuming that this has been done already outside the
9966 : function.
9968 : SUPPRESS-STORE means the formula should not be stored, either
9969 : because it is already stored, or because it is a modified
9970 : equation that should not overwrite the stored one.
9972 : SUPPRESS-ANALYSIS prevents analyzing the table and checking
9973 : location of point.
9974 ** org-babel-remove-inline-result =(&optional datum)=
9975    :PROPERTIES:
9976    :CUSTOM_ID: org-babel-remove-inline-result
9977    :END:
9979 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
9980 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-remove-inline-result][Find modifications in git logs]]
9982 : Remove the result of the current inline-src-block or babel call.
9983 : The result must be wrapped in a â€˜results’ macro to be removed.
9984 : Leading white space is trimmed.
9985 ** org-babel-tangle-clean
9986    :PROPERTIES:
9987    :CUSTOM_ID: org-babel-tangle-clean
9988    :END:
9990 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
9991 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-clean][Find modifications in git logs]]
9993 : Remove comments inserted by â€˜org-babel-tangle’.
9994 : Call this function inside of a source-code file generated by
9995 : â€˜org-babel-tangle’ to remove all comments inserted automatically
9996 : by â€˜org-babel-tangle’.  Warning, this comment removes any lines
9997 : containing constructs which resemble Org file links or noweb
9998 : references.
9999 ** org-table-copy-region =(beg end &optional cut)=
10000    :PROPERTIES:
10001    :CUSTOM_ID: org-table-copy-region
10002    :END:
10004 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10005 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-copy-region][Find modifications in git logs]]
10007 : Copy rectangular region in table to clipboard.
10008 : A special clipboard is used which can only be accessed
10009 : with â€˜org-table-paste-rectangle’.
10010 ** org-set-effort =(&optional value increment)=
10011    :PROPERTIES:
10012    :CUSTOM_ID: org-set-effort
10013    :END:
10015 - *Access:* ~C-c C-x e~
10016 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10017 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-effort][Find modifications in git logs]]
10019 : Set the effort property of the current entry.
10020 : With numerical prefix arg, use the nth allowed value, 0 stands for the
10021 : 10th allowed value.
10023 : When INCREMENT is non-nil, set the property to the next allowed value.
10024 ** org-edit-table.el
10025    :PROPERTIES:
10026    :CUSTOM_ID: org-edit-table.el
10027    :END:
10029 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
10030 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-table.el][Find modifications in git logs]]
10032 : Edit "table.el" table at point.
10034 : A new buffer is created and the table is copied into it.  Then
10035 : the table is recognized with â€˜table-recognize’.  When done
10036 : editing, exit with â€˜C-c '’.  The edited text will then replace
10037 : the area in the Org mode buffer.
10039 : Throw an error when not at such a table.
10040 ** org-forward-heading-same-level =(arg &optional invisible-ok)=
10041    :PROPERTIES:
10042    :CUSTOM_ID: org-forward-heading-same-level
10043    :END:
10045 - *Access:* ~C-c C-f, <menu-bar> <Org> <Navigate Headings> <Next Same Level>~
10046 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10047 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-forward-heading-same-level][Find modifications in git logs]]
10049 : Move forward to the ARG’th subheading at same level as this one.
10050 : Stop at the first and last subheadings of a superior heading.
10051 : Normally this only looks at visible headings, but when INVISIBLE-OK is
10052 : non-nil it will also look at invisible ones.
10053 ** org-lint--report-mode
10054    :PROPERTIES:
10055    :CUSTOM_ID: org-lint--report-mode
10056    :END:
10058 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
10059 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint--report-mode][Find modifications in git logs]]
10061 : Major mode used to display reports emitted during linting.
10062 : key             binding
10063 : ---             -------
10065 : TAB .. C-j    org-lint--show-source
10066 : RET           org-lint--jump-to-source
10067 : ESC           Prefix Command
10068 : SPC           scroll-up-command
10069 : -             negative-argument
10070 : 0 .. 9                digit-argument
10071 : <             beginning-of-buffer
10072 : >             end-of-buffer
10073 : ?             describe-mode
10074 : S             tabulated-list-sort
10075 : g             revert-buffer
10076 : h             org-lint--hide-checker
10077 : i             org-lint--ignore-checker
10078 : n             next-line
10079 : p             previous-line
10080 : q             quit-window
10081 : DEL           scroll-down-command
10082 : S-SPC         scroll-down-command
10083 : <backtab>     backward-button
10084 : <follow-link> mouse-face
10085 : <mouse-2>     mouse-select-window
10086 : <remap>               Prefix Command
10088 : C-M-i         backward-button
10092 : In addition to any hooks its parent mode â€˜tabulated-list-mode’ might have run,
10093 : this mode runs the hook â€˜org-lint--report-mode-hook’, as the final or penultimate step
10094 : during initialization.
10095 ** org-mode-restart
10096    :PROPERTIES:
10097    :CUSTOM_ID: org-mode-restart
10098    :END:
10100 - *Access:* ~<menu-bar> <Org> <Refresh/Reload> <Refresh setup current buffer>~
10101 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10102 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mode-restart][Find modifications in git logs]]
10105 ** org-agenda =(&optional arg org-keys restriction)=
10106    :PROPERTIES:
10107    :CUSTOM_ID: org-agenda
10108    :END:
10110 - *Access:* ~<menu-bar> <Org> <Agenda Command...>, C-c a~
10111 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10112 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda][Find modifications in git logs]]
10114 : Dispatch agenda commands to collect entries to the agenda buffer.
10115 : Prompts for a command to execute.  Any prefix arg will be passed
10116 : on to the selected command.  The default selections are:
10118 : a     Call â€˜org-agenda-list’ to display the agenda for current day or week.
10119 : t     Call â€˜org-todo-list’ to display the global todo list.
10120 : T     Call â€˜org-todo-list’ to display the global todo list, select only
10121 :       entries with a specific TODO keyword (the user gets a prompt).
10122 : m     Call â€˜org-tags-view’ to display headlines with tags matching
10123 :       a condition  (the user is prompted for the condition).
10124 : M     Like â€˜m’, but select only TODO entries, no ordinary headlines.
10125 : e     Export views to associated files.
10126 : s     Search entries for keywords.
10127 : S     Search entries for keywords, only with TODO keywords.
10128 : /     Multi occur across all agenda files and also files listed
10129 :       in â€˜org-agenda-text-search-extra-files’.
10130 : <     Restrict agenda commands to buffer, subtree, or region.
10131 :       Press several times to get the desired effect.
10132 : >     Remove a previous restriction.
10133 : #     List "stuck" projects.
10134 : !     Configure what "stuck" means.
10135 : C     Configure custom agenda commands.
10137 : More commands can be added by configuring the variable
10138 : â€˜org-agenda-custom-commands’.  In particular, specific tags and TODO keyword
10139 : searches can be pre-defined in this way.
10141 : If the current buffer is in Org mode and visiting a file, you can also
10142 : first press â€˜<’ once to indicate that the agenda should be temporarily
10143 : (until the next use of â€˜C-c a’) restricted to the current file.
10144 : Pressing â€˜<’ twice means to restrict to the current subtree or region
10145 : (if active).
10146 ** org-save-all-org-buffers
10147    :PROPERTIES:
10148    :CUSTOM_ID: org-save-all-org-buffers
10149    :END:
10151 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10152 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-save-all-org-buffers][Find modifications in git logs]]
10154 : Save all Org buffers without user confirmation.
10155 ** org-agenda-forward-block =(&optional backward)=
10156    :PROPERTIES:
10157    :CUSTOM_ID: org-agenda-forward-block
10158    :END:
10160 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10161 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-forward-block][Find modifications in git logs]]
10163 : Move forward by one agenda block.
10164 : When optional argument BACKWARD is set, go backward
10165 ** org-export-stack-refresh
10166    :PROPERTIES:
10167    :CUSTOM_ID: org-export-stack-refresh
10168    :END:
10170 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
10171 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack-refresh][Find modifications in git logs]]
10173 : Refresh the export stack.
10174 ** orgstruct++-mode =(&optional arg)=
10175    :PROPERTIES:
10176    :CUSTOM_ID: orgstruct++-mode
10177    :END:
10179 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10180 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgstruct++-mode][Find modifications in git logs]]
10182 : Toggle â€˜orgstruct-mode’, the enhanced version of it.
10183 : In addition to setting orgstruct-mode, this also exports all
10184 : indentation and autofilling variables from Org mode into the
10185 : buffer.  It will also recognize item context in multiline items.
10186 ** org-mobile-create-sumo-agenda
10187    :PROPERTIES:
10188    :CUSTOM_ID: org-mobile-create-sumo-agenda
10189    :END:
10191 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
10192 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-create-sumo-agenda][Find modifications in git logs]]
10194 : Create a file that contains all custom agenda views.
10195 ** org-mouse-down-mouse =(event)=
10196    :PROPERTIES:
10197    :CUSTOM_ID: org-mouse-down-mouse
10198    :END:
10200 - *Access:* ~<down-mouse-1>~
10201 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
10202 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-down-mouse][Find modifications in git logs]]
10205 ** org-move-subtree-down =(&optional arg)=
10206    :PROPERTIES:
10207    :CUSTOM_ID: org-move-subtree-down
10208    :END:
10210 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10211 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-move-subtree-down][Find modifications in git logs]]
10213 : Move the current subtree down past ARG headlines of the same level.
10214 ** org-update-radio-target-regexp
10215    :PROPERTIES:
10216    :CUSTOM_ID: org-update-radio-target-regexp
10217    :END:
10219 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10220 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-update-radio-target-regexp][Find modifications in git logs]]
10222 : Find all radio targets in this file and update the regular expression.
10223 : Also refresh fontification if needed.
10224 ** org-backward-heading-same-level =(arg &optional invisible-ok)=
10225    :PROPERTIES:
10226    :CUSTOM_ID: org-backward-heading-same-level
10227    :END:
10229 - *Access:* ~C-c C-b, <menu-bar> <Org> <Navigate Headings> <Previous Same Level>~
10230 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10231 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-backward-heading-same-level][Find modifications in git logs]]
10233 : Move backward to the ARG’th subheading at same level as this one.
10234 : Stop at the first and last subheadings of a superior heading.
10235 ** org-capture-goto-target =(&optional template-key)=
10236    :PROPERTIES:
10237    :CUSTOM_ID: org-capture-goto-target
10238    :END:
10240 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
10241 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-goto-target][Find modifications in git logs]]
10243 : Go to the target location of a capture template.
10244 : The user is queried for the template.
10245 ** org-table-recalculate =(&optional all noalign)=
10246    :PROPERTIES:
10247    :CUSTOM_ID: org-table-recalculate
10248    :END:
10250 - *Access:* ~<menu-bar> <Tbl> <Calculate> <Recalculate line>~
10251 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10252 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-recalculate][Find modifications in git logs]]
10254 : Recalculate the current table line by applying all stored formulas.
10256 : With prefix arg ALL, do this for all lines in the table.
10258 : When called with a â€˜C-u C-u’ prefix, or if ALL is the symbol â€˜iterate’,
10259 : recompute the table until it no longer changes.
10261 : If NOALIGN is not nil, do not re-align the table after the computations
10262 : are done.  This is typically used internally to save time, if it is
10263 : known that the table will be realigned a little later anyway.
10264 ** org-ctags-get-filename-for-tag =(tag)=
10265    :PROPERTIES:
10266    :CUSTOM_ID: org-ctags-get-filename-for-tag
10267    :END:
10269 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
10270 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-get-filename-for-tag][Find modifications in git logs]]
10272 : TAG is a string.  Search the active TAGS file for a matching tag.
10273 : If the tag is found, return a list containing the filename, line number, and
10274 : buffer position where the tag is found.
10275 ** org-table-align
10276    :PROPERTIES:
10277    :CUSTOM_ID: org-table-align
10278    :END:
10280 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10281 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-align][Find modifications in git logs]]
10283 : Align the table at point by aligning all vertical bars.
10284 ** org-clock-timestamps-down =(&optional n)=
10285    :PROPERTIES:
10286    :CUSTOM_ID: org-clock-timestamps-down
10287    :END:
10289 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
10290 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-timestamps-down][Find modifications in git logs]]
10292 : Increase CLOCK timestamps at cursor.
10293 : Optional argument N tells to change by that many units.
10294 ** org-agenda-clock-cancel =(&optional arg)=
10295    :PROPERTIES:
10296    :CUSTOM_ID: org-agenda-clock-cancel
10297    :END:
10299 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10300 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clock-cancel][Find modifications in git logs]]
10302 : Cancel the currently running clock.
10303 ** org-open-link-from-string =(s &optional arg reference-buffer)=
10304    :PROPERTIES:
10305    :CUSTOM_ID: org-open-link-from-string
10306    :END:
10308 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10309 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-link-from-string][Find modifications in git logs]]
10311 : Open a link in the string S, as if it was in Org mode.
10312 ** org-change-tag-in-region =(beg end tag off)=
10313    :PROPERTIES:
10314    :CUSTOM_ID: org-change-tag-in-region
10315    :END:
10317 - *Access:* ~<menu-bar> <Org> <TAGS and Properties> <Change tag in region>~
10318 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10319 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-change-tag-in-region][Find modifications in git logs]]
10321 : Add or remove TAG for each entry in the region.
10322 : This works in the agenda, and also in an Org buffer.
10323 ** org-export-insert-default-template =(&optional backend subtreep)=
10324    :PROPERTIES:
10325    :CUSTOM_ID: org-export-insert-default-template
10326    :END:
10328 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
10329 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-insert-default-template][Find modifications in git logs]]
10331 : Insert all export keywords with default values at beginning of line.
10333 : BACKEND is a symbol referring to the name of a registered export
10334 : back-end, for which specific export options should be added to
10335 : the template, or â€˜default’ for default template.  When it is nil,
10336 : the user will be prompted for a category.
10338 : If SUBTREEP is non-nil, export configuration will be set up
10339 : locally for the subtree through node properties.
10340 ** org-delete-property =(property)=
10341    :PROPERTIES:
10342    :CUSTOM_ID: org-delete-property
10343    :END:
10345 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10346 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-delete-property][Find modifications in git logs]]
10348 : In the current entry, delete PROPERTY.
10349 ** org-require-autoloaded-modules
10350    :PROPERTIES:
10351    :CUSTOM_ID: org-require-autoloaded-modules
10352    :END:
10354 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10355 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-require-autoloaded-modules][Find modifications in git logs]]
10358 ** org-table-fedit-toggle-ref-type
10359    :PROPERTIES:
10360    :CUSTOM_ID: org-table-fedit-toggle-ref-type
10361    :END:
10363 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10364 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-toggle-ref-type][Find modifications in git logs]]
10366 : Convert all references in the buffer from B3 to @3$2 and back.
10367 ** org-agenda-todo =(&optional arg)=
10368    :PROPERTIES:
10369    :CUSTOM_ID: org-agenda-todo
10370    :END:
10372 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10373 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo][Find modifications in git logs]]
10375 : Cycle TODO state of line at point, also in Org file.
10376 : This changes the line at point, all other lines in the agenda referring to
10377 : the same tree node, and the headline of the tree node in the Org file.
10378 ** org-table-hline-and-move =(&optional same-column)=
10379    :PROPERTIES:
10380    :CUSTOM_ID: org-table-hline-and-move
10381    :END:
10383 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10384 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-hline-and-move][Find modifications in git logs]]
10386 : Insert a hline and move to the row below that line.
10387 ** org-babel-switch-to-session-with-code =(&optional arg _info)=
10388    :PROPERTIES:
10389    :CUSTOM_ID: org-babel-switch-to-session-with-code
10390    :END:
10392 - *Access:* ~C-c C-v z~
10393 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
10394 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-switch-to-session-with-code][Find modifications in git logs]]
10396 : Switch to code buffer and display session.
10397 ** org-table-insert-column
10398    :PROPERTIES:
10399    :CUSTOM_ID: org-table-insert-column
10400    :END:
10402 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10403 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-insert-column][Find modifications in git logs]]
10405 : Insert a new column into the table.
10406 ** org-archive-subtree-default
10407    :PROPERTIES:
10408    :CUSTOM_ID: org-archive-subtree-default
10409    :END:
10411 - *Access:* ~C-c C-x C-a, <menu-bar> <Org> <Archive> <Archive (default method)>~
10412 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
10413 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-subtree-default][Find modifications in git logs]]
10415 : Archive the current subtree with the default command.
10416 : This command is set with the variable â€˜org-archive-default-command’.
10417 ** org-id-goto =(id)=
10418    :PROPERTIES:
10419    :CUSTOM_ID: org-id-goto
10420    :END:
10422 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
10423 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-goto][Find modifications in git logs]]
10425 : Switch to the buffer containing the entry with id ID.
10426 : Move the cursor to that entry in that buffer.
10427 ** org-capture-import-remember-templates
10428    :PROPERTIES:
10429    :CUSTOM_ID: org-capture-import-remember-templates
10430    :END:
10432 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
10433 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-import-remember-templates][Find modifications in git logs]]
10435 : Set â€˜org-capture-templates’ to be similar to â€˜org-remember-templates’.
10436 ** org-columns-new =(&optional spec &rest attributes)=
10437    :PROPERTIES:
10438    :CUSTOM_ID: org-columns-new
10439    :END:
10441 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
10442 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-new][Find modifications in git logs]]
10444 : Insert a new column, to the left of the current column.
10445 : Interactively fill attributes for new column.  When column format
10446 : specification SPEC is provided, edit it instead.
10448 : When optional argument attributes can be a list of columns
10449 : specifications attributes to create the new column
10450 : non-interactively.  See â€˜org-columns-compile-format’ for
10451 : details.
10452 ** org-edit-inline-src-code
10453    :PROPERTIES:
10454    :CUSTOM_ID: org-edit-inline-src-code
10455    :END:
10457 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
10458 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-inline-src-code][Find modifications in git logs]]
10460 : Edit inline source code at point.
10461 ** org-list-send-list =(&optional maybe)=
10462    :PROPERTIES:
10463    :CUSTOM_ID: org-list-send-list
10464    :END:
10466 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
10467 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-send-list][Find modifications in git logs]]
10469 : Send a transformed version of this list to the receiver position.
10470 : With argument MAYBE, fail quietly if no transformation is defined
10471 : for this list.
10472 ** org-insert-last-stored-link =(arg)=
10473    :PROPERTIES:
10474    :CUSTOM_ID: org-insert-last-stored-link
10475    :END:
10477 - *Access:* ~C-c M-l~
10478 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10479 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-last-stored-link][Find modifications in git logs]]
10481 : Insert the last link stored in â€˜org-stored-links’.
10482 ** org-babel-mark-block
10483    :PROPERTIES:
10484    :CUSTOM_ID: org-babel-mark-block
10485    :END:
10487 - *Access:* ~C-c C-v C-M-h~
10488 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
10489 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-mark-block][Find modifications in git logs]]
10491 : Mark current src block.
10492 ** org-babel-describe-bindings
10493    :PROPERTIES:
10494    :CUSTOM_ID: org-babel-describe-bindings
10495    :END:
10497 - *Access:* ~C-c C-v h~
10498 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-keys.el][ob-keys.el]]
10499 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-describe-bindings][Find modifications in git logs]]
10501 : Describe all keybindings behind â€˜org-babel-key-prefix’.
10502 ** org-forward-sentence =(&optional _arg)=
10503    :PROPERTIES:
10504    :CUSTOM_ID: org-forward-sentence
10505    :END:
10507 - *Access:* ~M-e~
10508 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10509 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-forward-sentence][Find modifications in git logs]]
10511 : Go to end of sentence, or end of table field.
10512 : This will call â€˜forward-sentence’ or â€˜org-table-end-of-field’,
10513 : depending on context.
10514 ** org-table-follow-field-mode =(&optional arg)=
10515    :PROPERTIES:
10516    :CUSTOM_ID: org-table-follow-field-mode
10517    :END:
10519 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10520 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-follow-field-mode][Find modifications in git logs]]
10522 : Minor mode to make the table field editor window follow the cursor.
10523 : When this mode is active, the field editor window will always show the
10524 : current field.  The mode exits automatically when the cursor leaves the
10525 : table (but see â€˜org-table-exit-follow-field-mode-when-leaving-table’).
10526 ** org-mark-ring-goto =(&optional n)=
10527    :PROPERTIES:
10528    :CUSTOM_ID: org-mark-ring-goto
10529    :END:
10531 - *Access:* ~C-c &~
10532 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10533 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mark-ring-goto][Find modifications in git logs]]
10535 : Jump to the previous position in the mark ring.
10536 : With prefix arg N, jump back that many stored positions.  When
10537 : called several times in succession, walk through the entire ring.
10538 : Org mode commands jumping to a different position in the current file,
10539 : or to another Org file, automatically push the old position onto the ring.
10540 ** org-table-iterate =(&optional arg)=
10541    :PROPERTIES:
10542    :CUSTOM_ID: org-table-iterate
10543    :END:
10545 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10546 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-iterate][Find modifications in git logs]]
10548 : Recalculate the table until it does not change anymore.
10549 : The maximum number of iterations is 10, but you can choose a different value
10550 : with the prefix ARG.
10551 ** org-agenda-week-view =(&optional iso-week)=
10552    :PROPERTIES:
10553    :CUSTOM_ID: org-agenda-week-view
10554    :END:
10556 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10557 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-week-view][Find modifications in git logs]]
10559 : Switch to weekly view for agenda.
10560 : With argument ISO-WEEK, switch to the corresponding ISO week.
10561 : If ISO-WEEK has more then 2 digits, only the last two encode
10562 : the week.  Any digits before this encode a year.  So 200712
10563 : means week 12 of year 2007.  Years ranging from 70 years ago
10564 : to 30 years in the future can also be written as 2-digit years.
10565 ** org-deadline =(arg &optional time)=
10566    :PROPERTIES:
10567    :CUSTOM_ID: org-deadline
10568    :END:
10570 - *Access:* ~C-c C-d, <menu-bar> <Org> <Dates and Scheduling> <Deadline>~
10571 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10572 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-deadline][Find modifications in git logs]]
10574 : Insert the "DEADLINE:" string with a timestamp to make a deadline.
10575 : With one universal prefix argument, remove any deadline from the item.
10576 : With two universal prefix arguments, prompt for a warning delay.
10577 : With argument TIME, set the deadline at the corresponding date.  TIME
10578 : can either be an Org date like "2011-07-24" or a delta like "+2d".
10579 ** org-priority =(&optional action _show)=
10580    :PROPERTIES:
10581    :CUSTOM_ID: org-priority
10582    :END:
10584 - *Access:* ~C-c ,, <menu-bar> <Org> <TODO Lists> <Set Priority>~
10585 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10586 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-priority][Find modifications in git logs]]
10588 : Change the priority of an item.
10589 : ACTION can be â€˜set’, â€˜up’, â€˜down’, or a character.
10590 ** org-agenda-file-to-front =(&optional to-end)=
10591    :PROPERTIES:
10592    :CUSTOM_ID: org-agenda-file-to-front
10593    :END:
10595 - *Access:* ~C-c [, <menu-bar> <Org> <File List for Agenda> <Add/Move Current File to Front of List>~
10596 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10597 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-file-to-front][Find modifications in git logs]]
10599 : Move/add the current file to the top of the agenda file list.
10600 : If the file is not present in the list, it is added to the front.  If it is
10601 : present, it is moved there.  With optional argument TO-END, add/move to the
10602 : end of the list.
10603 ** org-babel-expand-src-block-maybe
10604    :PROPERTIES:
10605    :CUSTOM_ID: org-babel-expand-src-block-maybe
10606    :END:
10608 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
10609 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-expand-src-block-maybe][Find modifications in git logs]]
10611 : Conditionally expand a source block.
10612 : Detect if this is context for a org-babel src-block and if so
10613 : then run â€˜org-babel-expand-src-block’.
10614 ** org-mouse-remove-match-and-spaces
10615    :PROPERTIES:
10616    :CUSTOM_ID: org-mouse-remove-match-and-spaces
10617    :END:
10619 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
10620 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-remove-match-and-spaces][Find modifications in git logs]]
10622 : Remove the match, make just one space around the point.
10623 ** org-comment-dwim =(_arg)=
10624    :PROPERTIES:
10625    :CUSTOM_ID: org-comment-dwim
10626    :END:
10628 - *Access:* ~M-;~
10629 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10630 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-comment-dwim][Find modifications in git logs]]
10632 : Call â€˜comment-dwim’ within a source edit buffer if needed.
10633 ** org-beamer-mode =(&optional arg)=
10634    :PROPERTIES:
10635    :CUSTOM_ID: org-beamer-mode
10636    :END:
10638 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
10639 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-mode][Find modifications in git logs]]
10641 : Support for editing Beamer oriented Org mode files.
10642 ** org-odt-export-as-odf-and-open
10643    :PROPERTIES:
10644    :CUSTOM_ID: org-odt-export-as-odf-and-open
10645    :END:
10647 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
10648 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-export-as-odf-and-open][Find modifications in git logs]]
10650 : Export LaTeX fragment as OpenDocument formula and immediately open it.
10651 : Use â€˜org-odt-export-as-odf’ to read LaTeX fragment and OpenDocument
10652 : formula file.
10653 ** org-archive-subtree =(&optional find-done)=
10654    :PROPERTIES:
10655    :CUSTOM_ID: org-archive-subtree
10656    :END:
10658 - *Access:* ~C-c $, C-c C-x C-s, <menu-bar> <Org> <Archive> <Move Subtree to Archive file>~
10659 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
10660 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-subtree][Find modifications in git logs]]
10662 : Move the current subtree to the archive.
10663 : The archive can be a certain top-level heading in the current
10664 : file, or in a different file.  The tree will be moved to that
10665 : location, the subtree heading be marked DONE, and the current
10666 : time will be added.
10668 : When called with a single prefix argument FIND-DONE, find whole
10669 : trees without any open TODO items and archive them (after getting
10670 : confirmation from the user).  When called with a double prefix
10671 : argument, find whole trees with timestamps before today and
10672 : archive them (after getting confirmation from the user).  If the
10673 : cursor is not at a headline when these commands are called, try
10674 : all level 1 trees.  If the cursor is on a headline, only try the
10675 : direct children of this heading.
10676 ** org-capture-mode =(&optional arg)=
10677    :PROPERTIES:
10678    :CUSTOM_ID: org-capture-mode
10679    :END:
10681 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
10682 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-mode][Find modifications in git logs]]
10684 : Minor mode for special key bindings in a capture buffer.
10686 : Turning on this mode runs the normal hook â€˜org-capture-mode-hook’.
10687 ** org-table-edit-field =(arg)=
10688    :PROPERTIES:
10689    :CUSTOM_ID: org-table-edit-field
10690    :END:
10692 - *Access:* ~C-c `, <menu-bar> <Tbl> <Edit Field>~
10693 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10694 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-edit-field][Find modifications in git logs]]
10696 : Edit table field in a different window.
10697 : This is mainly useful for fields that contain hidden parts.
10699 : When called with a â€˜C-u’ prefix, just make the full field
10700 : visible so that it can be edited in place.
10702 : When called with a â€˜C-u C-u’ prefix, toggle â€˜org-table-follow-field-mode’.
10703 ** org-mouse-end-headline
10704    :PROPERTIES:
10705    :CUSTOM_ID: org-mouse-end-headline
10706    :END:
10708 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
10709 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-end-headline][Find modifications in git logs]]
10711 : Go to the end of current headline (ignoring tags).
10712 ** org-babel-exp-process-buffer
10713    :PROPERTIES:
10714    :CUSTOM_ID: org-babel-exp-process-buffer
10715    :END:
10717 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-exp.el][ob-exp.el]]
10718 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-exp-process-buffer][Find modifications in git logs]]
10720 : Execute all Babel blocks in current buffer.
10721 ** org-entities-help
10722    :PROPERTIES:
10723    :CUSTOM_ID: org-entities-help
10724    :END:
10726 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-entities.el][org-entities.el]]
10727 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-entities-help][Find modifications in git logs]]
10729 : Create a Help buffer with all available entities.
10730 ** org-first-sibling-p
10731    :PROPERTIES:
10732    :CUSTOM_ID: org-first-sibling-p
10733    :END:
10735 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10736 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-first-sibling-p][Find modifications in git logs]]
10738 : Is this heading the first child of its parents?
10739 ** org-activate-angle-links =(&rest ignore)=
10740    :PROPERTIES:
10741    :CUSTOM_ID: org-activate-angle-links
10742    :END:
10744 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
10745 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-activate-angle-links][Find modifications in git logs]]
10747 : Do nothing and return nil.
10748 : This function accepts any number of arguments, but ignores them.
10750 : (fn &rest IGNORE)
10751 ** org-open-at-mouse =(ev)=
10752    :PROPERTIES:
10753    :CUSTOM_ID: org-open-at-mouse
10754    :END:
10756 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10757 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-at-mouse][Find modifications in git logs]]
10759 : Open file link or URL at mouse.
10760 : See the docstring of â€˜org-open-file’ for details.
10761 ** org-check-dates-range =(start-date end-date)=
10762    :PROPERTIES:
10763    :CUSTOM_ID: org-check-dates-range
10764    :END:
10766 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10767 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-check-dates-range][Find modifications in git logs]]
10769 : Check for deadlines/scheduled entries between START-DATE and END-DATE.
10770 ** org-list-insert-radio-list
10771    :PROPERTIES:
10772    :CUSTOM_ID: org-list-insert-radio-list
10773    :END:
10775 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
10776 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-insert-radio-list][Find modifications in git logs]]
10778 : Insert a radio list template appropriate for this major mode.
10779 ** org-kill-note-or-show-branches
10780    :PROPERTIES:
10781    :CUSTOM_ID: org-kill-note-or-show-branches
10782    :END:
10784 - *Access:* ~C-c C-k~
10785 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10786 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-kill-note-or-show-branches][Find modifications in git logs]]
10788 : Abort storing current note, or call â€˜outline-show-branches’.
10789 ** org-outdent-item-tree
10790    :PROPERTIES:
10791    :CUSTOM_ID: org-outdent-item-tree
10792    :END:
10794 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
10795 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-outdent-item-tree][Find modifications in git logs]]
10797 : Outdent a local list item including its children.
10798 : If a region is active, all items inside will be moved.
10799 ** org-agenda-set-restriction-lock-from-agenda =(arg)=
10800    :PROPERTIES:
10801    :CUSTOM_ID: org-agenda-set-restriction-lock-from-agenda
10802    :END:
10804 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10805 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-set-restriction-lock-from-agenda][Find modifications in git logs]]
10807 : Set the restriction lock to the agenda item at point from within the agenda.
10808 : When called with a â€˜C-u’ prefix, restrict to
10809 : the file which contains the item.
10810 : Argument ARG is the prefix argument.
10811 ** org-attach-open =(&optional in-emacs)=
10812    :PROPERTIES:
10813    :CUSTOM_ID: org-attach-open
10814    :END:
10816 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
10817 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-open][Find modifications in git logs]]
10819 : Open an attachment of the current task.
10820 : If there are more than one attachment, you will be prompted for the file name.
10821 : This command will open the file using the settings in â€˜org-file-apps’
10822 : and in the system-specific variants of this variable.
10823 : If IN-EMACS is non-nil, force opening in Emacs.
10824 ** org-agenda-append-agenda
10825    :PROPERTIES:
10826    :CUSTOM_ID: org-agenda-append-agenda
10827    :END:
10829 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10830 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-append-agenda][Find modifications in git logs]]
10832 : Append another agenda view to the current one.
10833 : This function allows interactive building of block agendas.
10834 : Agenda views are separated by â€˜org-agenda-block-separator’.
10835 ** org-table-beginning-of-field =(&optional n)=
10836    :PROPERTIES:
10837    :CUSTOM_ID: org-table-beginning-of-field
10838    :END:
10840 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10841 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-beginning-of-field][Find modifications in git logs]]
10843 : Move to the beginning of the current table field.
10844 : If already at or before the beginning, move to the beginning of the
10845 : previous field.
10846 : With numeric argument N, move N-1 fields backward first.
10847 ** org-mobile-move-capture
10848    :PROPERTIES:
10849    :CUSTOM_ID: org-mobile-move-capture
10850    :END:
10852 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
10853 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-move-capture][Find modifications in git logs]]
10855 : Move the contents of the capture file to the inbox file.
10856 : Return a marker to the location where the new content has been added.
10857 : If nothing new has been added, return nil.
10858 ** org-lint =(&optional arg)=
10859    :PROPERTIES:
10860    :CUSTOM_ID: org-lint
10861    :END:
10863 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
10864 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint][Find modifications in git logs]]
10866 : Check current Org buffer for syntax mistakes.
10868 : By default, run all checkers.  With a â€˜C-u’ prefix ARG, select one
10869 : category of checkers only.  With a â€˜C-u C-u’ prefix, run one precise
10870 : checker by its name.
10872 : ARG can also be a list of checker names, as symbols, to run.
10873 ** org-latex-export-to-latex =(&optional async subtreep visible-only body-only ext-plist)=
10874    :PROPERTIES:
10875    :CUSTOM_ID: org-latex-export-to-latex
10876    :END:
10878 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
10879 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-export-to-latex][Find modifications in git logs]]
10881 : Export current buffer to a LaTeX file.
10883 : If narrowing is active in the current buffer, only export its
10884 : narrowed part.
10886 : If a region is active, export that region.
10888 : A non-nil optional argument ASYNC means the process should happen
10889 : asynchronously.  The resulting file should be accessible through
10890 : the â€˜org-export-stack’ interface.
10892 : When optional argument SUBTREEP is non-nil, export the sub-tree
10893 : at point, extracting information from the headline properties
10894 : first.
10896 : When optional argument VISIBLE-ONLY is non-nil, don’t export
10897 : contents of hidden elements.
10899 : When optional argument BODY-ONLY is non-nil, only write code
10900 : between "\begin{document}" and "\end{document}".
10902 : EXT-PLIST, when provided, is a property list with external
10903 : parameters overriding Org default settings, but still inferior to
10904 : file-local settings.
10905 ** org-agenda-fortnight-view =(&optional iso-week)=
10906    :PROPERTIES:
10907    :CUSTOM_ID: org-agenda-fortnight-view
10908    :END:
10910 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10911 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-fortnight-view][Find modifications in git logs]]
10913 : Switch to fortnightly view for agenda.
10914 : With argument ISO-WEEK, switch to the corresponding ISO week.
10915 : If ISO-WEEK has more then 2 digits, only the last two encode
10916 : the week.  Any digits before this encode a year.  So 200712
10917 : means week 12 of year 2007.  Years ranging from 70 years ago
10918 : to 30 years in the future can also be written as 2-digit years.
10919 ** org-todo-yesterday =(&optional arg)=
10920    :PROPERTIES:
10921    :CUSTOM_ID: org-todo-yesterday
10922    :END:
10924 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10925 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-yesterday][Find modifications in git logs]]
10927 : Like â€˜org-todo’ but the time of change will be 23:59 of yesterday.
10928 ** org-sort =(&optional with-case)=
10929    :PROPERTIES:
10930    :CUSTOM_ID: org-sort
10931    :END:
10933 - *Access:* ~C-c ^, <menu-bar> <Org> <Edit Structure> <Sort Region/Children>~
10934 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10935 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sort][Find modifications in git logs]]
10937 : Call â€˜org-sort-entries’, â€˜org-table-sort-lines’ or â€˜org-sort-list’.
10938 : Optional argument WITH-CASE means sort case-sensitively.
10939 ** orgtbl-create-or-convert-from-region =(_arg)=
10940    :PROPERTIES:
10941    :CUSTOM_ID: orgtbl-create-or-convert-from-region
10942    :END:
10944 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
10945 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-create-or-convert-from-region][Find modifications in git logs]]
10947 : Create table or convert region to table, if no conflicting binding.
10948 : This installs the table binding â€˜C-c |’, but only if there is no
10949 : conflicting binding to this key outside orgtbl-mode.
10950 ** org-up-element
10951    :PROPERTIES:
10952    :CUSTOM_ID: org-up-element
10953    :END:
10955 - *Access:* ~C-c C-^~
10956 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
10957 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-up-element][Find modifications in git logs]]
10959 : Move to upper element.
10960 ** org-footnote-action =(&optional special)=
10961    :PROPERTIES:
10962    :CUSTOM_ID: org-footnote-action
10963    :END:
10965 - *Access:* ~C-c C-x f, <menu-bar> <Org> <Editing> <Footnote new/jump>~
10966 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
10967 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-action][Find modifications in git logs]]
10969 : Do the right thing for footnotes.
10971 : When at a footnote reference, jump to the definition.
10973 : When at a definition, jump to the references if they exist, offer
10974 : to create them otherwise.
10976 : When neither at definition or reference, create a new footnote,
10977 : interactively if possible.
10979 : With prefix arg SPECIAL, or when no footnote can be created,
10980 : offer additional commands in a menu.
10981 ** org-texinfo-convert-region-to-texinfo
10982    :PROPERTIES:
10983    :CUSTOM_ID: org-texinfo-convert-region-to-texinfo
10984    :END:
10986 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
10987 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-convert-region-to-texinfo][Find modifications in git logs]]
10989 : Assume the current region has Org syntax, and convert it to Texinfo.
10990 : This can be used in any buffer.  For example, you can write an
10991 : itemized list in Org syntax in an Texinfo buffer and use this
10992 : command to convert it.
10993 ** org-agenda-tree-to-indirect-buffer =(arg)=
10994    :PROPERTIES:
10995    :CUSTOM_ID: org-agenda-tree-to-indirect-buffer
10996    :END:
10998 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
10999 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-tree-to-indirect-buffer][Find modifications in git logs]]
11001 : Show the subtree corresponding to the current entry in an indirect buffer.
11002 : This calls the command â€˜org-tree-to-indirect-buffer’ from the original buffer.
11004 : With a numerical prefix ARG, go up to this level and then take that tree.
11005 : With a negative numeric ARG, go up by this number of levels.
11007 : With a â€˜C-u’ prefix, make a separate frame for this tree, i.e. don’t use
11008 : the dedicated frame.
11009 ** org-edit-src-exit
11010    :PROPERTIES:
11011    :CUSTOM_ID: org-edit-src-exit
11012    :END:
11014 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
11015 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-exit][Find modifications in git logs]]
11017 : Kill current sub-editing buffer and return to source buffer.
11018 ** org-bibtex-create-in-current-entry =(&optional arg)=
11019    :PROPERTIES:
11020    :CUSTOM_ID: org-bibtex-create-in-current-entry
11021    :END:
11023 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
11024 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-create-in-current-entry][Find modifications in git logs]]
11026 : Add bibliographical data to the current entry.
11027 : With a prefix arg, query for optional fields.
11028 ** org-agenda-bulk-remove-overlays =(&optional beg end)=
11029    :PROPERTIES:
11030    :CUSTOM_ID: org-agenda-bulk-remove-overlays
11031    :END:
11033 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11034 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-remove-overlays][Find modifications in git logs]]
11036 : Remove the mark overlays between BEG and END in the agenda buffer.
11037 : BEG and END default to the buffer limits.
11039 : This only removes the overlays, it does not remove the markers
11040 : from the list in â€˜org-agenda-bulk-marked-entries’.
11041 ** org-mouse-yank-link =(click)=
11042    :PROPERTIES:
11043    :CUSTOM_ID: org-mouse-yank-link
11044    :END:
11046 - *Access:* ~<drag-mouse-3>, <S-mouse-2>~
11047 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
11048 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-yank-link][Find modifications in git logs]]
11051 ** org-metaleft =(&optional _arg)=
11052    :PROPERTIES:
11053    :CUSTOM_ID: org-metaleft
11054    :END:
11056 - *Access:* ~<M-left>, <menu-bar> <Org> <Edit Structure> <Promote Heading>, <menu-bar> <Tbl> <Column> <Move Column Left>~
11057 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11058 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metaleft][Find modifications in git logs]]
11060 : Promote heading, list item at point or move table column left.
11062 : Calls â€˜org-do-promote’, â€˜org-outdent-item’ or â€˜org-table-move-column’,
11063 : depending on context.  With no specific context, calls the Emacs
11064 : default â€˜backward-word’.  See the individual commands for more
11065 : information.
11067 : This function runs the hook â€˜org-metaleft-hook’ as a first step,
11068 : and returns at first non-nil value.
11069 ** org-attach-new =(file)=
11070    :PROPERTIES:
11071    :CUSTOM_ID: org-attach-new
11072    :END:
11074 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
11075 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-new][Find modifications in git logs]]
11077 : Create a new attachment FILE for the current task.
11078 : The attachment is created as an Emacs buffer.
11079 ** org-tbl-menu =(event)=
11080    :PROPERTIES:
11081    :CUSTOM_ID: org-tbl-menu
11082    :END:
11084 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11085 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tbl-menu][Find modifications in git logs]]
11087 : Tbl menu
11088 ** org-agenda-filter-by-category =(strip)=
11089    :PROPERTIES:
11090    :CUSTOM_ID: org-agenda-filter-by-category
11091    :END:
11093 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11094 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-filter-by-category][Find modifications in git logs]]
11096 : Filter lines in the agenda buffer that have a specific category.
11097 : The category is that of the current line.
11098 : Without prefix argument, keep only the lines of that category.
11099 : With a prefix argument, exclude the lines of that category.
11101 ** org-indent-drawer
11102    :PROPERTIES:
11103    :CUSTOM_ID: org-indent-drawer
11104    :END:
11106 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11107 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-drawer][Find modifications in git logs]]
11109 : Indent the drawer at point.
11110 ** org-agenda-filter-by-tag =(arg &optional char exclude)=
11111    :PROPERTIES:
11112    :CUSTOM_ID: org-agenda-filter-by-tag
11113    :END:
11115 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11116 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-filter-by-tag][Find modifications in git logs]]
11118 : Keep only those lines in the agenda buffer that have a specific tag.
11120 : The tag is selected with its fast selection letter, as configured.
11122 : With a â€˜C-u’ prefix, exclude the agenda search.
11124 : With a â€˜C-u C-u’ prefix, filter the literal tag, i.e. don’t
11125 : filter on all its group members.
11127 : A lisp caller can specify CHAR.  EXCLUDE means that the new tag
11128 : should be used to exclude the search - the interactive user can
11129 : also press â€˜-’ or â€˜+’ to switch between filtering and excluding.
11130 ** org-babel-execute-buffer =(&optional arg)=
11131    :PROPERTIES:
11132    :CUSTOM_ID: org-babel-execute-buffer
11133    :END:
11135 - *Access:* ~C-c C-v b, C-c C-v C-b~
11136 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
11137 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-execute-buffer][Find modifications in git logs]]
11139 : Execute source code blocks in a buffer.
11140 : Call â€˜org-babel-execute-src-block’ on every source block in
11141 : the current buffer.
11142 ** org-table-toggle-coordinate-overlays
11143    :PROPERTIES:
11144    :CUSTOM_ID: org-table-toggle-coordinate-overlays
11145    :END:
11147 - *Access:* ~C-c }, <menu-bar> <Tbl> <Show Col/Row Numbers>~
11148 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
11149 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-toggle-coordinate-overlays][Find modifications in git logs]]
11151 : Toggle the display of Row/Column numbers in tables.
11152 ** org-agenda-follow-mode
11153    :PROPERTIES:
11154    :CUSTOM_ID: org-agenda-follow-mode
11155    :END:
11157 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11158 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-follow-mode][Find modifications in git logs]]
11160 : Toggle follow mode in an agenda buffer.
11161 ** org-html-export-to-html =(&optional async subtreep visible-only body-only ext-plist)=
11162    :PROPERTIES:
11163    :CUSTOM_ID: org-html-export-to-html
11164    :END:
11166 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
11167 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-export-to-html][Find modifications in git logs]]
11169 : Export current buffer to a HTML file.
11171 : If narrowing is active in the current buffer, only export its
11172 : narrowed part.
11174 : If a region is active, export that region.
11176 : A non-nil optional argument ASYNC means the process should happen
11177 : asynchronously.  The resulting file should be accessible through
11178 : the â€˜org-export-stack’ interface.
11180 : When optional argument SUBTREEP is non-nil, export the sub-tree
11181 : at point, extracting information from the headline properties
11182 : first.
11184 : When optional argument VISIBLE-ONLY is non-nil, don’t export
11185 : contents of hidden elements.
11187 : When optional argument BODY-ONLY is non-nil, only write code
11188 : between "<body>" and "</body>" tags.
11190 : EXT-PLIST, when provided, is a property list with external
11191 : parameters overriding Org default settings, but still inferior to
11192 : file-local settings.
11194 : Return output file’s name.
11195 ** org-metadown =(&optional _arg)=
11196    :PROPERTIES:
11197    :CUSTOM_ID: org-metadown
11198    :END:
11200 - *Access:* ~<M-down>, <menu-bar> <Org> <Edit Structure> <Move Subtree Down>, <menu-bar> <Tbl> <Row> <Move Row Down>~
11201 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11202 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-metadown][Find modifications in git logs]]
11204 : Move subtree down or move table row down.
11205 : Calls â€˜org-move-subtree-down’ or â€˜org-table-move-row’ or
11206 : â€˜org-move-item-down’, depending on context.  See the individual
11207 : commands for more information.
11208 ** org-agenda-clock-out
11209    :PROPERTIES:
11210    :CUSTOM_ID: org-agenda-clock-out
11211    :END:
11213 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11214 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clock-out][Find modifications in git logs]]
11216 : Stop the currently running clock.
11217 ** org-get-tags-at =(&optional pos local)=
11218    :PROPERTIES:
11219    :CUSTOM_ID: org-get-tags-at
11220    :END:
11222 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11223 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-get-tags-at][Find modifications in git logs]]
11225 : Get a list of all headline tags applicable at POS.
11226 : POS defaults to point.  If tags are inherited, the list contains
11227 : the targets in the same sequence as the headlines appear, i.e.
11228 : the tags of the current headline come last.
11229 : When LOCAL is non-nil, only return tags from the current headline,
11230 : ignore inherited ones.
11231 ** org-agenda-do-date-later =(arg)=
11232    :PROPERTIES:
11233    :CUSTOM_ID: org-agenda-do-date-later
11234    :END:
11236 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11237 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-do-date-later][Find modifications in git logs]]
11240 ** org-inlinetask-demote
11241    :PROPERTIES:
11242    :CUSTOM_ID: org-inlinetask-demote
11243    :END:
11245 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-inlinetask.el][org-inlinetask.el]]
11246 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inlinetask-demote][Find modifications in git logs]]
11248 : Demote the inline task at point.
11249 : If the task has an end part, also demote it.
11250 ** org-cdlatex-environment-indent =(&optional environment item)=
11251    :PROPERTIES:
11252    :CUSTOM_ID: org-cdlatex-environment-indent
11253    :END:
11255 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11256 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cdlatex-environment-indent][Find modifications in git logs]]
11258 : Execute â€˜cdlatex-environment’ and indent the inserted environment.
11260 : ENVIRONMENT and ITEM are passed to â€˜cdlatex-environment’.
11262 : The inserted environment is indented to current indentation
11263 : unless point is at the beginning of the line, in which the
11264 : environment remains unintended.
11265 ** org-reload =(&optional uncompiled)=
11266    :PROPERTIES:
11267    :CUSTOM_ID: org-reload
11268    :END:
11270 - *Access:* ~C-c C-x !, <menu-bar> <Org> <Refresh/Reload> <Reload Org (after update)>~
11271 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11272 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-reload][Find modifications in git logs]]
11274 : Reload all org lisp files.
11275 : With prefix arg UNCOMPILED, load the uncompiled versions.
11276 ** org-insert-heading-after-current
11277    :PROPERTIES:
11278    :CUSTOM_ID: org-insert-heading-after-current
11279    :END:
11281 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11282 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-heading-after-current][Find modifications in git logs]]
11284 : Insert a new heading with same level as current, after current subtree.
11285 ** org-agenda-exit
11286    :PROPERTIES:
11287    :CUSTOM_ID: org-agenda-exit
11288    :END:
11290 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11291 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-exit][Find modifications in git logs]]
11293 : Exit the agenda, killing Org buffers loaded by the agenda.
11294 : Like â€˜org-agenda-Quit’, but kill any buffers that were created by
11295 : the agenda.  Org buffers visited directly by the user will not be
11296 : touched.  Also, exit the agenda even if it is in column view.
11297 ** org-babel-pop-to-session =(&optional arg info)=
11298    :PROPERTIES:
11299    :CUSTOM_ID: org-babel-pop-to-session
11300    :END:
11302 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
11303 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-pop-to-session][Find modifications in git logs]]
11305 : Switch to the session of the current code block.
11306 : Uses â€˜org-babel-initiate-session’ to start the session.  If called
11307 : with a prefix argument then this is passed on to
11308 : â€˜org-babel-initiate-session’.
11309 ** org-align-all-tags
11310    :PROPERTIES:
11311    :CUSTOM_ID: org-align-all-tags
11312    :END:
11314 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11315 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-align-all-tags][Find modifications in git logs]]
11317 : Align the tags in all headings.
11318 ** org-insert-all-links =(arg &optional pre post)=
11319    :PROPERTIES:
11320    :CUSTOM_ID: org-insert-all-links
11321    :END:
11323 - *Access:* ~C-c C-M-l~
11324 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11325 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-all-links][Find modifications in git logs]]
11327 : Insert all links in â€˜org-stored-links’.
11328 : When a universal prefix, do not delete the links from â€˜org-stored-links’.
11329 : When â€˜ARG’ is a number, insert the last N link(s).
11330 : â€˜PRE’ and â€˜POST’ are optional arguments to define a string to
11331 : prepend or to append.
11332 ** org-clone-subtree-with-time-shift =(n &optional shift)=
11333    :PROPERTIES:
11334    :CUSTOM_ID: org-clone-subtree-with-time-shift
11335    :END:
11337 - *Access:* ~C-c C-x c, <menu-bar> <Org> <Edit Structure> <Clone subtree, shift time>~
11338 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11339 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clone-subtree-with-time-shift][Find modifications in git logs]]
11341 : Clone the task (subtree) at point N times.
11342 : The clones will be inserted as siblings.
11344 : In interactive use, the user will be prompted for the number of
11345 : clones to be produced.  If the entry has a timestamp, the user
11346 : will also be prompted for a time shift, which may be a repeater
11347 : as used in time stamps, for example â€˜+3d’.  To disable this,
11348 : you can call the function with a universal prefix argument.
11350 : When a valid repeater is given and the entry contains any time
11351 : stamps, the clones will become a sequence in time, with time
11352 : stamps in the subtree shifted for each clone produced.  If SHIFT
11353 : is nil or the empty string, time stamps will be left alone.  The
11354 : ID property of the original subtree is removed.
11356 : In each clone, all the CLOCK entries will be removed.  This
11357 : prevents Org from considering that the clocked times overlap.
11359 : If the original subtree did contain time stamps with a repeater,
11360 : the following will happen:
11361 : - the repeater will be removed in each clone
11362 : - an additional clone will be produced, with the current, unshifted
11363 :   date(s) in the entry.
11364 : - the original entry will be placed *after* all the clones, with
11365 :   repeater intact.
11366 : - the start days in the repeater in the original entry will be shifted
11367 :   to past the last clone.
11368 : In this way you can spell out a number of instances of a repeating task,
11369 : and still retain the repeater to cover future instances of the task.
11371 : As described above, N+1 clones are produced when the original
11372 : subtree has a repeater.  Setting N to 0, then, can be used to
11373 : remove the repeater from a subtree and create a shifted clone
11374 : with the original repeater.
11375 ** org-narrow-to-block
11376    :PROPERTIES:
11377    :CUSTOM_ID: org-narrow-to-block
11378    :END:
11380 - *Access:* ~C-x n b~
11381 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11382 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-narrow-to-block][Find modifications in git logs]]
11384 : Narrow buffer to the current block.
11385 ** org-columns-get-format =(&optional fmt-string)=
11386    :PROPERTIES:
11387    :CUSTOM_ID: org-columns-get-format
11388    :END:
11390 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
11391 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-get-format][Find modifications in git logs]]
11393 : Return columns format specifications.
11394 : When optional argument FMT-STRING is non-nil, use it as the
11395 : current specifications.  This function also sets
11396 : â€˜org-columns-current-fmt-compiled’ and
11397 : â€˜org-columns-current-fmt’.
11398 ** org-agenda-mode
11399    :PROPERTIES:
11400    :CUSTOM_ID: org-agenda-mode
11401    :END:
11403 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11404 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-mode][Find modifications in git logs]]
11406 : Mode for time-sorted view on action items in Org files.
11408 : The following commands are available:
11410 : key             binding
11411 : ---             -------
11413 : C-c           Prefix Command
11414 : TAB           org-agenda-goto
11415 : C-k           org-agenda-kill
11416 : RET           org-agenda-switch-to
11417 : C-n           org-agenda-next-line
11418 : C-p           org-agenda-previous-line
11419 : C-x           Prefix Command
11420 : ESC           Prefix Command
11421 : C-_           org-agenda-undo
11422 : SPC           org-agenda-show-and-scroll-up
11423 : !             org-agenda-toggle-deadlines
11424 : #             org-agenda-dim-blocked-tasks
11425 : $             org-agenda-archive
11426 : %             org-agenda-bulk-mark-regexp
11427 : *             org-agenda-bulk-mark-all
11428 : +             org-agenda-priority-up
11429 : ,             org-agenda-priority
11430 : -             org-agenda-priority-down
11431 : .             org-agenda-goto-today
11432 : /             org-agenda-filter-by-tag
11433 : 0 .. 9                digit-argument
11434 : :             org-agenda-set-tags
11435 : ;             org-timer-set-timer
11436 : <             org-agenda-filter-by-category
11437 : =             org-agenda-filter-by-regexp
11438 : >             org-agenda-date-prompt
11439 : ?             org-agenda-show-the-flagging-note
11440 : A             org-agenda-append-agenda
11441 : B             org-agenda-bulk-action
11442 : C             org-agenda-convert-date
11443 : D             org-agenda-toggle-diary
11444 : E             org-agenda-entry-text-mode
11445 : F             org-agenda-follow-mode
11446 : G             org-agenda-toggle-time-grid
11447 : H             org-agenda-holidays
11448 : I             org-agenda-clock-in
11449 : J             org-agenda-clock-goto
11450 : K             org-habit-toggle-habits
11451 : L             org-agenda-recenter
11452 : M             org-agenda-phases-of-moon
11453 : N             org-agenda-next-item
11454 : O             org-agenda-clock-out
11455 : P             org-agenda-previous-item
11456 : Q             org-agenda-Quit
11457 : R             org-agenda-clockreport-mode
11458 : S             org-agenda-sunrise-sunset
11459 : T             org-agenda-show-tags
11460 : U             org-agenda-bulk-unmark-all
11461 : X             org-agenda-clock-cancel
11462 : [             org-agenda-manipulate-query-add
11463 : ]             org-agenda-manipulate-query-subtract
11464 : ^             org-agenda-filter-by-top-headline
11465 : _             org-agenda-filter-by-effort
11466 : a             org-agenda-archive-default-with-confirmation
11467 : b             org-agenda-earlier
11468 : c             org-agenda-goto-calendar
11469 : d             org-agenda-day-view
11470 : e             org-agenda-set-effort
11471 : f             org-agenda-later
11472 : g             org-agenda-redo-all
11473 : h             org-agenda-holidays
11474 : i             org-agenda-diary-entry
11475 : j             org-agenda-goto-date
11476 : k             org-agenda-capture
11477 : l             org-agenda-log-mode
11478 : m             org-agenda-bulk-mark
11479 : n             org-agenda-next-line
11480 : o             delete-other-windows
11481 : p             org-agenda-previous-line
11482 : q             org-agenda-quit
11483 : r             org-agenda-redo
11484 : s             org-save-all-org-buffers
11485 : t             org-agenda-todo
11486 : u             org-agenda-bulk-unmark
11487 : v             org-agenda-view-mode-dispatch
11488 : w             org-agenda-week-view
11489 : x             org-agenda-exit
11490 : y             org-agenda-year-view
11491 : z             org-agenda-add-note
11492 : {             org-agenda-manipulate-query-add-re
11493 : |             org-agenda-filter-remove-all
11494 : }             org-agenda-manipulate-query-subtract-re
11495 : ~             org-agenda-limit-interactively
11496 : DEL           org-agenda-show-scroll-down
11497 : C-/           org-agenda-undo
11498 : <C-S-left>    org-agenda-todo-previousset
11499 : <C-S-right>   org-agenda-todo-nextset
11500 : <M-down>      org-agenda-drag-line-forward
11501 : <M-up>                org-agenda-drag-line-backward
11502 : <S-down>      org-agenda-priority-down
11503 : <S-left>      org-agenda-do-date-earlier
11504 : <S-right>     org-agenda-do-date-later
11505 : <S-up>                org-agenda-priority-up
11506 : <backspace>   org-agenda-show-scroll-down
11507 : <down>                org-agenda-next-line
11508 : <mouse-2>     org-agenda-goto-mouse
11509 : <mouse-3>     org-agenda-show-mouse
11510 : <remap>               Prefix Command
11511 : <tab>         org-agenda-goto
11512 : <undo>                org-agenda-undo
11513 : <up>          org-agenda-previous-line
11515 : <remap> <backward-paragraph>  org-agenda-backward-block
11516 : <remap> <forward-paragraph>   org-agenda-forward-block
11518 : M-*           org-agenda-bulk-toggle-all
11519 : M-m           org-agenda-bulk-toggle
11521 : C-c C-a               org-attach
11522 : C-c C-d               org-agenda-deadline
11523 : C-c C-n               org-agenda-next-date-line
11524 : C-c C-o               org-agenda-open-link
11525 : C-c C-p               org-agenda-previous-date-line
11526 : C-c C-q               org-agenda-set-tags
11527 : C-c C-s               org-agenda-schedule
11528 : C-c C-t               org-agenda-todo
11529 : C-c C-w               org-agenda-refile
11530 : C-c C-x               Prefix Command
11531 : C-c C-z               org-agenda-add-note
11532 : C-c $         org-agenda-archive
11533 : C-c ,         org-agenda-priority
11535 : C-x C-s               org-save-all-org-buffers
11536 : C-x C-w               org-agenda-write
11537 : C-x u         org-agenda-undo
11539 : C-c C-x C-a   org-agenda-archive-default
11540 : C-c C-x C-c   org-agenda-columns
11541 : C-c C-x C-e   org-clock-modify-effort-estimate
11542 : C-c C-x TAB   org-agenda-clock-in
11543 : C-c C-x C-j   org-clock-goto
11544 : C-c C-x RET   Prefix Command
11545 : C-c C-x C-o   org-agenda-clock-out
11546 : C-c C-x C-s   org-agenda-archive
11547 : C-c C-x C-x   org-agenda-clock-cancel
11548 : C-c C-x !     org-reload
11549 : C-c C-x <     org-agenda-set-restriction-lock-from-agenda
11550 : C-c C-x >     org-agenda-remove-restriction-lock
11551 : C-c C-x A     org-agenda-archive-to-archive-sibling
11552 : C-c C-x a     org-agenda-toggle-archive-tag
11553 : C-c C-x b     org-agenda-tree-to-indirect-buffer
11554 : C-c C-x e     org-agenda-set-effort
11555 : C-c C-x p     org-agenda-set-property
11556 : C-c C-x <down>        org-agenda-priority-down
11557 : C-c C-x <left>        org-agenda-do-date-earlier
11558 : C-c C-x <right>                       org-agenda-do-date-later
11559 : C-c C-x <up>                  org-agenda-priority-up
11561 : C-c C-x RET g org-mobile-pull
11562 : C-c C-x RET p org-mobile-push
11565 ** org-cycle =(&optional arg)=
11566    :PROPERTIES:
11567    :CUSTOM_ID: org-cycle
11568    :END:
11570 - *Access:* ~<tab>, TAB, <menu-bar> <Tbl> <Next Field>, <menu-bar> <Org> <Show/Hide> <Cycle Visibility>~
11571 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11572 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle][Find modifications in git logs]]
11574 : TAB-action and visibility cycling for Org mode.
11576 : This is the command invoked in Org mode by the â€˜TAB’ key.  Its main
11577 : purpose is outline visibility cycling, but it also invokes other actions
11578 : in special contexts.
11580 : When this function is called with a â€˜C-u’ prefix, rotate the entire
11581 : buffer through 3 states (global cycling)
11582 :   1. OVERVIEW: Show only top-level headlines.
11583 :   2. CONTENTS: Show all headlines of all levels, but no body text.
11584 :   3. SHOW ALL: Show everything.
11586 : With a â€˜C-u C-u’ prefix argument, switch to the startup visibility,
11587 : determined by the variable â€˜org-startup-folded’, and by any VISIBILITY
11588 : properties in the buffer.
11590 : With a â€˜C-u C-u C-u’ prefix argument, show the entire buffer, including
11591 : any drawers.
11593 : When inside a table, re-align the table and move to the next field.
11595 : When point is at the beginning of a headline, rotate the subtree started
11596 : by this line through 3 different states (local cycling)
11597 :   1. FOLDED:   Only the main headline is shown.
11598 :   2. CHILDREN: The main headline and the direct children are shown.
11599 :                From this state, you can move to one of the children
11600 :                and zoom in further.
11601 :   3. SUBTREE:  Show the entire subtree, including body text.
11602 : If there is no subtree, switch directly from CHILDREN to FOLDED.
11604 : When point is at the beginning of an empty headline and the variable
11605 : â€˜org-cycle-level-after-item/entry-creation’ is set, cycle the level
11606 : of the headline by demoting and promoting it to likely levels.  This
11607 : speeds up creation document structure by pressing â€˜TAB’ once or several
11608 : times right after creating a new headline.
11610 : When there is a numeric prefix, go up to a heading with level ARG, do
11611 : a â€˜show-subtree’ and return to the previous cursor position.  If ARG
11612 : is negative, go up that many levels.
11614 : When point is not at the beginning of a headline, execute the global
11615 : binding for â€˜TAB’, which is re-indenting the line.  See the option
11616 : â€˜org-cycle-emulate-tab’ for details.
11618 : As a special case, if point is at the beginning of the buffer and there is
11619 : no headline in line 1, this function will act as if called with prefix arg
11620 : (‘C-u TAB’, same as â€˜S-TAB’) also when called without prefix arg, but only
11621 : if the variable â€˜org-cycle-global-at-bob’ is t.
11622 ** org-dblock-write:amazon =(params)=
11623    :PROPERTIES:
11624    :CUSTOM_ID: org-dblock-write:amazon
11625    :END:
11627 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/emacs.el][emacs.el]]
11628 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-dblock-write:amazon][Find modifications in git logs]]
11630 : Dynamic block for inserting the cover of a book.
11631 ** org-set-visibility-according-to-property =(&optional no-cleanup)=
11632    :PROPERTIES:
11633    :CUSTOM_ID: org-set-visibility-according-to-property
11634    :END:
11636 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11637 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-set-visibility-according-to-property][Find modifications in git logs]]
11639 : Switch subtree visibilities according to :VISIBILITY: property.
11640 ** org-ctags-visit-buffer-or-file =(name &optional create)=
11641    :PROPERTIES:
11642    :CUSTOM_ID: org-ctags-visit-buffer-or-file
11643    :END:
11645 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
11646 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-visit-buffer-or-file][Find modifications in git logs]]
11648 : This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS.
11649 : Visit buffer named â€˜NAME.org’.  If there is no such buffer, visit the file
11650 : with the same name if it exists.  If the file does not exist, then behavior
11651 : depends on the value of CREATE.
11653 : If CREATE is nil (default), then return nil.  Do not create a new file.
11654 : If CREATE is t, create the new file and visit it.
11655 : If CREATE is the symbol â€˜ask’, then ask the user if they wish to create
11656 : the new file.
11657 ** org-table-fedit-toggle-coordinates
11658    :PROPERTIES:
11659    :CUSTOM_ID: org-table-fedit-toggle-coordinates
11660    :END:
11662 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
11663 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-toggle-coordinates][Find modifications in git logs]]
11665 : Toggle the display of coordinates in the referenced table.
11666 ** org-ctags-find-tag-interactive
11667    :PROPERTIES:
11668    :CUSTOM_ID: org-ctags-find-tag-interactive
11669    :END:
11671 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
11672 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-find-tag-interactive][Find modifications in git logs]]
11674 : Prompt for the name of a tag, with autocompletion, then visit the named tag.
11675 : Uses â€˜ido-mode’ if available.
11676 : If the user enters a string that does not match an existing tag, create
11677 : a new topic.
11678 ** org-src-mode =(&optional arg)=
11679    :PROPERTIES:
11680    :CUSTOM_ID: org-src-mode
11681    :END:
11683 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
11684 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-mode][Find modifications in git logs]]
11686 : Minor mode for language major mode buffers generated by Org.
11688 : This minor mode is turned on in two situations:
11689 :   - when editing a source code snippet with â€˜C-c '’
11690 :   - when formatting a source code snippet for export with htmlize.
11692 : key             binding
11693 : ---             -------
11695 : C-c           Prefix Command
11696 : C-x           Prefix Command
11698 : C-x C-s               org-edit-src-save
11700 : C-c C-k               org-edit-src-abort
11701 : C-c '         org-edit-src-exit
11705 : See also â€˜org-src-mode-hook’.
11706 ** org-agenda-schedule =(arg &optional time)=
11707    :PROPERTIES:
11708    :CUSTOM_ID: org-agenda-schedule
11709    :END:
11711 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11712 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-schedule][Find modifications in git logs]]
11714 : Schedule the item at point.
11715 : ARG is passed through to â€˜org-schedule’.
11716 ** org-table-show-reference =(&optional local)=
11717    :PROPERTIES:
11718    :CUSTOM_ID: org-table-show-reference
11719    :END:
11721 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
11722 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-show-reference][Find modifications in git logs]]
11724 : Show the location/value of the $ expression at point.
11725 : When LOCAL is non-nil, show references for the table at point.
11726 ** org-ctrl-c-ctrl-c =(&optional arg)=
11727    :PROPERTIES:
11728    :CUSTOM_ID: org-ctrl-c-ctrl-c
11729    :END:
11731 - *Access:* ~C-c C-c, <menu-bar> <Tbl> <Align>~
11732 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11733 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-c-ctrl-c][Find modifications in git logs]]
11735 : Set tags in headline, or update according to changed information at point.
11737 : This command does many different things, depending on context:
11739 : - If a function in â€˜org-ctrl-c-ctrl-c-hook’ recognizes this location,
11740 :   this is what we do.
11742 : - If the cursor is on a statistics cookie, update it.
11744 : - If the cursor is in a headline, prompt for tags and insert them
11745 :   into the current line, aligned to â€˜org-tags-column’.  When called
11746 :   with prefix arg, realign all tags in the current buffer.
11748 : - If the cursor is in one of the special #+KEYWORD lines, this
11749 :   triggers scanning the buffer for these lines and updating the
11750 :   information.
11752 : - If the cursor is inside a table, realign the table.  This command
11753 :   works even if the automatic table editor has been turned off.
11755 : - If the cursor is on a #+TBLFM line, re-apply the formulas to
11756 :   the entire table.
11758 : - If the cursor is at a footnote reference or definition, jump to
11759 :   the corresponding definition or references, respectively.
11761 : - If the cursor is a the beginning of a dynamic block, update it.
11763 : - If the current buffer is a capture buffer, close note and file it.
11765 : - If the cursor is on a <<<target>>>, update radio targets and
11766 :   corresponding links in this buffer.
11768 : - If the cursor is on a numbered item in a plain list, renumber the
11769 :   ordered list.
11771 : - If the cursor is on a checkbox, toggle it.
11773 : - If the cursor is on a code block, evaluate it.  The variable
11774 :   â€˜org-confirm-babel-evaluate’ can be used to control prompting
11775 :   before code block evaluation, by default every code block
11776 :   evaluation requires confirmation.  Code block evaluation can be
11777 :   inhibited by setting â€˜org-babel-no-eval-on-ctrl-c-ctrl-c’.
11778 ** org-babel-processing-view-sketch
11779    :PROPERTIES:
11780    :CUSTOM_ID: org-babel-processing-view-sketch
11781    :END:
11783 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-processing.el][ob-processing.el]]
11784 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-processing-view-sketch][Find modifications in git logs]]
11786 : Show the sketch of the Processing block under point in an external viewer.
11787 ** org-clock-out =(&optional switch-to-state fail-quietly at-time)=
11788    :PROPERTIES:
11789    :CUSTOM_ID: org-clock-out
11790    :END:
11792 - *Access:* ~C-c C-x C-o, <menu-bar> <Org> <Logging work> <Clock out>~
11793 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
11794 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-out][Find modifications in git logs]]
11796 : Stop the currently running clock.
11797 : Throw an error if there is no running clock and FAIL-QUIETLY is nil.
11798 : With a universal prefix, prompt for a state to switch the clocked out task
11799 : to, overriding the existing value of â€˜org-clock-out-switch-to-state’.
11800 ** org-columns-redo
11801    :PROPERTIES:
11802    :CUSTOM_ID: org-columns-redo
11803    :END:
11805 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
11806 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-redo][Find modifications in git logs]]
11808 : Construct the column display again.
11809 ** org-agenda-archives-mode =(&optional with-files)=
11810    :PROPERTIES:
11811    :CUSTOM_ID: org-agenda-archives-mode
11812    :END:
11814 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11815 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-archives-mode][Find modifications in git logs]]
11817 : Toggle inclusion of items in trees marked with :ARCHIVE:.
11818 : When called with a prefix argument, include all archive files as well.
11819 ** org-beginning-of-item-list
11820    :PROPERTIES:
11821    :CUSTOM_ID: org-beginning-of-item-list
11822    :END:
11824 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
11825 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beginning-of-item-list][Find modifications in git logs]]
11827 : Go to the beginning item of the current list or sublist.
11828 : Throw an error when not in a list.
11829 ** orgtbl-mode =(&optional arg)=
11830    :PROPERTIES:
11831    :CUSTOM_ID: orgtbl-mode
11832    :END:
11834 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
11835 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-mode][Find modifications in git logs]]
11837 : The â€˜org-mode’ table editor as a minor mode for use in other modes.
11838 ** org-columns-quit
11839    :PROPERTIES:
11840    :CUSTOM_ID: org-columns-quit
11841    :END:
11843 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
11844 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-quit][Find modifications in git logs]]
11846 : Remove the column overlays and in this way exit column editing.
11847 ** org-force-self-insert =(N)=
11848    :PROPERTIES:
11849    :CUSTOM_ID: org-force-self-insert
11850    :END:
11852 - *Access:* ~|~
11853 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11854 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-force-self-insert][Find modifications in git logs]]
11856 : Needed to enforce self-insert under remapping.
11857 ** org-clock-in-last =(&optional arg)=
11858    :PROPERTIES:
11859    :CUSTOM_ID: org-clock-in-last
11860    :END:
11862 - *Access:* ~C-c C-x C-x~
11863 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
11864 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-in-last][Find modifications in git logs]]
11866 : Clock in the last closed clocked item.
11867 : When already clocking in, send an warning.
11868 : With a universal prefix argument, select the task you want to
11869 : clock in from the last clocked in tasks.
11870 : With two universal prefix arguments, start clocking using the
11871 : last clock-out time, if any.
11872 : With three universal prefix arguments, interactively prompt
11873 : for a todo state to switch to, overriding the existing value
11874 : â€˜org-clock-in-switch-to-state’.
11875 ** org-footnote-normalize
11876    :PROPERTIES:
11877    :CUSTOM_ID: org-footnote-normalize
11878    :END:
11880 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
11881 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-normalize][Find modifications in git logs]]
11883 : Turn every footnote in buffer into a numbered one.
11884 ** org-export-stack
11885    :PROPERTIES:
11886    :CUSTOM_ID: org-export-stack
11887    :END:
11889 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
11890 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack][Find modifications in git logs]]
11892 : Menu for asynchronous export results and running processes.
11893 ** org-md-convert-region-to-md
11894    :PROPERTIES:
11895    :CUSTOM_ID: org-md-convert-region-to-md
11896    :END:
11898 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-md.el][ox-md.el]]
11899 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-md-convert-region-to-md][Find modifications in git logs]]
11901 : Assume the current region has Org syntax, and convert it to Markdown.
11902 : This can be used in any buffer.  For example, you can write an
11903 : itemized list in Org syntax in a Markdown buffer and use
11904 : this command to convert it.
11905 ** org-customize
11906    :PROPERTIES:
11907    :CUSTOM_ID: org-customize
11908    :END:
11910 - *Access:* ~<menu-bar> <Org> <Customize> <Browse Org Group>~
11911 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11912 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-customize][Find modifications in git logs]]
11914 : Call the customize function with org as argument.
11915 ** org-babel-tangle-file =(file &optional target-file lang)=
11916    :PROPERTIES:
11917    :CUSTOM_ID: org-babel-tangle-file
11918    :END:
11920 - *Access:* ~C-c C-v f, C-c C-v C-f~
11921 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
11922 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-file][Find modifications in git logs]]
11924 : Extract the bodies of source code blocks in FILE.
11925 : Source code blocks are extracted with â€˜org-babel-tangle’.
11926 : Optional argument TARGET-FILE can be used to specify a default
11927 : export file for all source blocks.  Optional argument LANG can be
11928 : used to limit the exported source code blocks by language.
11929 : Return a list whose CAR is the tangled file name.
11930 ** org-goto-ret =(&optional _arg)=
11931    :PROPERTIES:
11932    :CUSTOM_ID: org-goto-ret
11933    :END:
11935 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11936 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-ret][Find modifications in git logs]]
11938 : Finish â€˜org-goto’ by going to the new location.
11939 ** org-create-math-formula =(latex-frag &optional mathml-file)=
11940    :PROPERTIES:
11941    :CUSTOM_ID: org-create-math-formula
11942    :END:
11944 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11945 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-create-math-formula][Find modifications in git logs]]
11947 : Convert LATEX-FRAG to MathML and store it in MATHML-FILE.
11948 : Use â€˜org-latex-to-mathml-convert-command’.  If the conversion is
11949 : sucessful, return the portion between "<math...> </math>"
11950 : elements otherwise return nil.  When MATHML-FILE is specified,
11951 : write the results in to that file.  When invoked as an
11952 : interactive command, prompt for LATEX-FRAG, with initial value
11953 : set to the current active region and echo the results for user
11954 : inspection.
11955 ** org-previous-block =(arg &optional block-regexp)=
11956    :PROPERTIES:
11957    :CUSTOM_ID: org-previous-block
11958    :END:
11960 - *Access:* ~C-c M-b~
11961 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11962 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-previous-block][Find modifications in git logs]]
11964 : Jump to the previous block.
11965 : With a prefix argument ARG, jump backward ARG many source blocks.
11966 : When BLOCK-REGEXP is non-nil, use this regexp to find blocks.
11967 ** org-timestamp-down-day =(&optional arg)=
11968    :PROPERTIES:
11969    :CUSTOM_ID: org-timestamp-down-day
11970    :END:
11972 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11973 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timestamp-down-day][Find modifications in git logs]]
11975 : Decrease the date in the time stamp by one day.
11976 : With prefix ARG, change that many days.
11977 ** org-agenda-bulk-unmark-all
11978    :PROPERTIES:
11979    :CUSTOM_ID: org-agenda-bulk-unmark-all
11980    :END:
11982 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
11983 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-unmark-all][Find modifications in git logs]]
11985 : Remove all marks in the agenda buffer.
11986 : This will remove the markers and the overlays.
11987 ** org-show-subtree
11988    :PROPERTIES:
11989    :CUSTOM_ID: org-show-subtree
11990    :END:
11992 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
11993 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-subtree][Find modifications in git logs]]
11995 : Show everything after this heading at deeper levels.
11996 ** org-babel-lilypond-toggle-pdf-generation
11997    :PROPERTIES:
11998    :CUSTOM_ID: org-babel-lilypond-toggle-pdf-generation
11999    :END:
12001 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
12002 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-toggle-pdf-generation][Find modifications in git logs]]
12004 : Toggle whether pdf will be generated by compilation.
12005 ** org-columns-remove-overlays
12006    :PROPERTIES:
12007    :CUSTOM_ID: org-columns-remove-overlays
12008    :END:
12010 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
12011 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-remove-overlays][Find modifications in git logs]]
12013 : Remove all currently active column overlays.
12014 ** org-agenda-phases-of-moon
12015    :PROPERTIES:
12016    :CUSTOM_ID: org-agenda-phases-of-moon
12017    :END:
12019 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12020 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-phases-of-moon][Find modifications in git logs]]
12022 : Display the phases of the moon for the 3 months around the cursor date.
12023 ** org-property-previous-allowed-value =(&optional _previous)=
12024    :PROPERTIES:
12025    :CUSTOM_ID: org-property-previous-allowed-value
12026    :END:
12028 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12029 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-property-previous-allowed-value][Find modifications in git logs]]
12031 : Switch to the next allowed value for this property.
12032 ** org-todo-list =(&optional arg)=
12033    :PROPERTIES:
12034    :CUSTOM_ID: org-todo-list
12035    :END:
12037 - *Access:* ~<menu-bar> <Org> <TODO Lists> <Global TODO list>~
12038 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12039 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-list][Find modifications in git logs]]
12041 : Show all (not done) TODO entries from all agenda file in a single list.
12042 : The prefix arg can be used to select a specific TODO keyword and limit
12043 : the list to these.  When using â€˜C-u’, you will be prompted
12044 : for a keyword.  A numeric prefix directly selects the Nth keyword in
12045 : â€˜org-todo-keywords-1’.
12046 ** org-odt-convert =(&optional in-file out-fmt open)=
12047    :PROPERTIES:
12048    :CUSTOM_ID: org-odt-convert
12049    :END:
12051 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
12052 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-convert][Find modifications in git logs]]
12054 : Convert IN-FILE to format OUT-FMT using a command line converter.
12055 : IN-FILE is the file to be converted.  If unspecified, it defaults
12056 : to variable â€˜buffer-file-name’.  OUT-FMT is the desired output
12057 : format.  Use â€˜org-odt-convert-process’ as the converter.  If OPEN
12058 : is non-nil then the newly converted file is opened using
12059 : â€˜org-open-file’.
12060 ** orgtbl-toggle-comment
12061    :PROPERTIES:
12062    :CUSTOM_ID: orgtbl-toggle-comment
12063    :END:
12065 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
12066 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-toggle-comment][Find modifications in git logs]]
12068 : Comment or uncomment the orgtbl at point.
12069 ** org-duration-set-regexps
12070    :PROPERTIES:
12071    :CUSTOM_ID: org-duration-set-regexps
12072    :END:
12074 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-duration.el][org-duration.el]]
12075 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-duration-set-regexps][Find modifications in git logs]]
12077 : Set duration related regexps.
12078 ** org-previous-link
12079    :PROPERTIES:
12080    :CUSTOM_ID: org-previous-link
12081    :END:
12083 - *Access:* ~C-c C-x C-p, <menu-bar> <Org> <Hyperlinks> <Previous link>~
12084 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12085 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-previous-link][Find modifications in git logs]]
12087 : Move backward to the previous link.
12088 : If the link is in hidden text, expose it.
12089 ** org-babel-hide-result-toggle =(&optional force)=
12090    :PROPERTIES:
12091    :CUSTOM_ID: org-babel-hide-result-toggle
12092    :END:
12094 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
12095 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-hide-result-toggle][Find modifications in git logs]]
12097 : Toggle the visibility of the current result.
12098 ** org-attach
12099    :PROPERTIES:
12100    :CUSTOM_ID: org-attach
12101    :END:
12103 - *Access:* ~C-c C-a~
12104 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
12105 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach][Find modifications in git logs]]
12107 : The dispatcher for attachment commands.
12108 : Shows a list of commands and prompts for another key to execute a command.
12109 ** org-agenda-columns
12110    :PROPERTIES:
12111    :CUSTOM_ID: org-agenda-columns
12112    :END:
12114 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
12115 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-columns][Find modifications in git logs]]
12117 : Turn on or update column view in the agenda.
12118 ** org-occur =(regexp &optional keep-previous callback)=
12119    :PROPERTIES:
12120    :CUSTOM_ID: org-occur
12121    :END:
12123 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12124 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-occur][Find modifications in git logs]]
12126 : Make a compact tree which shows all matches of REGEXP.
12128 : The tree will show the lines where the regexp matches, and any other context
12129 : defined in â€˜org-show-context-detail’, which see.
12131 : When optional argument KEEP-PREVIOUS is non-nil, highlighting and exposing
12132 : done by a previous call to â€˜org-occur’ will be kept, to allow stacking of
12133 : calls to this command.
12135 : Optional argument CALLBACK can be a function of no argument.  In this case,
12136 : it is called with point at the end of the match, match data being set
12137 : accordingly.  Current match is shown only if the return value is non-nil.
12138 : The function must neither move point nor alter narrowing.
12139 ** org-table-iterate-buffer-tables
12140    :PROPERTIES:
12141    :CUSTOM_ID: org-table-iterate-buffer-tables
12142    :END:
12144 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
12145 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-iterate-buffer-tables][Find modifications in git logs]]
12147 : Iterate all tables in the buffer, to converge inter-table dependencies.
12148 ** org-attach-reveal-in-emacs
12149    :PROPERTIES:
12150    :CUSTOM_ID: org-attach-reveal-in-emacs
12151    :END:
12153 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
12154 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-reveal-in-emacs][Find modifications in git logs]]
12156 : Show the attachment directory of the current task in dired.
12157 ** org-update-all-dblocks
12158    :PROPERTIES:
12159    :CUSTOM_ID: org-update-all-dblocks
12160    :END:
12162 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12163 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-update-all-dblocks][Find modifications in git logs]]
12165 : Update all dynamic blocks in the buffer.
12166 : This function can be used in a hook.
12167 ** org-babel-examplize-region =(beg end &optional results-switches inline)=
12168    :PROPERTIES:
12169    :CUSTOM_ID: org-babel-examplize-region
12170    :END:
12172 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
12173 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-examplize-region][Find modifications in git logs]]
12175 : Comment out region using the inline â€˜==’ or â€˜: â€™ org example quote.
12176 ** org-indent-item-tree
12177    :PROPERTIES:
12178    :CUSTOM_ID: org-indent-item-tree
12179    :END:
12181 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
12182 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-item-tree][Find modifications in git logs]]
12184 : Indent a local list item including its children.
12185 : If a region is active, all items inside will be moved.
12186 ** org-delete-backward-char =(N)=
12187    :PROPERTIES:
12188    :CUSTOM_ID: org-delete-backward-char
12189    :END:
12191 - *Access:* ~DEL~
12192 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12193 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-delete-backward-char][Find modifications in git logs]]
12195 : Like â€˜delete-backward-char’, insert whitespace at field end in tables.
12196 : When deleting backwards, in tables this function will insert whitespace in
12197 : front of the next "|" separator, to keep the table aligned.  The table will
12198 : still be marked for re-alignment if the field did fill the entire column,
12199 : because, in this case the deletion might narrow the column.
12200 ** org-agenda-archive-with =(cmd &optional confirm)=
12201    :PROPERTIES:
12202    :CUSTOM_ID: org-agenda-archive-with
12203    :END:
12205 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12206 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-archive-with][Find modifications in git logs]]
12208 : Move the entry to the archive sibling.
12209 ** org-element-update-syntax
12210    :PROPERTIES:
12211    :CUSTOM_ID: org-element-update-syntax
12212    :END:
12214 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-element.el][org-element.el]]
12215 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-element-update-syntax][Find modifications in git logs]]
12217 : Update parser internals.
12218 ** org-agenda-add-note =(&optional arg)=
12219    :PROPERTIES:
12220    :CUSTOM_ID: org-agenda-add-note
12221    :END:
12223 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12224 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-add-note][Find modifications in git logs]]
12226 : Add a time-stamped note to the entry at point.
12227 ** org-agenda-bulk-mark =(&optional arg)=
12228    :PROPERTIES:
12229    :CUSTOM_ID: org-agenda-bulk-mark
12230    :END:
12232 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12233 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-mark][Find modifications in git logs]]
12235 : Mark the entry at point for future bulk action.
12236 ** org-insert-todo-subheading =(arg)=
12237    :PROPERTIES:
12238    :CUSTOM_ID: org-insert-todo-subheading
12239    :END:
12241 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12242 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-todo-subheading][Find modifications in git logs]]
12244 : Insert a new subheading with TODO keyword or checkbox and demote it.
12245 : Works for outline headings and for plain lists alike.
12246 ** org-koma-letter-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)=
12247    :PROPERTIES:
12248    :CUSTOM_ID: org-koma-letter-export-to-pdf
12249    :END:
12251 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
12252 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-export-to-pdf][Find modifications in git logs]]
12254 : Export current buffer as a KOMA Scrlttr2 letter (pdf).
12256 : If narrowing is active in the current buffer, only export its
12257 : narrowed part.
12259 : If a region is active, export that region.
12261 : A non-nil optional argument ASYNC means the process should happen
12262 : asynchronously.  The resulting file should be accessible through
12263 : the â€˜org-export-stack’ interface.
12265 : When optional argument SUBTREEP is non-nil, export the sub-tree
12266 : at point, extracting information from the headline properties
12267 : first.
12269 : When optional argument VISIBLE-ONLY is non-nil, don’t export
12270 : contents of hidden elements.
12272 : When optional argument BODY-ONLY is non-nil, only write code
12273 : between "\begin{letter}" and "\end{letter}".
12275 : EXT-PLIST, when provided, is a property list with external
12276 : parameters overriding Org default settings, but still inferior to
12277 : file-local settings.
12279 : Return PDF file’s name.
12280 ** org-bibtex-search =(string)=
12281    :PROPERTIES:
12282    :CUSTOM_ID: org-bibtex-search
12283    :END:
12285 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
12286 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-search][Find modifications in git logs]]
12288 : Search for bibliographical entries in agenda files.
12289 : This function relies â€˜org-search-view’ to locate results.
12290 ** org-columns-widen =(arg)=
12291    :PROPERTIES:
12292    :CUSTOM_ID: org-columns-widen
12293    :END:
12295 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
12296 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-widen][Find modifications in git logs]]
12298 : Make the column wider by ARG characters.
12299 ** org-agenda-manipulate-query-subtract
12300    :PROPERTIES:
12301    :CUSTOM_ID: org-agenda-manipulate-query-subtract
12302    :END:
12304 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12305 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-manipulate-query-subtract][Find modifications in git logs]]
12307 : Manipulate the query by adding a search term with negative selection.
12308 : Negative selection means term must not be matched for selection of an entry.
12309 ** org-meta-return =(&optional arg)=
12310    :PROPERTIES:
12311    :CUSTOM_ID: org-meta-return
12312    :END:
12314 - *Access:* ~<M-return>~
12315 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12316 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-meta-return][Find modifications in git logs]]
12318 : Insert a new heading or wrap a region in a table.
12319 : Calls â€˜org-insert-heading’, â€˜org-insert-item’ or
12320 : â€˜org-table-wrap-region’, depending on context.  When called with
12321 : an argument, unconditionally call â€˜org-insert-heading’.
12322 ** org-agenda-bulk-toggle-all
12323    :PROPERTIES:
12324    :CUSTOM_ID: org-agenda-bulk-toggle-all
12325    :END:
12327 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12328 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-toggle-all][Find modifications in git logs]]
12330 : Toggle all marks for bulk action.
12331 ** org-agenda-bulk-unmark =(&optional arg)=
12332    :PROPERTIES:
12333    :CUSTOM_ID: org-agenda-bulk-unmark
12334    :END:
12336 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12337 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-unmark][Find modifications in git logs]]
12339 : Unmark the entry at point for future bulk action.
12340 ** org-cut-subtree =(&optional n)=
12341    :PROPERTIES:
12342    :CUSTOM_ID: org-cut-subtree
12343    :END:
12345 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12346 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cut-subtree][Find modifications in git logs]]
12348 : Cut the current subtree into the clipboard.
12349 : With prefix arg N, cut this many sequential subtrees.
12350 : This is a short-hand for marking the subtree and then cutting it.
12351 ** org-goto-quit
12352    :PROPERTIES:
12353    :CUSTOM_ID: org-goto-quit
12354    :END:
12356 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12357 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-quit][Find modifications in git logs]]
12359 : Finish â€˜org-goto’ without cursor motion.
12360 ** org-attach-url =(url)=
12361    :PROPERTIES:
12362    :CUSTOM_ID: org-attach-url
12363    :END:
12365 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
12366 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-url][Find modifications in git logs]]
12369 ** org-agenda-month-view =(&optional month)=
12370    :PROPERTIES:
12371    :CUSTOM_ID: org-agenda-month-view
12372    :END:
12374 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12375 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-month-view][Find modifications in git logs]]
12377 : Switch to monthly view for agenda.
12378 : With argument MONTH, switch to that month.  If MONTH has more
12379 : then 2 digits, only the last two encode the month.  Any digits
12380 : before this encode a year.  So 200712 means December year 2007.
12381 : Years ranging from 70 years ago to 30 years in the future can
12382 : also be written as 2-digit years.
12383 ** org-agenda-limit-interactively =(remove)=
12384    :PROPERTIES:
12385    :CUSTOM_ID: org-agenda-limit-interactively
12386    :END:
12388 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12389 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-limit-interactively][Find modifications in git logs]]
12391 : In agenda, interactively limit entries to various maximums.
12392 ** org-babel-hide-result-toggle-maybe
12393    :PROPERTIES:
12394    :CUSTOM_ID: org-babel-hide-result-toggle-maybe
12395    :END:
12397 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
12398 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-hide-result-toggle-maybe][Find modifications in git logs]]
12400 : Toggle visibility of result at point.
12401 ** org-narrow-to-element
12402    :PROPERTIES:
12403    :CUSTOM_ID: org-narrow-to-element
12404    :END:
12406 - *Access:* ~C-x n e~
12407 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12408 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-narrow-to-element][Find modifications in git logs]]
12410 : Narrow buffer to current element.
12411 ** org-inlinetask-promote
12412    :PROPERTIES:
12413    :CUSTOM_ID: org-inlinetask-promote
12414    :END:
12416 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-inlinetask.el][org-inlinetask.el]]
12417 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inlinetask-promote][Find modifications in git logs]]
12419 : Promote the inline task at point.
12420 : If the task has an end part, promote it.  Also, prevents level from
12421 : going below â€˜org-inlinetask-min-level’.
12422 ** org-agenda-date-later-hours =(arg)=
12423    :PROPERTIES:
12424    :CUSTOM_ID: org-agenda-date-later-hours
12425    :END:
12427 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12428 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-date-later-hours][Find modifications in git logs]]
12430 : Change the time of this item, in hour steps.
12431 ** org-decompose-region =(start end)=
12432    :PROPERTIES:
12433    :CUSTOM_ID: org-decompose-region
12434    :END:
12436 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
12437 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-decompose-region][Find modifications in git logs]]
12439 : Decompose text in the current region.
12441 : When called from a program, expects two arguments,
12442 : positions (integers or markers) specifying the region.
12443 ** org-export-stack-view =(&optional in-emacs)=
12444    :PROPERTIES:
12445    :CUSTOM_ID: org-export-stack-view
12446    :END:
12448 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
12449 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-stack-view][Find modifications in git logs]]
12451 : View export results at point in stack.
12452 : With an optional prefix argument IN-EMACS, force viewing files
12453 : within Emacs.
12454 ** org-columns-narrow =(arg)=
12455    :PROPERTIES:
12456    :CUSTOM_ID: org-columns-narrow
12457    :END:
12459 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
12460 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-narrow][Find modifications in git logs]]
12462 : Make the column narrower by ARG characters.
12463 ** org-table-transpose-table-at-point
12464    :PROPERTIES:
12465    :CUSTOM_ID: org-table-transpose-table-at-point
12466    :END:
12468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
12469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-transpose-table-at-point][Find modifications in git logs]]
12471 : Transpose Org table at point and eliminate hlines.
12472 : So a table like
12474 : | 1 | 2 | 4 | 5 |
12475 : |---+---+---+---|
12476 : | a | b | c | d |
12477 : | e | f | g | h |
12479 : will be transposed as
12481 : | 1 | a | e |
12482 : | 2 | b | f |
12483 : | 4 | c | g |
12484 : | 5 | d | h |
12486 : Note that horizontal lines disappear.
12487 ** org-columns-edit-allowed
12488    :PROPERTIES:
12489    :CUSTOM_ID: org-columns-edit-allowed
12490    :END:
12492 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
12493 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-edit-allowed][Find modifications in git logs]]
12495 : Edit the list of allowed values for the current property.
12496 ** org-table-fedit-finish =(&optional arg)=
12497    :PROPERTIES:
12498    :CUSTOM_ID: org-table-fedit-finish
12499    :END:
12501 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
12502 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fedit-finish][Find modifications in git logs]]
12504 : Parse the buffer for formula definitions and install them.
12505 : With prefix ARG, apply the new formulas to the table.
12506 ** org-occur-in-agenda-files =(regexp &optional _nlines)=
12507    :PROPERTIES:
12508    :CUSTOM_ID: org-occur-in-agenda-files
12509    :END:
12511 - *Access:* ~<menu-bar> <Org> <File List for Agenda> <Occur in all agenda files>~
12512 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12513 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-occur-in-agenda-files][Find modifications in git logs]]
12515 : Call â€˜multi-occur’ with buffers for all agenda files.
12516 ** org-convert-to-oddeven-levels
12517    :PROPERTIES:
12518    :CUSTOM_ID: org-convert-to-oddeven-levels
12519    :END:
12521 - *Access:* ~<menu-bar> <Org> <Edit Structure> <Convert to odd/even levels>~
12522 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12523 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-convert-to-oddeven-levels][Find modifications in git logs]]
12525 : Convert an Org file with only odd levels to one with odd/even levels.
12526 : This promotes level 3 to level 2, level 5 to level 3 etc.  If the
12527 : file contains a section with an even level, conversion would
12528 : destroy the structure of the file.  An error is signaled in this
12529 : case.
12530 ** org-show-block-all
12531    :PROPERTIES:
12532    :CUSTOM_ID: org-show-block-all
12533    :END:
12535 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12536 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-block-all][Find modifications in git logs]]
12538 : Unfold all blocks in the current buffer.
12539 ** org-ctags-append-topic =(name &optional narrowp)=
12540    :PROPERTIES:
12541    :CUSTOM_ID: org-ctags-append-topic
12542    :END:
12544 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
12545 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-append-topic][Find modifications in git logs]]
12547 : This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS.
12548 : Append a new toplevel heading to the end of the current buffer.  The
12549 : heading contains NAME surrounded by <<angular brackets>>, thus making
12550 : the heading a destination for the tag â€˜NAME’.
12551 ** org-koma-letter-export-to-latex =(&optional async subtreep visible-only body-only ext-plist)=
12552    :PROPERTIES:
12553    :CUSTOM_ID: org-koma-letter-export-to-latex
12554    :END:
12556 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
12557 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-export-to-latex][Find modifications in git logs]]
12559 : Export current buffer as a KOMA Scrlttr2 letter (tex).
12561 : If narrowing is active in the current buffer, only export its
12562 : narrowed part.
12564 : If a region is active, export that region.
12566 : A non-nil optional argument ASYNC means the process should happen
12567 : asynchronously.  The resulting file should be accessible through
12568 : the â€˜org-export-stack’ interface.
12570 : When optional argument SUBTREEP is non-nil, export the sub-tree
12571 : at point, extracting information from the headline properties
12572 : first.
12574 : When optional argument VISIBLE-ONLY is non-nil, don’t export
12575 : contents of hidden elements.
12577 : When optional argument BODY-ONLY is non-nil, only write code
12578 : between "\begin{letter}" and "\end{letter}".
12580 : EXT-PLIST, when provided, is a property list with external
12581 : parameters overriding Org default settings, but still inferior to
12582 : file-local settings.
12584 : When optional argument PUB-DIR is set, use it as the publishing
12585 : directory.
12587 : Return output file’s name.
12588 ** org-archive-subtree-default-with-confirmation
12589    :PROPERTIES:
12590    :CUSTOM_ID: org-archive-subtree-default-with-confirmation
12591    :END:
12593 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
12594 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-subtree-default-with-confirmation][Find modifications in git logs]]
12596 : Archive the current subtree with the default command.
12597 : This command is set with the variable â€˜org-archive-default-command’.
12598 ** org-encrypt-entries
12599    :PROPERTIES:
12600    :CUSTOM_ID: org-encrypt-entries
12601    :END:
12603 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
12604 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-encrypt-entries][Find modifications in git logs]]
12606 : Encrypt all top-level entries in the current buffer.
12607 ** org-tree-to-indirect-buffer =(&optional arg)=
12608    :PROPERTIES:
12609    :CUSTOM_ID: org-tree-to-indirect-buffer
12610    :END:
12612 - *Access:* ~C-c C-x b, <menu-bar> <Org> <Show/Hide> <Subtree to indirect buffer>~
12613 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12614 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tree-to-indirect-buffer][Find modifications in git logs]]
12616 : Create indirect buffer and narrow it to current subtree.
12618 : With a numerical prefix ARG, go up to this level and then take that tree.
12619 : If ARG is negative, go up that many levels.
12621 : If â€˜org-indirect-buffer-display’ is not â€˜new-frame’, the command removes the
12622 : indirect buffer previously made with this command, to avoid proliferation of
12623 : indirect buffers.  However, when you call the command with a â€˜C-u’ prefix, or
12624 : when â€˜org-indirect-buffer-display’ is â€˜new-frame’, the last buffer is kept
12625 : so that you can work with several indirect buffers at the same time.  If
12626 : â€˜org-indirect-buffer-display’ is â€˜dedicated-frame’, the â€˜C-u’ prefix also
12627 : requests that a new frame be made for the new buffer, so that the dedicated
12628 : frame is not changed.
12629 ** org-agenda-previous-item =(n)=
12630    :PROPERTIES:
12631    :CUSTOM_ID: org-agenda-previous-item
12632    :END:
12634 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12635 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-previous-item][Find modifications in git logs]]
12637 : Move cursor to next agenda item.
12638 ** org-babel-detangle =(&optional source-code-file)=
12639    :PROPERTIES:
12640    :CUSTOM_ID: org-babel-detangle
12641    :END:
12643 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
12644 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-detangle][Find modifications in git logs]]
12646 : Propagate changes in source file back original to Org file.
12647 : This requires that code blocks were tangled with link comments
12648 : which enable the original code blocks to be found.
12649 ** org-end-of-item-list
12650    :PROPERTIES:
12651    :CUSTOM_ID: org-end-of-item-list
12652    :END:
12654 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
12655 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-end-of-item-list][Find modifications in git logs]]
12657 : Go to the end of the current list or sublist.
12658 : Throw an error when not in a list.
12659 ** org-agenda-dim-blocked-tasks =(&optional invisible)=
12660    :PROPERTIES:
12661    :CUSTOM_ID: org-agenda-dim-blocked-tasks
12662    :END:
12664 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12665 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-dim-blocked-tasks][Find modifications in git logs]]
12667 : Dim currently blocked TODOs in the agenda display.
12668 : When INVISIBLE is non-nil, hide currently blocked TODO instead of
12669 : dimming them.
12670 ** org-babel-open-src-block-result =(&optional re-run)=
12671    :PROPERTIES:
12672    :CUSTOM_ID: org-babel-open-src-block-result
12673    :END:
12675 - *Access:* ~C-c C-v C-o, C-c C-v o~
12676 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
12677 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-open-src-block-result][Find modifications in git logs]]
12679 : If â€˜point’ is on a src block then open the results of the
12680 : source code block, otherwise return nil.  With optional prefix
12681 : argument RE-RUN the source-code block is evaluated even if
12682 : results already exist.
12683 ** org-list-repair
12684    :PROPERTIES:
12685    :CUSTOM_ID: org-list-repair
12686    :END:
12688 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
12689 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-repair][Find modifications in git logs]]
12691 : Fix indentation, bullets and checkboxes in the list at point.
12692 ** org-at-date-range-p =(&optional inactive-ok)=
12693    :PROPERTIES:
12694    :CUSTOM_ID: org-at-date-range-p
12695    :END:
12697 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12698 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-at-date-range-p][Find modifications in git logs]]
12700 : Non-nil if point is inside a date range.
12702 : When optional argument INACTIVE-OK is non-nil, also consider
12703 : inactive time ranges.
12705 : When this function returns a non-nil value, match data is set
12706 : according to â€˜org-tr-regexp-both’ or â€˜org-tr-regexp’, depending
12707 : on INACTIVE-OK.
12708 ** org-bibtex-check =(&optional optional)=
12709    :PROPERTIES:
12710    :CUSTOM_ID: org-bibtex-check
12711    :END:
12713 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
12714 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-check][Find modifications in git logs]]
12716 : Check the current headline for required fields.
12717 : With prefix argument OPTIONAL also prompt for optional fields.
12718 ** org-lint--hide-checker
12719    :PROPERTIES:
12720    :CUSTOM_ID: org-lint--hide-checker
12721    :END:
12723 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-lint.el][org-lint.el]]
12724 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lint--hide-checker][Find modifications in git logs]]
12726 : Hide all reports from checker that generated the report at point.
12727 ** org-list-make-subtree
12728    :PROPERTIES:
12729    :CUSTOM_ID: org-list-make-subtree
12730    :END:
12732 - *Access:* ~C-c C-*~
12733 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
12734 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-make-subtree][Find modifications in git logs]]
12736 : Convert the plain list at point into a subtree.
12737 ** org-update-statistics-cookies =(all)=
12738    :PROPERTIES:
12739    :CUSTOM_ID: org-update-statistics-cookies
12740    :END:
12742 - *Access:* ~C-c #~
12743 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12744 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-update-statistics-cookies][Find modifications in git logs]]
12746 : Update the statistics cookie, either from TODO or from checkboxes.
12747 : This should be called with the cursor in a line with a statistics
12748 : cookie.  When called with a C-u prefix, update
12749 : all statistics cookies in the buffer.
12750 * Options
12751   :PROPERTIES:
12752   :CUSTOM_ID: options
12753   :END:
12756 ** org-odt-styles-file =(funcall (function (closure (h...=
12757    :PROPERTIES:
12758    :CUSTOM_ID: org-odt-styles-file
12759    :END:
12761 - *Type:* (choice (const :tag "Factory s...
12762 - *Since:* Emacs version 24.1
12763 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
12764 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-styles-file][Find modifications in git logs]]
12766 : Default styles file for use with ODT export.
12767 : Valid values are one of:
12768 : 1. nil
12769 : 2. path to a styles.xml file
12770 : 3. path to a *.odt or a *.ott file
12771 : 4. list of the form (ODT-OR-OTT-FILE (FILE-MEMBER-1 FILE-MEMBER-2
12772 : ...))
12774 : In case of option 1, an in-built styles.xml is used. See
12775 : `org-odt-styles-dir' for more information.
12777 : In case of option 3, the specified file is unzipped and the
12778 : styles.xml embedded therein is used.
12780 : In case of option 4, the specified ODT-OR-OTT-FILE is unzipped
12781 : and FILE-MEMBER-1, FILE-MEMBER-2 etc are copied in to the
12782 : generated odt file.  Use relative path for specifying the
12783 : FILE-MEMBERS.  styles.xml must be specified as one of the
12784 : FILE-MEMBERS.
12786 : Use options 1, 2 or 3 only if styles.xml alone suffices for
12787 : achieving the desired formatting.  Use option 4, if the styles.xml
12788 : references additional files like header and footer images for
12789 : achieving the desired formatting.
12791 : Use "#+ODT_STYLES_FILE: ..." directive to set this variable on
12792 : a per-file basis.  For example,
12794 : #+ODT_STYLES_FILE: "/path/to/styles.xml" or
12795 : #+ODT_STYLES_FILE: ("/path/to/file.ott" ("styles.xml" "image/hdr.png")).
12797 ** org-read-date-popup-calendar =(funcall (function (closure (f...=
12798    :PROPERTIES:
12799    :CUSTOM_ID: org-read-date-popup-calendar
12800    :END:
12802 - *Type:* boolean
12803 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12804 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-read-date-popup-calendar][Find modifications in git logs]]
12806 : Non-nil means pop up a calendar when prompting for a date.
12807 : In the calendar, the date can be selected with mouse-1.  However, the
12808 : minibuffer will also be active, and you can simply enter the date as well.
12809 : When nil, only the minibuffer will be available.
12811 ** org-export-with-properties =(funcall (function (closure (t...=
12812    :PROPERTIES:
12813    :CUSTOM_ID: org-export-with-properties
12814    :END:
12816 - *Type:* (choice (const :tag "All prope...
12817 - *Since:* Emacs version 24.4
12818 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
12819 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-properties][Find modifications in git logs]]
12821 : Non-nil means export contents of properties drawers.
12823 : When t, all properties are exported.  This may also be a list of
12824 : properties to export, as strings.
12826 : This option can also be set with the OPTIONS keyword,
12827 : e.g. "prop:t".
12829 ** org-agenda-max-entries =nil=
12830    :PROPERTIES:
12831    :CUSTOM_ID: org-agenda-max-entries
12832    :END:
12834 - *Type:* (choice (symbol :tag "No limit...
12835 - *Since:* Emacs version 24.4
12836 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
12837 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-max-entries][Find modifications in git logs]]
12839 : Maximum number of entries to display in an agenda.
12840 : This can be nil (no limit) or an integer or an alist of agenda
12841 : types with an associated number of entries to display in this
12842 : type.
12844 ** org-log-note-clock-out =(funcall (function (closure (f...=
12845    :PROPERTIES:
12846    :CUSTOM_ID: org-log-note-clock-out
12847    :END:
12849 - *Type:* boolean
12850 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12851 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-note-clock-out][Find modifications in git logs]]
12853 : Non-nil means record a note when clocking out of an item.
12854 : This can also be configured on a per-file basis by adding one of
12855 : the following lines anywhere in the buffer:
12857 :    #+STARTUP: lognoteclock-out
12858 :    #+STARTUP: nolognoteclock-out
12860 ** org-link-abbrev-alist =(funcall (function (closure (f...=
12861    :PROPERTIES:
12862    :CUSTOM_ID: org-link-abbrev-alist
12863    :END:
12865 - *Type:* (repeat (cons (string :tag "Pr...
12866 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12867 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-link-abbrev-alist][Find modifications in git logs]]
12869 : Alist of link abbreviations.
12870 : The car of each element is a string, to be replaced at the start of a link.
12871 : The cdrs are replacement values, like ("linkkey" . REPLACE).  Abbreviated
12872 : links in Org buffers can have an optional tag after a double colon, e.g.,
12874 :      [[linkkey:tag][description]]
12876 : The `linkkey' must be a single word, starting with a letter, followed
12877 : by letters, numbers, `-' or `_'.
12879 : If REPLACE is a string, the tag will simply be appended to create the link.
12880 : If the string contains "%s", the tag will be inserted there.  If the string
12881 : contains "%h", it will cause a url-encoded version of the tag to be inserted
12882 : at that point (see the function `url-hexify-string').  If the string contains
12883 : the specifier "%(my-function)", then the custom function `my-function' will
12884 : be invoked: this function takes the tag as its only argument and must return
12885 : a string.
12887 : REPLACE may also be a function that will be called with the tag as the
12888 : only argument to create the link, which should be returned as a string.
12890 : See the manual for examples.
12892 ** org-html-format-drawer-function =(funcall (function (closure (h...=
12893    :PROPERTIES:
12894    :CUSTOM_ID: org-html-format-drawer-function
12895    :END:
12897 - *Type:* function
12898 - *Since:* Emacs version 24.4
12899 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
12900 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-format-drawer-function][Find modifications in git logs]]
12902 : Function called to format a drawer in HTML code.
12904 : The function must accept two parameters:
12905 :   NAME      the drawer name, like "LOGBOOK"
12906 :   CONTENTS  the contents of the drawer.
12908 : The function should return the string to be exported.
12910 : For example, the variable could be set to the following function
12911 : in order to mimic default behavior:
12913 : The default value simply returns the value of CONTENTS.
12915 ** org-latex-hyperref-template =(funcall (function (closure (t...=
12916    :PROPERTIES:
12917    :CUSTOM_ID: org-latex-hyperref-template
12918    :END:
12920 - *Type:* (choice (const :tag "No templa...
12921 - *Since:* Emacs version 26.1
12922 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
12923 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-hyperref-template][Find modifications in git logs]]
12925 : Template for hyperref package options.
12927 : This format string may contain these elements:
12929 :   %a for AUTHOR keyword
12930 :   %t for TITLE keyword
12931 :   %s for SUBTITLE keyword
12932 :   %k for KEYWORDS line
12933 :   %d for DESCRIPTION line
12934 :   %c for CREATOR line
12935 :   %l for Language keyword
12936 :   %L for capitalized language keyword
12937 :   %D for DATE keyword
12939 : If you need to use a "%" character, you need to escape it
12940 : like that: "%%".
12942 : As a special case, a nil value prevents template from being
12943 : inserted.
12945 : Setting :latex-hyperref-template in publishing projects will take
12946 : precedence over this variable.
12948 ** org-src-block-faces =(funcall (function (closure (t...=
12949    :PROPERTIES:
12950    :CUSTOM_ID: org-src-block-faces
12951    :END:
12953 - *Type:* (repeat (list (string :tag "la...
12954 - *Since:* Emacs version 26.1
12955 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
12956 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-block-faces][Find modifications in git logs]]
12958 : Alist of faces to be used for source-block.
12959 : Each element is a cell of the format
12961 :      ("language" FACE)
12963 : Where FACE is either a defined face or an anonymous face.
12965 : For instance, the following value would color the background of
12966 : emacs-lisp source blocks and python source blocks in purple and
12967 : green, respectability.
12969 :     \='(("emacs-lisp" (:background "#EEE2FF"))
12970 :       ("python" (:background "#e5ffb8")))
12972 ** org-context-in-file-links =(funcall (function (closure (f...=
12973    :PROPERTIES:
12974    :CUSTOM_ID: org-context-in-file-links
12975    :END:
12977 - *Type:* (choice boolean integer)
12978 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
12979 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-context-in-file-links][Find modifications in git logs]]
12981 : Non-nil means file links from `org-store-link' contain context.
12982 : \<org-mode-map>
12983 : A search string will be added to the file name with :: as separator
12984 : and used to find the context when the link is activated by the command
12985 : `org-open-at-point'.  When this option is t, the entire active region
12986 : will be placed in the search string of the file link.  If set to a
12987 : positive integer, only the first n lines of context will be stored.
12989 : Using a prefix arg to the command `org-store-link' (`\[universal-argument] \[org-store-link]')
12990 : negates this setting for the duration of the command.
12992 ** org-indent-mode-turns-on-hiding-stars =(funcall (function (closure (t...=
12993    :PROPERTIES:
12994    :CUSTOM_ID: org-indent-mode-turns-on-hiding-stars
12995    :END:
12997 - *Type:* boolean
12998 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
12999 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-mode-turns-on-hiding-stars][Find modifications in git logs]]
13001 : Non-nil means setting the variable `org-indent-mode' will turn on `org-hide-leading-stars'.
13003 ** org-mobile-directory =(funcall (function (closure (t...=
13004    :PROPERTIES:
13005    :CUSTOM_ID: org-mobile-directory
13006    :END:
13008 - *Type:* directory
13009 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
13010 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-directory][Find modifications in git logs]]
13012 : The WebDAV directory where the interaction with the mobile takes place.
13014 ** org-export-select-tags =(funcall (function (closure (t...=
13015    :PROPERTIES:
13016    :CUSTOM_ID: org-export-select-tags
13017    :END:
13019 - *Type:* (repeat (string :tag "Tag"))
13020 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
13021 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-select-tags][Find modifications in git logs]]
13023 : Tags that select a tree for export.
13025 : If any such tag is found in a buffer, all trees that do not carry
13026 : one of these tags will be ignored during export.  Inside trees
13027 : that are selected like this, you can still deselect a subtree by
13028 : tagging it with one of the `org-export-exclude-tags'.
13030 : This option can also be set with the SELECT_TAGS keyword.
13032 ** org-clocktable-defaults =(funcall (function (closure (t...=
13033    :PROPERTIES:
13034    :CUSTOM_ID: org-clocktable-defaults
13035    :END:
13037 - *Type:* plist
13038 - *Since:* Emacs version 24.1
13039 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
13040 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clocktable-defaults][Find modifications in git logs]]
13042 : Default properties for clock tables.
13044 ** org-koma-letter-use-place =t=
13045    :PROPERTIES:
13046    :CUSTOM_ID: org-koma-letter-use-place
13047    :END:
13049 - *Type:* boolean
13050 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
13051 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-use-place][Find modifications in git logs]]
13053 : Non-nil prints the letter's place next to the date.
13054 : This option can also be set with the OPTIONS keyword, e.g.:
13055 : "place:nil".
13057 ** org-koma-letter-signature =""=
13058    :PROPERTIES:
13059    :CUSTOM_ID: org-koma-letter-signature
13060    :END:
13062 - *Type:* string
13063 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
13064 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-signature][Find modifications in git logs]]
13066 : Signature, as a string.
13067 : This option can also be set with the SIGNATURE keyword.
13068 : Moreover, when:
13069 :   (1) Either `org-koma-letter-prefer-special-headings' is non-nil
13070 :       or there is no CLOSING keyword or the CLOSING keyword is empty;
13071 :   (2) `org-koma-letter-headline-is-opening-maybe' is non-nil;
13072 :   (3) the letter contains a headline with the special
13073 :       tag "closing";
13074 : then the signature will be  set as the content of the
13075 : closing special heading.
13077 : Note if the content is empty the signature will not be set.
13079 ** org-icalendar-store-UID =(funcall (function (closure (t...=
13080    :PROPERTIES:
13081    :CUSTOM_ID: org-icalendar-store-UID
13082    :END:
13084 - *Type:* boolean
13085 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
13086 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-store-UID][Find modifications in git logs]]
13088 : Non-nil means store any created UIDs in properties.
13090 : The iCalendar standard requires that all entries have a unique identifier.
13091 : Org will create these identifiers as needed.  When this variable is non-nil,
13092 : the created UIDs will be stored in the ID property of the entry.  Then the
13093 : next time this entry is exported, it will be exported with the same UID,
13094 : superseding the previous form of it.  This is essential for
13095 : synchronization services.
13097 : This variable is not turned on by default because we want to avoid creating
13098 : a property drawer in every entry if people are only playing with this feature,
13099 : or if they are only using it locally.
13101 ** org-bbdb-anniversary-format-alist =(funcall (function (closure (d...=
13102    :PROPERTIES:
13103    :CUSTOM_ID: org-bbdb-anniversary-format-alist
13104    :END:
13106 - *Type:* (alist :key-type (string :tag ...
13107 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bbdb.el][org-bbdb.el]]
13108 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bbdb-anniversary-format-alist][Find modifications in git logs]]
13110 : How different types of anniversaries should be formatted.
13111 : An alist of elements (STRING . FORMAT) where STRING is the name of an
13112 : anniversary class and format is either:
13113 : 1) A format string with the following substitutions (in order):
13114 :     - the name of the record containing this anniversary
13115 :     - the number of years
13116 :     - an ordinal suffix (st, nd, rd, th) for the year
13118 : 2) A function to be called with three arguments: NAME YEARS SUFFIX
13119 :    (string int string) returning a string for the diary or nil.
13121 : 3) An Emacs Lisp form that should evaluate to a string (or nil) in the
13122 :    scope of variables NAME, YEARS and SUFFIX (among others).
13124 ** org-list-use-circular-motion =(funcall (function (closure (o...=
13125    :PROPERTIES:
13126    :CUSTOM_ID: org-list-use-circular-motion
13127    :END:
13129 - *Type:* boolean
13130 - *Since:* Emacs version 24.1
13131 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
13132 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-use-circular-motion][Find modifications in git logs]]
13134 : Non-nil means commands implying motion in lists should be cyclic.
13135 : \<org-mode-map>
13136 : In that case, the item following the last item is the first one,
13137 : and the item preceding the first item is the last one.
13139 : This affects the behavior of
13140 :   `\[org-move-item-up]',
13141 :   `\[org-move-item-down]',
13142 :   `\[org-next-item]',
13143 :   `\[org-previous-item]'.
13145 ** org-html-mathjax-options =(funcall (function (closure (h...=
13146    :PROPERTIES:
13147    :CUSTOM_ID: org-html-mathjax-options
13148    :END:
13150 - *Type:* (list :greedy t (list :tag "pa...
13151 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
13152 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-mathjax-options][Find modifications in git logs]]
13154 : Options for MathJax setup.
13156 : Alist of the following elements.  All values are strings.
13158 : path          The path to MathJax.
13159 : scale         Scaling with HTML-CSS, MathML and SVG output engines.
13160 : align         How to align display math: left, center, or right.
13161 : font          The font to use with HTML-CSS and SVG output.  As of MathJax 2.5
13162 :               the following values are understood: "TeX", "STIX-Web",
13163 :               "Asana-Math", "Neo-Euler", "Gyre-Pagella",
13164 :               "Gyre-Termes", and "Latin-Modern".
13165 : linebreaks    Let MathJax perform automatic linebreaks.  Valid values
13166 :               are "true" and "false".
13167 : indent        If align is not center, how far from the left/right side?
13168 :               Valid values are "left" and "right"
13169 : multlinewidth The width of the multline environment.
13170 : autonumber    How to number equations.  Valid values are "None",
13171 :               "all" and "AMS Math".
13172 : tagindent     The amount tags are indented.
13173 : tagside       Which side to show tags/labels on.  Valid values are
13174 :               "left" and "right"
13176 : You can also customize this for each buffer, using something like
13178 : #+HTML_MATHJAX: align: left indent: 5em tagside: left font: Neo-Euler
13180 : For further information about MathJax options, see the MathJax documentation:
13182 :   http://docs.mathjax.org/
13184 ** org-stuck-projects =(quote ("+LEVEL=2/-DONE" ("TOD...=
13185    :PROPERTIES:
13186    :CUSTOM_ID: org-stuck-projects
13187    :END:
13189 - *Type:* (list (string :tag "Tags/TODO ...
13190 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13191 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-stuck-projects][Find modifications in git logs]]
13193 : How to identify stuck projects.
13194 : This is a list of four items:
13195 : 1. A tags/todo/property matcher string that is used to identify a project.
13196 :    See the manual for a description of tag and property searches.
13197 :    The entire tree below a headline matched by this is considered one project.
13198 : 2. A list of TODO keywords identifying non-stuck projects.
13199 :    If the project subtree contains any headline with one of these todo
13200 :    keywords, the project is considered to be not stuck.  If you specify
13201 :    "*" as a keyword, any TODO keyword will mark the project unstuck.
13202 : 3. A list of tags identifying non-stuck projects.
13203 :    If the project subtree contains any headline with one of these tags,
13204 :    the project is considered to be not stuck.  If you specify "*" as
13205 :    a tag, any tag will mark the project unstuck.  Note that this is about
13206 :    the explicit presence of a tag somewhere in the subtree, inherited
13207 :    tags do not count here.  If inherited tags make a project not stuck,
13208 :    use "-TAG" in the tags part of the matcher under (1.) above.
13209 : 4. An arbitrary regular expression matching non-stuck projects.
13211 : If the project turns out to be not stuck, search continues also in the
13212 : subtree to see if any of the subtasks have project status.
13214 : See also the variable `org-tags-match-list-sublevels' which applies
13215 : to projects matched by this search as well.
13217 : After defining this variable, you may use `\[org-agenda-list-stuck-projects]'
13218 : (bound to `C-c a #') to produce the list.
13220 ** org-latex-default-table-mode =(funcall (function (closure (t...=
13221    :PROPERTIES:
13222    :CUSTOM_ID: org-latex-default-table-mode
13223    :END:
13225 - *Type:* (choice (const :tag "Table" ta...
13226 - *Since:* Emacs version 24.4
13227 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
13228 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-default-table-mode][Find modifications in git logs]]
13230 : Default mode for tables.
13232 : Value can be a symbol among:
13234 :   `table' Regular LaTeX table.
13236 :   `math' In this mode, every cell is considered as being in math
13237 :      mode and the complete table will be wrapped within a math
13238 :      environment.  It is particularly useful to write matrices.
13240 :   `inline-math' This mode is almost the same as `math', but the
13241 :      math environment will be inlined.
13243 :   `verbatim' The table is exported as it appears in the Org
13244 :      buffer, within a verbatim environment.
13246 : This value can be overridden locally with, i.e. ":mode math" in
13247 : LaTeX attributes.
13249 : When modifying this variable, it may be useful to change
13250 : `org-latex-default-table-environment' accordingly.
13252 ** org-clock-rounding-minutes =(funcall (function (closure (t...=
13253    :PROPERTIES:
13254    :CUSTOM_ID: org-clock-rounding-minutes
13255    :END:
13257 - *Type:* (choice (integer :tag "Minutes...
13258 - *Since:* Emacs version 24.4
13259 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
13260 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-rounding-minutes][Find modifications in git logs]]
13262 : Rounding minutes when clocking in or out.
13263 : The default value is 0 so that no rounding is done.
13264 : When set to a non-integer value, use the car of
13265 : `org-time-stamp-rounding-minutes', like for setting a time-stamp.
13267 : E.g. if `org-clock-rounding-minutes' is set to 5, time is 14:47
13268 : and you clock in: then the clock starts at 14:45.  If you clock
13269 : out within the next 5 minutes, the clock line will be removed;
13270 : if you clock out 8 minutes after your clocked in, the clock
13271 : out time will be 14:50.
13273 ** org-babel-load-languages =(funcall (function (closure (f...=
13274    :PROPERTIES:
13275    :CUSTOM_ID: org-babel-load-languages
13276    :END:
13278 - *Type:* (alist :tag "Babel Languages" ...
13279 - *Since:* Emacs version 24.1
13280 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13281 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-load-languages][Find modifications in git logs]]
13283 : Languages which can be evaluated in Org buffers.
13284 : This list can be used to load support for any of the languages
13285 : below, note that each language will depend on a different set of
13286 : system executables and/or Emacs modes.  When a language is
13287 : "loaded", then code blocks in that language can be evaluated
13288 : with `org-babel-execute-src-block' bound by default to C-c
13289 : C-c (note the `org-babel-no-eval-on-ctrl-c-ctrl-c' variable can
13290 : be set to remove code block evaluation from the C-c C-c
13291 : keybinding.  By default only Emacs Lisp (which has no
13292 : requirements) is loaded.
13294 ** org-agenda-time-grid =(quote ((daily today require-t...=
13295    :PROPERTIES:
13296    :CUSTOM_ID: org-agenda-time-grid
13297    :END:
13299 - *Type:* (list (set :greedy t :tag "Gri...
13300 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13301 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-time-grid][Find modifications in git logs]]
13303 : The settings for time grid for agenda display.
13304 : This is a list of three items.  The first item is again a list.  It contains
13305 : symbols specifying conditions when the grid should be displayed:
13307 :  daily         if the agenda shows a single day
13308 :  weekly        if the agenda shows an entire week
13309 :  today         show grid on current date, independent of daily/weekly display
13310 :  require-timed show grid only if at least one item has a time specification
13311 :  remove-match  skip grid times already present in an entry
13313 : The second item is a string which will be placed behind the grid time.
13315 : The third item is a list of integers, indicating the times that should have
13316 : a grid line.
13318 ** org-export-with-entities =(funcall (function (closure (t...=
13319    :PROPERTIES:
13320    :CUSTOM_ID: org-export-with-entities
13321    :END:
13323 - *Type:* boolean
13324 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
13325 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-entities][Find modifications in git logs]]
13327 : Non-nil means interpret entities when exporting.
13329 : For example, HTML export converts \alpha to &alpha; and \AA to
13330 : &Aring;.
13332 : For a list of supported names, see the constant `org-entities'
13333 : and the user option `org-entities-user'.
13335 : This option can also be set with the OPTIONS keyword,
13336 : e.g. "e:nil".
13338 ** org-texinfo-info-process =(funcall (function (closure (t...=
13339    :PROPERTIES:
13340    :CUSTOM_ID: org-texinfo-info-process
13341    :END:
13343 - *Type:* (repeat :tag "Shell command se...
13344 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
13345 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-info-process][Find modifications in git logs]]
13347 : Commands to process a Texinfo file to an INFO file.
13349 : This is a list of strings, each of them will be given to the
13350 : shell as a command.  %f in the command will be replaced by the
13351 : relative file name, %F by the absolute file name, %b by the file
13352 : base name (i.e. without directory and extension parts), %o by the
13353 : base directory of the file and %O by the absolute file name of
13354 : the output file.
13356 ** org-bibtex-type-property-name =(funcall (function (closure (t...=
13357    :PROPERTIES:
13358    :CUSTOM_ID: org-bibtex-type-property-name
13359    :END:
13361 - *Type:* string
13362 - *Since:* Emacs version 24.1
13363 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
13364 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-type-property-name][Find modifications in git logs]]
13366 : Property in which to store bibtex entry type (e.g., article).
13368 ** org-table-auto-blank-field =(funcall (function (closure (o...=
13369    :PROPERTIES:
13370    :CUSTOM_ID: org-table-auto-blank-field
13371    :END:
13373 - *Type:* boolean
13374 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
13375 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-auto-blank-field][Find modifications in git logs]]
13377 : Non-nil means automatically blank table field when starting to type into it.
13378 : This only happens when typing immediately after a field motion
13379 : command (TAB, S-TAB or RET).
13380 : Only relevant when `org-enable-table-editor' is equal to `optimized'.
13382 ** org-timer-format =(funcall (function (closure (t...=
13383    :PROPERTIES:
13384    :CUSTOM_ID: org-timer-format
13385    :END:
13387 - *Type:* string
13388 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
13389 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-format][Find modifications in git logs]]
13391 : The format to insert the time of the timer.
13392 : This format must contain one instance of "%s" which will be replaced by
13393 : the value of the timer.
13395 ** org-agenda-skip-scheduled-if-done =nil=
13396    :PROPERTIES:
13397    :CUSTOM_ID: org-agenda-skip-scheduled-if-done
13398    :END:
13400 - *Type:* boolean
13401 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13402 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-scheduled-if-done][Find modifications in git logs]]
13404 : Non-nil means don't show scheduled items in agenda when they are done.
13405 : This is relevant for the daily/weekly agenda, not for the TODO list.  It
13406 : applies only to the actual date of the scheduling.  Warnings about an item
13407 : with a past scheduling dates are always turned off when the item is DONE.
13409 ** org-tags-column =(funcall (function (closure (f...=
13410    :PROPERTIES:
13411    :CUSTOM_ID: org-tags-column
13412    :END:
13414 - *Type:* integer
13415 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13416 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tags-column][Find modifications in git logs]]
13418 : The column to which tags should be indented in a headline.
13419 : If this number is positive, it specifies the column.  If it is negative,
13420 : it means that the tags should be flushright to that column.  For example,
13421 : -80 works well for a normal 80 character screen.
13422 : When 0, place tags directly after headline text, with only one space in
13423 : between.
13425 ** org-agenda-timegrid-use-ampm =nil=
13426    :PROPERTIES:
13427    :CUSTOM_ID: org-agenda-timegrid-use-ampm
13428    :END:
13430 - *Type:* boolean
13431 - *Since:* Emacs version 24.1
13432 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13433 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-timegrid-use-ampm][Find modifications in git logs]]
13435 : When set, show AM/PM style timestamps on the timegrid.
13437 ** org-babel-results-keyword =(funcall (function (closure (t...=
13438    :PROPERTIES:
13439    :CUSTOM_ID: org-babel-results-keyword
13440    :END:
13442 - *Type:* string
13443 - *Since:* Emacs version 24.4
13444 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
13445 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-results-keyword][Find modifications in git logs]]
13447 : Keyword used to name results generated by code blocks.
13448 : It should be "RESULTS".  However any capitalization may be
13449 : used.
13451 ** org-odt-convert-process =(funcall (function (closure (h...=
13452    :PROPERTIES:
13453    :CUSTOM_ID: org-odt-convert-process
13454    :END:
13456 - *Type:* (choice :convert-widget (lambd...
13457 - *Since:* Emacs version 24.1
13458 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
13459 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-convert-process][Find modifications in git logs]]
13461 : Use this converter to convert from "odt" format to other formats.
13462 : During customization, the list of converter names are populated
13463 : from `org-odt-convert-processes'.
13465 ** org-beamer-subtitle-format =(funcall (function (closure (t...=
13466    :PROPERTIES:
13467    :CUSTOM_ID: org-beamer-subtitle-format
13468    :END:
13470 - *Type:* (string :tag "Format string")
13471 - *Since:* Emacs version 26.1
13472 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
13473 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-subtitle-format][Find modifications in git logs]]
13475 : Format string used for transcoded subtitle.
13476 : The format string should have at most one "%s"-expression,
13477 : which is replaced with the subtitle.
13479 ** org-ascii-format-inlinetask-function =(funcall (function (closure (t...=
13480    :PROPERTIES:
13481    :CUSTOM_ID: org-ascii-format-inlinetask-function
13482    :END:
13484 - *Type:* function
13485 - *Since:* Emacs version 24.4
13486 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
13487 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-format-inlinetask-function][Find modifications in git logs]]
13489 : Function called to format an inlinetask in ASCII.
13491 : The function must accept nine parameters:
13492 :   TODO       the todo keyword, as a string
13493 :   TODO-TYPE  the todo type, a symbol among `todo', `done' and nil.
13494 :   PRIORITY   the inlinetask priority, as a string
13495 :   NAME       the inlinetask name, as a string.
13496 :   TAGS       the inlinetask tags, as a list of strings.
13497 :   CONTENTS   the contents of the inlinetask, as a string.
13498 :   WIDTH      the width of the inlinetask, as a number.
13499 :   INLINETASK the inlinetask itself.
13500 :   INFO       the info channel.
13502 : The function should return either the string to be exported or
13503 : nil to ignore the inline task.
13505 ** org-display-custom-times =(funcall (function (closure (f...=
13506    :PROPERTIES:
13507    :CUSTOM_ID: org-display-custom-times
13508    :END:
13510 - *Type:* sexp
13511 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13512 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-display-custom-times][Find modifications in git logs]]
13514 : Non-nil means overlay custom formats over all time stamps.
13515 : The formats are defined through the variable `org-time-stamp-custom-formats'.
13516 : To turn this on on a per-file basis, insert anywhere in the file:
13517 :    #+STARTUP: customtime
13519 ** org-table-tab-jumps-over-hlines =(funcall (function (closure (o...=
13520    :PROPERTIES:
13521    :CUSTOM_ID: org-table-tab-jumps-over-hlines
13522    :END:
13524 - *Type:* boolean
13525 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
13526 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-tab-jumps-over-hlines][Find modifications in git logs]]
13528 : Non-nil means tab in the last column of a table with jump over a hline.
13529 : If a horizontal separator line is following the current line,
13530 : `org-table-next-field' can either create a new row before that line, or jump
13531 : over the line.  When this option is nil, a new line will be created before
13532 : this line.
13534 ** org-log-states-order-reversed =(funcall (function (closure (f...=
13535    :PROPERTIES:
13536    :CUSTOM_ID: org-log-states-order-reversed
13537    :END:
13539 - *Type:* boolean
13540 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13541 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-states-order-reversed][Find modifications in git logs]]
13543 : Non-nil means the latest state note will be directly after heading.
13544 : When nil, the state change notes will be ordered according to time.
13546 : This option can also be set with on a per-file-basis with
13548 :    #+STARTUP: logstatesreversed
13549 :    #+STARTUP: nologstatesreversed
13551 ** org-babel-python-mode =(funcall (function (closure (t...=
13552    :PROPERTIES:
13553    :CUSTOM_ID: org-babel-python-mode
13554    :END:
13556 - *Type:* symbol
13557 - *Since:* Emacs version 24.4
13558 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-python.el][ob-python.el]]
13559 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-python-mode][Find modifications in git logs]]
13561 : Preferred python mode for use in running python interactively.
13562 : This will typically be either `python' or `python-mode'.
13564 ** org-clock-out-switch-to-state =(funcall (function (closure (t...=
13565    :PROPERTIES:
13566    :CUSTOM_ID: org-clock-out-switch-to-state
13567    :END:
13569 - *Type:* (choice (const :tag "Don't for...
13570 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
13571 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-out-switch-to-state][Find modifications in git logs]]
13573 : Set task to a special todo state after clocking out.
13574 : The value should be the state to which the entry should be
13575 : switched.  If the value is a function, it must take one
13576 : parameter (the current TODO state of the item) and return the
13577 : state to switch it to.
13579 ** org-agenda-show-outline-path =t=
13580    :PROPERTIES:
13581    :CUSTOM_ID: org-agenda-show-outline-path
13582    :END:
13584 - *Type:* boolean
13585 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13586 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-outline-path][Find modifications in git logs]]
13588 : Non-nil means show outline path in echo area after line motion.
13590 ** org-html-postamble =(funcall (function (closure (h...=
13591    :PROPERTIES:
13592    :CUSTOM_ID: org-html-postamble
13593    :END:
13595 - *Type:* (choice (const :tag "No postam...
13596 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
13597 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-postamble][Find modifications in git logs]]
13599 : Non-nil means insert a postamble in HTML export.
13601 : When set to `auto', check against the
13602 : `org-export-with-author/email/creator/date' variables to set the
13603 : content of the postamble.  When set to a string, use this string
13604 : as the postamble.  When t, insert a string as defined by the
13605 : formatting string in `org-html-postamble-format'.
13607 : When set to a function, apply this function and insert the
13608 : returned string.  The function takes the property list of export
13609 : options as its only argument.
13611 : Setting :html-postamble in publishing projects will take
13612 : precedence over this variable.
13614 ** org-gnus-prefer-web-links =(funcall (function (closure (t...=
13615    :PROPERTIES:
13616    :CUSTOM_ID: org-gnus-prefer-web-links
13617    :END:
13619 - *Type:* boolean
13620 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-gnus.el][org-gnus.el]]
13621 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-gnus-prefer-web-links][Find modifications in git logs]]
13623 : If non-nil, `org-store-link' creates web links to Google groups or Gmane.
13624 : \<org-mode-map>When nil, Gnus will be used for such links.
13625 : Using a prefix argument to the command `\[org-store-link]' (`org-store-link')
13626 : negates this setting for the duration of the command.
13628 ** org-export-async-init-file =(funcall (function (closure (t...=
13629    :PROPERTIES:
13630    :CUSTOM_ID: org-export-async-init-file
13631    :END:
13633 - *Type:* (choice (const :tag "Regular s...
13634 - *Since:* Emacs version 24.4
13635 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
13636 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-async-init-file][Find modifications in git logs]]
13638 : File used to initialize external export process.
13640 : Value must be either nil or an absolute file name.  When nil, the
13641 : external process is launched like a regular Emacs session,
13642 : loading user's initialization file and any site specific
13643 : configuration.  If a file is provided, it, and only it, is loaded
13644 : at start-up.
13646 : Therefore, using a specific configuration makes the process to
13647 : load faster and the export more portable.
13649 ** org-use-property-inheritance =(funcall (function (closure (f...=
13650    :PROPERTIES:
13651    :CUSTOM_ID: org-use-property-inheritance
13652    :END:
13654 - *Type:* (choice (const :tag "Not" nil)...
13655 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13656 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-property-inheritance][Find modifications in git logs]]
13658 : Non-nil means properties apply also for sublevels.
13660 : This setting is chiefly used during property searches.  Turning it on can
13661 : cause significant overhead when doing a search, which is why it is not
13662 : on by default.
13664 : When nil, only the properties directly given in the current entry count.
13665 : When t, every property is inherited.  The value may also be a list of
13666 : properties that should have inheritance, or a regular expression matching
13667 : properties that should be inherited.
13669 : However, note that some special properties use inheritance under special
13670 : circumstances (not in searches).  Examples are CATEGORY, ARCHIVE, COLUMNS,
13671 : and the properties ending in "_ALL" when they are used as descriptor
13672 : for valid values of a property.
13674 : Note for programmers:
13675 : When querying an entry with `org-entry-get',  you can control if inheritance
13676 : should be used.  By default, `org-entry-get' looks only at the local
13677 : properties.  You can request inheritance by setting the inherit argument
13678 : to t (to force inheritance) or to `selective' (to respect the setting
13679 : in this variable).
13681 ** org-tag-alist =(funcall (function (closure (f...=
13682    :PROPERTIES:
13683    :CUSTOM_ID: org-tag-alist
13684    :END:
13686 - *Type:* (repeat (choice (cons (string ...
13687 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13688 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tag-alist][Find modifications in git logs]]
13690 : Default tags available in Org files.
13692 : The value of this variable is an alist.  Associations either:
13694 :   (TAG)
13695 :   (TAG . SELECT)
13696 :   (SPECIAL)
13698 : where TAG is a tag as a string, SELECT is character, used to
13699 : select that tag through the fast tag selection interface, and
13700 : SPECIAL is one of the following keywords: `:startgroup',
13701 : `:startgrouptag', `:grouptags', `:engroup', `:endgrouptag' or
13702 : `:newline'.  These keywords are used to define a hierarchy of
13703 : tags.  See manual for details.
13705 : When this variable is nil, Org mode bases tag input on what is
13706 : already in the buffer.  The value can be overridden locally by
13707 : using a TAGS keyword, e.g.,
13709 :   #+TAGS: tag1 tag2
13711 : See also `org-tag-persistent-alist' to sidestep this behavior.
13713 ** org-odt-prettify-xml =(funcall (function (closure (h...=
13714    :PROPERTIES:
13715    :CUSTOM_ID: org-odt-prettify-xml
13716    :END:
13718 - *Type:* boolean
13719 - *Since:* Emacs version 24.1
13720 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
13721 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-prettify-xml][Find modifications in git logs]]
13723 : Specify whether or not the xml output should be prettified.
13724 : When this option is turned on, `indent-region' is run on all
13725 : component xml buffers before they are saved.  Turn this off for
13726 : regular use.  Turn this on if you need to examine the xml
13727 : visually.
13729 ** org-agenda-prefix-format =(quote ((agenda . " %i %-12:c%...=
13730    :PROPERTIES:
13731    :CUSTOM_ID: org-agenda-prefix-format
13732    :END:
13734 - *Type:* (choice (string :tag "General ...
13735 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13736 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-prefix-format][Find modifications in git logs]]
13738 : Format specifications for the prefix of items in the agenda views.
13739 : An alist with five entries, each for the different agenda types.  The
13740 : keys of the sublists are `agenda', `timeline', `todo', `search' and `tags'.
13741 : The values are format strings.
13743 : This format works similar to a printf format, with the following meaning:
13745 :   %c   the category of the item, "Diary" for entries from the diary,
13746 :        or as given by the CATEGORY keyword or derived from the file name
13747 :   %e   the effort required by the item
13748 :   %l   the level of the item (insert X space(s) if item is of level X)
13749 :   %i   the icon category of the item, see `org-agenda-category-icon-alist'
13750 :   %T   the last tag of the item (ignore inherited tags, which come first)
13751 :   %t   the HH:MM time-of-day specification if one applies to the entry
13752 :   %s   Scheduling/Deadline information, a short string
13753 :   %b   show breadcrumbs, i.e., the names of the higher levels
13754 :   %(expression) Eval EXPRESSION and replace the control string
13755 :                 by the result
13757 : All specifiers work basically like the standard `%s' of printf, but may
13758 : contain two additional characters: a question mark just after the `%'
13759 : and a whitespace/punctuation character just before the final letter.
13761 : If the first character after `%' is a question mark, the entire field
13762 : will only be included if the corresponding value applies to the current
13763 : entry.  This is useful for fields which should have fixed width when
13764 : present, but zero width when absent.  For example, "%?-12t" will
13765 : result in a 12 character time field if a time of the day is specified,
13766 : but will completely disappear in entries which do not contain a time.
13768 : If there is punctuation or whitespace character just before the
13769 : final format letter, this character will be appended to the field
13770 : value if the value is not empty.  For example, the format
13771 : "%-12:c" leads to "Diary: " if the category is "Diary".  If
13772 : the category is empty, no additional colon is inserted.
13774 : The default value for the agenda sublist is "  %-12:c%?-12t% s",
13775 : which means:
13777 : - Indent the line with two space characters
13778 : - Give the category a 12 chars wide field, padded with whitespace on
13779 :   the right (because of `-').  Append a colon if there is a category
13780 :   (because of `:').
13781 : - If there is a time-of-day, put it into a 12 chars wide field.  If no
13782 :   time, don't put in an empty field, just skip it (because of '?').
13783 : - Finally, put the scheduling information.
13785 : See also the variables `org-agenda-remove-times-when-in-prefix' and
13786 : `org-agenda-remove-tags'.
13788 : Custom commands can set this variable in the options section.
13790 ** org-agenda-search-view-max-outline-level =0=
13791    :PROPERTIES:
13792    :CUSTOM_ID: org-agenda-search-view-max-outline-level
13793    :END:
13795 - *Type:* integer
13796 - *Since:* Emacs version 24.4
13797 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13798 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-search-view-max-outline-level][Find modifications in git logs]]
13800 : Maximum outline level to display in search view.
13801 : E.g. when this is set to 1, the search view will only
13802 : show headlines of level 1.  When set to 0, the default
13803 : value, don't limit agenda view by outline level.
13805 ** org-agenda-show-all-dates =t=
13806    :PROPERTIES:
13807    :CUSTOM_ID: org-agenda-show-all-dates
13808    :END:
13810 - *Type:* boolean
13811 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13812 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-all-dates][Find modifications in git logs]]
13814 : Non-nil means `org-agenda' shows every day in the selected range.
13815 : When nil, only the days which actually have entries are shown.
13817 ** org-id-uuid-program =(funcall (function (closure (t...=
13818    :PROPERTIES:
13819    :CUSTOM_ID: org-id-uuid-program
13820    :END:
13822 - *Type:* string
13823 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
13824 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-uuid-program][Find modifications in git logs]]
13826 : The uuidgen program.
13828 ** org-refile-active-region-within-subtree =(funcall (function (closure (f...=
13829    :PROPERTIES:
13830    :CUSTOM_ID: org-refile-active-region-within-subtree
13831    :END:
13833 - *Type:* boolean
13834 - *Since:* Emacs version 24.1
13835 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13836 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-active-region-within-subtree][Find modifications in git logs]]
13838 : Non-nil means also refile active region within a subtree.
13840 : By default `org-refile' doesn't allow refiling regions if they
13841 : don't contain a set of subtrees, but it might be convenient to
13842 : do so sometimes: in that case, the first line of the region is
13843 : converted to a headline before refiling.
13845 ** org-export-with-title =(funcall (function (closure (t...=
13846    :PROPERTIES:
13847    :CUSTOM_ID: org-export-with-title
13848    :END:
13850 - *Type:* boolean
13851 - *Since:* Emacs version 26.1
13852 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
13853 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-title][Find modifications in git logs]]
13855 : Non-nil means print title into the exported file.
13856 : This option can also be set with the OPTIONS keyword,
13857 : e.g. "title:nil".
13859 ** org-export-creator-string =(funcall (function (closure (t...=
13860    :PROPERTIES:
13861    :CUSTOM_ID: org-export-creator-string
13862    :END:
13864 - *Type:* (string :tag "Creator string")
13865 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
13866 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-creator-string][Find modifications in git logs]]
13868 : Information about the creator of the document.
13869 : This option can also be set on with the CREATOR keyword.
13871 ** org-texinfo-node-description-column =(funcall (function (closure (t...=
13872    :PROPERTIES:
13873    :CUSTOM_ID: org-texinfo-node-description-column
13874    :END:
13876 - *Type:* integer
13877 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
13878 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-node-description-column][Find modifications in git logs]]
13880 : Column at which to start the description in the node listings.
13881 : If a node title is greater than this length, the description will
13882 : be placed after the end of the title.
13884 ** org-agenda-skip-timestamp-if-deadline-is-shown =nil=
13885    :PROPERTIES:
13886    :CUSTOM_ID: org-agenda-skip-timestamp-if-deadline-is-shown
13887    :END:
13889 - *Type:* (choice (const :tag "Never" ni...
13890 - *Since:* Emacs version 24.1
13891 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
13892 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-timestamp-if-deadline-is-shown][Find modifications in git logs]]
13894 : Non-nil means skip timestamp line if same entry shows because of deadline.
13895 : In the agenda of today, an entry can show up multiple times
13896 : because it has both a plain timestamp and has a nearby deadline.
13897 : When this variable is t, then only the deadline is shown and the
13898 : fact that the entry has a timestamp for or including today is not
13899 : shown.  When this variable is nil, the entry will be shown
13900 : several times.
13902 ** org-allow-promoting-top-level-subtree =(funcall (function (closure (b...=
13903    :PROPERTIES:
13904    :CUSTOM_ID: org-allow-promoting-top-level-subtree
13905    :END:
13907 - *Type:* boolean
13908 - *Since:* Emacs version 24.1
13909 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13910 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-allow-promoting-top-level-subtree][Find modifications in git logs]]
13912 : When non-nil, allow promoting a top level subtree.
13913 : The leading star of the top level headline will be replaced
13914 : by a #.
13916 ** org-archive-reversed-order =(funcall (function (closure (t...=
13917    :PROPERTIES:
13918    :CUSTOM_ID: org-archive-reversed-order
13919    :END:
13921 - *Type:* boolean
13922 - *Since:* Emacs version 24.1
13923 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
13924 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-reversed-order][Find modifications in git logs]]
13926 : Non-nil means make the tree first child under the archive heading, not last.
13928 ** org-keep-stored-link-after-insertion =(funcall (function (closure (f...=
13929    :PROPERTIES:
13930    :CUSTOM_ID: org-keep-stored-link-after-insertion
13931    :END:
13933 - *Type:* boolean
13934 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13935 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-keep-stored-link-after-insertion][Find modifications in git logs]]
13937 : Non-nil means keep link in list for entire session.
13938 : \<org-mode-map>
13939 : The command `org-store-link' adds a link pointing to the current
13940 : location to an internal list.  These links accumulate during a session.
13941 : The command `org-insert-link' can be used to insert links into any
13942 : Org file (offering completion for all stored links).
13944 : When this option is nil, every link which has been inserted once using
13945 : `\[org-insert-link]' will be removed from the list, to make completing the unused
13946 : links more efficient.
13948 ** org-scheduled-delay-days =(funcall (function (closure (f...=
13949    :PROPERTIES:
13950    :CUSTOM_ID: org-scheduled-delay-days
13951    :END:
13953 - *Type:* integer
13954 - *Since:* Emacs version 24.4
13955 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13956 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-scheduled-delay-days][Find modifications in git logs]]
13958 : Number of days before a scheduled item becomes active.
13959 : This variable governs the display in sparse trees and in the agenda.
13960 : The default value (i.e. 0) means: don't delay scheduled item.
13961 : When negative, it means use this number (the absolute value of it)
13962 : even if a scheduled item has a different individual delay time
13963 : specified.
13965 : Custom commands can set this variable in the options section.
13967 ** org-crypt-tag-matcher =(funcall (function (closure (t...=
13968    :PROPERTIES:
13969    :CUSTOM_ID: org-crypt-tag-matcher
13970    :END:
13972 - *Type:* string
13973 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
13974 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-crypt-tag-matcher][Find modifications in git logs]]
13976 : The tag matcher used to find headings whose contents should be encrypted.
13978 : See the "Match syntax" section of the org manual for more details.
13980 ** org-edit-timestamp-down-means-later =(funcall (function (closure (f...=
13981    :PROPERTIES:
13982    :CUSTOM_ID: org-edit-timestamp-down-means-later
13983    :END:
13985 - *Type:* boolean
13986 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
13987 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-timestamp-down-means-later][Find modifications in git logs]]
13989 : Non-nil means S-down will increase the time in a time stamp.
13990 : When nil, S-up will increase.
13992 ** org-ascii-inlinetask-width =(funcall (function (closure (t...=
13993    :PROPERTIES:
13994    :CUSTOM_ID: org-ascii-inlinetask-width
13995    :END:
13997 - *Type:* integer
13998 - *Since:* Emacs version 24.4
13999 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
14000 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-inlinetask-width][Find modifications in git logs]]
14002 : Width of inline tasks, in number of characters.
14003 : This number ignores any margin.
14005 ** org-html-container-element =(funcall (function (closure (h...=
14006    :PROPERTIES:
14007    :CUSTOM_ID: org-html-container-element
14008    :END:
14010 - *Type:* string
14011 - *Since:* Emacs version 24.4
14012 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
14013 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-container-element][Find modifications in git logs]]
14015 : HTML element to use for wrapping top level sections.
14016 : Can be set with the in-buffer HTML_CONTAINER property or for
14017 : publishing, with :html-container.
14019 : Note that changing the default will prevent you from using
14020 : org-info.js for your website.
14022 ** org-babel-noweb-wrap-end =(funcall (function (closure (t...=
14023    :PROPERTIES:
14024    :CUSTOM_ID: org-babel-noweb-wrap-end
14025    :END:
14027 - *Type:* string
14028 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
14029 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-noweb-wrap-end][Find modifications in git logs]]
14031 : String used to end a noweb reference in a code block.
14032 : See also `org-babel-noweb-wrap-start'.
14034 ** org-odt-create-custom-styles-for-srcblocks =(funcall (function (closure (h...=
14035    :PROPERTIES:
14036    :CUSTOM_ID: org-odt-create-custom-styles-for-srcblocks
14037    :END:
14039 - *Type:* boolean
14040 - *Since:* Emacs version 24.1
14041 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
14042 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-create-custom-styles-for-srcblocks][Find modifications in git logs]]
14044 : Whether custom styles for colorized source blocks be automatically created.
14045 : When this option is turned on, the exporter creates custom styles
14046 : for source blocks based on the advice of `htmlfontify'.  Creation
14047 : of custom styles happen as part of `org-odt-hfy-face-to-css'.
14049 : When this option is turned off exporter does not create such
14050 : styles.
14052 : Use the latter option if you do not want the custom styles to be
14053 : based on your current display settings.  It is necessary that the
14054 : styles.xml already contains needed styles for colorizing to work.
14056 : This variable is effective only if `org-odt-fontify-srcblocks' is
14057 : turned on.
14059 ** org-export-with-special-strings =(funcall (function (closure (t...=
14060    :PROPERTIES:
14061    :CUSTOM_ID: org-export-with-special-strings
14062    :END:
14064 - *Type:* boolean
14065 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
14066 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-special-strings][Find modifications in git logs]]
14068 : Non-nil means interpret "\-", "--" and "---" for export.
14070 : When this option is turned on, these strings will be exported as:
14072 :    Org     HTML     LaTeX    UTF-8
14073 :   -----+----------+--------+-------
14074 :    \-    &shy;      \-
14075 :    --    &ndash;    --         â€“
14076 :    ---   &mdash;    ---        â€”
14077 :    ...   &hellip;   \ldots     â€¦
14079 : This option can also be set with the OPTIONS keyword,
14080 : e.g. "-:nil".
14082 ** org-indirect-buffer-display =(funcall (function (closure (f...=
14083    :PROPERTIES:
14084    :CUSTOM_ID: org-indirect-buffer-display
14085    :END:
14087 - *Type:* (choice (const :tag "In curren...
14088 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14089 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indirect-buffer-display][Find modifications in git logs]]
14091 : How should indirect tree buffers be displayed?
14093 : This applies to indirect buffers created with the commands
14094 : `org-tree-to-indirect-buffer' and `org-agenda-tree-to-indirect-buffer'.
14096 : Valid values are:
14097 : current-window   Display in the current window
14098 : other-window     Just display in another window.
14099 : dedicated-frame  Create one new frame, and re-use it each time.
14100 : new-frame        Make a new frame each time.  Note that in this case
14101 :                  previously-made indirect buffers are kept, and you need to
14102 :                  kill these buffers yourself.
14104 ** org-html-infojs-template =(funcall (function (closure (h...=
14105    :PROPERTIES:
14106    :CUSTOM_ID: org-html-infojs-template
14107    :END:
14109 - *Type:* string
14110 - *Since:* Emacs version 24.4
14111 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
14112 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-infojs-template][Find modifications in git logs]]
14114 : The template for the export style additions when org-info.js is used.
14115 : Option settings will replace the %MANAGER-OPTIONS cookie.
14117 ** org-deadline-warning-days =(funcall (function (closure (f...=
14118    :PROPERTIES:
14119    :CUSTOM_ID: org-deadline-warning-days
14120    :END:
14122 - *Type:* integer
14123 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14124 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-deadline-warning-days][Find modifications in git logs]]
14126 : Number of days before expiration during which a deadline becomes active.
14127 : This variable governs the display in sparse trees and in the agenda.
14128 : When 0 or negative, it means use this number (the absolute value of it)
14129 : even if a deadline has a different individual lead time specified.
14131 : Custom commands can set this variable in the options section.
14133 ** org-use-sub-superscripts =(funcall (function (closure (f...=
14134    :PROPERTIES:
14135    :CUSTOM_ID: org-use-sub-superscripts
14136    :END:
14138 - *Type:* (choice (const :tag "Always in...
14139 - *Since:* Emacs version 24.4
14140 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14141 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-sub-superscripts][Find modifications in git logs]]
14143 : Non-nil means interpret "_" and "^" for display.
14145 : If you want to control how Org exports those characters, see
14146 : `org-export-with-sub-superscripts'.  `org-use-sub-superscripts'
14147 : used to be an alias for `org-export-with-sub-superscripts' in
14148 : Org <8.0, it is not anymore.
14150 : When this option is turned on, you can use TeX-like syntax for
14151 : sub- and superscripts within the buffer.  Several characters after
14152 : "_" or "^" will be considered as a single item - so grouping
14153 : with {} is normally not needed.  For example, the following things
14154 : will be parsed as single sub- or superscripts:
14156 :  10^24   or   10^tau     several digits will be considered 1 item.
14157 :  10^-12  or   10^-tau    a leading sign with digits or a word
14158 :  x^2-y^3                 will be read as x^2 - y^3, because items are
14159 :                        terminated by almost any nonword/nondigit char.
14160 :  x_{i^2} or   x^(2-i)    braces or parenthesis do grouping.
14162 : Still, ambiguity is possible.  So when in doubt, use {} to enclose
14163 : the sub/superscript.  If you set this variable to the symbol `{}',
14164 : the braces are *required* in order to trigger interpretations as
14165 : sub/superscript.  This can be helpful in documents that need "_"
14166 : frequently in plain text.
14168 ** org-agenda-insert-diary-extract-time =nil=
14169    :PROPERTIES:
14170    :CUSTOM_ID: org-agenda-insert-diary-extract-time
14171    :END:
14173 - *Type:* boolean
14174 - *Since:* Emacs version 24.1
14175 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
14176 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-insert-diary-extract-time][Find modifications in git logs]]
14178 : Non-nil means extract any time specification from the diary entry.
14180 ** org-html-footnote-format =(funcall (function (closure (h...=
14181    :PROPERTIES:
14182    :CUSTOM_ID: org-html-footnote-format
14183    :END:
14185 - *Type:* string
14186 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
14187 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-footnote-format][Find modifications in git logs]]
14189 : The format for the footnote reference.
14190 : %s will be replaced by the footnote reference itself.
14192 ** org-texinfo-remove-logfiles =(funcall (function (closure (t...=
14193    :PROPERTIES:
14194    :CUSTOM_ID: org-texinfo-remove-logfiles
14195    :END:
14197 - *Type:* boolean
14198 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
14199 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-remove-logfiles][Find modifications in git logs]]
14201 : Non-nil means remove the logfiles produced by compiling a Texinfo file.
14202 : By default, logfiles are files with these extensions: .aux, .toc,
14203 : .cp, .fn, .ky, .pg and .tp.  To define the set of logfiles to remove,
14204 : set `org-texinfo-logfiles-extensions'.
14206 ** org-html-format-headline-function =(funcall (function (closure (h...=
14207    :PROPERTIES:
14208    :CUSTOM_ID: org-html-format-headline-function
14209    :END:
14211 - *Type:* function
14212 - *Since:* Emacs version 26.1
14213 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
14214 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-format-headline-function][Find modifications in git logs]]
14216 : Function to format headline text.
14218 : This function will be called with six arguments:
14219 : TODO      the todo keyword (string or nil).
14220 : TODO-TYPE the type of todo (symbol: `todo', `done', nil)
14221 : PRIORITY  the priority of the headline (integer or nil)
14222 : TEXT      the main headline text (string).
14223 : TAGS      the tags (string or nil).
14224 : INFO      the export options (plist).
14226 : The function result will be used in the section format string.
14228 ** org-archive-file-header-format =(funcall (function (closure (t...=
14229    :PROPERTIES:
14230    :CUSTOM_ID: org-archive-file-header-format
14231    :END:
14233 - *Type:* string
14234 - *Since:* Emacs version 24.4
14235 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
14236 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-file-header-format][Find modifications in git logs]]
14238 : The header format string for newly created archive files.
14239 : When nil, no header will be inserted.
14240 : When a string, a %s formatter will be replaced by the file name.
14242 ** org-protocol-default-template-key =(funcall (function (closure (t...=
14243    :PROPERTIES:
14244    :CUSTOM_ID: org-protocol-default-template-key
14245    :END:
14247 - *Type:* (choice (const nil) (string))
14248 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
14249 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-default-template-key][Find modifications in git logs]]
14251 : The default template key to use.
14252 : This is usually a single character string but can also be a
14253 : string with two characters.
14255 ** org-latex-known-warnings =(funcall (function (closure (t...=
14256    :PROPERTIES:
14257    :CUSTOM_ID: org-latex-known-warnings
14258    :END:
14260 - *Type:* (repeat (cons (string :tag "Re...
14261 - *Since:* Emacs version 26.1
14262 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
14263 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-known-warnings][Find modifications in git logs]]
14265 : Alist of regular expressions and associated messages for the user.
14266 : The regular expressions are used to find possible warnings in the
14267 : log of a latex-run.  These warnings will be reported after
14268 : calling `org-latex-compile'.
14270 ** org-clock-clocktable-formatter =(funcall (function (closure (t...=
14271    :PROPERTIES:
14272    :CUSTOM_ID: org-clock-clocktable-formatter
14273    :END:
14275 - *Type:* function
14276 - *Since:* Emacs version 24.1
14277 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
14278 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-clocktable-formatter][Find modifications in git logs]]
14280 : Function to turn clocking data into a table.
14281 : For more information, see `org-clocktable-write-default'.
14283 ** org-bibtex-tags =(funcall (function (closure (t...=
14284    :PROPERTIES:
14285    :CUSTOM_ID: org-bibtex-tags
14286    :END:
14288 - *Type:* (repeat :tag "Tag" (string))
14289 - *Since:* Emacs version 24.1
14290 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
14291 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-tags][Find modifications in git logs]]
14293 : List of tag(s) that should be added to new bib entries.
14295 ** org-lowest-priority =(funcall (function (closure (f...=
14296    :PROPERTIES:
14297    :CUSTOM_ID: org-lowest-priority
14298    :END:
14300 - *Type:* character
14301 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14302 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-lowest-priority][Find modifications in git logs]]
14304 : The lowest priority of TODO items.  A character like ?A, ?B etc.
14305 : Must have a larger ASCII number than `org-highest-priority'.
14307 ** org-agenda-log-mode-add-notes =t=
14308    :PROPERTIES:
14309    :CUSTOM_ID: org-agenda-log-mode-add-notes
14310    :END:
14312 - *Type:* boolean
14313 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
14314 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-log-mode-add-notes][Find modifications in git logs]]
14316 : Non-nil means add first line of notes to log entries in agenda views.
14317 : If a log item like a state change or a clock entry is associated with
14318 : notes, the first line of these notes will be added to the entry in the
14319 : agenda display.
14321 ** org-pretty-entities =(funcall (function (closure (f...=
14322    :PROPERTIES:
14323    :CUSTOM_ID: org-pretty-entities
14324    :END:
14326 - *Type:* boolean
14327 - *Since:* Emacs version 24.1
14328 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14329 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-pretty-entities][Find modifications in git logs]]
14331 : Non-nil means show entities as UTF8 characters.
14332 : When nil, the \name form remains in the buffer.
14334 ** org-ascii-list-margin =(funcall (function (closure (t...=
14335    :PROPERTIES:
14336    :CUSTOM_ID: org-ascii-list-margin
14337    :END:
14339 - *Type:* integer
14340 - *Since:* Emacs version 26.1
14341 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
14342 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-list-margin][Find modifications in git logs]]
14344 : Width of margin used for plain lists, in characters.
14345 : This margin applies to top level list only, not to its
14346 : sub-lists.
14348 ** org-id-track-globally =(funcall (function (closure (t...=
14349    :PROPERTIES:
14350    :CUSTOM_ID: org-id-track-globally
14351    :END:
14353 - *Type:* boolean
14354 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
14355 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-track-globally][Find modifications in git logs]]
14357 : Non-nil means track IDs through files, so that links work globally.
14358 : This work by maintaining a hash table for IDs and writing this table
14359 : to disk when exiting Emacs.  Because of this, it works best if you use
14360 : a single Emacs process, not many.
14362 : When nil, IDs are not tracked.  Links to IDs will still work within
14363 : a buffer, but not if the entry is located in another file.
14364 : IDs can still be used if the entry with the id is in the same file as
14365 : the link.
14367 ** org-publish-sitemap-file-entry-format =(funcall (function (closure (t...=
14368    :PROPERTIES:
14369    :CUSTOM_ID: org-publish-sitemap-file-entry-format
14370    :END:
14372 - *Type:* string
14373 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-compat.el][org-compat.el]]
14374 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-sitemap-file-entry-format][Find modifications in git logs]]
14376 : Format string for site-map file entry.
14377 : You could use brackets to delimit on what part the link will be.
14379 : %t is the title.
14380 : %a is the author.
14381 : %d is the date formatted using `org-publish-sitemap-date-format'.
14383 ** org-babel-latex-htlatex-packages =(funcall (function (closure (t...=
14384    :PROPERTIES:
14385    :CUSTOM_ID: org-babel-latex-htlatex-packages
14386    :END:
14388 - *Type:* (repeat (string))
14389 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-latex.el][ob-latex.el]]
14390 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-latex-htlatex-packages][Find modifications in git logs]]
14392 : Packages to use for htlatex export.
14394 ** org-export-coding-system =(funcall (function (closure (t...=
14395    :PROPERTIES:
14396    :CUSTOM_ID: org-export-coding-system
14397    :END:
14399 - *Type:* coding-system
14400 - *Since:* Emacs version 24.4
14401 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
14402 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-coding-system][Find modifications in git logs]]
14404 : Coding system for the exported file.
14406 ** org-texinfo-inactive-timestamp-format =(funcall (function (closure (t...=
14407    :PROPERTIES:
14408    :CUSTOM_ID: org-texinfo-inactive-timestamp-format
14409    :END:
14411 - *Type:* string
14412 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
14413 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-inactive-timestamp-format][Find modifications in git logs]]
14415 : A printf format string to be applied to inactive timestamps.
14417 ** org-habit-show-habits-only-for-today =(funcall (function (closure (t...=
14418    :PROPERTIES:
14419    :CUSTOM_ID: org-habit-show-habits-only-for-today
14420    :END:
14422 - *Type:* boolean
14423 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
14424 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-show-habits-only-for-today][Find modifications in git logs]]
14426 : If non-nil, only show habits on today's agenda, and not for future days.
14427 : Note that even when shown for future days, the graph is always
14428 : relative to the current effective date.
14430 ** org-ascii-table-use-ascii-art =(funcall (function (closure (t...=
14431    :PROPERTIES:
14432    :CUSTOM_ID: org-ascii-table-use-ascii-art
14433    :END:
14435 - *Type:* boolean
14436 - *Since:* Emacs version 24.4
14437 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
14438 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-table-use-ascii-art][Find modifications in git logs]]
14440 : Non-nil means table.el tables are turned into ascii-art.
14442 : It only makes sense when export charset is `utf-8'.  It is nil by
14443 : default since it requires ascii-art-to-unicode.el package.  You
14444 : can download it here:
14446 :   http://gnuvola.org/software/j/aa2u/ascii-art-to-unicode.el.
14448 ** org-html-head-include-scripts =(funcall (function (closure (h...=
14449    :PROPERTIES:
14450    :CUSTOM_ID: org-html-head-include-scripts
14451    :END:
14453 - *Type:* boolean
14454 - *Since:* Emacs version 24.4
14455 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
14456 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-head-include-scripts][Find modifications in git logs]]
14458 : Non-nil means include the JavaScript snippets in exported HTML files.
14459 : The actual script is defined in `org-html-scripts' and should
14460 : not be modified.
14462 ** org-todo-state-tags-triggers =(funcall (function (closure (f...=
14463    :PROPERTIES:
14464    :CUSTOM_ID: org-todo-state-tags-triggers
14465    :END:
14467 - *Type:* (repeat (cons (choice :tag "Wh...
14468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-state-tags-triggers][Find modifications in git logs]]
14471 : Tag changes that should be triggered by TODO state changes.
14472 : This is a list.  Each entry is
14474 :   (state-change (tag . flag) .......)
14476 : State-change can be a string with a state, and empty string to indicate the
14477 : state that has no TODO keyword, or it can be one of the symbols `todo'
14478 : or `done', meaning any not-done or done state, respectively.
14480 ** org-babel-C++-compiler =(funcall (function (closure (t...=
14481    :PROPERTIES:
14482    :CUSTOM_ID: org-babel-C++-compiler
14483    :END:
14485 - *Type:* string
14486 - *Since:* Emacs version 24.3
14487 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-C.el][ob-C.el]]
14488 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-C++-compiler][Find modifications in git logs]]
14490 : Command used to compile a C++ source code file into an executable.
14491 : May be either a command in the path, like g++
14492 : or an absolute path name, like /usr/local/bin/g++
14493 : parameter may be used, like g++ -v
14495 ** org-texinfo-link-with-unknown-path-format =(funcall (function (closure (t...=
14496    :PROPERTIES:
14497    :CUSTOM_ID: org-texinfo-link-with-unknown-path-format
14498    :END:
14500 - *Type:* string
14501 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
14502 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-link-with-unknown-path-format][Find modifications in git logs]]
14504 : Format string for links with unknown path type.
14506 ** org-table-copy-increment =(funcall (function (closure (o...=
14507    :PROPERTIES:
14508    :CUSTOM_ID: org-table-copy-increment
14509    :END:
14511 - *Type:* (choice (const :tag "Use the d...
14512 - *Since:* Emacs version 26.1
14513 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
14514 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-copy-increment][Find modifications in git logs]]
14516 : Non-nil means increment when copying current field with `\[org-table-copy-down]'.
14518 ** org-treat-insert-todo-heading-as-state-change =(funcall (function (closure (f...=
14519    :PROPERTIES:
14520    :CUSTOM_ID: org-treat-insert-todo-heading-as-state-change
14521    :END:
14523 - *Type:* boolean
14524 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14525 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-treat-insert-todo-heading-as-state-change][Find modifications in git logs]]
14527 : Non-nil means inserting a TODO heading is treated as state change.
14528 : So when the command `\[org-insert-todo-heading]' is used, state change
14529 : logging will apply if appropriate.  When nil, the new TODO item will
14530 : be inserted directly, and no logging will take place.
14532 ** org-rss-image-url ="https://orgmode.org/img/org-mo...=
14533    :PROPERTIES:
14534    :CUSTOM_ID: org-rss-image-url
14535    :END:
14537 - *Type:* string
14538 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-rss.el][ox-rss.el]]
14539 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-rss-image-url][Find modifications in git logs]]
14541 : The URL of the an image for the RSS feed.
14543 ** org-latex-images-centered =(funcall (function (closure (t...=
14544    :PROPERTIES:
14545    :CUSTOM_ID: org-latex-images-centered
14546    :END:
14548 - *Type:* boolean
14549 - *Since:* Emacs version 26.1
14550 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
14551 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-images-centered][Find modifications in git logs]]
14553 : When non-nil, images are centered.
14555 ** org-occur-case-fold-search =(funcall (function (closure (f...=
14556    :PROPERTIES:
14557    :CUSTOM_ID: org-occur-case-fold-search
14558    :END:
14560 - *Type:* (choice (const :tag "Case-sens...
14561 - *Since:* Emacs version 26.1
14562 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14563 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-occur-case-fold-search][Find modifications in git logs]]
14565 : Non-nil means `org-occur' should be case-insensitive.
14566 : If set to `smart' the search will be case-insensitive only if it
14567 : doesn't specify any upper case character.
14569 ** org-duration-units =(funcall (function (closure (t...=
14570    :PROPERTIES:
14571    :CUSTOM_ID: org-duration-units
14572    :END:
14574 - *Type:* (choice (const :tag "H:MM" (qu...
14575 - *Since:* Emacs version 26.1
14576 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-duration.el][org-duration.el]]
14577 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-duration-units][Find modifications in git logs]]
14579 : Conversion factor to minutes for a duration.
14581 : Each entry has the form (UNIT . MODIFIER).
14583 : In a duration string, a number followed by UNIT is multiplied by
14584 : the specified number of MODIFIER to obtain a duration in minutes.
14586 : For example, the following value
14588 :   \=`(("min" . 1)
14589 :     ("h" . 60)
14590 :     ("d" . ,(* 60 8))
14591 :     ("w" . ,(* 60 8 5))
14592 :     ("m" . ,(* 60 8 5 4))
14593 :     ("y" . ,(* 60 8 5 4 10)))
14595 : is meaningful if you work an average of 8 hours per day, 5 days
14596 : a week, 4 weeks a month and 10 months a year.
14598 : When setting this variable outside the Customize interface, make
14599 : sure to call the following command:
14601 :   \[org-duration-set-regexps]
14603 ** org-man-source-highlight =(funcall (function (closure (o...=
14604    :PROPERTIES:
14605    :CUSTOM_ID: org-man-source-highlight
14606    :END:
14608 - *Type:* boolean
14609 - *Since:* Emacs version 24.4
14610 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
14611 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-source-highlight][Find modifications in git logs]]
14613 : Use GNU source highlight to embellish source blocks
14615 ** org-table-formula-evaluate-inline =(funcall (function (closure (o...=
14616    :PROPERTIES:
14617    :CUSTOM_ID: org-table-formula-evaluate-inline
14618    :END:
14620 - *Type:* boolean
14621 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
14622 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-formula-evaluate-inline][Find modifications in git logs]]
14624 : Non-nil means TAB and RET evaluate a formula in current table field.
14625 : If the current field starts with an equal sign, it is assumed to be a formula
14626 : which should be evaluated as described in the manual and in the documentation
14627 : string of the command `org-table-eval-formula'.  This feature requires the
14628 : Emacs calc package.
14629 : When this variable is nil, formula calculation is only available through
14630 : the command `\[org-table-eval-formula]'.
14632 ** org-capture-templates =(funcall (function (closure (o...=
14633    :PROPERTIES:
14634    :CUSTOM_ID: org-capture-templates
14635    :END:
14637 - *Type:* (repeat (choice :value ("" "" ...
14638 - *Since:* Emacs version 24.1
14639 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
14640 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-templates][Find modifications in git logs]]
14642 : Templates for the creation of new entries.
14644 : Each entry is a list with the following items:
14646 : keys         The keys that will select the template, as a string, characters
14647 :              only, for example "a" for a template to be selected with a
14648 :              single key, or "bt" for selection with two keys.  When using
14649 :              several keys, keys using the same prefix key must be together
14650 :              in the list and preceded by a 2-element entry explaining the
14651 :              prefix key, for example
14653 :                      ("b" "Templates for marking stuff to buy")
14655 :              The "C" key is used by default for quick access to the
14656 :              customization of the template variable.  But if you want to use
14657 :              that key for a template, you can.
14659 : description  A short string describing the template, will be shown during
14660 :              selection.
14662 : type         The type of entry.  Valid types are:
14663 :                entry       an Org node, with a headline.  Will be filed
14664 :                            as the child of the target entry or as a
14665 :                            top-level entry.
14666 :                item        a plain list item, will be placed in the
14667 :                            first plain list at the target
14668 :                            location.
14669 :                checkitem   a checkbox item.  This differs from the
14670 :                            plain list item only is so far as it uses a
14671 :                            different default template.
14672 :                table-line  a new line in the first table at target location.
14673 :                plain       text to be inserted as it is.
14675 : target       Specification of where the captured item should be placed.
14676 :              In Org files, targets usually define a node.  Entries will
14677 :              become children of this node, other types will be added to the
14678 :              table or list in the body of this node.
14680 :              Most target specifications contain a file name.  If that file
14681 :              name is the empty string, it defaults to `org-default-notes-file'.
14682 :              A file can also be given as a variable or as a function called
14683 :              with no argument.  When an absolute path is not specified for a
14684 :              target, it is taken as relative to `org-directory'.
14686 :              Valid values are:
14688 :              (file "path/to/file")
14689 :                  Text will be placed at the beginning or end of that file
14691 :              (id "id of existing Org entry")
14692 :                  File as child of this entry, or in the body of the entry
14694 :              (file+headline "path/to/file" "node headline")
14695 :                  Fast configuration if the target heading is unique in the file
14697 :              (file+olp "path/to/file" "Level 1 heading" "Level 2" ...)
14698 :                  For non-unique headings, the full outline path is safer
14700 :              (file+regexp  "path/to/file" "regexp to find location")
14701 :                  File to the entry matching regexp
14703 :              (file+olp+datetree "path/to/file" "Level 1 heading" ...)
14704 :                  Will create a heading in a date tree for today's date.
14705 :                  If no heading is given, the tree will be on top level.
14706 :                  To prompt for date instead of using TODAY, use the
14707 :                  :time-prompt property.  To create a week-tree, use the
14708 :                  :tree-type property.
14710 :              (file+function "path/to/file" function-finding-location)
14711 :                  A function to find the right location in the file
14713 :              (clock)
14714 :                 File to the entry that is currently being clocked
14716 :              (function function-finding-location)
14717 :                 Most general way: write your own function which both visits
14718 :                 the file and moves point to the right location
14720 : template     The template for creating the capture item.  If you leave this
14721 :              empty, an appropriate default template will be used.  See below
14722 :              for more details.  Instead of a string, this may also be one of
14724 :                  (file "/path/to/template-file")
14725 :                  (function function-returning-the-template)
14727 :              in order to get a template from a file, or dynamically
14728 :              from a function.
14730 : The rest of the entry is a property list of additional options.  Recognized
14731 : properties are:
14733 :  :prepend            Normally newly captured information will be appended at
14734 :                      the target location (last child, last table line,
14735 :                      last list item...).  Setting this property will
14736 :                      change that.
14738 :  :immediate-finish   When set, do not offer to edit the information, just
14739 :                      file it away immediately.  This makes sense if the
14740 :                      template only needs information that can be added
14741 :                      automatically.
14743 :  :jump-to-captured   When set, jump to the captured entry when finished.
14745 :  :empty-lines        Set this to the number of lines the should be inserted
14746 :                      before and after the new item.  Default 0, only common
14747 :                      other value is 1.
14749 :  :empty-lines-before Set this to the number of lines the should be inserted
14750 :                      before the new item.  Overrides :empty-lines for the
14751 :                      number lines inserted before.
14753 :  :empty-lines-after  Set this to the number of lines the should be inserted
14754 :                      after the new item.  Overrides :empty-lines for the
14755 :                      number of lines inserted after.
14757 :  :clock-in           Start the clock in this item.
14759 :  :clock-keep         Keep the clock running when filing the captured entry.
14761 :  :clock-resume       Start the interrupted clock when finishing the capture.
14762 :                      Note that :clock-keep has precedence over :clock-resume.
14763 :                      When setting both to t, the current clock will run and
14764 :                      the previous one will not be resumed.
14766 :  :time-prompt        Prompt for a date/time to be used for date/week trees
14767 :                      and when filling the template.
14769 :  :tree-type          When `week', make a week tree instead of the month tree.
14771 :  :unnarrowed         Do not narrow the target buffer, simply show the
14772 :                      full buffer.  Default is to narrow it so that you
14773 :                      only see the new stuff.
14775 :  :table-line-pos     Specification of the location in the table where the
14776 :                      new line should be inserted.  It should be a string like
14777 :                      "II-3", meaning that the new line should become the
14778 :                      third line before the second horizontal separator line.
14780 :  :kill-buffer        If the target file was not yet visited by a buffer when
14781 :                      capture was invoked, kill the buffer again after capture
14782 :                      is finalized.
14784 : The template defines the text to be inserted.  Often this is an
14785 : Org mode entry (so the first line should start with a star) that
14786 : will be filed as a child of the target headline.  It can also be
14787 : freely formatted text.  Furthermore, the following %-escapes will
14788 : be replaced with content and expanded:
14790 :   %[pathname] Insert the contents of the file given by
14791 :               `pathname'.  These placeholders are expanded at the very
14792 :               beginning of the process so they can be used to extend the
14793 :               current template.
14794 :   %(sexp)     Evaluate elisp `(sexp)' and replace it with the results.
14795 :               Only placeholders pre-existing within the template, or
14796 :               introduced with %[pathname] are expanded this way.  Since this
14797 :               happens after expanding non-interactive %-escapes, those can
14798 :               be used to fill the expression.
14799 :   %<...>      The result of format-time-string on the ... format specification.
14800 :   %t          Time stamp, date only.
14801 :   %T          Time stamp with date and time.
14802 :   %u, %U      Like the above, but inactive time stamps.
14803 :   %i          Initial content, copied from the active region.  If %i is
14804 :               indented, the entire inserted text will be indented as well.
14805 :   %a          Annotation, normally the link created with `org-store-link'.
14806 :   %A          Like %a, but prompt for the description part.
14807 :   %l          Like %a, but only insert the literal link.
14808 :   %c          Current kill ring head.
14809 :   %x          Content of the X clipboard.
14810 :   %k          Title of currently clocked task.
14811 :   %K          Link to currently clocked task.
14812 :   %n          User name (taken from the variable `user-full-name').
14813 :   %f          File visited by current buffer when org-capture was called.
14814 :   %F          Full path of the file or directory visited by current buffer.
14815 :   %:keyword   Specific information for certain link types, see below.
14816 :   %^g         Prompt for tags, with completion on tags in target file.
14817 :   %^G         Prompt for tags, with completion on all tags in all agenda files.
14818 :   %^t         Like %t, but prompt for date.  Similarly %^T, %^u, %^U.
14819 :               You may define a prompt like: %^{Please specify birthday}t
14820 :   %^C         Interactive selection of which kill or clip to use.
14821 :   %^L         Like %^C, but insert as link.
14822 :   %^{prop}p   Prompt the user for a value for property `prop'.
14823 :   %^{prompt}  Prompt the user for a string and replace this sequence with it.
14824 :               A default value and a completion table ca be specified like this:
14825 :               %^{prompt|default|completion2|completion3|...}.
14826 :   %?          After completing the template, position cursor here.
14827 :   %\1 ... %\N Insert the text entered at the nth %^{prompt}, where N
14828 :               is a number, starting from 1.
14830 : Apart from these general escapes, you can access information specific to
14831 : the link type that is created.  For example, calling `org-capture' in emails
14832 : or in Gnus will record the author and the subject of the message, which you
14833 : can access with "%:from" and "%:subject", respectively.  Here is a
14834 : complete list of what is recorded for each link type.
14836 : Link type               |  Available information
14837 : ------------------------+------------------------------------------------------
14838 : bbdb                    |  %:type %:name %:company
14839 : vm, wl, mh, mew, rmail, |  %:type %:subject %:message-id
14840 : gnus                    |  %:from %:fromname %:fromaddress
14841 :                         |  %:to   %:toname   %:toaddress
14842 :                         |  %:fromto (either "to NAME" or "from NAME")
14843 :                         |  %:date %:date-timestamp (as active timestamp)
14844 :                         |  %:date-timestamp-inactive (as inactive timestamp)
14845 : gnus                    |  %:group, for messages also all email fields
14846 : eww, w3, w3m            |  %:type %:url
14847 : info                    |  %:type %:file %:node
14848 : calendar                |  %:type %:date
14850 : When you need to insert a literal percent sign in the template,
14851 : you can escape ambiguous cases with a backward slash, e.g., \%i.
14853 ** org-latex-packages-alist =(funcall (function (closure (f...=
14854    :PROPERTIES:
14855    :CUSTOM_ID: org-latex-packages-alist
14856    :END:
14858 - *Type:* (repeat (choice (list :tag "op...
14859 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14860 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-packages-alist][Find modifications in git logs]]
14862 : Alist of packages to be inserted in every LaTeX header.
14864 : These will be inserted after `org-latex-default-packages-alist'.
14865 : Each element is either a cell or a string.
14867 : A cell is of the format:
14869 :     ("options" "package" SNIPPET-FLAG)
14871 : SNIPPET-FLAG, when non-nil, indicates that this package is also
14872 : needed when turning LaTeX snippets into images for inclusion into
14873 : non-LaTeX output.
14875 : A string will be inserted as-is in the header of the document.
14877 : Make sure that you only list packages here which:
14879 :   - you want in every file;
14880 :   - do not conflict with the setup in `org-format-latex-header';
14881 :   - do not conflict with the default packages in
14882 :     `org-latex-default-packages-alist'.
14884 ** org-latex-title-command =(funcall (function (closure (t...=
14885    :PROPERTIES:
14886    :CUSTOM_ID: org-latex-title-command
14887    :END:
14889 - *Type:* (string :tag "Format string")
14890 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
14891 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-title-command][Find modifications in git logs]]
14893 : The command used to insert the title just after \begin{document}.
14895 : This format string may contain these elements:
14897 :   %a for AUTHOR keyword
14898 :   %t for TITLE keyword
14899 :   %s for SUBTITLE keyword
14900 :   %k for KEYWORDS line
14901 :   %d for DESCRIPTION line
14902 :   %c for CREATOR line
14903 :   %l for Language keyword
14904 :   %L for capitalized language keyword
14905 :   %D for DATE keyword
14907 : If you need to use a "%" character, you need to escape it
14908 : like that: "%%".
14910 : Setting :latex-title-command in publishing projects will take
14911 : precedence over this variable.
14913 ** org-bibtex-tags-are-keywords =(funcall (function (closure (t...=
14914    :PROPERTIES:
14915    :CUSTOM_ID: org-bibtex-tags-are-keywords
14916    :END:
14918 - *Type:* boolean
14919 - *Since:* Emacs version 24.1
14920 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
14921 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-tags-are-keywords][Find modifications in git logs]]
14923 : Convert the value of the keywords field to tags and vice versa.
14925 : When non-nil, comma-separated entries in a bibtex entry's keywords
14926 : field will be converted to Org tags.  Note: spaces will be escaped
14927 : with underscores, and characters that are not permitted in Org
14928 : tags will be removed.
14930 : When non-nil, local tags in an Org entry will be exported as
14931 : a comma-separated string of keywords when exported to bibtex.
14932 : If `org-bibtex-inherit-tags' is non-nil, inherited tags will also
14933 : be exported as keywords.  Tags defined in `org-bibtex-tags' or
14934 : `org-bibtex-no-export-tags' will not be exported.
14936 ** org-html-home/up-format =(funcall (function (closure (h...=
14937    :PROPERTIES:
14938    :CUSTOM_ID: org-html-home/up-format
14939    :END:
14941 - *Type:* string
14942 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
14943 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-home/up-format][Find modifications in git logs]]
14945 : Snippet used to insert the HOME and UP links.
14946 : This is a format string, the first %s will receive the UP link,
14947 : the second the HOME link.  If both `org-html-link-up' and
14948 : `org-html-link-home' are empty, the entire snippet will be
14949 : ignored.
14951 ** org-mobile-checksum-binary =(funcall (function (closure (t...=
14952    :PROPERTIES:
14953    :CUSTOM_ID: org-mobile-checksum-binary
14954    :END:
14956 - *Type:* string
14957 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
14958 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-checksum-binary][Find modifications in git logs]]
14960 : Executable used for computing checksums of agenda files.
14962 ** org-clock-mode-line-total =(funcall (function (closure (t...=
14963    :PROPERTIES:
14964    :CUSTOM_ID: org-clock-mode-line-total
14965    :END:
14967 - *Type:* (choice (const :tag "Current c...
14968 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
14969 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-mode-line-total][Find modifications in git logs]]
14971 : Default setting for the time included for the mode line clock.
14972 : This can be overruled locally using the CLOCK_MODELINE_TOTAL property.
14973 : Allowed values are:
14975 : current  Only the time in the current instance of the clock
14976 : today    All time clocked into this task today
14977 : repeat   All time clocked into this task since last repeat
14978 : all      All time ever recorded for this task
14979 : auto     Automatically, either `all', or `repeat' for repeating tasks
14981 ** org-structure-template-alist =(funcall (function (closure (a...=
14982    :PROPERTIES:
14983    :CUSTOM_ID: org-structure-template-alist
14984    :END:
14986 - *Type:* (repeat (list (string :tag "Ke...
14987 - *Since:* Emacs version 26.1
14988 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
14989 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-structure-template-alist][Find modifications in git logs]]
14991 : Structure completion elements.
14992 : This is a list of abbreviation keys and values.  The value gets inserted
14993 : if you type `<' followed by the key and then press the completion key,
14994 : usually `TAB'.  %file will be replaced by a file name after prompting
14995 : for the file using completion.  The cursor will be placed at the position
14996 : of the `?' in the template.
14997 : There are two templates for each key, the first uses the original Org syntax,
14998 : the second uses Emacs Muse-like syntax tags.  These Muse-like tags become
14999 : the default when the /org-mtags.el/ module has been loaded.  See also the
15000 : variable `org-mtags-prefer-muse-templates'.
15002 ** orgtbl-radio-table-templates =(funcall (function (closure (o...=
15003    :PROPERTIES:
15004    :CUSTOM_ID: orgtbl-radio-table-templates
15005    :END:
15007 - *Type:* (repeat (list (symbol :tag "Ma...
15008 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
15009 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-radio-table-templates][Find modifications in git logs]]
15011 : Templates for radio tables in different major modes.
15012 : Each template must define lines that will be treated as a comment and that
15013 : must contain the "BEGIN RECEIVE ORGTBL %n" and "END RECEIVE ORGTBL"
15014 : lines where "%n" will be replaced with the name of the table during
15015 : insertion of the template.  The transformed table will later be inserted
15016 : between these lines.
15018 : The template should also contain a minimal table in a multiline comment.
15019 : If multiline comments are not possible in the buffer language,
15020 : you can pack it into a string that will not be used when the code
15021 : is compiled or executed.  Above the table will you need a line with
15022 : the fixed string "#+ORGTBL: SEND", followed by instruction on how to
15023 : convert the table into a data structure useful in the
15024 : language of the buffer.  Check the manual for the section on
15025 : "Translator functions", and more generally check out
15026 : https://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax
15028 : All occurrences of %n in a template will be replaced with the name of the
15029 : table, obtained by prompting the user.
15031 ** org-odt-use-date-fields =(funcall (function (closure (h...=
15032    :PROPERTIES:
15033    :CUSTOM_ID: org-odt-use-date-fields
15034    :END:
15036 - *Type:* boolean
15037 - *Since:* Emacs version 24.4
15038 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
15039 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-use-date-fields][Find modifications in git logs]]
15041 : Non-nil, if timestamps should be exported as date fields.
15043 : When nil, export timestamps as plain text.
15045 : When non-nil, map `org-time-stamp-custom-formats' to a pair of
15046 : OpenDocument date-styles with names "OrgDate1" and "OrgDate2"
15047 : respectively.  A timestamp with no time component is formatted
15048 : with style "OrgDate1" while one with explicit hour and minutes
15049 : is formatted with style "OrgDate2".
15051 : This feature is experimental.  Most (but not all) of the common
15052 : %-specifiers in `format-time-string' are supported.
15053 : Specifically, locale-dependent specifiers like "%c", "%x" are
15054 : formatted as canonical Org timestamps.  For finer control, avoid
15055 : these %-specifiers.
15057 : Textual specifiers like "%b", "%h", "%B", "%a", "%A"
15058 : etc., are displayed by the application in the default language
15059 : and country specified in `org-odt-styles-file'.  Note that the
15060 : default styles file uses language "en" and country "GB".  You
15061 : can localize the week day and month strings in the exported
15062 : document by setting the default language and country either using
15063 : the application UI or through a custom styles file.
15065 : See `org-odt--build-date-styles' for implementation details.
15067 ** org-email-link-description-format =(funcall (function (closure (f...=
15068    :PROPERTIES:
15069    :CUSTOM_ID: org-email-link-description-format
15070    :END:
15072 - *Type:* string
15073 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15074 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-email-link-description-format][Find modifications in git logs]]
15076 : Format of the description part of a link to an email or usenet message.
15077 : The following %-escapes will be replaced by corresponding information:
15079 : %F   full "From" field
15080 : %f   name, taken from "From" field, address if no name
15081 : %T   full "To" field
15082 : %t   first name in "To" field, address if no name
15083 : %c   correspondent.  Usually "from NAME", but if you sent it yourself, it
15084 :      will be "to NAME".  See also the variable `org-from-is-user-regexp'.
15085 : %s   subject
15086 : %d   date
15087 : %m   message-id.
15089 : You may use normal field width specification between the % and the letter.
15090 : This is for example useful to limit the length of the subject.
15092 : Examples: "%f on: %.30s", "Email from %f", "Email %c"
15094 ** org-agenda-inhibit-startup =(funcall (function (closure (o...=
15095    :PROPERTIES:
15096    :CUSTOM_ID: org-agenda-inhibit-startup
15097    :END:
15099 - *Type:* boolean
15100 - *Since:* Emacs version 24.3
15101 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15102 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-inhibit-startup][Find modifications in git logs]]
15104 : Inhibit startup when preparing agenda buffers.
15105 : When this variable is t, the initialization of the Org agenda
15106 : buffers is inhibited: e.g. the visibility state is not set, the
15107 : tables are not re-aligned, etc.
15109 ** org-M-RET-may-split-line =(funcall (function (closure (f...=
15110    :PROPERTIES:
15111    :CUSTOM_ID: org-M-RET-may-split-line
15112    :END:
15114 - *Type:* (choice (const :tag "Always" t...
15115 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15116 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-M-RET-may-split-line][Find modifications in git logs]]
15118 : Non-nil means M-RET will split the line at the cursor position.
15119 : When nil, it will go to the end of the line before making a
15120 : new line.
15121 : You may also set this option in a different way for different
15122 : contexts.  Valid contexts are:
15124 : headline  when creating a new headline
15125 : item      when creating a new item
15126 : table     in a table field
15127 : default   the value to be used for all contexts not explicitly
15128 :           customized
15130 ** org-agenda-show-future-repeats =t=
15131    :PROPERTIES:
15132    :CUSTOM_ID: org-agenda-show-future-repeats
15133    :END:
15135 - *Type:* (choice (const :tag "Show all ...
15136 - *Since:* Emacs version 26.1
15137 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15138 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-future-repeats][Find modifications in git logs]]
15140 : Non-nil shows repeated entries in the future part of the agenda.
15141 : When set to the symbol `next' only the first future repeat is shown.
15143 ** org-koma-letter-author =(quote user-full-name)=
15144    :PROPERTIES:
15145    :CUSTOM_ID: org-koma-letter-author
15146    :END:
15148 - *Type:* (radio (function-item user-ful...
15149 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
15150 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-author][Find modifications in git logs]]
15152 : Sender's name.
15154 : This variable defaults to calling the function `user-full-name'
15155 : which just returns the current function `user-full-name'.
15156 : Alternatively a string, nil or a function may be given.
15157 : Functions must return a string.
15159 : This option can also be set with the AUTHOR keyword.
15161 ** org-bibtex-prefix =(funcall (function (closure (t...=
15162    :PROPERTIES:
15163    :CUSTOM_ID: org-bibtex-prefix
15164    :END:
15166 - *Type:* (choice (const nil) (string))
15167 - *Since:* Emacs version 24.1
15168 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
15169 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-prefix][Find modifications in git logs]]
15171 : Optional prefix for all bibtex property names.
15172 : For example setting to `BIB_' would allow interoperability with fireforg.
15174 ** org-latex-diary-timestamp-format =(funcall (function (closure (t...=
15175    :PROPERTIES:
15176    :CUSTOM_ID: org-latex-diary-timestamp-format
15177    :END:
15179 - *Type:* string
15180 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
15181 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-diary-timestamp-format][Find modifications in git logs]]
15183 : A printf format string to be applied to diary timestamps.
15185 ** org-attach-archive-delete =(funcall (function (closure (t...=
15186    :PROPERTIES:
15187    :CUSTOM_ID: org-attach-archive-delete
15188    :END:
15190 - *Type:* (choice (const :tag "Never del...
15191 - *Since:* Emacs version 26.1
15192 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
15193 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-archive-delete][Find modifications in git logs]]
15195 : Non-nil means attachments are deleted upon archiving a subtree.
15196 : When set to `query', ask the user instead.
15198 ** org-html-format-inlinetask-function =(funcall (function (closure (h...=
15199    :PROPERTIES:
15200    :CUSTOM_ID: org-html-format-inlinetask-function
15201    :END:
15203 - *Type:* function
15204 - *Since:* Emacs version 26.1
15205 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
15206 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-format-inlinetask-function][Find modifications in git logs]]
15208 : Function called to format an inlinetask in HTML code.
15210 : The function must accept seven parameters:
15211 :   TODO      the todo keyword, as a string
15212 :   TODO-TYPE the todo type, a symbol among `todo', `done' and nil.
15213 :   PRIORITY  the inlinetask priority, as a string
15214 :   NAME      the inlinetask name, as a string.
15215 :   TAGS      the inlinetask tags, as a list of strings.
15216 :   CONTENTS  the contents of the inlinetask, as a string.
15217 :   INFO      the export options, as a plist
15219 : The function should return the string to be exported.
15221 ** org-capture-use-agenda-date =(funcall (function (closure (o...=
15222    :PROPERTIES:
15223    :CUSTOM_ID: org-capture-use-agenda-date
15224    :END:
15226 - *Type:* boolean
15227 - *Since:* Emacs version 24.3
15228 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
15229 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-use-agenda-date][Find modifications in git logs]]
15231 : Non-nil means use the date at point when capturing from agendas.
15232 : When nil, you can still capture using the date at point with
15233 : `\[org-agenda-capture]'.
15235 ** org-refile-use-outline-path =(funcall (function (closure (f...=
15236    :PROPERTIES:
15237    :CUSTOM_ID: org-refile-use-outline-path
15238    :END:
15240 - *Type:* (choice (const :tag "Not" nil)...
15241 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15242 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-use-outline-path][Find modifications in git logs]]
15244 : Non-nil means provide refile targets as paths.
15245 : So a level 3 headline will be available as level1/level2/level3.
15247 : When the value is `file', also include the file name (without directory)
15248 : into the path.  In this case, you can also stop the completion after
15249 : the file name, to get entries inserted as top level in the file.
15251 : When `full-file-path', include the full file path.
15253 : When `buffer-name', use the buffer name.
15255 ** org-latex-inactive-timestamp-format =(funcall (function (closure (t...=
15256    :PROPERTIES:
15257    :CUSTOM_ID: org-latex-inactive-timestamp-format
15258    :END:
15260 - *Type:* string
15261 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
15262 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-inactive-timestamp-format][Find modifications in git logs]]
15264 : A printf format string to be applied to inactive timestamps.
15266 ** org-latex-pdf-process =(funcall (function (closure (t...=
15267    :PROPERTIES:
15268    :CUSTOM_ID: org-latex-pdf-process
15269    :END:
15271 - *Type:* (choice (repeat :tag "Shell co...
15272 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
15273 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-pdf-process][Find modifications in git logs]]
15275 : Commands to process a LaTeX file to a PDF file.
15277 : This is a list of strings, each of them will be given to the
15278 : shell as a command.  %f in the command will be replaced by the
15279 : relative file name, %F by the absolute file name, %b by the file
15280 : base name (i.e. without directory and extension parts), %o by the
15281 : base directory of the file, %O by the absolute file name of the
15282 : output file, %latex is the LaTeX compiler (see
15283 : `org-latex-compiler'), and %bib is the BibTeX-like compiler (see
15284 : `org-latex-bib-compiler').
15286 : The reason why this is a list is that it usually takes several
15287 : runs of `pdflatex', maybe mixed with a call to `bibtex'.  Org
15288 : does not have a clever mechanism to detect which of these
15289 : commands have to be run to get to a stable result, and it also
15290 : does not do any error checking.
15292 : Consider a smart LaTeX compiler such as `texi2dvi' or `latexmk',
15293 : which calls the "correct" combinations of auxiliary programs.
15295 : Alternatively, this may be a Lisp function that does the
15296 : processing, so you could use this to apply the machinery of
15297 : AUCTeX or the Emacs LaTeX mode.  This function should accept the
15298 : file name as its single argument.
15300 ** org-agenda-entry-text-exclude-regexps =nil=
15301    :PROPERTIES:
15302    :CUSTOM_ID: org-agenda-entry-text-exclude-regexps
15303    :END:
15305 - *Type:* (repeat (regexp))
15306 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15307 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-entry-text-exclude-regexps][Find modifications in git logs]]
15309 : List of regular expressions to clean up entry text.
15310 : The complete matches of all regular expressions in this list will be
15311 : removed from entry text before it is shown in the agenda.
15313 ** org-latex-listings =(funcall (function (closure (t...=
15314    :PROPERTIES:
15315    :CUSTOM_ID: org-latex-listings
15316    :END:
15318 - *Type:* (choice (const :tag "Use listi...
15319 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
15320 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-listings][Find modifications in git logs]]
15322 : Non-nil means export source code using the listings package.
15324 : This package will fontify source code, possibly even with color.
15325 : If you want to use this, you also need to make LaTeX use the
15326 : listings package, and if you want to have color, the color
15327 : package.  Just add these to `org-latex-packages-alist', for
15328 : example using customize, or with something like:
15330 :   (require \='ox-latex)
15331 :   (add-to-list \='org-latex-packages-alist \='("" "listings"))
15332 :   (add-to-list \='org-latex-packages-alist \='("" "color"))
15334 : Alternatively,
15336 :   (setq org-latex-listings \='minted)
15338 : causes source code to be exported using the minted package as
15339 : opposed to listings.  If you want to use minted, you need to add
15340 : the minted package to `org-latex-packages-alist', for example
15341 : using customize, or with
15343 :   (require \='ox-latex)
15344 :   (add-to-list \='org-latex-packages-alist \='("newfloat" "minted"))
15346 : In addition, it is necessary to install pygments
15347 : (http://pygments.org), and to configure the variable
15348 : `org-latex-pdf-process' so that the -shell-escape option is
15349 : passed to pdflatex.
15351 : The minted choice has possible repercussions on the preview of
15352 : latex fragments (see `org-preview-latex-fragment').  If you run
15353 : into previewing problems, please consult
15355 :   https://orgmode.org/worg/org-tutorials/org-latex-preview.html
15357 ** org-columns-ellipses =(funcall (function (closure (f...=
15358    :PROPERTIES:
15359    :CUSTOM_ID: org-columns-ellipses
15360    :END:
15362 - *Type:* string
15363 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15364 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-ellipses][Find modifications in git logs]]
15366 : The ellipses to be used when a field in column view is truncated.
15367 : When this is the empty string, as many characters as possible are shown,
15368 : but then there will be no visual indication that the field has been truncated.
15369 : When this is a string of length N, the last N characters of a truncated
15370 : field are replaced by this string.  If the column is narrower than the
15371 : ellipses string, only part of the ellipses string will be shown.
15373 ** org-clock-report-include-clocking-task =(funcall (function (closure (t...=
15374    :PROPERTIES:
15375    :CUSTOM_ID: org-clock-report-include-clocking-task
15376    :END:
15378 - *Type:* boolean
15379 - *Since:* Emacs version 24.1
15380 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
15381 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-report-include-clocking-task][Find modifications in git logs]]
15383 : When non-nil, include the current clocking task time in clock reports.
15385 ** org-html-klipsify-src =(funcall (function (closure (h...=
15386    :PROPERTIES:
15387    :CUSTOM_ID: org-html-klipsify-src
15388    :END:
15390 - *Type:* boolean
15391 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
15392 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-klipsify-src][Find modifications in git logs]]
15394 : When non-nil, source code blocks are editable in exported presentation.
15396 ** org-latex-to-mathml-jar-file =(funcall (function (closure (f...=
15397    :PROPERTIES:
15398    :CUSTOM_ID: org-latex-to-mathml-jar-file
15399    :END:
15401 - *Type:* (choice (const :tag "None" nil...
15402 - *Since:* Emacs version 24.1
15403 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15404 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-to-mathml-jar-file][Find modifications in git logs]]
15406 : Value of"%j" in `org-latex-to-mathml-convert-command'.
15407 : Use this to specify additional executable file say a jar file.
15409 : When using MathToWeb as the converter, specify the full-path to
15410 : your mathtoweb.jar file.
15412 ** org-agenda-sorting-strategy =(quote ((agenda habit-down tim...=
15413    :PROPERTIES:
15414    :CUSTOM_ID: org-agenda-sorting-strategy
15415    :END:
15417 - *Type:* (choice (repeat :tag "General"...
15418 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15419 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-sorting-strategy][Find modifications in git logs]]
15421 : Sorting structure for the agenda items of a single day.
15422 : This is a list of symbols which will be used in sequence to determine
15423 : if an entry should be listed before another entry.  The following
15424 : symbols are recognized:
15426 : time-up            Put entries with time-of-day indications first, early first
15427 : time-down          Put entries with time-of-day indications first, late first
15428 : timestamp-up       Sort by any timestamp, early first
15429 : timestamp-down     Sort by any timestamp, late first
15430 : scheduled-up       Sort by scheduled timestamp, early first
15431 : scheduled-down     Sort by scheduled timestamp, late first
15432 : deadline-up        Sort by deadline timestamp, early first
15433 : deadline-down      Sort by deadline timestamp, late first
15434 : ts-up              Sort by active timestamp, early first
15435 : ts-down            Sort by active timestamp, late first
15436 : tsia-up            Sort by inactive timestamp, early first
15437 : tsia-down          Sort by inactive timestamp, late first
15438 : category-keep      Keep the default order of categories, corresponding to the
15439 :                  sequence in `org-agenda-files'.
15440 : category-up        Sort alphabetically by category, A-Z.
15441 : category-down      Sort alphabetically by category, Z-A.
15442 : tag-up             Sort alphabetically by last tag, A-Z.
15443 : tag-down           Sort alphabetically by last tag, Z-A.
15444 : priority-up        Sort numerically by priority, high priority last.
15445 : priority-down      Sort numerically by priority, high priority first.
15446 : todo-state-up      Sort by todo state, tasks that are done last.
15447 : todo-state-down    Sort by todo state, tasks that are done first.
15448 : effort-up          Sort numerically by estimated effort, high effort last.
15449 : effort-down        Sort numerically by estimated effort, high effort first.
15450 : user-defined-up    Sort according to `org-agenda-cmp-user-defined', high last.
15451 : user-defined-down  Sort according to `org-agenda-cmp-user-defined', high first.
15452 : habit-up           Put entries that are habits first
15453 : habit-down         Put entries that are habits last
15454 : alpha-up           Sort headlines alphabetically
15455 : alpha-down         Sort headlines alphabetically, reversed
15457 : The different possibilities will be tried in sequence, and testing stops
15458 : if one comparison returns a "not-equal".  For example, the default
15459 :     '(time-up category-keep priority-down)
15460 : means: Pull out all entries having a specified time of day and sort them,
15461 : in order to make a time schedule for the current day the first thing in the
15462 : agenda listing for the day.  Of the entries without a time indication, keep
15463 : the grouped in categories, don't sort the categories, but keep them in
15464 : the sequence given in `org-agenda-files'.  Within each category sort by
15465 : priority.
15467 : Leaving out `category-keep' would mean that items will be sorted across
15468 : categories by priority.
15470 : Instead of a single list, this can also be a set of list for specific
15471 : contents, with a context symbol in the car of the list, any of
15472 : `agenda', `todo', `tags', `search' for the corresponding agenda views.
15474 : Custom commands can bind this variable in the options section.
15476 ** org-inlinetask-show-first-star =(funcall (function (closure (t...=
15477    :PROPERTIES:
15478    :CUSTOM_ID: org-inlinetask-show-first-star
15479    :END:
15481 - *Type:* boolean
15482 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-inlinetask.el][org-inlinetask.el]]
15483 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inlinetask-show-first-star][Find modifications in git logs]]
15485 : Non-nil means display the first star of an inline task as additional marker.
15486 : When nil, the first star is not shown.
15488 ** org-html-htmlize-font-prefix =(funcall (function (closure (h...=
15489    :PROPERTIES:
15490    :CUSTOM_ID: org-html-htmlize-font-prefix
15491    :END:
15493 - *Type:* string
15494 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
15495 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-htmlize-font-prefix][Find modifications in git logs]]
15497 : The prefix for CSS class names for htmlize font specifications.
15499 ** org-texinfo-tables-verbatim =(funcall (function (closure (t...=
15500    :PROPERTIES:
15501    :CUSTOM_ID: org-texinfo-tables-verbatim
15502    :END:
15504 - *Type:* boolean
15505 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
15506 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-tables-verbatim][Find modifications in git logs]]
15508 : When non-nil, tables are exported verbatim.
15510 ** org-odt-pixels-per-inch =(funcall (function (closure (h...=
15511    :PROPERTIES:
15512    :CUSTOM_ID: org-odt-pixels-per-inch
15513    :END:
15515 - *Type:* float
15516 - *Since:* Emacs version 24.4
15517 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
15518 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-pixels-per-inch][Find modifications in git logs]]
15520 : Scaling factor for converting images pixels to inches.
15521 : Use this for sizing of embedded images.  See Info node `(org)
15522 : Images in ODT export' for more information.
15524 ** org-html-viewport =(funcall (function (closure (h...=
15525    :PROPERTIES:
15526    :CUSTOM_ID: org-html-viewport
15527    :END:
15529 - *Type:* (choice (const :tag "Disable" ...
15530 - *Since:* Emacs version 26.1
15531 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
15532 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-viewport][Find modifications in git logs]]
15534 : Viewport options for mobile-optimized sites.
15536 : The following values are recognized
15538 : width          Size of the viewport.
15539 : initial-scale  Zoom level when the page is first loaded.
15540 : minimum-scale  Minimum allowed zoom level.
15541 : maximum-scale  Maximum allowed zoom level.
15542 : user-scalable  Whether zoom can be changed.
15544 : The viewport meta tag is inserted if this variable is non-nil.
15546 : See the following site for a reference:
15547 : https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
15549 ** org-babel-process-comment-text =(funcall (function (closure (t...=
15550    :PROPERTIES:
15551    :CUSTOM_ID: org-babel-process-comment-text
15552    :END:
15554 - *Type:* function
15555 - *Since:* Emacs version 24.1
15556 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
15557 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-process-comment-text][Find modifications in git logs]]
15559 : Function called to process raw Org text collected to be
15560 : inserted as comments in tangled source-code files.  The function
15561 : should take a single string argument and return a string
15562 : result.  The default value is `org-remove-indentation'.
15564 ** org-koma-letter-use-phone =nil=
15565    :PROPERTIES:
15566    :CUSTOM_ID: org-koma-letter-use-phone
15567    :END:
15569 - *Type:* boolean
15570 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
15571 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-use-phone][Find modifications in git logs]]
15573 : Non-nil prints sender's phone number.
15574 : This option can also be set with the OPTIONS keyword, e.g.:
15575 : "phone:t".
15577 ** org-agenda-tags-todo-honor-ignore-options =nil=
15578    :PROPERTIES:
15579    :CUSTOM_ID: org-agenda-tags-todo-honor-ignore-options
15580    :END:
15582 - *Type:* boolean
15583 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15584 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-tags-todo-honor-ignore-options][Find modifications in git logs]]
15586 : Non-nil means honor todo-list ignores options also in tags-todo search.
15587 : The variables
15588 :    `org-agenda-todo-ignore-with-date',
15589 :    `org-agenda-todo-ignore-timestamp',
15590 :    `org-agenda-todo-ignore-scheduled',
15591 :    `org-agenda-todo-ignore-deadlines'
15592 : make the global TODO list skip entries that have time stamps of certain
15593 : kinds.  If this option is set, the same options will also apply for the
15594 : tags-todo search, which is the general tags/property matcher
15595 : restricted to unfinished TODO entries only.
15597 ** org-agenda-todo-ignore-scheduled =nil=
15598    :PROPERTIES:
15599    :CUSTOM_ID: org-agenda-todo-ignore-scheduled
15600    :END:
15602 - *Type:* (choice (const :tag "Ignore fu...
15603 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15604 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-ignore-scheduled][Find modifications in git logs]]
15606 : Non-nil means, ignore some scheduled TODO items when making TODO list.
15607 : This applies when creating the global todo list.
15608 : Valid values are:
15610 : past     Don't show entries scheduled today or in the past.
15612 : future   Don't show entries scheduled in the future.
15613 :          The idea behind this is that by scheduling it, you don't want to
15614 :          think about it until the scheduled date.
15616 : all      Don't show any scheduled entries in the global todo list.
15617 :          The idea behind this is that by scheduling it, you have already
15618 :          "taken care" of this item.
15620 : t        Same as `all', for backward compatibility.
15622 : This variable can also have an integer as a value.  See
15623 : `org-agenda-todo-ignore-timestamp' for more details.
15625 : See also `org-agenda-todo-ignore-with-date'.
15626 : See also the variable `org-agenda-tags-todo-honor-ignore-options' if you want
15627 : to make his option also apply to the tags-todo list.
15629 ** org-log-into-drawer =(funcall (function (closure (f...=
15630    :PROPERTIES:
15631    :CUSTOM_ID: org-log-into-drawer
15632    :END:
15634 - *Type:* (choice (const :tag "Not into ...
15635 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15636 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-into-drawer][Find modifications in git logs]]
15638 : Non-nil means insert state change notes and time stamps into a drawer.
15639 : When nil, state changes notes will be inserted after the headline and
15640 : any scheduling and clock lines, but not inside a drawer.
15642 : The value of this variable should be the name of the drawer to use.
15643 : LOGBOOK is proposed as the default drawer for this purpose, you can
15644 : also set this to a string to define the drawer of your choice.
15646 : A value of t is also allowed, representing "LOGBOOK".
15648 : A value of t or nil can also be set with on a per-file-basis with
15650 :    #+STARTUP: logdrawer
15651 :    #+STARTUP: nologdrawer
15653 : If this variable is set, `org-log-state-notes-insert-after-drawers'
15654 : will be ignored.
15656 : You can set the property LOG_INTO_DRAWER to overrule this setting for
15657 : a subtree.
15659 : Do not check directly this variable in a Lisp program.  Call
15660 : function `org-log-into-drawer' instead.
15662 ** org-icalendar-combined-description =(funcall (function (closure (t...=
15663    :PROPERTIES:
15664    :CUSTOM_ID: org-icalendar-combined-description
15665    :END:
15667 - *Type:* string
15668 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
15669 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-combined-description][Find modifications in git logs]]
15671 : Calendar description for the combined iCalendar (all agenda files).
15673 ** org-table-formula-field-format =(funcall (function (closure (o...=
15674    :PROPERTIES:
15675    :CUSTOM_ID: org-table-formula-field-format
15676    :END:
15678 - *Type:* string
15679 - *Since:* Emacs version 24.1
15680 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
15681 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-formula-field-format][Find modifications in git logs]]
15683 : Format for fields which contain the result of a formula.
15684 : For example, using "~%s~" will display the result within tilde
15685 : characters.  Beware that modifying the display can prevent the
15686 : field from being used in another formula.
15688 ** org-agenda-start-on-weekday =1=
15689    :PROPERTIES:
15690    :CUSTOM_ID: org-agenda-start-on-weekday
15691    :END:
15693 - *Type:* (choice (const :tag "Today" ni...
15694 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15695 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-start-on-weekday][Find modifications in git logs]]
15697 : Non-nil means start the overview always on the specified weekday.
15698 : 0 denotes Sunday, 1 denotes Monday, etc.
15699 : When nil, always start on the current day.
15700 : Custom commands can set this variable in the options section.
15702 ** org-agenda-search-headline-for-time =t=
15703    :PROPERTIES:
15704    :CUSTOM_ID: org-agenda-search-headline-for-time
15705    :END:
15707 - *Type:* boolean
15708 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
15709 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-search-headline-for-time][Find modifications in git logs]]
15711 : Non-nil means search headline for a time-of-day.
15712 : If the headline contains a time-of-day in one format or another, it will
15713 : be used to sort the entry into the time sequence of items for a day.
15714 : Some people have time stamps in the headline that refer to the creation
15715 : time or so, and then this produces an unwanted side effect.  If this is
15716 : the case for your, use this variable to turn off searching the headline
15717 : for a time.
15719 ** org-learn-always-reschedule =nil=
15720    :PROPERTIES:
15721    :CUSTOM_ID: org-learn-always-reschedule
15722    :END:
15724 - *Type:* boolean
15725 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-learn.el][org-learn.el]]
15726 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-learn-always-reschedule][Find modifications in git logs]]
15728 : If non-nil, always reschedule items, even if retention was "perfect".
15730 ** org-attach-git-annex-cutoff =(funcall (function (closure (t...=
15731    :PROPERTIES:
15732    :CUSTOM_ID: org-attach-git-annex-cutoff
15733    :END:
15735 - *Type:* (choice (const :tag "None" nil...
15736 - *Since:* Emacs version 24.4
15737 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
15738 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-git-annex-cutoff][Find modifications in git logs]]
15740 : If non-nil, files larger than this will be annexed instead of stored.
15742 ** org-table-automatic-realign =(funcall (function (closure (o...=
15743    :PROPERTIES:
15744    :CUSTOM_ID: org-table-automatic-realign
15745    :END:
15747 - *Type:* boolean
15748 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
15749 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-automatic-realign][Find modifications in git logs]]
15751 : Non-nil means automatically re-align table when pressing TAB or RETURN.
15752 : When nil, aligning is only done with `\[org-table-align]', or after column
15753 : removal/insertion.
15755 ** org-footnote-auto-label =(funcall (function (closure (t...=
15756    :PROPERTIES:
15757    :CUSTOM_ID: org-footnote-auto-label
15758    :END:
15760 - *Type:* (choice (const :tag "Prompt fo...
15761 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
15762 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-auto-label][Find modifications in git logs]]
15764 : Non-nil means define automatically new labels for footnotes.
15765 : Possible values are:
15767 : nil        Prompt the user for each label.
15768 : t          Create unique labels of the form [fn:1], [fn:2], etc.
15769 : confirm    Like t, but let the user edit the created value.
15770 :            The label can be removed from the minibuffer to create
15771 :            an anonymous footnote.
15772 : random           Automatically generate a unique, random label.
15774 ** org-table-export-default-format =(funcall (function (closure (o...=
15775    :PROPERTIES:
15776    :CUSTOM_ID: org-table-export-default-format
15777    :END:
15779 - *Type:* string
15780 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
15781 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-export-default-format][Find modifications in git logs]]
15783 : Default export parameters for `org-table-export'.
15784 : These can be overridden for a specific table by setting the
15785 : TABLE_EXPORT_FORMAT property.  See the manual section on orgtbl
15786 : radio tables for the different export transformations and
15787 : available parameters.
15789 ** org-agenda-skip-archived-trees =(funcall (function (closure (t...=
15790    :PROPERTIES:
15791    :CUSTOM_ID: org-agenda-skip-archived-trees
15792    :END:
15794 - *Type:* boolean
15795 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15796 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-archived-trees][Find modifications in git logs]]
15798 : Non-nil means the agenda will skip any items located in archived trees.
15799 : An archived tree is a tree marked with the tag ARCHIVE.  The use of this
15800 : variable is no longer recommended, you should leave it at the value t.
15801 : Instead, use the key `v' to cycle the archives-mode in the agenda.
15803 ** org-footnote-auto-adjust =(funcall (function (closure (t...=
15804    :PROPERTIES:
15805    :CUSTOM_ID: org-footnote-auto-adjust
15806    :END:
15808 - *Type:* (choice (const :tag "No adjust...
15809 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
15810 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-auto-adjust][Find modifications in git logs]]
15812 : Non-nil means automatically adjust footnotes after insert/delete.
15813 : When this is t, after each insertion or deletion of a footnote,
15814 : simple fn:N footnotes will be renumbered, and all footnotes will be sorted.
15815 : If you want to have just sorting or just renumbering, set this variable
15816 : to `sort' or `renumber'.
15818 : The main values of this variable can be set with in-buffer options:
15820 : #+STARTUP: fnadjust
15821 : #+STARTUP: nofnadjust
15823 ** org-babel-tangle-lang-exts =(funcall (function (closure (t...=
15824    :PROPERTIES:
15825    :CUSTOM_ID: org-babel-tangle-lang-exts
15826    :END:
15828 - *Type:* (repeat (cons (string "Languag...
15829 - *Since:* Emacs version 24.1
15830 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
15831 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-lang-exts][Find modifications in git logs]]
15833 : Alist mapping languages to their file extensions.
15834 : The key is the language name, the value is the string that should
15835 : be inserted as the extension commonly used to identify files
15836 : written in this language.  If no entry is found in this list,
15837 : then the name of the language is used.
15839 ** org-hidden-keywords =(funcall (function (closure (f...=
15840    :PROPERTIES:
15841    :CUSTOM_ID: org-hidden-keywords
15842    :END:
15844 - *Type:* (set (const :tag "#+AUTHOR" au...
15845 - *Since:* Emacs version 24.1
15846 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15847 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hidden-keywords][Find modifications in git logs]]
15849 : List of symbols corresponding to keywords to be hidden the org buffer.
15850 : For example, a value \='(title) for this list will make the document's title
15851 : appear in the buffer without the initial #+TITLE: keyword.
15853 ** org-preview-latex-default-process =(funcall (function (closure (f...=
15854    :PROPERTIES:
15855    :CUSTOM_ID: org-preview-latex-default-process
15856    :END:
15858 - *Type:* symbol
15859 - *Since:* Emacs version 26.1
15860 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15861 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-preview-latex-default-process][Find modifications in git logs]]
15863 : The default process to convert LaTeX fragments to image files.
15864 : All available processes and theirs documents can be found in
15865 : `org-preview-latex-process-alist', which see.
15867 ** org-publish-use-timestamps-flag =(funcall (function (closure (t...=
15868    :PROPERTIES:
15869    :CUSTOM_ID: org-publish-use-timestamps-flag
15870    :END:
15872 - *Type:* boolean
15873 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
15874 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-use-timestamps-flag][Find modifications in git logs]]
15876 : Non-nil means use timestamp checking to publish only changed files.
15877 : When nil, do no timestamp checking and always publish all files.
15879 ** org-man-logfiles-extensions =(funcall (function (closure (o...=
15880    :PROPERTIES:
15881    :CUSTOM_ID: org-man-logfiles-extensions
15882    :END:
15884 - *Type:* (repeat (string :tag "Extensio...
15885 - *Since:* Emacs version 24.4
15886 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
15887 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-logfiles-extensions][Find modifications in git logs]]
15889 : The list of file extensions to consider as Man logfiles.
15891 ** org-bibtex-treat-headline-as-title =(funcall (function (closure (t...=
15892    :PROPERTIES:
15893    :CUSTOM_ID: org-bibtex-treat-headline-as-title
15894    :END:
15896 - *Type:* boolean
15897 - *Since:* Emacs version 24.1
15898 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
15899 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-treat-headline-as-title][Find modifications in git logs]]
15901 : Treat headline text as title if title property is absent.
15902 : If an entry is missing a title property, use the headline text as
15903 : the property.  If this value is t, `org-bibtex-check' will ignore
15904 : a missing title field.
15906 ** org-blank-before-new-entry =(funcall (function (closure (f...=
15907    :PROPERTIES:
15908    :CUSTOM_ID: org-blank-before-new-entry
15909    :END:
15911 - *Type:* (list (cons (const heading) (c...
15912 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15913 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-blank-before-new-entry][Find modifications in git logs]]
15915 : Should `org-insert-heading' leave a blank line before new heading/item?
15916 : The value is an alist, with `heading' and `plain-list-item' as CAR,
15917 : and a boolean flag as CDR.  The cdr may also be the symbol `auto', in
15918 : which case Org will look at the surrounding headings/items and try to
15919 : make an intelligent decision whether to insert a blank line or not.
15921 ** org-feed-default-template =(funcall (function (closure (t...=
15922    :PROPERTIES:
15923    :CUSTOM_ID: org-feed-default-template
15924    :END:
15926 - *Type:* (string :tag "Template")
15927 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
15928 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-default-template][Find modifications in git logs]]
15930 : Template for the Org node created from RSS feed items.
15931 : This is just the default, each feed can specify its own.
15932 : Any fields from the feed item can be interpolated into the template with
15933 : %name, for example %title, %description, %pubDate etc.  In addition, the
15934 : following special escapes are valid as well:
15936 : %h      The title, or the first line of the description
15937 : %t      The date as a stamp, either from <pubDate> (if present), or
15938 :         the current date
15939 : %T      Date and time
15940 : %u,%U   Like %t,%T, but inactive time stamps
15941 : %a      A link, from <guid> if that is a permalink, else from <link>
15942 : %(sexp) Evaluate elisp `(sexp)' and replace with the result, the simple
15943 :         %-escapes above can be used as arguments, e.g. %(capitalize \"%h\")
15945 ** org-time-stamp-custom-formats =(funcall (function (closure (f...=
15946    :PROPERTIES:
15947    :CUSTOM_ID: org-time-stamp-custom-formats
15948    :END:
15950 - *Type:* sexp
15951 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
15952 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-time-stamp-custom-formats][Find modifications in git logs]]
15954 : Custom formats for time stamps.  See `format-time-string' for the syntax.
15955 : These are overlaid over the default ISO format if the variable
15956 : `org-display-custom-times' is set.  Time like %H:%M should be at the
15957 : end of the second format.  The custom formats are also honored by export
15958 : commands, if custom time display is turned on at the time of export.
15960 ** org-man-table-scientific-notation =(funcall (function (closure (o...=
15961    :PROPERTIES:
15962    :CUSTOM_ID: org-man-table-scientific-notation
15963    :END:
15965 - *Type:* (choice (string :tag "Format s...
15966 - *Since:* Emacs version 24.4
15967 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
15968 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-table-scientific-notation][Find modifications in git logs]]
15970 : Format string to display numbers in scientific notation.
15971 : The format should have "%s" twice, for mantissa and exponent
15972 : (i.e. "%s\\times10^{%s}").
15974 : When nil, no transformation is made.
15976 ** org-babel-ruby-nil-to =(funcall (function (closure (i...=
15977    :PROPERTIES:
15978    :CUSTOM_ID: org-babel-ruby-nil-to
15979    :END:
15981 - *Type:* symbol
15982 - *Since:* Emacs version 24.4
15983 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ruby.el][ob-ruby.el]]
15984 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-ruby-nil-to][Find modifications in git logs]]
15986 : Replace nil in ruby tables with this before returning.
15988 ** org-babel-J-command =(funcall (function (closure (t...=
15989    :PROPERTIES:
15990    :CUSTOM_ID: org-babel-J-command
15991    :END:
15993 - *Type:* string
15994 - *Since:* Emacs version 26.1
15995 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-J.el][ob-J.el]]
15996 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-J-command][Find modifications in git logs]]
15998 : Command to call J.
16000 ** org-babel-R-command =(funcall (function (closure (t...=
16001    :PROPERTIES:
16002    :CUSTOM_ID: org-babel-R-command
16003    :END:
16005 - *Type:* string
16006 - *Since:* Emacs version 24.1
16007 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-R.el][ob-R.el]]
16008 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-R-command][Find modifications in git logs]]
16010 : Name of command to use for executing R code.
16012 ** org-clock-x11idle-program-name =(funcall (function (closure (t...=
16013    :PROPERTIES:
16014    :CUSTOM_ID: org-clock-x11idle-program-name
16015    :END:
16017 - *Type:* string
16018 - *Since:* Emacs version 24.4
16019 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
16020 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-x11idle-program-name][Find modifications in git logs]]
16022 : Name of the program which prints X11 idle time in milliseconds.
16024 : You can find x11idle.c in the contrib/scripts directory of the
16025 : Org git distribution. Or, you can do:
16027 :     sudo apt-get install xprintidle
16029 : if you are using Debian.
16031 ** org-icalendar-with-timestamps =(funcall (function (closure (t...=
16032    :PROPERTIES:
16033    :CUSTOM_ID: org-icalendar-with-timestamps
16034    :END:
16036 - *Type:* (choice (const :tag "All times...
16037 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
16038 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-with-timestamps][Find modifications in git logs]]
16040 : Non-nil means make an event from plain time stamps.
16042 : It can be set to `active', `inactive', t or nil, in order to make
16043 : an event from, respectively, only active timestamps, only
16044 : inactive ones, all of them or none.
16046 : This variable has precedence over `org-export-with-timestamps'.
16047 : It can also be set with the #+OPTIONS line, e.g. "<:t".
16049 ** org-mobile-encryption-password =(funcall (function (closure (t...=
16050    :PROPERTIES:
16051    :CUSTOM_ID: org-mobile-encryption-password
16052    :END:
16054 - *Type:* (string :tag "Password")
16055 - *Since:* Emacs version 24.1
16056 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
16057 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-encryption-password][Find modifications in git logs]]
16059 : Password for encrypting files uploaded to the server.
16060 : This is a single password which is used for AES-256 encryption.  The same
16061 : password must also be set in the MobileOrg application.  All Org files,
16062 : including mobileorg.org will be encrypted using this password.
16064 : SECURITY CONSIDERATIONS:
16066 : Note that, when Org runs the encryption commands, the password could
16067 : be visible briefly on your system with the `ps' command.  So this method is
16068 : only intended to keep the files secure on the server, not on your own machine.
16070 : Also, if you set this variable in an init file (.emacs or .emacs.d/init.el
16071 : or custom.el...) and if that file is stored in a way so that other can read
16072 : it, this also limits the security of this approach.  You can also leave
16073 : this variable empty - Org will then ask for the password once per Emacs
16074 : session.
16076 ** org-agenda-format-date =(quote org-agenda-format-date-...=
16077    :PROPERTIES:
16078    :CUSTOM_ID: org-agenda-format-date
16079    :END:
16081 - *Type:* (choice (string :tag "Format s...
16082 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16083 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-format-date][Find modifications in git logs]]
16085 : Format string for displaying dates in the agenda.
16086 : Used by the daily/weekly agenda and by the timeline.  This should be
16087 : a format string understood by `format-time-string', or a function returning
16088 : the formatted date as a string.  The function must take a single argument,
16089 : a calendar-style date list like (month day year).
16091 ** org-babel-remote-temporary-directory =(funcall (function (closure (*...=
16092    :PROPERTIES:
16093    :CUSTOM_ID: org-babel-remote-temporary-directory
16094    :END:
16096 - *Type:* string
16097 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
16098 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-remote-temporary-directory][Find modifications in git logs]]
16100 : Directory to hold temporary files on remote hosts.
16102 ** org-export-with-section-numbers =(funcall (function (closure (t...=
16103    :PROPERTIES:
16104    :CUSTOM_ID: org-export-with-section-numbers
16105    :END:
16107 - *Type:* boolean
16108 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16109 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-section-numbers][Find modifications in git logs]]
16111 : Non-nil means add section numbers to headlines when exporting.
16113 : When set to an integer n, numbering will only happen for
16114 : headlines whose relative level is higher or equal to n.
16116 : This option can also be set with the OPTIONS keyword,
16117 : e.g. "num:t".
16119 ** org-export-with-latex =(funcall (function (closure (t...=
16120    :PROPERTIES:
16121    :CUSTOM_ID: org-export-with-latex
16122    :END:
16124 - *Type:* (choice (const :tag "Do not pr...
16125 - *Since:* Emacs version 24.4
16126 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16127 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-latex][Find modifications in git logs]]
16129 : Non-nil means process LaTeX environments and fragments.
16131 : This option can also be set with the OPTIONS line,
16132 : e.g. "tex:verbatim".  Allowed values are:
16134 : nil         Ignore math snippets.
16135 : `verbatim'  Keep everything in verbatim.
16136 : t           Allow export of math snippets.
16138 ** org-export-exclude-tags =(funcall (function (closure (t...=
16139    :PROPERTIES:
16140    :CUSTOM_ID: org-export-exclude-tags
16141    :END:
16143 - *Type:* (repeat (string :tag "Tag"))
16144 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16145 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-exclude-tags][Find modifications in git logs]]
16147 : Tags that exclude a tree from export.
16149 : All trees carrying any of these tags will be excluded from
16150 : export.  This is without condition, so even subtrees inside that
16151 : carry one of the `org-export-select-tags' will be removed.
16153 : This option can also be set with the EXCLUDE_TAGS keyword.
16155 ** org-html-head-include-default-style =(funcall (function (closure (h...=
16156    :PROPERTIES:
16157    :CUSTOM_ID: org-html-head-include-default-style
16158    :END:
16160 - *Type:* boolean
16161 - *Since:* Emacs version 24.4
16162 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
16163 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-head-include-default-style][Find modifications in git logs]]
16165 : Non-nil means include the default style in exported HTML files.
16166 : The actual style is defined in `org-html-style-default' and
16167 : should not be modified.  Use `org-html-head' to use your own
16168 : style information.
16170 ** org-habit-completed-glyph =(funcall (function (closure (t...=
16171    :PROPERTIES:
16172    :CUSTOM_ID: org-habit-completed-glyph
16173    :END:
16175 - *Type:* character
16176 - *Since:* Emacs version 24.1
16177 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
16178 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-completed-glyph][Find modifications in git logs]]
16180 : Glyph character used to show completed days on which a task was done.
16182 ** org-mhe-search-all-folders =(funcall (function (closure (t...=
16183    :PROPERTIES:
16184    :CUSTOM_ID: org-mhe-search-all-folders
16185    :END:
16187 - *Type:* boolean
16188 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mhe.el][org-mhe.el]]
16189 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mhe-search-all-folders][Find modifications in git logs]]
16191 : Non-nil means the search for the mh-message may extend to all folders.
16192 : When non-nil, the search for a message will extend to all other
16193 : folders if it cannot be found in the folder given in the link.
16194 : Searching all folders may be slow with the default pick based
16195 : search but is very efficient with one of the other search engines
16196 : supported by MH-E.
16198 ** org-babel-lua-hline-to =(funcall (function (closure (t...=
16199    :PROPERTIES:
16200    :CUSTOM_ID: org-babel-lua-hline-to
16201    :END:
16203 - *Type:* string
16204 - *Since:* Emacs version 24.5
16205 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lua.el][ob-lua.el]]
16206 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lua-hline-to][Find modifications in git logs]]
16208 : Replace hlines in incoming tables with this when translating to lua.
16210 ** org-agenda-max-todos =nil=
16211    :PROPERTIES:
16212    :CUSTOM_ID: org-agenda-max-todos
16213    :END:
16215 - *Type:* (choice (symbol :tag "No limit...
16216 - *Since:* Emacs version 24.4
16217 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16218 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-max-todos][Find modifications in git logs]]
16220 : Maximum number of TODOs to display in an agenda.
16221 : This can be nil (no limit) or an integer or an alist of agenda
16222 : types with an associated number of entries to display in this
16223 : type.
16225 ** org-agenda-skip-scheduled-delay-if-deadline =nil=
16226    :PROPERTIES:
16227    :CUSTOM_ID: org-agenda-skip-scheduled-delay-if-deadline
16228    :END:
16230 - *Type:* (choice (const :tag "Always ho...
16231 - *Since:* Emacs version 24.4
16232 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16233 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-scheduled-delay-if-deadline][Find modifications in git logs]]
16235 : Non-nil means skip scheduled delay when entry also has a deadline.
16236 : This variable may be set to nil, t, the symbol `post-deadline',
16237 : or a number which will then give the number of days after the actual
16238 : scheduled date when the delay should expire.  The symbol `post-deadline'
16239 : eliminates the schedule delay when the date is posterior to the deadline.
16241 ** org-html-keep-old-src =(funcall (function (closure (h...=
16242    :PROPERTIES:
16243    :CUSTOM_ID: org-html-keep-old-src
16244    :END:
16246 - *Type:* boolean
16247 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
16248 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-keep-old-src][Find modifications in git logs]]
16250 : When non-nil, use <pre class=""> instead of <pre><code class="">.
16252 ** org-table-fix-formulas-confirm =(funcall (function (closure (o...=
16253    :PROPERTIES:
16254    :CUSTOM_ID: org-table-fix-formulas-confirm
16255    :END:
16257 - *Type:* (choice (const :tag "with yes-...
16258 - *Since:* Emacs version 24.1
16259 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
16260 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-fix-formulas-confirm][Find modifications in git logs]]
16262 : Whether the user should confirm when Org fixes formulas.
16264 ** org-clock-into-drawer =(funcall (function (closure (t...=
16265    :PROPERTIES:
16266    :CUSTOM_ID: org-clock-into-drawer
16267    :END:
16269 - *Type:* (choice (const :tag "Always" t...
16270 - *Since:* Emacs version 26.1
16271 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
16272 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-into-drawer][Find modifications in git logs]]
16274 : Non-nil when clocking info should be wrapped into a drawer.
16276 : When non-nil, clocking info will be inserted into the same drawer
16277 : as log notes (see variable `org-log-into-drawer'), if it exists,
16278 : or "LOGBOOK" otherwise.  If necessary, the drawer will be
16279 : created.
16281 : When an integer, the drawer is created only when the number of
16282 : clocking entries in an item reaches or exceeds this value.
16284 : When a string, it becomes the name of the drawer, ignoring the
16285 : log notes drawer altogether.
16287 : Do not check directly this variable in a Lisp program.  Call
16288 : function `org-clock-into-drawer' instead.
16290 ** org-src-tab-acts-natively =(funcall (function (closure (t...=
16291    :PROPERTIES:
16292    :CUSTOM_ID: org-src-tab-acts-natively
16293    :END:
16295 - *Type:* boolean
16296 - *Since:* Emacs version 24.1
16297 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
16298 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-tab-acts-natively][Find modifications in git logs]]
16300 : If non-nil, the effect of TAB in a code block is as if it were
16301 : issued in the language major mode buffer.
16303 ** org-log-done-with-time =(funcall (function (closure (f...=
16304    :PROPERTIES:
16305    :CUSTOM_ID: org-log-done-with-time
16306    :END:
16308 - *Type:* boolean
16309 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16310 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-done-with-time][Find modifications in git logs]]
16312 : Non-nil means the CLOSED time stamp will contain date and time.
16313 : When nil, only the date will be recorded.
16315 ** org-html-table-data-tags =(funcall (function (closure (h...=
16316    :PROPERTIES:
16317    :CUSTOM_ID: org-html-table-data-tags
16318    :END:
16320 - *Type:* (cons (string :tag "Opening ta...
16321 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
16322 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-data-tags][Find modifications in git logs]]
16324 : The opening and ending tags for table data fields.
16325 : This is customizable so that alignment options can be specified.
16326 : The first %s will be filled with the scope of the field, either row or col.
16327 : The second %s will be replaced by a style entry to align the field.
16328 : See also the variable `org-html-table-align-individual-fields'.
16330 ** org-agenda-use-time-grid =t=
16331    :PROPERTIES:
16332    :CUSTOM_ID: org-agenda-use-time-grid
16333    :END:
16335 - *Type:* boolean
16336 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16337 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-use-time-grid][Find modifications in git logs]]
16339 : Non-nil means show a time grid in the agenda schedule.
16340 : A time grid is a set of lines for specific times (like every two hours between
16341 : 8:00 and 20:00).  The items scheduled for a day at specific times are
16342 : sorted in between these lines.
16343 : For details about when the grid will be shown, and what it will look like, see
16344 : the variable `org-agenda-time-grid'.
16346 ** org-columns-modify-value-for-display-function =(funcall (function (closure (t...=
16347    :PROPERTIES:
16348    :CUSTOM_ID: org-columns-modify-value-for-display-function
16349    :END:
16351 - *Type:* (choice (const nil) (function)...
16352 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
16353 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-modify-value-for-display-function][Find modifications in git logs]]
16355 : Function that modifies values for display in column view.
16356 : For example, it can be used to cut out a certain part from a time stamp.
16357 : The function must take 2 arguments:
16359 : column-title    The title of the column (*not* the property name)
16360 : value           The value that should be modified.
16362 : The function should return the value that should be displayed,
16363 : or nil if the normal value should be used.
16365 ** org-edit-src-content-indentation =(funcall (function (closure (t...=
16366    :PROPERTIES:
16367    :CUSTOM_ID: org-edit-src-content-indentation
16368    :END:
16370 - *Type:* integer
16371 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
16372 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-content-indentation][Find modifications in git logs]]
16374 : Indentation for the content of a source code block.
16376 : This should be the number of spaces added to the indentation of the #+begin
16377 : line in order to compute the indentation of the block content after
16378 : editing it with `\[org-edit-src-code]'.
16380 : It has no effect if `org-src-preserve-indentation' is non-nil.
16382 ** org-indent-mode-turns-off-org-adapt-indentation =(funcall (function (closure (t...=
16383    :PROPERTIES:
16384    :CUSTOM_ID: org-indent-mode-turns-off-org-adapt-indentation
16385    :END:
16387 - *Type:* boolean
16388 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
16389 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-mode-turns-off-org-adapt-indentation][Find modifications in git logs]]
16391 : Non-nil means setting the variable `org-indent-mode' will turn off indentation adaptation.
16392 : For details see the variable `org-adapt-indentation'.
16394 ** org-table-relative-ref-may-cross-hline =(funcall (function (closure (o...=
16395    :PROPERTIES:
16396    :CUSTOM_ID: org-table-relative-ref-may-cross-hline
16397    :END:
16399 - *Type:* (choice (const :tag "Allow to ...
16400 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
16401 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-relative-ref-may-cross-hline][Find modifications in git logs]]
16403 : Non-nil means relative formula references may cross hlines.
16404 : Here are the allowed values:
16406 : nil    Relative references may not cross hlines.  They will reference the
16407 :        field next to the hline instead.  Coming from below, the reference
16408 :        will be to the field below the hline.  Coming from above, it will be
16409 :        to the field above.
16410 : t      Relative references may cross hlines.
16411 : error  An attempt to cross a hline will throw an error.
16413 : It is probably good to never set this variable to nil, for the sake of
16414 : portability of tables.
16416 ** org-ascii-paragraph-spacing =(funcall (function (closure (t...=
16417    :PROPERTIES:
16418    :CUSTOM_ID: org-ascii-paragraph-spacing
16419    :END:
16421 - *Type:* (choice (integer :tag "Number ...
16422 - *Since:* Emacs version 24.4
16423 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
16424 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-paragraph-spacing][Find modifications in git logs]]
16426 : Number of white lines between paragraphs.
16427 : If the value is an integer, add this number of blank lines
16428 : between contiguous paragraphs.  If is it the symbol `auto', keep
16429 : the same number of blank lines as in the original document.
16431 ** org-export-headline-levels =(funcall (function (closure (t...=
16432    :PROPERTIES:
16433    :CUSTOM_ID: org-export-headline-levels
16434    :END:
16436 - *Type:* integer
16437 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16438 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-headline-levels][Find modifications in git logs]]
16440 : The last level which is still exported as a headline.
16442 : Inferior levels will usually produce itemize or enumerate lists
16443 : when exported, but back-end behavior may differ.
16445 : This option can also be set with the OPTIONS keyword,
16446 : e.g. "H:2".
16448 ** org-export-with-statistics-cookies =(funcall (function (closure (t...=
16449    :PROPERTIES:
16450    :CUSTOM_ID: org-export-with-statistics-cookies
16451    :END:
16453 - *Type:* boolean
16454 - *Since:* Emacs version 24.4
16455 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16456 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-statistics-cookies][Find modifications in git logs]]
16458 : Non-nil means include statistics cookies in export.
16459 : This option can also be set with the OPTIONS keyword,
16460 : e.g. "stat:nil"
16462 ** org-agenda-entry-text-maxlines =5=
16463    :PROPERTIES:
16464    :CUSTOM_ID: org-agenda-entry-text-maxlines
16465    :END:
16467 - *Type:* integer
16468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-entry-text-maxlines][Find modifications in git logs]]
16471 : Number of text lines to be added when `E' is pressed in the agenda.
16473 : Note that this variable only used during agenda display.  To add entry text
16474 : when exporting the agenda, configure the variable
16475 : `org-agenda-add-entry-text-maxlines'.
16477 ** org-babel-tangle-use-relative-file-links =(funcall (function (closure (t...=
16478    :PROPERTIES:
16479    :CUSTOM_ID: org-babel-tangle-use-relative-file-links
16480    :END:
16482 - *Type:* boolean
16483 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
16484 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-use-relative-file-links][Find modifications in git logs]]
16486 : Use relative path names in links from tangled source back the Org file.
16488 ** org-agenda-entry-text-leaders ="    > "=
16489    :PROPERTIES:
16490    :CUSTOM_ID: org-agenda-entry-text-leaders
16491    :END:
16493 - *Type:* string
16494 - *Since:* Emacs version 24.4
16495 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16496 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-entry-text-leaders][Find modifications in git logs]]
16498 : Text prepended to the entry text in agenda buffers.
16500 ** org-ctrl-k-protect-subtree =(funcall (function (closure (f...=
16501    :PROPERTIES:
16502    :CUSTOM_ID: org-ctrl-k-protect-subtree
16503    :END:
16505 - *Type:* (choice (const :tag "Do not pr...
16506 - *Since:* Emacs version 24.1
16507 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16508 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctrl-k-protect-subtree][Find modifications in git logs]]
16510 : Non-nil means, do not delete a hidden subtree with C-k.
16511 : When set to the symbol `error', simply throw an error when C-k is
16512 : used to kill (part-of) a headline that has hidden text behind it.
16513 : Any other non-nil value will result in a query to the user, if it is
16514 : OK to kill that hidden subtree.  When nil, kill without remorse.
16516 ** org-directory =(funcall (function (closure (f...=
16517    :PROPERTIES:
16518    :CUSTOM_ID: org-directory
16519    :END:
16521 - *Type:* directory
16522 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16523 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-directory][Find modifications in git logs]]
16525 : Directory with Org files.
16526 : This is just a default location to look for Org files.  There is no need
16527 : at all to put your files into this directory.  It is used in the
16528 : following situations:
16530 : 1. When a capture template specifies a target file that is not an
16531 :    absolute path.  The path will then be interpreted relative to
16532 :    `org-directory'
16533 : 2. When the value of variable `org-agenda-files' is a single file, any
16534 :    relative paths in this file will be taken as relative to
16535 :    `org-directory'.
16537 ** org-latex-footnote-separator =(funcall (function (closure (t...=
16538    :PROPERTIES:
16539    :CUSTOM_ID: org-latex-footnote-separator
16540    :END:
16542 - *Type:* string
16543 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
16544 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-footnote-separator][Find modifications in git logs]]
16546 : Text used to separate footnotes.
16548 ** org-clock-auto-clock-resolution =(funcall (function (closure (t...=
16549    :PROPERTIES:
16550    :CUSTOM_ID: org-clock-auto-clock-resolution
16551    :END:
16553 - *Type:* (choice (const :tag "Never" ni...
16554 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
16555 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-auto-clock-resolution][Find modifications in git logs]]
16557 : When to automatically resolve open clocks found in Org buffers.
16559 ** org-log-state-notes-insert-after-drawers =(funcall (function (closure (f...=
16560    :PROPERTIES:
16561    :CUSTOM_ID: org-log-state-notes-insert-after-drawers
16562    :END:
16564 - *Type:* boolean
16565 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16566 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-state-notes-insert-after-drawers][Find modifications in git logs]]
16568 : Non-nil means insert state change notes after any drawers in entry.
16569 : Only the drawers that *immediately* follow the headline and the
16570 : deadline/scheduled line are skipped.
16571 : When nil, insert notes right after the heading and perhaps the line
16572 : with deadline/scheduling if present.
16574 : This variable will have no effect if `org-log-into-drawer' is
16575 : set.
16577 ** org-plain-list-ordered-item-terminator =(funcall (function (closure (o...=
16578    :PROPERTIES:
16579    :CUSTOM_ID: org-plain-list-ordered-item-terminator
16580    :END:
16582 - *Type:* (choice (const :tag "dot like ...
16583 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
16584 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-plain-list-ordered-item-terminator][Find modifications in git logs]]
16586 : The character that makes a line with leading number an ordered list item.
16587 : Valid values are ?. and ?).  To get both terminators, use t.
16589 : This variable needs to be set before org.el is loaded.  If you
16590 : need to make a change while Emacs is running, use the customize
16591 : interface or run the following code after updating it:
16593 :   `\[org-element-update-syntax]'
16595 ** org-ascii-indented-line-width =(funcall (function (closure (t...=
16596    :PROPERTIES:
16597    :CUSTOM_ID: org-ascii-indented-line-width
16598    :END:
16600 - *Type:* (choice (integer :tag "Number ...
16601 - *Since:* Emacs version 24.4
16602 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
16603 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-indented-line-width][Find modifications in git logs]]
16605 : Additional indentation width for the first line in a paragraph.
16606 : If the value is an integer, indent the first line of each
16607 : paragraph by this width, unless it is located at the beginning of
16608 : a section, in which case indentation is removed from that line.
16609 : If it is the symbol `auto' preserve indentation from original
16610 : document.
16612 ** org-attach-expert =(funcall (function (closure (t...=
16613    :PROPERTIES:
16614    :CUSTOM_ID: org-attach-expert
16615    :END:
16617 - *Type:* boolean
16618 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
16619 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-expert][Find modifications in git logs]]
16621 : Non-nil means do not show the splash buffer with the attach dispatcher.
16623 ** org-highlight-links =(funcall (function (closure (f...=
16624    :PROPERTIES:
16625    :CUSTOM_ID: org-highlight-links
16626    :END:
16628 - *Type:* (set :greedy t (const :tag "Do...
16629 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16630 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-highlight-links][Find modifications in git logs]]
16632 : Types of links that should be highlighted in Org files.
16634 : This is a list of symbols, each one of them leading to the
16635 : highlighting of a certain link type.
16637 : You can still open links that are not highlighted.
16639 : In principle, it does not hurt to turn on highlighting for all
16640 : link types.  There may be a small gain when turning off unused
16641 : link types.  The types are:
16643 : bracket   The recommended [[link][description]] or [[link]] links with hiding.
16644 : angle     Links in angular brackets that may contain whitespace like
16645 :           <bbdb:Carsten Dominik>.
16646 : plain     Plain links in normal text, no whitespace, like http://google.com.
16647 : radio     Text that is matched by a radio target, see manual for details.
16648 : tag       Tag settings in a headline (link to tag search).
16649 : date      Time stamps (link to calendar).
16650 : footnote  Footnote labels.
16652 : If you set this variable during an Emacs session, use `org-mode-restart'
16653 : in the Org buffer so that the change takes effect.
16655 ** org-src-preserve-indentation =(funcall (function (closure (t...=
16656    :PROPERTIES:
16657    :CUSTOM_ID: org-src-preserve-indentation
16658    :END:
16660 - *Type:* boolean
16661 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
16662 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-preserve-indentation][Find modifications in git logs]]
16664 : If non-nil preserve leading whitespace characters on export.
16665 : \<org-mode-map>
16666 : If non-nil leading whitespace characters in source code blocks
16667 : are preserved on export, and when switching between the org
16668 : buffer and the language mode edit buffer.
16670 : When this variable is nil, after editing with `\[org-edit-src-code]',
16671 : the minimum (across-lines) number of leading whitespace characters
16672 : are removed from all lines, and the code block is uniformly indented
16673 : according to the value of `org-edit-src-content-indentation'.
16675 ** org-custom-properties =(funcall (function (closure (f...=
16676    :PROPERTIES:
16677    :CUSTOM_ID: org-custom-properties
16678    :END:
16680 - *Type:* (repeat (string :tag "Property...
16681 - *Since:* Emacs version 24.3
16682 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16683 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-custom-properties][Find modifications in git logs]]
16685 : List of properties (as strings) with a special meaning.
16686 : The default use of these custom properties is to let the user
16687 : hide them with `org-toggle-custom-properties-visibility'.
16689 ** org-clock-heading-function =(funcall (function (closure (t...=
16690    :PROPERTIES:
16691    :CUSTOM_ID: org-clock-heading-function
16692    :END:
16694 - *Type:* (choice (const nil) (function)...
16695 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
16696 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-heading-function][Find modifications in git logs]]
16698 : When non-nil, should be a function to create `org-clock-heading'.
16699 : This is the string shown in the mode line when a clock is running.
16700 : The function is called with point at the beginning of the headline.
16702 ** org-link-frame-setup =(funcall (function (closure (f...=
16703    :PROPERTIES:
16704    :CUSTOM_ID: org-link-frame-setup
16705    :END:
16707 - *Type:* (list (cons (const vm) (choice...
16708 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16709 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-link-frame-setup][Find modifications in git logs]]
16711 : Setup the frame configuration for following links.
16712 : When following a link with Emacs, it may often be useful to display
16713 : this link in another window or frame.  This variable can be used to
16714 : set this up for the different types of links.
16715 : For VM, use any of
16716 :     `vm-visit-folder'
16717 :     `vm-visit-folder-other-window'
16718 :     `vm-visit-folder-other-frame'
16719 : For Gnus, use any of
16720 :     `gnus'
16721 :     `gnus-other-frame'
16722 :     `org-gnus-no-new-news'
16723 : For FILE, use any of
16724 :     `find-file'
16725 :     `find-file-other-window'
16726 :     `find-file-other-frame'
16727 : For Wanderlust use any of
16728 :     `wl'
16729 :     `wl-other-frame'
16730 : For the calendar, use the variable `calendar-setup'.
16731 : For BBDB, it is currently only possible to display the matches in
16732 : another window.
16734 ** org-agenda-remove-times-when-in-prefix =t=
16735    :PROPERTIES:
16736    :CUSTOM_ID: org-agenda-remove-times-when-in-prefix
16737    :END:
16739 - *Type:* (choice (const :tag "Always" t...
16740 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
16741 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-remove-times-when-in-prefix][Find modifications in git logs]]
16743 : Non-nil means remove duplicate time specifications in agenda items.
16744 : When the format `org-agenda-prefix-format' contains a `%t' specifier, a
16745 : time-of-day specification in a headline or diary entry is extracted and
16746 : placed into the prefix.  If this option is non-nil, the original specification
16747 : (a timestamp or -range, or just a plain time(range) specification like
16748 : 11:30-4pm) will be removed for agenda display.  This makes the agenda less
16749 : cluttered.
16750 : The option can be t or nil.  It may also be the symbol `beg', indicating
16751 : that the time should only be removed when it is located at the beginning of
16752 : the headline/diary entry.
16754 ** org-pretty-entities-include-sub-superscripts =(funcall (function (closure (f...=
16755    :PROPERTIES:
16756    :CUSTOM_ID: org-pretty-entities-include-sub-superscripts
16757    :END:
16759 - *Type:* boolean
16760 - *Since:* Emacs version 24.1
16761 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16762 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-pretty-entities-include-sub-superscripts][Find modifications in git logs]]
16764 : Non-nil means, pretty entity display includes formatting sub/superscripts.
16766 ** org-todo-interpretation =(funcall (function (closure (f...=
16767    :PROPERTIES:
16768    :CUSTOM_ID: org-todo-interpretation
16769    :END:
16771 - *Type:* (choice (const sequence) (cons...
16772 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16773 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-interpretation][Find modifications in git logs]]
16775 : Controls how TODO keywords are interpreted.
16776 : This variable is in principle obsolete and is only used for
16777 : backward compatibility, if the interpretation of todo keywords is
16778 : not given already in `org-todo-keywords'.  See that variable for
16779 : more information.
16781 ** org-yank-folded-subtrees =(funcall (function (closure (f...=
16782    :PROPERTIES:
16783    :CUSTOM_ID: org-yank-folded-subtrees
16784    :END:
16786 - *Type:* boolean
16787 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16788 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-yank-folded-subtrees][Find modifications in git logs]]
16790 : Non-nil means when yanking subtrees, fold them.
16791 : If the kill is a single subtree, or a sequence of subtrees, i.e. if
16792 : it starts with a heading and all other headings in it are either children
16793 : or siblings, then fold all the subtrees.  However, do this only if no
16794 : text after the yank would be swallowed into a folded tree by this action.
16796 ** org-table-formula-use-constants =(funcall (function (closure (o...=
16797    :PROPERTIES:
16798    :CUSTOM_ID: org-table-formula-use-constants
16799    :END:
16801 - *Type:* boolean
16802 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
16803 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-formula-use-constants][Find modifications in git logs]]
16805 : Non-nil means interpret constants in formulas in tables.
16806 : A constant looks like `$c' or `$Grav' and will be replaced before evaluation
16807 : by the value given in `org-table-formula-constants', or by a value obtained
16808 : from the `constants.el' package.
16810 ** org-display-internal-link-with-indirect-buffer =(funcall (function (closure (f...=
16811    :PROPERTIES:
16812    :CUSTOM_ID: org-display-internal-link-with-indirect-buffer
16813    :END:
16815 - *Type:* boolean
16816 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16817 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-display-internal-link-with-indirect-buffer][Find modifications in git logs]]
16819 : Non-nil means use indirect buffer to display infile links.
16820 : Activating internal links (from one location in a file to another location
16821 : in the same file) normally just jumps to the location.  When the link is
16822 : activated with a `\[universal-argument]' prefix (or with mouse-3), the link is displayed in
16823 : another window.  When this option is set, the other window actually displays
16824 : an indirect buffer clone of the current buffer, to avoid any visibility
16825 : changes to the current buffer.
16827 ** org-clock-sound =(funcall (function (closure (t...=
16828    :PROPERTIES:
16829    :CUSTOM_ID: org-clock-sound
16830    :END:
16832 - *Type:* (choice (const :tag "No sound"...
16833 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
16834 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-sound][Find modifications in git logs]]
16836 : Sound to use for notifications.
16837 : Possible values are:
16839 : nil        No sound played
16840 : t          Standard Emacs beep
16841 : file name  Play this sound file, fall back to beep
16843 ** org-property-format =(funcall (function (closure (f...=
16844    :PROPERTIES:
16845    :CUSTOM_ID: org-property-format
16846    :END:
16848 - *Type:* string
16849 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16850 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-property-format][Find modifications in git logs]]
16852 : How property key/value pairs should be formatted by `indent-line'.
16853 : When `indent-line' hits a property definition, it will format the line
16854 : according to this format, mainly to make sure that the values are
16855 : lined-up with respect to each other.
16857 ** org-log-refile =(funcall (function (closure (f...=
16858    :PROPERTIES:
16859    :CUSTOM_ID: org-log-refile
16860    :END:
16862 - *Type:* (choice (const :tag "No loggin...
16863 - *Since:* Emacs version 24.1
16864 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16865 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-refile][Find modifications in git logs]]
16867 : Information to record when a task is refiled.
16869 : Possible values are:
16871 : nil     Don't add anything
16872 : time    Add a time stamp to the task
16873 : note    Prompt for a note and add it with template `org-log-note-headings'
16875 : This option can also be set with on a per-file-basis with
16877 :    #+STARTUP: nologrefile
16878 :    #+STARTUP: logrefile
16879 :    #+STARTUP: lognoterefile
16881 : You can have local logging settings for a subtree by setting the LOGGING
16882 : property to one or more of these keywords.
16884 : When bulk-refiling from the agenda, the value `note' is forbidden and
16885 : will temporarily be changed to `time'.
16887 ** org-mobile-allpriorities =(funcall (function (closure (t...=
16888    :PROPERTIES:
16889    :CUSTOM_ID: org-mobile-allpriorities
16890    :END:
16892 - *Type:* string
16893 - *Since:* Emacs version 24.4
16894 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
16895 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-allpriorities][Find modifications in git logs]]
16897 : Default set of priority cookies for the index file.
16899 ** org-bibtex-autogen-keys =(funcall (function (closure (t...=
16900    :PROPERTIES:
16901    :CUSTOM_ID: org-bibtex-autogen-keys
16902    :END:
16904 - *Type:* boolean
16905 - *Since:* Emacs version 24.1
16906 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
16907 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-autogen-keys][Find modifications in git logs]]
16909 : Set to a truth value to use `bibtex-generate-autokey' to generate keys.
16911 ** org-export-with-todo-keywords =(funcall (function (closure (t...=
16912    :PROPERTIES:
16913    :CUSTOM_ID: org-export-with-todo-keywords
16914    :END:
16916 - *Type:* boolean
16917 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16918 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-todo-keywords][Find modifications in git logs]]
16920 : Non-nil means include TODO keywords in export.
16921 : When nil, remove all these keywords from the export.  This option
16922 : can also be set with the OPTIONS keyword, e.g.  "todo:nil".
16924 ** org-export-with-tags =(funcall (function (closure (t...=
16925    :PROPERTIES:
16926    :CUSTOM_ID: org-export-with-tags
16927    :END:
16929 - *Type:* (choice (const :tag "Off" nil)...
16930 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
16931 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-tags][Find modifications in git logs]]
16933 : If nil, do not export tags, just remove them from headlines.
16935 : If this is the symbol `not-in-toc', tags will be removed from
16936 : table of contents entries, but still be shown in the headlines of
16937 : the document.
16939 : This option can also be set with the OPTIONS keyword,
16940 : e.g. "tags:nil".
16942 ** org-latex-toc-command =(funcall (function (closure (t...=
16943    :PROPERTIES:
16944    :CUSTOM_ID: org-latex-toc-command
16945    :END:
16947 - *Type:* string
16948 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
16949 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-toc-command][Find modifications in git logs]]
16951 : LaTeX command to set the table of contents, list of figures, etc.
16952 : This command only applies to the table of contents generated with
16953 : the toc:nil option, not to those generated with #+TOC keyword.
16955 ** org-cycle-separator-lines =(funcall (function (closure (f...=
16956    :PROPERTIES:
16957    :CUSTOM_ID: org-cycle-separator-lines
16958    :END:
16960 - *Type:* integer
16961 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16962 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-separator-lines][Find modifications in git logs]]
16964 : Number of empty lines needed to keep an empty line between collapsed trees.
16965 : If you leave an empty line between the end of a subtree and the following
16966 : headline, this empty line is hidden when the subtree is folded.
16967 : Org mode will leave (exactly) one empty line visible if the number of
16968 : empty lines is equal or larger to the number given in this variable.
16969 : So the default 2 means at least 2 empty lines after the end of a subtree
16970 : are needed to produce free space between a collapsed subtree and the
16971 : following headline.
16973 : If the number is negative, and the number of empty lines is at least -N,
16974 : all empty lines are shown.
16976 : Special case: when 0, never leave empty lines in collapsed view.
16978 ** org-disputed-keys =(funcall (function (closure (f...=
16979    :PROPERTIES:
16980    :CUSTOM_ID: org-disputed-keys
16981    :END:
16983 - *Type:* alist
16984 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
16985 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-disputed-keys][Find modifications in git logs]]
16987 : Keys for which Org mode and other modes compete.
16988 : This is an alist, cars are the default keys, second element specifies
16989 : the alternative to use when `org-replace-disputed-keys' is t.
16991 : Keys can be specified in any syntax supported by `define-key'.
16992 : The value of this option takes effect only at Org mode startup,
16993 : therefore you'll have to restart Emacs to apply it after changing.
16995 ** org-cycle-skip-children-state-if-no-children =(funcall (function (closure (f...=
16996    :PROPERTIES:
16997    :CUSTOM_ID: org-cycle-skip-children-state-if-no-children
16998    :END:
17000 - *Type:* boolean
17001 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17002 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-skip-children-state-if-no-children][Find modifications in git logs]]
17004 : Non-nil means skip CHILDREN state in entries that don't have any.
17006 ** org-hide-emphasis-markers =(funcall (function (closure (f...=
17007    :PROPERTIES:
17008    :CUSTOM_ID: org-hide-emphasis-markers
17009    :END:
17011 - *Type:* boolean
17012 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17013 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-emphasis-markers][Find modifications in git logs]]
17015 : Non-nil mean font-lock should hide the emphasis marker characters.
17017 ** org-clock-persist-query-save =(funcall (function (closure (t...=
17018    :PROPERTIES:
17019    :CUSTOM_ID: org-clock-persist-query-save
17020    :END:
17022 - *Type:* boolean
17023 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
17024 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-persist-query-save][Find modifications in git logs]]
17026 : When non-nil, ask before saving the current clock on exit.
17028 ** org-odt-format-headline-function =(funcall (function (closure (h...=
17029    :PROPERTIES:
17030    :CUSTOM_ID: org-odt-format-headline-function
17031    :END:
17033 - *Type:* function
17034 - *Since:* Emacs version 26.1
17035 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
17036 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-format-headline-function][Find modifications in git logs]]
17038 : Function to format headline text.
17040 : This function will be called with 5 arguments:
17041 : TODO      the todo keyword (string or nil).
17042 : TODO-TYPE the type of todo (symbol: `todo', `done', nil)
17043 : PRIORITY  the priority of the headline (integer or nil)
17044 : TEXT      the main headline text (string).
17045 : TAGS      the tags string, separated with colons (string or nil).
17047 : The function result will be used as headline text.
17049 ** org-refile-target-verify-function =(funcall (function (closure (f...=
17050    :PROPERTIES:
17051    :CUSTOM_ID: org-refile-target-verify-function
17052    :END:
17054 - *Type:* (choice (const nil) (function)...
17055 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17056 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-target-verify-function][Find modifications in git logs]]
17058 : Function to verify if the headline at point should be a refile target.
17059 : The function will be called without arguments, with point at the
17060 : beginning of the headline.  It should return t and leave point
17061 : where it is if the headline is a valid target for refiling.
17063 : If the target should not be selected, the function must return nil.
17064 : In addition to this, it may move point to a place from where the search
17065 : should be continued.  For example, the function may decide that the entire
17066 : subtree of the current entry should be excluded and move point to the end
17067 : of the subtree.
17069 ** org-clock-out-when-done =(funcall (function (closure (t...=
17070    :PROPERTIES:
17071    :CUSTOM_ID: org-clock-out-when-done
17072    :END:
17074 - *Type:* (choice (const :tag "No" nil) ...
17075 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
17076 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-out-when-done][Find modifications in git logs]]
17078 : When non-nil, clock will be stopped when the clocked entry is marked DONE.
17079 : \<org-mode-map>DONE here means any DONE-like state.
17080 : A nil value means clock will keep running until stopped explicitly with
17081 : `\[org-clock-out]', or until the clock is started in a different item.
17082 : Instead of t, this can also be a list of TODO states that should trigger
17083 : clocking out.
17085 ** org-attach-allow-inheritance =(funcall (function (closure (t...=
17086    :PROPERTIES:
17087    :CUSTOM_ID: org-attach-allow-inheritance
17088    :END:
17090 - *Type:* boolean
17091 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
17092 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-allow-inheritance][Find modifications in git logs]]
17094 : Non-nil means allow attachment directories be inherited.
17096 ** org-export-copy-to-kill-ring =(funcall (function (closure (t...=
17097    :PROPERTIES:
17098    :CUSTOM_ID: org-export-copy-to-kill-ring
17099    :END:
17101 - *Type:* (choice (const :tag "Always" t...
17102 - *Since:* Emacs version 26.1
17103 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
17104 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-copy-to-kill-ring][Find modifications in git logs]]
17106 : Non-nil means pushing export output to the kill ring.
17107 : This variable is ignored during asynchronous export.
17109 ** org-inlinetask-min-level =(funcall (function (closure (t...=
17110    :PROPERTIES:
17111    :CUSTOM_ID: org-inlinetask-min-level
17112    :END:
17114 - *Type:* (choice (const :tag "Off" nil)...
17115 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-inlinetask.el][org-inlinetask.el]]
17116 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inlinetask-min-level][Find modifications in git logs]]
17118 : Minimum level a headline must have before it is treated as an inline task.
17119 : Don't set it to something higher than `29' or clocking will break since this
17120 : is the hardcoded maximum number of stars `org-clock-sum' will work with.
17122 : It is strongly recommended that you set `org-cycle-max-level' not at all,
17123 : or to a number smaller than this one.  In fact, when `org-cycle-max-level' is
17124 : not set, it will be assumed to be one less than the value of smaller than
17125 : the value of this variable.
17127 ** org-archive-mark-done =(funcall (function (closure (t...=
17128    :PROPERTIES:
17129    :CUSTOM_ID: org-archive-mark-done
17130    :END:
17132 - *Type:* (choice (const :tag "No" nil) ...
17133 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
17134 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-mark-done][Find modifications in git logs]]
17136 : Non-nil means mark entries as DONE when they are moved to the archive file.
17137 : This can be a string to set the keyword to use.  When non-nil, Org will
17138 : use the first keyword in its list that means done.
17140 ** org-icalendar-combined-agenda-file =(funcall (function (closure (t...=
17141    :PROPERTIES:
17142    :CUSTOM_ID: org-icalendar-combined-agenda-file
17143    :END:
17145 - *Type:* file
17146 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
17147 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-combined-agenda-file][Find modifications in git logs]]
17149 : The file name for the iCalendar file covering all agenda files.
17150 : This file is created with the command `\[org-icalendar-combine-agenda-files]'.
17151 : The file name should be absolute.  It will be overwritten without warning.
17153 ** org-confirm-elisp-link-not-regexp =(funcall (function (closure (f...=
17154    :PROPERTIES:
17155    :CUSTOM_ID: org-confirm-elisp-link-not-regexp
17156    :END:
17158 - *Type:* regexp
17159 - *Since:* Emacs version 24.1
17160 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17161 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-confirm-elisp-link-not-regexp][Find modifications in git logs]]
17163 : A regexp to skip confirmation for Elisp links.
17165 ** org-babel-C-compiler =(funcall (function (closure (t...=
17166    :PROPERTIES:
17167    :CUSTOM_ID: org-babel-C-compiler
17168    :END:
17170 - *Type:* string
17171 - *Since:* Emacs version 24.3
17172 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-C.el][ob-C.el]]
17173 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-C-compiler][Find modifications in git logs]]
17175 : Command used to compile a C source code file into an executable.
17176 : May be either a command in the path, like gcc
17177 : or an absolute path name, like /usr/local/bin/gcc
17178 : parameter may be used, like gcc -v
17180 ** org-babel-D-compiler =(funcall (function (closure (t...=
17181    :PROPERTIES:
17182    :CUSTOM_ID: org-babel-D-compiler
17183    :END:
17185 - *Type:* string
17186 - *Since:* Emacs version 24.3
17187 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-C.el][ob-C.el]]
17188 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-D-compiler][Find modifications in git logs]]
17190 : Command used to compile and execute a D source code file.
17191 : May be either a command in the path, like rdmd
17192 : or an absolute path name, like /usr/local/bin/rdmd
17193 : parameter may be used, like rdmd --chatty
17195 ** org-clock-string-limit =(funcall (function (closure (t...=
17196    :PROPERTIES:
17197    :CUSTOM_ID: org-clock-string-limit
17198    :END:
17200 - *Type:* integer
17201 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
17202 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-string-limit][Find modifications in git logs]]
17204 : Maximum length of clock strings in the mode line.  0 means no limit.
17206 ** org-agenda-move-date-from-past-immediately-to-today =t=
17207    :PROPERTIES:
17208    :CUSTOM_ID: org-agenda-move-date-from-past-immediately-to-today
17209    :END:
17211 - *Type:* boolean
17212 - *Since:* Emacs version 24.1
17213 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
17214 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-move-date-from-past-immediately-to-today][Find modifications in git logs]]
17216 : Non-nil means jump to today when moving a past date forward in time.
17217 : When using S-right in the agenda to move a a date forward, and the date
17218 : stamp currently points to the past, the first key press will move it
17219 : to today.  WHen nil, just move one day forward even if the date stays
17220 : in the past.
17222 ** org-bookmark-names-plist =(funcall (function (closure (f...=
17223    :PROPERTIES:
17224    :CUSTOM_ID: org-bookmark-names-plist
17225    :END:
17227 - *Type:* plist
17228 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17229 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bookmark-names-plist][Find modifications in git logs]]
17231 : Names for bookmarks automatically set by some Org commands.
17232 : This can provide strings as names for a number of bookmarks Org sets
17233 : automatically.  The following keys are currently implemented:
17234 :   :last-capture
17235 :   :last-capture-marker
17236 :   :last-refile
17237 : When a key does not show up in the property list, the corresponding bookmark
17238 : is not set.
17240 ** org-babel-clojure-backend =(funcall (function (closure (t...=
17241    :PROPERTIES:
17242    :CUSTOM_ID: org-babel-clojure-backend
17243    :END:
17245 - *Type:* (choice (const :tag "cider" ci...
17246 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-clojure.el][ob-clojure.el]]
17247 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-clojure-backend][Find modifications in git logs]]
17249 : Backend used to evaluate Clojure code blocks.
17251 ** org-export-show-temporary-export-buffer =(funcall (function (closure (t...=
17252    :PROPERTIES:
17253    :CUSTOM_ID: org-export-show-temporary-export-buffer
17254    :END:
17256 - *Type:* boolean
17257 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
17258 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-show-temporary-export-buffer][Find modifications in git logs]]
17260 : Non-nil means show buffer after exporting to temp buffer.
17261 : When Org exports to a file, the buffer visiting that file is never
17262 : shown, but remains buried.  However, when exporting to
17263 : a temporary buffer, that buffer is popped up in a second window.
17264 : When this variable is nil, the buffer remains buried also in
17265 : these cases.
17267 ** org-export-in-background =(funcall (function (closure (t...=
17268    :PROPERTIES:
17269    :CUSTOM_ID: org-export-in-background
17270    :END:
17272 - *Type:* boolean
17273 - *Since:* Emacs version 24.4
17274 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
17275 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-in-background][Find modifications in git logs]]
17277 : Non-nil means export and publishing commands will run in background.
17278 : Results from an asynchronous export are never displayed
17279 : automatically.  But you can retrieve them with `\[org-export-stack]'.
17281 ** org-agenda-show-inherited-tags =t=
17282    :PROPERTIES:
17283    :CUSTOM_ID: org-agenda-show-inherited-tags
17284    :END:
17286 - *Type:* (choice (const :tag "Show inhe...
17287 - *Since:* Emacs version 24.3
17288 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
17289 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-inherited-tags][Find modifications in git logs]]
17291 : Non-nil means show inherited tags in each agenda line.
17293 : When this option is set to `always', it takes precedence over
17294 : `org-agenda-use-tag-inheritance' and inherited tags are shown
17295 : in every agenda.
17297 : When this option is set to t (the default), inherited tags are
17298 : shown when they are available, i.e. when the value of
17299 : `org-agenda-use-tag-inheritance' enables tag inheritance for the
17300 : given agenda type.
17302 : This can be set to a list of agenda types in which the agenda
17303 : must display the inherited tags.  Available types are `todo',
17304 : `agenda', `search' and `timeline'.
17306 : When set to nil, never show inherited tags in agenda lines.
17308 ** org-babel-no-eval-on-ctrl-c-ctrl-c =(funcall (function (closure (t...=
17309    :PROPERTIES:
17310    :CUSTOM_ID: org-babel-no-eval-on-ctrl-c-ctrl-c
17311    :END:
17313 - *Type:* boolean
17314 - *Since:* Emacs version 24.1
17315 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
17316 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-no-eval-on-ctrl-c-ctrl-c][Find modifications in git logs]]
17318 : \<org-mode-map>Remove code block evaluation from the `\[org-ctrl-c-ctrl-c]' key binding.
17320 ** org-odd-levels-only =(funcall (function (closure (f...=
17321    :PROPERTIES:
17322    :CUSTOM_ID: org-odd-levels-only
17323    :END:
17325 - *Type:* boolean
17326 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17327 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odd-levels-only][Find modifications in git logs]]
17329 : Non-nil means skip even levels and only use odd levels for the outline.
17330 : This has the effect that two stars are being added/taken away in
17331 : promotion/demotion commands.  It also influences how levels are
17332 : handled by the exporters.
17333 : Changing it requires restart of `font-lock-mode' to become effective
17334 : for fontification also in regions already fontified.
17335 : You may also set this on a per-file basis by adding one of the following
17336 : lines to the buffer:
17338 :    #+STARTUP: odd
17339 :    #+STARTUP: oddeven
17341 ** org-ascii-headline-spacing =(funcall (function (closure (t...=
17342    :PROPERTIES:
17343    :CUSTOM_ID: org-ascii-headline-spacing
17344    :END:
17346 - *Type:* (choice (const :tag "Replicate...
17347 - *Since:* Emacs version 24.4
17348 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
17349 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-headline-spacing][Find modifications in git logs]]
17351 : Number of blank lines inserted around headlines.
17353 : This variable can be set to a cons cell.  In that case, its car
17354 : represents the number of blank lines present before headline
17355 : contents whereas its cdr reflects the number of blank lines after
17356 : contents.
17358 : A nil value replicates the number of blank lines found in the
17359 : original Org buffer at the same place.
17361 ** org-html-htmlize-output-type =(funcall (function (closure (h...=
17362    :PROPERTIES:
17363    :CUSTOM_ID: org-html-htmlize-output-type
17364    :END:
17366 - *Type:* (choice (const css) (const inl...
17367 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
17368 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-htmlize-output-type][Find modifications in git logs]]
17370 : Output type to be used by htmlize when formatting code snippets.
17371 : Choices are `css' to export the CSS selectors only,`inline-css'
17372 : to export the CSS attribute values inline in the HTML or `nil' to
17373 : export plain text.  We use as default `inline-css', in order to
17374 : make the resulting HTML self-containing.
17376 : However, this will fail when using Emacs in batch mode for export, because
17377 : then no rich font definitions are in place.  It will also not be good if
17378 : people with different Emacs setup contribute HTML files to a website,
17379 : because the fonts will represent the individual setups.  In these cases,
17380 : it is much better to let Org/Htmlize assign classes only, and to use
17381 : a style file to define the look of these classes.
17382 : To get a start for your css file, start Emacs session and make sure that
17383 : all the faces you are interested in are defined, for example by loading files
17384 : in all modes you want.  Then, use the command
17385 : `\[org-html-htmlize-generate-css]' to extract class definitions.
17387 ** org-read-date-display-live =(funcall (function (closure (f...=
17388    :PROPERTIES:
17389    :CUSTOM_ID: org-read-date-display-live
17390    :END:
17392 - *Type:* boolean
17393 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17394 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-read-date-display-live][Find modifications in git logs]]
17396 : Non-nil means display current interpretation of date prompt live.
17397 : This display will be in an overlay, in the minibuffer.
17399 ** org-clock-history-length =(funcall (function (closure (t...=
17400    :PROPERTIES:
17401    :CUSTOM_ID: org-clock-history-length
17402    :END:
17404 - *Type:* integer
17405 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
17406 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-history-length][Find modifications in git logs]]
17408 : Number of clock tasks to remember in history.
17410 ** org-imenu-depth =(funcall (function (closure (f...=
17411    :PROPERTIES:
17412    :CUSTOM_ID: org-imenu-depth
17413    :END:
17415 - *Type:* integer
17416 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17417 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-imenu-depth][Find modifications in git logs]]
17419 : The maximum level for Imenu access to Org headlines.
17420 : This also applied for speedbar access.
17422 ** org-icalendar-use-scheduled =(funcall (function (closure (t...=
17423    :PROPERTIES:
17424    :CUSTOM_ID: org-icalendar-use-scheduled
17425    :END:
17427 - *Type:* (set :greedy t (const :tag "SC...
17428 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
17429 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-use-scheduled][Find modifications in git logs]]
17431 : Contexts where iCalendar export should use a scheduling time stamp.
17433 : This is a list with possibly several symbols in it.  Valid symbols are:
17435 : `event-if-todo'       Scheduling time stamps in TODO entries become an event.
17436 : `event-if-not-todo'   Scheduling time stamps in non-TODO entries become an event.
17437 : `todo-start'          Scheduling time stamps in TODO entries become start date.
17438 :                       Some calendar applications show TODO entries only after
17439 :                       that date.
17441 ** org-latex-format-headline-function =(funcall (function (closure (t...=
17442    :PROPERTIES:
17443    :CUSTOM_ID: org-latex-format-headline-function
17444    :END:
17446 - *Type:* function
17447 - *Since:* Emacs version 24.4
17448 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
17449 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-format-headline-function][Find modifications in git logs]]
17451 : Function for formatting the headline's text.
17453 : This function will be called with six arguments:
17454 : TODO      the todo keyword (string or nil)
17455 : TODO-TYPE the type of todo (symbol: `todo', `done', nil)
17456 : PRIORITY  the priority of the headline (integer or nil)
17457 : TEXT      the main headline text (string)
17458 : TAGS      the tags (list of strings or nil)
17459 : INFO      the export options (plist)
17461 : The function result will be used in the section format string.
17463 ** org-koma-letter-default-class ="default-koma-letter"=
17464    :PROPERTIES:
17465    :CUSTOM_ID: org-koma-letter-default-class
17466    :END:
17468 - *Type:* string
17469 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
17470 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-default-class][Find modifications in git logs]]
17472 : Default class for `org-koma-letter'.
17473 : The value must be a member of `org-latex-classes'.
17475 ** org-cycle-max-level =(funcall (function (closure (f...=
17476    :PROPERTIES:
17477    :CUSTOM_ID: org-cycle-max-level
17478    :END:
17480 - *Type:* (choice (const :tag "No limit"...
17481 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17482 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-max-level][Find modifications in git logs]]
17484 : Maximum level which should still be subject to visibility cycling.
17485 : Levels higher than this will, for cycling, be treated as text, not a headline.
17486 : When `org-odd-levels-only' is set, a value of N in this variable actually
17487 : means 2N-1 stars as the limiting headline.
17488 : When nil, cycle all levels.
17489 : Note that the limiting level of cycling is also influenced by
17490 : `org-inlinetask-min-level'.  When `org-cycle-max-level' is not set but
17491 : `org-inlinetask-min-level' is, cycling will be limited to levels one less
17492 : than its value.
17494 ** org-md-footnote-format =(funcall (function (closure (t...=
17495    :PROPERTIES:
17496    :CUSTOM_ID: org-md-footnote-format
17497    :END:
17499 - *Type:* string
17500 - *Since:* Emacs version 26.1
17501 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-md.el][ox-md.el]]
17502 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-md-footnote-format][Find modifications in git logs]]
17504 : Format string for the footnote reference.
17505 : The %s will be replaced by the footnote reference itself.
17507 ** org-bbdb-extract-date-fun =(funcall (function (closure (d...=
17508    :PROPERTIES:
17509    :CUSTOM_ID: org-bbdb-extract-date-fun
17510    :END:
17512 - *Type:* function
17513 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bbdb.el][org-bbdb.el]]
17514 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bbdb-extract-date-fun][Find modifications in git logs]]
17516 : How to retrieve `month date year' from the anniversary field.
17518 : Customize if you have already filled your BBDB with dates
17519 : different from YYYY-MM-DD.  The function must return a list (month
17520 : date year).
17522 ** org-link-file-path-type =(funcall (function (closure (f...=
17523    :PROPERTIES:
17524    :CUSTOM_ID: org-link-file-path-type
17525    :END:
17527 - *Type:* (choice (const relative) (cons...
17528 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17529 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-link-file-path-type][Find modifications in git logs]]
17531 : How the path name in file links should be stored.
17532 : Valid values are:
17534 : relative  Relative to the current directory, i.e. the directory of the file
17535 :           into which the link is being inserted.
17536 : absolute  Absolute path, if possible with ~ for home directory.
17537 : noabbrev  Absolute path, no abbreviation of home directory.
17538 : adaptive  Use relative path for files in the current directory and sub-
17539 :           directories of it.  For other files, use an absolute path.
17541 ** org-koma-letter-from-address =""=
17542    :PROPERTIES:
17543    :CUSTOM_ID: org-koma-letter-from-address
17544    :END:
17546 - *Type:* string
17547 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
17548 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-from-address][Find modifications in git logs]]
17550 : Sender's address, as a string.
17551 : This option can also be set with one or more FROM_ADDRESS
17552 : keywords.
17554 ** org-export-with-emphasize =(funcall (function (closure (t...=
17555    :PROPERTIES:
17556    :CUSTOM_ID: org-export-with-emphasize
17557    :END:
17559 - *Type:* boolean
17560 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
17561 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-emphasize][Find modifications in git logs]]
17563 : Non-nil means interpret *word*, /word/, _word_ and +word+.
17565 : If the export target supports emphasizing text, the word will be
17566 : typeset in bold, italic, with an underline or strike-through,
17567 : respectively.
17569 : This option can also be set with the OPTIONS keyword,
17570 : e.g. "*:nil".
17572 ** org-odt-schema-dir =(funcall (function (closure (h...=
17573    :PROPERTIES:
17574    :CUSTOM_ID: org-odt-schema-dir
17575    :END:
17577 - *Type:* (choice (const :tag "Not set" ...
17578 - *Since:* Emacs version 24.1
17579 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
17580 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-schema-dir][Find modifications in git logs]]
17582 : Directory that contains OpenDocument schema files.
17584 : This directory contains:
17585 : 1. rnc files for OpenDocument schema
17586 : 2. a "schemas.xml" file that specifies locating rules needed
17587 :    for auto validation of OpenDocument XML files.
17589 : Use the customize interface to set this variable.  This ensures
17590 : that `rng-schema-locating-files' is updated and auto-validation
17591 : of OpenDocument XML takes place based on the value
17592 : `rng-nxml-auto-validate-flag'.
17594 : The default value of this variable varies depending on the
17595 : version of org in use and is initialized from
17596 : `org-odt-schema-dir-list'.  The OASIS schema files are available
17597 : only in the org's private git repository.  It is *not* bundled
17598 : with GNU ELPA tar or standard Emacs distribution.
17600 ** org-inlinetask-default-state =(funcall (function (closure (t...=
17601    :PROPERTIES:
17602    :CUSTOM_ID: org-inlinetask-default-state
17603    :END:
17605 - *Type:* (choice (const :tag "No state"...
17606 - *Since:* Emacs version 24.1
17607 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-inlinetask.el][org-inlinetask.el]]
17608 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-inlinetask-default-state][Find modifications in git logs]]
17610 : Non-nil means make inline tasks have a TODO keyword initially.
17611 : This should be the state `org-inlinetask-insert-task' should use by
17612 : default, or nil of no state should be assigned.
17614 ** org-mobile-inbox-for-pull =(funcall (function (closure (t...=
17615    :PROPERTIES:
17616    :CUSTOM_ID: org-mobile-inbox-for-pull
17617    :END:
17619 - *Type:* file
17620 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
17621 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-inbox-for-pull][Find modifications in git logs]]
17623 : The file where captured notes and flags will be appended to.
17624 : During the execution of `org-mobile-pull', the file
17625 : `org-mobile-capture-file' will be emptied it's contents have
17626 : been appended to the file given here.  This file should be in
17627 : `org-directory', and not in the staging area or on the web server.
17629 ** org-babel-exp-call-line-template =(funcall (function (closure (t...=
17630    :PROPERTIES:
17631    :CUSTOM_ID: org-babel-exp-call-line-template
17632    :END:
17634 - *Type:* string
17635 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-exp.el][ob-exp.el]]
17636 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-exp-call-line-template][Find modifications in git logs]]
17638 : Template used to export call lines.
17639 : This template may be customized to include the call line name
17640 : with any export markup.  The template is filled out using
17641 : `org-fill-template', and the following %keys may be used.
17643 :  line --- call line
17645 : An example value would be "\n: call: %line" to export the call line
17646 : wrapped in a verbatim environment.
17648 : Note: the results are inserted separately after the contents of
17649 : this template.
17651 ** org-agenda-skip-timestamp-if-done =nil=
17652    :PROPERTIES:
17653    :CUSTOM_ID: org-agenda-skip-timestamp-if-done
17654    :END:
17656 - *Type:* boolean
17657 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
17658 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-timestamp-if-done][Find modifications in git logs]]
17660 : Non-nil means don't select item by timestamp or -range if it is DONE.
17662 ** org-html-toplevel-hlevel =(funcall (function (closure (h...=
17663    :PROPERTIES:
17664    :CUSTOM_ID: org-html-toplevel-hlevel
17665    :END:
17667 - *Type:* integer
17668 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
17669 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-toplevel-hlevel][Find modifications in git logs]]
17671 : The <H> level for level 1 headings in HTML export.
17672 : This is also important for the classes that will be wrapped around headlines
17673 : and outline structure.  If this variable is 1, the top-level headlines will
17674 : be <h1>, and the corresponding classes will be outline-1, section-number-1,
17675 : and outline-text-1.  If this is 2, all of these will get a 2 instead.
17676 : The default for this variable is 2, because we use <h1> for formatting the
17677 : document title.
17679 ** org-latex-minted-langs =(funcall (function (closure (t...=
17680    :PROPERTIES:
17681    :CUSTOM_ID: org-latex-minted-langs
17682    :END:
17684 - *Type:* (repeat (list (symbol :tag "Ma...
17685 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
17686 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-minted-langs][Find modifications in git logs]]
17688 : Alist mapping languages to their minted language counterpart.
17689 : The key is a symbol, the major mode symbol without the "-mode".
17690 : The value is the string that should be inserted as the language
17691 : parameter for the minted package.  If the mode name and the
17692 : listings name are the same, the language does not need an entry
17693 : in this list - but it does not hurt if it is present.
17695 : Note that minted uses all lower case for language identifiers,
17696 : and that the full list of language identifiers can be obtained
17697 : with:
17699 :   pygmentize -L lexers
17701 ** org-clock-clocktable-default-properties =(funcall (function (closure (t...=
17702    :PROPERTIES:
17703    :CUSTOM_ID: org-clock-clocktable-default-properties
17704    :END:
17706 - *Type:* plist
17707 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
17708 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-clocktable-default-properties][Find modifications in git logs]]
17710 : Default properties for new clocktables.
17711 : These will be inserted into the BEGIN line, to make it easy for users to
17712 : play with them.
17714 ** org-html-table-use-header-tags-for-first-column =(funcall (function (closure (h...=
17715    :PROPERTIES:
17716    :CUSTOM_ID: org-html-table-use-header-tags-for-first-column
17717    :END:
17719 - *Type:* boolean
17720 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
17721 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-use-header-tags-for-first-column][Find modifications in git logs]]
17723 : Non-nil means format column one in tables with header tags.
17724 : When nil, also column one will use data tags.
17726 ** org-link-translation-function =(funcall (function (closure (f...=
17727    :PROPERTIES:
17728    :CUSTOM_ID: org-link-translation-function
17729    :END:
17731 - *Type:* (choice (const nil) (function)...
17732 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17733 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-link-translation-function][Find modifications in git logs]]
17735 : Function to translate links with different syntax to Org syntax.
17736 : This can be used to translate links created for example by the Planner
17737 : or emacs-wiki packages to Org syntax.
17738 : The function must accept two parameters, a TYPE containing the link
17739 : protocol name like "rmail" or "gnus" as a string, and the linked path,
17740 : which is everything after the link protocol.  It should return a cons
17741 : with possibly modified values of type and path.
17742 : Org contains a function for this, so if you set this variable to
17743 : `org-translate-link-from-planner', you should be able follow many
17744 : links created by planner.
17746 ** org-latex-remove-logfiles =(funcall (function (closure (t...=
17747    :PROPERTIES:
17748    :CUSTOM_ID: org-latex-remove-logfiles
17749    :END:
17751 - *Type:* boolean
17752 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
17753 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-remove-logfiles][Find modifications in git logs]]
17755 : Non-nil means remove the logfiles produced by PDF production.
17756 : By default, logfiles are files with these extensions: .aux, .idx,
17757 : .log, .out, .toc, .nav, .snm and .vrb.  To define the set of
17758 : logfiles to remove, set `org-latex-logfiles-extensions'.
17760 ** org-koma-letter-location =""=
17761    :PROPERTIES:
17762    :CUSTOM_ID: org-koma-letter-location
17763    :END:
17765 - *Type:* string
17766 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
17767 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-location][Find modifications in git logs]]
17769 : Sender's extension field, as a string.
17771 : This option can also be set with the LOCATION keyword.
17772 : Moreover, when:
17773 :   (1) Either `org-koma-letter-prefer-special-headings' is non-nil
17774 :       or there is no LOCATION keyword or the LOCATION keyword is
17775 :       empty;
17776 :   (2) the letter contains a headline with the special
17777 :       tag "location";
17778 : then the location will be set as the content of the location
17779 : special heading.
17781 : The location field is typically printed right of the address
17782 : field (See Figure 4.9. in the English manual of 2015-10-03).
17784 ** org-latex-custom-lang-environments =(funcall (function (closure (t...=
17785    :PROPERTIES:
17786    :CUSTOM_ID: org-latex-custom-lang-environments
17787    :END:
17789 - *Type:* (repeat (list (symbol :tag "La...
17790 - *Since:* Emacs version 26.1
17791 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
17792 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-custom-lang-environments][Find modifications in git logs]]
17794 : Alist mapping languages to language-specific LaTeX environments.
17796 : It is used during export of src blocks by the listings and minted
17797 : latex packages.  The environment may be a simple string, composed of
17798 : only letters and numbers.  In this case, the string is directly the
17799 : name of the latex environment to use.  The environment may also be
17800 : a format string.  In this case the format string will be directly
17801 : exported.  This format string may contain these elements:
17803 :   %s for the formatted source
17804 :   %c for the caption
17805 :   %f for the float attribute
17806 :   %l for an appropriate label
17807 :   %o for the LaTeX attributes
17809 : For example,
17811 :   (setq org-latex-custom-lang-environments
17812 :      \='((python "pythoncode")
17813 :        (ocaml "\\begin{listing}
17814 : \\begin{minted}[%o]{ocaml}
17815 : %s\\end{minted}
17816 : \\caption{%c}
17817 : \\label{%l}")))
17819 : would have the effect that if Org encounters a Python source block
17820 : during LaTeX export it will produce
17822 :   \begin{pythoncode}
17823 :   <src block body>
17824 :   \end{pythoncode}
17826 : and if Org encounters an Ocaml source block during LaTeX export it
17827 : will produce
17829 :   \begin{listing}
17830 :   \begin{minted}[<attr_latex options>]{ocaml}
17831 :   <src block body>
17832 :   \end{minted}
17833 :   \caption{<caption>}
17834 :   \label{<label>}
17835 :   \end{listing}
17837 ** org-id-search-archives =(funcall (function (closure (t...=
17838    :PROPERTIES:
17839    :CUSTOM_ID: org-id-search-archives
17840    :END:
17842 - *Type:* boolean
17843 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
17844 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-search-archives][Find modifications in git logs]]
17846 : Non-nil means search also the archive files of agenda files for entries.
17847 : This is a possibility to reduce overhead, but it means that entries moved
17848 : to the archives can no longer be found by ID.
17849 : This variable is only relevant when `org-id-track-globally' is set.
17851 ** org-org-htmlized-css-url =(funcall (function (closure (h...=
17852    :PROPERTIES:
17853    :CUSTOM_ID: org-org-htmlized-css-url
17854    :END:
17856 - *Type:* (choice (const :tag "Don't inc...
17857 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-org.el][ox-org.el]]
17858 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-org-htmlized-css-url][Find modifications in git logs]]
17860 : URL pointing to the CSS defining colors for htmlized Emacs buffers.
17861 : Normally when creating an htmlized version of an Org buffer,
17862 : htmlize will create the CSS to define the font colors.  However,
17863 : this does not work when converting in batch mode, and it also can
17864 : look bad if different people with different fontification setup
17865 : work on the same website.  When this variable is non-nil,
17866 : creating an htmlized version of an Org buffer using
17867 : `org-org-export-as-org' will include a link to this URL if the
17868 : setting of `org-html-htmlize-output-type' is `css'.
17870 ** org-use-fast-tag-selection =(funcall (function (closure (f...=
17871    :PROPERTIES:
17872    :CUSTOM_ID: org-use-fast-tag-selection
17873    :END:
17875 - *Type:* (choice (const :tag "Always" t...
17876 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17877 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-fast-tag-selection][Find modifications in git logs]]
17879 : Non-nil means use fast tag selection scheme.
17880 : This is a special interface to select and deselect tags with single keys.
17881 : When nil, fast selection is never used.
17882 : When the symbol `auto', fast selection is used if and only if selection
17883 : characters for tags have been configured, either through the variable
17884 : `org-tag-alist' or through a #+TAGS line in the buffer.
17885 : When t, fast selection is always used and selection keys are assigned
17886 : automatically if necessary.
17888 ** org-preview-latex-process-alist =(funcall (function (closure (f...=
17889    :PROPERTIES:
17890    :CUSTOM_ID: org-preview-latex-process-alist
17891    :END:
17893 - *Type:* (alist :tag "LaTeX to image ba...
17894 - *Since:* Emacs version 26.1
17895 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17896 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-preview-latex-process-alist][Find modifications in git logs]]
17898 : Definitions of external processes for LaTeX previewing.
17899 : Org mode can use some external commands to generate TeX snippet's images for
17900 : previewing or inserting into HTML files, e.g., "dvipng".  This variable tells
17901 : `org-create-formula-image' how to call them.
17903 : The value is an alist with the pattern (NAME . PROPERTIES).  NAME is a symbol.
17904 : PROPERTIES accepts the following attributes:
17906 :   :programs           list of strings, required programs.
17907 :   :description        string, describe the process.
17908 :   :message            string, message it when required programs cannot be found.
17909 :   :image-input-type   string, input file type of image converter (e.g., "dvi").
17910 :   :image-output-type  string, output file type of image converter (e.g., "png").
17911 :   :use-xcolor         boolean, when non-nil, LaTeX "xcolor" macro is used to
17912 :                       deal with background and foreground color of image.
17913 :                       Otherwise, dvipng style background and foregroud color
17914 :                       format are generated.  You may then refer to them in
17915 :                       command options with "%F" and "%B".
17916 :   :image-size-adjust  cons of numbers, the car element is used to adjust LaTeX
17917 :                       image size showed in buffer and the cdr element is for
17918 :                       HTML file.  This option is only useful for process
17919 :                       developers, users should use variable
17920 :                       `org-format-latex-options' instead.
17921 :   :post-clean         list of strings, files matched are to be cleaned up once
17922 :                       the image is generated.  When nil, the files with ".dvi",
17923 :                       ".xdv", ".pdf", ".tex", ".aux", ".log", ".svg",
17924 :                       ".png", ".jpg", ".jpeg" or ".out" extension will
17925 :                       be cleaned up.
17926 :   :latex-header       list of strings, the LaTeX header of the snippet file.
17927 :                       When nil, the fallback value is used instead, which is
17928 :                       controlled by `org-format-latex-header',
17929 :                       `org-latex-default-packages-alist' and
17930 :                       `org-latex-packages-alist', which see.
17931 :   :latex-compiler     list of LaTeX commands, as strings.  Each of them is given
17932 :                       to the shell.  Place-holders "%t", "%b" and "%o" are
17933 :                       replaced with values defined below.
17934 :   :image-converter    list of image converter commands strings.  Each of them is
17935 :                       given to the shell and supports any of the following
17936 :                       place-holders defined below.
17938 : Place-holders used by `:image-converter' and `:latex-compiler':
17940 :   %f    input file name
17941 :   %b    base name of input file
17942 :   %o    base directory of input file
17943 :   %O    absolute output file name
17945 : Place-holders only used by `:image-converter':
17947 :   %F    foreground of image
17948 :   %B    background of image
17949 :   %D    dpi, which is used to adjust image size by some processing commands.
17950 :   %S    the image size scale ratio, which is used to adjust image size by some
17951 :         processing commands.
17953 ** org-archive-subtree-add-inherited-tags =(funcall (function (closure (t...=
17954    :PROPERTIES:
17955    :CUSTOM_ID: org-archive-subtree-add-inherited-tags
17956    :END:
17958 - *Type:* (choice (const :tag "Never" ni...
17959 - *Since:* Emacs version 24.1
17960 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
17961 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-subtree-add-inherited-tags][Find modifications in git logs]]
17963 : Non-nil means append inherited tags when archiving a subtree.
17965 ** org-get-priority-function =(funcall (function (closure (f...=
17966    :PROPERTIES:
17967    :CUSTOM_ID: org-get-priority-function
17968    :END:
17970 - *Type:* (choice (const nil) (function)...
17971 - *Since:* Emacs version 24.1
17972 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
17973 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-get-priority-function][Find modifications in git logs]]
17975 : Function to extract the priority from a string.
17976 : The string is normally the headline.  If this is nil Org computes the
17977 : priority from the priority cookie like [#A] in the headline.  It returns
17978 : an integer, increasing by 1000 for each priority level.
17979 : The user can set a different function here, which should take a string
17980 : as an argument and return the numeric priority.
17982 ** org-html-table-align-individual-fields =(funcall (function (closure (h...=
17983    :PROPERTIES:
17984    :CUSTOM_ID: org-html-table-align-individual-fields
17985    :END:
17987 - *Type:* boolean
17988 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
17989 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-align-individual-fields][Find modifications in git logs]]
17991 : Non-nil means attach style attributes for alignment to each table field.
17992 : When nil, alignment will only be specified in the column tags, but this
17993 : is ignored by some browsers (like Firefox, Safari).  Opera does it right
17994 : though.
17996 ** org-beamer-outline-frame-title =(funcall (function (closure (t...=
17997    :PROPERTIES:
17998    :CUSTOM_ID: org-beamer-outline-frame-title
17999    :END:
18001 - *Type:* (string :tag "Outline frame ti...
18002 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
18003 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-outline-frame-title][Find modifications in git logs]]
18005 : Default title of a frame containing an outline.
18007 ** org-latex-text-markup-alist =(funcall (function (closure (t...=
18008    :PROPERTIES:
18009    :CUSTOM_ID: org-latex-text-markup-alist
18010    :END:
18012 - *Type:* alist
18013 - *Since:* Emacs version 26.1
18014 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
18015 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-text-markup-alist][Find modifications in git logs]]
18017 : Alist of LaTeX expressions to convert text markup.
18019 : The key must be a symbol among `bold', `code', `italic',
18020 : `strike-through', `underline' and `verbatim'.  The value is
18021 : a formatting string to wrap fontified text with.
18023 : Value can also be set to the following symbols: `verb' and
18024 : `protectedtexttt'.  For the former, Org will use "\verb" to
18025 : create a format string and select a delimiter character that
18026 : isn't in the string.  For the latter, Org will use "\texttt"
18027 : to typeset and try to protect special characters.
18029 : If no association can be found for a given markup, text will be
18030 : returned as-is.
18032 ** org-ascii-caption-above =(funcall (function (closure (t...=
18033    :PROPERTIES:
18034    :CUSTOM_ID: org-ascii-caption-above
18035    :END:
18037 - *Type:* boolean
18038 - *Since:* Emacs version 24.4
18039 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
18040 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-caption-above][Find modifications in git logs]]
18042 : When non-nil, place caption string before the element.
18043 : Otherwise, place it right after it.
18045 ** org-clock-file-time-cell-format =(funcall (function (closure (t...=
18046    :PROPERTIES:
18047    :CUSTOM_ID: org-clock-file-time-cell-format
18048    :END:
18050 - *Type:* string
18051 - *Since:* Emacs version 24.1
18052 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
18053 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-file-time-cell-format][Find modifications in git logs]]
18055 : Format string for the file time cells.
18057 ** org-babel-lua-mode =(funcall (function (closure (t...=
18058    :PROPERTIES:
18059    :CUSTOM_ID: org-babel-lua-mode
18060    :END:
18062 - *Type:* symbol
18063 - *Since:* Emacs version 24.5
18064 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lua.el][ob-lua.el]]
18065 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lua-mode][Find modifications in git logs]]
18067 : Preferred lua mode for use in running lua interactively.
18068 : This will typically be 'lua-mode.
18070 ** org-export-dispatch-use-expert-ui =(funcall (function (closure (t...=
18071    :PROPERTIES:
18072    :CUSTOM_ID: org-export-dispatch-use-expert-ui
18073    :END:
18075 - *Type:* boolean
18076 - *Since:* Emacs version 24.4
18077 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
18078 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-dispatch-use-expert-ui][Find modifications in git logs]]
18080 : Non-nil means using a non-intrusive `org-export-dispatch'.
18081 : In that case, no help buffer is displayed.  Though, an indicator
18082 : for current export scope is added to the prompt ("b" when
18083 : output is restricted to body only, "s" when it is restricted to
18084 : the current subtree, "v" when only visible elements are
18085 : considered for export, "f" when publishing functions should be
18086 : passed the FORCE argument and "a" when the export should be
18087 : asynchronous).  Also, [?] allows switching back to standard
18088 : mode.
18090 ** org-export-with-footnotes =(funcall (function (closure (t...=
18091    :PROPERTIES:
18092    :CUSTOM_ID: org-export-with-footnotes
18093    :END:
18095 - *Type:* boolean
18096 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
18097 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-footnotes][Find modifications in git logs]]
18099 : Non-nil means Org footnotes should be exported.
18100 : This option can also be set with the OPTIONS keyword,
18101 : e.g. "f:nil".
18103 ** org-html-creator-string =(funcall (function (closure (h...=
18104    :PROPERTIES:
18105    :CUSTOM_ID: org-html-creator-string
18106    :END:
18108 - *Type:* (string :tag "Creator string")
18109 - *Since:* Emacs version 24.4
18110 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
18111 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-creator-string][Find modifications in git logs]]
18113 : Information about the creator of the HTML document.
18114 : This option can also be set on with the CREATOR keyword.
18116 ** org-md-footnotes-section =(funcall (function (closure (t...=
18117    :PROPERTIES:
18118    :CUSTOM_ID: org-md-footnotes-section
18119    :END:
18121 - *Type:* string
18122 - *Since:* Emacs version 26.1
18123 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-md.el][ox-md.el]]
18124 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-md-footnotes-section][Find modifications in git logs]]
18126 : Format string for the footnotes section.
18127 : The first %s placeholder will be replaced with the localized Footnotes section
18128 : heading, the second with the contents of the Footnotes section.
18130 ** org-export-with-inlinetasks =(funcall (function (closure (t...=
18131    :PROPERTIES:
18132    :CUSTOM_ID: org-export-with-inlinetasks
18133    :END:
18135 - *Type:* boolean
18136 - *Since:* Emacs version 24.4
18137 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
18138 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-inlinetasks][Find modifications in git logs]]
18140 : Non-nil means inlinetasks should be exported.
18141 : This option can also be set with the OPTIONS keyword,
18142 : e.g. "inline:nil".
18144 ** org-html-coding-system =(funcall (function (closure (h...=
18145    :PROPERTIES:
18146    :CUSTOM_ID: org-html-coding-system
18147    :END:
18149 - *Type:* coding-system
18150 - *Since:* Emacs version 24.4
18151 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
18152 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-coding-system][Find modifications in git logs]]
18154 : Coding system for HTML export.
18155 : Use utf-8 as the default value.
18157 ** org-agenda-skip-additional-timestamps-same-entry =nil=
18158    :PROPERTIES:
18159    :CUSTOM_ID: org-agenda-skip-additional-timestamps-same-entry
18160    :END:
18162 - *Type:* boolean
18163 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18164 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-additional-timestamps-same-entry][Find modifications in git logs]]
18166 : When nil, multiple same-day timestamps in entry make multiple agenda lines.
18167 : When non-nil, after the search for timestamps has matched once in an
18168 : entry, the rest of the entry will not be searched.
18170 ** org-icalendar-include-bbdb-anniversaries =(funcall (function (closure (t...=
18171    :PROPERTIES:
18172    :CUSTOM_ID: org-icalendar-include-bbdb-anniversaries
18173    :END:
18175 - *Type:* boolean
18176 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
18177 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-include-bbdb-anniversaries][Find modifications in git logs]]
18179 : Non-nil means a combined iCalendar file should include anniversaries.
18180 : The anniversaries are defined in the BBDB database.
18182 ** org-babel-picolisp-cmd =(funcall (function (closure (t...=
18183    :PROPERTIES:
18184    :CUSTOM_ID: org-babel-picolisp-cmd
18185    :END:
18187 - *Type:* string
18188 - *Since:* Emacs version 24.1
18189 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-picolisp.el][ob-picolisp.el]]
18190 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-picolisp-cmd][Find modifications in git logs]]
18192 : Name of command used to evaluate picolisp blocks.
18194 ** org-enforce-todo-dependencies =(funcall (function (closure (f...=
18195    :PROPERTIES:
18196    :CUSTOM_ID: org-enforce-todo-dependencies
18197    :END:
18199 - *Type:* boolean
18200 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18201 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-enforce-todo-dependencies][Find modifications in git logs]]
18203 : Non-nil means undone TODO entries will block switching the parent to DONE.
18204 : Also, if a parent has an :ORDERED: property, switching an entry to DONE will
18205 : be blocked if any prior sibling is not yet done.
18206 : Finally, if the parent is blocked because of ordered siblings of its own,
18207 : the child will also be blocked.
18209 ** org-id-method =(funcall (function (closure (t...=
18210    :PROPERTIES:
18211    :CUSTOM_ID: org-id-method
18212    :END:
18214 - *Type:* (choice (const :tag "Org's int...
18215 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
18216 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-method][Find modifications in git logs]]
18218 : The method that should be used to create new IDs.
18220 : An ID will consist of the optional prefix specified in `org-id-prefix',
18221 : and a unique part created by the method this variable specifies.
18223 : Allowed values are:
18225 : org        Org's own internal method, using an encoding of the current time to
18226 :            microsecond accuracy, and optionally the current domain of the
18227 :            computer.  See the variable `org-id-include-domain'.
18229 : uuid       Create random (version 4) UUIDs.  If the program defined in
18230 :            `org-id-uuid-program' is available it is used to create the ID.
18231 :            Otherwise an internal functions is used.
18233 ** org-export-with-sub-superscripts =(funcall (function (closure (t...=
18234    :PROPERTIES:
18235    :CUSTOM_ID: org-export-with-sub-superscripts
18236    :END:
18238 - *Type:* (choice (const :tag "Interpret...
18239 - *Since:* Emacs version 24.4
18240 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
18241 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-sub-superscripts][Find modifications in git logs]]
18243 : Non-nil means interpret "_" and "^" for export.
18245 : If you want to control how Org displays those characters, see
18246 : `org-use-sub-superscripts'.  `org-export-with-sub-superscripts'
18247 : used to be an alias for `org-use-sub-superscripts' in Org <8.0,
18248 : it is not anymore.
18250 : When this option is turned on, you can use TeX-like syntax for
18251 : sub- and superscripts and see them exported correctly.
18253 : You can also set the option with #+OPTIONS: ^:t
18255 : Several characters after "_" or "^" will be considered as a
18256 : single item - so grouping with {} is normally not needed.  For
18257 : example, the following things will be parsed as single sub- or
18258 : superscripts:
18260 :  10^24   or   10^tau     several digits will be considered 1 item.
18261 :  10^-12  or   10^-tau    a leading sign with digits or a word
18262 :  x^2-y^3                 will be read as x^2 - y^3, because items are
18263 :                        terminated by almost any nonword/nondigit char.
18264 :  x_{i^2} or   x^(2-i)    braces or parenthesis do grouping.
18266 : Still, ambiguity is possible.  So when in doubt, use {} to enclose
18267 : the sub/superscript.  If you set this variable to the symbol `{}',
18268 : the braces are *required* in order to trigger interpretations as
18269 : sub/superscript.  This can be helpful in documents that need "_"
18270 : frequently in plain text.
18272 ** org-icalendar-exclude-tags =(funcall (function (closure (t...=
18273    :PROPERTIES:
18274    :CUSTOM_ID: org-icalendar-exclude-tags
18275    :END:
18277 - *Type:* (repeat (string :tag "Tag"))
18278 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
18279 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-exclude-tags][Find modifications in git logs]]
18281 : Tags that exclude a tree from export.
18282 : This variable allows specifying different exclude tags from other
18283 : back-ends.  It can also be set with the ICALENDAR_EXCLUDE_TAGS
18284 : keyword.
18286 ** org-src-ask-before-returning-to-edit-buffer =(funcall (function (closure (t...=
18287    :PROPERTIES:
18288    :CUSTOM_ID: org-src-ask-before-returning-to-edit-buffer
18289    :END:
18291 - *Type:* boolean
18292 - *Since:* Emacs version 24.4
18293 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
18294 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-ask-before-returning-to-edit-buffer][Find modifications in git logs]]
18296 : Non-nil means ask before switching to an existing edit buffer.
18297 : If nil, when `org-edit-src-code' is used on a block that already
18298 : has an active edit buffer, it will switch to that edit buffer
18299 : immediately; otherwise it will ask whether you want to return to
18300 : the existing edit buffer.
18302 ** org-agenda-window-frame-fractions =(quote (0.5 . 0.75))=
18303    :PROPERTIES:
18304    :CUSTOM_ID: org-agenda-window-frame-fractions
18305    :END:
18307 - *Type:* (cons (number :tag "Minimum") ...
18308 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18309 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-window-frame-fractions][Find modifications in git logs]]
18311 : The min and max height of the agenda window as a fraction of frame height.
18312 : The value of the variable is a cons cell with two numbers between 0 and 1.
18313 : It only matters if `org-agenda-window-setup' is `reorganize-frame'.
18315 ** org-latex-default-table-environment =(funcall (function (closure (t...=
18316    :PROPERTIES:
18317    :CUSTOM_ID: org-latex-default-table-environment
18318    :END:
18320 - *Type:* string
18321 - *Since:* Emacs version 24.4
18322 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
18323 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-default-table-environment][Find modifications in git logs]]
18325 : Default environment used to build tables.
18327 ** org-babel-stan-cmdstan-directory =(funcall (function (closure (t...=
18328    :PROPERTIES:
18329    :CUSTOM_ID: org-babel-stan-cmdstan-directory
18330    :END:
18332 - *Type:* string
18333 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-stan.el][ob-stan.el]]
18334 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-stan-cmdstan-directory][Find modifications in git logs]]
18336 : CmdStan source directory.
18337 : 'make' will be called from this directory to compile the Stan
18338 : block.  When nil, executing Stan blocks dumps the content to a
18339 : plain text file.
18341 ** org-columns-default-format =(funcall (function (closure (f...=
18342    :PROPERTIES:
18343    :CUSTOM_ID: org-columns-default-format
18344    :END:
18346 - *Type:* string
18347 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18348 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-default-format][Find modifications in git logs]]
18350 : The default column format, if no other format has been defined.
18351 : This variable can be set on the per-file basis by inserting a line
18353 : #+COLUMNS: %25ITEM .....
18355 ** org-url-hexify-p =(funcall (function (closure (f...=
18356    :PROPERTIES:
18357    :CUSTOM_ID: org-url-hexify-p
18358    :END:
18360 - *Type:* boolean
18361 - *Since:* Emacs version 24.3
18362 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18363 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-url-hexify-p][Find modifications in git logs]]
18365 : When non-nil, hexify URL when creating a link.
18367 ** org-table-duration-hour-zero-padding =(funcall (function (closure (o...=
18368    :PROPERTIES:
18369    :CUSTOM_ID: org-table-duration-hour-zero-padding
18370    :END:
18372 - *Type:* boolean
18373 - *Since:* Emacs version 26.1
18374 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
18375 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-duration-hour-zero-padding][Find modifications in git logs]]
18377 : Non-nil means hours in table duration computations should be zero-padded.
18378 : So this is about 08:32:34 versus 8:33:34.
18380 ** org-clock-continuously =(funcall (function (closure (t...=
18381    :PROPERTIES:
18382    :CUSTOM_ID: org-clock-continuously
18383    :END:
18385 - *Type:* boolean
18386 - *Since:* Emacs version 24.1
18387 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
18388 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-continuously][Find modifications in git logs]]
18390 : Non-nil means to start clocking from the last clock-out time, if any.
18392 ** org-agenda-include-diary =nil=
18393    :PROPERTIES:
18394    :CUSTOM_ID: org-agenda-include-diary
18395    :END:
18397 - *Type:* boolean
18398 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18399 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-include-diary][Find modifications in git logs]]
18401 : If non-nil, include in the agenda entries from the Emacs Calendar's diary.
18402 : Custom commands can set this variable in the options section.
18404 ** org-export-with-priority =(funcall (function (closure (t...=
18405    :PROPERTIES:
18406    :CUSTOM_ID: org-export-with-priority
18407    :END:
18409 - *Type:* boolean
18410 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
18411 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-priority][Find modifications in git logs]]
18413 : Non-nil means include priority cookies in export.
18414 : This option can also be set with the OPTIONS keyword,
18415 : e.g. "pri:t".
18417 ** org-provide-todo-statistics =(funcall (function (closure (f...=
18418    :PROPERTIES:
18419    :CUSTOM_ID: org-provide-todo-statistics
18420    :END:
18422 - *Type:* (choice (const :tag "Yes, only...
18423 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18424 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-provide-todo-statistics][Find modifications in git logs]]
18426 : Non-nil means update todo statistics after insert and toggle.
18427 : ALL-HEADLINES means update todo statistics by including headlines
18428 : with no TODO keyword as well, counting them as not done.
18429 : A list of TODO keywords means the same, but skip keywords that are
18430 : not in this list.
18431 : When set to a list of two lists, the first list contains keywords
18432 : to consider as TODO keywords, the second list contains keywords
18433 : to consider as DONE keywords.
18435 : When this is set, todo statistics is updated in the parent of the
18436 : current entry each time a todo state is changed.
18438 ** org-ditaa-jar-path =(funcall (function (closure (t...=
18439    :PROPERTIES:
18440    :CUSTOM_ID: org-ditaa-jar-path
18441    :END:
18443 - *Type:* string
18444 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ditaa.el][ob-ditaa.el]]
18445 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ditaa-jar-path][Find modifications in git logs]]
18447 : Path to the ditaa jar executable.
18449 ** org-highest-priority =(funcall (function (closure (f...=
18450    :PROPERTIES:
18451    :CUSTOM_ID: org-highest-priority
18452    :END:
18454 - *Type:* character
18455 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18456 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-highest-priority][Find modifications in git logs]]
18458 : The highest priority of TODO items.  A character like ?A, ?B etc.
18459 : Must have a smaller ASCII number than `org-lowest-priority'.
18461 ** org-edit-src-auto-save-idle-delay =(funcall (function (closure (t...=
18462    :PROPERTIES:
18463    :CUSTOM_ID: org-edit-src-auto-save-idle-delay
18464    :END:
18466 - *Type:* integer
18467 - *Since:* Emacs version 24.4
18468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
18469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-auto-save-idle-delay][Find modifications in git logs]]
18471 : Delay before saving a source code buffer back into its base buffer.
18472 : When a positive integer N, save after N seconds of idle time.
18473 : When 0 (the default), don't auto-save.
18475 : If you want to save the source code buffer itself, don't use this.
18476 : Check `org-edit-src-turn-on-auto-save' instead.
18478 ** org-koma-letter-closing =""=
18479    :PROPERTIES:
18480    :CUSTOM_ID: org-koma-letter-closing
18481    :END:
18483 - *Type:* string
18484 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
18485 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-closing][Find modifications in git logs]]
18487 : Letter's closing, as a string.
18488 : This option can also be set with the CLOSING keyword.  Moreover,
18489 : when:
18490 :   (1) Either `org-koma-letter-prefer-special-headings' is non-nil
18491 :       or the CLOSING keyword is empty;
18492 :   (2) `org-koma-letter-headline-is-opening-maybe' is non-nil;
18493 :   (3) the letter contains a headline with the special
18494 :       tag "closing";
18495 : then the opening will be set as the title of the closing special
18496 : heading title.
18498 ** org-capture-templates-contexts =(funcall (function (closure (o...=
18499    :PROPERTIES:
18500    :CUSTOM_ID: org-capture-templates-contexts
18501    :END:
18503 - *Type:* (repeat (list :tag "Rule" (str...
18504 - *Since:* Emacs version 24.3
18505 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
18506 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-templates-contexts][Find modifications in git logs]]
18508 : Alist of capture templates and valid contexts.
18510 : For example, if you have a capture template "c" and you want
18511 : this template to be accessible only from `message-mode' buffers,
18512 : use this:
18514 :    \='(("c" ((in-mode . "message-mode"))))
18516 : Here are the available contexts definitions:
18518 :       in-file: command displayed only in matching files
18519 :       in-mode: command displayed only in matching modes
18520 :   not-in-file: command not displayed in matching files
18521 :   not-in-mode: command not displayed in matching modes
18522 :     in-buffer: command displayed only in matching buffers
18523 : not-in-buffer: command not displayed in matching buffers
18524 :    [function]: a custom function taking no argument
18526 : If you define several checks, the agenda command will be
18527 : accessible if there is at least one valid check.
18529 : You can also bind a key to another agenda custom command
18530 : depending on contextual rules.
18532 :     \='(("c" "d" ((in-mode . "message-mode"))))
18534 : Here it means: in `message-mode buffers', use "c" as the
18535 : key for the capture template otherwise associated with "d".
18536 : (The template originally associated with "d" is not displayed
18537 : to avoid duplicates.)
18539 ** org-odt-format-drawer-function =(funcall (function (closure (h...=
18540    :PROPERTIES:
18541    :CUSTOM_ID: org-odt-format-drawer-function
18542    :END:
18544 - *Type:* function
18545 - *Since:* Emacs version 24.4
18546 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
18547 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-format-drawer-function][Find modifications in git logs]]
18549 : Function called to format a drawer in ODT code.
18551 : The function must accept two parameters:
18552 :   NAME      the drawer name, like "LOGBOOK"
18553 :   CONTENTS  the contents of the drawer.
18555 : The function should return the string to be exported.
18557 : The default value simply returns the value of CONTENTS.
18559 ** org-table-number-regexp =(funcall (function (closure (o...=
18560    :PROPERTIES:
18561    :CUSTOM_ID: org-table-number-regexp
18562    :END:
18564 - *Type:* (choice (const :tag "Positive ...
18565 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
18566 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-number-regexp][Find modifications in git logs]]
18568 : Regular expression for recognizing numbers in table columns.
18569 : If a table column contains mostly numbers, it will be aligned to the
18570 : right.  If not, it will be aligned to the left.
18572 : The default value of this option is a regular expression which allows
18573 : anything which looks remotely like a number as used in scientific
18574 : context.  For example, all of the following will be considered a
18575 : number:
18576 :     12    12.2    2.4e-08    2x10^12    4.034+-0.02    2.7(10)  >3.5
18578 : Other options offered by the customize interface are more restrictive.
18580 ** org-return-follows-link =(funcall (function (closure (f...=
18581    :PROPERTIES:
18582    :CUSTOM_ID: org-return-follows-link
18583    :END:
18585 - *Type:* boolean
18586 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18587 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-return-follows-link][Find modifications in git logs]]
18589 : Non-nil means on links RET will follow the link.
18590 : In tables, the special behavior of RET has precedence.
18592 ** org-ascii-underline =(funcall (function (closure (t...=
18593    :PROPERTIES:
18594    :CUSTOM_ID: org-ascii-underline
18595    :END:
18597 - *Type:* (list (cons :tag "Underline ch...
18598 - *Since:* Emacs version 24.4
18599 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
18600 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-underline][Find modifications in git logs]]
18602 : Characters for underlining headings in ASCII export.
18604 : Alist whose key is a symbol among `ascii', `latin1' and `utf-8'
18605 : and whose value is a list of characters.
18607 : For each supported charset, this variable associates a sequence
18608 : of underline characters.  In a sequence, the characters will be
18609 : used in order for headlines level 1, 2, ...  If no character is
18610 : available for a given level, the headline won't be underlined.
18612 ** org-agenda-compact-blocks =nil=
18613    :PROPERTIES:
18614    :CUSTOM_ID: org-agenda-compact-blocks
18615    :END:
18617 - *Type:* boolean
18618 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18619 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-compact-blocks][Find modifications in git logs]]
18621 : Non-nil means make the block agenda more compact.
18622 : This is done globally by leaving out lines like the agenda span
18623 : name and week number or the separator lines.
18625 ** org-texinfo-format-drawer-function =(funcall (function (closure (t...=
18626    :PROPERTIES:
18627    :CUSTOM_ID: org-texinfo-format-drawer-function
18628    :END:
18630 - *Type:* function
18631 - *Since:* Emacs version 24.4
18632 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
18633 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-format-drawer-function][Find modifications in git logs]]
18635 : Function called to format a drawer in Texinfo code.
18637 : The function must accept two parameters:
18638 :   NAME      the drawer name, like "LOGBOOK"
18639 :   CONTENTS  the contents of the drawer.
18641 : The function should return the string to be exported.
18643 : The default function simply returns the value of CONTENTS.
18645 ** org-highlight-sparse-tree-matches =(funcall (function (closure (f...=
18646    :PROPERTIES:
18647    :CUSTOM_ID: org-highlight-sparse-tree-matches
18648    :END:
18650 - *Type:* boolean
18651 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18652 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-highlight-sparse-tree-matches][Find modifications in git logs]]
18654 : Non-nil means highlight all matches that define a sparse tree.
18655 : The highlights will automatically disappear the next time the buffer is
18656 : changed by an edit command.
18658 ** org-bibtex-inherit-tags =(funcall (function (closure (t...=
18659    :PROPERTIES:
18660    :CUSTOM_ID: org-bibtex-inherit-tags
18661    :END:
18663 - *Type:* boolean
18664 - *Since:* Emacs version 26.1
18665 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
18666 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-inherit-tags][Find modifications in git logs]]
18668 : Controls whether inherited tags are converted to bibtex keywords.
18669 : It is relevant only if `org-bibtex-tags-are-keywords' is non-nil.
18670 : Tag inheritence itself is controlled by `org-use-tag-inheritence'
18671 : and `org-exclude-tags-from-inheritence'.
18673 ** org-archive-sibling-heading =(funcall (function (closure (t...=
18674    :PROPERTIES:
18675    :CUSTOM_ID: org-archive-sibling-heading
18676    :END:
18678 - *Type:* string
18679 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
18680 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-sibling-heading][Find modifications in git logs]]
18682 : Name of the local archive sibling that is used to archive entries locally.
18683 : Locally means: in the tree, under a sibling.
18684 : See `org-archive-to-archive-sibling' for more information.
18686 ** org-learn-fraction =0.5=
18687    :PROPERTIES:
18688    :CUSTOM_ID: org-learn-fraction
18689    :END:
18691 - *Type:* float
18692 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-learn.el][org-learn.el]]
18693 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-learn-fraction][Find modifications in git logs]]
18695 : Controls the rate at which EF is increased or decreased.
18696 : Must be a number between 0 and 1 (the greater it is the faster
18697 : the changes of the OF matrix).
18699 ** org-agenda-files =(funcall (function (closure (f...=
18700    :PROPERTIES:
18701    :CUSTOM_ID: org-agenda-files
18702    :END:
18704 - *Type:* (choice (repeat :tag "List of ...
18705 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18706 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-files][Find modifications in git logs]]
18708 : The files to be used for agenda display.
18710 : If an entry is a directory, all files in that directory that are matched
18711 : by `org-agenda-file-regexp' will be part of the file list.
18713 : If the value of the variable is not a list but a single file name, then
18714 : the list of agenda files is actually stored and maintained in that file,
18715 : one agenda file per line.  In this file paths can be given relative to
18716 : `org-directory'.  Tilde expansion and environment variable substitution
18717 : are also made.
18719 : Entries may be added to this list with `\[org-agenda-file-to-front]'
18720 : and removed with `\[org-remove-file]'.
18722 ** org-fontify-whole-heading-line =(funcall (function (closure (f...=
18723    :PROPERTIES:
18724    :CUSTOM_ID: org-fontify-whole-heading-line
18725    :END:
18727 - *Type:* boolean
18728 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18729 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-fontify-whole-heading-line][Find modifications in git logs]]
18731 : Non-nil means fontify the whole line for headings.
18732 : This is useful when setting a background color for the
18733 : org-level-* faces.
18735 ** org-properties-postprocess-alist =(funcall (function (closure (f...=
18736    :PROPERTIES:
18737    :CUSTOM_ID: org-properties-postprocess-alist
18738    :END:
18740 - *Type:* (alist :key-type (string :tag ...
18741 - *Since:* Emacs version 24.1
18742 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18743 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-properties-postprocess-alist][Find modifications in git logs]]
18745 : Alist of properties and functions to adjust inserted values.
18746 : Elements of this alist must be of the form
18748 :   ([string] [function])
18750 : where [string] must be a property name and [function] must be a
18751 : lambda expression: this lambda expression must take one argument,
18752 : the value to adjust, and return the new value as a string.
18754 : For example, this element will allow the property "Remaining"
18755 : to be updated wrt the relation between the "Effort" property
18756 : and the clock summary:
18758 :  (("Remaining" (lambda(value)
18759 :                    (let ((clocksum (org-clock-sum-current-item))
18760 :                          (effort (org-duration-to-minutes
18761 :                                    (org-entry-get (point) "Effort"))))
18762 :                      (org-minutes-to-clocksum-string (- effort clocksum))))))
18764 ** org-latex-subtitle-format =(funcall (function (closure (t...=
18765    :PROPERTIES:
18766    :CUSTOM_ID: org-latex-subtitle-format
18767    :END:
18769 - *Type:* (string :tag "Format string")
18770 - *Since:* Emacs version 26.1
18771 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
18772 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-subtitle-format][Find modifications in git logs]]
18774 : Format string used for transcoded subtitle.
18775 : The format string should have at most one "%s"-expression,
18776 : which is replaced with the subtitle.
18778 ** org-agenda-skip-scheduled-if-deadline-is-shown =nil=
18779    :PROPERTIES:
18780    :CUSTOM_ID: org-agenda-skip-scheduled-if-deadline-is-shown
18781    :END:
18783 - *Type:* (choice (const :tag "Never" ni...
18784 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18785 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-scheduled-if-deadline-is-shown][Find modifications in git logs]]
18787 : Non-nil means skip scheduling line if same entry shows because of deadline.
18789 : In the agenda of today, an entry can show up multiple times
18790 : because it is both scheduled and has a nearby deadline, and maybe
18791 : a plain time stamp as well.
18793 : When this variable is nil, the entry will be shown several times.
18795 : When set to t, then only the deadline is shown and the fact that
18796 : the entry is scheduled today or was scheduled previously is not
18797 : shown.
18799 : When set to the symbol `not-today', skip scheduled previously,
18800 : but not scheduled today.
18802 : When set to the symbol `repeated-after-deadline', skip scheduled
18803 : items if they are repeated beyond the current deadline.
18805 ** org-babel-lisp-dir-fmt =(funcall (function (closure (t...=
18806    :PROPERTIES:
18807    :CUSTOM_ID: org-babel-lisp-dir-fmt
18808    :END:
18810 - *Type:* string
18811 - *Since:* Emacs version 24.1
18812 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lisp.el][ob-lisp.el]]
18813 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lisp-dir-fmt][Find modifications in git logs]]
18815 : Format string used to wrap code bodies to set the current directory.
18816 : For example a value of "(progn ;; %s\n   %%s)" would ignore the
18817 : current directory string.
18819 ** org-footnote-define-inline =(funcall (function (closure (t...=
18820    :PROPERTIES:
18821    :CUSTOM_ID: org-footnote-define-inline
18822    :END:
18824 - *Type:* boolean
18825 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
18826 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-define-inline][Find modifications in git logs]]
18828 : Non-nil means define footnotes inline, at reference location.
18829 : When nil, footnotes will be defined in a special section near
18830 : the end of the document.  When t, the [fn:label:definition] notation
18831 : will be used to define the footnote at the reference position.
18833 ** org-replace-disputed-keys =(funcall (function (closure (f...=
18834    :PROPERTIES:
18835    :CUSTOM_ID: org-replace-disputed-keys
18836    :END:
18838 - *Type:* boolean
18839 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18840 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-replace-disputed-keys][Find modifications in git logs]]
18842 : Non-nil means use alternative key bindings for some keys.
18843 : Org mode uses S-<cursor> keys for changing timestamps and priorities.
18844 : These keys are also used by other packages like shift-selection-mode'
18845 : (built into Emacs 23), `CUA-mode' or `windmove.el'.
18846 : If you want to use Org mode together with one of these other modes,
18847 : or more generally if you would like to move some Org mode commands to
18848 : other keys, set this variable and configure the keys with the variable
18849 : `org-disputed-keys'.
18851 : This option is only relevant at load-time of Org mode, and must be set
18852 : *before* org.el is loaded.  Changing it requires a restart of Emacs to
18853 : become effective.
18855 ** org-agenda-block-separator =61=
18856    :PROPERTIES:
18857    :CUSTOM_ID: org-agenda-block-separator
18858    :END:
18860 - *Type:* (choice (const :tag "Disabled"...
18861 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18862 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-block-separator][Find modifications in git logs]]
18864 : The separator between blocks in the agenda.
18865 : If this is a string, it will be used as the separator, with a newline added.
18866 : If it is a character, it will be repeated to fill the window width.
18867 : If nil the separator is disabled.  In `org-agenda-custom-commands' this
18868 : addresses the separator between the current and the previous block.
18870 ** org-beamer-column-view-format =(funcall (function (closure (t...=
18871    :PROPERTIES:
18872    :CUSTOM_ID: org-beamer-column-view-format
18873    :END:
18875 - *Type:* (choice (const :tag "Do not in...
18876 - *Since:* Emacs version 24.4
18877 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
18878 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-column-view-format][Find modifications in git logs]]
18880 : Column view format that should be used to fill the template.
18882 ** org-texinfo-text-markup-alist =(funcall (function (closure (t...=
18883    :PROPERTIES:
18884    :CUSTOM_ID: org-texinfo-text-markup-alist
18885    :END:
18887 - *Type:* alist
18888 - *Since:* Emacs version 26.1
18889 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
18890 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-text-markup-alist][Find modifications in git logs]]
18892 : Alist of Texinfo expressions to convert text markup.
18894 : The key must be a symbol among `bold', `code', `italic',
18895 : `strike-through', `underscore' and `verbatim'.  The value is
18896 : a formatting string to wrap fontified text with.
18898 : Value can also be set to the following symbols: `verb', `samp'
18899 : and `code'.  With the first one, Org uses "@verb" to create
18900 : a format string and selects a delimiter character that isn't in
18901 : the string.  For the other two, Org uses "@samp" or "@code"
18902 : to typeset and protects special characters.
18904 : When no association is found for a given markup, text is returned
18905 : as-is.
18907 ** org-clock-in-switch-to-state =(funcall (function (closure (t...=
18908    :PROPERTIES:
18909    :CUSTOM_ID: org-clock-in-switch-to-state
18910    :END:
18912 - *Type:* (choice (const :tag "Don't for...
18913 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
18914 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-in-switch-to-state][Find modifications in git logs]]
18916 : Set task to a special todo state while clocking it.
18917 : The value should be the state to which the entry should be
18918 : switched.  If the value is a function, it must take one
18919 : parameter (the current TODO state of the item) and return the
18920 : state to switch it to.
18922 ** org-agenda-restore-windows-after-quit =nil=
18923    :PROPERTIES:
18924    :CUSTOM_ID: org-agenda-restore-windows-after-quit
18925    :END:
18927 - *Type:* boolean
18928 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
18929 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-restore-windows-after-quit][Find modifications in git logs]]
18931 : Non-nil means restore window configuration upon exiting agenda.
18932 : Before the window configuration is changed for displaying the agenda,
18933 : the current status is recorded.  When the agenda is exited with
18934 : `q' or `x' and this option is set, the old state is restored.  If
18935 : `org-agenda-window-setup' is `other-frame', the value of this
18936 : option will be ignored.
18938 ** org-src-fontify-natively =(funcall (function (closure (b...=
18939    :PROPERTIES:
18940    :CUSTOM_ID: org-src-fontify-natively
18941    :END:
18943 - *Type:* boolean
18944 - *Since:* Emacs version 24.4
18945 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
18946 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-fontify-natively][Find modifications in git logs]]
18948 : When non-nil, fontify code in code blocks.
18949 : See also the `org-block' face.
18951 ** org-bbdb-general-anniversary-description-after =(funcall (function (closure (d...=
18952    :PROPERTIES:
18953    :CUSTOM_ID: org-bbdb-general-anniversary-description-after
18954    :END:
18956 - *Type:* integer
18957 - *Since:* Emacs version 26.1
18958 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bbdb.el][org-bbdb.el]]
18959 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bbdb-general-anniversary-description-after][Find modifications in git logs]]
18961 : When to switch anniversary descriptions to a more general format.
18963 : Anniversary descriptions include the point in time, when the
18964 : anniversary appears.  This is, in its most general form, just the
18965 : date of the anniversary.  Or more specific terms, like "today",
18966 : "tomorrow" or "in n days" are used to describe the time span.
18968 : If the anniversary happens in less than that number of days, the
18969 : specific description is used.  Otherwise, the general one is
18970 : used.
18972 ** org-gnus-no-server =(funcall (function (closure (t...=
18973    :PROPERTIES:
18974    :CUSTOM_ID: org-gnus-no-server
18975    :END:
18977 - *Type:* boolean
18978 - *Since:* Emacs version 24.4
18979 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-gnus.el][org-gnus.el]]
18980 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-gnus-no-server][Find modifications in git logs]]
18982 : Should Gnus be started using `gnus-no-server'?
18984 ** org-protocol-reverse-list-of-files =(funcall (function (closure (t...=
18985    :PROPERTIES:
18986    :CUSTOM_ID: org-protocol-reverse-list-of-files
18987    :END:
18989 - *Type:* boolean
18990 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
18991 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-reverse-list-of-files][Find modifications in git logs]]
18993 : Non-nil means re-reverse the list of filenames passed on the command line.
18994 : The filenames passed on the command line are passed to the emacs-server in
18995 : reverse order.  Set to t (default) to re-reverse the list, i.e. use the
18996 : sequence on the command line.  If nil, the sequence of the filenames is
18997 : unchanged.
18999 ** org-protocol-project-alist =(funcall (function (closure (t...=
19000    :PROPERTIES:
19001    :CUSTOM_ID: org-protocol-project-alist
19002    :END:
19004 - *Type:* alist
19005 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
19006 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-project-alist][Find modifications in git logs]]
19008 : Map URLs to local filenames for `org-protocol-open-source' (open-source).
19010 : Each element of this list must be of the form:
19012 :   (module-name :property value property: value ...)
19014 : where module-name is an arbitrary name.  All the values are strings.
19016 : Possible properties are:
19018 :   :online-suffix     - the suffix to strip from the published URLs
19019 :   :working-suffix    - the replacement for online-suffix
19020 :   :base-url          - the base URL, e.g. http://www.example.com/project/
19021 :                        Last slash required.
19022 :   :working-directory - the local working directory.  This is, what base-url will
19023 :                        be replaced with.
19024 :   :redirects         - A list of cons cells, each of which maps a regular
19025 :                        expression to match to a path relative to :working-directory.
19027 : Example:
19029 :    (setq org-protocol-project-alist
19030 :        \='(("https://orgmode.org/worg/"
19031 :           :online-suffix ".php"
19032 :           :working-suffix ".org"
19033 :           :base-url "https://orgmode.org/worg/"
19034 :           :working-directory "/home/user/org/Worg/")
19035 :          ("http://localhost/org-notes/"
19036 :           :online-suffix ".html"
19037 :           :working-suffix ".org"
19038 :           :base-url "http://localhost/org/"
19039 :           :working-directory "/home/user/org/"
19040 :           :rewrites (("org/?$" . "index.php")))
19041 :          ("Hugo based blog"
19042 :           :base-url "https://www.site.com/"
19043 :           :working-directory "~/site/content/post/"
19044 :           :online-suffix ".html"
19045 :           :working-suffix ".md"
19046 :           :rewrites (("\(https://site.com/[0-9]+/[0-9]+/[0-9]+/\)" . ".md")))))
19049 :    The last line tells `org-protocol-open-source' to open
19050 :    /home/user/org/index.php, if the URL cannot be mapped to an existing
19051 :    file, and ends with either "org" or "org/".
19053 : Consider using the interactive functions `org-protocol-create' and
19054 : `org-protocol-create-for-org' to help you filling this variable with valid contents.
19056 ** org-enforce-todo-checkbox-dependencies =(funcall (function (closure (f...=
19057    :PROPERTIES:
19058    :CUSTOM_ID: org-enforce-todo-checkbox-dependencies
19059    :END:
19061 - *Type:* boolean
19062 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19063 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-enforce-todo-checkbox-dependencies][Find modifications in git logs]]
19065 : Non-nil means unchecked boxes will block switching the parent to DONE.
19066 : When this is nil, checkboxes have no influence on switching TODO states.
19067 : When non-nil, you first need to check off all check boxes before the TODO
19068 : entry can be switched to DONE.
19069 : This variable needs to be set before org.el is loaded, and you need to
19070 : restart Emacs after a change to make the change effective.  The only way
19071 : to change is while Emacs is running is through the customize interface.
19073 ** org-babel-ditaa-java-cmd =(funcall (function (closure (t...=
19074    :PROPERTIES:
19075    :CUSTOM_ID: org-babel-ditaa-java-cmd
19076    :END:
19078 - *Type:* string
19079 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ditaa.el][ob-ditaa.el]]
19080 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-ditaa-java-cmd][Find modifications in git logs]]
19082 : Java executable to use when evaluating ditaa blocks.
19084 ** org-icalendar-include-sexps =(funcall (function (closure (t...=
19085    :PROPERTIES:
19086    :CUSTOM_ID: org-icalendar-include-sexps
19087    :END:
19089 - *Type:* boolean
19090 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
19091 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-include-sexps][Find modifications in git logs]]
19093 : Non-nil means export to iCalendar files should also cover sexp entries.
19094 : These are entries like in the diary, but directly in an Org file.
19096 ** org-babel-ruby-hline-to =(funcall (function (closure (i...=
19097    :PROPERTIES:
19098    :CUSTOM_ID: org-babel-ruby-hline-to
19099    :END:
19101 - *Type:* string
19102 - *Since:* Emacs version 24.4
19103 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ruby.el][ob-ruby.el]]
19104 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-ruby-hline-to][Find modifications in git logs]]
19106 : Replace hlines in incoming tables with this when translating to ruby.
19108 ** org-cycle-level-after-item/entry-creation =(funcall (function (closure (f...=
19109    :PROPERTIES:
19110    :CUSTOM_ID: org-cycle-level-after-item/entry-creation
19111    :END:
19113 - *Type:* boolean
19114 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19115 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-level-after-item/entry-creation][Find modifications in git logs]]
19117 : Non-nil means cycle entry level or item indentation in new empty entries.
19119 : When the cursor is at the end of an empty headline, i.e., with only stars
19120 : and maybe a TODO keyword, TAB will then switch the entry to become a child,
19121 : and then all possible ancestor states, before returning to the original state.
19122 : This makes data entry extremely fast:  M-RET to create a new headline,
19123 : on TAB to make it a child, two or more tabs to make it a (grand-)uncle.
19125 : When the cursor is at the end of an empty plain list item, one TAB will
19126 : make it a subitem, two or more tabs will back up to make this an item
19127 : higher up in the item hierarchy.
19129 ** org-agenda-start-with-follow-mode =nil=
19130    :PROPERTIES:
19131    :CUSTOM_ID: org-agenda-start-with-follow-mode
19132    :END:
19134 - *Type:* boolean
19135 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19136 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-start-with-follow-mode][Find modifications in git logs]]
19138 : The initial value of follow mode in a newly created agenda window.
19140 ** org-agenda-export-html-style =nil=
19141    :PROPERTIES:
19142    :CUSTOM_ID: org-agenda-export-html-style
19143    :END:
19145 - *Type:* (choice (const nil) (string))
19146 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19147 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-export-html-style][Find modifications in git logs]]
19149 : The style specification for exported HTML Agenda files.
19150 : If this variable contains a string, it will replace the default <style>
19151 : section as produced by `htmlize'.
19152 : Since there are different ways of setting style information, this variable
19153 : needs to contain the full HTML structure to provide a style, including the
19154 : surrounding HTML tags.  The style specifications should include definitions
19155 : the fonts used by the agenda, here is an example:
19157 :    <style type="text/css">
19158 :        p { font-weight: normal; color: gray; }
19159 :        .org-agenda-structure {
19160 :           font-size: 110%;
19161 :           color: #003399;
19162 :           font-weight: 600;
19163 :        }
19164 :        .org-todo {
19165 :           color: #cc6666;
19166 :           font-weight: bold;
19167 :        }
19168 :        .org-agenda-done {
19169 :           color: #339933;
19170 :        }
19171 :        .org-done {
19172 :           color: #339933;
19173 :        }
19174 :        .title { text-align: center; }
19175 :        .todo, .deadline { color: red; }
19176 :        .done { color: green; }
19177 :     </style>
19179 : or, if you want to keep the style in a file,
19181 :    <link rel="stylesheet" type="text/css" href="mystyles.css">
19183 : As the value of this option simply gets inserted into the HTML <head> header,
19184 : you can "misuse" it to also add other text to the header.
19186 ** org-agenda-follow-indirect =nil=
19187    :PROPERTIES:
19188    :CUSTOM_ID: org-agenda-follow-indirect
19189    :END:
19191 - *Type:* boolean
19192 - *Since:* Emacs version 24.1
19193 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19194 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-follow-indirect][Find modifications in git logs]]
19196 : Non-nil means `org-agenda-follow-mode' displays only the
19197 : current item's tree, in an indirect buffer.
19199 ** org-agenda-persistent-filter =nil=
19200    :PROPERTIES:
19201    :CUSTOM_ID: org-agenda-persistent-filter
19202    :END:
19204 - *Type:* boolean
19205 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19206 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-persistent-filter][Find modifications in git logs]]
19208 : When set, keep filters from one agenda view to the next.
19210 ** org-global-properties =(funcall (function (closure (f...=
19211    :PROPERTIES:
19212    :CUSTOM_ID: org-global-properties
19213    :END:
19215 - *Type:* (repeat (cons (string :tag "Pr...
19216 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19217 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-global-properties][Find modifications in git logs]]
19219 : List of property/value pairs that can be inherited by any entry.
19221 : This list will be combined with the constant `org-global-properties-fixed'.
19223 : The entries in this list are cons cells where the car is a property
19224 : name and cdr is a string with the value.
19226 : You can set buffer-local values for the same purpose in the variable
19227 : `org-file-properties' this by adding lines like
19229 : #+PROPERTY: NAME VALUE
19231 ** org-hide-block-startup =(funcall (function (closure (f...=
19232    :PROPERTIES:
19233    :CUSTOM_ID: org-hide-block-startup
19234    :END:
19236 - *Type:* boolean
19237 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19238 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-block-startup][Find modifications in git logs]]
19240 : Non-nil means entering Org mode will fold all blocks.
19241 : This can also be set in on a per-file basis with
19243 : #+STARTUP: hideblocks
19244 : #+STARTUP: showblocks
19246 ** org-babel-tangle-comment-format-beg =(funcall (function (closure (t...=
19247    :PROPERTIES:
19248    :CUSTOM_ID: org-babel-tangle-comment-format-beg
19249    :END:
19251 - *Type:* string
19252 - *Since:* Emacs version 24.1
19253 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
19254 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-comment-format-beg][Find modifications in git logs]]
19256 : Format of inserted comments in tangled code files.
19257 : The following format strings can be used to insert special
19258 : information into the output using `org-fill-template'.
19259 : %start-line --- the line number at the start of the code block
19260 : %file --------- the file from which the code block was tangled
19261 : %link --------- Org style link to the code block
19262 : %source-name -- name of the code block
19264 : Upon insertion the formatted comment will be commented out, and
19265 : followed by a newline.  To inhibit this post-insertion processing
19266 : set the `org-babel-tangle-uncomment-comments' variable to a
19267 : non-nil value.
19269 : Whether or not comments are inserted during tangling is
19270 : controlled by the :comments header argument.
19272 ** org-archive-stamp-time =(funcall (function (closure (t...=
19273    :PROPERTIES:
19274    :CUSTOM_ID: org-archive-stamp-time
19275    :END:
19277 - *Type:* boolean
19278 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
19279 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-stamp-time][Find modifications in git logs]]
19281 : Non-nil means add a time stamp to entries moved to an archive file.
19282 : This variable is obsolete and has no effect anymore, instead add or remove
19283 : `time' from the variable `org-archive-save-context-info'.
19285 ** org-odt-format-inlinetask-function =(funcall (function (closure (h...=
19286    :PROPERTIES:
19287    :CUSTOM_ID: org-odt-format-inlinetask-function
19288    :END:
19290 - *Type:* function
19291 - *Since:* Emacs version 26.1
19292 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
19293 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-format-inlinetask-function][Find modifications in git logs]]
19295 : Function called to format an inlinetask in ODT code.
19297 : The function must accept six parameters:
19298 :   TODO      the todo keyword, as a string
19299 :   TODO-TYPE the todo type, a symbol among `todo', `done' and nil.
19300 :   PRIORITY  the inlinetask priority, as a string
19301 :   NAME      the inlinetask name, as a string.
19302 :   TAGS      the inlinetask tags, as a string.
19303 :   CONTENTS  the contents of the inlinetask, as a string.
19305 : The function should return the string to be exported.
19307 ** org-babel-inline-result-wrap =(funcall (function (closure (t...=
19308    :PROPERTIES:
19309    :CUSTOM_ID: org-babel-inline-result-wrap
19310    :END:
19312 - *Type:* string
19313 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
19314 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-inline-result-wrap][Find modifications in git logs]]
19316 : Format string used to wrap inline results.
19317 : This string must include a "%s" which will be replaced by the results.
19319 ** org-calc-default-modes =(funcall (function (closure (o...=
19320    :PROPERTIES:
19321    :CUSTOM_ID: org-calc-default-modes
19322    :END:
19324 - *Type:* plist
19325 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
19326 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calc-default-modes][Find modifications in git logs]]
19328 : List with Calc mode settings for use in `calc-eval' for table formulas.
19329 : The list must contain alternating symbols (Calc modes variables and values).
19330 : Don't remove any of the default settings, just change the values.  Org mode
19331 : relies on the variables to be present in the list.
19333 ** org-agenda-exporter-settings =nil=
19334    :PROPERTIES:
19335    :CUSTOM_ID: org-agenda-exporter-settings
19336    :END:
19338 - *Type:* (repeat (list (variable) (sexp...
19339 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19340 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-exporter-settings][Find modifications in git logs]]
19342 : Alist of variable/value pairs that should be active during agenda export.
19343 : This is a good place to set options for ps-print and for htmlize.
19344 : Note that the way this is implemented, the values will be evaluated
19345 : before assigned to the variables.  So make sure to quote values you do
19346 : *not* want evaluated, for example
19348 :    (setq org-agenda-exporter-settings
19349 :          \='((ps-print-color-p \='black-white)))
19351 ** org-log-note-headings =(funcall (function (closure (f...=
19352    :PROPERTIES:
19353    :CUSTOM_ID: org-log-note-headings
19354    :END:
19356 - *Type:* (list :greedy t (cons (const :...
19357 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19358 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-note-headings][Find modifications in git logs]]
19360 : Headings for notes added to entries.
19362 : The value is an alist, with the car being a symbol indicating the
19363 : note context, and the cdr is the heading to be used.  The heading
19364 : may also be the empty string.  The following placeholders can be
19365 : used:
19367 :   %t  a time stamp.
19368 :   %T  an active time stamp instead the default inactive one
19369 :   %d  a short-format time stamp.
19370 :   %D  an active short-format time stamp.
19371 :   %s  the new TODO state or time stamp (inactive), in double quotes.
19372 :   %S  the old TODO state or time stamp (inactive), in double quotes.
19373 :   %u  the user name.
19374 :   %U  full user name.
19376 : In fact, it is not a good idea to change the `state' entry,
19377 : because Agenda Log mode depends on the format of these entries.
19379 ** org-babel-python-hline-to =(funcall (function (closure (t...=
19380    :PROPERTIES:
19381    :CUSTOM_ID: org-babel-python-hline-to
19382    :END:
19384 - *Type:* string
19385 - *Since:* Emacs version 24.4
19386 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-python.el][ob-python.el]]
19387 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-python-hline-to][Find modifications in git logs]]
19389 : Replace hlines in incoming tables with this when translating to python.
19391 ** org-babel-shell-names =(funcall (function (closure (o...=
19392    :PROPERTIES:
19393    :CUSTOM_ID: org-babel-shell-names
19394    :END:
19396 - *Type:* (repeat (string :tag "Shell na...
19397 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-shell.el][ob-shell.el]]
19398 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-shell-names][Find modifications in git logs]]
19400 : List of names of shell supported by babel shell code blocks.
19401 : Call `org-babel-shell-initialize' when modifying this variable
19402 : outside the Customize interface.
19404 ** org-deadline-past-days =10000=
19405    :PROPERTIES:
19406    :CUSTOM_ID: org-deadline-past-days
19407    :END:
19409 - *Type:* integer
19410 - *Since:* Emacs version 26.1
19411 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19412 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-deadline-past-days][Find modifications in git logs]]
19414 : Number of days to warn about missed deadlines.
19415 : When an item has deadline on a date, it shows up in the agenda on
19416 : this day and will appear as a reminder until it is marked DONE or
19417 : for the number of days given here.
19419 ** org-html-use-infojs =(funcall (function (closure (h...=
19420    :PROPERTIES:
19421    :CUSTOM_ID: org-html-use-infojs
19422    :END:
19424 - *Type:* (choice (const :tag "Never" ni...
19425 - *Since:* Emacs version 24.4
19426 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
19427 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-use-infojs][Find modifications in git logs]]
19429 : Non-nil when Sebastian Rose's Java Script org-info.js should be active.
19430 : This option can be nil or t to never or always use the script.
19431 : It can also be the symbol `when-configured', meaning that the
19432 : script will be linked into the export file if and only if there
19433 : is a "#+INFOJS_OPT:" line in the buffer.  See also the variable
19434 : `org-html-infojs-options'.
19436 ** org-beamer-theme =(funcall (function (closure (t...=
19437    :PROPERTIES:
19438    :CUSTOM_ID: org-beamer-theme
19439    :END:
19441 - *Type:* (choice (const :tag "Do not in...
19442 - *Since:* Emacs version 24.4
19443 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
19444 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-theme][Find modifications in git logs]]
19446 : Default theme used in Beamer presentations.
19448 ** org-clock-total-time-cell-format =(funcall (function (closure (t...=
19449    :PROPERTIES:
19450    :CUSTOM_ID: org-clock-total-time-cell-format
19451    :END:
19453 - *Type:* string
19454 - *Since:* Emacs version 24.1
19455 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
19456 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-total-time-cell-format][Find modifications in git logs]]
19458 : Format string for the total time cells.
19460 ** org-export-snippet-translation-alist =(funcall (function (closure (t...=
19461    :PROPERTIES:
19462    :CUSTOM_ID: org-export-snippet-translation-alist
19463    :END:
19465 - *Type:* (repeat (cons (string :tag "Sh...
19466 - *Since:* Emacs version 24.4
19467 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
19468 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-snippet-translation-alist][Find modifications in git logs]]
19470 : Alist between export snippets back-ends and exporter back-ends.
19472 : This variable allows providing shortcuts for export snippets.
19474 : For example, with a value of \='(("h" . "html")), the
19475 : HTML back-end will recognize the contents of "@@h:<b>@@" as
19476 : HTML code while every other back-end will ignore it.
19478 ** org-agenda-category-icon-alist =nil=
19479    :PROPERTIES:
19480    :CUSTOM_ID: org-agenda-category-icon-alist
19481    :END:
19483 - *Type:* (alist :key-type (string :tag ...
19484 - *Since:* Emacs version 24.1
19485 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19486 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-category-icon-alist][Find modifications in git logs]]
19488 : Alist of category icon to be displayed in agenda views.
19490 : Each entry should have the following format:
19492 :   (CATEGORY-REGEXP FILE-OR-DATA TYPE DATA-P PROPS)
19494 : Where CATEGORY-REGEXP is a regexp matching the categories where
19495 : the icon should be displayed.
19496 : FILE-OR-DATA either a file path or a string containing image data.
19498 : The other fields can be omitted safely if not needed:
19499 : TYPE indicates the image type.
19500 : DATA-P is a boolean indicating whether the FILE-OR-DATA string is
19501 : image data.
19502 : PROPS are additional image attributes to assign to the image,
19503 : like, e.g. `:ascent center'.
19505 :    ("Org" "/path/to/icon.png" nil nil :ascent center)
19507 : If you want to set the display properties yourself, just put a
19508 : list as second element:
19510 :   (CATEGORY-REGEXP (MY PROPERTY LIST))
19512 : For example, to display a 16px horizontal space for Emacs
19513 : category, you can use:
19515 :   ("Emacs" \='(space . (:width (16))))
19517 ** org-fontify-done-headline =(funcall (function (closure (f...=
19518    :PROPERTIES:
19519    :CUSTOM_ID: org-fontify-done-headline
19520    :END:
19522 - *Type:* boolean
19523 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19524 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-fontify-done-headline][Find modifications in git logs]]
19526 : Non-nil means change the face of a headline if it is marked DONE.
19527 : Normally, only the TODO/DONE keyword indicates the state of a headline.
19528 : When this is non-nil, the headline after the keyword is set to the
19529 : `org-headline-done' as an additional indication.
19531 ** org-mouse-punctuation =(funcall (function (closure (t...=
19532    :PROPERTIES:
19533    :CUSTOM_ID: org-mouse-punctuation
19534    :END:
19536 - *Type:* string
19537 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
19538 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-punctuation][Find modifications in git logs]]
19540 : Punctuation used when inserting text by drag and drop.
19542 ** org-latex-tables-booktabs =(funcall (function (closure (t...=
19543    :PROPERTIES:
19544    :CUSTOM_ID: org-latex-tables-booktabs
19545    :END:
19547 - *Type:* boolean
19548 - *Since:* Emacs version 24.4
19549 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
19550 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-tables-booktabs][Find modifications in git logs]]
19552 : When non-nil, display tables in a formal "booktabs" style.
19553 : This option assumes that the "booktabs" package is properly
19554 : loaded in the header of the document.  This value can be ignored
19555 : locally with ":booktabs t" and ":booktabs nil" LaTeX
19556 : attributes.
19558 ** org-startup-indented =(funcall (function (closure (f...=
19559    :PROPERTIES:
19560    :CUSTOM_ID: org-startup-indented
19561    :END:
19563 - *Type:* (choice (const :tag "Not" nil)...
19564 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19565 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-indented][Find modifications in git logs]]
19567 : Non-nil means turn on `org-indent-mode' on startup.
19568 : This can also be configured on a per-file basis by adding one of
19569 : the following lines anywhere in the buffer:
19571 :    #+STARTUP: indent
19572 :    #+STARTUP: noindent
19574 ** org-agenda-add-entry-text-descriptive-links =t=
19575    :PROPERTIES:
19576    :CUSTOM_ID: org-agenda-add-entry-text-descriptive-links
19577    :END:
19579 - *Type:* boolean
19580 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
19581 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-add-entry-text-descriptive-links][Find modifications in git logs]]
19583 : Non-nil means export org-links as descriptive links in agenda added text.
19584 : This variable applies to the text added to the agenda when
19585 : `org-agenda-add-entry-text-maxlines' is larger than 0.
19586 : When this variable nil, the URL will (also) be shown.
19588 ** org-html-text-markup-alist =(funcall (function (closure (h...=
19589    :PROPERTIES:
19590    :CUSTOM_ID: org-html-text-markup-alist
19591    :END:
19593 - *Type:* (alist :key-type (symbol :tag ...
19594 - *Since:* Emacs version 24.4
19595 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
19596 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-text-markup-alist][Find modifications in git logs]]
19598 : Alist of HTML expressions to convert text markup.
19600 : The key must be a symbol among `bold', `code', `italic',
19601 : `strike-through', `underline' and `verbatim'.  The value is
19602 : a formatting string to wrap fontified text with.
19604 : If no association can be found for a given markup, text will be
19605 : returned as-is.
19607 ** org-list-automatic-rules =(funcall (function (closure (o...=
19608    :PROPERTIES:
19609    :CUSTOM_ID: org-list-automatic-rules
19610    :END:
19612 - *Type:* (alist :tag "Sets of rules" :k...
19613 - *Since:* Emacs version 24.1
19614 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
19615 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-automatic-rules][Find modifications in git logs]]
19617 : Non-nil means apply set of rules when acting on lists.
19618 : \<org-mode-map>
19619 : By default, automatic actions are taken when using
19620 :   `\[org-meta-return]',
19621 :   `\[org-metaright]',
19622 :   `\[org-metaleft]',
19623 :   `\[org-shiftmetaright]',
19624 :   `\[org-shiftmetaleft]',
19625 :   `\[org-ctrl-c-minus]',
19626 :   `\[org-toggle-checkbox]',
19627 :   `\[org-insert-todo-heading]'.
19629 : You can disable individually these rules by setting them to nil.
19630 : Valid rules are:
19632 : checkbox  when non-nil, checkbox statistics is updated each time
19633 :           you either insert a new checkbox or toggle a checkbox.
19634 : indent    when non-nil, indenting or outdenting list top-item
19635 :           with its subtree will move the whole list and
19636 :           outdenting a list whose bullet is * to column 0 will
19637 :           change that bullet to "-".
19639 ** org-hide-leading-stars =(funcall (function (closure (f...=
19640    :PROPERTIES:
19641    :CUSTOM_ID: org-hide-leading-stars
19642    :END:
19644 - *Type:* boolean
19645 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19646 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-leading-stars][Find modifications in git logs]]
19648 : Non-nil means hide the first N-1 stars in a headline.
19649 : This works by using the face `org-hide' for these stars.  This
19650 : face is white for a light background, and black for a dark
19651 : background.  You may have to customize the face `org-hide' to
19652 : make this work.
19653 : Changing it requires restart of `font-lock-mode' to become effective
19654 : also in regions already fontified.
19655 : You may also set this on a per-file basis by adding one of the following
19656 : lines to the buffer:
19658 :    #+STARTUP: hidestars
19659 :    #+STARTUP: showstars
19661 ** org-odt-inline-formula-rules =(funcall (function (closure (h...=
19662    :PROPERTIES:
19663    :CUSTOM_ID: org-odt-inline-formula-rules
19664    :END:
19666 - *Type:* (alist :key-type (string :tag ...
19667 - *Since:* Emacs version 24.4
19668 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
19669 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-inline-formula-rules][Find modifications in git logs]]
19671 : Rules characterizing formula files that can be inlined into ODT.
19673 : A rule consists in an association whose key is the type of link
19674 : to consider, and value is a regexp that will be matched against
19675 : link's path.
19677 ** org-table-allow-automatic-line-recalculation =(funcall (function (closure (o...=
19678    :PROPERTIES:
19679    :CUSTOM_ID: org-table-allow-automatic-line-recalculation
19680    :END:
19682 - *Type:* boolean
19683 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
19684 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-allow-automatic-line-recalculation][Find modifications in git logs]]
19686 : Non-nil means lines marked with |#| or |*| will be recomputed automatically.
19687 : \<org-mode-map>Automatically means when `TAB' or `RET' or `\[org-ctrl-c-ctrl-c]' are pressed in the line.
19689 ** org-use-fast-todo-selection =(funcall (function (closure (f...=
19690    :PROPERTIES:
19691    :CUSTOM_ID: org-use-fast-todo-selection
19692    :END:
19694 - *Type:* (choice (const :tag "Never" ni...
19695 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19696 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-fast-todo-selection][Find modifications in git logs]]
19698 : \<org-mode-map>Non-nil means use the fast todo selection scheme with `\[org-todo]'.
19699 : This variable describes if and under what circumstances the cycling
19700 : mechanism for TODO keywords will be replaced by a single-key, direct
19701 : selection scheme.
19703 : When nil, fast selection is never used.
19705 : When the symbol `prefix', it will be used when `org-todo' is called
19706 : with a prefix argument,  i.e. `\[universal-argument] \[org-todo]' in an Org buffer, and
19707 : `\[universal-argument] t' in an agenda buffer.
19709 : When t, fast selection is used by default.  In this case, the prefix
19710 : argument forces cycling instead.
19712 : In all cases, the special interface is only used if access keys have
19713 : actually been assigned by the user, i.e. if keywords in the configuration
19714 : are followed by a letter in parenthesis, like TODO(t).
19716 ** org-habit-following-days =(funcall (function (closure (t...=
19717    :PROPERTIES:
19718    :CUSTOM_ID: org-habit-following-days
19719    :END:
19721 - *Type:* integer
19722 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
19723 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-following-days][Find modifications in git logs]]
19725 : Number of days after today to appear in consistency graphs.
19727 ** org-special-ctrl-k =(funcall (function (closure (f...=
19728    :PROPERTIES:
19729    :CUSTOM_ID: org-special-ctrl-k
19730    :END:
19732 - *Type:* boolean
19733 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19734 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-special-ctrl-k][Find modifications in git logs]]
19736 : Non-nil means `C-k' will behave specially in headlines.
19737 : When nil, `C-k' will call the default `kill-line' command.
19738 : When t, the following will happen while the cursor is in the headline:
19740 : - When the cursor is at the beginning of a headline, kill the entire
19741 :   line and possible the folded subtree below the line.
19742 : - When in the middle of the headline text, kill the headline up to the tags.
19743 : - When after the headline text, kill the tags.
19745 ** org-special-ctrl-o =(funcall (function (closure (f...=
19746    :PROPERTIES:
19747    :CUSTOM_ID: org-special-ctrl-o
19748    :END:
19750 - *Type:* boolean
19751 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19752 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-special-ctrl-o][Find modifications in git logs]]
19754 : Non-nil means, make `C-o' insert a row in tables.
19756 ** org-man-remove-logfiles =(funcall (function (closure (o...=
19757    :PROPERTIES:
19758    :CUSTOM_ID: org-man-remove-logfiles
19759    :END:
19761 - *Type:* boolean
19762 - *Since:* Emacs version 24.4
19763 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
19764 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-remove-logfiles][Find modifications in git logs]]
19766 : Non-nil means remove the logfiles produced by PDF production.
19767 : These are the .aux, .log, .out, and .toc files.
19769 ** org-latex-image-default-width =(funcall (function (closure (t...=
19770    :PROPERTIES:
19771    :CUSTOM_ID: org-latex-image-default-width
19772    :END:
19774 - *Type:* string
19775 - *Since:* Emacs version 24.4
19776 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
19777 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-image-default-width][Find modifications in git logs]]
19779 : Default width for images.
19780 : This value will not be used if a height is provided.
19782 ** org-columns-summary-types =(funcall (function (closure (t...=
19783    :PROPERTIES:
19784    :CUSTOM_ID: org-columns-summary-types
19785    :END:
19787 - *Type:* (alist :key-type (string :tag ...
19788 - *Since:* Emacs version 26.1
19789 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-colview.el][org-colview.el]]
19790 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-summary-types][Find modifications in git logs]]
19792 : Alist between operators and summarize functions.
19794 : Each association follows the pattern (LABEL . SUMMARIZE) where
19796 :   LABEL is a string used in #+COLUMNS definition describing the
19797 :   summary type.  It can contain any character but "}".  It is
19798 :   case-sensitive.
19800 :   SUMMARIZE is a function called with two arguments.  The first
19801 :   argument is a non-empty list of values, as non-empty strings.
19802 :   The second one is a format string or nil.  It has to return
19803 :   a string summarizing the list of values.
19805 : Note that the return value can become one value for an higher
19806 : order summary, so the function is expected to handle its own
19807 : output.
19809 : Types defined in this variable take precedence over those defined
19810 : in `org-columns-summary-types-default', which see.
19812 ** org-list-demote-modify-bullet =(funcall (function (closure (o...=
19813    :PROPERTIES:
19814    :CUSTOM_ID: org-list-demote-modify-bullet
19815    :END:
19817 - *Type:* (repeat (cons (choice :tag "If...
19818 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
19819 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-demote-modify-bullet][Find modifications in git logs]]
19821 : Default bullet type installed when demoting an item.
19822 : This is an association list, for each bullet type, this alist will point
19823 : to the bullet that should be used when this item is demoted.
19824 : For example,
19826 :  (setq org-list-demote-modify-bullet
19827 :        \='(("+" . "-") ("-" . "+") ("*" . "+")))
19829 : will make
19831 :   + Movies
19832 :     + Silence of the Lambs
19833 :     + My Cousin Vinny
19834 :   + Books
19835 :     + The Hunt for Red October
19836 :     + The Road to Omaha
19838 : into
19840 :   + Movies
19841 :     - Silence of the Lambs
19842 :     - My Cousin Vinny
19843 :   + Books
19844 :     - The Hunt for Red October
19845 :     - The Road to Omaha
19847 ** org-clock-task-overrun-text =(funcall (function (closure (t...=
19848    :PROPERTIES:
19849    :CUSTOM_ID: org-clock-task-overrun-text
19850    :END:
19852 - *Type:* (choice (const :tag "Just mark...
19853 - *Since:* Emacs version 24.1
19854 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
19855 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-task-overrun-text][Find modifications in git logs]]
19857 : Extra mode line text to indicate that the clock is overrun.
19858 : The can be nil to indicate that instead of adding text, the clock time
19859 : should get a different face (`org-mode-line-clock-overrun').
19860 : When this is a string, it is prepended to the clock string as an indication,
19861 : also using the face `org-mode-line-clock-overrun'.
19863 ** org-publish-sitemap-sort-ignore-case =(funcall (function (closure (t...=
19864    :PROPERTIES:
19865    :CUSTOM_ID: org-publish-sitemap-sort-ignore-case
19866    :END:
19868 - *Type:* boolean
19869 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
19870 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-sitemap-sort-ignore-case][Find modifications in git logs]]
19872 : Non-nil when site-map sorting should ignore case.
19874 : You can overwrite this default per project in your
19875 : `org-publish-project-alist', using `:sitemap-ignore-case'.
19877 ** org-tags-sort-function =(funcall (function (closure (f...=
19878    :PROPERTIES:
19879    :CUSTOM_ID: org-tags-sort-function
19880    :END:
19882 - *Type:* (choice (const :tag "No sortin...
19883 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19884 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tags-sort-function][Find modifications in git logs]]
19886 : When set, tags are sorted using this function as a comparator.
19888 ** org-read-date-prefer-future =(funcall (function (closure (f...=
19889    :PROPERTIES:
19890    :CUSTOM_ID: org-read-date-prefer-future
19891    :END:
19893 - *Type:* (choice (const :tag "Never" ni...
19894 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19895 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-read-date-prefer-future][Find modifications in git logs]]
19897 : Non-nil means assume future for incomplete date input from user.
19898 : This affects the following situations:
19899 : 1. The user gives a month but not a year.
19900 :    For example, if it is April and you enter "feb 2", this will be read
19901 :    as Feb 2, *next* year.  "May 5", however, will be this year.
19902 : 2. The user gives a day, but no month.
19903 :    For example, if today is the 15th, and you enter "3", Org will read
19904 :    this as the third of *next* month.  However, if you enter "17",
19905 :    it will be considered as *this* month.
19907 : If you set this variable to the symbol `time', then also the following
19908 : will work:
19910 : 3. If the user gives a time.
19911 :    If the time is before now, it will be interpreted as tomorrow.
19913 : Currently none of this works for ISO week specifications.
19915 : When this option is nil, the current day, month and year will always be
19916 : used as defaults.
19918 : See also `org-agenda-jump-prefer-future'.
19920 ** org-edit-src-turn-on-auto-save =(funcall (function (closure (t...=
19921    :PROPERTIES:
19922    :CUSTOM_ID: org-edit-src-turn-on-auto-save
19923    :END:
19925 - *Type:* boolean
19926 - *Since:* Emacs version 24.4
19927 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
19928 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-turn-on-auto-save][Find modifications in git logs]]
19930 : Non-nil means turn `auto-save-mode' on when editing a source block.
19931 : This will save the content of the source code editing buffer into
19932 : a newly created file, not the base buffer for this source block.
19934 : If you want to regularly save the base buffer instead of the source
19935 : code editing buffer, see `org-edit-src-auto-save-idle-delay' instead.
19937 ** org-agenda-file-regexp =(funcall (function (closure (f...=
19938    :PROPERTIES:
19939    :CUSTOM_ID: org-agenda-file-regexp
19940    :END:
19942 - *Type:* regexp
19943 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
19944 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-file-regexp][Find modifications in git logs]]
19946 : Regular expression to match files for `org-agenda-files'.
19947 : If any element in the list in that variable contains a directory instead
19948 : of a normal file, all files in that directory that are matched by this
19949 : regular expression will be included.
19951 ** org-export-with-smart-quotes =(funcall (function (closure (t...=
19952    :PROPERTIES:
19953    :CUSTOM_ID: org-export-with-smart-quotes
19954    :END:
19956 - *Type:* boolean
19957 - *Since:* Emacs version 24.4
19958 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
19959 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-smart-quotes][Find modifications in git logs]]
19961 : Non-nil means activate smart quotes during export.
19962 : This option can also be set with the OPTIONS keyword,
19963 : e.g., "':t".
19965 : When setting this to non-nil, you need to take care of
19966 : using the correct Babel package when exporting to LaTeX.
19967 : E.g., you can load Babel for french like this:
19969 : #+LATEX_HEADER: \usepackage[french]{babel}
19971 ** org-html-inline-image-rules =(funcall (function (closure (h...=
19972    :PROPERTIES:
19973    :CUSTOM_ID: org-html-inline-image-rules
19974    :END:
19976 - *Type:* (alist :key-type (string :tag ...
19977 - *Since:* Emacs version 24.4
19978 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
19979 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-inline-image-rules][Find modifications in git logs]]
19981 : Rules characterizing image files that can be inlined into HTML.
19982 : A rule consists in an association whose key is the type of link
19983 : to consider, and value is a regexp that will be matched against
19984 : link's path.
19986 ** org-table-convert-region-max-lines =(funcall (function (closure (o...=
19987    :PROPERTIES:
19988    :CUSTOM_ID: org-table-convert-region-max-lines
19989    :END:
19991 - *Type:* integer
19992 - *Since:* Emacs version 26.1
19993 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
19994 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-convert-region-max-lines][Find modifications in git logs]]
19996 : Max lines that `org-table-convert-region' will attempt to process.
19998 : The function can be slow on larger regions; this safety feature
19999 : prevents it from hanging emacs.
20001 ** org-latex-compiler =(funcall (function (closure (t...=
20002    :PROPERTIES:
20003    :CUSTOM_ID: org-latex-compiler
20004    :END:
20006 - *Type:* (choice (const :tag "pdfLaTeX"...
20007 - *Since:* Emacs version 26.1
20008 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
20009 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-compiler][Find modifications in git logs]]
20011 : LaTeX compiler to use.
20013 : Must be an element in `org-latex-compilers' or the empty quote.
20014 : Can also be set in buffers via #+LATEX_COMPILER.  See also
20015 : `org-latex-compiler-file-string'.
20017 ** org-log-redeadline =(funcall (function (closure (f...=
20018    :PROPERTIES:
20019    :CUSTOM_ID: org-log-redeadline
20020    :END:
20022 - *Type:* (choice (const :tag "No loggin...
20023 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20024 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-redeadline][Find modifications in git logs]]
20026 : Information to record when the deadline date of a tasks is modified.
20028 : Possible values are:
20030 : nil     Don't add anything, just change the date
20031 : time    Add a time stamp to the task
20032 : note    Prompt for a note and add it with template `org-log-note-headings'
20034 : This option can also be set with on a per-file-basis with
20036 :    #+STARTUP: nologredeadline
20037 :    #+STARTUP: logredeadline
20038 :    #+STARTUP: lognoteredeadline
20040 : You can have local logging settings for a subtree by setting the LOGGING
20041 : property to one or more of these keywords.
20043 ** org-agenda-todo-ignore-timestamp =nil=
20044    :PROPERTIES:
20045    :CUSTOM_ID: org-agenda-todo-ignore-timestamp
20046    :END:
20048 - *Type:* (choice (const :tag "Ignore fu...
20049 - *Since:* Emacs version 24.1
20050 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20051 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-ignore-timestamp][Find modifications in git logs]]
20053 : Non-nil means don't show entries with a timestamp.
20054 : This applies when creating the global todo list.
20055 : Valid values are:
20057 : past     Don't show entries for today or in the past.
20059 : future   Don't show entries with a timestamp in the future.
20060 :          The idea behind this is that if it has a future
20061 :          timestamp, you don't want to think about it until the
20062 :          date.
20064 : all      Don't show any entries with a timestamp in the global todo list.
20065 :          The idea behind this is that by setting a timestamp, you
20066 :          have already "taken care" of this item.
20068 : This variable can also have an integer as a value.  If positive (N),
20069 : todos with a timestamp N or more days in the future will be ignored.  If
20070 : negative (-N), todos with a timestamp N or more days in the past will be
20071 : ignored.  If 0, todos with a timestamp either today or in the future will
20072 : be ignored.  For example, a value of -1 will exclude todos with a
20073 : timestamp in the past (yesterday or earlier), while a value of 7 will
20074 : exclude todos with a timestamp a week or more in the future.
20076 : See also `org-agenda-todo-ignore-with-date'.
20077 : See also the variable `org-agenda-tags-todo-honor-ignore-options' if you want
20078 : to make his option also apply to the tags-todo list.
20080 ** org-koma-letter-email =(quote org-koma-letter-email)=
20081    :PROPERTIES:
20082    :CUSTOM_ID: org-koma-letter-email
20083    :END:
20085 - *Type:* (radio (function-item org-koma...
20086 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
20087 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-email][Find modifications in git logs]]
20089 : Sender's email address.
20091 : This variable defaults to the value `org-koma-letter-email' which
20092 : returns `user-mail-address'.  Alternatively a string, nil or
20093 : a function may be given.  Functions must return a string.
20095 : This option can also be set with the EMAIL keyword.
20097 ** org-agenda-tags-column =-80=
20098    :PROPERTIES:
20099    :CUSTOM_ID: org-agenda-tags-column
20100    :END:
20102 - *Type:* integer
20103 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20104 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-tags-column][Find modifications in git logs]]
20106 : Shift tags in agenda items to this column.
20107 : If this number is positive, it specifies the column.  If it is negative,
20108 : it means that the tags should be flushright to that column.  For example,
20109 : -80 works well for a normal 80 character screen.
20111 ** org-koma-letter-headline-is-opening-maybe =t=
20112    :PROPERTIES:
20113    :CUSTOM_ID: org-koma-letter-headline-is-opening-maybe
20114    :END:
20116 - *Type:* boolean
20117 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
20118 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-headline-is-opening-maybe][Find modifications in git logs]]
20120 : Non-nil means a headline may be used as an opening and closing.
20121 : See also `org-koma-letter-opening' and
20122 : `org-koma-letter-closing'.
20124 ** org-agenda-current-time-string ="now - - - - - - - - - - - - -...=
20125    :PROPERTIES:
20126    :CUSTOM_ID: org-agenda-current-time-string
20127    :END:
20129 - *Type:* string
20130 - *Since:* Emacs version 24.1
20131 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20132 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-current-time-string][Find modifications in git logs]]
20134 : The string for the current time marker in the agenda.
20136 ** org-bibtex-key-property =(funcall (function (closure (t...=
20137    :PROPERTIES:
20138    :CUSTOM_ID: org-bibtex-key-property
20139    :END:
20141 - *Type:* string
20142 - *Since:* Emacs version 24.1
20143 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
20144 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-key-property][Find modifications in git logs]]
20146 : Property that holds the bibtex key.
20147 : By default, this is CUSTOM_ID, which enables easy linking to
20148 : bibtex headlines from within an org file.  This can be set to ID
20149 : to enable global links, but only with great caution, as global
20150 : IDs must be unique.
20152 ** org-export-with-archived-trees =(funcall (function (closure (t...=
20153    :PROPERTIES:
20154    :CUSTOM_ID: org-export-with-archived-trees
20155    :END:
20157 - *Type:* (choice (const :tag "Not at al...
20158 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
20159 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-archived-trees][Find modifications in git logs]]
20161 : Whether sub-trees with the ARCHIVE tag should be exported.
20163 : This can have three different values:
20164 : nil         Do not export, pretend this tree is not present.
20165 : t           Do export the entire tree.
20166 : `headline'  Only export the headline, but skip the tree below it.
20168 : This option can also be set with the OPTIONS keyword,
20169 : e.g. "arch:nil".
20171 ** org-coderef-label-format =(funcall (function (closure (t...=
20172    :PROPERTIES:
20173    :CUSTOM_ID: org-coderef-label-format
20174    :END:
20176 - *Type:* string
20177 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
20178 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-coderef-label-format][Find modifications in git logs]]
20180 : The default coderef format.
20181 : This format string will be used to search for coderef labels in literal
20182 : examples (EXAMPLE and SRC blocks).  The format can be overwritten in
20183 : an individual literal example with the -l option, like
20185 : #+BEGIN_SRC pascal +n -r -l "((%s))"
20186 : ...
20187 : #+END_SRC
20189 : If you want to use this for HTML export, make sure that the format does
20190 : not introduce special font-locking, and avoid the HTML special
20191 : characters `<', `>', and `&'.  The reason for this restriction is that
20192 : the labels are searched for only after htmlize has done its job.
20194 ** org-bbdb-default-anniversary-format =(funcall (function (closure (d...=
20195    :PROPERTIES:
20196    :CUSTOM_ID: org-bbdb-default-anniversary-format
20197    :END:
20199 - *Type:* string
20200 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bbdb.el][org-bbdb.el]]
20201 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bbdb-default-anniversary-format][Find modifications in git logs]]
20203 : Default anniversary class.
20205 ** org-clock-out-remove-zero-time-clocks =(funcall (function (closure (t...=
20206    :PROPERTIES:
20207    :CUSTOM_ID: org-clock-out-remove-zero-time-clocks
20208    :END:
20210 - *Type:* boolean
20211 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
20212 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-out-remove-zero-time-clocks][Find modifications in git logs]]
20214 : Non-nil means remove the clock line when the resulting time is zero.
20216 ** org-export-with-fixed-width =(funcall (function (closure (t...=
20217    :PROPERTIES:
20218    :CUSTOM_ID: org-export-with-fixed-width
20219    :END:
20221 - *Type:* boolean
20222 - *Since:* Emacs version 24.4
20223 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
20224 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-fixed-width][Find modifications in git logs]]
20226 : Non-nil means export lines starting with ":".
20227 : This option can also be set with the OPTIONS keyword,
20228 : e.g. "::nil".
20230 ** org-rss-categories =(quote from-tags)=
20231    :PROPERTIES:
20232    :CUSTOM_ID: org-rss-categories
20233    :END:
20235 - *Type:* (choice (const :tag "From tags...
20236 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-rss.el][ox-rss.el]]
20237 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-rss-categories][Find modifications in git logs]]
20239 : Where to extract items category information from.
20240 : The default is to extract categories from the tags of the
20241 : headlines.  When set to another value, extract the category
20242 : from the :CATEGORY: property of the entry.
20244 ** org-babel-python-command =(funcall (function (closure (t...=
20245    :PROPERTIES:
20246    :CUSTOM_ID: org-babel-python-command
20247    :END:
20249 - *Type:* string
20250 - *Since:* Emacs version 24.4
20251 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-python.el][ob-python.el]]
20252 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-python-command][Find modifications in git logs]]
20254 : Name of the command for executing Python code.
20256 ** org-latex-logfiles-extensions =(funcall (function (closure (t...=
20257    :PROPERTIES:
20258    :CUSTOM_ID: org-latex-logfiles-extensions
20259    :END:
20261 - *Type:* (repeat (string :tag "Extensio...
20262 - *Since:* Emacs version 26.1
20263 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
20264 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-logfiles-extensions][Find modifications in git logs]]
20266 : The list of file extensions to consider as LaTeX logfiles.
20267 : The logfiles will be removed if `org-latex-remove-logfiles' is
20268 : non-nil.
20270 ** org-rss-use-entry-url-as-guid =t=
20271    :PROPERTIES:
20272    :CUSTOM_ID: org-rss-use-entry-url-as-guid
20273    :END:
20275 - *Type:* boolean
20276 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-rss.el][ox-rss.el]]
20277 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-rss-use-entry-url-as-guid][Find modifications in git logs]]
20279 : Use the URL for the <guid> metatag?
20280 : When nil, Org will create ids using `org-icalendar-create-uid'.
20282 ** org-babel-tangle-comment-format-end =(funcall (function (closure (t...=
20283    :PROPERTIES:
20284    :CUSTOM_ID: org-babel-tangle-comment-format-end
20285    :END:
20287 - *Type:* string
20288 - *Since:* Emacs version 24.1
20289 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
20290 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-comment-format-end][Find modifications in git logs]]
20292 : Format of inserted comments in tangled code files.
20293 : The following format strings can be used to insert special
20294 : information into the output using `org-fill-template'.
20295 : %start-line --- the line number at the start of the code block
20296 : %file --------- the file from which the code block was tangled
20297 : %link --------- Org style link to the code block
20298 : %source-name -- name of the code block
20300 : Upon insertion the formatted comment will be commented out, and
20301 : followed by a newline.  To inhibit this post-insertion processing
20302 : set the `org-babel-tangle-uncomment-comments' variable to a
20303 : non-nil value.
20305 : Whether or not comments are inserted during tangling is
20306 : controlled by the :comments header argument.
20308 ** org-export-preserve-breaks =(funcall (function (closure (t...=
20309    :PROPERTIES:
20310    :CUSTOM_ID: org-export-preserve-breaks
20311    :END:
20313 - *Type:* boolean
20314 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
20315 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-preserve-breaks][Find modifications in git logs]]
20317 : Non-nil means preserve all line breaks when exporting.
20318 : This option can also be set with the OPTIONS keyword,
20319 : e.g. "\n:t".
20321 ** org-doi-server-url =(funcall (function (closure (f...=
20322    :PROPERTIES:
20323    :CUSTOM_ID: org-doi-server-url
20324    :END:
20326 - *Type:* string
20327 - *Since:* Emacs version 24.3
20328 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20329 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-doi-server-url][Find modifications in git logs]]
20331 : The URL of the DOI server.
20333 ** org-ctags-path-to-ctags =(funcall (function (closure (t...=
20334    :PROPERTIES:
20335    :CUSTOM_ID: org-ctags-path-to-ctags
20336    :END:
20338 - *Type:* file
20339 - *Since:* Emacs version 24.1
20340 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
20341 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-path-to-ctags][Find modifications in git logs]]
20343 : Name of the ctags executable file.
20345 ** org-clock-in-resume =(funcall (function (closure (t...=
20346    :PROPERTIES:
20347    :CUSTOM_ID: org-clock-in-resume
20348    :END:
20350 - *Type:* boolean
20351 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
20352 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-in-resume][Find modifications in git logs]]
20354 : If non-nil, resume clock when clocking into task with open clock.
20355 : When clocking into a task with a clock entry which has not been closed,
20356 : the clock can be resumed from that point.
20358 ** org-agenda-show-current-time-in-grid =t=
20359    :PROPERTIES:
20360    :CUSTOM_ID: org-agenda-show-current-time-in-grid
20361    :END:
20363 - *Type:* boolean
20364 - *Since:* Emacs version 24.1
20365 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20366 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-show-current-time-in-grid][Find modifications in git logs]]
20368 : Non-nil means show the current time in the time grid.
20370 ** org-goto-interface =(funcall (function (closure (f...=
20371    :PROPERTIES:
20372    :CUSTOM_ID: org-goto-interface
20373    :END:
20375 - *Type:* (choice (const :tag "Outline" ...
20376 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20377 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-interface][Find modifications in git logs]]
20379 : The default interface to be used for `org-goto'.
20380 : Allowed values are:
20381 : outline                  The interface shows an outline of the relevant file
20382 :                          and the correct heading is found by moving through
20383 :                          the outline or by searching with incremental search.
20384 : outline-path-completion  Headlines in the current buffer are offered via
20385 :                          completion.  This is the interface also used by
20386 :                          the refile command.
20388 ** org-agenda-timerange-leaders =(quote ("" "(%d/%d): "))=
20389    :PROPERTIES:
20390    :CUSTOM_ID: org-agenda-timerange-leaders
20391    :END:
20393 - *Type:* (list (string :tag "Deadline t...
20394 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20395 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-timerange-leaders][Find modifications in git logs]]
20397 : Text preceding timerange entries in the agenda view.
20398 : This is a list with two strings.  The first applies when the range
20399 : is entirely on one day.  The second applies if the range spans several days.
20400 : The strings may have two "%d" format specifiers which will be filled
20401 : with the sequence number of the days, and the total number of days in the
20402 : range, respectively.
20404 ** org-format-latex-signal-error =(funcall (function (closure (f...=
20405    :PROPERTIES:
20406    :CUSTOM_ID: org-format-latex-signal-error
20407    :END:
20409 - *Type:* boolean
20410 - *Since:* Emacs version 24.1
20411 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20412 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-format-latex-signal-error][Find modifications in git logs]]
20414 : Non-nil means signal an error when image creation of LaTeX snippets fails.
20415 : When nil, just push out a message.
20417 ** org-agenda-skip-unavailable-files =(funcall (function (closure (f...=
20418    :PROPERTIES:
20419    :CUSTOM_ID: org-agenda-skip-unavailable-files
20420    :END:
20422 - *Type:* boolean
20423 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20424 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-unavailable-files][Find modifications in git logs]]
20426 : Non-nil means to just skip non-reachable files in `org-agenda-files'.
20427 : A nil value means to remove them, after a query, from the list.
20429 ** org-ascii-text-width =(funcall (function (closure (t...=
20430    :PROPERTIES:
20431    :CUSTOM_ID: org-ascii-text-width
20432    :END:
20434 - *Type:* integer
20435 - *Since:* Emacs version 24.4
20436 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
20437 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-text-width][Find modifications in git logs]]
20439 : Maximum width of exported text.
20440 : This number includes margin size, as set in
20441 : `org-ascii-global-margin'.
20443 ** org-table-duration-custom-format =(funcall (function (closure (o...=
20444    :PROPERTIES:
20445    :CUSTOM_ID: org-table-duration-custom-format
20446    :END:
20448 - *Type:* (choice (symbol :tag "Seconds"...
20449 - *Since:* Emacs version 24.1
20450 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
20451 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-duration-custom-format][Find modifications in git logs]]
20453 : Format for the output of calc computations like $1+$2;t.
20454 : The default value is `hours', and will output the results as a
20455 : number of hours.  Other allowed values are `seconds', `minutes' and
20456 : `days', and the output will be a fraction of seconds, minutes or
20457 : days. `hh:mm' selects to use hours and minutes, ignoring seconds.
20458 : The `U' flag in a table formula will select this specific format for
20459 : a single formula.
20461 ** org-latex-caption-above =(funcall (function (closure (t...=
20462    :PROPERTIES:
20463    :CUSTOM_ID: org-latex-caption-above
20464    :END:
20466 - *Type:* (choice (const :tag "For all e...
20467 - *Since:* Emacs version 26.1
20468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
20469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-caption-above][Find modifications in git logs]]
20471 : When non-nil, place caption string at the beginning of elements.
20472 : Otherwise, place it near the end.  When value is a list of
20473 : symbols, put caption above selected elements only.  Allowed
20474 : symbols are: `image', `table', `src-block' and `special-block'.
20476 ** org-agenda-sticky =nil=
20477    :PROPERTIES:
20478    :CUSTOM_ID: org-agenda-sticky
20479    :END:
20481 - *Type:* boolean
20482 - *Since:* Emacs version 24.3
20483 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20484 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-sticky][Find modifications in git logs]]
20486 : Non-nil means agenda q key will bury agenda buffers.
20487 : Agenda commands will then show existing buffer instead of generating new ones.
20488 : When nil, `q' will kill the single agenda buffer.
20490 ** org-loop-over-headlines-in-active-region =(funcall (function (closure (f...=
20491    :PROPERTIES:
20492    :CUSTOM_ID: org-loop-over-headlines-in-active-region
20493    :END:
20495 - *Type:* (choice (const :tag "Don't loo...
20496 - *Since:* Emacs version 24.1
20497 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20498 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-loop-over-headlines-in-active-region][Find modifications in git logs]]
20500 : Shall some commands act upon headlines in the active region?
20502 : When set to t, some commands will be performed in all headlines
20503 : within the active region.
20505 : When set to `start-level', some commands will be performed in all
20506 : headlines within the active region, provided that these headlines
20507 : are of the same level than the first one.
20509 : When set to a string, those commands will be performed on the
20510 : matching headlines within the active region.  Such string must be
20511 : a tags/property/todo match as it is used in the agenda tags view.
20513 : The list of commands is: `org-schedule', `org-deadline',
20514 : `org-todo', `org-archive-subtree', `org-archive-set-tag' and
20515 : `org-archive-to-archive-sibling'.  The archiving commands skip
20516 : already archived entries.
20518 ** org-sort-agenda-notime-is-late =t=
20519    :PROPERTIES:
20520    :CUSTOM_ID: org-sort-agenda-notime-is-late
20521    :END:
20523 - *Type:* boolean
20524 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20525 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sort-agenda-notime-is-late][Find modifications in git logs]]
20527 : Non-nil means items without time are considered late.
20528 : This is only relevant for sorting.  When t, items which have no explicit
20529 : time like 15:30 will be considered as 99:01, i.e. later than any items which
20530 : do have a time.  When nil, the default time is before 0:00.  You can use this
20531 : option to decide if the schedule for today should come before or after timeless
20532 : agenda entries.
20534 ** org-calendar-to-agenda-key =(funcall (function (closure (f...=
20535    :PROPERTIES:
20536    :CUSTOM_ID: org-calendar-to-agenda-key
20537    :END:
20539 - *Type:* sexp
20540 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20541 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calendar-to-agenda-key][Find modifications in git logs]]
20543 : The key to be installed in `calendar-mode-map' for switching to the agenda.
20544 : The command `org-calendar-goto-agenda' will be bound to this key.  The
20545 : default is the character `c' because then `c' can be used to switch back and
20546 : forth between agenda and calendar.
20548 ** org-faces-easy-properties =(funcall (function (closure (t...=
20549    :PROPERTIES:
20550    :CUSTOM_ID: org-faces-easy-properties
20551    :END:
20553 - *Type:* (repeat (cons (choice (const t...
20554 - *Since:* Emacs version 24.1
20555 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
20556 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-faces-easy-properties][Find modifications in git logs]]
20558 : The property changes by easy faces.
20559 : This is an alist, the keys show the area of application, the values
20560 : can be `:foreground' or `:background'.  A color string for special
20561 : keywords will then be interpreted as either foreground or background
20562 : color.
20564 ** org-clock-frame-title-format =(funcall (function (closure (t...=
20565    :PROPERTIES:
20566    :CUSTOM_ID: org-clock-frame-title-format
20567    :END:
20569 - *Type:* sexp
20570 - *Since:* Emacs version 24.1
20571 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
20572 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-frame-title-format][Find modifications in git logs]]
20574 : The value for `frame-title-format' when clocking in.
20576 : When `org-clock-clocked-in-display' is set to `frame-title'
20577 : or `both', clocking in will replace `frame-title-format' with
20578 : this value.  Clocking out will restore `frame-title-format'.
20580 : `org-frame-title-string' is a format string using the same
20581 : specifications than `frame-title-format', which see.
20583 ** org-icalendar-include-todo =(funcall (function (closure (t...=
20584    :PROPERTIES:
20585    :CUSTOM_ID: org-icalendar-include-todo
20586    :END:
20588 - *Type:* (choice (const :tag "None" nil...
20589 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
20590 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-include-todo][Find modifications in git logs]]
20592 : Non-nil means create VTODO components from TODO items.
20594 : Valid values are:
20595 : nil                  don't include any task.
20596 : t                    include tasks that are not in DONE state.
20597 : `unblocked'          include all TODO items that are not blocked.
20598 : `all'                include both done and not done items.
20600 ** org-agenda-todo-ignore-with-date =nil=
20601    :PROPERTIES:
20602    :CUSTOM_ID: org-agenda-todo-ignore-with-date
20603    :END:
20605 - *Type:* boolean
20606 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20607 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-ignore-with-date][Find modifications in git logs]]
20609 : Non-nil means don't show entries with a date in the global todo list.
20610 : You can use this if you prefer to mark mere appointments with a TODO keyword,
20611 : but don't want them to show up in the TODO list.
20612 : When this is set, it also covers deadlines and scheduled items, the settings
20613 : of `org-agenda-todo-ignore-scheduled' and `org-agenda-todo-ignore-deadlines'
20614 : will be ignored.
20615 : See also the variable `org-agenda-tags-todo-honor-ignore-options'.
20617 ** org-use-effective-time =(funcall (function (closure (f...=
20618    :PROPERTIES:
20619    :CUSTOM_ID: org-use-effective-time
20620    :END:
20622 - *Type:* boolean
20623 - *Since:* Emacs version 24.1
20624 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20625 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-effective-time][Find modifications in git logs]]
20627 : If non-nil, consider `org-extend-today-until' when creating timestamps.
20628 : For example, if `org-extend-today-until' is 8, and it's 4am, then the
20629 : "effective time" of any timestamps between midnight and 8am will be
20630 : 23:59 of the previous day.
20632 ** org-icalendar-use-deadline =(funcall (function (closure (t...=
20633    :PROPERTIES:
20634    :CUSTOM_ID: org-icalendar-use-deadline
20635    :END:
20637 - *Type:* (set :greedy t (const :tag "De...
20638 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
20639 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-use-deadline][Find modifications in git logs]]
20641 : Contexts where iCalendar export should use a deadline time stamp.
20643 : This is a list with possibly several symbols in it.  Valid symbols are:
20645 : `event-if-todo'       Deadlines in TODO entries become calendar events.
20646 : `event-if-not-todo'   Deadlines in non-TODO entries become calendar events.
20647 : `todo-due'            Use deadlines in TODO entries as due-dates.
20649 ** org-latex-tables-centered =(funcall (function (closure (t...=
20650    :PROPERTIES:
20651    :CUSTOM_ID: org-latex-tables-centered
20652    :END:
20654 - *Type:* boolean
20655 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
20656 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-tables-centered][Find modifications in git logs]]
20658 : When non-nil, tables are exported in a center environment.
20660 ** org-table-formula-create-columns =(funcall (function (closure (o...=
20661    :PROPERTIES:
20662    :CUSTOM_ID: org-table-formula-create-columns
20663    :END:
20665 - *Type:* (choice (const :tag "Setting a...
20666 - *Since:* Emacs version 26.1
20667 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
20668 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-formula-create-columns][Find modifications in git logs]]
20670 : Non-nil means that evaluation of a field formula can add new
20671 : columns if an out-of-bounds field is being set.
20673 ** org-agenda-span =(quote week)=
20674    :PROPERTIES:
20675    :CUSTOM_ID: org-agenda-span
20676    :END:
20678 - *Type:* (choice (const :tag "Day" day)...
20679 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
20680 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-span][Find modifications in git logs]]
20682 : Number of days to include in overview display.
20683 : Can be day, week, month, year, or any number of days.
20684 : Custom commands can set this variable in the options section.
20686 ** org-startup-with-beamer-mode =(funcall (function (closure (f...=
20687    :PROPERTIES:
20688    :CUSTOM_ID: org-startup-with-beamer-mode
20689    :END:
20691 - *Type:* boolean
20692 - *Since:* Emacs version 24.1
20693 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20694 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-with-beamer-mode][Find modifications in git logs]]
20696 : Non-nil means turn on `org-beamer-mode' on startup.
20697 : This can also be configured on a per-file basis by adding one of
20698 : the following lines anywhere in the buffer:
20700 :    #+STARTUP: beamer
20702 ** org-koma-letter-prefer-subject =nil=
20703    :PROPERTIES:
20704    :CUSTOM_ID: org-koma-letter-prefer-subject
20705    :END:
20707 - *Type:* boolean
20708 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
20709 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-prefer-subject][Find modifications in git logs]]
20711 : Non-nil means title should be interpreted as subject if subject is missing.
20712 : This option can also be set with the OPTIONS keyword,
20713 : e.g. "title-subject:t".
20715 ** org-export-with-author =(funcall (function (closure (t...=
20716    :PROPERTIES:
20717    :CUSTOM_ID: org-export-with-author
20718    :END:
20720 - *Type:* boolean
20721 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
20722 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-author][Find modifications in git logs]]
20724 : Non-nil means insert author name into the exported file.
20725 : This option can also be set with the OPTIONS keyword,
20726 : e.g. "author:nil".
20728 ** org-show-notification-handler =(funcall (function (closure (t...=
20729    :PROPERTIES:
20730    :CUSTOM_ID: org-show-notification-handler
20731    :END:
20733 - *Type:* (choice (const nil) (string :t...
20734 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
20735 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-notification-handler][Find modifications in git logs]]
20737 : Function or program to send notification with.
20738 : The function or program will be called with the notification
20739 : string as argument.
20741 ** org-attach-store-link-p =(funcall (function (closure (t...=
20742    :PROPERTIES:
20743    :CUSTOM_ID: org-attach-store-link-p
20744    :END:
20746 - *Type:* (choice (const :tag "Don't sto...
20747 - *Since:* Emacs version 24.1
20748 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
20749 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-store-link-p][Find modifications in git logs]]
20751 : Non-nil means store a link to a file when attaching it.
20753 ** org-babel-maxima-command =(funcall (function (closure (t...=
20754    :PROPERTIES:
20755    :CUSTOM_ID: org-babel-maxima-command
20756    :END:
20758 - *Type:* string
20759 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-maxima.el][ob-maxima.el]]
20760 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-maxima-command][Find modifications in git logs]]
20762 : Command used to call maxima on the shell.
20764 ** org-html-mathjax-template =(funcall (function (closure (h...=
20765    :PROPERTIES:
20766    :CUSTOM_ID: org-html-mathjax-template
20767    :END:
20769 - *Type:* string
20770 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
20771 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-mathjax-template][Find modifications in git logs]]
20773 : The MathJax template.  See also `org-html-mathjax-options'.
20775 ** org-enable-table-editor =(funcall (function (closure (f...=
20776    :PROPERTIES:
20777    :CUSTOM_ID: org-enable-table-editor
20778    :END:
20780 - *Type:* (choice (const :tag "off" nil)...
20781 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20782 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-enable-table-editor][Find modifications in git logs]]
20784 : Non-nil means lines starting with "|" are handled by the table editor.
20785 : When nil, such lines will be treated like ordinary lines.
20787 : When equal to the symbol `optimized', the table editor will be optimized to
20788 : do the following:
20789 : - Automatic overwrite mode in front of whitespace in table fields.
20790 :   This makes the structure of the table stay in tact as long as the edited
20791 :   field does not exceed the column width.
20792 : - Minimize the number of realigns.  Normally, the table is aligned each time
20793 :   TAB or RET are pressed to move to another field.  With optimization this
20794 :   happens only if changes to a field might have changed the column width.
20795 : Optimization requires replacing the functions `self-insert-command',
20796 : `delete-char', and `backward-delete-char' in Org buffers, with a
20797 : slight (in fact: unnoticeable) speed impact for normal typing.  Org is very
20798 : good at guessing when a re-align will be necessary, but you can always
20799 : force one with `\[org-ctrl-c-ctrl-c]'.
20801 : If you would like to use the optimized version in Org mode, but the
20802 : un-optimized version in OrgTbl-mode, see the variable `orgtbl-optimized'.
20804 : This variable can be used to turn on and off the table editor during a session,
20805 : but in order to toggle optimization, a restart is required.
20807 : See also the variable `org-table-auto-blank-field'.
20809 ** org-mobile-encryption-tempfile =(funcall (function (closure (t...=
20810    :PROPERTIES:
20811    :CUSTOM_ID: org-mobile-encryption-tempfile
20812    :END:
20814 - *Type:* directory
20815 - *Since:* Emacs version 24.1
20816 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
20817 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-encryption-tempfile][Find modifications in git logs]]
20819 : File that is being used as a temporary file for encryption.
20820 : This must be local file on your local machine (not on the WebDAV server).
20821 : You might want to put this file into a directory where only you have access.
20823 ** org-time-stamp-rounding-minutes =(funcall (function (closure (f...=
20824    :PROPERTIES:
20825    :CUSTOM_ID: org-time-stamp-rounding-minutes
20826    :END:
20828 - *Type:* (list (integer :tag "when inse...
20829 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20830 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-time-stamp-rounding-minutes][Find modifications in git logs]]
20832 : Number of minutes to round time stamps to.
20833 : \<org-mode-map>These are two values, the first applies when first creating a time stamp.
20834 : The second applies when changing it with the commands `S-up' and `S-down'.
20835 : When changing the time stamp, this means that it will change in steps
20836 : of N minutes, as given by the second value.
20838 : When a setting is 0 or 1, insert the time unmodified.  Useful rounding
20839 : numbers should be factors of 60, so for example 5, 10, 15.
20841 : When this is larger than 1, you can still force an exact time stamp by using
20842 : a double prefix argument to a time stamp command like `\[org-time-stamp]' or `\[org-time-stamp-inactive],
20843 : and by using a prefix arg to `S-up/down' to specify the exact number
20844 : of minutes to shift.
20846 ** org-html-html5-fancy =(funcall (function (closure (h...=
20847    :PROPERTIES:
20848    :CUSTOM_ID: org-html-html5-fancy
20849    :END:
20851 - *Type:* boolean
20852 - *Since:* Emacs version 24.4
20853 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
20854 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-html5-fancy][Find modifications in git logs]]
20856 : Non-nil means using new HTML5 elements.
20857 : This variable is ignored for anything other than HTML5 export.
20859 : For compatibility with Internet Explorer, it's probably a good
20860 : idea to download some form of the html5shiv (for instance
20861 : https://code.google.com/p/html5shiv/) and add it to your
20862 : HTML_HEAD_EXTRA, so that your pages don't break for users of IE
20863 : versions 8 and below.
20865 ** org-babel-exp-inline-code-template =(funcall (function (closure (t...=
20866    :PROPERTIES:
20867    :CUSTOM_ID: org-babel-exp-inline-code-template
20868    :END:
20870 - *Type:* string
20871 - *Since:* Emacs version 26.1
20872 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-exp.el][ob-exp.el]]
20873 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-exp-inline-code-template][Find modifications in git logs]]
20875 : Template used to export the body of inline code blocks.
20876 : This template may be customized to include additional information
20877 : such as the code block name, or the values of particular header
20878 : arguments.  The template is filled out using `org-fill-template',
20879 : and the following %keys may be used.
20881 :  lang ------ the language of the code block
20882 :  name ------ the name of the code block
20883 :  body ------ the body of the code block
20884 :  switches -- the switches associated to the code block
20885 :  flags ----- the flags passed to the code block
20887 : In addition to the keys mentioned above, every header argument
20888 : defined for the code block may be used as a key and will be
20889 : replaced with its value.
20891 ** org-export-use-babel =(funcall (function (closure (t...=
20892    :PROPERTIES:
20893    :CUSTOM_ID: org-export-use-babel
20894    :END:
20896 - *Type:* (choice (const :tag "Never" ni...
20897 - *Since:* Emacs version 24.1
20898 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-exp.el][ob-exp.el]]
20899 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-use-babel][Find modifications in git logs]]
20901 : Switch controlling code evaluation and header processing during export.
20902 : When set to nil no code will be evaluated as part of the export
20903 : process and no header arguments will be obeyed.  When set to
20904 : `inline-only', only inline code blocks will be executed.  Users
20905 : who wish to avoid evaluating code on export should use the header
20906 : argument `:eval never-export'.
20908 ** org-latex-to-mathml-convert-command =(funcall (function (closure (f...=
20909    :PROPERTIES:
20910    :CUSTOM_ID: org-latex-to-mathml-convert-command
20911    :END:
20913 - *Type:* (choice (const :tag "None" nil...
20914 - *Since:* Emacs version 24.1
20915 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20916 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-to-mathml-convert-command][Find modifications in git logs]]
20918 : Command to convert LaTeX fragments to MathML.
20919 : Replace format-specifiers in the command as noted below and use
20920 : `shell-command' to convert LaTeX to MathML.
20921 : %j:     Executable file in fully expanded form as specified by
20922 :         `org-latex-to-mathml-jar-file'.
20923 : %I:     Input LaTeX file in fully expanded form.
20924 : %i:     The latex fragment to be converted.
20925 : %o:     Output MathML file.
20927 : This command is used by `org-create-math-formula'.
20929 : When using MathToWeb as the converter, set this option to
20930 : "java -jar %j -unicode -force -df %o %I".
20932 : When using LaTeXML set this option to
20933 : "latexmlmath "%i" --presentationmathml=%o".
20935 ** org-startup-align-all-tables =(funcall (function (closure (f...=
20936    :PROPERTIES:
20937    :CUSTOM_ID: org-startup-align-all-tables
20938    :END:
20940 - *Type:* boolean
20941 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20942 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-align-all-tables][Find modifications in git logs]]
20944 : Non-nil means align all tables when visiting a file.
20945 : This is useful when the column width in tables is forced with <N> cookies
20946 : in table fields.  Such tables will look correct only after the first re-align.
20947 : This can also be configured on a per-file basis by adding one of
20948 : the following lines anywhere in the buffer:
20949 :    #+STARTUP: align
20950 :    #+STARTUP: noalign
20952 ** org-table-default-size =(funcall (function (closure (o...=
20953    :PROPERTIES:
20954    :CUSTOM_ID: org-table-default-size
20955    :END:
20957 - *Type:* string
20958 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
20959 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-default-size][Find modifications in git logs]]
20961 : The default size for newly created tables, Columns x Rows.
20963 ** org-default-notes-file =(funcall (function (closure (f...=
20964    :PROPERTIES:
20965    :CUSTOM_ID: org-default-notes-file
20966    :END:
20968 - *Type:* file
20969 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20970 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-default-notes-file][Find modifications in git logs]]
20972 : Default target for storing notes.
20973 : Used as a fall back file for org-capture.el, for templates that
20974 : do not specify a target file.
20976 ** org-make-link-description-function =(funcall (function (closure (f...=
20977    :PROPERTIES:
20978    :CUSTOM_ID: org-make-link-description-function
20979    :END:
20981 - *Type:* (choice (const nil) (function)...
20982 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
20983 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-make-link-description-function][Find modifications in git logs]]
20985 : Function to use for generating link descriptions from links.
20986 : When nil, the link location will be used.  This function must take
20987 : two parameters: the first one is the link, the second one is the
20988 : description generated by `org-insert-link'.  The function should
20989 : return the description to use.
20991 ** org-koma-letter-opening =""=
20992    :PROPERTIES:
20993    :CUSTOM_ID: org-koma-letter-opening
20994    :END:
20996 - *Type:* string
20997 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
20998 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-opening][Find modifications in git logs]]
21000 : Letter's opening, as a string.
21002 : This option can also be set with the OPENING keyword.  Moreover,
21003 : when:
21004 :   (1) Either `org-koma-letter-prefer-special-headings' is non-nil
21005 :       or the CLOSING keyword is empty
21006 :   (2) `org-koma-letter-headline-is-opening-maybe' is non-nil;
21007 :   (3) the letter contains a headline without a special
21008 :       tag (e.g. "to" or "ps");
21009 : then the opening will be implicitly set as the untagged headline title.
21011 ** org-agenda-todo-keyword-format ="%-1s"=
21012    :PROPERTIES:
21013    :CUSTOM_ID: org-agenda-todo-keyword-format
21014    :END:
21016 - *Type:* string
21017 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21018 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-keyword-format][Find modifications in git logs]]
21020 : Format for the TODO keyword in agenda lines.
21021 : Set this to something like "%-12s" if you want all TODO keywords
21022 : to occupy a fixed space in the agenda display.
21024 ** org-babel-sh-var-quote-fmt ="$(cat <<'BABEL_TABLE'\n%s\nBA...=
21025    :PROPERTIES:
21026    :CUSTOM_ID: org-babel-sh-var-quote-fmt
21027    :END:
21029 - *Type:* string
21030 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-sh.el][ob-sh.el]]
21031 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-sh-var-quote-fmt][Find modifications in git logs]]
21035 ** org-man-tables-verbatim =(funcall (function (closure (o...=
21036    :PROPERTIES:
21037    :CUSTOM_ID: org-man-tables-verbatim
21038    :END:
21040 - *Type:* boolean
21041 - *Since:* Emacs version 24.4
21042 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
21043 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-tables-verbatim][Find modifications in git logs]]
21045 : When non-nil, tables are exported verbatim.
21047 ** org-habit-show-done-always-green =(funcall (function (closure (t...=
21048    :PROPERTIES:
21049    :CUSTOM_ID: org-habit-show-done-always-green
21050    :END:
21052 - *Type:* boolean
21053 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
21054 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-show-done-always-green][Find modifications in git logs]]
21056 : Non-nil means DONE days will always be green in the consistency graph.
21057 : It will be green even if it was done after the deadline.
21059 ** org-agenda-log-mode-items =(quote (closed clock))=
21060    :PROPERTIES:
21061    :CUSTOM_ID: org-agenda-log-mode-items
21062    :END:
21064 - *Type:* (set :greedy t (const closed) ...
21065 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21066 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-log-mode-items][Find modifications in git logs]]
21068 : List of items that should be shown in agenda log mode.
21069 : \<org-agenda-mode-map>This list may contain the following symbols:
21071 :   closed    Show entries that have been closed on that day.
21072 :   clock     Show entries that have received clocked time on that day.
21073 :   state     Show all logged state changes.
21074 : Note that instead of changing this variable, you can also press `\[universal-argument] \[org-agenda-log-mode]' in
21075 : the agenda to display all available LOG items temporarily.
21077 ** org-agenda-remove-timeranges-from-blocks =nil=
21078    :PROPERTIES:
21079    :CUSTOM_ID: org-agenda-remove-timeranges-from-blocks
21080    :END:
21082 - *Type:* boolean
21083 - *Since:* Emacs version 24.1
21084 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21085 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-remove-timeranges-from-blocks][Find modifications in git logs]]
21087 : Non-nil means remove time ranges specifications in agenda
21088 : items that span on several days.
21090 ** org-latex-footnote-defined-format =(funcall (function (closure (t...=
21091    :PROPERTIES:
21092    :CUSTOM_ID: org-latex-footnote-defined-format
21093    :END:
21095 - *Type:* (choice (const :tag "Use plain...
21096 - *Since:* Emacs version 26.1
21097 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
21098 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-footnote-defined-format][Find modifications in git logs]]
21100 : Format string used to format reference to footnote already defined.
21101 : %s will be replaced by the label of the referred footnote.
21103 ** org-archive-location =(funcall (function (closure (t...=
21104    :PROPERTIES:
21105    :CUSTOM_ID: org-archive-location
21106    :END:
21108 - *Type:* string
21109 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21110 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-location][Find modifications in git logs]]
21112 : The location where subtrees should be archived.
21114 : The value of this variable is a string, consisting of two parts,
21115 : separated by a double-colon.  The first part is a filename and
21116 : the second part is a headline.
21118 : When the filename is omitted, archiving happens in the same file.
21119 : %s in the filename will be replaced by the current file
21120 : name (without the directory part).  Archiving to a different file
21121 : is useful to keep archived entries from contributing to the
21122 : Org Agenda.
21124 : The archived entries will be filed as subtrees of the specified
21125 : headline.  When the headline is omitted, the subtrees are simply
21126 : filed away at the end of the file, as top-level entries.  Also in
21127 : the heading you can use %s to represent the file name, this can be
21128 : useful when using the same archive for a number of different files.
21130 : Here are a few examples:
21131 : "%s_archive::"
21132 :       If the current file is Projects.org, archive in file
21133 :       Projects.org_archive, as top-level trees.  This is the default.
21135 : "::* Archived Tasks"
21136 :       Archive in the current file, under the top-level headline
21137 :       "* Archived Tasks".
21139 : "~/org/archive.org::"
21140 :       Archive in file ~/org/archive.org (absolute path), as top-level trees.
21142 : "~/org/archive.org::* From %s"
21143 :       Archive in file ~/org/archive.org (absolute path), under headlines
21144 :         "From FILENAME" where file name is the current file name.
21146 : "~/org/datetree.org::datetree/* Finished Tasks"
21147 :         The "datetree/" string is special, signifying to archive
21148 :         items to the datetree.  Items are placed in either the CLOSED
21149 :         date of the item, or the current date if there is no CLOSED date.
21150 :         The heading will be a subentry to the current date.  There doesn't
21151 :         need to be a heading, but there always needs to be a slash after
21152 :         datetree.  For example, to store archived items directly in the
21153 :         datetree, use "~/org/datetree.org::datetree/".
21155 : "basement::** Finished Tasks"
21156 :       Archive in file ./basement (relative path), as level 3 trees
21157 :       below the level 2 heading "** Finished Tasks".
21159 : You may set this option on a per-file basis by adding to the buffer a
21160 : line like
21162 : #+ARCHIVE: basement::** Finished Tasks
21164 : You may also define it locally for a subtree by setting an ARCHIVE property
21165 : in the entry.  If such a property is found in an entry, or anywhere up
21166 : the hierarchy, it will be used.
21168 ** org-html-table-row-open-tag =(funcall (function (closure (h...=
21169    :PROPERTIES:
21170    :CUSTOM_ID: org-html-table-row-open-tag
21171    :END:
21173 - *Type:* (choice :tag "Opening tag" (st...
21174 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21175 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-row-open-tag][Find modifications in git logs]]
21177 : The opening tag for table rows.
21178 : This is customizable so that alignment options can be specified.
21179 : Instead of strings, these can be a Lisp function that will be
21180 : evaluated for each row in order to construct the table row tags.
21182 : The function will be called with these arguments:
21184 :          `number': row number (0 is the first row)
21185 :    `group-number': group number of current row
21186 :    `start-group?': non-nil means the row starts a group
21187 :      `end-group?': non-nil means the row ends a group
21188 :            `top?': non-nil means this is the top row
21189 :         `bottom?': non-nil means this is the bottom row
21191 : For example:
21193 :   (setq org-html-table-row-open-tag
21194 :         (lambda (number group-number start-group? end-group-p top? bottom?)
21195 :            (cond (top? "<tr class=\"tr-top\">")
21196 :                  (bottom? "<tr class=\"tr-bottom\">")
21197 :                  (t (if (= (mod number 2) 1)
21198 :                         "<tr class=\"tr-odd\">"
21199 :                       "<tr class=\"tr-even\">")))))
21201 : will use the "tr-top" and "tr-bottom" classes for the top row
21202 : and the bottom row, and otherwise alternate between "tr-odd" and
21203 : "tr-even" for odd and even rows.
21205 ** org-icalendar-combined-name =(funcall (function (closure (t...=
21206    :PROPERTIES:
21207    :CUSTOM_ID: org-icalendar-combined-name
21208    :END:
21210 - *Type:* string
21211 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
21212 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-combined-name][Find modifications in git logs]]
21214 : Calendar name for the combined iCalendar representing all agenda files.
21216 ** org-priority-start-cycle-with-default =(funcall (function (closure (f...=
21217    :PROPERTIES:
21218    :CUSTOM_ID: org-priority-start-cycle-with-default
21219    :END:
21221 - *Type:* boolean
21222 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21223 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-priority-start-cycle-with-default][Find modifications in git logs]]
21225 : Non-nil means start with default priority when starting to cycle.
21226 : When this is nil, the first step in the cycle will be (depending on the
21227 : command used) one higher or lower than the default priority.
21228 : See also `org-default-priority'.
21230 ** org-table-use-standard-references =(funcall (function (closure (o...=
21231    :PROPERTIES:
21232    :CUSTOM_ID: org-table-use-standard-references
21233    :END:
21235 - *Type:* (choice (const :tag "Never, do...
21236 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
21237 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-use-standard-references][Find modifications in git logs]]
21239 : Non-nil means using table references like B3 instead of @3$2.
21240 : Possible values are:
21241 : nil     never use them
21242 : from    accept as input, do not present for editing
21243 : t       accept as input and present for editing
21245 ** org-src-lang-modes =(funcall (function (closure (t...=
21246    :PROPERTIES:
21247    :CUSTOM_ID: org-src-lang-modes
21248    :END:
21250 - *Type:* (repeat (cons (string "Languag...
21251 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
21252 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-lang-modes][Find modifications in git logs]]
21254 : Alist mapping languages to their major mode.
21255 : The key is the language name, the value is the string that should
21256 : be inserted as the name of the major mode.  For many languages this is
21257 : simple, but for language where this is not the case, this variable
21258 : provides a way to simplify things on the user side.
21259 : For example, there is no ocaml-mode in Emacs, but the mode to use is
21260 : `tuareg-mode'.
21262 ** org-startup-with-inline-images =(funcall (function (closure (f...=
21263    :PROPERTIES:
21264    :CUSTOM_ID: org-startup-with-inline-images
21265    :END:
21267 - *Type:* boolean
21268 - *Since:* Emacs version 24.1
21269 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21270 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-with-inline-images][Find modifications in git logs]]
21272 : Non-nil means show inline images when loading a new Org file.
21273 : This can also be configured on a per-file basis by adding one of
21274 : the following lines anywhere in the buffer:
21275 :    #+STARTUP: inlineimages
21276 :    #+STARTUP: noinlineimages
21278 ** org-refile-allow-creating-parent-nodes =(funcall (function (closure (f...=
21279    :PROPERTIES:
21280    :CUSTOM_ID: org-refile-allow-creating-parent-nodes
21281    :END:
21283 - *Type:* (choice (const :tag "Never" ni...
21284 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21285 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-allow-creating-parent-nodes][Find modifications in git logs]]
21287 : Non-nil means allow the creation of new nodes as refile targets.
21288 : New nodes are then created by adding "/new node name" to the completion
21289 : of an existing node.  When the value of this variable is `confirm',
21290 : new node creation must be confirmed by the user (recommended).
21291 : When nil, the completion must match an existing entry.
21293 : Note that, if the new heading is not seen by the criteria
21294 : listed in `org-refile-targets', multiple instances of the same
21295 : heading would be created by trying again to file under the new
21296 : heading.
21298 ** org-enable-fixed-width-editor =(funcall (function (closure (f...=
21299    :PROPERTIES:
21300    :CUSTOM_ID: org-enable-fixed-width-editor
21301    :END:
21303 - *Type:* boolean
21304 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21305 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-enable-fixed-width-editor][Find modifications in git logs]]
21307 : Non-nil means lines starting with ":" are treated as fixed-width.
21308 : This currently only means they are never auto-wrapped.
21309 : When nil, such lines will be treated like ordinary lines.
21311 ** org-html-metadata-timestamp-format =(funcall (function (closure (h...=
21312    :PROPERTIES:
21313    :CUSTOM_ID: org-html-metadata-timestamp-format
21314    :END:
21316 - *Type:* string
21317 - *Since:* Emacs version 24.4
21318 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21319 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-metadata-timestamp-format][Find modifications in git logs]]
21321 : Format used for timestamps in preamble, postamble and metadata.
21322 : See `format-time-string' for more information on its components.
21324 ** org-entities-user =(funcall (function (closure (t...=
21325    :PROPERTIES:
21326    :CUSTOM_ID: org-entities-user
21327    :END:
21329 - *Type:* (repeat (list (string :tag "na...
21330 - *Since:* Emacs version 24.1
21331 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-entities.el][org-entities.el]]
21332 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-entities-user][Find modifications in git logs]]
21334 : User-defined entities used in Org to produce special characters.
21335 : Each entry in this list is a list of strings.  It associates the name
21336 : of the entity that can be inserted into an Org file as \name with the
21337 : appropriate replacements for the different export backends.  The order
21338 : of the fields is the following
21340 : name                 As a string, without the leading backslash.
21341 : LaTeX replacement    In ready LaTeX, no further processing will take place.
21342 : LaTeX mathp          Either t or nil.  When t this entity needs to be in
21343 :                      math mode.
21344 : HTML replacement     In ready HTML, no further processing will take place.
21345 :                      Usually this will be an &...; entity.
21346 : ASCII replacement    Plain ASCII, no extensions.
21347 : Latin1 replacement   Use the special characters available in latin1.
21348 : utf-8 replacement    Use the special characters available in utf-8.
21350 : If you define new entities here that require specific LaTeX
21351 : packages to be loaded, add these packages to `org-latex-packages-alist'.
21353 ** org-agenda-prefer-last-repeat =nil=
21354    :PROPERTIES:
21355    :CUSTOM_ID: org-agenda-prefer-last-repeat
21356    :END:
21358 - *Type:* (choice (const :tag "Prefer la...
21359 - *Since:* Emacs version 26.1
21360 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21361 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-prefer-last-repeat][Find modifications in git logs]]
21363 : Non-nil sets date for repeated entries to their last repeat.
21365 : When nil, display SCHEDULED and DEADLINE dates at their base
21366 : date, and in today's agenda, as a reminder.  Display plain
21367 : time-stamps, on the other hand, at every repeat date in the past
21368 : in addition to the base date.
21370 : When non-nil, show a repeated entry at its latest repeat date,
21371 : possibly being today even if it wasn't marked as done.  This
21372 : setting is useful if you do not always mark repeated entries as
21373 : done and, yet, consider that reaching repeat date starts the task
21374 : anew.
21376 : When set to a list of strings, prefer last repeats only for
21377 : entries with these TODO keywords.
21379 ** org-agenda-skip-deadline-if-done =nil=
21380    :PROPERTIES:
21381    :CUSTOM_ID: org-agenda-skip-deadline-if-done
21382    :END:
21384 - *Type:* boolean
21385 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21386 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-deadline-if-done][Find modifications in git logs]]
21388 : Non-nil means don't show deadlines when the corresponding item is done.
21389 : When nil, the deadline is still shown and should give you a happy feeling.
21390 : This is relevant for the daily/weekly agenda.  It applies only to the
21391 : actual date of the deadline.  Warnings about approaching and past-due
21392 : deadlines are always turned off when the item is DONE.
21394 ** org-texinfo-classes =(funcall (function (closure (t...=
21395    :PROPERTIES:
21396    :CUSTOM_ID: org-texinfo-classes
21397    :END:
21399 - *Type:* (repeat (list (string :tag "Te...
21400 - *Since:* Emacs version 26.1
21401 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
21402 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-classes][Find modifications in git logs]]
21404 : Alist of Texinfo classes and associated header and structure.
21405 : If #+TEXINFO_CLASS is set in the buffer, use its value and the
21406 : associated information.  Here is the structure of a class
21407 : definition:
21409 :   (class-name
21410 :     header-string
21411 :     (numbered-1 unnumbered-1 appendix-1)
21412 :     (numbered-2 unnumbered-2 appendix-2)
21413 :     ...)
21416 : The header string
21417 : -----------------
21419 : The header string is inserted in the header of the generated
21420 : document, right after "@setfilename" and "@settitle"
21421 : commands.
21423 : If it contains the special string
21425 :   "@documentencoding AUTO"
21427 : "AUTO" will be replaced with an appropriate coding system.  See
21428 : `org-texinfo-coding-system' for more information.  Likewise, if
21429 : the string contains the special string
21431 :   "@documentlanguage AUTO"
21433 : "AUTO" will be replaced with the language defined in the
21434 : buffer, through #+LANGUAGE keyword, or globally, with
21435 : `org-export-default-language', which see.
21438 : The sectioning structure
21439 : ------------------------
21441 : The sectioning structure of the class is given by the elements
21442 : following the header string.  For each sectioning level, a number
21443 : of strings is specified.  A %s formatter is mandatory in each
21444 : section string and will be replaced by the title of the section.
21446 ** org-html-xml-declaration =(funcall (function (closure (h...=
21447    :PROPERTIES:
21448    :CUSTOM_ID: org-html-xml-declaration
21449    :END:
21451 - *Type:* (choice (string :tag "Single d...
21452 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21453 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-xml-declaration][Find modifications in git logs]]
21455 : The extension for exported HTML files.
21456 : %s will be replaced with the charset of the exported file.
21457 : This may be a string, or an alist with export extensions
21458 : and corresponding declarations.
21460 : This declaration only applies when exporting to XHTML.
21462 ** org-sort-agenda-noeffort-is-high =t=
21463    :PROPERTIES:
21464    :CUSTOM_ID: org-sort-agenda-noeffort-is-high
21465    :END:
21467 - *Type:* boolean
21468 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21469 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sort-agenda-noeffort-is-high][Find modifications in git logs]]
21471 : Non-nil means items without effort estimate are sorted as high effort.
21472 : This also applies when filtering an agenda view with respect to the
21473 : < or > effort operator.  Then, tasks with no effort defined will be treated
21474 : as tasks with high effort.
21475 : When nil, such items are sorted as 0 minutes effort.
21477 ** org-html-table-header-tags =(funcall (function (closure (h...=
21478    :PROPERTIES:
21479    :CUSTOM_ID: org-html-table-header-tags
21480    :END:
21482 - *Type:* (cons (string :tag "Opening ta...
21483 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21484 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-header-tags][Find modifications in git logs]]
21486 : The opening and ending tags for table header fields.
21487 : This is customizable so that alignment options can be specified.
21488 : The first %s will be filled with the scope of the field, either row or col.
21489 : The second %s will be replaced by a style entry to align the field.
21490 : See also the variable `org-html-table-use-header-tags-for-first-column'.
21491 : See also the variable `org-html-table-align-individual-fields'.
21493 ** org-use-extra-keys =(funcall (function (closure (f...=
21494    :PROPERTIES:
21495    :CUSTOM_ID: org-use-extra-keys
21496    :END:
21498 - *Type:* boolean
21499 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21500 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-extra-keys][Find modifications in git logs]]
21502 : Non-nil means use extra key sequence definitions for certain commands.
21503 : This happens automatically if `window-system' is nil.  This
21504 : variable lets you do the same manually.  You must set it before
21505 : loading Org.
21507 ** org-html-allow-name-attribute-in-anchors =(funcall (function (closure (h...=
21508    :PROPERTIES:
21509    :CUSTOM_ID: org-html-allow-name-attribute-in-anchors
21510    :END:
21512 - *Type:* boolean
21513 - *Since:* Emacs version 24.4
21514 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21515 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-allow-name-attribute-in-anchors][Find modifications in git logs]]
21517 : When nil, do not set "name" attribute in anchors.
21518 : By default, when appropriate, anchors are formatted with "id"
21519 : but without "name" attribute.
21521 ** org-use-tag-inheritance =(funcall (function (closure (f...=
21522    :PROPERTIES:
21523    :CUSTOM_ID: org-use-tag-inheritance
21524    :END:
21526 - *Type:* (choice (const :tag "Not" nil)...
21527 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21528 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-tag-inheritance][Find modifications in git logs]]
21530 : Non-nil means tags in levels apply also for sublevels.
21531 : When nil, only the tags directly given in a specific line apply there.
21532 : This may also be a list of tags that should be inherited, or a regexp that
21533 : matches tags that should be inherited.  Additional control is possible
21534 : with the variable  `org-tags-exclude-from-inheritance' which gives an
21535 : explicit list of tags to be excluded from inheritance, even if the value of
21536 : `org-use-tag-inheritance' would select it for inheritance.
21538 : If this option is t, a match early-on in a tree can lead to a large
21539 : number of matches in the subtree when constructing the agenda or creating
21540 : a sparse tree.  If you only want to see the first match in a tree during
21541 : a search, check out the variable `org-tags-match-list-sublevels'.
21543 ** org-html-doctype =(funcall (function (closure (h...=
21544    :PROPERTIES:
21545    :CUSTOM_ID: org-html-doctype
21546    :END:
21548 - *Type:* (choice (const "html4-strict")...
21549 - *Since:* Emacs version 24.4
21550 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21551 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-doctype][Find modifications in git logs]]
21553 : Document type definition to use for exported HTML files.
21554 : Can be set with the in-buffer HTML_DOCTYPE property or for
21555 : publishing, with :html-doctype.
21557 ** org-agenda-todo-ignore-deadlines =nil=
21558    :PROPERTIES:
21559    :CUSTOM_ID: org-agenda-todo-ignore-deadlines
21560    :END:
21562 - *Type:* (choice (const :tag "Ignore ne...
21563 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21564 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-ignore-deadlines][Find modifications in git logs]]
21566 : Non-nil means ignore some deadline TODO items when making TODO list.
21568 : There are different motivations for using different values, please think
21569 : carefully when configuring this variable.
21571 : This applies when creating the global TODO list.
21573 : Valid values are:
21575 : near    Don't show near deadline entries.  A deadline is near when it is
21576 :         closer than `org-deadline-warning-days' days.  The idea behind this
21577 :         is that such items will appear in the agenda anyway.
21579 : far     Don't show TODO entries where a deadline has been defined, but
21580 :         is not going to happen anytime soon.  This is useful if you want to use
21581 :         the TODO list to figure out what to do now.
21583 : past    Don't show entries with a deadline timestamp for today or in the past.
21585 : future  Don't show entries with a deadline timestamp in the future, not even
21586 :         when they become `near' ones.  Use it with caution.
21588 : all     Ignore all TODO entries that do have a deadline.
21590 : t       Same as `near', for backward compatibility.
21592 : This variable can also have an integer as a value.  See
21593 : `org-agenda-todo-ignore-timestamp' for more details.
21595 : See also `org-agenda-todo-ignore-with-date'.
21596 : See also the variable `org-agenda-tags-todo-honor-ignore-options' if you want
21597 : to make his option also apply to the tags-todo list.
21599 ** org-latex-default-class =(funcall (function (closure (t...=
21600    :PROPERTIES:
21601    :CUSTOM_ID: org-latex-default-class
21602    :END:
21604 - *Type:* (string :tag "LaTeX class")
21605 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
21606 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-default-class][Find modifications in git logs]]
21608 : The default LaTeX class.
21610 ** org-crypt-key =(funcall (function (closure (t...=
21611    :PROPERTIES:
21612    :CUSTOM_ID: org-crypt-key
21613    :END:
21615 - *Type:* string
21616 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
21617 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-crypt-key][Find modifications in git logs]]
21619 : The default key to use when encrypting the contents of a heading.
21621 : This setting can also be overridden in the CRYPTKEY property.
21623 ** org-agenda-menu-show-matcher =t=
21624    :PROPERTIES:
21625    :CUSTOM_ID: org-agenda-menu-show-matcher
21626    :END:
21628 - *Type:* boolean
21629 - *Since:* Emacs version 24.1
21630 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21631 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-menu-show-matcher][Find modifications in git logs]]
21633 : Non-nil means show the match string in the agenda dispatcher menu.
21634 : When nil, the matcher string is not shown, but is put into the help-echo
21635 : property so than moving the mouse over the command shows it.
21636 : Setting it to nil is good if matcher strings are very long and/or if
21637 : you want to use two-columns display (see `org-agenda-menu-two-columns').
21639 ** org-cycle-level-faces =(funcall (function (closure (t...=
21640    :PROPERTIES:
21641    :CUSTOM_ID: org-cycle-level-faces
21642    :END:
21644 - *Type:* boolean
21645 - *Since:* Emacs version 24.1
21646 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
21647 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-level-faces][Find modifications in git logs]]
21649 : Non-nil means level styles cycle after level `org-n-level-faces'.
21650 : Then so level org-n-level-faces+1 is styled like level 1.
21651 : If nil, then all levels >=org-n-level-faces are styled like
21652 : level org-n-level-faces
21654 ** org-html-with-latex =(funcall (function (closure (h...=
21655    :PROPERTIES:
21656    :CUSTOM_ID: org-html-with-latex
21657    :END:
21659 - *Type:* (choice (const :tag "Do not pr...
21660 - *Since:* Emacs version 24.4
21661 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
21662 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-with-latex][Find modifications in git logs]]
21664 : Non-nil means process LaTeX math snippets.
21666 : When set, the exporter will process LaTeX environments and
21667 : fragments.
21669 : This option can also be set with the +OPTIONS line,
21670 : e.g. "tex:mathjax".  Allowed values are:
21672 :   nil           Ignore math snippets.
21673 :   `verbatim'    Keep everything in verbatim
21674 :   `mathjax', t  Do MathJax preprocessing and arrange for MathJax.js to
21675 :                 be loaded.
21676 :   SYMBOL        Any symbol defined in `org-preview-latex-process-alist',
21677 :                 e.g., `dvipng'.
21679 ** org-agenda-mouse-1-follows-link =nil=
21680    :PROPERTIES:
21681    :CUSTOM_ID: org-agenda-mouse-1-follows-link
21682    :END:
21684 - *Type:* boolean
21685 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21686 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-mouse-1-follows-link][Find modifications in git logs]]
21688 : Non-nil means mouse-1 on a link will follow the link in the agenda.
21689 : A longer mouse click will still set point.  Needs to be set
21690 : before org.el is loaded.
21692 ** org-babel-lua-command =(funcall (function (closure (t...=
21693    :PROPERTIES:
21694    :CUSTOM_ID: org-babel-lua-command
21695    :END:
21697 - *Type:* string
21698 - *Since:* Emacs version 24.5
21699 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lua.el][ob-lua.el]]
21700 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lua-command][Find modifications in git logs]]
21702 : Name of the command for executing Lua code.
21704 ** org-ditaa-jar-option =(funcall (function (closure (t...=
21705    :PROPERTIES:
21706    :CUSTOM_ID: org-ditaa-jar-option
21707    :END:
21709 - *Type:* string
21710 - *Since:* Emacs version 24.1
21711 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ditaa.el][ob-ditaa.el]]
21712 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ditaa-jar-option][Find modifications in git logs]]
21714 : Option for the ditaa jar file.
21715 : Do not leave leading or trailing spaces in this string.
21717 ** org-export-default-language =(funcall (function (closure (t...=
21718    :PROPERTIES:
21719    :CUSTOM_ID: org-export-default-language
21720    :END:
21722 - *Type:* (string :tag "Language")
21723 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
21724 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-default-language][Find modifications in git logs]]
21726 : The default language for export and clocktable translations, as a string.
21727 : This may have an association in
21728 : `org-clock-clocktable-language-setup',
21729 : `org-export-smart-quotes-alist' and `org-export-dictionary'.
21730 : This option can also be set with the LANGUAGE keyword.
21732 ** org-publish-timestamp-directory =(funcall (function (closure (t...=
21733    :PROPERTIES:
21734    :CUSTOM_ID: org-publish-timestamp-directory
21735    :END:
21737 - *Type:* directory
21738 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
21739 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-timestamp-directory][Find modifications in git logs]]
21741 : Name of directory in which to store publishing timestamps.
21743 ** org-agenda-scheduled-leaders =(quote ("Scheduled: " "Sched.%...=
21744    :PROPERTIES:
21745    :CUSTOM_ID: org-agenda-scheduled-leaders
21746    :END:
21748 - *Type:* (list (string :tag "Scheduled ...
21749 - *Since:* Emacs version 24.4
21750 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21751 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-scheduled-leaders][Find modifications in git logs]]
21753 : Text preceding scheduled items in the agenda view.
21754 : This is a list with two strings.  The first applies when the item is
21755 : scheduled on the current day.  The second applies when it has been scheduled
21756 : previously, it may contain a %d indicating that this is the nth time that
21757 : this item is scheduled, due to automatic rescheduling of unfinished items
21758 : for the following day.  So this number is one larger than the number of days
21759 : that passed since this item was scheduled first.
21761 ** org-export-with-tables =(funcall (function (closure (t...=
21762    :PROPERTIES:
21763    :CUSTOM_ID: org-export-with-tables
21764    :END:
21766 - *Type:* boolean
21767 - *Since:* Emacs version 24.4
21768 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
21769 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-tables][Find modifications in git logs]]
21771 : Non-nil means export tables.
21772 : This option can also be set with the OPTIONS keyword,
21773 : e.g. "|:nil".
21775 ** org-duration-format =(funcall (function (closure (t...=
21776    :PROPERTIES:
21777    :CUSTOM_ID: org-duration-format
21778    :END:
21780 - *Type:* (choice (const :tag "Use H:MM"...
21781 - *Since:* Emacs version 26.1
21782 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-duration.el][org-duration.el]]
21783 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-duration-format][Find modifications in git logs]]
21785 : Format definition for a duration.
21787 : The value can be set to, respectively, the symbols `h:mm:ss' or
21788 : `h:mm', which means a duration is expressed as, respectively,
21789 : a "H:MM:SS" or "H:MM" string.
21791 : Alternatively, the value can be a list of entries following the
21792 : pattern:
21794 :   (UNIT . REQUIRED?)
21796 : UNIT is a unit string, as defined in `org-duration-units'.  The
21797 : time duration is formatted using only the time components that
21798 : are specified here.
21800 : Units with a zero value are skipped, unless REQUIRED? is non-nil.
21801 : In that case, the unit is always used.
21803 : Eventually, the list can contain one of the following special
21804 : entries:
21806 :   (special . h:mm)
21807 :   (special . h:mm:ss)
21809 :     Units shorter than an hour are ignored.  The hours and
21810 :     minutes part of the duration is expressed unconditionally
21811 :     with H:MM, or H:MM:SS, pattern.
21813 :   (special . PRECISION)
21815 :     A duration is expressed with a single unit, PRECISION being
21816 :     the number of decimal places to show.  The unit chosen is the
21817 :     first one required or with a non-zero integer part.  If there
21818 :     is no such unit, the smallest one is used.
21820 : For example,
21822 :    (("d" . nil) ("h" . t) ("min" . t))
21824 : means a duration longer than a day is expressed in days, hours
21825 : and minutes, whereas a duration shorter than a day is always
21826 : expressed in hours and minutes, even when shorter than an hour.
21828 : On the other hand, the value
21830 :   (("d" . nil) ("min" . nil))
21832 : means a duration longer than a day is expressed in days and
21833 : minutes, whereas a duration shorter than a day is expressed
21834 : entirely in minutes, even when longer than an hour.
21836 : The following format
21838 :   (("d" . nil) (special . h:mm))
21840 : means that any duration longer than a day is expressed with both
21841 : a "d" unit and a "H:MM" part, whereas a duration shorter than
21842 : a day is expressed only as a "H:MM" string.
21844 : Eventually,
21846 :   (("d" . nil) ("h" . nil) (special . 2))
21848 : expresses a duration longer than a day as a decimal number, with
21849 : a 2-digits fractional part, of "d" unit.  A duration shorter
21850 : than a day uses "h" unit instead.
21852 ** org-timer-default-timer =(funcall (function (closure (t...=
21853    :PROPERTIES:
21854    :CUSTOM_ID: org-timer-default-timer
21855    :END:
21857 - *Type:* string
21858 - *Since:* Emacs version 26.1
21859 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
21860 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-default-timer][Find modifications in git logs]]
21862 : The default timer when a timer is set, in minutes or hh:mm:ss format.
21863 : When 0, the user is prompted for a value.
21865 ** org-clock-persist =(funcall (function (closure (t...=
21866    :PROPERTIES:
21867    :CUSTOM_ID: org-clock-persist
21868    :END:
21870 - *Type:* (choice (const :tag "Just the ...
21871 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
21872 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-persist][Find modifications in git logs]]
21874 : When non-nil, save the running clock when Emacs is closed.
21875 : The clock is resumed when Emacs restarts.
21876 : When this is t, both the running clock, and the entire clock
21877 : history are saved.  When this is the symbol `clock', only the
21878 : running clock is saved.  When this is the symbol `history', only
21879 : the clock history is saved.
21881 : When Emacs restarts with saved clock information, the file containing
21882 : the running clock as well as all files mentioned in the clock history
21883 : will be visited.
21885 : All this depends on running `org-clock-persistence-insinuate' in your
21886 : Emacs initialization file.
21888 ** org-agenda-columns-compute-summary-properties =t=
21889    :PROPERTIES:
21890    :CUSTOM_ID: org-agenda-columns-compute-summary-properties
21891    :END:
21893 - *Type:* boolean
21894 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
21895 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-columns-compute-summary-properties][Find modifications in git logs]]
21897 : Non-nil means recompute all summary properties before column view.
21898 : When column view in the agenda is listing properties that have a summary
21899 : operator, it can go to all relevant buffers and recompute the summaries
21900 : there.  This can mean overhead for the agenda column view, but is necessary
21901 : to have thing up to date.
21902 : As a special case, a CLOCKSUM property also makes sure that the clock
21903 : computations are current.
21905 ** org-agenda-deadline-faces =(funcall (function (closure (t...=
21906    :PROPERTIES:
21907    :CUSTOM_ID: org-agenda-deadline-faces
21908    :END:
21910 - *Type:* (repeat (cons (number :tag "Fr...
21911 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
21912 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-deadline-faces][Find modifications in git logs]]
21914 : Faces for showing deadlines in the agenda.
21915 : This is a list of cons cells.  The cdr of each cell is a face to be used,
21916 : and it can also just be like \='(:foreground "yellow").
21917 : Each car is a fraction of the head-warning time that must have passed for
21918 : this the face in the cdr to be used for display.  The numbers must be
21919 : given in descending order.  The head-warning time is normally taken
21920 : from `org-deadline-warning-days', but can also be specified in the deadline
21921 : timestamp itself, like this:
21923 :    DEADLINE: <2007-08-13 Mon -8d>
21925 : You may use d for days, w for weeks, m for months and y for years.  Months
21926 : and years will only be treated in an approximate fashion (30.4 days for a
21927 : month and 365.24 days for a year).
21929 ** org-export-with-toc =(funcall (function (closure (t...=
21930    :PROPERTIES:
21931    :CUSTOM_ID: org-export-with-toc
21932    :END:
21934 - *Type:* (choice (const :tag "No Table ...
21935 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
21936 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-toc][Find modifications in git logs]]
21938 : Non-nil means create a table of contents in exported files.
21940 : The TOC contains headlines with levels up
21941 : to`org-export-headline-levels'.  When an integer, include levels
21942 : up to N in the toc, this may then be different from
21943 : `org-export-headline-levels', but it will not be allowed to be
21944 : larger than the number of headline levels.  When nil, no table of
21945 : contents is made.
21947 : This option can also be set with the OPTIONS keyword,
21948 : e.g. "toc:nil" or "toc:3".
21950 ** org-cycle-emulate-tab =(funcall (function (closure (f...=
21951    :PROPERTIES:
21952    :CUSTOM_ID: org-cycle-emulate-tab
21953    :END:
21955 - *Type:* (choice (const :tag "Never" ni...
21956 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21957 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-emulate-tab][Find modifications in git logs]]
21959 : Where should `org-cycle' emulate TAB.
21960 : nil         Never
21961 : white       Only in completely white lines
21962 : whitestart  Only at the beginning of lines, before the first non-white char
21963 : t           Everywhere except in headlines
21964 : exc-hl-bol  Everywhere except at the start of a headline
21965 : If TAB is used in a place where it does not emulate TAB, the current subtree
21966 : visibility is cycled.
21968 ** org-remove-highlights-with-change =(funcall (function (closure (f...=
21969    :PROPERTIES:
21970    :CUSTOM_ID: org-remove-highlights-with-change
21971    :END:
21973 - *Type:* boolean
21974 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21975 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-remove-highlights-with-change][Find modifications in git logs]]
21977 : Non-nil means any change to the buffer will remove temporary highlights.
21978 : \<org-mode-map>Such highlights are created by `org-occur' and `org-clock-display'.
21979 : When nil, `\[org-ctrl-c-ctrl-c]' needs to be used to get rid of the highlights.
21980 : The highlights created by `org-toggle-latex-fragment' always need
21981 : `\[org-toggle-latex-fragment]' to be removed.
21983 ** org-adapt-indentation =(funcall (function (closure (f...=
21984    :PROPERTIES:
21985    :CUSTOM_ID: org-adapt-indentation
21986    :END:
21988 - *Type:* boolean
21989 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
21990 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-adapt-indentation][Find modifications in git logs]]
21992 : Non-nil means adapt indentation to outline node level.
21994 : When this variable is set, Org assumes that you write outlines by
21995 : indenting text in each node to align with the headline (after the
21996 : stars).  The following issues are influenced by this variable:
21998 : - The indentation is increased by one space in a demotion
21999 :   command, and decreased by one in a promotion command.  However,
22000 :   in the latter case, if shifting some line in the entry body
22001 :   would alter document structure (e.g., insert a new headline),
22002 :   indentation is not changed at all.
22004 : - Property drawers and planning information is inserted indented
22005 :   when this variable is set.  When nil, they will not be indented.
22007 : - TAB indents a line relative to current level.  The lines below
22008 :   a headline will be indented when this variable is set.
22010 : Note that this is all about true indentation, by adding and
22011 : removing space characters.  See also `org-indent.el' which does
22012 : level-dependent indentation in a virtual way, i.e. at display
22013 : time in Emacs.
22015 ** org-list-radio-list-templates =(funcall (function (closure (o...=
22016    :PROPERTIES:
22017    :CUSTOM_ID: org-list-radio-list-templates
22018    :END:
22020 - *Type:* (repeat (list (symbol :tag "Ma...
22021 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
22022 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-radio-list-templates][Find modifications in git logs]]
22024 : Templates for radio lists in different major modes.
22025 : All occurrences of %n in a template will be replaced with the name of the
22026 : list, obtained by prompting the user.
22028 ** org-koma-letter-use-foldmarks =t=
22029    :PROPERTIES:
22030    :CUSTOM_ID: org-koma-letter-use-foldmarks
22031    :END:
22033 - *Type:* (choice (const :tag "Activate ...
22034 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
22035 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-use-foldmarks][Find modifications in git logs]]
22037 : Configure appearance of folding marks.
22039 : When t, activate default folding marks.  When nil, do not insert
22040 : folding marks at all.  It can also be a list of symbols among the
22041 : following ones:
22043 :   `B'  Activate upper horizontal mark on left paper edge
22044 :   `b'  Deactivate upper horizontal mark on left paper edge
22046 :   `H'  Activate all horizontal marks on left paper edge
22047 :   `h'  Deactivate all horizontal marks on left paper edge
22049 :   `L'  Activate left vertical mark on upper paper edge
22050 :   `l'  Deactivate left vertical mark on upper paper edge
22052 :   `M'  Activate middle horizontal mark on left paper edge
22053 :   `m'  Deactivate middle horizontal mark on left paper edge
22055 :   `P'  Activate punch or center mark on left paper edge
22056 :   `p'  Deactivate punch or center mark on left paper edge
22058 :   `T'  Activate lower horizontal mark on left paper edge
22059 :   `t'  Deactivate lower horizontal mark on left paper edge
22061 :   `V'  Activate all vertical marks on upper paper edge
22062 :   `v'  Deactivate all vertical marks on upper paper edge
22064 : This option can also be set with the OPTIONS keyword, e.g.:
22065 : "foldmarks:(b l m t)".
22067 ** org-odt-table-styles =(funcall (function (closure (h...=
22068    :PROPERTIES:
22069    :CUSTOM_ID: org-odt-table-styles
22070    :END:
22072 - *Type:* (choice (const :tag "None" nil...
22073 - *Since:* Emacs version 24.1
22074 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
22075 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-table-styles][Find modifications in git logs]]
22077 : Specify how Table Styles should be derived from a Table Template.
22078 : This is a list where each element is of the
22079 : form (TABLE-STYLE-NAME TABLE-TEMPLATE-NAME TABLE-CELL-OPTIONS).
22081 : TABLE-STYLE-NAME is the style associated with the table through
22082 : "#+ATTR_ODT: :style TABLE-STYLE-NAME" line.
22084 : TABLE-TEMPLATE-NAME is a set of - upto 9 - automatic
22085 : TABLE-CELL-STYLE-NAMEs and PARAGRAPH-STYLE-NAMEs (as defined
22086 : below) that is included in `org-odt-content-template-file'.
22088 : TABLE-CELL-STYLE-NAME := TABLE-TEMPLATE-NAME + TABLE-CELL-TYPE +
22089 :                          "TableCell"
22090 : PARAGRAPH-STYLE-NAME  := TABLE-TEMPLATE-NAME + TABLE-CELL-TYPE +
22091 :                          "TableParagraph"
22092 : TABLE-CELL-TYPE       := "FirstRow"   | "LastColumn" |
22093 :                          "FirstRow"   | "LastRow"    |
22094 :                          "EvenRow"    | "OddRow"     |
22095 :                          "EvenColumn" | "OddColumn"  | ""
22096 : where "+" above denotes string concatenation.
22098 : TABLE-CELL-OPTIONS is an alist where each element is of the
22099 : form (TABLE-CELL-STYLE-SELECTOR . ON-OR-OFF).
22100 : TABLE-CELL-STYLE-SELECTOR := `use-first-row-styles'       |
22101 :                              `use-last-row-styles'        |
22102 :                              `use-first-column-styles'    |
22103 :                              `use-last-column-styles'     |
22104 :                              `use-banding-rows-styles'    |
22105 :                              `use-banding-columns-styles' |
22106 :                              `use-first-row-styles'
22107 : ON-OR-OFF                 := t | nil
22109 : For example, with the following configuration
22111 : (setq org-odt-table-styles
22112 :       \='(("TableWithHeaderRowsAndColumns" "Custom"
22113 :          ((use-first-row-styles . t)
22114 :           (use-first-column-styles . t)))
22115 :         ("TableWithHeaderColumns" "Custom"
22116 :          ((use-first-column-styles . t)))))
22118 : 1. A table associated with "TableWithHeaderRowsAndColumns"
22119 :    style will use the following table-cell styles -
22120 :    "CustomFirstRowTableCell", "CustomFirstColumnTableCell",
22121 :    "CustomTableCell" and the following paragraph styles
22122 :    "CustomFirstRowTableParagraph",
22123 :    "CustomFirstColumnTableParagraph", "CustomTableParagraph"
22124 :    as appropriate.
22126 : 2. A table associated with "TableWithHeaderColumns" style will
22127 :    use the following table-cell styles -
22128 :    "CustomFirstColumnTableCell", "CustomTableCell" and the
22129 :    following paragraph styles
22130 :    "CustomFirstColumnTableParagraph", "CustomTableParagraph"
22131 :    as appropriate..
22133 : Note that TABLE-TEMPLATE-NAME corresponds to the
22134 : "<table:table-template>" elements contained within
22135 : "<office:styles>".  The entries (TABLE-STYLE-NAME
22136 : TABLE-TEMPLATE-NAME TABLE-CELL-OPTIONS) correspond to
22137 : "table:template-name" and "table:use-first-row-styles" etc
22138 : attributes of "<table:table>" element.  Refer ODF-1.2
22139 : specification for more information.  Also consult the
22140 : implementation filed under `org-odt-get-table-cell-styles'.
22142 : The TABLE-STYLE-NAME "OrgEquation" is used internally for
22143 : formatting of numbered display equations.  Do not delete this
22144 : style from the list.
22146 ** org-export-date-timestamp-format =(funcall (function (closure (t...=
22147    :PROPERTIES:
22148    :CUSTOM_ID: org-export-date-timestamp-format
22149    :END:
22151 - *Type:* (choice (string :tag "Time-sta...
22152 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
22153 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-date-timestamp-format][Find modifications in git logs]]
22155 : Time-stamp format string to use for DATE keyword.
22157 : The format string, when specified, only applies if date consists
22158 : in a single time-stamp.  Otherwise its value will be ignored.
22160 : See `format-time-string' for details on how to build this
22161 : string.
22163 ** org-agenda-hide-tags-regexp =nil=
22164    :PROPERTIES:
22165    :CUSTOM_ID: org-agenda-hide-tags-regexp
22166    :END:
22168 - *Type:* (choice (const :tag "Hide none...
22169 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
22170 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-hide-tags-regexp][Find modifications in git logs]]
22172 : Regular expression used to filter away specific tags in agenda views.
22173 : This means that these tags will be present, but not be shown in the agenda
22174 : line.  Secondary filtering will still work on the hidden tags.
22175 : Nil means don't hide any tags.
22177 ** org-table-tab-recognizes-table.el =(funcall (function (closure (f...=
22178    :PROPERTIES:
22179    :CUSTOM_ID: org-table-tab-recognizes-table.el
22180    :END:
22182 - *Type:* boolean
22183 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22184 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-tab-recognizes-table.el][Find modifications in git logs]]
22186 : Non-nil means TAB will automatically notice a table.el table.
22187 : When it sees such a table, it moves point into it and - if necessary -
22188 : calls `table-recognize-table'.
22190 ** org-preview-latex-image-directory =(funcall (function (closure (f...=
22191    :PROPERTIES:
22192    :CUSTOM_ID: org-preview-latex-image-directory
22193    :END:
22195 - *Type:* string
22196 - *Since:* Emacs version 26.1
22197 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22198 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-preview-latex-image-directory][Find modifications in git logs]]
22200 : Path to store latex preview images.
22201 : A relative path here creates many directories relative to the
22202 : processed org files paths.  An absolute path puts all preview
22203 : images at the same place.
22205 ** org-latex-subtitle-separate =(funcall (function (closure (t...=
22206    :PROPERTIES:
22207    :CUSTOM_ID: org-latex-subtitle-separate
22208    :END:
22210 - *Type:* boolean
22211 - *Since:* Emacs version 26.1
22212 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
22213 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-subtitle-separate][Find modifications in git logs]]
22215 : Non-nil means the subtitle is not typeset as part of title.
22217 ** org-attach-file-list-property =(funcall (function (closure (t...=
22218    :PROPERTIES:
22219    :CUSTOM_ID: org-attach-file-list-property
22220    :END:
22222 - *Type:* (choice (const :tag "None" nil...
22223 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
22224 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-file-list-property][Find modifications in git logs]]
22226 : The property used to keep a list of attachment belonging to this entry.
22227 : This is not really needed, so you may set this to nil if you don't want it.
22228 : Also, for entries where children inherit the directory, the list of
22229 : attachments is not kept in this property.
22231 ** org-agenda-skip-deadline-prewarning-if-scheduled =nil=
22232    :PROPERTIES:
22233    :CUSTOM_ID: org-agenda-skip-deadline-prewarning-if-scheduled
22234    :END:
22236 - *Type:* (choice (const :tag "Always sh...
22237 - *Since:* Emacs version 24.1
22238 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
22239 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-deadline-prewarning-if-scheduled][Find modifications in git logs]]
22241 : Non-nil means skip deadline prewarning when entry is also scheduled.
22242 : This will apply on all days where a prewarning for the deadline would
22243 : be shown, but not at the day when the entry is actually due.  On that day,
22244 : the deadline will be shown anyway.
22245 : This variable may be set to nil, t, the symbol `pre-scheduled',
22246 : or a number which will then give the number of days before the actual
22247 : deadline when the prewarnings should resume.  The symbol `pre-scheduled'
22248 : eliminates the deadline prewarning only prior to the scheduled date.
22249 : This can be used in a workflow where the first showing of the deadline will
22250 : trigger you to schedule it, and then you don't want to be reminded of it
22251 : because you will take care of it on the day when scheduled.
22253 ** org-closed-keep-when-no-todo =(funcall (function (closure (f...=
22254    :PROPERTIES:
22255    :CUSTOM_ID: org-closed-keep-when-no-todo
22256    :END:
22258 - *Type:* boolean
22259 - *Since:* Emacs version 24.4
22260 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22261 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-closed-keep-when-no-todo][Find modifications in git logs]]
22263 : Remove CLOSED: time-stamp when switching back to a non-todo state?
22265 ** org-babel-uppercase-example-markers =(funcall (function (closure (t...=
22266    :PROPERTIES:
22267    :CUSTOM_ID: org-babel-uppercase-example-markers
22268    :END:
22270 - *Type:* boolean
22271 - *Since:* Emacs version 26.1
22272 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
22273 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-uppercase-example-markers][Find modifications in git logs]]
22275 : When non-nil, begin/end example markers will be inserted in upper case.
22277 ** org-texinfo-active-timestamp-format =(funcall (function (closure (t...=
22278    :PROPERTIES:
22279    :CUSTOM_ID: org-texinfo-active-timestamp-format
22280    :END:
22282 - *Type:* string
22283 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
22284 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-active-timestamp-format][Find modifications in git logs]]
22286 : A printf format string to be applied to active timestamps.
22288 ** org-refile-targets =(funcall (function (closure (f...=
22289    :PROPERTIES:
22290    :CUSTOM_ID: org-refile-targets
22291    :END:
22293 - *Type:* (repeat (cons (choice :value o...
22294 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22295 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-targets][Find modifications in git logs]]
22297 : Targets for refiling entries with `\[org-refile]'.
22298 : This is a list of cons cells.  Each cell contains:
22299 : - a specification of the files to be considered, either a list of files,
22300 :   or a symbol whose function or variable value will be used to retrieve
22301 :   a file name or a list of file names.  If you use `org-agenda-files' for
22302 :   that, all agenda files will be scanned for targets.  Nil means consider
22303 :   headings in the current buffer.
22304 : - A specification of how to find candidate refile targets.  This may be
22305 :   any of:
22306 :   - a cons cell (:tag . "TAG") to identify refile targets by a tag.
22307 :     This tag has to be present in all target headlines, inheritance will
22308 :     not be considered.
22309 :   - a cons cell (:todo . "KEYWORD") to identify refile targets by
22310 :     todo keyword.
22311 :   - a cons cell (:regexp . "REGEXP") with a regular expression matching
22312 :     headlines that are refiling targets.
22313 :   - a cons cell (:level . N).  Any headline of level N is considered a target.
22314 :     Note that, when `org-odd-levels-only' is set, level corresponds to
22315 :     order in hierarchy, not to the number of stars.
22316 :   - a cons cell (:maxlevel . N).  Any headline with level <= N is a target.
22317 :     Note that, when `org-odd-levels-only' is set, level corresponds to
22318 :     order in hierarchy, not to the number of stars.
22320 : Each element of this list generates a set of possible targets.
22321 : The union of these sets is presented (with completion) to
22322 : the user by `org-refile'.
22324 : You can set the variable `org-refile-target-verify-function' to a function
22325 : to verify each headline found by the simple criteria above.
22327 : When this variable is nil, all top-level headlines in the current buffer
22328 : are used, equivalent to the value `((nil . (:level . 1))'.
22330 ** org-html-preamble =(funcall (function (closure (h...=
22331    :PROPERTIES:
22332    :CUSTOM_ID: org-html-preamble
22333    :END:
22335 - *Type:* (choice (const :tag "No preamb...
22336 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
22337 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-preamble][Find modifications in git logs]]
22339 : Non-nil means insert a preamble in HTML export.
22341 : When t, insert a string as defined by the formatting string in
22342 : `org-html-preamble-format'.  When set to a string, use this
22343 : formatting string instead (see `org-html-postamble-format' for an
22344 : example of such a formatting string).
22346 : When set to a function, apply this function and insert the
22347 : returned string.  The function takes the property list of export
22348 : options as its only argument.
22350 : Setting :html-preamble in publishing projects will take
22351 : precedence over this variable.
22353 ** org-babel-noweb-wrap-start =(funcall (function (closure (t...=
22354    :PROPERTIES:
22355    :CUSTOM_ID: org-babel-noweb-wrap-start
22356    :END:
22358 - *Type:* string
22359 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
22360 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-noweb-wrap-start][Find modifications in git logs]]
22362 : String used to begin a noweb reference in a code block.
22363 : See also `org-babel-noweb-wrap-end'.
22365 ** org-mark-ring-length =(funcall (function (closure (f...=
22366    :PROPERTIES:
22367    :CUSTOM_ID: org-mark-ring-length
22368    :END:
22370 - *Type:* integer
22371 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22372 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mark-ring-length][Find modifications in git logs]]
22374 : Number of different positions to be recorded in the ring.
22375 : Changing this requires a restart of Emacs to work correctly.
22377 ** org-startup-folded =(funcall (function (closure (f...=
22378    :PROPERTIES:
22379    :CUSTOM_ID: org-startup-folded
22380    :END:
22382 - *Type:* (choice (const :tag "nofold: s...
22383 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22384 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-folded][Find modifications in git logs]]
22386 : Non-nil means entering Org mode will switch to OVERVIEW.
22388 : This can also be configured on a per-file basis by adding one of
22389 : the following lines anywhere in the buffer:
22391 :    #+STARTUP: fold              (or `overview', this is equivalent)
22392 :    #+STARTUP: nofold            (or `showall', this is equivalent)
22393 :    #+STARTUP: content
22394 :    #+STARTUP: showeverything
22396 : Set `org-agenda-inhibit-startup' to a non-nil value if you want
22397 : to ignore this option when Org opens agenda files for the first
22398 : time.
22400 ** org-md-headline-style =(funcall (function (closure (t...=
22401    :PROPERTIES:
22402    :CUSTOM_ID: org-md-headline-style
22403    :END:
22405 - *Type:* (choice (const :tag "Use \"atx...
22406 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-md.el][ox-md.el]]
22407 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-md-headline-style][Find modifications in git logs]]
22409 : Style used to format headlines.
22410 : This variable can be set to either `atx' or `setext'.
22412 ** org-export-allow-bind-keywords =(funcall (function (closure (t...=
22413    :PROPERTIES:
22414    :CUSTOM_ID: org-export-allow-bind-keywords
22415    :END:
22417 - *Type:* boolean
22418 - *Since:* Emacs version 24.4
22419 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
22420 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-allow-bind-keywords][Find modifications in git logs]]
22422 : Non-nil means BIND keywords can define local variable values.
22423 : This is a potential security risk, which is why the default value
22424 : is nil.  You can also allow them through local buffer variables.
22426 ** org-highlight-latex-and-related =(funcall (function (closure (f...=
22427    :PROPERTIES:
22428    :CUSTOM_ID: org-highlight-latex-and-related
22429    :END:
22431 - *Type:* (choice (const :tag "No highli...
22432 - *Since:* Emacs version 24.4
22433 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22434 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-highlight-latex-and-related][Find modifications in git logs]]
22436 : Non-nil means highlight LaTeX related syntax in the buffer.
22437 : When non nil, the value should be a list containing any of the
22438 : following symbols:
22439 :   `latex'    Highlight LaTeX snippets and environments.
22440 :   `script'   Highlight subscript and superscript.
22441 :   `entities' Highlight entities.
22443 ** org-texinfo-table-default-markup =(funcall (function (closure (t...=
22444    :PROPERTIES:
22445    :CUSTOM_ID: org-texinfo-table-default-markup
22446    :END:
22448 - *Type:* string
22449 - *Since:* Emacs version 26.1
22450 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
22451 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-table-default-markup][Find modifications in git logs]]
22453 : Default markup for first column in two-column tables.
22455 : This should an indicating command, e.g., "@code", "@kbd" or
22456 : "@samp".
22458 : It can be overridden locally using the ":indic" attribute.
22460 ** org-mobile-use-encryption =(funcall (function (closure (t...=
22461    :PROPERTIES:
22462    :CUSTOM_ID: org-mobile-use-encryption
22463    :END:
22465 - *Type:* boolean
22466 - *Since:* Emacs version 24.1
22467 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
22468 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-use-encryption][Find modifications in git logs]]
22470 : Non-nil means keep only encrypted files on the WebDAV server.
22471 : Encryption uses AES-256, with a password given in
22472 : `org-mobile-encryption-password'.
22473 : When nil, plain files are kept on the server.
22474 : Turning on encryption requires setting the same password in the MobileOrg
22475 : application.  Before turning this on, check of MobileOrg does already
22476 : support it - at the time of this writing it did not yet.
22478 ** org-export-with-timestamps =(funcall (function (closure (t...=
22479    :PROPERTIES:
22480    :CUSTOM_ID: org-export-with-timestamps
22481    :END:
22483 - *Type:* (choice (const :tag "All times...
22484 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
22485 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-timestamps][Find modifications in git logs]]
22487 : Non nil means allow timestamps in export.
22489 : It can be set to any of the following values:
22490 :   t          export all timestamps.
22491 :   `active'   export active timestamps only.
22492 :   `inactive' export inactive timestamps only.
22493 :   nil        do not export timestamps
22495 : This only applies to timestamps isolated in a paragraph
22496 : containing only timestamps.  Other timestamps are always
22497 : exported.
22499 : This option can also be set with the OPTIONS keyword, e.g.
22500 : "<:nil".
22502 ** org-export-time-stamp-file =(funcall (function (closure (t...=
22503    :PROPERTIES:
22504    :CUSTOM_ID: org-export-time-stamp-file
22505    :END:
22507 - *Type:* boolean
22508 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
22509 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-time-stamp-file][Find modifications in git logs]]
22511 : Non-nil means insert a time stamp into the exported file.
22512 : The time stamp shows when the file was created.  This option can
22513 : also be set with the OPTIONS keyword, e.g. "timestamp:nil".
22515 ** org-auto-align-tags =(funcall (function (closure (f...=
22516    :PROPERTIES:
22517    :CUSTOM_ID: org-auto-align-tags
22518    :END:
22520 - *Type:* boolean
22521 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22522 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-auto-align-tags][Find modifications in git logs]]
22524 : Non-nil keeps tags aligned when modifying headlines.
22525 : Some operations (i.e. demoting) change the length of a headline and
22526 : therefore shift the tags around.  With this option turned on, after
22527 : each such operation the tags are again aligned to `org-tags-column'.
22529 ** org-koma-letter-use-email =nil=
22530    :PROPERTIES:
22531    :CUSTOM_ID: org-koma-letter-use-email
22532    :END:
22534 - *Type:* boolean
22535 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
22536 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-use-email][Find modifications in git logs]]
22538 : Non-nil prints sender's email address.
22539 : This option can also be set with the OPTIONS keyword, e.g.:
22540 : "email:t".
22542 ** org-bibtex-no-export-tags =(funcall (function (closure (t...=
22543    :PROPERTIES:
22544    :CUSTOM_ID: org-bibtex-no-export-tags
22545    :END:
22547 - *Type:* (repeat :tag "Tag" (string))
22548 - *Since:* Emacs version 24.1
22549 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
22550 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-no-export-tags][Find modifications in git logs]]
22552 : List of tag(s) that should not be converted to keywords.
22553 : This variable is relevant only if `org-bibtex-tags-are-keywords'
22554 : is non-nil.
22556 ** org-tag-persistent-alist =(funcall (function (closure (f...=
22557    :PROPERTIES:
22558    :CUSTOM_ID: org-tag-persistent-alist
22559    :END:
22561 - *Type:* (repeat (choice (cons (string ...
22562 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22563 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tag-persistent-alist][Find modifications in git logs]]
22565 : Tags always available in Org files.
22567 : The value of this variable is an alist.  Associations either:
22569 :   (TAG)
22570 :   (TAG . SELECT)
22571 :   (SPECIAL)
22573 : where TAG is a tag as a string, SELECT is a character, used to
22574 : select that tag through the fast tag selection interface, and
22575 : SPECIAL is one of the following keywords: `:startgroup',
22576 : `:startgrouptag', `:grouptags', `:engroup', `:endgrouptag' or
22577 : `:newline'.  These keywords are used to define a hierarchy of
22578 : tags.  See manual for details.
22580 : Unlike to `org-tag-alist', tags defined in this variable do not
22581 : depend on a local TAGS keyword.  Instead, to disable these tags
22582 : on a per-file basis, insert anywhere in the file:
22584 :   #+STARTUP: noptag
22586 ** org-datetree-add-timestamp =(funcall (function (closure (t...=
22587    :PROPERTIES:
22588    :CUSTOM_ID: org-datetree-add-timestamp
22589    :END:
22591 - *Type:* (choice (const :tag "Do not ad...
22592 - *Since:* Emacs version 24.3
22593 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-datetree.el][org-datetree.el]]
22594 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-datetree-add-timestamp][Find modifications in git logs]]
22596 : When non-nil, add a time stamp matching date of entry.
22597 : Added time stamp is active unless value is `inactive'.
22599 ** org-babel-python-None-to =(funcall (function (closure (t...=
22600    :PROPERTIES:
22601    :CUSTOM_ID: org-babel-python-None-to
22602    :END:
22604 - *Type:* symbol
22605 - *Since:* Emacs version 24.4
22606 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-python.el][ob-python.el]]
22607 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-python-None-to][Find modifications in git logs]]
22609 : Replace `None' in python tables with this before returning.
22611 ** org-latex-minted-options =(funcall (function (closure (t...=
22612    :PROPERTIES:
22613    :CUSTOM_ID: org-latex-minted-options
22614    :END:
22616 - *Type:* (repeat (list (string :tag "Mi...
22617 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
22618 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-minted-options][Find modifications in git logs]]
22620 : Association list of options for the latex minted package.
22622 : These options are supplied within square brackets in
22623 : \begin{minted} environments.  Each element of the alist should
22624 : be a list containing two strings: the name of the option, and the
22625 : value.  For example,
22627 :   (setq org-latex-minted-options
22628 :     \='(("bgcolor" "bg") ("frame" "lines")))
22630 : will result in src blocks being exported with
22632 : \begin{minted}[bgcolor=bg,frame=lines]{<LANG>}
22634 : as the start of the minted environment. Note that the same
22635 : options will be applied to blocks of all languages.  If you need
22636 : block-specific options, you may use the following syntax:
22638 :   #+ATTR_LATEX: :options key1=value1,key2=value2
22639 :   #+BEGIN_SRC <LANG>
22640 :   ...
22641 :   #+END_SRC
22643 ** org-html-validation-link =(funcall (function (closure (h...=
22644    :PROPERTIES:
22645    :CUSTOM_ID: org-html-validation-link
22646    :END:
22648 - *Type:* string
22649 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
22650 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-validation-link][Find modifications in git logs]]
22652 : Link to HTML validation service.
22654 ** org-agenda-time-leading-zero =nil=
22655    :PROPERTIES:
22656    :CUSTOM_ID: org-agenda-time-leading-zero
22657    :END:
22659 - *Type:* boolean
22660 - *Since:* Emacs version 24.1
22661 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
22662 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-time-leading-zero][Find modifications in git logs]]
22664 : Non-nil means use leading zero for military times in agenda.
22665 : For example, 9:30am would become 09:30 rather than  9:30.
22667 ** org-odt-inline-image-rules =(funcall (function (closure (h...=
22668    :PROPERTIES:
22669    :CUSTOM_ID: org-odt-inline-image-rules
22670    :END:
22672 - *Type:* (alist :key-type (string :tag ...
22673 - *Since:* Emacs version 26.1
22674 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
22675 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-inline-image-rules][Find modifications in git logs]]
22677 : Rules characterizing image files that can be inlined into ODT.
22679 : A rule consists in an association whose key is the type of link
22680 : to consider, and value is a regexp that will be matched against
22681 : link's path.
22683 ** org-latex-format-inlinetask-function =(funcall (function (closure (t...=
22684    :PROPERTIES:
22685    :CUSTOM_ID: org-latex-format-inlinetask-function
22686    :END:
22688 - *Type:* function
22689 - *Since:* Emacs version 26.1
22690 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
22691 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-format-inlinetask-function][Find modifications in git logs]]
22693 : Function called to format an inlinetask in LaTeX code.
22695 : The function must accept seven parameters:
22696 :   TODO      the todo keyword (string or nil)
22697 :   TODO-TYPE the todo type (symbol: `todo', `done', nil)
22698 :   PRIORITY  the inlinetask priority (integer or nil)
22699 :   NAME      the inlinetask name (string)
22700 :   TAGS      the inlinetask tags (list of strings or nil)
22701 :   CONTENTS  the contents of the inlinetask (string or nil)
22702 :   INFO      the export options (plist)
22704 : The function should return the string to be exported.
22706 ** org-icalendar-alarm-time =(funcall (function (closure (t...=
22707    :PROPERTIES:
22708    :CUSTOM_ID: org-icalendar-alarm-time
22709    :END:
22711 - *Type:* integer
22712 - *Since:* Emacs version 24.1
22713 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
22714 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-alarm-time][Find modifications in git logs]]
22716 : Number of minutes for triggering an alarm for exported timed events.
22718 : A zero value (the default) turns off the definition of an alarm trigger
22719 : for timed events.  If non-zero, alarms are created.
22721 : - a single alarm per entry is defined
22722 : - The alarm will go off N minutes before the event
22723 : - only a DISPLAY action is defined.
22725 ** org-icalendar-include-body =(funcall (function (closure (t...=
22726    :PROPERTIES:
22727    :CUSTOM_ID: org-icalendar-include-body
22728    :END:
22730 - *Type:* (choice (const :tag "Nothing" ...
22731 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
22732 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-include-body][Find modifications in git logs]]
22734 : Amount of text below headline to be included in iCalendar export.
22735 : This is a number of characters that should maximally be included.
22736 : Properties, scheduling and clocking lines will always be removed.
22737 : The text will be inserted into the DESCRIPTION field.
22739 ** org-latex-listings-options =(funcall (function (closure (t...=
22740    :PROPERTIES:
22741    :CUSTOM_ID: org-latex-listings-options
22742    :END:
22744 - *Type:* (repeat (list (string :tag "Li...
22745 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
22746 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-listings-options][Find modifications in git logs]]
22748 : Association list of options for the latex listings package.
22750 : These options are supplied as a comma-separated list to the
22751 : \lstset command.  Each element of the association list should be
22752 : a list containing two strings: the name of the option, and the
22753 : value.  For example,
22755 :   (setq org-latex-listings-options
22756 :     \='(("basicstyle" "\\small")
22757 :       ("keywordstyle" "\\color{black}\\bfseries\\underbar")))
22759 : will typeset the code in a small size font with underlined, bold
22760 : black keywords.
22762 : Note that the same options will be applied to blocks of all
22763 : languages.  If you need block-specific options, you may use the
22764 : following syntax:
22766 :   #+ATTR_LATEX: :options key1=value1,key2=value2
22767 :   #+BEGIN_SRC <LANG>
22768 :   ...
22769 :   #+END_SRC
22771 ** org-bibtex-headline-format-function =(funcall (function (closure (t...=
22772    :PROPERTIES:
22773    :CUSTOM_ID: org-bibtex-headline-format-function
22774    :END:
22776 - *Type:* function
22777 - *Since:* Emacs version 26.1
22778 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
22779 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-headline-format-function][Find modifications in git logs]]
22781 : Function returning the headline text for `org-bibtex-write'.
22782 : It should take a single argument, the bibtex entry (an alist as
22783 : returned by `org-bibtex-read').  The default value simply returns
22784 : the entry title.
22786 ** org-confirm-shell-link-function =(funcall (function (closure (f...=
22787    :PROPERTIES:
22788    :CUSTOM_ID: org-confirm-shell-link-function
22789    :END:
22791 - *Type:* (choice (const :tag "with yes-...
22792 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22793 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-confirm-shell-link-function][Find modifications in git logs]]
22795 : Non-nil means ask for confirmation before executing shell links.
22796 : Shell links can be dangerous: just think about a link
22798 :      [[shell:rm -rf ~/*][Google Search]]
22800 : This link would show up in your Org document as "Google Search",
22801 : but really it would remove your entire home directory.
22802 : Therefore we advise against setting this variable to nil.
22803 : Just change it to `y-or-n-p' if you want to confirm with a
22804 : single keystroke rather than having to type "yes".
22806 ** org-texinfo-diary-timestamp-format =(funcall (function (closure (t...=
22807    :PROPERTIES:
22808    :CUSTOM_ID: org-texinfo-diary-timestamp-format
22809    :END:
22811 - *Type:* string
22812 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
22813 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-diary-timestamp-format][Find modifications in git logs]]
22815 : A printf format string to be applied to diary timestamps.
22817 ** org-list-allow-alphabetical =(funcall (function (closure (o...=
22818    :PROPERTIES:
22819    :CUSTOM_ID: org-list-allow-alphabetical
22820    :END:
22822 - *Type:* boolean
22823 - *Since:* Emacs version 24.1
22824 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
22825 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-allow-alphabetical][Find modifications in git logs]]
22827 : Non-nil means single character alphabetical bullets are allowed.
22829 : Both uppercase and lowercase are handled.  Lists with more than
22830 : 26 items will fallback to standard numbering.  Alphabetical
22831 : counters like "[@c]" will be recognized.
22833 : This variable needs to be set before org.el is loaded.  If you
22834 : need to make a change while Emacs is running, use the customize
22835 : interface or run the following code after updating it:
22837 :   `\[org-element-update-syntax]'
22839 ** org-crypt-disable-auto-save =(funcall (function (closure (t...=
22840    :PROPERTIES:
22841    :CUSTOM_ID: org-crypt-disable-auto-save
22842    :END:
22844 - *Type:* (choice (const :tag "Always" t...
22845 - *Since:* Emacs version 24.1
22846 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-crypt.el][org-crypt.el]]
22847 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-crypt-disable-auto-save][Find modifications in git logs]]
22849 : What org-decrypt should do if `auto-save-mode' is enabled.
22851 : t        : Disable auto-save-mode for the current buffer
22852 :            prior to decrypting an entry.
22854 : nil      : Leave auto-save-mode enabled.
22855 :            This may cause data to be written to disk unencrypted!
22857 : `ask'    : Ask user whether or not to disable auto-save-mode
22858 :            for the current buffer.
22860 : `encrypt': Leave auto-save-mode enabled for the current buffer,
22861 :            but automatically re-encrypt all decrypted entries
22862 :            *before* auto-saving.
22863 :            NOTE: This only works for entries which have a tag
22864 :            that matches `org-crypt-tag-matcher'.
22866 ** org-id-prefix =(funcall (function (closure (t...=
22867    :PROPERTIES:
22868    :CUSTOM_ID: org-id-prefix
22869    :END:
22871 - *Type:* (choice (const :tag "No prefix...
22872 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
22873 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-prefix][Find modifications in git logs]]
22875 : The prefix for IDs.
22877 : This may be a string, or it can be nil to indicate that no prefix is required.
22878 : When a string, the string should have no space characters as IDs are expected
22879 : to have no space characters in them.
22881 ** org-tag-faces =(funcall (function (closure (t...=
22882    :PROPERTIES:
22883    :CUSTOM_ID: org-tag-faces
22884    :END:
22886 - *Type:* (repeat (cons (string :tag "Ta...
22887 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
22888 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tag-faces][Find modifications in git logs]]
22890 : Faces for specific tags.
22891 : This is a list of cons cells, with tags in the car and faces in the cdr.
22892 : The face can be a symbol, a foreground color (in which case the rest is
22893 : inherited from the `org-tag' face) or a property list of attributes,
22894 : like (:foreground "blue" :weight bold :underline t).
22895 : If you set this variable through customize, it will immediately be effective
22896 : in new buffers and in modified lines.
22897 : If you set it with Lisp, a restart of Emacs is required to activate the
22898 : changes.
22900 ** org-icalendar-categories =(funcall (function (closure (t...=
22901    :PROPERTIES:
22902    :CUSTOM_ID: org-icalendar-categories
22903    :END:
22905 - *Type:* (repeat (choice (const :tag "T...
22906 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
22907 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-categories][Find modifications in git logs]]
22909 : Items that should be entered into the "categories" field.
22911 : This is a list of symbols, the following are valid:
22912 : `category'    The Org mode category of the current file or tree
22913 : `todo-state'  The todo state, if any
22914 : `local-tags'  The tags, defined in the current line
22915 : `all-tags'    All tags, including inherited ones.
22917 ** org-mobile-agendas =(funcall (function (closure (t...=
22918    :PROPERTIES:
22919    :CUSTOM_ID: org-mobile-agendas
22920    :END:
22922 - *Type:* (choice (const :tag "Default A...
22923 - *Since:* Emacs version 24.1
22924 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
22925 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-agendas][Find modifications in git logs]]
22927 : The agendas that should be pushed to MobileOrg.
22928 : Allowed values:
22930 : default  the weekly agenda and the global TODO list
22931 : custom   all custom agendas defined by the user
22932 : all      the custom agendas and the default ones
22933 : list     a list of selection key(s) as string.
22935 ** org-track-ordered-property-with-tag =(funcall (function (closure (o...=
22936    :PROPERTIES:
22937    :CUSTOM_ID: org-track-ordered-property-with-tag
22938    :END:
22940 - *Type:* (choice (const :tag "No tracki...
22941 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
22942 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-track-ordered-property-with-tag][Find modifications in git logs]]
22944 : Should the ORDERED property also be shown as a tag?
22945 : The ORDERED property decides if an entry should require subtasks to be
22946 : completed in sequence.  Since a property is not very visible, setting
22947 : this option means that toggling the ORDERED property with the command
22948 : `org-toggle-ordered-property' will also toggle a tag ORDERED.  That tag is
22949 : not relevant for the behavior, but it makes things more visible.
22951 : Note that toggling the tag with tags commands will not change the property
22952 : and therefore not influence behavior!
22954 : This can be t, meaning the tag ORDERED should be used,  It can also be a
22955 : string to select a different tag for this task.
22957 ** org-habit-graph-column =(funcall (function (closure (t...=
22958    :PROPERTIES:
22959    :CUSTOM_ID: org-habit-graph-column
22960    :END:
22962 - *Type:* integer
22963 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
22964 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-graph-column][Find modifications in git logs]]
22966 : The absolute column at which to insert habit consistency graphs.
22967 : Note that consistency graphs will overwrite anything else in the buffer.
22969 ** org-odt-preferred-output-format =(funcall (function (closure (h...=
22970    :PROPERTIES:
22971    :CUSTOM_ID: org-odt-preferred-output-format
22972    :END:
22974 - *Type:* (choice :convert-widget (lambd...
22975 - *Since:* Emacs version 24.1
22976 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
22977 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-preferred-output-format][Find modifications in git logs]]
22979 : Automatically post-process to this format after exporting to "odt".
22980 : Command `org-odt-export-to-odt' exports first to "odt" format
22981 : and then uses `org-odt-convert-process' to convert the
22982 : resulting document to this format.  During customization of this
22983 : variable, the list of valid values are populated based on
22984 : `org-odt-convert-capabilities'.
22986 : You can set this option on per-file basis using file local
22987 : values.  See Info node `(emacs) File Variables'.
22989 ** org-list-indent-offset =(funcall (function (closure (o...=
22990    :PROPERTIES:
22991    :CUSTOM_ID: org-list-indent-offset
22992    :END:
22994 - *Type:* integer
22995 - *Since:* Emacs version 24.1
22996 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
22997 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-indent-offset][Find modifications in git logs]]
22999 : Additional indentation for sub-items in a list.
23000 : By setting this to a small number, usually 1 or 2, one can more
23001 : clearly distinguish sub-items in a list.
23003 ** org-support-shift-select =(funcall (function (closure (f...=
23004    :PROPERTIES:
23005    :CUSTOM_ID: org-support-shift-select
23006    :END:
23008 - *Type:* (choice (const :tag "Never" ni...
23009 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23010 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-support-shift-select][Find modifications in git logs]]
23012 : Non-nil means make shift-cursor commands select text when possible.
23013 : \<org-mode-map>
23014 : In Emacs 23, when `shift-select-mode' is on, shifted cursor keys
23015 : start selecting a region, or enlarge regions started in this way.
23016 : In Org mode, in special contexts, these same keys are used for
23017 : other purposes, important enough to compete with shift selection.
23018 : Org tries to balance these needs by supporting `shift-select-mode'
23019 : outside these special contexts, under control of this variable.
23021 : The default of this variable is nil, to avoid confusing behavior.  Shifted
23022 : cursor keys will then execute Org commands in the following contexts:
23023 : - on a headline, changing TODO state (left/right) and priority (up/down)
23024 : - on a time stamp, changing the time
23025 : - in a plain list item, changing the bullet type
23026 : - in a property definition line, switching between allowed values
23027 : - in the BEGIN line of a clock table (changing the time block).
23028 : Outside these contexts, the commands will throw an error.
23030 : When this variable is t and the cursor is not in a special
23031 : context, Org mode will support shift-selection for making and
23032 : enlarging regions.  To make this more effective, the bullet
23033 : cycling will no longer happen anywhere in an item line, but only
23034 : if the cursor is exactly on the bullet.
23036 : If you set this variable to the symbol `always', then the keys
23037 : will not be special in headlines, property lines, and item lines,
23038 : to make shift selection work there as well.  If this is what you
23039 : want, you can use the following alternative commands:
23040 : `\[org-todo]' and `\[org-priority]' to change TODO state and priority,
23041 : `\[universal-argument] \[universal-argument] \[org-todo]' can be used to switch TODO sets,
23042 : `\[org-ctrl-c-minus]' to cycle item bullet types,
23043 : and properties can be edited by hand or in column view.
23045 : However, when the cursor is on a timestamp, shift-cursor commands
23046 : will still edit the time stamp - this is just too good to give up.
23048 ** org-ascii-verbatim-format =(funcall (function (closure (t...=
23049    :PROPERTIES:
23050    :CUSTOM_ID: org-ascii-verbatim-format
23051    :END:
23053 - *Type:* string
23054 - *Since:* Emacs version 24.4
23055 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
23056 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-verbatim-format][Find modifications in git logs]]
23058 : Format string used for verbatim text and inline code.
23060 ** org-agenda-start-with-entry-text-mode =nil=
23061    :PROPERTIES:
23062    :CUSTOM_ID: org-agenda-start-with-entry-text-mode
23063    :END:
23065 - *Type:* boolean
23066 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23067 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-start-with-entry-text-mode][Find modifications in git logs]]
23069 : The initial value of entry-text-mode in a newly created agenda window.
23071 ** org-mobile-index-file =(funcall (function (closure (t...=
23072    :PROPERTIES:
23073    :CUSTOM_ID: org-mobile-index-file
23074    :END:
23076 - *Type:* file
23077 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
23078 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-index-file][Find modifications in git logs]]
23080 : The index file with links to all Org files that should be loaded by MobileOrg.
23081 : Relative to `org-mobile-directory'.  The Address field in the MobileOrg setup
23082 : should point to this file.
23084 ** org-clock-clocktable-language-setup =(funcall (function (closure (t...=
23085    :PROPERTIES:
23086    :CUSTOM_ID: org-clock-clocktable-language-setup
23087    :END:
23089 - *Type:* alist
23090 - *Since:* Emacs version 24.1
23091 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
23092 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-clocktable-language-setup][Find modifications in git logs]]
23094 : Terms used in clocktable, translated to different languages.
23096 ** org-treat-S-cursor-todo-selection-as-state-change =(funcall (function (closure (f...=
23097    :PROPERTIES:
23098    :CUSTOM_ID: org-treat-S-cursor-todo-selection-as-state-change
23099    :END:
23101 - *Type:* boolean
23102 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23103 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-treat-S-cursor-todo-selection-as-state-change][Find modifications in git logs]]
23105 : Non-nil means switching TODO states with S-cursor counts as state change.
23106 : This is the default behavior.  However, setting this to nil allows a
23107 : convenient way to select a TODO state and bypass any logging associated
23108 : with that.
23110 ** org-html-link-org-files-as-html =(funcall (function (closure (h...=
23111    :PROPERTIES:
23112    :CUSTOM_ID: org-html-link-org-files-as-html
23113    :END:
23115 - *Type:* boolean
23116 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23117 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-link-org-files-as-html][Find modifications in git logs]]
23119 : Non-nil means make file links to `file.org' point to `file.html'.
23120 : When `org-mode' is exporting an `org-mode' file to HTML, links to
23121 : non-html files are directly put into a href tag in HTML.
23122 : However, links to other Org files (recognized by the extension
23123 : ".org") should become links to the corresponding HTML
23124 : file, assuming that the linked `org-mode' file will also be
23125 : converted to HTML.
23126 : When nil, the links still point to the plain ".org" file.
23128 ** org-bbdb-anniversary-field =(funcall (function (closure (d...=
23129    :PROPERTIES:
23130    :CUSTOM_ID: org-bbdb-anniversary-field
23131    :END:
23133 - *Type:* symbol
23134 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bbdb.el][org-bbdb.el]]
23135 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bbdb-anniversary-field][Find modifications in git logs]]
23137 : The BBDB field which contains anniversaries.
23138 : The anniversaries are stored in the following format
23140 : YYYY-MM-DD Class-or-Format-String
23142 : where class is one of the customized classes for anniversaries;
23143 : birthday and wedding are predefined.  Format-String can take three
23144 : substitutions 1) the name of the record containing this
23145 : anniversary, 2) the number of years, and 3) an ordinal suffix for
23146 : the year.
23148 : Multiple anniversaries can be separated by \n.
23150 ** org-agenda-bulk-mark-char =">"=
23151    :PROPERTIES:
23152    :CUSTOM_ID: org-agenda-bulk-mark-char
23153    :END:
23155 - *Type:* string
23156 - *Since:* Emacs version 24.1
23157 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23158 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-bulk-mark-char][Find modifications in git logs]]
23160 : A single-character string to be used as the bulk mark.
23162 ** org-koma-letter-subject-format =t=
23163    :PROPERTIES:
23164    :CUSTOM_ID: org-koma-letter-subject-format
23165    :END:
23167 - *Type:* (choice (const :tag "No export...
23168 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
23169 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-subject-format][Find modifications in git logs]]
23171 : Non-nil means include the subject.
23173 : Support formatting options.
23175 : When t, insert a subject using default options.  When nil, do not
23176 : insert a subject at all.  It can also be a list of symbols among
23177 : the following ones:
23179 :  `afteropening'  Subject after opening
23180 :  `beforeopening' Subject before opening
23181 :  `centered'      Subject centered
23182 :  `left'          Subject left-justified
23183 :  `right'         Subject right-justified
23184 :  `titled'        Add title/description to subject
23185 :  `underlined'    Set subject underlined
23186 :  `untitled'      Do not add title/description to subject
23188 : Please refer to the KOMA-script manual (Table 4.16. in the
23189 : English manual of 2012-07-22).
23191 : This option can also be set with the OPTIONS keyword, e.g.:
23192 : "subject:(underlined centered)".
23194 ** org-list-description-max-indent =(funcall (function (closure (o...=
23195    :PROPERTIES:
23196    :CUSTOM_ID: org-list-description-max-indent
23197    :END:
23199 - *Type:* integer
23200 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
23201 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-description-max-indent][Find modifications in git logs]]
23203 : Maximum indentation for the second line of a description list.
23204 : When the indentation would be larger than this, it will become
23205 : 5 characters instead.
23207 ** org-html-postamble-format =(funcall (function (closure (h...=
23208    :PROPERTIES:
23209    :CUSTOM_ID: org-html-postamble-format
23210    :END:
23212 - *Type:* (repeat (list (string :tag "La...
23213 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23214 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-postamble-format][Find modifications in git logs]]
23216 : Alist of languages and format strings for the HTML postamble.
23218 : The first element of each list is the language code, as used for
23219 : the LANGUAGE keyword.  See `org-export-default-language'.
23221 : The second element of each list is a format string to format the
23222 : postamble itself.  This format string can contain these elements:
23224 :   %t stands for the title.
23225 :   %s stands for the subtitle.
23226 :   %a stands for the author's name.
23227 :   %e stands for the author's email.
23228 :   %d stands for the date.
23229 :   %c will be replaced by `org-html-creator-string'.
23230 :   %v will be replaced by `org-html-validation-link'.
23231 :   %T will be replaced by the export time.
23232 :   %C will be replaced by the last modification time.
23234 : If you need to use a "%" character, you need to escape it
23235 : like that: "%%".
23237 ** org-agenda-ignore-properties =(funcall (function (closure (o...=
23238    :PROPERTIES:
23239    :CUSTOM_ID: org-agenda-ignore-properties
23240    :END:
23242 - *Type:* (set :greedy t (const effort) ...
23243 - *Since:* Emacs version 26.1
23244 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23245 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-ignore-properties][Find modifications in git logs]]
23247 : Avoid updating text properties when building the agenda.
23248 : Properties are used to prepare buffers for effort estimates,
23249 : appointments, statistics and subtree-local categories.
23250 : If you don't use these in the agenda, you can add them to this
23251 : list and agenda building will be a bit faster.
23252 : The value is a list, with zero or more of the symbols `effort', `appt',
23253 : `stats' or `category'.
23255 ** org-babel-hash-show-time =(funcall (function (closure (t...=
23256    :PROPERTIES:
23257    :CUSTOM_ID: org-babel-hash-show-time
23258    :END:
23260 - *Type:* boolean
23261 - *Since:* Emacs version 26.1
23262 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
23263 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-hash-show-time][Find modifications in git logs]]
23265 : Non-nil means show the time the code block was evaluated in the result hash.
23267 ** org-agenda-max-tags =nil=
23268    :PROPERTIES:
23269    :CUSTOM_ID: org-agenda-max-tags
23270    :END:
23272 - *Type:* (choice (symbol :tag "No limit...
23273 - *Since:* Emacs version 24.4
23274 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23275 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-max-tags][Find modifications in git logs]]
23277 : Maximum number of tagged entries to display in an agenda.
23278 : This can be nil (no limit) or an integer or an alist of agenda
23279 : types with an associated number of entries to display in this
23280 : type.
23282 ** org-export-with-drawers =(funcall (function (closure (t...=
23283    :PROPERTIES:
23284    :CUSTOM_ID: org-export-with-drawers
23285    :END:
23287 - *Type:* (choice (const :tag "All drawe...
23288 - *Since:* Emacs version 24.4
23289 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
23290 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-drawers][Find modifications in git logs]]
23292 : Non-nil means export contents of standard drawers.
23294 : When t, all drawers are exported.  This may also be a list of
23295 : drawer names to export, as strings.  If that list starts with
23296 : `not', only drawers with such names will be ignored.
23298 : This variable doesn't apply to properties drawers.  See
23299 : `org-export-with-properties' instead.
23301 : This option can also be set with the OPTIONS keyword,
23302 : e.g. "d:nil".
23304 ** org-html-inline-images =(funcall (function (closure (h...=
23305    :PROPERTIES:
23306    :CUSTOM_ID: org-html-inline-images
23307    :END:
23309 - *Type:* boolean
23310 - *Since:* Emacs version 24.4
23311 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23312 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-inline-images][Find modifications in git logs]]
23314 : Non-nil means inline images into exported HTML pages.
23315 : This is done using an <img> tag.  When nil, an anchor with href is used to
23316 : link to the image.
23318 ** org-agenda-clock-consistency-checks =(quote (:max-duration "10:00" ...=
23319    :PROPERTIES:
23320    :CUSTOM_ID: org-agenda-clock-consistency-checks
23321    :END:
23323 - *Type:* plist
23324 - *Since:* Emacs version 24.1
23325 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23326 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clock-consistency-checks][Find modifications in git logs]]
23328 : This is a property list, with the following keys:
23330 : :max-duration    Mark clocking chunks that are longer than this time.
23331 :                  This is a time string like "HH:MM", or the number
23332 :                  of minutes as an integer.
23334 : :min-duration    Mark clocking chunks that are shorter that this.
23335 :                  This is a time string like "HH:MM", or the number
23336 :                  of minutes as an integer.
23338 : :max-gap         Mark gaps between clocking chunks that are longer than
23339 :                  this duration.  A number of minutes, or a string
23340 :                  like "HH:MM".
23342 : :gap-ok-around   List of times during the day which are usually not working
23343 :                  times.  When a gap is detected, but the gap contains any
23344 :                  of these times, the gap is *not* reported.  For example,
23345 :                  if this is ("4:00" "13:00") then gaps that contain
23346 :                  4:00 in the morning (i.e. the night) and 13:00
23347 :                  (i.e. a typical lunch time) do not cause a warning.
23348 :                  You should have at least one time during the night in this
23349 :                  list, or otherwise the first task each morning will trigger
23350 :                  a warning because it follows a long gap.
23352 : Furthermore, the following properties can be used to define faces for
23353 : issue display.
23355 : :default-face         the default face, if the specific face is undefined
23356 : :overlap-face         face for overlapping clocks
23357 : :gap-face             face for gaps between clocks
23358 : :no-end-time-face     face for incomplete clocks
23359 : :long-face            face for clock intervals that are too long
23360 : :short-face           face for clock intervals that are too short
23362 ** org-format-latex-header =(funcall (function (closure (f...=
23363    :PROPERTIES:
23364    :CUSTOM_ID: org-format-latex-header
23365    :END:
23367 - *Type:* string
23368 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23369 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-format-latex-header][Find modifications in git logs]]
23371 : The document header used for processing LaTeX fragments.
23372 : It is imperative that this header make sure that no page number
23373 : appears on the page.  The package defined in the variables
23374 : `org-latex-default-packages-alist' and `org-latex-packages-alist'
23375 : will either replace the placeholder "[PACKAGES]" in this
23376 : header, or they will be appended.
23378 ** org-agenda-auto-exclude-function =nil=
23379    :PROPERTIES:
23380    :CUSTOM_ID: org-agenda-auto-exclude-function
23381    :END:
23383 - *Type:* (choice (const nil) (function)...
23384 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23385 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-auto-exclude-function][Find modifications in git logs]]
23387 : A function called with a tag to decide if it is filtered on \<org-agenda-mode-map>`\[org-agenda-filter-by-tag] RET'.
23388 : The sole argument to the function, which is called once for each
23389 : possible tag, is a string giving the name of the tag.  The
23390 : function should return either nil if the tag should be included
23391 : as normal, or "-<TAG>" to exclude the tag.
23392 : Note that for the purpose of tag filtering, only the lower-case version of
23393 : all tags will be considered, so that this function will only ever see
23394 : the lower-case version of all tags.
23396 ** org-agenda-remove-tags =nil=
23397    :PROPERTIES:
23398    :CUSTOM_ID: org-agenda-remove-tags
23399    :END:
23401 - *Type:* (choice (const :tag "Always" t...
23402 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23403 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-remove-tags][Find modifications in git logs]]
23405 : Non-nil means remove the tags from the headline copy in the agenda.
23406 : When this is the symbol `prefix', only remove tags when
23407 : `org-agenda-prefix-format' contains a `%T' specifier.
23409 ** org-koma-letter-prefer-special-headings =nil=
23410    :PROPERTIES:
23411    :CUSTOM_ID: org-koma-letter-prefer-special-headings
23412    :END:
23414 - *Type:* boolean
23415 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
23416 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-prefer-special-headings][Find modifications in git logs]]
23418 : Non-nil means prefer headlines over keywords for TO and FROM.
23419 : This option can also be set with the OPTIONS keyword, e.g.:
23420 : "special-headings:t".
23422 ** org-mobile-force-mobile-change =(funcall (function (closure (t...=
23423    :PROPERTIES:
23424    :CUSTOM_ID: org-mobile-force-mobile-change
23425    :END:
23427 - *Type:* (choice (const :tag "Always" t...
23428 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
23429 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-force-mobile-change][Find modifications in git logs]]
23431 : Non-nil means force the change made on the mobile device.
23432 : So even if there have been changes to the computer version of the entry,
23433 : force the new value set on the mobile.
23434 : When nil, mark the entry from the mobile with an error message.
23435 : Instead of nil or t, this variable can also be a list of symbols, indicating
23436 : the editing types for which the mobile version should always dominate.
23438 ** org-mouse-features =(funcall (function (closure (t...=
23439    :PROPERTIES:
23440    :CUSTOM_ID: org-mouse-features
23441    :END:
23443 - *Type:* (set :greedy t (const :tag "Mo...
23444 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mouse.el][org-mouse.el]]
23445 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-features][Find modifications in git logs]]
23447 : The features of org-mouse that should be activated.
23448 : Changing this variable requires a restart of Emacs to get activated.
23450 ** org-agenda-menu-two-columns =nil=
23451    :PROPERTIES:
23452    :CUSTOM_ID: org-agenda-menu-two-columns
23453    :END:
23455 - *Type:* boolean
23456 - *Since:* Emacs version 24.1
23457 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23458 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-menu-two-columns][Find modifications in git logs]]
23460 : Non-nil means, use two columns to show custom commands in the dispatcher.
23461 : If you use this, you probably want to set `org-agenda-menu-show-matcher'
23462 : to nil.
23464 ** org-mobile-force-id-on-agenda-items =(funcall (function (closure (t...=
23465    :PROPERTIES:
23466    :CUSTOM_ID: org-mobile-force-id-on-agenda-items
23467    :END:
23469 - *Type:* boolean
23470 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
23471 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-force-id-on-agenda-items][Find modifications in git logs]]
23473 : Non-nil means make all agenda items carry an ID.
23475 ** org-clock-clocked-in-display =(funcall (function (closure (t...=
23476    :PROPERTIES:
23477    :CUSTOM_ID: org-clock-clocked-in-display
23478    :END:
23480 - *Type:* (choice (const :tag "Mode line...
23481 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
23482 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-clocked-in-display][Find modifications in git logs]]
23484 : When clocked in for a task, Org can display the current
23485 : task and accumulated time in the mode line and/or frame title.
23486 : Allowed values are:
23488 : both         displays in both mode line and frame title
23489 : mode-line    displays only in mode line (default)
23490 : frame-title  displays only in frame title
23491 : nil          current clock is not displayed
23493 ** org-latex-classes =(funcall (function (closure (t...=
23494    :PROPERTIES:
23495    :CUSTOM_ID: org-latex-classes
23496    :END:
23498 - *Type:* (repeat (list (string :tag "La...
23499 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
23500 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-classes][Find modifications in git logs]]
23502 : Alist of LaTeX classes and associated header and structure.
23503 : If #+LATEX_CLASS is set in the buffer, use its value and the
23504 : associated information.  Here is the structure of each cell:
23506 :   (class-name
23507 :     header-string
23508 :     (numbered-section . unnumbered-section)
23509 :     ...)
23511 : The header string
23512 : -----------------
23514 : The HEADER-STRING is the header that will be inserted into the
23515 : LaTeX file.  It should contain the \documentclass macro, and
23516 : anything else that is needed for this setup.  To this header, the
23517 : following commands will be added:
23519 : - Calls to \usepackage for all packages mentioned in the
23520 :   variables `org-latex-default-packages-alist' and
23521 :   `org-latex-packages-alist'.  Thus, your header definitions
23522 :   should avoid to also request these packages.
23524 : - Lines specified via "#+LATEX_HEADER:" and
23525 :   "#+LATEX_HEADER_EXTRA:" keywords.
23527 : If you need more control about the sequence in which the header
23528 : is built up, or if you want to exclude one of these building
23529 : blocks for a particular class, you can use the following
23530 : macro-like placeholders.
23532 :  [DEFAULT-PACKAGES]      \usepackage statements for default packages
23533 :  [NO-DEFAULT-PACKAGES]   do not include any of the default packages
23534 :  [PACKAGES]              \usepackage statements for packages
23535 :  [NO-PACKAGES]           do not include the packages
23536 :  [EXTRA]                 the stuff from #+LATEX_HEADER(_EXTRA)
23537 :  [NO-EXTRA]              do not include #+LATEX_HEADER(_EXTRA) stuff
23539 : So a header like
23541 :   \documentclass{article}
23542 :   [NO-DEFAULT-PACKAGES]
23543 :   [EXTRA]
23544 :   \providecommand{\alert}[1]{\textbf{#1}}
23545 :   [PACKAGES]
23547 : will omit the default packages, and will include the
23548 : #+LATEX_HEADER and #+LATEX_HEADER_EXTRA lines, then have a call
23549 : to \providecommand, and then place \usepackage commands based
23550 : on the content of `org-latex-packages-alist'.
23552 : If your header, `org-latex-default-packages-alist' or
23553 : `org-latex-packages-alist' inserts "\usepackage[AUTO]{inputenc}",
23554 : AUTO will automatically be replaced with a coding system derived
23555 : from `buffer-file-coding-system'.  See also the variable
23556 : `org-latex-inputenc-alist' for a way to influence this mechanism.
23558 : Likewise, if your header contains "\usepackage[AUTO]{babel}"
23559 : or "\usepackage[AUTO]{polyglossia}", AUTO will be replaced
23560 : with the language related to the language code specified by
23561 : `org-export-default-language'.  Note that constructions such as
23562 : "\usepackage[french,AUTO,english]{babel}" are permitted.  For
23563 : Polyglossia the language will be set via the macros
23564 : "\setmainlanguage" and "\setotherlanguage".  See also
23565 : `org-latex-guess-babel-language' and
23566 : `org-latex-guess-polyglossia-language'.
23568 : The sectioning structure
23569 : ------------------------
23571 : The sectioning structure of the class is given by the elements
23572 : following the header string.  For each sectioning level, a number
23573 : of strings is specified.  A %s formatter is mandatory in each
23574 : section string and will be replaced by the title of the section.
23576 : Instead of a cons cell (numbered . unnumbered), you can also
23577 : provide a list of 2 or 4 elements,
23579 :   (numbered-open numbered-close)
23581 : or
23583 :   (numbered-open numbered-close unnumbered-open unnumbered-close)
23585 : providing opening and closing strings for a LaTeX environment
23586 : that should represent the document section.  The opening clause
23587 : should have a %s to represent the section title.
23589 : Instead of a list of sectioning commands, you can also specify
23590 : a function name.  That function will be called with two
23591 : parameters, the (reduced) level of the headline, and a predicate
23592 : non-nil when the headline should be numbered.  It must return
23593 : a format string in which the section title will be added.
23595 ** org-startup-truncated =(funcall (function (closure (f...=
23596    :PROPERTIES:
23597    :CUSTOM_ID: org-startup-truncated
23598    :END:
23600 - *Type:* boolean
23601 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23602 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-truncated][Find modifications in git logs]]
23604 : Non-nil means entering Org mode will set `truncate-lines'.
23605 : This is useful since some lines containing links can be very long and
23606 : uninteresting.  Also tables look terrible when wrapped.
23608 : The variable `org-startup-truncated' allows to configure
23609 : truncation for Org mode different to the other modes that use the
23610 : variable `truncate-lines' and as a shortcut instead of putting
23611 : the variable `truncate-lines' into the `org-mode-hook'.  If one
23612 : wants to configure truncation for Org mode not statically but
23613 : dynamically e. g. in a hook like `ediff-prepare-buffer-hook' then
23614 : the variable `truncate-lines' has to be used because in such a
23615 : case it is too late to set the variable `org-startup-truncated'.
23617 ** org-complete-tags-always-offer-all-agenda-tags =(funcall (function (closure (f...=
23618    :PROPERTIES:
23619    :CUSTOM_ID: org-complete-tags-always-offer-all-agenda-tags
23620    :END:
23622 - *Type:* boolean
23623 - *Since:* Emacs version 24.1
23624 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23625 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-complete-tags-always-offer-all-agenda-tags][Find modifications in git logs]]
23627 : If non-nil, always offer completion for all tags of all agenda files.
23628 : Instead of customizing this variable directly, you might want to
23629 : set it locally for capture buffers, because there no list of
23630 : tags in that file can be created dynamically (there are none).
23632 :   (add-hook \='org-capture-mode-hook
23633 :             (lambda ()
23634 :               (setq-local org-complete-tags-always-offer-all-agenda-tags t)))
23636 ** org-html-link-up =(funcall (function (closure (h...=
23637    :PROPERTIES:
23638    :CUSTOM_ID: org-html-link-up
23639    :END:
23641 - *Type:* (string :tag "File or URL")
23642 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23643 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-link-up][Find modifications in git logs]]
23645 : Where should the "UP" link of exported HTML pages lead?
23647 ** org-feed-drawer =(funcall (function (closure (t...=
23648    :PROPERTIES:
23649    :CUSTOM_ID: org-feed-drawer
23650    :END:
23652 - *Type:* (string :tag "Drawer Name")
23653 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
23654 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-drawer][Find modifications in git logs]]
23656 : The name of the drawer for feed status information.
23657 : Each feed may also specify its own drawer name using the `:drawer'
23658 : parameter in `org-feed-alist'.
23660 ** org-clock-resolve-expert =(funcall (function (closure (t...=
23661    :PROPERTIES:
23662    :CUSTOM_ID: org-clock-resolve-expert
23663    :END:
23665 - *Type:* boolean
23666 - *Since:* Emacs version 24.1
23667 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
23668 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-resolve-expert][Find modifications in git logs]]
23670 : Non-nil means do not show the splash buffer with the clock resolver.
23672 ** org-publish-sitemap-sort-folders =(funcall (function (closure (t...=
23673    :PROPERTIES:
23674    :CUSTOM_ID: org-publish-sitemap-sort-folders
23675    :END:
23677 - *Type:* (choice (const :tag "Folders b...
23678 - *Since:* Emacs version 26.1
23679 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
23680 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-sitemap-sort-folders][Find modifications in git logs]]
23682 : A symbol, denoting if folders are sorted first in site-maps.
23684 : Possible values are `first', `last', `ignore' and nil.
23685 : If `first', folders will be sorted before files.
23686 : If `last', folders are sorted to the end after the files.
23687 : If `ignore', folders do not appear in the site-map.
23688 : Any other value will mix files and folders.
23690 : You can overwrite this default per project in your
23691 : `org-publish-project-alist', using `:sitemap-sort-folders'.
23693 : This variable is ignored when site-map style is `tree'.
23695 ** org-ascii-format-drawer-function =(funcall (function (closure (t...=
23696    :PROPERTIES:
23697    :CUSTOM_ID: org-ascii-format-drawer-function
23698    :END:
23700 - *Type:* function
23701 - *Since:* Emacs version 24.4
23702 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
23703 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-format-drawer-function][Find modifications in git logs]]
23705 : Function called to format a drawer in ASCII.
23707 : The function must accept three parameters:
23708 :   NAME      the drawer name, like "LOGBOOK"
23709 :   CONTENTS  the contents of the drawer.
23710 :   WIDTH     the text width within the drawer.
23712 : The function should return either the string to be exported or
23713 : nil to ignore the drawer.
23715 : The default value simply returns the value of CONTENTS.
23717 ** org-log-reschedule =(funcall (function (closure (f...=
23718    :PROPERTIES:
23719    :CUSTOM_ID: org-log-reschedule
23720    :END:
23722 - *Type:* (choice (const :tag "No loggin...
23723 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23724 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-reschedule][Find modifications in git logs]]
23726 : Information to record when the scheduling date of a tasks is modified.
23728 : Possible values are:
23730 : nil     Don't add anything, just change the date
23731 : time    Add a time stamp to the task
23732 : note    Prompt for a note and add it with template `org-log-note-headings'
23734 : This option can also be set with on a per-file-basis with
23736 :    #+STARTUP: nologreschedule
23737 :    #+STARTUP: logreschedule
23738 :    #+STARTUP: lognotereschedule
23740 ** org-odt-fontify-srcblocks =(funcall (function (closure (h...=
23741    :PROPERTIES:
23742    :CUSTOM_ID: org-odt-fontify-srcblocks
23743    :END:
23745 - *Type:* boolean
23746 - *Since:* Emacs version 24.1
23747 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
23748 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-fontify-srcblocks][Find modifications in git logs]]
23750 : Specify whether or not source blocks need to be fontified.
23751 : Turn this option on if you want to colorize the source code
23752 : blocks in the exported file.  For colorization to work, you need
23753 : to make available an enhanced version of `htmlfontify' library.
23755 ** org-feed-save-after-adding =(funcall (function (closure (t...=
23756    :PROPERTIES:
23757    :CUSTOM_ID: org-feed-save-after-adding
23758    :END:
23760 - *Type:* boolean
23761 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
23762 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-save-after-adding][Find modifications in git logs]]
23764 : Non-nil means save buffer after adding new feed items.
23766 ** org-agenda-window-setup =(quote reorganize-frame)=
23767    :PROPERTIES:
23768    :CUSTOM_ID: org-agenda-window-setup
23769    :END:
23771 - *Type:* (choice (const current-window)...
23772 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23773 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-window-setup][Find modifications in git logs]]
23775 : How the agenda buffer should be displayed.
23776 : Possible values for this option are:
23778 : current-window    Show agenda in the current window, keeping all other windows.
23779 : other-window      Use `switch-to-buffer-other-window' to display agenda.
23780 : only-window       Show agenda, deleting all other windows.
23781 : reorganize-frame  Show only two windows on the current frame, the current
23782 :                   window and the agenda.
23783 : other-frame       Use `switch-to-buffer-other-frame' to display agenda.
23784 :                   Also, when exiting the agenda, kill that frame.
23785 : See also the variable `org-agenda-restore-windows-after-quit'.
23787 ** org-html-tag-class-prefix =(funcall (function (closure (h...=
23788    :PROPERTIES:
23789    :CUSTOM_ID: org-html-tag-class-prefix
23790    :END:
23792 - *Type:* string
23793 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23794 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-tag-class-prefix][Find modifications in git logs]]
23796 : Prefix to class names for TODO keywords.
23797 : Each tag gets a class given by the tag itself, with this prefix.
23798 : The default prefix is empty because it is nice to just use the keyword
23799 : as a class name.  But if you get into conflicts with other, existing
23800 : CSS classes, then this prefix can be very useful.
23802 ** org-hide-macro-markers =(funcall (function (closure (f...=
23803    :PROPERTIES:
23804    :CUSTOM_ID: org-hide-macro-markers
23805    :END:
23807 - *Type:* boolean
23808 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23809 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hide-macro-markers][Find modifications in git logs]]
23811 : Non-nil mean font-lock should hide the brackets marking macro calls.
23813 ** org-table-number-fraction =(funcall (function (closure (o...=
23814    :PROPERTIES:
23815    :CUSTOM_ID: org-table-number-fraction
23816    :END:
23818 - *Type:* number
23819 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
23820 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-number-fraction][Find modifications in git logs]]
23822 : Fraction of numbers in a column required to make the column align right.
23823 : In a column all non-white fields are considered.  If at least
23824 : this fraction of fields is matched by `org-table-number-regexp',
23825 : alignment to the right border applies.
23827 ** org-agenda-include-deadlines =t=
23828    :PROPERTIES:
23829    :CUSTOM_ID: org-agenda-include-deadlines
23830    :END:
23832 - *Type:* boolean
23833 - *Since:* Emacs version 24.1
23834 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23835 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-include-deadlines][Find modifications in git logs]]
23837 : If non-nil, include entries within their deadline warning period.
23838 : Custom commands can set this variable in the options section.
23840 ** org-html-indent =(funcall (function (closure (h...=
23841    :PROPERTIES:
23842    :CUSTOM_ID: org-html-indent
23843    :END:
23845 - *Type:* boolean
23846 - *Since:* Emacs version 24.4
23847 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23848 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-indent][Find modifications in git logs]]
23850 : Non-nil means to indent the generated HTML.
23851 : Warning: non-nil may break indentation of source code blocks.
23853 ** org-archive-default-command =(funcall (function (closure (t...=
23854    :PROPERTIES:
23855    :CUSTOM_ID: org-archive-default-command
23856    :END:
23858 - *Type:* (choice (const org-archive-sub...
23859 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
23860 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-default-command][Find modifications in git logs]]
23862 : The default archiving command.
23864 ** org-todo-keywords =(funcall (function (closure (f...=
23865    :PROPERTIES:
23866    :CUSTOM_ID: org-todo-keywords
23867    :END:
23869 - *Type:* (choice (repeat :tag "Old synt...
23870 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23871 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-keywords][Find modifications in git logs]]
23873 : List of TODO entry keyword sequences and their interpretation.
23874 : \<org-mode-map>This is a list of sequences.
23876 : Each sequence starts with a symbol, either `sequence' or `type',
23877 : indicating if the keywords should be interpreted as a sequence of
23878 : action steps, or as different types of TODO items.  The first
23879 : keywords are states requiring action - these states will select a headline
23880 : for inclusion into the global TODO list Org produces.  If one of the
23881 : "keywords" is the vertical bar, "|", the remaining keywords
23882 : signify that no further action is necessary.  If "|" is not found,
23883 : the last keyword is treated as the only DONE state of the sequence.
23885 : The command `\[org-todo]' cycles an entry through these states, and one
23886 : additional state where no keyword is present.  For details about this
23887 : cycling, see the manual.
23889 : TODO keywords and interpretation can also be set on a per-file basis with
23890 : the special #+SEQ_TODO and #+TYP_TODO lines.
23892 : Each keyword can optionally specify a character for fast state selection
23893 : (in combination with the variable `org-use-fast-todo-selection')
23894 : and specifiers for state change logging, using the same syntax that
23895 : is used in the "#+TODO:" lines.  For example, "WAIT(w)" says that
23896 : the WAIT state can be selected with the "w" key.  "WAIT(w!)"
23897 : indicates to record a time stamp each time this state is selected.
23899 : Each keyword may also specify if a timestamp or a note should be
23900 : recorded when entering or leaving the state, by adding additional
23901 : characters in the parenthesis after the keyword.  This looks like this:
23902 : "WAIT(w@/!)".  "@" means to add a note (with time), "!" means to
23903 : record only the time of the state change.  With X and Y being either
23904 : "@" or "!", "X/Y" means use X when entering the state, and use
23905 : Y when leaving the state if and only if the *target* state does not
23906 : define X.  You may omit any of the fast-selection key or X or /Y,
23907 : so WAIT(w@), WAIT(w/@) and WAIT(@/@) are all valid.
23909 : For backward compatibility, this variable may also be just a list
23910 : of keywords.  In this case the interpretation (sequence or type) will be
23911 : taken from the (otherwise obsolete) variable `org-todo-interpretation'.
23913 ** org-src-window-setup =(funcall (function (closure (t...=
23914    :PROPERTIES:
23915    :CUSTOM_ID: org-src-window-setup
23916    :END:
23918 - *Type:* (choice (const current-window)...
23919 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
23920 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-src-window-setup][Find modifications in git logs]]
23922 : How the source code edit buffer should be displayed.
23923 : Possible values for this option are:
23925 : current-window    Show edit buffer in the current window, keeping all other
23926 :                   windows.
23927 : other-window      Use `switch-to-buffer-other-window' to display edit buffer.
23928 : reorganize-frame  Show only two windows on the current frame, the current
23929 :                   window and the edit buffer.  When exiting the edit buffer,
23930 :                   return to one window.
23931 : other-frame       Use `switch-to-buffer-other-frame' to display edit buffer.
23932 :                   Also, when exiting the edit buffer, kill that frame.
23934 ** org-goto-auto-isearch =(funcall (function (closure (f...=
23935    :PROPERTIES:
23936    :CUSTOM_ID: org-goto-auto-isearch
23937    :END:
23939 - *Type:* boolean
23940 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
23941 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-auto-isearch][Find modifications in git logs]]
23943 : Non-nil means typing characters in `org-goto' starts incremental search.
23944 : When nil, you can use these keybindings to navigate the buffer:
23946 :   q    Quit the org-goto interface
23947 :   n    Go to the next visible heading
23948 :   p    Go to the previous visible heading
23949 :   f    Go one heading forward on same level
23950 :   b    Go one heading backward on same level
23951 :   u    Go one heading up
23953 ** org-n-level-faces =(funcall (function (closure (t...=
23954    :PROPERTIES:
23955    :CUSTOM_ID: org-n-level-faces
23956    :END:
23958 - *Type:* integer
23959 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
23960 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-n-level-faces][Find modifications in git logs]]
23962 : The number of different faces to be used for headlines.
23963 : Org mode defines 8 different headline faces, so this can be at most 8.
23964 : If it is less than 8, the level-1 face gets re-used for level N+1 etc.
23966 ** org-capture-bookmark =(funcall (function (closure (o...=
23967    :PROPERTIES:
23968    :CUSTOM_ID: org-capture-bookmark
23969    :END:
23971 - *Type:* boolean
23972 - *Since:* Emacs version 24.3
23973 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-capture.el][org-capture.el]]
23974 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-capture-bookmark][Find modifications in git logs]]
23976 : When non-nil, add a bookmark pointing at the last stored
23977 : position when capturing.
23979 ** org-html-link-home =(funcall (function (closure (h...=
23980    :PROPERTIES:
23981    :CUSTOM_ID: org-html-link-home
23982    :END:
23984 - *Type:* (string :tag "File or URL")
23985 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
23986 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-link-home][Find modifications in git logs]]
23988 : Where should the "HOME" link of exported HTML pages lead?
23990 ** org-agenda-columns-show-summaries =t=
23991    :PROPERTIES:
23992    :CUSTOM_ID: org-agenda-columns-show-summaries
23993    :END:
23995 - *Type:* boolean
23996 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
23997 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-columns-show-summaries][Find modifications in git logs]]
23999 : Non-nil means show summaries for columns displayed in the agenda view.
24001 ** org-export-with-broken-links =(funcall (function (closure (t...=
24002    :PROPERTIES:
24003    :CUSTOM_ID: org-export-with-broken-links
24004    :END:
24006 - *Type:* (choice (const :tag "Ignore br...
24007 - *Since:* Emacs version 26.1
24008 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
24009 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-broken-links][Find modifications in git logs]]
24011 : Non-nil means do not raise an error on broken links.
24013 : When this variable is non-nil, broken links are ignored, without
24014 : stopping the export process.  If it is set to `mark', broken
24015 : links are marked as such in the output, with a string like
24017 :   [BROKEN LINK: path]
24019 : where PATH is the un-resolvable reference.
24021 : This option can also be set with the OPTIONS keyword, e.g.,
24022 : "broken-links:mark".
24024 ** org-ctags-new-topic-template =(funcall (function (closure (t...=
24025    :PROPERTIES:
24026    :CUSTOM_ID: org-ctags-new-topic-template
24027    :END:
24029 - *Type:* string
24030 - *Since:* Emacs version 24.1
24031 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-ctags.el][org-ctags.el]]
24032 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ctags-new-topic-template][Find modifications in git logs]]
24034 : Text to insert when creating a new org file via opening a hyperlink.
24035 : The following patterns are replaced in the string:
24036 :     `%t' - replaced with the capitalized title of the hyperlink
24038 ** org-calendar-follow-timestamp-change =(funcall (function (closure (f...=
24039    :PROPERTIES:
24040    :CUSTOM_ID: org-calendar-follow-timestamp-change
24041    :END:
24043 - *Type:* boolean
24044 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24045 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calendar-follow-timestamp-change][Find modifications in git logs]]
24047 : Non-nil means make the calendar window follow timestamp changes.
24048 : When a timestamp is modified and the calendar window is visible, it will be
24049 : moved to the new date.
24051 ** org-html-todo-kwd-class-prefix =(funcall (function (closure (h...=
24052    :PROPERTIES:
24053    :CUSTOM_ID: org-html-todo-kwd-class-prefix
24054    :END:
24056 - *Type:* string
24057 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24058 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-todo-kwd-class-prefix][Find modifications in git logs]]
24060 : Prefix to class names for TODO keywords.
24061 : Each TODO keyword gets a class given by the keyword itself, with this prefix.
24062 : The default prefix is empty because it is nice to just use the keyword
24063 : as a class name.  But if you get into conflicts with other, existing
24064 : CSS classes, then this prefix can be very useful.
24066 ** org-babel-lua-None-to =(funcall (function (closure (t...=
24067    :PROPERTIES:
24068    :CUSTOM_ID: org-babel-lua-None-to
24069    :END:
24071 - *Type:* symbol
24072 - *Since:* Emacs version 24.5
24073 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lua.el][ob-lua.el]]
24074 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lua-None-to][Find modifications in git logs]]
24076 : Replace 'None' in lua tables with this before returning.
24078 ** org-protocol-protocol-alist =(funcall (function (closure (t...=
24079    :PROPERTIES:
24080    :CUSTOM_ID: org-protocol-protocol-alist
24081    :END:
24083 - *Type:* (alist)
24084 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
24085 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-protocol-alist][Find modifications in git logs]]
24087 : Register custom handlers for org-protocol.
24089 : Each element of this list must be of the form:
24091 :   (module-name :protocol protocol :function func :kill-client nil)
24093 : protocol - protocol to detect in a filename without trailing
24094 :            colon and slashes.  See rfc1738 section 2.1 for more
24095 :            on this.  If you define a protocol "my-protocol",
24096 :            `org-protocol-check-filename-for-protocol' will search
24097 :            filenames for "org-protocol:/my-protocol" and
24098 :            trigger your action for every match.  `org-protocol'
24099 :            is defined in `org-protocol-the-protocol'.  Double and
24100 :            triple slashes are compressed to one by emacsclient.
24102 : function - function that handles requests with protocol and takes
24103 :            one argument.  If a new-style link (key=val&key2=val2)
24104 :            is given, the argument will be a property list with
24105 :            the values from the link.  If an old-style link is
24106 :            given (val1/val2), the argument will be the filename
24107 :            with all protocols stripped.
24109 :            If the function returns nil, emacsclient and -server
24110 :            do nothing.  Any non-nil return value is considered a
24111 :            valid filename and thus passed to the server.
24113 :            `org-protocol.el' provides some support for handling
24114 :            old-style filenames, if you follow the conventions
24115 :            used for the standard handlers in
24116 :            `org-protocol-protocol-alist-default'.  See
24117 :            `org-protocol-parse-parameters'.
24119 : kill-client - If t, kill the client immediately, once the sub-protocol is
24120 :            detected.  This is necessary for actions that can be interrupted by
24121 :            `C-g' to avoid dangling emacsclients.  Note that all other command
24122 :            line arguments but the this one will be discarded.  Greedy handlers
24123 :            still receive the whole list of arguments though.
24125 : Here is an example:
24127 :   (setq org-protocol-protocol-alist
24128 :       \='(("my-protocol"
24129 :          :protocol "my-protocol"
24130 :          :function my-protocol-handler-function)
24131 :         ("your-protocol"
24132 :          :protocol "your-protocol"
24133 :          :function your-protocol-handler-function)))
24135 ** org-agenda-skip-function-global =nil=
24136    :PROPERTIES:
24137    :CUSTOM_ID: org-agenda-skip-function-global
24138    :END:
24140 - *Type:* sexp
24141 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
24142 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-function-global][Find modifications in git logs]]
24144 : Function to be called at each match during agenda construction.
24145 : If this function returns nil, the current match should not be skipped.
24146 : If the function decided to skip an agenda match, is must return the
24147 : buffer position from which the search should be continued.
24148 : This may also be a Lisp form, which will be evaluated.
24150 : This variable will be applied to every agenda match, including
24151 : tags/property searches and TODO lists.  So try to make the test function
24152 : do its checking as efficiently as possible.  To implement a skipping
24153 : condition just for specific agenda commands, use the variable
24154 : `org-agenda-skip-function' which can be set in the options section
24155 : of custom agenda commands.
24157 ** org-emphasis-alist =(funcall (function (closure (f...=
24158    :PROPERTIES:
24159    :CUSTOM_ID: org-emphasis-alist
24160    :END:
24162 - *Type:* (repeat (list (string :tag "Ma...
24163 - *Since:* Emacs version 24.4
24164 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24165 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-emphasis-alist][Find modifications in git logs]]
24167 : Alist of characters and faces to emphasize text.
24168 : Text starting and ending with a special character will be emphasized,
24169 : for example *bold*, _underlined_ and /italic/.  This variable sets the
24170 : marker characters and the face to be used by font-lock for highlighting
24171 : in Org buffers.
24173 : You need to reload Org or to restart Emacs after customizing this.
24175 ** org-ellipsis =(funcall (function (closure (f...=
24176    :PROPERTIES:
24177    :CUSTOM_ID: org-ellipsis
24178    :END:
24180 - *Type:* (choice (const :tag "Default" ...
24181 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24182 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ellipsis][Find modifications in git logs]]
24184 : The ellipsis to use in the Org mode outline.
24186 : When nil, just use the standard three dots.  When a non-empty string,
24187 : use that string instead.
24189 : The change affects only Org mode (which will then use its own display table).
24190 : Changing this requires executing `\[org-mode]' in a buffer to become
24191 : effective.
24193 ** org-html-klipse-js =(funcall (function (closure (h...=
24194    :PROPERTIES:
24195    :CUSTOM_ID: org-html-klipse-js
24196    :END:
24198 - *Type:* string
24199 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24200 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-klipse-js][Find modifications in git logs]]
24202 : Location of the klipse javascript file.
24204 ** orgtbl-optimized =(funcall (function (closure (o...=
24205    :PROPERTIES:
24206    :CUSTOM_ID: orgtbl-optimized
24207    :END:
24209 - *Type:* boolean
24210 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
24211 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgtbl-optimized][Find modifications in git logs]]
24213 : Non-nil means use the optimized table editor version for `orgtbl-mode'.
24214 : In the optimized version, the table editor takes over all simple keys that
24215 : normally just insert a character.  In tables, the characters are inserted
24216 : in a way to minimize disturbing the table structure (i.e. in overwrite mode
24217 : for empty fields).  Outside tables, the correct binding of the keys is
24218 : restored.
24220 : The default for this option is t if the optimized version is also used in
24221 : Org mode.  See the variable `org-enable-table-editor' for details.  Changing
24222 : this variable requires a restart of Emacs to become effective.
24224 ** org-ditaa-eps-jar-path =(funcall (function (closure (t...=
24225    :PROPERTIES:
24226    :CUSTOM_ID: org-ditaa-eps-jar-path
24227    :END:
24229 - *Type:* string
24230 - *Since:* Emacs version 24.4
24231 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ditaa.el][ob-ditaa.el]]
24232 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ditaa-eps-jar-path][Find modifications in git logs]]
24234 : Path to the DitaaEps.jar executable.
24236 ** org-agenda-default-appointment-duration =nil=
24237    :PROPERTIES:
24238    :CUSTOM_ID: org-agenda-default-appointment-duration
24239    :END:
24241 - *Type:* (choice (integer :tag "Minutes...
24242 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
24243 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-default-appointment-duration][Find modifications in git logs]]
24245 : Default duration for appointments that only have a starting time.
24246 : When nil, no duration is specified in such cases.
24247 : When non-nil, this must be the number of minutes, e.g. 60 for one hour.
24249 ** org-habit-show-all-today =(funcall (function (closure (t...=
24250    :PROPERTIES:
24251    :CUSTOM_ID: org-habit-show-all-today
24252    :END:
24254 - *Type:* boolean
24255 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
24256 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-show-all-today][Find modifications in git logs]]
24258 : If non-nil, will show the consistency graph of all habits on
24259 : today's agenda, even if they are not scheduled.
24261 ** org-open-non-existing-files =(funcall (function (closure (f...=
24262    :PROPERTIES:
24263    :CUSTOM_ID: org-open-non-existing-files
24264    :END:
24266 - *Type:* boolean
24267 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24268 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-non-existing-files][Find modifications in git logs]]
24270 : Non-nil means `org-open-file' will open non-existing files.
24271 : When nil, an error will be generated.
24272 : This variable applies only to external applications because they
24273 : might choke on non-existing files.  If the link is to a file that
24274 : will be opened in Emacs, the variable is ignored.
24276 ** org-priority-faces =(funcall (function (closure (t...=
24277    :PROPERTIES:
24278    :CUSTOM_ID: org-priority-faces
24279    :END:
24281 - *Type:* (repeat (cons (character :tag ...
24282 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
24283 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-priority-faces][Find modifications in git logs]]
24285 : Faces for specific Priorities.
24286 : This is a list of cons cells, with priority character in the car
24287 : and faces in the cdr.  The face can be a symbol, a color as
24288 : as a string, or a property list of attributes, like
24289 :     (:foreground "blue" :weight bold :underline t).
24290 : If it is a color string, the variable `org-faces-easy-properties'
24291 : determines if it is a foreground or a background color.
24293 ** org-beamer-frame-default-options =(funcall (function (closure (t...=
24294    :PROPERTIES:
24295    :CUSTOM_ID: org-beamer-frame-default-options
24296    :END:
24298 - *Type:* (string :tag "[options]")
24299 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
24300 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-frame-default-options][Find modifications in git logs]]
24302 : Default options string to use for frames.
24303 : For example, it could be set to "allowframebreaks".
24305 ** org-man-tables-centered =(funcall (function (closure (o...=
24306    :PROPERTIES:
24307    :CUSTOM_ID: org-man-tables-centered
24308    :END:
24310 - *Type:* boolean
24311 - *Since:* Emacs version 24.4
24312 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
24313 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-tables-centered][Find modifications in git logs]]
24315 : When non-nil, tables are exported in a center environment.
24317 ** org-clock-goto-may-find-recent-task =(funcall (function (closure (t...=
24318    :PROPERTIES:
24319    :CUSTOM_ID: org-clock-goto-may-find-recent-task
24320    :END:
24322 - *Type:* boolean
24323 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
24324 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-goto-may-find-recent-task][Find modifications in git logs]]
24326 : Non-nil means `org-clock-goto' can go to recent task if no active clock.
24328 ** org-html-checkbox-type =(funcall (function (closure (h...=
24329    :PROPERTIES:
24330    :CUSTOM_ID: org-html-checkbox-type
24331    :END:
24333 - *Type:* (choice (const :tag "ASCII cha...
24334 - *Since:* Emacs version 24.4
24335 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24336 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-checkbox-type][Find modifications in git logs]]
24338 : The type of checkboxes to use for HTML export.
24339 : See `org-html-checkbox-types' for for the values used for each
24340 : option.
24342 ** org-koma-letter-use-backaddress =nil=
24343    :PROPERTIES:
24344    :CUSTOM_ID: org-koma-letter-use-backaddress
24345    :END:
24347 - *Type:* boolean
24348 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
24349 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-use-backaddress][Find modifications in git logs]]
24351 : Non-nil prints return address in line above to address.
24352 : This option can also be set with the OPTIONS keyword, e.g.:
24353 : "backaddress:t".
24355 ** org-latex-active-timestamp-format =(funcall (function (closure (t...=
24356    :PROPERTIES:
24357    :CUSTOM_ID: org-latex-active-timestamp-format
24358    :END:
24360 - *Type:* string
24361 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
24362 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-active-timestamp-format][Find modifications in git logs]]
24364 : A printf format string to be applied to active timestamps.
24366 ** org-texinfo-format-headline-function =(funcall (function (closure (t...=
24367    :PROPERTIES:
24368    :CUSTOM_ID: org-texinfo-format-headline-function
24369    :END:
24371 - *Type:* function
24372 - *Since:* Emacs version 26.1
24373 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
24374 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-format-headline-function][Find modifications in git logs]]
24376 : Function to format headline text.
24378 : This function will be called with 5 arguments:
24379 : TODO      the todo keyword (string or nil).
24380 : TODO-TYPE the type of todo (symbol: `todo', `done', nil)
24381 : PRIORITY  the priority of the headline (integer or nil)
24382 : TEXT      the main headline text (string).
24383 : TAGS      the tags as a list of strings (list of strings or nil).
24385 : The function result will be used in the section format string.
24387 ** org-html-klipse-selection-script =(funcall (function (closure (h...=
24388    :PROPERTIES:
24389    :CUSTOM_ID: org-html-klipse-selection-script
24390    :END:
24392 - *Type:* string
24393 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24394 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-klipse-selection-script][Find modifications in git logs]]
24396 : Javascript snippet to activate klipse.
24398 ** org-todo-repeat-to-state =(funcall (function (closure (f...=
24399    :PROPERTIES:
24400    :CUSTOM_ID: org-todo-repeat-to-state
24401    :END:
24403 - *Type:* (choice (const :tag "Head of s...
24404 - *Since:* Emacs version 24.1
24405 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24406 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-repeat-to-state][Find modifications in git logs]]
24408 : The TODO state to which a repeater should return the repeating task.
24409 : By default this is the first task in a TODO sequence, or the previous state
24410 : in a TODO_TYP set.  But you can specify another task here.
24411 : alternatively, set the :REPEAT_TO_STATE: property of the entry.
24413 ** org-ascii-bullets =(funcall (function (closure (t...=
24414    :PROPERTIES:
24415    :CUSTOM_ID: org-ascii-bullets
24416    :END:
24418 - *Type:* (list (cons :tag "Bullet chara...
24419 - *Since:* Emacs version 24.4
24420 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
24421 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-bullets][Find modifications in git logs]]
24423 : Bullet characters for headlines converted to lists in ASCII export.
24425 : Alist whose key is a symbol among `ascii', `latin1' and `utf-8'
24426 : and whose value is a list of characters.
24428 : The first character is used for the first level considered as low
24429 : level, and so on.  If there are more levels than characters given
24430 : here, the list will be repeated.
24432 : Note that this variable doesn't affect plain lists
24433 : representation.
24435 ** org-clock-persist-file =(funcall (function (closure (t...=
24436    :PROPERTIES:
24437    :CUSTOM_ID: org-clock-persist-file
24438    :END:
24440 - *Type:* string
24441 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
24442 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-persist-file][Find modifications in git logs]]
24444 : File to save clock data to.
24446 ** org-id-include-domain =(funcall (function (closure (t...=
24447    :PROPERTIES:
24448    :CUSTOM_ID: org-id-include-domain
24449    :END:
24451 - *Type:* boolean
24452 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
24453 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-include-domain][Find modifications in git logs]]
24455 : Non-nil means add the domain name to new IDs.
24456 : This ensures global uniqueness of IDs, and is also suggested by
24457 : RFC 2445 in combination with RFC 822.  This is only relevant if
24458 : `org-id-method' is `org'.  When uuidgen is used, the domain will never
24459 : be added.
24460 : The default is to not use this because we have no really good way to get
24461 : the true domain, and Org entries will normally not be shared with enough
24462 : people to make this necessary.
24464 ** org-columns-skip-archived-trees =(funcall (function (closure (t...=
24465    :PROPERTIES:
24466    :CUSTOM_ID: org-columns-skip-archived-trees
24467    :END:
24469 - *Type:* boolean
24470 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24471 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-columns-skip-archived-trees][Find modifications in git logs]]
24473 : Non-nil means ignore archived trees when creating column view.
24475 ** org-table-exit-follow-field-mode-when-leaving-table =(funcall (function (closure (o...=
24476    :PROPERTIES:
24477    :CUSTOM_ID: org-table-exit-follow-field-mode-when-leaving-table
24478    :END:
24480 - *Type:* boolean
24481 - *Since:* Emacs version 24.1
24482 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
24483 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-exit-follow-field-mode-when-leaving-table][Find modifications in git logs]]
24485 : Non-nil means automatically exit the follow mode.
24486 : When nil, the follow mode will stay on and be active in any table
24487 : the cursor enters.  Since the table follow filed mode messes with the
24488 : window configuration, it is not recommended to set this variable to nil,
24489 : except maybe locally in a special file that has mostly tables with long
24490 : fields.
24492 ** org-checkbox-hierarchical-statistics =(funcall (function (closure (o...=
24493    :PROPERTIES:
24494    :CUSTOM_ID: org-checkbox-hierarchical-statistics
24495    :END:
24497 - *Type:* boolean
24498 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
24499 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-checkbox-hierarchical-statistics][Find modifications in git logs]]
24501 : Non-nil means checkbox statistics counts only the state of direct children.
24502 : When nil, all boxes below the cookie are counted.
24503 : This can be set to nil on a per-node basis using a COOKIE_DATA property
24504 : with the word "recursive" in the value.
24506 ** org-agenda-diary-sexp-prefix =nil=
24507    :PROPERTIES:
24508    :CUSTOM_ID: org-agenda-diary-sexp-prefix
24509    :END:
24511 - *Type:* (choice (const :tag "None" nil...
24512 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
24513 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-diary-sexp-prefix][Find modifications in git logs]]
24515 : A regexp that matches part of a diary sexp entry
24516 : which should be treated as scheduling/deadline information in
24517 : `org-agenda'.
24519 : For example, you can use this to extract the `diary-remind-message' from
24520 : `diary-remind' entries.
24522 ** org-edit-fixed-width-region-mode =(funcall (function (closure (t...=
24523    :PROPERTIES:
24524    :CUSTOM_ID: org-edit-fixed-width-region-mode
24525    :END:
24527 - *Type:* (choice (const artist-mode) (c...
24528 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
24529 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-fixed-width-region-mode][Find modifications in git logs]]
24531 : The mode that should be used to edit fixed-width regions.
24532 : These are the regions where each line starts with a colon.
24534 ** org-agenda-day-face-function =nil=
24535    :PROPERTIES:
24536    :CUSTOM_ID: org-agenda-day-face-function
24537    :END:
24539 - *Type:* (choice (const nil) (function)...
24540 - *Since:* Emacs version 24.1
24541 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
24542 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-day-face-function][Find modifications in git logs]]
24544 : Function called to determine what face should be used to display a day.
24545 : The only argument passed to that function is the day.  It should
24546 : returns a face, or nil if does not want to specify a face and let
24547 : the normal rules apply.
24549 ** org-sparse-tree-default-date-type =(funcall (function (closure (t...=
24550    :PROPERTIES:
24551    :CUSTOM_ID: org-sparse-tree-default-date-type
24552    :END:
24554 - *Type:* (choice (const :tag "Scheduled...
24555 - *Since:* Emacs version 26.1
24556 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24557 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sparse-tree-default-date-type][Find modifications in git logs]]
24559 : The default date type when building a sparse tree.
24560 : When this is nil, a date is a scheduled or a deadline timestamp.
24561 : Otherwise, these types are allowed:
24563 :         all: all timestamps
24564 :      active: only active timestamps (<...>)
24565 :    inactive: only inactive timestamps ([...])
24566 :   scheduled: only scheduled timestamps
24567 :    deadline: only deadline timestamps
24569 ** org-export-with-clocks =(funcall (function (closure (t...=
24570    :PROPERTIES:
24571    :CUSTOM_ID: org-export-with-clocks
24572    :END:
24574 - *Type:* boolean
24575 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
24576 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-clocks][Find modifications in git logs]]
24578 : Non-nil means export CLOCK keywords.
24579 : This option can also be set with the OPTIONS keyword,
24580 : e.g. "c:t".
24582 ** org-clock-idle-time =(funcall (function (closure (t...=
24583    :PROPERTIES:
24584    :CUSTOM_ID: org-clock-idle-time
24585    :END:
24587 - *Type:* (choice (const :tag "Never" ni...
24588 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
24589 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-idle-time][Find modifications in git logs]]
24591 : When non-nil, resolve open clocks if the user is idle more than X minutes.
24593 ** org-html-table-caption-above =(funcall (function (closure (h...=
24594    :PROPERTIES:
24595    :CUSTOM_ID: org-html-table-caption-above
24596    :END:
24598 - *Type:* boolean
24599 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24600 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-caption-above][Find modifications in git logs]]
24602 : When non-nil, place caption string at the beginning of the table.
24603 : Otherwise, place it near the end.
24605 ** org-clock-persist-query-resume =(funcall (function (closure (t...=
24606    :PROPERTIES:
24607    :CUSTOM_ID: org-clock-persist-query-resume
24608    :END:
24610 - *Type:* boolean
24611 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
24612 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-persist-query-resume][Find modifications in git logs]]
24614 : When non-nil, ask before resuming any stored clock during load.
24616 ** org-mobile-files-exclude-regexp =(funcall (function (closure (t...=
24617    :PROPERTIES:
24618    :CUSTOM_ID: org-mobile-files-exclude-regexp
24619    :END:
24621 - *Type:* regexp
24622 - *Since:* Emacs version 24.1
24623 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
24624 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-files-exclude-regexp][Find modifications in git logs]]
24626 : A regexp to exclude files from `org-mobile-files'.
24628 ** org-clone-delete-id =(funcall (function (closure (f...=
24629    :PROPERTIES:
24630    :CUSTOM_ID: org-clone-delete-id
24631    :END:
24633 - *Type:* boolean
24634 - *Since:* Emacs version 24.1
24635 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24636 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clone-delete-id][Find modifications in git logs]]
24638 : Remove ID property of clones of a subtree.
24639 : When non-nil, clones of a subtree don't inherit the ID property.
24640 : Otherwise they inherit the ID property with a new unique
24641 : identifier.
24643 ** org-agenda-restriction-lock-highlight-subtree =t=
24644    :PROPERTIES:
24645    :CUSTOM_ID: org-agenda-restriction-lock-highlight-subtree
24646    :END:
24648 - *Type:* boolean
24649 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
24650 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-restriction-lock-highlight-subtree][Find modifications in git logs]]
24652 : Non-nil means highlight the whole subtree when restriction is active.
24653 : Otherwise only highlight the headline.  Highlighting the whole subtree is
24654 : useful to ensure no edits happen beyond the restricted region.
24656 ** org-export-with-creator =(funcall (function (closure (t...=
24657    :PROPERTIES:
24658    :CUSTOM_ID: org-export-with-creator
24659    :END:
24661 - *Type:* boolean
24662 - *Since:* Emacs version 26.1
24663 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
24664 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-creator][Find modifications in git logs]]
24666 : Non-nil means the postamble should contain a creator sentence.
24668 : The sentence can be set in `org-export-creator-string', which
24669 : see.
24671 : This option can also be set with the OPTIONS keyword, e.g.,
24672 : "creator:t".
24674 ** org-latex-bib-compiler =(funcall (function (closure (t...=
24675    :PROPERTIES:
24676    :CUSTOM_ID: org-latex-bib-compiler
24677    :END:
24679 - *Type:* (choice (const :tag "BibTeX" "...
24680 - *Since:* Emacs version 26.1
24681 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
24682 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-bib-compiler][Find modifications in git logs]]
24684 : Command to process a LaTeX file's bibliography.
24686 : The shorthand %bib in `org-latex-pdf-process' is replaced with
24687 : this value.
24689 : A better approach is to use a compiler suit such as `latexmk'.
24691 ** org-cycle-global-at-bob =(funcall (function (closure (f...=
24692    :PROPERTIES:
24693    :CUSTOM_ID: org-cycle-global-at-bob
24694    :END:
24696 - *Type:* boolean
24697 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24698 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-global-at-bob][Find modifications in git logs]]
24700 : Cycle globally if cursor is at beginning of buffer and not at a headline.
24702 : This makes it possible to do global cycling without having to use `S-TAB'
24703 : or `\[universal-argument] TAB'.  For this special case to work, the first line of the buffer
24704 : must not be a headline -- it may be empty or some other text.
24706 : When used in this way, `org-cycle-hook' is disabled temporarily to make
24707 : sure the cursor stays at the beginning of the buffer.
24709 : When this option is nil, don't do anything special at the beginning of
24710 : the buffer.
24712 ** org-babel-clojure-sync-nrepl-timeout =(funcall (function (closure (t...=
24713    :PROPERTIES:
24714    :CUSTOM_ID: org-babel-clojure-sync-nrepl-timeout
24715    :END:
24717 - *Type:* integer
24718 - *Since:* Emacs version 26.1
24719 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-clojure.el][ob-clojure.el]]
24720 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-clojure-sync-nrepl-timeout][Find modifications in git logs]]
24722 : Timeout value, in seconds, of a Clojure sync call.
24723 : If the value is nil, timeout is disabled.
24725 ** orgstruct-heading-prefix-regexp =(funcall (function (closure (o...=
24726    :PROPERTIES:
24727    :CUSTOM_ID: orgstruct-heading-prefix-regexp
24728    :END:
24730 - *Type:* regexp
24731 - *Since:* Emacs version 24.4
24732 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24733 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=orgstruct-heading-prefix-regexp][Find modifications in git logs]]
24735 : Regexp that matches the custom prefix of Org headlines in
24736 : orgstruct(++)-mode.
24738 ** org-html-footnote-separator =(funcall (function (closure (h...=
24739    :PROPERTIES:
24740    :CUSTOM_ID: org-html-footnote-separator
24741    :END:
24743 - *Type:* string
24744 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24745 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-footnote-separator][Find modifications in git logs]]
24747 : Text used to separate footnotes.
24749 ** org-confirm-babel-evaluate =(funcall (function (closure (t...=
24750    :PROPERTIES:
24751    :CUSTOM_ID: org-confirm-babel-evaluate
24752    :END:
24754 - *Type:* (choice boolean function)
24755 - *Since:* Emacs version 24.1
24756 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-core.el][ob-core.el]]
24757 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-confirm-babel-evaluate][Find modifications in git logs]]
24759 : Confirm before evaluation.
24760 : \<org-mode-map>Require confirmation before interactively evaluating code
24761 : blocks in Org buffers.  The default value of this variable is t,
24762 : meaning confirmation is required for any code block evaluation.
24763 : This variable can be set to nil to inhibit any future
24764 : confirmation requests.  This variable can also be set to a
24765 : function which takes two arguments the language of the code block
24766 : and the body of the code block.  Such a function should then
24767 : return a non-nil value if the user should be prompted for
24768 : execution or nil if no prompt is required.
24770 : Warning: Disabling confirmation may result in accidental
24771 : evaluation of potentially harmful code.  It may be advisable
24772 : remove code block execution from `\[org-ctrl-c-ctrl-c]' as further protection
24773 : against accidental code block evaluation.  The
24774 : `org-babel-no-eval-on-ctrl-c-ctrl-c' variable can be used to
24775 : remove code block execution from the `\[org-ctrl-c-ctrl-c]' keybinding.
24777 ** org-latex-listings-langs =(funcall (function (closure (t...=
24778    :PROPERTIES:
24779    :CUSTOM_ID: org-latex-listings-langs
24780    :END:
24782 - *Type:* (repeat (list (symbol :tag "Ma...
24783 - *Since:* Emacs version 24.4
24784 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
24785 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-listings-langs][Find modifications in git logs]]
24787 : Alist mapping languages to their listing language counterpart.
24788 : The key is a symbol, the major mode symbol without the "-mode".
24789 : The value is the string that should be inserted as the language
24790 : parameter for the listings package.  If the mode name and the
24791 : listings name are the same, the language does not need an entry
24792 : in this list - but it does not hurt if it is present.
24794 ** org-html-infojs-options =(funcall (function (closure (h...=
24795    :PROPERTIES:
24796    :CUSTOM_ID: org-html-infojs-options
24797    :END:
24799 - *Type:* (set :greedy t :inline t (cons...
24800 - *Since:* Emacs version 24.4
24801 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
24802 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-infojs-options][Find modifications in git logs]]
24804 : Options settings for the INFOJS JavaScript.
24805 : Each of the options must have an entry in `org-html-infojs-opts-table'.
24806 : The value can either be a string that will be passed to the script, or
24807 : a property.  This property is then assumed to be a property that is defined
24808 : by the Export/Publishing setup of Org.
24809 : The `sdepth' and `tdepth' parameters can also be set to "max", which
24810 : means to use the maximum value consistent with other options.
24812 ** org-agenda-text-search-extra-files =(funcall (function (closure (f...=
24813    :PROPERTIES:
24814    :CUSTOM_ID: org-agenda-text-search-extra-files
24815    :END:
24817 - *Type:* (set :greedy t (const :tag "Ag...
24818 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24819 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-text-search-extra-files][Find modifications in git logs]]
24821 : List of extra files to be searched by text search commands.
24822 : These files will be searched in addition to the agenda files by the
24823 : commands `org-search-view' (`\[org-agenda] s') and `org-occur-in-agenda-files'.
24824 : Note that these files will only be searched for text search commands,
24825 : not for the other agenda views like todo lists, tag searches or the weekly
24826 : agenda.  This variable is intended to list notes and possibly archive files
24827 : that should also be searched by these two commands.
24828 : In fact, if the first element in the list is the symbol `agenda-archives',
24829 : then all archive files of all agenda files will be added to the search
24830 : scope.
24832 ** org-special-ctrl-a/e =(funcall (function (closure (f...=
24833    :PROPERTIES:
24834    :CUSTOM_ID: org-special-ctrl-a/e
24835    :END:
24837 - *Type:* (choice (const :tag "off" nil)...
24838 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24839 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-special-ctrl-a/e][Find modifications in git logs]]
24841 : Non-nil means `C-a' and `C-e' behave specially in headlines and items.
24843 : When t, `C-a' will bring back the cursor to the beginning of the
24844 : headline text, i.e. after the stars and after a possible TODO
24845 : keyword.  In an item, this will be the position after bullet and
24846 : check-box, if any.  When the cursor is already at that position,
24847 : another `C-a' will bring it to the beginning of the line.
24849 : `C-e' will jump to the end of the headline, ignoring the presence
24850 : of tags in the headline.  A second `C-e' will then jump to the
24851 : true end of the line, after any tags.  This also means that, when
24852 : this variable is non-nil, `C-e' also will never jump beyond the
24853 : end of the heading of a folded section, i.e. not after the
24854 : ellipses.
24856 : When set to the symbol `reversed', the first `C-a' or `C-e' works
24857 : normally, going to the true line boundary first.  Only a directly
24858 : following, identical keypress will bring the cursor to the
24859 : special positions.
24861 : This may also be a cons cell where the behavior for `C-a' and
24862 : `C-e' is set separately.
24864 ** org-list-two-spaces-after-bullet-regexp =(funcall (function (closure (o...=
24865    :PROPERTIES:
24866    :CUSTOM_ID: org-list-two-spaces-after-bullet-regexp
24867    :END:
24869 - *Type:* (choice (const :tag "never" ni...
24870 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
24871 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-list-two-spaces-after-bullet-regexp][Find modifications in git logs]]
24873 : A regular expression matching bullets that should have 2 spaces after them.
24874 : When nil, no bullet will have two spaces after them.  When
24875 : a string, it will be used as a regular expression.  When the
24876 : bullet type of a list is changed, the new bullet type will be
24877 : matched against this regexp.  If it matches, there will be two
24878 : spaces instead of one after the bullet in each item of the list.
24880 ** org-koma-letter-class-option-file ="NF"=
24881    :PROPERTIES:
24882    :CUSTOM_ID: org-koma-letter-class-option-file
24883    :END:
24885 - *Type:* string
24886 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
24887 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-class-option-file][Find modifications in git logs]]
24889 : Letter Class Option File.
24890 : This option can also be set with the LCO keyword.
24892 ** org-latex-image-default-height =(funcall (function (closure (t...=
24893    :PROPERTIES:
24894    :CUSTOM_ID: org-latex-image-default-height
24895    :END:
24897 - *Type:* string
24898 - *Since:* Emacs version 24.4
24899 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
24900 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-image-default-height][Find modifications in git logs]]
24902 : Default height for images.
24903 : This value will not be used if a width is provided, or if the
24904 : image is wrapped within a "figure" or "wrapfigure"
24905 : environment.
24907 ** org-cycle-include-plain-lists =(funcall (function (closure (o...=
24908    :PROPERTIES:
24909    :CUSTOM_ID: org-cycle-include-plain-lists
24910    :END:
24912 - *Type:* (choice (const :tag "Never" ni...
24913 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-list.el][org-list.el]]
24914 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-include-plain-lists][Find modifications in git logs]]
24916 : When t, make TAB cycle visibility on plain list items.
24917 : Cycling plain lists works only when the cursor is on a plain list
24918 : item.  When the cursor is on an outline heading, plain lists are
24919 : treated as text.  This is the most stable way of handling this,
24920 : which is why it is the default.
24922 : When this is the symbol `integrate', then integrate plain list
24923 : items when cycling, as if they were children of outline headings.
24925 : This setting can lead to strange effects when switching visibility
24926 : to `children', because the first "child" in a subtree decides
24927 : what children should be listed.  If that first "child" is a
24928 : plain list item with an implied large level number, all true
24929 : children and grand children of the outline heading will be
24930 : exposed in a children' view.
24932 ** org-latex-link-with-unknown-path-format =(funcall (function (closure (t...=
24933    :PROPERTIES:
24934    :CUSTOM_ID: org-latex-link-with-unknown-path-format
24935    :END:
24937 - *Type:* string
24938 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
24939 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-link-with-unknown-path-format][Find modifications in git logs]]
24941 : Format string for links with unknown path type.
24943 ** org-feed-retrieve-method =(funcall (function (closure (t...=
24944    :PROPERTIES:
24945    :CUSTOM_ID: org-feed-retrieve-method
24946    :END:
24948 - *Type:* (choice (const :tag "Internall...
24949 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
24950 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-retrieve-method][Find modifications in git logs]]
24952 : The method to be used to retrieve a feed URL.
24953 : This can be `curl' or `wget' to call these external programs, or it can be
24954 : an Emacs Lisp function that will return a buffer containing the content
24955 : of the file pointed to by the URL.
24957 ** org-group-tags =(funcall (function (closure (t...=
24958    :PROPERTIES:
24959    :CUSTOM_ID: org-group-tags
24960    :END:
24962 - *Type:* boolean
24963 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
24964 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-group-tags][Find modifications in git logs]]
24966 : When non-nil (the default), use group tags.
24967 : This can be turned on/off through `org-toggle-tags-groups'.
24969 ** org-ascii-quote-margin =(funcall (function (closure (t...=
24970    :PROPERTIES:
24971    :CUSTOM_ID: org-ascii-quote-margin
24972    :END:
24974 - *Type:* integer
24975 - *Since:* Emacs version 24.4
24976 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
24977 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-quote-margin][Find modifications in git logs]]
24979 : Width of margin used for quoting text, in characters.
24980 : This margin is applied on both sides of the text.
24982 ** org-odt-display-outline-level =(funcall (function (closure (h...=
24983    :PROPERTIES:
24984    :CUSTOM_ID: org-odt-display-outline-level
24985    :END:
24987 - *Type:* integer
24988 - *Since:* Emacs version 24.4
24989 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
24990 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-display-outline-level][Find modifications in git logs]]
24992 : Outline levels considered for enumerating captioned entities.
24994 ** org-use-last-clock-out-time-as-effective-time =(funcall (function (closure (f...=
24995    :PROPERTIES:
24996    :CUSTOM_ID: org-use-last-clock-out-time-as-effective-time
24997    :END:
24999 - *Type:* boolean
25000 - *Since:* Emacs version 24.4
25001 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25002 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-last-clock-out-time-as-effective-time][Find modifications in git logs]]
25004 : When non-nil, use the last clock out time for `org-todo'.
25005 : Note that this option has precedence over the combined use of
25006 : `org-use-effective-time' and `org-extend-today-until'.
25008 ** org-effort-durations =(funcall (function (closure (o...=
25009    :PROPERTIES:
25010    :CUSTOM_ID: org-effort-durations
25011    :END:
25013 - *Type:* (alist :key-type (string :tag ...
25014 - *Since:* Emacs version 26.1
25015 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25016 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-effort-durations][Find modifications in git logs]]
25018 : Conversion factor to minutes for an effort modifier.
25020 : Each entry has the form (MODIFIER . MINUTES).
25022 : In an effort string, a number followed by MODIFIER is multiplied
25023 : by the specified number of MINUTES to obtain an effort in
25024 : minutes.
25026 : For example, if the value of this variable is (("hours" . 60)), then an
25027 : effort string "2hours" is equivalent to 120 minutes.
25029 ** org-babel-exp-code-template =(funcall (function (closure (t...=
25030    :PROPERTIES:
25031    :CUSTOM_ID: org-babel-exp-code-template
25032    :END:
25034 - *Type:* string
25035 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-exp.el][ob-exp.el]]
25036 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-exp-code-template][Find modifications in git logs]]
25038 : Template used to export the body of code blocks.
25039 : This template may be customized to include additional information
25040 : such as the code block name, or the values of particular header
25041 : arguments.  The template is filled out using `org-fill-template',
25042 : and the following %keys may be used.
25044 :  lang ------ the language of the code block
25045 :  name ------ the name of the code block
25046 :  body ------ the body of the code block
25047 :  switches -- the switches associated to the code block
25048 :  flags ----- the flags passed to the code block
25050 : In addition to the keys mentioned above, every header argument
25051 : defined for the code block may be used as a key and will be
25052 : replaced with its value.
25054 ** org-log-done =(funcall (function (closure (f...=
25055    :PROPERTIES:
25056    :CUSTOM_ID: org-log-done
25057    :END:
25059 - *Type:* (choice (const :tag "No loggin...
25060 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25061 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-done][Find modifications in git logs]]
25063 : Information to record when a task moves to the DONE state.
25065 : Possible values are:
25067 : nil     Don't add anything, just change the keyword
25068 : time    Add a time stamp to the task
25069 : note    Prompt for a note and add it with template `org-log-note-headings'
25071 : This option can also be set with on a per-file-basis with
25073 :    #+STARTUP: nologdone
25074 :    #+STARTUP: logdone
25075 :    #+STARTUP: lognotedone
25077 : You can have local logging settings for a subtree by setting the LOGGING
25078 : property to one or more of these keywords.
25080 ** org-agenda-todo-list-sublevels =t=
25081    :PROPERTIES:
25082    :CUSTOM_ID: org-agenda-todo-list-sublevels
25083    :END:
25085 - *Type:* boolean
25086 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25087 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-list-sublevels][Find modifications in git logs]]
25089 : Non-nil means check also the sublevels of a TODO entry for TODO entries.
25090 : When nil, the sublevels of a TODO entry are not checked, resulting in
25091 : potentially much shorter TODO lists.
25093 ** org-man-source-highlight-langs =(funcall (function (closure (o...=
25094    :PROPERTIES:
25095    :CUSTOM_ID: org-man-source-highlight-langs
25096    :END:
25098 - *Type:* (repeat (list (symbol :tag "Ma...
25099 - *Since:* Emacs version 24.4
25100 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
25101 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-source-highlight-langs][Find modifications in git logs]]
25103 : Alist mapping languages to their listing language counterpart.
25104 : The key is a symbol, the major mode symbol without the "-mode".
25105 : The value is the string that should be inserted as the language
25106 : parameter for the listings package.  If the mode name and the
25107 : listings name are the same, the language does not need an entry
25108 : in this list - but it does not hurt if it is present.
25110 ** org-archive-save-context-info =(funcall (function (closure (t...=
25111    :PROPERTIES:
25112    :CUSTOM_ID: org-archive-save-context-info
25113    :END:
25115 - *Type:* (set :greedy t (const :tag "Ti...
25116 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-archive.el][org-archive.el]]
25117 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-archive-save-context-info][Find modifications in git logs]]
25119 : Parts of context info that should be stored as properties when archiving.
25120 : When a subtree is moved to an archive file, it loses information given by
25121 : context, like inherited tags, the category, and possibly also the TODO
25122 : state (depending on the variable `org-archive-mark-done').
25123 : This variable can be a list of any of the following symbols:
25125 : time       The time of archiving.
25126 : file       The file where the entry originates.
25127 : ltags      The local tags, in the headline of the subtree.
25128 : itags      The tags the subtree inherits from further up the hierarchy.
25129 : todo       The pre-archive TODO state.
25130 : category   The category, taken from file name or #+CATEGORY lines.
25131 : olpath     The outline path to the item.  These are all headlines above
25132 :            the current item, separated by /, like a file path.
25134 : For each symbol present in the list, a property will be created in
25135 : the archived entry, with a prefix "ARCHIVE_", to remember this
25136 : information.
25138 ** org-babel-tangle-uncomment-comments =(funcall (function (closure (t...=
25139    :PROPERTIES:
25140    :CUSTOM_ID: org-babel-tangle-uncomment-comments
25141    :END:
25143 - *Type:* boolean
25144 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-tangle.el][ob-tangle.el]]
25145 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-tangle-uncomment-comments][Find modifications in git logs]]
25147 : Inhibits automatic commenting and addition of trailing newline
25148 : of tangle comments.  Use `org-babel-tangle-comment-format-beg'
25149 : and `org-babel-tangle-comment-format-end' to customize the format
25150 : of tangled comments.
25152 ** org-babel-groovy-command =(funcall (function (closure (t...=
25153    :PROPERTIES:
25154    :CUSTOM_ID: org-babel-groovy-command
25155    :END:
25157 - *Type:* string
25158 - *Since:* Emacs version 24.3
25159 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-groovy.el][ob-groovy.el]]
25160 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-groovy-command][Find modifications in git logs]]
25162 : Name of the command to use for executing Groovy code.
25163 : May be either a command in the path, like groovy
25164 : or an absolute path name, like /usr/local/bin/groovy
25165 : parameters may be used, like groovy -v
25167 ** org-attach-method =(funcall (function (closure (t...=
25168    :PROPERTIES:
25169    :CUSTOM_ID: org-attach-method
25170    :END:
25172 - *Type:* (choice (const :tag "Copy" cp)...
25173 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
25174 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-method][Find modifications in git logs]]
25176 : The preferred method to attach a file.
25177 : Allowed values are:
25179 : mv    rename the file to move it into the attachment directory
25180 : cp    copy the file
25181 : ln    create a hard link.  Note that this is not supported
25182 :       on all systems, and then the result is not defined.
25183 : lns   create a symbol link.  Note that this is not supported
25184 :       on all systems, and then the result is not defined.
25186 ** org-html-table-default-attributes =(funcall (function (closure (h...=
25187    :PROPERTIES:
25188    :CUSTOM_ID: org-html-table-default-attributes
25189    :END:
25191 - *Type:* (plist :key-type (symbol :tag ...
25192 - *Since:* Emacs version 24.4
25193 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
25194 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-default-attributes][Find modifications in git logs]]
25196 : Default attributes and values which will be used in table tags.
25197 : This is a plist where attributes are symbols, starting with
25198 : colons, and values are strings.
25200 : When exporting to HTML5, these values will be disregarded.
25202 ** org-attach-directory =(funcall (function (closure (t...=
25203    :PROPERTIES:
25204    :CUSTOM_ID: org-attach-directory
25205    :END:
25207 - *Type:* directory
25208 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
25209 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-directory][Find modifications in git logs]]
25211 : The directory where attachments are stored.
25212 : If this is a relative path, it will be interpreted relative to the directory
25213 : where the Org file lives.
25215 ** org-descriptive-links =(funcall (function (closure (f...=
25216    :PROPERTIES:
25217    :CUSTOM_ID: org-descriptive-links
25218    :END:
25220 - *Type:* boolean
25221 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25222 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-descriptive-links][Find modifications in git logs]]
25224 : Non-nil means Org will display descriptive links.
25225 : E.g. [[https://orgmode.org][Org website]] will be displayed as
25226 : "Org Website", hiding the link itself and just displaying its
25227 : description.  When set to nil, Org will display the full links
25228 : literally.
25230 : You can interactively set the value of this variable by calling
25231 : `org-toggle-link-display' or from the menu Org>Hyperlinks menu.
25233 ** org-plantuml-jar-path =(funcall (function (closure (t...=
25234    :PROPERTIES:
25235    :CUSTOM_ID: org-plantuml-jar-path
25236    :END:
25238 - *Type:* string
25239 - *Since:* Emacs version 24.1
25240 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-plantuml.el][ob-plantuml.el]]
25241 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-plantuml-jar-path][Find modifications in git logs]]
25243 : Path to the plantuml.jar file.
25245 ** org-indent-boundary-char =(funcall (function (closure (t...=
25246    :PROPERTIES:
25247    :CUSTOM_ID: org-indent-boundary-char
25248    :END:
25250 - *Type:* character
25251 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
25252 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-boundary-char][Find modifications in git logs]]
25254 : The end of the virtual indentation strings, a single-character string.
25255 : The default is just a space, but if you wish, you can use "|" or so.
25256 : This can be useful on a terminal window - under a windowing system,
25257 : it may be prettier to customize the `org-indent' face.
25259 ** org-modules =(funcall (function (closure (f...=
25260    :PROPERTIES:
25261    :CUSTOM_ID: org-modules
25262    :END:
25264 - *Type:* (set :greedy t (const :tag "  ...
25265 - *Since:* Emacs version 24.4
25266 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25267 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-modules][Find modifications in git logs]]
25269 : Modules that should always be loaded together with org.el.
25271 : If a description starts with <C>, the file is not part of Emacs
25272 : and loading it will require that you have downloaded and properly
25273 : installed the Org mode distribution.
25275 : You can also use this system to load external packages (i.e. neither Org
25276 : core modules, nor modules from the CONTRIB directory).  Just add symbols
25277 : to the end of the list.  If the package is called org-xyz.el, then you need
25278 : to add the symbol `xyz', and the package must have a call to:
25280 :    (provide \='org-xyz)
25282 : For export specific modules, see also `org-export-backends'.
25284 ** org-default-priority =(funcall (function (closure (f...=
25285    :PROPERTIES:
25286    :CUSTOM_ID: org-default-priority
25287    :END:
25289 - *Type:* character
25290 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25291 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-default-priority][Find modifications in git logs]]
25293 : The default priority of TODO items.
25294 : This is the priority an item gets if no explicit priority is given.
25295 : When starting to cycle on an empty priority the first step in the cycle
25296 : depends on `org-priority-start-cycle-with-default'.  The resulting first
25297 : step priority must not exceed the range from `org-highest-priority' to
25298 : `org-lowest-priority' which means that `org-default-priority' has to be
25299 : in this range exclusive or inclusive the range boundaries.  Else the
25300 : first step refuses to set the default and the second will fall back
25301 : to (depending on the command used) the highest or lowest priority.
25303 ** org-icalendar-date-time-format =(funcall (function (closure (t...=
25304    :PROPERTIES:
25305    :CUSTOM_ID: org-icalendar-date-time-format
25306    :END:
25308 - *Type:* (choice (const :tag "Local tim...
25309 - *Since:* Emacs version 24.1
25310 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
25311 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-date-time-format][Find modifications in git logs]]
25313 : Format-string for exporting icalendar DATE-TIME.
25315 : See `format-time-string' for a full documentation.  The only
25316 : difference is that `org-icalendar-timezone' is used for %Z.
25318 : Interesting value are:
25319 :  - ":%Y%m%dT%H%M%S" for local time
25320 :  - ";TZID=%Z:%Y%m%dT%H%M%S" for local time with explicit timezone
25321 :  - ":%Y%m%dT%H%M%SZ" for time expressed in Universal Time
25323 ** org-beamer-outline-frame-options =(funcall (function (closure (t...=
25324    :PROPERTIES:
25325    :CUSTOM_ID: org-beamer-outline-frame-options
25326    :END:
25328 - *Type:* (string :tag "Outline frame op...
25329 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
25330 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-outline-frame-options][Find modifications in git logs]]
25332 : Outline frame options appended after \begin{frame}.
25333 : You might want to put e.g. "allowframebreaks=0.9" here.
25335 ** org-html-link-use-abs-url =(funcall (function (closure (h...=
25336    :PROPERTIES:
25337    :CUSTOM_ID: org-html-link-use-abs-url
25338    :END:
25340 - *Type:* boolean
25341 - *Since:* Emacs version 24.4
25342 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
25343 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-link-use-abs-url][Find modifications in git logs]]
25345 : Should we prepend relative links with HTML_LINK_HOME?
25347 ** org-catch-invisible-edits =(funcall (function (closure (f...=
25348    :PROPERTIES:
25349    :CUSTOM_ID: org-catch-invisible-edits
25350    :END:
25352 - *Type:* (choice (const :tag "Do not ch...
25353 - *Since:* Emacs version 24.1
25354 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25355 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-catch-invisible-edits][Find modifications in git logs]]
25357 : Check if in invisible region before inserting or deleting a character.
25358 : Valid values are:
25360 : nil              Do not check, so just do invisible edits.
25361 : error            Throw an error and do nothing.
25362 : show             Make point visible, and do the requested edit.
25363 : show-and-error   Make point visible, then throw an error and abort the edit.
25364 : smart            Make point visible, and do insertion/deletion if it is
25365 :                  adjacent to visible text and the change feels predictable.
25366 :                  Never delete a previously invisible character or add in the
25367 :                  middle or right after an invisible region.  Basically, this
25368 :                  allows insertion and backward-delete right before ellipses.
25369 :                  FIXME: maybe in this case we should not even show?
25371 ** org-agenda-view-columns-initially =nil=
25372    :PROPERTIES:
25373    :CUSTOM_ID: org-agenda-view-columns-initially
25374    :END:
25376 - *Type:* boolean
25377 - *Since:* Emacs version 26.1
25378 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25379 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-view-columns-initially][Find modifications in git logs]]
25381 : When non-nil, switch to columns view right after creating the agenda.
25383 ** org-fontify-emphasized-text =(funcall (function (closure (f...=
25384    :PROPERTIES:
25385    :CUSTOM_ID: org-fontify-emphasized-text
25386    :END:
25388 - *Type:* boolean
25389 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25390 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-fontify-emphasized-text][Find modifications in git logs]]
25392 : Non-nil means fontify *bold*, /italic/ and _underlined_ text.
25393 : Changing this variable requires a restart of Emacs to take effect.
25395 ** org-confirm-shell-link-not-regexp =(funcall (function (closure (f...=
25396    :PROPERTIES:
25397    :CUSTOM_ID: org-confirm-shell-link-not-regexp
25398    :END:
25400 - *Type:* regexp
25401 - *Since:* Emacs version 24.1
25402 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25403 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-confirm-shell-link-not-regexp][Find modifications in git logs]]
25405 : A regexp to skip confirmation for shell links.
25407 ** org-id-extra-files =(funcall (function (closure (t...=
25408    :PROPERTIES:
25409    :CUSTOM_ID: org-id-extra-files
25410    :END:
25412 - *Type:* (choice (symbol :tag "Variable...
25413 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
25414 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-extra-files][Find modifications in git logs]]
25416 : Files to be searched for IDs, besides the agenda files.
25417 : When Org reparses files to remake the list of files and IDs it is tracking,
25418 : it will normally scan the agenda files, the archives related to agenda files,
25419 : any files that are listed as ID containing in the current register, and
25420 : any Org file currently visited by Emacs.
25421 : You can list additional files here.
25422 : This variable is only relevant when `org-id-track-globally' is set.
25424 ** org-export-initial-scope =(funcall (function (closure (t...=
25425    :PROPERTIES:
25426    :CUSTOM_ID: org-export-initial-scope
25427    :END:
25429 - *Type:* (choice (const :tag "Export cu...
25430 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
25431 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-initial-scope][Find modifications in git logs]]
25433 : The initial scope when exporting with `org-export-dispatch'.
25434 : This variable can be either set to `buffer' or `subtree'.
25436 ** org-use-speed-commands =(funcall (function (closure (f...=
25437    :PROPERTIES:
25438    :CUSTOM_ID: org-use-speed-commands
25439    :END:
25441 - *Type:* (choice (const :tag "Never" ni...
25442 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25443 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-use-speed-commands][Find modifications in git logs]]
25445 : Non-nil means activate single letter commands at beginning of a headline.
25446 : This may also be a function to test for appropriate locations where speed
25447 : commands should be active.
25449 : For example, to activate speed commands when the point is on any
25450 : star at the beginning of the headline, you can do this:
25452 :   (setq org-use-speed-commands
25453 :       (lambda () (and (looking-at org-outline-regexp) (looking-back "^\**"))))
25455 ** org-agenda-skip-comment-trees =t=
25456    :PROPERTIES:
25457    :CUSTOM_ID: org-agenda-skip-comment-trees
25458    :END:
25460 - *Type:* boolean
25461 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25462 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-skip-comment-trees][Find modifications in git logs]]
25464 : Non-nil means skip trees that start with the COMMENT keyword.
25465 : When nil, these trees are also scanned by agenda commands.
25467 ** org-latex-default-packages-alist =(funcall (function (closure (f...=
25468    :PROPERTIES:
25469    :CUSTOM_ID: org-latex-default-packages-alist
25470    :END:
25472 - *Type:* (repeat (choice (list :tag "op...
25473 - *Since:* Emacs version 26.1
25474 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25475 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-default-packages-alist][Find modifications in git logs]]
25477 : Alist of default packages to be inserted in the header.
25479 : Change this only if one of the packages here causes an
25480 : incompatibility with another package you are using.
25482 : The packages in this list are needed by one part or another of
25483 : Org mode to function properly:
25485 : - inputenc, fontenc:  for basic font and character selection
25486 : - graphicx: for including images
25487 : - grffile: allow periods and spaces in graphics file names
25488 : - longtable: For multipage tables
25489 : - wrapfig: for figure placement
25490 : - rotating: for sideways figures and tables
25491 : - ulem: for underline and strike-through
25492 : - amsmath: for subscript and superscript and math environments
25493 : - textcomp, amssymb: for various symbols used
25494 :   for interpreting the entities in `org-entities'.  You can skip
25495 :   some of these packages if you don't use any of their symbols.
25496 : - capt-of: for captions outside of floats
25497 : - hyperref: for cross references
25499 : Therefore you should not modify this variable unless you know
25500 : what you are doing.  The one reason to change it anyway is that
25501 : you might be loading some other package that conflicts with one
25502 : of the default packages.  Each element is either a cell or
25503 : a string.
25505 : A cell is of the format
25507 :   ("options" "package" SNIPPET-FLAG COMPILERS)
25509 : If SNIPPET-FLAG is non-nil, the package also needs to be included
25510 : when compiling LaTeX snippets into images for inclusion into
25511 : non-LaTeX output.  COMPILERS is a list of compilers that should
25512 : include the package, see `org-latex-compiler'.  If the document
25513 : compiler is not in the list, and the list is non-nil, the package
25514 : will not be inserted in the final document.
25516 : A string will be inserted as-is in the header of the document.
25518 ** org-export-with-email =(funcall (function (closure (t...=
25519    :PROPERTIES:
25520    :CUSTOM_ID: org-export-with-email
25521    :END:
25523 - *Type:* boolean
25524 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
25525 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-email][Find modifications in git logs]]
25527 : Non-nil means insert author email into the exported file.
25528 : This option can also be set with the OPTIONS keyword,
25529 : e.g. "email:t".
25531 ** org-rss-extension ="xml"=
25532    :PROPERTIES:
25533    :CUSTOM_ID: org-rss-extension
25534    :END:
25536 - *Type:* string
25537 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-rss.el][ox-rss.el]]
25538 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-rss-extension][Find modifications in git logs]]
25540 : File extension for the RSS 2.0 feed.
25542 ** org-bibtex-export-arbitrary-fields =(funcall (function (closure (t...=
25543    :PROPERTIES:
25544    :CUSTOM_ID: org-bibtex-export-arbitrary-fields
25545    :END:
25547 - *Type:* boolean
25548 - *Since:* Emacs version 24.1
25549 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-bibtex.el][org-bibtex.el]]
25550 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-bibtex-export-arbitrary-fields][Find modifications in git logs]]
25552 : When converting to bibtex allow fields not defined in `org-bibtex-fields'.
25553 : This only has effect if `org-bibtex-prefix' is defined, so as to
25554 : ensure that other org-properties, such as CATEGORY or LOGGING are
25555 : not placed in the exported bibtex entry.
25557 ** org-agenda-persistent-marks =nil=
25558    :PROPERTIES:
25559    :CUSTOM_ID: org-agenda-persistent-marks
25560    :END:
25562 - *Type:* boolean
25563 - *Since:* Emacs version 24.1
25564 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25565 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-persistent-marks][Find modifications in git logs]]
25567 : Non-nil means marked items will stay marked after a bulk action.
25568 : You can toggle this interactively by typing `p' when prompted for a
25569 : bulk action.
25571 ** org-latex-inputenc-alist =(funcall (function (closure (t...=
25572    :PROPERTIES:
25573    :CUSTOM_ID: org-latex-inputenc-alist
25574    :END:
25576 - *Type:* (repeat (cons (string :tag "De...
25577 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
25578 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-inputenc-alist][Find modifications in git logs]]
25580 : Alist of inputenc coding system names, and what should really be used.
25581 : For example, adding an entry
25583 :       ("utf8" . "utf8x")
25585 : will cause \usepackage[utf8x]{inputenc} to be used for buffers that
25586 : are written as utf8 files.
25588 ** org-scheduled-past-days =10000=
25589    :PROPERTIES:
25590    :CUSTOM_ID: org-scheduled-past-days
25591    :END:
25593 - *Type:* integer
25594 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25595 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-scheduled-past-days][Find modifications in git logs]]
25597 : Number of days to continue listing scheduled items not marked DONE.
25598 : When an item is scheduled on a date, it shows up in the agenda on
25599 : this day and will be listed until it is marked done or for the
25600 : number of days given here.
25602 ** org-attach-annex-auto-get =(funcall (function (closure (t...=
25603    :PROPERTIES:
25604    :CUSTOM_ID: org-attach-annex-auto-get
25605    :END:
25607 - *Type:* (choice (const :tag "confirm w...
25608 - *Since:* Emacs version 26.1
25609 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
25610 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-annex-auto-get][Find modifications in git logs]]
25612 : Confirmation preference for automatically getting annex files.
25613 : If \='ask, prompt using `y-or-n-p'.  If t, always get.  If nil, never get.
25615 ** org-format-latex-options =(funcall (function (closure (f...=
25616    :PROPERTIES:
25617    :CUSTOM_ID: org-format-latex-options
25618    :END:
25620 - *Type:* plist
25621 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25622 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-format-latex-options][Find modifications in git logs]]
25624 : Options for creating images from LaTeX fragments.
25625 : This is a property list with the following properties:
25626 : :foreground  the foreground color for images embedded in Emacs, e.g. "Black".
25627 :              `default' means use the foreground of the default face.
25628 :              `auto' means use the foreground from the text face.
25629 : :background  the background color, or "Transparent".
25630 :              `default' means use the background of the default face.
25631 :              `auto' means use the background from the text face.
25632 : :scale       a scaling factor for the size of the images, to get more pixels
25633 : :html-foreground, :html-background, :html-scale
25634 :              the same numbers for HTML export.
25635 : :matchers    a list indicating which matchers should be used to
25636 :              find LaTeX fragments.  Valid members of this list are:
25637 :              "begin" find environments
25638 :              "$1"    find single characters surrounded by $.$
25639 :              "$"     find math expressions surrounded by $...$
25640 :              "$$"    find math expressions surrounded by $$....$$
25641 :              "\("    find math expressions surrounded by \(...\)
25642 :              "\=\["    find math expressions surrounded by \=\[...\]
25644 ** org-babel-lisp-eval-fn =(funcall (function (closure (t...=
25645    :PROPERTIES:
25646    :CUSTOM_ID: org-babel-lisp-eval-fn
25647    :END:
25649 - *Type:* function
25650 - *Since:* Emacs version 26.1
25651 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lisp.el][ob-lisp.el]]
25652 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lisp-eval-fn][Find modifications in git logs]]
25654 : The function to be called to evaluate code on the Lisp side.
25655 : Valid values include `slime-eval' and `sly-eval'.
25657 ** org-latex-compiler-file-string =(funcall (function (closure (t...=
25658    :PROPERTIES:
25659    :CUSTOM_ID: org-latex-compiler-file-string
25660    :END:
25662 - *Type:* (choice (const :tag "Comment" ...
25663 - *Since:* Emacs version 26.1
25664 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
25665 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-compiler-file-string][Find modifications in git logs]]
25667 : LaTeX compiler format-string.
25668 : See also `org-latex-compiler'.
25670 ** org-texinfo-logfiles-extensions =(funcall (function (closure (t...=
25671    :PROPERTIES:
25672    :CUSTOM_ID: org-texinfo-logfiles-extensions
25673    :END:
25675 - *Type:* (repeat (string :tag "Extensio...
25676 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
25677 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-logfiles-extensions][Find modifications in git logs]]
25679 : The list of file extensions to consider as Texinfo logfiles.
25680 : The logfiles will be remove if `org-texinfo-remove-logfiles' is
25681 : non-nil.
25683 ** org-export-global-macros =(funcall (function (closure (t...=
25684    :PROPERTIES:
25685    :CUSTOM_ID: org-export-global-macros
25686    :END:
25688 - *Type:* (repeat (cons (string :tag "Na...
25689 - *Since:* Emacs version 26.1
25690 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
25691 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-global-macros][Find modifications in git logs]]
25693 : Alist between macro names and expansion templates.
25695 : This variable defines macro expansion templates available
25696 : globally.  Associations follow the pattern
25698 :   (NAME . TEMPLATE)
25700 : where NAME is a string beginning with a letter and consisting of
25701 : alphanumeric characters only.
25703 : TEMPLATE is the string to which the macro is going to be
25704 : expanded.  Inside, "$1", "$2"... are place-holders for
25705 : macro's arguments.  Moreover, if the template starts with
25706 : "(eval", it will be parsed as an Elisp expression and evaluated
25707 : accordingly.
25709 ** org-ascii-table-widen-columns =(funcall (function (closure (t...=
25710    :PROPERTIES:
25711    :CUSTOM_ID: org-ascii-table-widen-columns
25712    :END:
25714 - *Type:* boolean
25715 - *Since:* Emacs version 24.4
25716 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
25717 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-table-widen-columns][Find modifications in git logs]]
25719 : Non-nil means widen narrowed columns for export.
25720 : When nil, narrowed columns will look in ASCII export just like in
25721 : Org mode, i.e. with "=>" as ellipsis.
25723 ** org-agenda-confirm-kill =1=
25724    :PROPERTIES:
25725    :CUSTOM_ID: org-agenda-confirm-kill
25726    :END:
25728 - *Type:* (choice (const :tag "Never" ni...
25729 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25730 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-confirm-kill][Find modifications in git logs]]
25732 : When set, remote killing from the agenda buffer needs confirmation.
25733 : When t, a confirmation is always needed.  When a number N, confirmation is
25734 : only needed when the text to be killed contains more than N non-white lines.
25736 ** org-habit-today-glyph =(funcall (function (closure (t...=
25737    :PROPERTIES:
25738    :CUSTOM_ID: org-habit-today-glyph
25739    :END:
25741 - *Type:* character
25742 - *Since:* Emacs version 24.1
25743 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
25744 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-today-glyph][Find modifications in git logs]]
25746 : Glyph character used to identify today.
25748 ** org-mobile-files =(funcall (function (closure (t...=
25749    :PROPERTIES:
25750    :CUSTOM_ID: org-mobile-files
25751    :END:
25753 - *Type:* (list :greedy t (option (const...
25754 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-mobile.el][org-mobile.el]]
25755 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mobile-files][Find modifications in git logs]]
25757 : Files to be staged for MobileOrg.
25758 : This is basically a list of files and directories.  Files will be staged
25759 : directly.  Directories will be search for files with the extension `.org'.
25760 : In addition to this, the list may also contain the following symbols:
25762 : org-agenda-files
25763 :      This means include the complete, unrestricted list of files given in
25764 :      the variable `org-agenda-files'.
25765 : org-agenda-text-search-extra-files
25766 :      Include the files given in the variable
25767 :      `org-agenda-text-search-extra-files'
25769 ** org-babel-java-command =(funcall (function (closure (t...=
25770    :PROPERTIES:
25771    :CUSTOM_ID: org-babel-java-command
25772    :END:
25774 - *Type:* string
25775 - *Since:* Emacs version 24.3
25776 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-java.el][ob-java.el]]
25777 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-java-command][Find modifications in git logs]]
25779 : Name of the java command.
25780 : May be either a command in the path, like java
25781 : or an absolute path name, like /usr/local/bin/java
25782 : parameters may be used, like java -verbose
25784 ** org-tab-follows-link =(funcall (function (closure (f...=
25785    :PROPERTIES:
25786    :CUSTOM_ID: org-tab-follows-link
25787    :END:
25789 - *Type:* boolean
25790 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25791 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tab-follows-link][Find modifications in git logs]]
25793 : Non-nil means on links TAB will follow the link.
25794 : Needs to be set before org.el is loaded.
25795 : This really should not be used, it does not make sense, and the
25796 : implementation is bad.
25798 ** org-enable-priority-commands =(funcall (function (closure (f...=
25799    :PROPERTIES:
25800    :CUSTOM_ID: org-enable-priority-commands
25801    :END:
25803 - *Type:* boolean
25804 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25805 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-enable-priority-commands][Find modifications in git logs]]
25807 : Non-nil means priority commands are active.
25808 : When nil, these commands will be disabled, so that you never accidentally
25809 : set a priority.
25811 ** org-babel-java-compiler =(funcall (function (closure (t...=
25812    :PROPERTIES:
25813    :CUSTOM_ID: org-babel-java-compiler
25814    :END:
25816 - *Type:* string
25817 - *Since:* Emacs version 24.3
25818 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-java.el][ob-java.el]]
25819 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-java-compiler][Find modifications in git logs]]
25821 : Name of the java compiler.
25822 : May be either a command in the path, like javac
25823 : or an absolute path name, like /usr/local/bin/javac
25824 : parameters may be used, like javac -verbose
25826 ** org-indent-indentation-per-level =(funcall (function (closure (t...=
25827    :PROPERTIES:
25828    :CUSTOM_ID: org-indent-indentation-per-level
25829    :END:
25831 - *Type:* integer
25832 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-indent.el][org-indent.el]]
25833 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-indent-indentation-per-level][Find modifications in git logs]]
25835 : Indentation per level in number of characters.
25837 ** org-odt-with-latex =(funcall (function (closure (h...=
25838    :PROPERTIES:
25839    :CUSTOM_ID: org-odt-with-latex
25840    :END:
25842 - *Type:* (choice (const :tag "Do not pr...
25843 - *Since:* Emacs version 24.4
25844 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
25845 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-with-latex][Find modifications in git logs]]
25847 : Non-nil means process LaTeX math snippets.
25849 : When set, the exporter will process LaTeX environments and
25850 : fragments.
25852 : This option can also be set with the +OPTIONS line,
25853 : e.g. "tex:mathjax".  Allowed values are:
25855 : nil            Ignore math snippets.
25856 : `verbatim'     Keep everything in verbatim
25857 : `dvipng'       Process the LaTeX fragments to images.  This will also
25858 :                include processing of non-math environments.
25859 : `imagemagick'  Convert the LaTeX fragments to pdf files and use
25860 :                imagemagick to convert pdf files to png files.
25861 : `mathjax'      Do MathJax preprocessing and arrange for MathJax.js to
25862 :                be loaded.
25863 : t              Synonym for `mathjax'.
25865 ** org-habit-show-habits =(funcall (function (closure (t...=
25866    :PROPERTIES:
25867    :CUSTOM_ID: org-habit-show-habits
25868    :END:
25870 - *Type:* boolean
25871 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
25872 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-show-habits][Find modifications in git logs]]
25874 : If non-nil, show habits in agenda buffers.
25876 ** org-agenda-weekend-days =(quote (6 0))=
25877    :PROPERTIES:
25878    :CUSTOM_ID: org-agenda-weekend-days
25879    :END:
25881 - *Type:* (set :greedy t (const :tag "Mo...
25882 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25883 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-weekend-days][Find modifications in git logs]]
25885 : Which days are weekend?
25886 : These days get the special face `org-agenda-date-weekend' in the agenda
25887 : and timeline buffers.
25889 ** org-habit-preceding-days =(funcall (function (closure (t...=
25890    :PROPERTIES:
25891    :CUSTOM_ID: org-habit-preceding-days
25892    :END:
25894 - *Type:* integer
25895 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-habit.el][org-habit.el]]
25896 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-habit-preceding-days][Find modifications in git logs]]
25898 : Number of days before today to appear in consistency graphs.
25900 ** org-texinfo-coding-system =(funcall (function (closure (t...=
25901    :PROPERTIES:
25902    :CUSTOM_ID: org-texinfo-coding-system
25903    :END:
25905 - *Type:* coding-system
25906 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
25907 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-coding-system][Find modifications in git logs]]
25909 : Default document encoding for Texinfo output.
25911 : If nil it will default to `buffer-file-coding-system'.
25913 ** org-yank-adjusted-subtrees =(funcall (function (closure (f...=
25914    :PROPERTIES:
25915    :CUSTOM_ID: org-yank-adjusted-subtrees
25916    :END:
25918 - *Type:* boolean
25919 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
25920 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-yank-adjusted-subtrees][Find modifications in git logs]]
25922 : Non-nil means when yanking subtrees, adjust the level.
25923 : With this setting, `org-paste-subtree' is used to insert the subtree, see
25924 : this function for details.
25926 ** org-id-locations-file =(funcall (function (closure (t...=
25927    :PROPERTIES:
25928    :CUSTOM_ID: org-id-locations-file
25929    :END:
25931 - *Type:* file
25932 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
25933 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-locations-file][Find modifications in git logs]]
25935 : The file for remembering in which file an ID was defined.
25936 : This variable is only relevant when `org-id-track-globally' is set.
25938 ** org-agenda-deadline-leaders =(quote ("Deadline:  " "In %3d ...=
25939    :PROPERTIES:
25940    :CUSTOM_ID: org-agenda-deadline-leaders
25941    :END:
25943 - *Type:* (list (string :tag "Deadline t...
25944 - *Since:* Emacs version 24.4
25945 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
25946 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-deadline-leaders][Find modifications in git logs]]
25948 : Text preceding deadline items in the agenda view.
25949 : This is a list with three strings.  The first applies when the item has its
25950 : deadline on the current day.  The second applies when the deadline is in the
25951 : future, the third one when it is in the past.  The strings may contain %d
25952 : to capture the number of days.
25954 ** org-clock-goto-before-context =(funcall (function (closure (t...=
25955    :PROPERTIES:
25956    :CUSTOM_ID: org-clock-goto-before-context
25957    :END:
25959 - *Type:* integer
25960 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
25961 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-goto-before-context][Find modifications in git logs]]
25963 : Number of lines of context to display before currently clocked-in entry.
25964 : This applies when using `org-clock-goto'.
25966 ** org-html-head-extra =(funcall (function (closure (h...=
25967    :PROPERTIES:
25968    :CUSTOM_ID: org-html-head-extra
25969    :END:
25971 - *Type:* string
25972 - *Since:* Emacs version 24.4
25973 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
25974 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-head-extra][Find modifications in git logs]]
25976 : More head information to add in the HTML output.
25978 : You can set this on a per-file basis using #+HTML_HEAD_EXTRA:,
25979 : or for publication projects using the :html-head-extra property.
25981 ** org-babel-latex-htlatex =(funcall (function (closure (t...=
25982    :PROPERTIES:
25983    :CUSTOM_ID: org-babel-latex-htlatex
25984    :END:
25986 - *Type:* string
25987 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-latex.el][ob-latex.el]]
25988 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-latex-htlatex][Find modifications in git logs]]
25990 : The htlatex command to enable conversion of latex to SVG or HTML.
25992 ** org-latex-table-scientific-notation =(funcall (function (closure (t...=
25993    :PROPERTIES:
25994    :CUSTOM_ID: org-latex-table-scientific-notation
25995    :END:
25997 - *Type:* (choice (string :tag "Format s...
25998 - *Since:* Emacs version 24.4
25999 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
26000 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-table-scientific-notation][Find modifications in git logs]]
26002 : Format string to display numbers in scientific notation.
26003 : The format should have "%s" twice, for mantissa and exponent
26004 : (i.e., "%s\\times10^{%s}").
26006 : When nil, no transformation is made.
26008 ** org-texinfo-format-inlinetask-function =(funcall (function (closure (t...=
26009    :PROPERTIES:
26010    :CUSTOM_ID: org-texinfo-format-inlinetask-function
26011    :END:
26013 - *Type:* function
26014 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
26015 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-format-inlinetask-function][Find modifications in git logs]]
26017 : Function called to format an inlinetask in Texinfo code.
26019 : The function must accept six parameters:
26020 :   TODO      the todo keyword, as a string
26021 :   TODO-TYPE the todo type, a symbol among `todo', `done' and nil.
26022 :   PRIORITY  the inlinetask priority, as a string
26023 :   NAME      the inlinetask name, as a string.
26024 :   TAGS      the inlinetask tags, as a list of strings.
26025 :   CONTENTS  the contents of the inlinetask, as a string.
26027 : The function should return the string to be exported.
26029 ** org-koma-letter-place =""=
26030    :PROPERTIES:
26031    :CUSTOM_ID: org-koma-letter-place
26032    :END:
26034 - *Type:* string
26035 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
26036 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-place][Find modifications in git logs]]
26038 : Place from which the letter is sent, as a string.
26039 : This option can also be set with the PLACE keyword.
26041 ** org-sparse-tree-open-archived-trees =(funcall (function (closure (t...=
26042    :PROPERTIES:
26043    :CUSTOM_ID: org-sparse-tree-open-archived-trees
26044    :END:
26046 - *Type:* boolean
26047 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26048 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-sparse-tree-open-archived-trees][Find modifications in git logs]]
26050 : Non-nil means sparse tree construction shows matches in archived trees.
26051 : When nil, matches in these trees are highlighted, but the trees are kept in
26052 : collapsed state.
26054 ** org-attach-commit =(funcall (function (closure (t...=
26055    :PROPERTIES:
26056    :CUSTOM_ID: org-attach-commit
26057    :END:
26059 - *Type:* boolean
26060 - *Since:* Emacs version 26.1
26061 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
26062 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-commit][Find modifications in git logs]]
26064 : If non-nil commit attachments with git.
26065 : This is only done if the Org file is in a git repository.
26067 ** org-todo-keyword-faces =(funcall (function (closure (t...=
26068    :PROPERTIES:
26069    :CUSTOM_ID: org-todo-keyword-faces
26070    :END:
26072 - *Type:* (repeat (cons (string :tag "Ke...
26073 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
26074 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-todo-keyword-faces][Find modifications in git logs]]
26076 : Faces for specific TODO keywords.
26077 : This is a list of cons cells, with TODO keywords in the car
26078 : and faces in the cdr.  The face can be a symbol, a color
26079 : as a string (in which case the rest is inherited from the `org-todo' face),
26080 : or a property list of attributes, like
26081 :    (:foreground "blue" :weight bold :underline t).
26082 : If it is a color string, the variable `org-faces-easy-properties'
26083 : determines if it is a foreground or a background color.
26085 ** org-agenda-search-view-force-full-words =nil=
26086    :PROPERTIES:
26087    :CUSTOM_ID: org-agenda-search-view-force-full-words
26088    :END:
26090 - *Type:* boolean
26091 - *Since:* Emacs version 24.1
26092 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
26093 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-search-view-force-full-words][Find modifications in git logs]]
26095 : Non-nil means, search words must be matches as complete words.
26096 : When nil, they may also match part of a word.
26098 ** org-icalendar-timezone =(funcall (function (closure (t...=
26099    :PROPERTIES:
26100    :CUSTOM_ID: org-icalendar-timezone
26101    :END:
26103 - *Type:* (choice (const :tag "Unspecifi...
26104 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-icalendar.el][ox-icalendar.el]]
26105 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-icalendar-timezone][Find modifications in git logs]]
26107 : The time zone string for iCalendar export.
26108 : When nil or the empty string, use output
26109 : from (current-time-zone).
26111 ** org-open-directory-means-index-dot-org =(funcall (function (closure (f...=
26112    :PROPERTIES:
26113    :CUSTOM_ID: org-open-directory-means-index-dot-org
26114    :END:
26116 - *Type:* boolean
26117 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26118 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-open-directory-means-index-dot-org][Find modifications in git logs]]
26120 : Non-nil means a link to a directory really means to index.org.
26121 : When nil, following a directory link will run dired or open a finder/explorer
26122 : window on that directory.
26124 ** org-footnote-fill-after-inline-note-extraction =(funcall (function (closure (t...=
26125    :PROPERTIES:
26126    :CUSTOM_ID: org-footnote-fill-after-inline-note-extraction
26127    :END:
26129 - *Type:* boolean
26130 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
26131 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-fill-after-inline-note-extraction][Find modifications in git logs]]
26133 : Non-nil means fill paragraphs after extracting footnotes.
26134 : When extracting inline footnotes, the lengths of lines can change a lot.
26135 : When this option is set, paragraphs from which an inline footnote has been
26136 : extracted will be filled again.
26138 ** org-calendar-insert-diary-entry-key =(funcall (function (closure (f...=
26139    :PROPERTIES:
26140    :CUSTOM_ID: org-calendar-insert-diary-entry-key
26141    :END:
26143 - *Type:* sexp
26144 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26145 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-calendar-insert-diary-entry-key][Find modifications in git logs]]
26147 : The key to be installed in `calendar-mode-map' for adding diary entries.
26148 : This option is irrelevant until `org-agenda-diary-file' has been configured
26149 : to point to an Org file.  When that is the case, the command
26150 : `org-agenda-diary-entry' will be bound to the key given here, by default
26151 : `i'.  In the calendar, `i' normally adds entries to `diary-file'.  So
26152 : if you want to continue doing this, you need to change this to a different
26153 : key.
26155 ** org-beamer-frame-level =(funcall (function (closure (t...=
26156    :PROPERTIES:
26157    :CUSTOM_ID: org-beamer-frame-level
26158    :END:
26160 - *Type:* integer
26161 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
26162 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-frame-level][Find modifications in git logs]]
26164 : The level at which headlines become frames.
26166 : Headlines at a lower level will be translated into a sectioning
26167 : structure.  At a higher level, they will be translated into
26168 : blocks.
26170 : If a headline with a "BEAMER_env" property set to "frame" is
26171 : found within a tree, its level locally overrides this number.
26173 : This variable has no effect on headlines with the "BEAMER_env"
26174 : property set to either "ignoreheading", "appendix", or
26175 : "note", which will respectively, be invisible, become an
26176 : appendix or a note.
26178 : This integer is relative to the minimal level of a headline
26179 : within the parse tree, defined as 1.
26181 ** org-latex-prefer-user-labels =(funcall (function (closure (t...=
26182    :PROPERTIES:
26183    :CUSTOM_ID: org-latex-prefer-user-labels
26184    :END:
26186 - *Type:* boolean
26187 - *Since:* Emacs version 26.1
26188 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
26189 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-prefer-user-labels][Find modifications in git logs]]
26191 : Use user-provided labels instead of internal ones when non-nil.
26193 : When this variable is non-nil, Org will use the value of
26194 : CUSTOM_ID property, NAME keyword or Org target as the key for the
26195 : \label commands generated.
26197 : By default, Org generates its own internal labels during LaTeX
26198 : export.  This process ensures that the \label keys are unique
26199 : and valid, but it means the keys are not available in advance of
26200 : the export process.
26202 : Setting this variable gives you control over how Org generates
26203 : labels during LaTeX export, so that you may know their keys in
26204 : advance.  One reason to do this is that it allows you to refer to
26205 : various elements using a single label both in Org's link syntax
26206 : and in embedded LaTeX code.
26208 : For example, when this variable is non-nil, a headline like this:
26210 :   ** Some section
26211 :      :PROPERTIES:
26212 :      :CUSTOM_ID: sec:foo
26213 :      :END:
26214 :   This is section [[#sec:foo]].
26215 :   #+BEGIN_EXPORT latex
26216 :   And this is still section \ref{sec:foo}.
26217 :   #+END_EXPORT
26219 : will be exported to LaTeX as:
26221 :   \subsection{Some section}
26222 :   \label{sec:foo}
26223 :   This is section \ref{sec:foo}.
26224 :   And this is still section \ref{sec:foo}.
26226 : Note, however, that setting this variable introduces a limitation
26227 : on the possible values for CUSTOM_ID and NAME.  When this
26228 : variable is non-nil, Org passes their value to \label unchanged.
26229 : You are responsible for ensuring that the value is a valid LaTeX
26230 : \label key, and that no other \label commands with the same key
26231 : appear elsewhere in your document.  (Keys may contain letters,
26232 : numbers, and the following punctuation: '_' '.'  '-' ':'.)  There
26233 : are no such limitations on CUSTOM_ID and NAME when this variable
26234 : is nil.
26236 : For headlines that do not define the CUSTOM_ID property or
26237 : elements without a NAME, Org will continue to use its default
26238 : labeling scheme to generate labels and resolve links into proper
26239 : references.
26241 ** org-html-klipse-css =(funcall (function (closure (h...=
26242    :PROPERTIES:
26243    :CUSTOM_ID: org-html-klipse-css
26244    :END:
26246 - *Type:* string
26247 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
26248 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-klipse-css][Find modifications in git logs]]
26250 : Location of the codemirror CSS file for use with klipse.
26252 ** org-export-with-tasks =(funcall (function (closure (t...=
26253    :PROPERTIES:
26254    :CUSTOM_ID: org-export-with-tasks
26255    :END:
26257 - *Type:* (choice (const :tag "All tasks...
26258 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
26259 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-tasks][Find modifications in git logs]]
26261 : Non-nil means include TODO items for export.
26263 : This may have the following values:
26264 : t                    include tasks independent of state.
26265 : `todo'               include only tasks that are not yet done.
26266 : `done'               include only tasks that are already done.
26267 : nil                  ignore all tasks.
26268 : list of keywords     include tasks with these keywords.
26270 : This option can also be set with the OPTIONS keyword,
26271 : e.g. "tasks:nil".
26273 ** org-mouse-1-follows-link =(funcall (function (closure (f...=
26274    :PROPERTIES:
26275    :CUSTOM_ID: org-mouse-1-follows-link
26276    :END:
26278 - *Type:* (choice (const :tag "A double ...
26279 - *Since:* Emacs version 24.4
26280 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26281 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-mouse-1-follows-link][Find modifications in git logs]]
26283 : Non-nil means mouse-1 on a link will follow the link.
26284 : A longer mouse click will still set point.  Needs to be set
26285 : before org.el is loaded.
26287 ** org-file-apps =(funcall (function (closure (f...=
26288    :PROPERTIES:
26289    :CUSTOM_ID: org-file-apps
26290    :END:
26292 - *Type:* (repeat (cons (choice :value "...
26293 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26294 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-file-apps][Find modifications in git logs]]
26296 : External applications for opening `file:path' items in a document.
26297 : \<org-mode-map>
26298 : Org mode uses system defaults for different file types, but
26299 : you can use this variable to set the application for a given file
26300 : extension.  The entries in this list are cons cells where the car identifies
26301 : files and the cdr the corresponding command.
26303 : Possible values for the file identifier are:
26305 :  "string"    A string as a file identifier can be interpreted in different
26306 :                ways, depending on its contents:
26308 :                - Alphanumeric characters only:
26309 :                  Match links with this file extension.
26310 :                  Example: ("pdf" . "evince %s")
26311 :                           to open PDFs with evince.
26313 :                - Regular expression: Match links where the
26314 :                  filename matches the regexp.  If you want to
26315 :                  use groups here, use shy groups.
26317 :                  Example: ("\\.x?html\\\='" . "firefox %s")
26318 :                           ("\\(?:xhtml\\|html\\)\\\='" . "firefox %s")
26319 :                           to open *.html and *.xhtml with firefox.
26321 :                - Regular expression which contains (non-shy) groups:
26322 :                  Match links where the whole link, including "::", and
26323 :                  anything after that, matches the regexp.
26324 :                  In a custom command string, %1, %2, etc. are replaced with
26325 :                  the parts of the link that were matched by the groups.
26326 :                  For backwards compatibility, if a command string is given
26327 :                  that does not use any of the group matches, this case is
26328 :                  handled identically to the second one (i.e. match against
26329 :                  file name only).
26330 :                  In a custom function, you can access the group matches with
26331 :                  (match-string n link).
26333 :                  Example: ("\\.pdf::\\(\\d+\\)\\\='" . "evince -p %1 %s")
26334 :                      to open [[file:document.pdf::5]] with evince at page 5.
26336 :  `directory'   Matches a directory
26337 :  `remote'      Matches a remote file, accessible through tramp or efs.
26338 :                Remote files most likely should be visited through Emacs
26339 :                because external applications cannot handle such paths.
26340 : `auto-mode'    Matches files that are matched by any entry in `auto-mode-alist',
26341 :                so all files Emacs knows how to handle.  Using this with
26342 :                command `emacs' will open most files in Emacs.  Beware that this
26343 :                will also open html files inside Emacs, unless you add
26344 :                ("html" . default) to the list as well.
26345 :  `system'      The system command to open files, like `open' on Windows
26346 :                and macOS, and mailcap under GNU/Linux.  This is the command
26347 :                that will be selected if you call `org-open-at-point' with a
26348 :                double prefix argument (`\[universal-argument] \[universal-argument] \[org-open-at-point]').
26349 :  t             Default for files not matched by any of the other options.
26351 : Possible values for the command are:
26353 :  `emacs'       The file will be visited by the current Emacs process.
26354 :  `default'     Use the default application for this file type, which is the
26355 :                association for t in the list, most likely in the system-specific
26356 :                part.  This can be used to overrule an unwanted setting in the
26357 :                system-specific variable.
26358 :  `system'      Use the system command for opening files, like "open".
26359 :                This command is specified by the entry whose car is `system'.
26360 :                Most likely, the system-specific version of this variable
26361 :                does define this command, but you can overrule/replace it
26362 :                here.
26363 : `mailcap'      Use command specified in the mailcaps.
26364 :  string        A command to be executed by a shell; %s will be replaced
26365 :                by the path to the file.
26366 :  function      A Lisp function, which will be called with two arguments:
26367 :                the file path and the original link string, without the
26368 :                "file:" prefix.
26370 : For more examples, see the system specific constants
26371 : `org-file-apps-defaults-macosx'
26372 : `org-file-apps-defaults-windowsnt'
26373 : `org-file-apps-defaults-gnu'.
26375 ** org-level-color-stars-only =(funcall (function (closure (f...=
26376    :PROPERTIES:
26377    :CUSTOM_ID: org-level-color-stars-only
26378    :END:
26380 - *Type:* boolean
26381 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26382 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-level-color-stars-only][Find modifications in git logs]]
26384 : Non-nil means fontify only the stars in each headline.
26385 : When nil, the entire headline is fontified.
26386 : Changing it requires restart of `font-lock-mode' to become effective
26387 : also in regions already fontified.
26389 ** org-agenda-use-tag-inheritance =(quote (todo search timeline a...=
26390    :PROPERTIES:
26391    :CUSTOM_ID: org-agenda-use-tag-inheritance
26392    :END:
26394 - *Type:* (choice (const :tag "Use tag i...
26395 - *Since:* Emacs version 24.3
26396 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
26397 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-use-tag-inheritance][Find modifications in git logs]]
26399 : List of agenda view types where to use tag inheritance.
26401 : In tags/tags-todo/tags-tree agenda views, tag inheritance is
26402 : controlled by `org-use-tag-inheritance'.  In other agenda types,
26403 : `org-use-tag-inheritance' is not used for the selection of the
26404 : agenda entries.  Still, you may want the agenda to be aware of
26405 : the inherited tags anyway, e.g. for later tag filtering.
26407 : Allowed value are `todo', `search', `timeline' and `agenda'.
26409 : This variable has no effect if `org-agenda-show-inherited-tags'
26410 : is set to `always'.  In that case, the agenda is aware of those
26411 : tags.
26413 : The default value sets tags in every agenda type.  Setting this
26414 : option to nil will speed up non-tags agenda view a lot.
26416 ** org-extend-today-until =(funcall (function (closure (f...=
26417    :PROPERTIES:
26418    :CUSTOM_ID: org-extend-today-until
26419    :END:
26421 - *Type:* integer
26422 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26423 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-extend-today-until][Find modifications in git logs]]
26425 : The hour when your day really ends.  Must be an integer.
26426 : This has influence for the following applications:
26427 : - When switching the agenda to "today".  It it is still earlier than
26428 :   the time given here, the day recognized as TODAY is actually yesterday.
26429 : - When a date is read from the user and it is still before the time given
26430 :   here, the current date and time will be assumed to be yesterday, 23:59.
26431 :   Also, timestamps inserted in capture templates follow this rule.
26433 : IMPORTANT:  This is a feature whose implementation is and likely will
26434 : remain incomplete.  Really, it is only here because past midnight seems to
26435 : be the favorite working time of John Wiegley :-)
26437 ** org-outline-path-complete-in-steps =(funcall (function (closure (f...=
26438    :PROPERTIES:
26439    :CUSTOM_ID: org-outline-path-complete-in-steps
26440    :END:
26442 - *Type:* boolean
26443 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26444 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-outline-path-complete-in-steps][Find modifications in git logs]]
26446 : Non-nil means complete the outline path in hierarchical steps.
26447 : When Org uses the refile interface to select an outline path (see
26448 : `org-refile-use-outline-path'), the completion of the path can be
26449 : done in a single go, or it can be done in steps down the headline
26450 : hierarchy.  Going in steps is probably the best if you do not use
26451 : a special completion package like `ido' or `icicles'.  However,
26452 : when using these packages, going in one step can be very fast,
26453 : while still showing the whole path to the entry.
26455 ** org-odt-content-template-file =(funcall (function (closure (h...=
26456    :PROPERTIES:
26457    :CUSTOM_ID: org-odt-content-template-file
26458    :END:
26460 - *Type:* (choice (const nil) (file))
26461 - *Since:* Emacs version 24.3
26462 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
26463 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-content-template-file][Find modifications in git logs]]
26465 : Template file for "content.xml".
26466 : The exporter embeds the exported content just before
26467 : "</office:text>" element.
26469 : If unspecified, the file named "OrgOdtContentTemplate.xml"
26470 : under `org-odt-styles-dir' is used.
26472 ** org-log-repeat =(funcall (function (closure (f...=
26473    :PROPERTIES:
26474    :CUSTOM_ID: org-log-repeat
26475    :END:
26477 - *Type:* (choice (const :tag "Don't for...
26478 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26479 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-log-repeat][Find modifications in git logs]]
26481 : Non-nil means record moving through the DONE state when triggering repeat.
26482 : An auto-repeating task is immediately switched back to TODO when
26483 : marked DONE.  If you are not logging state changes (by adding "@"
26484 : or "!" to the TODO keyword definition), or set `org-log-done' to
26485 : record a closing note, there will be no record of the task moving
26486 : through DONE.  This variable forces taking a note anyway.
26488 : nil     Don't force a record
26489 : time    Record a time stamp
26490 : note    Prompt for a note and add it with template `org-log-note-headings'
26492 : This option can also be set with on a per-file-basis with
26494 :    #+STARTUP: nologrepeat
26495 :    #+STARTUP: logrepeat
26496 :    #+STARTUP: lognoterepeat
26498 : You can have local logging settings for a subtree by setting the LOGGING
26499 : property to one or more of these keywords.
26501 ** org-html-table-row-close-tag =(funcall (function (closure (h...=
26502    :PROPERTIES:
26503    :CUSTOM_ID: org-html-table-row-close-tag
26504    :END:
26506 - *Type:* (choice :tag "Closing tag" (st...
26507 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
26508 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-table-row-close-tag][Find modifications in git logs]]
26510 : The closing tag for table rows.
26511 : This is customizable so that alignment options can be specified.
26512 : Instead of strings, this can be a Lisp function that will be
26513 : evaluated for each row in order to construct the table row tags.
26515 : See documentation of `org-html-table-row-open-tag'.
26517 ** org-latex-image-default-option =(funcall (function (closure (t...=
26518    :PROPERTIES:
26519    :CUSTOM_ID: org-latex-image-default-option
26520    :END:
26522 - *Type:* string
26523 - *Since:* Emacs version 24.4
26524 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
26525 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-image-default-option][Find modifications in git logs]]
26527 : Default option for images.
26529 ** org-latex-format-drawer-function =(funcall (function (closure (t...=
26530    :PROPERTIES:
26531    :CUSTOM_ID: org-latex-format-drawer-function
26532    :END:
26534 - *Type:* function
26535 - *Since:* Emacs version 24.4
26536 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
26537 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-format-drawer-function][Find modifications in git logs]]
26539 : Function called to format a drawer in LaTeX code.
26541 : The function must accept two parameters:
26542 :   NAME      the drawer name, like "LOGBOOK"
26543 :   CONTENTS  the contents of the drawer.
26545 : The function should return the string to be exported.
26547 : The default function simply returns the value of CONTENTS.
26549 ** org-agenda-with-colors =t=
26550    :PROPERTIES:
26551    :CUSTOM_ID: org-agenda-with-colors
26552    :END:
26554 - *Type:* boolean
26555 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
26556 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-with-colors][Find modifications in git logs]]
26558 : Non-nil means use colors in agenda views.
26560 ** org-agenda-start-with-clockreport-mode =nil=
26561    :PROPERTIES:
26562    :CUSTOM_ID: org-agenda-start-with-clockreport-mode
26563    :END:
26565 - *Type:* boolean
26566 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
26567 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-start-with-clockreport-mode][Find modifications in git logs]]
26569 : The initial value of clockreport-mode in a newly created agenda window.
26571 ** org-self-insert-cluster-for-undo =(funcall (function (closure (f...=
26572    :PROPERTIES:
26573    :CUSTOM_ID: org-self-insert-cluster-for-undo
26574    :END:
26576 - *Type:* boolean
26577 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26578 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-self-insert-cluster-for-undo][Find modifications in git logs]]
26580 : Non-nil means cluster self-insert commands for undo when possible.
26581 : If this is set, then, like in the Emacs command loop, 20 consecutive
26582 : characters will be undone together.
26583 : This is configurable, because there is some impact on typing performance.
26585 ** org-edit-src-persistent-message =(funcall (function (closure (t...=
26586    :PROPERTIES:
26587    :CUSTOM_ID: org-edit-src-persistent-message
26588    :END:
26590 - *Type:* boolean
26591 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-src.el][org-src.el]]
26592 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-edit-src-persistent-message][Find modifications in git logs]]
26594 : Non-nil means show persistent exit help message while editing src examples.
26595 : The message is shown in the header-line, which will be created in the
26596 : first line of the window showing the editing buffer.
26598 ** org-protocol-data-separator =(funcall (function (closure (t...=
26599    :PROPERTIES:
26600    :CUSTOM_ID: org-protocol-data-separator
26601    :END:
26603 - *Type:* string
26604 - *Since:* Emacs version 24.4
26605 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-protocol.el][org-protocol.el]]
26606 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-protocol-data-separator][Find modifications in git logs]]
26608 : The default data separator to use.
26609 : This should be a single regexp string.
26611 ** org-agenda-add-entry-text-maxlines =0=
26612    :PROPERTIES:
26613    :CUSTOM_ID: org-agenda-add-entry-text-maxlines
26614    :END:
26616 - *Type:* integer
26617 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
26618 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-add-entry-text-maxlines][Find modifications in git logs]]
26620 : Maximum number of entry text lines to be added to agenda.
26621 : This is only relevant when `org-agenda-add-entry-text' is part of
26622 : `org-agenda-before-write-hook', which is the default.
26623 : When this is 0, nothing will happen.  When it is greater than 0, it
26624 : specifies the maximum number of lines that will be added for each entry
26625 : that is listed in the agenda view.
26627 : Note that this variable is not used during display, only when exporting
26628 : the agenda.  For agenda display, see the variables `org-agenda-entry-text-mode'
26629 : and `org-agenda-entry-text-maxlines'.
26631 ** org-texinfo-default-class =(funcall (function (closure (t...=
26632    :PROPERTIES:
26633    :CUSTOM_ID: org-texinfo-default-class
26634    :END:
26636 - *Type:* (string :tag "Texinfo class")
26637 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
26638 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-default-class][Find modifications in git logs]]
26640 : The default Texinfo class.
26642 ** org-agenda-custom-commands-contexts =nil=
26643    :PROPERTIES:
26644    :CUSTOM_ID: org-agenda-custom-commands-contexts
26645    :END:
26647 - *Type:* (repeat (list :tag "Rule" (str...
26648 - *Since:* Emacs version 24.3
26649 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
26650 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-custom-commands-contexts][Find modifications in git logs]]
26652 : Alist of custom agenda keys and contextual rules.
26654 : For example, if you have a custom agenda command "p" and you
26655 : want this command to be accessible only from plain text files,
26656 : use this:
26658 :    \='(("p" ((in-file . "\\.txt\\'"))))
26660 : Here are the available contexts definitions:
26662 :       in-file: command displayed only in matching files
26663 :       in-mode: command displayed only in matching modes
26664 :   not-in-file: command not displayed in matching files
26665 :   not-in-mode: command not displayed in matching modes
26666 :     in-buffer: command displayed only in matching buffers
26667 : not-in-buffer: command not displayed in matching buffers
26668 :    [function]: a custom function taking no argument
26670 : If you define several checks, the agenda command will be
26671 : accessible if there is at least one valid check.
26673 : You can also bind a key to another agenda custom command
26674 : depending on contextual rules.
26676 :     \='(("p" "q" ((in-file . "\\.txt\\'"))))
26678 : Here it means: in .txt files, use "p" as the key for the
26679 : agenda command otherwise associated with "q".  (The command
26680 : originally associated with "q" is not displayed to avoid
26681 : duplicates.)
26683 ** org-id-link-to-org-use-id =(funcall (function (closure (t...=
26684    :PROPERTIES:
26685    :CUSTOM_ID: org-id-link-to-org-use-id
26686    :END:
26688 - *Type:* (choice (const :tag "Create ID...
26689 - *Since:* Emacs version 24.3
26690 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-id.el][org-id.el]]
26691 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-id-link-to-org-use-id][Find modifications in git logs]]
26693 : Non-nil means storing a link to an Org file will use entry IDs.
26694 : \<org-mode-map>
26695 : The variable can have the following values:
26697 : t     Create an ID if needed to make a link to the current entry.
26699 : create-if-interactive
26700 :       If `org-store-link' is called directly (interactively, as a user
26701 :       command), do create an ID to support the link.  But when doing the
26702 :       job for capture, only use the ID if it already exists.  The
26703 :       purpose of this setting is to avoid proliferation of unwanted
26704 :       IDs, just because you happen to be in an Org file when you
26705 :       call `org-capture' that automatically and preemptively creates a
26706 :       link.  If you do want to get an ID link in a capture template to
26707 :       an entry not having an ID, create it first by explicitly creating
26708 :       a link to it, using `\[org-store-link]' first.
26710 : create-if-interactive-and-no-custom-id
26711 :       Like create-if-interactive, but do not create an ID if there is
26712 :       a CUSTOM_ID property defined in the entry.
26714 : use-existing
26715 :       Use existing ID, do not create one.
26717 : nil   Never use an ID to make a link, instead link using a text search for
26718 :       the headline text.
26720 ** org-tags-match-list-sublevels =(funcall (function (closure (f...=
26721    :PROPERTIES:
26722    :CUSTOM_ID: org-tags-match-list-sublevels
26723    :END:
26725 - *Type:* (choice (const :tag "No, don't...
26726 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26727 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tags-match-list-sublevels][Find modifications in git logs]]
26729 : Non-nil means list also sublevels of headlines matching a search.
26730 : This variable applies to tags/property searches, and also to stuck
26731 : projects because this search is based on a tags match as well.
26733 : When set to the symbol `indented', sublevels are indented with
26734 : leading dots.
26736 : Because of tag inheritance (see variable `org-use-tag-inheritance'),
26737 : the sublevels of a headline matching a tag search often also match
26738 : the same search.  Listing all of them can create very long lists.
26739 : Setting this variable to nil causes subtrees of a match to be skipped.
26741 : This variable is semi-obsolete and probably should always be true.  It
26742 : is better to limit inheritance to certain tags using the variables
26743 : `org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'.
26745 ** org-footnote-section =(funcall (function (closure (t...=
26746    :PROPERTIES:
26747    :CUSTOM_ID: org-footnote-section
26748    :END:
26750 - *Type:* (choice (string :tag "Collect ...
26751 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-footnote.el][org-footnote.el]]
26752 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-footnote-section][Find modifications in git logs]]
26754 : Outline heading containing footnote definitions.
26756 : This can be nil, to place footnotes locally at the end of the
26757 : current outline node.  If can also be the name of a special
26758 : outline heading under which footnotes should be put.
26760 : This variable defines the place where Org puts the definition
26761 : automatically, i.e. when creating the footnote, and when sorting
26762 : the notes.  However, by hand you may place definitions
26763 : *anywhere*.
26765 : If this is a string, during export, all subtrees starting with
26766 : this heading will be ignored.
26768 : If you don't use the customize interface to change this variable,
26769 : you will need to run the following command after the change:
26771 :   `\[universal-argument] \[org-element-cache-reset]'
26773 ** org-feed-alist =(funcall (function (closure (t...=
26774    :PROPERTIES:
26775    :CUSTOM_ID: org-feed-alist
26776    :END:
26778 - *Type:* (repeat (list :value ("" "http...
26779 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-feed.el][org-feed.el]]
26780 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-feed-alist][Find modifications in git logs]]
26782 : Alist specifying RSS feeds that should create inputs for Org.
26783 : Each entry in this list specified an RSS feed tat should be queried
26784 : to create inbox items in Org.  Each entry is a list with the following items:
26786 : name         a custom name for this feed
26787 : URL          the Feed URL
26788 : file         the target Org file where entries should be listed, when
26789 :              nil the target becomes the current buffer (may be an
26790 :              indirect buffer) each time the feed update is invoked
26791 : headline     the headline under which entries should be listed
26793 : Additional arguments can be given using keyword-value pairs.  Many of these
26794 : specify functions that receive one or a list of "entries" as their single
26795 : argument.  An entry is a property list that describes a feed item.  The
26796 : property list has properties for each field in the item, for example `:title'
26797 : for the `<title>' field and `:pubDate' for the publication date.  In addition,
26798 : it contains the following properties:
26800 : `:item-full-text'   the full text in the <item> tag
26801 : `:guid-permalink'   t when the guid property is a permalink
26803 : Here are the keyword-value pair allows in `org-feed-alist'.
26805 : :drawer drawer-name
26806 :      The name of the drawer for storing feed information.  The default is
26807 :      "FEEDSTATUS".  Using different drawers for different feeds allows
26808 :      several feeds to target the same inbox heading.
26810 : :filter filter-function
26811 :      A function to select interesting entries in the feed.  It gets a single
26812 :      entry as parameter.  It should return the entry if it is relevant, or
26813 :      nil if it is not.
26815 : :template template-string
26816 :      The default action on new items in the feed is to add them as children
26817 :      under the headline for the feed.  The template describes how the entry
26818 :      should be formatted.  If not given, it defaults to
26819 :      `org-feed-default-template'.
26821 : :formatter formatter-function
26822 :      Instead of relying on a template, you may specify a function to format
26823 :      the outline node to be inserted as a child.  This function gets passed
26824 :      a property list describing a single feed item, and it should return a
26825 :      string that is a properly formatted Org outline node of level 1.
26827 : :new-handler function
26828 :      If adding new items as children to the outline is not what you want
26829 :      to do with new items, define a handler function that is called with
26830 :      a list of all new items in the feed, each one represented as a property
26831 :      list.  The handler should do what needs to be done, and org-feed will
26832 :      mark all items given to this handler as "handled", i.e. they will not
26833 :      be passed to this handler again in future readings of the feed.
26834 :      When the handler is called, point will be at the feed headline.
26836 : :changed-handler function
26837 :      This function gets passed a list of all entries that have been
26838 :      handled before, but are now still in the feed and have *changed*
26839 :      since last handled (as evidenced by a different sha1 hash).
26840 :      When the handler is called, point will be at the feed headline.
26842 : :parse-feed function
26843 :      This function gets passed a buffer, and should return a list
26844 :      of entries, each being a property list containing the
26845 :      `:guid' and `:item-full-text' keys.  The default is
26846 :      `org-feed-parse-rss-feed'; `org-feed-parse-atom-feed' is an
26847 :      alternative.
26849 : :parse-entry function
26850 :      This function gets passed an entry as returned by the parse-feed
26851 :      function, and should return the entry with interesting properties added.
26852 :      The default is `org-feed-parse-rss-entry'; `org-feed-parse-atom-entry'
26853 :      is an alternative.
26855 ** org-ascii-inner-margin =(funcall (function (closure (t...=
26856    :PROPERTIES:
26857    :CUSTOM_ID: org-ascii-inner-margin
26858    :END:
26860 - *Type:* integer
26861 - *Since:* Emacs version 24.4
26862 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
26863 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-inner-margin][Find modifications in git logs]]
26865 : Width of the inner margin, in number of characters.
26866 : Inner margin is applied between each headline.
26868 ** org-odt-convert-capabilities =(funcall (function (closure (h...=
26869    :PROPERTIES:
26870    :CUSTOM_ID: org-odt-convert-capabilities
26871    :END:
26873 - *Type:* (choice (const :tag "None" nil...
26874 - *Since:* Emacs version 24.1
26875 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
26876 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-convert-capabilities][Find modifications in git logs]]
26878 : Specify input and output formats of `org-odt-convert-process'.
26879 : More correctly, specify the set of input and output formats that
26880 : the user is actually interested in.
26882 : This variable is an alist where each element is of the
26883 : form (DOCUMENT-CLASS INPUT-FMT-LIST OUTPUT-FMT-ALIST).
26884 : INPUT-FMT-LIST is a list of INPUT-FMTs.  OUTPUT-FMT-ALIST is an
26885 : alist where each element is of the form (OUTPUT-FMT
26886 : OUTPUT-FILE-EXTENSION EXTRA-OPTIONS).
26888 : The variable is interpreted as follows:
26889 : `org-odt-convert-process' can take any document that is in
26890 : INPUT-FMT-LIST and produce any document that is in the
26891 : OUTPUT-FMT-LIST.  A document converted to OUTPUT-FMT will have
26892 : OUTPUT-FILE-EXTENSION as the file name extension.  OUTPUT-FMT
26893 : serves dual purposes:
26894 : - It is used for populating completion candidates during
26895 :   `org-odt-convert' commands.
26896 : - It is used as the value of "%f" specifier in
26897 :   `org-odt-convert-process'.
26899 : EXTRA-OPTIONS is used as the value of "%x" specifier in
26900 : `org-odt-convert-process'.
26902 : DOCUMENT-CLASS is used to group a set of file formats in
26903 : INPUT-FMT-LIST in to a single class.
26905 : Note that this variable inherently captures how LibreOffice based
26906 : converters work.  LibreOffice maps documents of various formats
26907 : to classes like Text, Web, Spreadsheet, Presentation etc and
26908 : allow document of a given class (irrespective of its source
26909 : format) to be converted to any of the export formats associated
26910 : with that class.
26912 : See default setting of this variable for an typical
26913 : configuration.
26915 ** org-koma-letter-phone-number =""=
26916    :PROPERTIES:
26917    :CUSTOM_ID: org-koma-letter-phone-number
26918    :END:
26920 - *Type:* string
26921 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-koma-letter.el][ox-koma-letter.el]]
26922 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-koma-letter-phone-number][Find modifications in git logs]]
26924 : Sender's phone number, as a string.
26925 : This option can also be set with the PHONE_NUMBER keyword.
26927 ** org-link-search-must-match-exact-headline =(funcall (function (closure (f...=
26928    :PROPERTIES:
26929    :CUSTOM_ID: org-link-search-must-match-exact-headline
26930    :END:
26932 - *Type:* (choice (const :tag "Use fuzzy...
26933 - *Since:* Emacs version 24.1
26934 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26935 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-link-search-must-match-exact-headline][Find modifications in git logs]]
26937 : Non-nil means internal fuzzy links can only match headlines.
26939 : When nil, the a fuzzy link may point to a target or a named
26940 : construct in the document.  When set to the special value
26941 : `query-to-create', offer to create a new headline when none
26942 : matched.
26944 : Spaces and statistics cookies are ignored during heading searches.
26946 ** org-html-preamble-format =(funcall (function (closure (h...=
26947    :PROPERTIES:
26948    :CUSTOM_ID: org-html-preamble-format
26949    :END:
26951 - *Type:* (repeat (list (string :tag "La...
26952 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
26953 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-preamble-format][Find modifications in git logs]]
26955 : Alist of languages and format strings for the HTML preamble.
26957 : The first element of each list is the language code, as used for
26958 : the LANGUAGE keyword.  See `org-export-default-language'.
26960 : The second element of each list is a format string to format the
26961 : preamble itself.  This format string can contain these elements:
26963 :   %t stands for the title.
26964 :   %s stands for the subtitle.
26965 :   %a stands for the author's name.
26966 :   %e stands for the author's email.
26967 :   %d stands for the date.
26968 :   %c will be replaced by `org-html-creator-string'.
26969 :   %v will be replaced by `org-html-validation-link'.
26970 :   %T will be replaced by the export time.
26971 :   %C will be replaced by the last modification time.
26973 : If you need to use a "%" character, you need to escape it
26974 : like that: "%%".
26976 : See the default value of `org-html-postamble-format' for an
26977 : example.
26979 ** org-insert-mode-line-in-empty-file =(funcall (function (closure (f...=
26980    :PROPERTIES:
26981    :CUSTOM_ID: org-insert-mode-line-in-empty-file
26982    :END:
26984 - *Type:* boolean
26985 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
26986 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-insert-mode-line-in-empty-file][Find modifications in git logs]]
26988 : Non-nil means insert the first line setting Org mode in empty files.
26989 : When the function `org-mode' is called interactively in an empty file, this
26990 : normally means that the file name does not automatically trigger Org mode.
26991 : To ensure that the file will always be in Org mode in the future, a
26992 : line enforcing Org mode will be inserted into the buffer, if this option
26993 : has been set.
26995 ** org-table-formula-constants =(funcall (function (closure (o...=
26996    :PROPERTIES:
26997    :CUSTOM_ID: org-table-formula-constants
26998    :END:
27000 - *Type:* (repeat (cons (string :tag "na...
27001 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-table.el][org-table.el]]
27002 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-table-formula-constants][Find modifications in git logs]]
27004 : Alist with constant names and values, for use in table formulas.
27005 : The car of each element is a name of a constant, without the `$' before it.
27006 : The cdr is the value as a string.  For example, if you'd like to use the
27007 : speed of light in a formula, you would configure
27009 :   (setq org-table-formula-constants \='(("c" . "299792458.")))
27011 : and then use it in an equation like `$1*$c'.
27013 : Constants can also be defined on a per-file basis using a line like
27015 : #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
27017 ** org-texinfo-table-scientific-notation =(funcall (function (closure (t...=
27018    :PROPERTIES:
27019    :CUSTOM_ID: org-texinfo-table-scientific-notation
27020    :END:
27022 - *Type:* (choice (string :tag "Format s...
27023 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-texinfo.el][ox-texinfo.el]]
27024 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-texinfo-table-scientific-notation][Find modifications in git logs]]
27026 : Format string to display numbers in scientific notation.
27028 : The format should have "%s" twice, for mantissa and exponent
27029 : (i.e. "%s\\times10^{%s}").
27031 : When nil, no transformation is made.
27033 ** org-reverse-note-order =(funcall (function (closure (f...=
27034    :PROPERTIES:
27035    :CUSTOM_ID: org-reverse-note-order
27036    :END:
27038 - *Type:* (choice (const :tag "Reverse a...
27039 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27040 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-reverse-note-order][Find modifications in git logs]]
27042 : Non-nil means store new notes at the beginning of a file or entry.
27043 : When nil, new notes will be filed to the end of a file or entry.
27044 : This can also be a list with cons cells of regular expressions that
27045 : are matched against file names, and values.
27047 ** org-cycle-open-archived-trees =(funcall (function (closure (t...=
27048    :PROPERTIES:
27049    :CUSTOM_ID: org-cycle-open-archived-trees
27050    :END:
27052 - *Type:* boolean
27053 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27054 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-cycle-open-archived-trees][Find modifications in git logs]]
27056 : Non-nil means `org-cycle' will open archived trees.
27057 : An archived tree is a tree marked with the tag ARCHIVE.
27058 : When nil, archived trees will stay folded.  You can still open them with
27059 : normal outline commands like `show-all', but not with the cycling commands.
27061 ** org-goto-max-level =(funcall (function (closure (f...=
27062    :PROPERTIES:
27063    :CUSTOM_ID: org-goto-max-level
27064    :END:
27066 - *Type:* integer
27067 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27068 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-goto-max-level][Find modifications in git logs]]
27070 : Maximum target level when running `org-goto' with refile interface.
27072 ** org-agenda-diary-file =(funcall (function (closure (f...=
27073    :PROPERTIES:
27074    :CUSTOM_ID: org-agenda-diary-file
27075    :END:
27077 - *Type:* (choice (const :tag "The stand...
27078 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27079 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-diary-file][Find modifications in git logs]]
27081 : File to which to add new entries with the `i' key in agenda and calendar.
27082 : When this is the symbol `diary-file', the functionality in the Emacs
27083 : calendar will be used to add entries to the `diary-file'.  But when this
27084 : points to a file, `org-agenda-diary-entry' will be used instead.
27086 ** org-babel-js-cmd =(funcall (function (closure (t...=
27087    :PROPERTIES:
27088    :CUSTOM_ID: org-babel-js-cmd
27089    :END:
27091 - *Type:* string
27092 - *Since:* Emacs version 24.1
27093 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-js.el][ob-js.el]]
27094 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-js-cmd][Find modifications in git logs]]
27096 : Name of command used to evaluate js blocks.
27098 ** org-agenda-cmp-user-defined =nil=
27099    :PROPERTIES:
27100    :CUSTOM_ID: org-agenda-cmp-user-defined
27101    :END:
27103 - *Type:* symbol
27104 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27105 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-cmp-user-defined][Find modifications in git logs]]
27107 : A function to define the comparison `user-defined'.
27108 : This function must receive two arguments, agenda entry a and b.
27109 : If a>b, return +1.  If a<b, return -1.  If they are equal as seen by
27110 : the user comparison, return nil.
27111 : When this is defined, you can make `user-defined-up' and `user-defined-down'
27112 : part of an agenda sorting strategy.
27114 ** org-ascii-links-to-notes =(funcall (function (closure (t...=
27115    :PROPERTIES:
27116    :CUSTOM_ID: org-ascii-links-to-notes
27117    :END:
27119 - *Type:* boolean
27120 - *Since:* Emacs version 24.4
27121 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
27122 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-links-to-notes][Find modifications in git logs]]
27124 : Non-nil means convert links to notes before the next headline.
27125 : When nil, the link will be exported in place.  If the line
27126 : becomes long in this way, it will be wrapped.
27128 ** org-html-extension =(funcall (function (closure (h...=
27129    :PROPERTIES:
27130    :CUSTOM_ID: org-html-extension
27131    :END:
27133 - *Type:* string
27134 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
27135 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-extension][Find modifications in git logs]]
27137 : The extension for exported HTML files.
27139 ** org-latex-default-figure-position =(funcall (function (closure (t...=
27140    :PROPERTIES:
27141    :CUSTOM_ID: org-latex-default-figure-position
27142    :END:
27144 - *Type:* string
27145 - *Since:* Emacs version 26.1
27146 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
27147 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-default-figure-position][Find modifications in git logs]]
27149 : Default position for LaTeX figures.
27151 ** org-latex-inline-image-rules =(funcall (function (closure (t...=
27152    :PROPERTIES:
27153    :CUSTOM_ID: org-latex-inline-image-rules
27154    :END:
27156 - *Type:* (alist :key-type (string :tag ...
27157 - *Since:* Emacs version 24.4
27158 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-latex.el][ox-latex.el]]
27159 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-latex-inline-image-rules][Find modifications in git logs]]
27161 : Rules characterizing image files that can be inlined into LaTeX.
27163 : A rule consists in an association whose key is the type of link
27164 : to consider, and value is a regexp that will be matched against
27165 : link's path.
27167 : Note that, by default, the image extension *actually* allowed
27168 : depend on the way the LaTeX file is processed.  When used with
27169 : pdflatex, pdf, jpg and png images are OK.  When processing
27170 : through dvi to Postscript, only ps and eps are allowed.  The
27171 : default we use here encompasses both.
27173 ** org-agenda-insert-diary-strategy =(quote date-tree)=
27174    :PROPERTIES:
27175    :CUSTOM_ID: org-agenda-insert-diary-strategy
27176    :END:
27178 - *Type:* (choice (const :tag "first in ...
27179 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27180 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-insert-diary-strategy][Find modifications in git logs]]
27182 : Where in `org-agenda-diary-file' should new entries be added?
27183 : Valid values:
27185 : date-tree         in the date tree, as first child of the date
27186 : date-tree-last    in the date tree, as last child of the date
27187 : top-level         as top-level entries at the end of the file.
27189 ** org-publish-list-skipped-files =(funcall (function (closure (t...=
27190    :PROPERTIES:
27191    :CUSTOM_ID: org-publish-list-skipped-files
27192    :END:
27194 - *Type:* boolean
27195 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
27196 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-list-skipped-files][Find modifications in git logs]]
27198 : Non-nil means show message about files *not* published.
27200 ** org-link-parameters =(funcall (function (closure (f...=
27201    :PROPERTIES:
27202    :CUSTOM_ID: org-link-parameters
27203    :END:
27205 - *Type:* (alist :tag "Link display para...
27206 - *Since:* Emacs version 26.1
27207 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27208 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-link-parameters][Find modifications in git logs]]
27210 : An alist of properties that defines all the links in Org mode.
27211 : The key in each association is a string of the link type.
27212 : Subsequent optional elements make up a p-list of link properties.
27214 : :follow - A function that takes the link path as an argument.
27216 : :export - A function that takes the link path, description and
27217 : export-backend as arguments.
27219 : :store - A function responsible for storing the link.  See the
27220 : function `org-store-link-functions'.
27222 : :complete - A function that inserts a link with completion.  The
27223 : function takes one optional prefix arg.
27225 : :face - A face for the link, or a function that returns a face.
27226 : The function takes one argument which is the link path.  The
27227 : default face is `org-link'.
27229 : :mouse-face - The mouse-face. The default is `highlight'.
27231 : :display - `full' will not fold the link in descriptive
27232 : display.  Default is `org-link'.
27234 : :help-echo - A string or function that takes (window object position)
27235 : as arguments and returns a string.
27237 : :keymap - A keymap that is active on the link.  The default is
27238 : `org-mouse-map'.
27240 : :htmlize-link - A function for the htmlize-link.  Defaults
27241 : to (list :uri "type:path")
27243 : :activate-func - A function to run at the end of font-lock
27244 : activation.  The function must accept (link-start link-end path bracketp)
27245 : as arguments.
27247 ** org-read-date-force-compatible-dates =(funcall (function (closure (f...=
27248    :PROPERTIES:
27249    :CUSTOM_ID: org-read-date-force-compatible-dates
27250    :END:
27252 - *Type:* boolean
27253 - *Since:* Emacs version 24.1
27254 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27255 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-read-date-force-compatible-dates][Find modifications in git logs]]
27257 : Should date/time prompt force dates that are guaranteed to work in Emacs?
27259 : Depending on the system Emacs is running on, certain dates cannot
27260 : be represented with the type used internally to represent time.
27261 : Dates between 1970-1-1 and 2038-1-1 can always be represented
27262 : correctly.  Some systems allow for earlier dates, some for later,
27263 : some for both.  One way to find out it to insert any date into an
27264 : Org buffer, putting the cursor on the year and hitting S-up and
27265 : S-down to test the range.
27267 : When this variable is set to t, the date/time prompt will not let
27268 : you specify dates outside the 1970-2037 range, so it is certain that
27269 : these dates will work in whatever version of Emacs you are
27270 : running, and also that you can move a file from one Emacs implementation
27271 : to another.  WHenever Org is forcing the year for you, it will display
27272 : a message and beep.
27274 : When this variable is nil, Org will check if the date is
27275 : representable in the specific Emacs implementation you are using.
27276 : If not, it will force a year, usually the current year, and beep
27277 : to remind you.  Currently this setting is not recommended because
27278 : the likelihood that you will open your Org files in an Emacs that
27279 : has limited date range is not negligible.
27281 : A workaround for this problem is to use diary sexp dates for time
27282 : stamps outside of this range.
27284 ** org-agenda-jump-prefer-future =(funcall (function (closure (f...=
27285    :PROPERTIES:
27286    :CUSTOM_ID: org-agenda-jump-prefer-future
27287    :END:
27289 - *Type:* (choice (const :tag "Use org-r...
27290 - *Since:* Emacs version 24.1
27291 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27292 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-jump-prefer-future][Find modifications in git logs]]
27294 : Should the agenda jump command prefer the future for incomplete dates?
27295 : The default is to do the same as configured in `org-read-date-prefer-future'.
27296 : But you can also set a deviating value here.
27297 : This may t or nil, or the symbol `org-read-date-prefer-future'.
27299 ** org-ascii-table-keep-all-vertical-lines =(funcall (function (closure (t...=
27300    :PROPERTIES:
27301    :CUSTOM_ID: org-ascii-table-keep-all-vertical-lines
27302    :END:
27304 - *Type:* boolean
27305 - *Since:* Emacs version 24.4
27306 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
27307 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-table-keep-all-vertical-lines][Find modifications in git logs]]
27309 : Non-nil means keep all vertical lines in ASCII tables.
27310 : When nil, vertical lines will be removed except for those needed
27311 : for column grouping.
27313 ** org-publish-sitemap-sort-files =(funcall (function (closure (t...=
27314    :PROPERTIES:
27315    :CUSTOM_ID: org-publish-sitemap-sort-files
27316    :END:
27318 - *Type:* symbol
27319 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
27320 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-sitemap-sort-files][Find modifications in git logs]]
27322 : Method to sort files in site-maps.
27323 : Possible values are `alphabetically', `chronologically',
27324 : `anti-chronologically' and nil.
27326 : If `alphabetically', files will be sorted alphabetically.  If
27327 : `chronologically', files will be sorted with older modification
27328 : time first.  If `anti-chronologically', files will be sorted with
27329 : newer modification time first.  nil won't sort files.
27331 : You can overwrite this default per project in your
27332 : `org-publish-project-alist', using `:sitemap-sort-files'.
27334 ** org-agenda-start-with-log-mode =nil=
27335    :PROPERTIES:
27336    :CUSTOM_ID: org-agenda-start-with-log-mode
27337    :END:
27339 - *Type:* (choice (const :tag "Don't sho...
27340 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27341 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-start-with-log-mode][Find modifications in git logs]]
27343 : The initial value of log-mode in a newly created agenda window.
27344 : See `org-agenda-log-mode' and `org-agenda-log-mode-items' for further
27345 : explanations on the possible values.
27347 ** org-startup-with-latex-preview =(funcall (function (closure (f...=
27348    :PROPERTIES:
27349    :CUSTOM_ID: org-startup-with-latex-preview
27350    :END:
27352 - *Type:* boolean
27353 - *Since:* Emacs version 24.4
27354 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27355 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-startup-with-latex-preview][Find modifications in git logs]]
27357 : Non-nil means preview LaTeX fragments when loading a new Org file.
27359 : This can also be configured on a per-file basis by adding one of
27360 : the following lines anywhere in the buffer:
27361 :    #+STARTUP: latexpreview
27362 :    #+STARTUP: nolatexpreview
27364 ** org-agenda-query-register =111=
27365    :PROPERTIES:
27366    :CUSTOM_ID: org-agenda-query-register
27367    :END:
27369 - *Type:* character
27370 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27371 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-query-register][Find modifications in git logs]]
27373 : The register holding the current query string.
27374 : The purpose of this is that if you construct a query string interactively,
27375 : you can then use it to define a custom command.
27377 ** org-ascii-global-margin =(funcall (function (closure (t...=
27378    :PROPERTIES:
27379    :CUSTOM_ID: org-ascii-global-margin
27380    :END:
27382 - *Type:* integer
27383 - *Since:* Emacs version 24.4
27384 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
27385 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-global-margin][Find modifications in git logs]]
27387 : Width of the left margin, in number of characters.
27389 ** org-agenda-columns-add-appointments-to-effort-sum =nil=
27390    :PROPERTIES:
27391    :CUSTOM_ID: org-agenda-columns-add-appointments-to-effort-sum
27392    :END:
27394 - *Type:* boolean
27395 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27396 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-columns-add-appointments-to-effort-sum][Find modifications in git logs]]
27398 : Non-nil means the duration of an appointment will add to day effort.
27399 : The property to which appointment durations will be added is the one given
27400 : in the option `org-effort-property'.  If an appointment does not have
27401 : an end time, `org-agenda-default-appointment-duration' will be used.  If that
27402 : is not set, an appointment without end time will not contribute to the time
27403 : estimate.
27405 ** org-image-actual-width =(funcall (function (closure (o...=
27406    :PROPERTIES:
27407    :CUSTOM_ID: org-image-actual-width
27408    :END:
27410 - *Type:* (choice (const :tag "Use the i...
27411 - *Since:* Emacs version 24.4
27412 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27413 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-image-actual-width][Find modifications in git logs]]
27415 : Should we use the actual width of images when inlining them?
27417 : When set to t, always use the image width.
27419 : When set to a number, use imagemagick (when available) to set
27420 : the image's width to this value.
27422 : When set to a number in a list, try to get the width from any
27423 : #+ATTR.* keyword if it matches a width specification like
27425 :   #+ATTR_HTML: :width 300px
27427 : and fall back on that number if none is found.
27429 : When set to nil, try to get the width from an #+ATTR.* keyword
27430 : and fall back on the original width if none is found.
27432 : This requires Emacs >= 24.1, build with imagemagick support.
27434 ** org-odt-convert-processes =(funcall (function (closure (h...=
27435    :PROPERTIES:
27436    :CUSTOM_ID: org-odt-convert-processes
27437    :END:
27439 - *Type:* (choice (const :tag "None" nil...
27440 - *Since:* Emacs version 24.1
27441 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-odt.el][ox-odt.el]]
27442 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-odt-convert-processes][Find modifications in git logs]]
27444 : Specify a list of document converters and their usage.
27445 : The converters in this list are offered as choices while
27446 : customizing `org-odt-convert-process'.
27448 : This variable is a list where each element is of the
27449 : form (CONVERTER-NAME CONVERTER-CMD).  CONVERTER-NAME is the name
27450 : of the converter.  CONVERTER-CMD is the shell command for the
27451 : converter and can contain format specifiers.  These format
27452 : specifiers are interpreted as below:
27454 : %i input file name in full
27455 : %I input file name as a URL
27456 : %f format of the output file
27457 : %o output file name in full
27458 : %O output file name as a URL
27459 : %d output dir in full
27460 : %D output dir as a URL.
27461 : %x extra options as set in `org-odt-convert-capabilities'.
27463 ** org-tags-exclude-from-inheritance =(funcall (function (closure (f...=
27464    :PROPERTIES:
27465    :CUSTOM_ID: org-tags-exclude-from-inheritance
27466    :END:
27468 - *Type:* (repeat (string :tag "Tag"))
27469 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27470 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-tags-exclude-from-inheritance][Find modifications in git logs]]
27472 : List of tags that should never be inherited.
27473 : This is a way to exclude a few tags from inheritance.  For way to do
27474 : the opposite, to actively allow inheritance for selected tags,
27475 : see the variable `org-use-tag-inheritance'.
27477 ** org-agenda-todo-ignore-time-comparison-use-seconds =nil=
27478    :PROPERTIES:
27479    :CUSTOM_ID: org-agenda-todo-ignore-time-comparison-use-seconds
27480    :END:
27482 - *Type:* (choice (const :tag "Compare t...
27483 - *Since:* Emacs version 24.4
27484 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27485 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-todo-ignore-time-comparison-use-seconds][Find modifications in git logs]]
27487 : Time unit to use when possibly ignoring an agenda item.
27489 : See the docstring of various `org-agenda-todo-ignore-*' options.
27490 : The default is to compare time stamps using days.  An item is thus
27491 : considered to be in the future if it is at least one day after today.
27492 : Non-nil means to compare time stamps using seconds.  An item is then
27493 : considered future if it has a time value later than current time.
27495 ** org-export-with-date =(funcall (function (closure (t...=
27496    :PROPERTIES:
27497    :CUSTOM_ID: org-export-with-date
27498    :END:
27500 - *Type:* boolean
27501 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
27502 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-date][Find modifications in git logs]]
27504 : Non-nil means insert date in the exported document.
27505 : This option can also be set with the OPTIONS keyword,
27506 : e.g. "date:nil".
27508 ** org-export-backends =(funcall (function (closure (f...=
27509    :PROPERTIES:
27510    :CUSTOM_ID: org-export-backends
27511    :END:
27513 - *Type:* (set :greedy t (const :tag "  ...
27514 - *Since:* Emacs version 26.1
27515 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27516 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-backends][Find modifications in git logs]]
27518 : List of export back-ends that should be always available.
27520 : If a description starts with <C>, the file is not part of Emacs
27521 : and loading it will require that you have downloaded and properly
27522 : installed the Org mode distribution.
27524 : Unlike to `org-modules', libraries in this list will not be
27525 : loaded along with Org, but only once the export framework is
27526 : needed.
27528 : This variable needs to be set before org.el is loaded.  If you
27529 : need to make a change while Emacs is running, use the customize
27530 : interface or run the following code, where VAL stands for the new
27531 : value of the variable, after updating it:
27533 :   (progn
27534 :     (setq org-export-registered-backends
27535 :           (cl-remove-if-not
27536 :            (lambda (backend)
27537 :              (let ((name (org-export-backend-name backend)))
27538 :                (or (memq name val)
27539 :                    (catch \='parentp
27540 :                      (dolist (b val)
27541 :                        (and (org-export-derived-backend-p b name)
27542 :                             (throw \='parentp t)))))))
27543 :            org-export-registered-backends))
27544 :     (let ((new-list (mapcar #\='org-export-backend-name
27545 :                             org-export-registered-backends)))
27546 :       (dolist (backend val)
27547 :         (cond
27548 :          ((not (load (format "ox-%s" backend) t t))
27549 :           (message "Problems while trying to load export back-end \=`%s\='"
27550 :                    backend))
27551 :          ((not (memq backend new-list)) (push backend new-list))))
27552 :       (set-default \='org-export-backends new-list)))
27554 : Adding a back-end to this list will also pull the back-end it
27555 : depends on, if any.
27557 ** org-publish-project-alist =(funcall (function (closure (t...=
27558    :PROPERTIES:
27559    :CUSTOM_ID: org-publish-project-alist
27560    :END:
27562 - *Type:* alist
27563 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-publish.el][ox-publish.el]]
27564 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-publish-project-alist][Find modifications in git logs]]
27566 : Association list to control publishing behavior.
27567 : \<org-mode-map>
27568 : Each element of the alist is a publishing project.  The car of
27569 : each element is a string, uniquely identifying the project.  The
27570 : cdr of each element is in one of the following forms:
27572 : 1. A well-formed property list with an even number of elements,
27573 :    alternating keys and values, specifying parameters for the
27574 :    publishing process.
27576 :      (:property value :property value ... )
27578 : 2. A meta-project definition, specifying of a list of
27579 :    sub-projects:
27581 :      (:components ("project-1" "project-2" ...))
27583 : When the CDR of an element of org-publish-project-alist is in
27584 : this second form, the elements of the list after `:components'
27585 : are taken to be components of the project, which group together
27586 : files requiring different publishing options.  When you publish
27587 : such a project with `\[org-publish]', the components all publish.
27589 : When a property is given a value in `org-publish-project-alist',
27590 : its setting overrides the value of the corresponding user
27591 : variable (if any) during publishing.  However, options set within
27592 : a file override everything.
27594 : Most properties are optional, but some should always be set:
27596 :   `:base-directory'
27598 :     Directory containing publishing source files.
27600 :   `:base-extension'
27602 :     Extension (without the dot!) of source files.  This can be
27603 :     a regular expression.  If not given, "org" will be used as
27604 :     default extension.  If it is `any', include all the files,
27605 :     even without extension.
27607 :   `:publishing-directory'
27609 :     Directory (possibly remote) where output files will be
27610 :     published.
27612 : If `:recursive' is non-nil files in sub-directories of
27613 : `:base-directory' are considered.
27615 : The `:exclude' property may be used to prevent certain files from
27616 : being published.  Its value may be a string or regexp matching
27617 : file names you don't want to be published.
27619 : The `:include' property may be used to include extra files.  Its
27620 : value may be a list of filenames to include.  The filenames are
27621 : considered relative to the base directory.
27623 : When both `:include' and `:exclude' properties are given values,
27624 : the exclusion step happens first.
27626 : One special property controls which back-end function to use for
27627 : publishing files in the project.  This can be used to extend the
27628 : set of file types publishable by `org-publish', as well as the
27629 : set of output formats.
27631 :   `:publishing-function'
27633 :     Function to publish file.  Each back-end may define its
27634 :     own (i.e. `org-latex-publish-to-pdf',
27635 :     `org-html-publish-to-html').  May be a list of functions, in
27636 :     which case each function in the list is invoked in turn.
27638 : Another property allows you to insert code that prepares
27639 : a project for publishing.  For example, you could call GNU Make
27640 : on a certain makefile, to ensure published files are built up to
27641 : date.
27643 :   `:preparation-function'
27645 :     Function to be called before publishing this project.  This
27646 :     may also be a list of functions.  Preparation functions are
27647 :     called with the project properties list as their sole
27648 :     argument.
27650 :   `:completion-function'
27652 :     Function to be called after publishing this project.  This
27653 :     may also be a list of functions.  Completion functions are
27654 :     called with the project properties list as their sole
27655 :     argument.
27657 : Some properties control details of the Org publishing process,
27658 : and are equivalent to the corresponding user variables listed in
27659 : the right column.  Back-end specific properties may also be
27660 : included.  See the back-end documentation for more information.
27662 :   :author                   `user-full-name'
27663 :   :creator                  `org-export-creator-string'
27664 :   :email                    `user-mail-address'
27665 :   :exclude-tags             `org-export-exclude-tags'
27666 :   :headline-levels          `org-export-headline-levels'
27667 :   :language                 `org-export-default-language'
27668 :   :preserve-breaks          `org-export-preserve-breaks'
27669 :   :section-numbers          `org-export-with-section-numbers'
27670 :   :select-tags              `org-export-select-tags'
27671 :   :time-stamp-file          `org-export-time-stamp-file'
27672 :   :with-archived-trees      `org-export-with-archived-trees'
27673 :   :with-author              `org-export-with-author'
27674 :   :with-creator             `org-export-with-creator'
27675 :   :with-date                `org-export-with-date'
27676 :   :with-drawers             `org-export-with-drawers'
27677 :   :with-email               `org-export-with-email'
27678 :   :with-emphasize           `org-export-with-emphasize'
27679 :   :with-entities            `org-export-with-entities'
27680 :   :with-fixed-width         `org-export-with-fixed-width'
27681 :   :with-footnotes           `org-export-with-footnotes'
27682 :   :with-inlinetasks         `org-export-with-inlinetasks'
27683 :   :with-latex               `org-export-with-latex'
27684 :   :with-planning            `org-export-with-planning'
27685 :   :with-priority            `org-export-with-priority'
27686 :   :with-properties          `org-export-with-properties'
27687 :   :with-smart-quotes        `org-export-with-smart-quotes'
27688 :   :with-special-strings     `org-export-with-special-strings'
27689 :   :with-statistics-cookies' `org-export-with-statistics-cookies'
27690 :   :with-sub-superscript     `org-export-with-sub-superscripts'
27691 :   :with-toc                 `org-export-with-toc'
27692 :   :with-tables              `org-export-with-tables'
27693 :   :with-tags                `org-export-with-tags'
27694 :   :with-tasks               `org-export-with-tasks'
27695 :   :with-timestamps          `org-export-with-timestamps'
27696 :   :with-title               `org-export-with-title'
27697 :   :with-todo-keywords       `org-export-with-todo-keywords'
27699 : The following properties may be used to control publishing of
27700 : a site-map of files or summary page for a given project.
27702 :   `:auto-sitemap'
27704 :     Whether to publish a site-map during
27705 :     `org-publish-current-project' or `org-publish-all'.
27707 :   `:sitemap-filename'
27709 :     Filename for output of site-map.  Defaults to "sitemap.org".
27711 :   `:sitemap-title'
27713 :     Title of site-map page.  Defaults to name of file.
27715 :   `:sitemap-style'
27717 :     Can be `list' (site-map is just an itemized list of the
27718 :     titles of the files involved) or `tree' (the directory
27719 :     structure of the source files is reflected in the site-map).
27720 :     Defaults to `tree'.
27722 :   `:sitemap-format-entry'
27724 :     Plugin function used to format entries in the site-map.  It
27725 :     is called with three arguments: the file or directory name
27726 :     relative to base directory, the site map style and the
27727 :     current project.  It has to return a string.
27729 :     Defaults to `org-publish-sitemap-default-entry', which turns
27730 :     file names into links and use document titles as
27731 :     descriptions.  For specific formatting needs, one can use
27732 :     `org-publish-find-date', `org-publish-find-title' and
27733 :     `org-publish-find-property', to retrieve additional
27734 :     information about published documents.
27736 :   `:sitemap-function'
27738 :     Plugin function to use for generation of site-map.  It is
27739 :     called with two arguments: the title of the site-map, as
27740 :     a string, and a representation of the files involved in the
27741 :     project, as returned by `org-list-to-lisp'.  The latter can
27742 :     further be transformed using `org-list-to-generic',
27743 :     `org-list-to-subtree' and alike.  It has to return a string.
27745 :     Defaults to `org-publish-sitemap-default', which generates
27746 :     a plain list of links to all files in the project.
27748 : If you create a site-map file, adjust the sorting like this:
27750 :   `:sitemap-sort-folders'
27752 :     Where folders should appear in the site-map.  Set this to
27753 :     `first' or `last' to display folders first or last,
27754 :     respectively.  When set to `ignore' (default), folders are
27755 :     ignored altogether.  Any other value will mix files and
27756 :     folders.  This variable has no effect when site-map style is
27757 :     `tree'.
27759 :   `:sitemap-sort-files'
27761 :     The site map is normally sorted alphabetically.  You can
27762 :     change this behavior setting this to `anti-chronologically',
27763 :     `chronologically', or nil.
27765 :   `:sitemap-ignore-case'
27767 :     Should sorting be case-sensitive?  Default nil.
27769 : The following property control the creation of a concept index.
27771 :   `:makeindex'
27773 :     Create a concept index.  The file containing the index has to
27774 :     be called "theindex.org".  If it doesn't exist in the
27775 :     project, it will be generated.  Contents of the index are
27776 :     stored in the file "theindex.inc", which can be included in
27777 :     "theindex.org".
27779 : Other properties affecting publication.
27781 :   `:body-only'
27783 :     Set this to t to publish only the body of the documents.
27785 ** org-ascii-charset =(funcall (function (closure (t...=
27786    :PROPERTIES:
27787    :CUSTOM_ID: org-ascii-charset
27788    :END:
27790 - *Type:* (choice (const :tag "ASCII" as...
27791 - *Since:* Emacs version 24.4
27792 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-ascii.el][ox-ascii.el]]
27793 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-ascii-charset][Find modifications in git logs]]
27795 : The charset allowed to represent various elements and objects.
27796 : Possible values are:
27797 : `ascii'    Only use plain ASCII characters
27798 : `latin1'   Include Latin-1 characters
27799 : `utf-8'    Use all UTF-8 characters
27801 ** org-agenda-inactive-leader ="["=
27802    :PROPERTIES:
27803    :CUSTOM_ID: org-agenda-inactive-leader
27804    :END:
27806 - *Type:* string
27807 - *Since:* Emacs version 24.1
27808 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27809 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-inactive-leader][Find modifications in git logs]]
27811 : Text preceding item pulled into the agenda by inactive time stamps.
27812 : These entries are added to the agenda when pressing "[".
27814 ** org-html-head =(funcall (function (closure (h...=
27815    :PROPERTIES:
27816    :CUSTOM_ID: org-html-head
27817    :END:
27819 - *Type:* string
27820 - *Since:* Emacs version 24.4
27821 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
27822 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-head][Find modifications in git logs]]
27824 : Org-wide head definitions for exported HTML files.
27826 : This variable can contain the full HTML structure to provide a
27827 : style, including the surrounding HTML tags.  You can consider
27828 : including definitions for the following classes: title, todo,
27829 : done, timestamp, timestamp-kwd, tag, target.
27831 : For example, a valid value would be:
27833 :    <style type="text/css">
27834 :     <![CDATA[
27835 :        p { font-weight: normal; color: gray; }
27836 :        h1 { color: black; }
27837 :       .title { text-align: center; }
27838 :       .todo, .timestamp-kwd { color: red; }
27839 :       .done { color: green; }
27840 :     ]]>
27841 :    </style>
27843 : If you want to refer to an external style, use something like
27845 :    <link rel="stylesheet" type="text/css" href="mystyles.css" />
27847 : As the value of this option simply gets inserted into the HTML
27848 : <head> header, you can use it to add any arbitrary text to the
27849 : header.
27851 : You can set this on a per-file basis using #+HTML_HEAD:,
27852 : or for publication projects using the :html-head property.
27854 ** org-agenda-custom-commands =(quote (("n" "Agenda and all T...=
27855    :PROPERTIES:
27856    :CUSTOM_ID: org-agenda-custom-commands
27857    :END:
27859 - *Type:* (repeat (choice :value ("x" "D...
27860 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27861 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-custom-commands][Find modifications in git logs]]
27863 : Custom commands for the agenda.
27864 : \<org-mode-map>
27865 : These commands will be offered on the splash screen displayed by the
27866 : agenda dispatcher `\[org-agenda]'.  Each entry is a list like this:
27868 :    (key desc type match settings files)
27870 : key      The key (one or more characters as a string) to be associated
27871 :          with the command.
27872 : desc     A description of the command, when omitted or nil, a default
27873 :          description is built using MATCH.
27874 : type     The command type, any of the following symbols:
27875 :           agenda      The daily/weekly agenda.
27876 :           todo        Entries with a specific TODO keyword, in all agenda files.
27877 :           search      Entries containing search words entry or headline.
27878 :           tags        Tags/Property/TODO match in all agenda files.
27879 :           tags-todo   Tags/P/T match in all agenda files, TODO entries only.
27880 :           todo-tree   Sparse tree of specific TODO keyword in *current* file.
27881 :           tags-tree   Sparse tree with all tags matches in *current* file.
27882 :           occur-tree  Occur sparse tree for *current* file.
27883 :           ...         A user-defined function.
27884 : match    What to search for:
27885 :           - a single keyword for TODO keyword searches
27886 :           - a tags match expression for tags searches
27887 :           - a word search expression for text searches.
27888 :           - a regular expression for occur searches
27889 :           For all other commands, this should be the empty string.
27890 : settings  A list of option settings, similar to that in a let form, so like
27891 :           this: ((opt1 val1) (opt2 val2) ...).   The values will be
27892 :           evaluated at the moment of execution, so quote them when needed.
27893 : files     A list of files to write the produced agenda buffer to with
27894 :           the command `org-store-agenda-views'.
27895 :           If a file name ends in ".html", an HTML version of the buffer
27896 :           is written out.  If it ends in ".ps", a postscript version is
27897 :           produced.  Otherwise, only the plain text is written to the file.
27899 : You can also define a set of commands, to create a composite agenda buffer.
27900 : In this case, an entry looks like this:
27902 :   (key desc (cmd1 cmd2 ...) general-settings-for-whole-set files)
27904 : where
27906 : desc   A description string to be displayed in the dispatcher menu.
27907 : cmd    An agenda command, similar to the above.  However, tree commands
27908 :        are not allowed, but instead you can get agenda and global todo list.
27909 :        So valid commands for a set are:
27910 :        (agenda "" settings)
27911 :        (alltodo "" settings)
27912 :        (stuck "" settings)
27913 :        (todo "match" settings files)
27914 :        (search "match" settings files)
27915 :        (tags "match" settings files)
27916 :        (tags-todo "match" settings files)
27918 : Each command can carry a list of options, and another set of options can be
27919 : given for the whole set of commands.  Individual command options take
27920 : precedence over the general options.
27922 : When using several characters as key to a command, the first characters
27923 : are prefix commands.  For the dispatcher to display useful information, you
27924 : should provide a description for the prefix, like
27926 :  (setq org-agenda-custom-commands
27927 :    \='(("h" . "HOME + Name tag searches") ; describe prefix "h"
27928 :      ("hl" tags "+HOME+Lisa")
27929 :      ("hp" tags "+HOME+Peter")
27930 :      ("hk" tags "+HOME+Kim")))
27932 ** org-fast-tag-selection-single-key =(funcall (function (closure (f...=
27933    :PROPERTIES:
27934    :CUSTOM_ID: org-fast-tag-selection-single-key
27935    :END:
27937 - *Type:* (choice (const :tag "No" nil) ...
27938 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27939 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-fast-tag-selection-single-key][Find modifications in git logs]]
27941 : Non-nil means fast tag selection exits after first change.
27942 : When nil, you have to press RET to exit it.
27943 : During fast tag selection, you can toggle this flag with `C-c'.
27944 : This variable can also have the value `expert'.  In this case, the window
27945 : displaying the tags menu is not even shown, until you press C-c again.
27947 ** org-html-divs =(funcall (function (closure (h...=
27948    :PROPERTIES:
27949    :CUSTOM_ID: org-html-divs
27950    :END:
27952 - *Type:* (list :greedy t (list :tag "Pr...
27953 - *Since:* Emacs version 24.4
27954 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
27955 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-divs][Find modifications in git logs]]
27957 : Alist of the three section elements for HTML export.
27958 : The car of each entry is one of `preamble', `content' or `postamble'.
27959 : The cdrs of each entry are the ELEMENT_TYPE and ID for each
27960 : section of the exported document.
27962 : Note that changing the default will prevent you from using
27963 : org-info.js for your website.
27965 ** org-speed-commands-user =(funcall (function (closure (f...=
27966    :PROPERTIES:
27967    :CUSTOM_ID: org-speed-commands-user
27968    :END:
27970 - *Type:* (repeat :value ("k" . ignore) ...
27971 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
27972 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-speed-commands-user][Find modifications in git logs]]
27974 : Alist of additional speed commands.
27975 : This list will be checked before `org-speed-commands-default'
27976 : when the variable `org-use-speed-commands' is non-nil
27977 : and when the cursor is at the beginning of a headline.
27978 : The car if each entry is a string with a single letter, which must
27979 : be assigned to `self-insert-command' in the global map.
27980 : The cdr is either a command to be called interactively, a function
27981 : to be called, or a form to be evaluated.
27982 : An entry that is just a list with a single string will be interpreted
27983 : as a descriptive headline that will be added when listing the speed
27984 : commands in the Help buffer using the `?' speed command.
27986 ** org-agenda-search-view-always-boolean =nil=
27987    :PROPERTIES:
27988    :CUSTOM_ID: org-agenda-search-view-always-boolean
27989    :END:
27991 - *Type:* boolean
27992 - *Since:* Emacs version 24.1
27993 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
27994 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-search-view-always-boolean][Find modifications in git logs]]
27996 : Non-nil means the search string is interpreted as individual parts.
27998 : The search string for search view can either be interpreted as a phrase,
27999 : or as a list of snippets that define a boolean search for a number of
28000 : strings.
28002 : When this is non-nil, the string will be split on whitespace, and each
28003 : snippet will be searched individually, and all must match in order to
28004 : select an entry.  A snippet is then a single string of non-white
28005 : characters, or a string in double quotes, or a regexp in {} braces.
28006 : If a snippet is preceded by "-", the snippet must *not* match.
28007 : "+" is syntactic sugar for positive selection.  Each snippet may
28008 : be found as a full word or a partial word, but see the variable
28009 : `org-agenda-search-view-force-full-words'.
28011 : When this is nil, search will look for the entire search phrase as one,
28012 : with each space character matching any amount of whitespace, including
28013 : line breaks.
28015 : Even when this is nil, you can still switch to Boolean search dynamically
28016 : by preceding the first snippet with "+" or "-".  If the first snippet
28017 : is a regexp marked with braces like "{abc}", this will also switch to
28018 : boolean search.
28020 ** org-refile-use-cache =(funcall (function (closure (f...=
28021    :PROPERTIES:
28022    :CUSTOM_ID: org-refile-use-cache
28023    :END:
28025 - *Type:* boolean
28026 - *Since:* Emacs version 24.1
28027 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
28028 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-refile-use-cache][Find modifications in git logs]]
28030 : Non-nil means cache refile targets to speed up the process.
28031 : \<org-mode-map>The cache for a particular file will be updated automatically when
28032 : the buffer has been killed, or when any of the marker used for flagging
28033 : refile targets no longer points at a live buffer.
28034 : If you have added new entries to a buffer that might themselves be targets,
28035 : you need to clear the cache manually by pressing `C-0 \[org-refile]' or,
28036 : if you find that easier, `\[universal-argument] \[universal-argument] \[universal-argument] \[org-refile]'.
28038 ** org-hierarchical-todo-statistics =(funcall (function (closure (f...=
28039    :PROPERTIES:
28040    :CUSTOM_ID: org-hierarchical-todo-statistics
28041    :END:
28043 - *Type:* boolean
28044 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
28045 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-hierarchical-todo-statistics][Find modifications in git logs]]
28047 : Non-nil means TODO statistics covers just direct children.
28048 : When nil, all entries in the subtree are considered.
28049 : This has only an effect if `org-provide-todo-statistics' is set.
28050 : To set this to nil for only a single subtree, use a COOKIE_DATA
28051 : property and include the word "recursive" into the value.
28053 ** org-beamer-environments-extra =(funcall (function (closure (t...=
28054    :PROPERTIES:
28055    :CUSTOM_ID: org-beamer-environments-extra
28056    :END:
28058 - *Type:* (repeat (list (string :tag "En...
28059 - *Since:* Emacs version 24.4
28060 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-beamer.el][ox-beamer.el]]
28061 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-beamer-environments-extra][Find modifications in git logs]]
28063 : Environments triggered by tags in Beamer export.
28064 : Each entry has 4 elements:
28066 : name    Name of the environment
28067 : key     Selection key for `org-beamer-select-environment'
28068 : open    The opening template for the environment, with the following escapes
28069 :         %a   the action/overlay specification
28070 :         %A   the default action/overlay specification
28071 :         %R   the raw BEAMER_act value
28072 :         %o   the options argument, with square brackets
28073 :         %O   the raw BEAMER_opt value
28074 :         %h   the headline text
28075 :         %r   the raw headline text (i.e. without any processing)
28076 :         %H   if there is headline text, that raw text in {} braces
28077 :         %U   if there is headline text, that raw text in [] brackets
28078 : close   The closing string of the environment.
28080 ** org-confirm-elisp-link-function =(funcall (function (closure (f...=
28081    :PROPERTIES:
28082    :CUSTOM_ID: org-confirm-elisp-link-function
28083    :END:
28085 - *Type:* (choice (const :tag "with yes-...
28086 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
28087 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-confirm-elisp-link-function][Find modifications in git logs]]
28089 : Non-nil means ask for confirmation before executing Emacs Lisp links.
28090 : Elisp links can be dangerous: just think about a link
28092 :      [[elisp:(shell-command "rm -rf ~/*")][Google Search]]
28094 : This link would show up in your Org document as "Google Search",
28095 : but really it would remove your entire home directory.
28096 : Therefore we advise against setting this variable to nil.
28097 : Just change it to `y-or-n-p' if you want to confirm with a
28098 : single keystroke rather than having to type "yes".
28100 ** org-babel-lilypond-commands =(funcall (function (closure (t...=
28101    :PROPERTIES:
28102    :CUSTOM_ID: org-babel-lilypond-commands
28103    :END:
28105 - *Type:* (list (string :tag "Lilypond  ...
28106 - *Since:* Emacs version 24.3
28107 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-lilypond.el][ob-lilypond.el]]
28108 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-lilypond-commands][Find modifications in git logs]]
28110 : Commands to run lilypond and view or play the results.
28111 : These should be executables that take a filename as an argument.
28112 : On some system it is possible to specify the filename directly
28113 : and the viewer or player will be determined from the file type;
28114 : you can leave the string empty on this case.
28116 ** org-babel-ocaml-command =(funcall (function (closure (t...=
28117    :PROPERTIES:
28118    :CUSTOM_ID: org-babel-ocaml-command
28119    :END:
28121 - *Type:* string
28122 - *Since:* Emacs version 24.4
28123 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ob-ocaml.el][ob-ocaml.el]]
28124 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-babel-ocaml-command][Find modifications in git logs]]
28126 : Name of the command for executing Ocaml code.
28128 ** org-show-context-detail =(funcall (function (closure (f...=
28129    :PROPERTIES:
28130    :CUSTOM_ID: org-show-context-detail
28131    :END:
28133 - *Type:* (choice (const :tag "Canonical...
28134 - *Since:* Emacs version 26.1
28135 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
28136 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-show-context-detail][Find modifications in git logs]]
28138 : Alist between context and visibility span when revealing a location.
28140 : \<org-mode-map>Some actions may move point into invisible
28141 : locations.  As a consequence, Org always expose a neighborhood
28142 : around point.  How much is shown depends on the initial action,
28143 : or context.  Valid contexts are
28145 :   agenda         when exposing an entry from the agenda
28146 :   org-goto       when using the command `org-goto' (`\[org-goto]')
28147 :   occur-tree     when using the command `org-occur' (`\[org-sparse-tree] /')
28148 :   tags-tree      when constructing a sparse tree based on tags matches
28149 :   link-search    when exposing search matches associated with a link
28150 :   mark-goto      when exposing the jump goal of a mark
28151 :   bookmark-jump  when exposing a bookmark location
28152 :   isearch        when exiting from an incremental search
28153 :   default        default for all contexts not set explicitly
28155 : Allowed visibility spans are
28157 :   minimal        show current headline; if point is not on headline,
28158 :                  also show entry
28160 :   local          show current headline, entry and next headline
28162 :   ancestors      show current headline and its direct ancestors; if
28163 :                  point is not on headline, also show entry
28165 :   lineage        show current headline, its direct ancestors and all
28166 :                  their children; if point is not on headline, also show
28167 :                  entry and first child
28169 :   tree           show current headline, its direct ancestors and all
28170 :                  their children; if point is not on headline, also show
28171 :                  entry and all children
28173 :   canonical      show current headline, its direct ancestors along with
28174 :                  their entries and children; if point is not located on
28175 :                  the headline, also show current entry and all children
28177 : As special cases, a nil or t value means show all contexts in
28178 : `minimal' or `canonical' view, respectively.
28180 : Some views can make displayed information very compact, but also
28181 : make it harder to edit the location of the match.  In such
28182 : a case, use the command `org-reveal' (`\[org-reveal]') to show
28183 : more context.
28185 ** org-from-is-user-regexp =(funcall (function (closure (f...=
28186    :PROPERTIES:
28187    :CUSTOM_ID: org-from-is-user-regexp
28188    :END:
28190 - *Type:* regexp
28191 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org.el][org.el]]
28192 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-from-is-user-regexp][Find modifications in git logs]]
28194 : Regexp matched against the "From:" header of an email or usenet message.
28195 : It should match if the message is from the user him/herself.
28197 ** org-timer-display =(funcall (function (closure (t...=
28198    :PROPERTIES:
28199    :CUSTOM_ID: org-timer-display
28200    :END:
28202 - *Type:* (choice (const :tag "Mode line...
28203 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-timer.el][org-timer.el]]
28204 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-timer-display][Find modifications in git logs]]
28206 : Define where running timer is displayed, if at all.
28207 : When a timer is running, Org can display it in the mode line
28208 : and/or frame title.  Allowed values are:
28210 : both         displays in both mode line and frame title
28211 : mode-line    displays only in mode line (default)
28212 : frame-title  displays only in frame title
28213 : nil          current timer is not displayed
28215 ** org-clock-display-default-range =(funcall (function (closure (t...=
28216    :PROPERTIES:
28217    :CUSTOM_ID: org-clock-display-default-range
28218    :END:
28220 - *Type:* (choice (const today) (const y...
28221 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-clock.el][org-clock.el]]
28222 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-clock-display-default-range][Find modifications in git logs]]
28224 : Default range when displaying clocks with `org-clock-display'.
28226 ** org-attach-auto-tag =(funcall (function (closure (t...=
28227    :PROPERTIES:
28228    :CUSTOM_ID: org-attach-auto-tag
28229    :END:
28231 - *Type:* (choice (const :tag "None" nil...
28232 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-attach.el][org-attach.el]]
28233 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-attach-auto-tag][Find modifications in git logs]]
28235 : Tag that will be triggered automatically when an entry has an attachment.
28237 ** org-agenda-clockreport-parameter-plist =(quote (:link t :maxlevel 2))=
28238    :PROPERTIES:
28239    :CUSTOM_ID: org-agenda-clockreport-parameter-plist
28240    :END:
28242 - *Type:* plist
28243 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
28244 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-clockreport-parameter-plist][Find modifications in git logs]]
28246 : Property list with parameters for the clocktable in clockreport mode.
28247 : This is the display mode that shows a clock table in the daily/weekly
28248 : agenda, the properties for this dynamic block can be set here.
28249 : The usual clocktable parameters are allowed here, but you cannot set
28250 : the properties :name, :tstart, :tend, :block, and :scope - these will
28251 : be overwritten to make sure the content accurately reflects the
28252 : current display in the agenda.
28254 ** org-man-pdf-process =(funcall (function (closure (o...=
28255    :PROPERTIES:
28256    :CUSTOM_ID: org-man-pdf-process
28257    :END:
28259 - *Type:* (choice (repeat :tag "Shell co...
28260 - *Since:* Emacs version 24.4
28261 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-man.el][ox-man.el]]
28262 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-man-pdf-process][Find modifications in git logs]]
28264 : Commands to process a Man file to a PDF file.
28266 : This is a list of strings, each of them will be given to the
28267 : shell as a command.  %f in the command will be replaced by the
28268 : relative file name, %F by the absolute file name, %b by the file
28269 : base name (i.e. without directory and extension parts), %o by the
28270 : base directory of the file and %O by the absolute file name of
28271 : the output file.
28273 : By default, Org uses 3 runs of to do the processing.
28275 : Alternatively, this may be a Lisp function that does the
28276 : processing.  This function should accept the file name as
28277 : its single argument.
28279 ** org-export-with-planning =(funcall (function (closure (t...=
28280    :PROPERTIES:
28281    :CUSTOM_ID: org-export-with-planning
28282    :END:
28284 - *Type:* boolean
28285 - *Since:* Emacs version 24.4
28286 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox.el][ox.el]]
28287 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-export-with-planning][Find modifications in git logs]]
28289 : Non-nil means include planning info in export.
28291 : Planning info is the line containing either SCHEDULED:,
28292 : DEADLINE:, CLOSED: time-stamps, or a combination of them.
28294 : This option can also be set with the OPTIONS keyword,
28295 : e.g. "p:t".
28297 ** org-fontify-quote-and-verse-blocks =(funcall (function (closure (t...=
28298    :PROPERTIES:
28299    :CUSTOM_ID: org-fontify-quote-and-verse-blocks
28300    :END:
28302 - *Type:* boolean
28303 - *Since:* Emacs version 24.1
28304 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-faces.el][org-faces.el]]
28305 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-fontify-quote-and-verse-blocks][Find modifications in git logs]]
28307 : Non-nil means, add a special face to #+begin_quote and #+begin_verse block.
28308 : When nil, format these as normal Org.  This is the default, because the
28309 : content of these blocks will still be treated as Org syntax.
28311 ** org-html-footnotes-section =(funcall (function (closure (h...=
28312    :PROPERTIES:
28313    :CUSTOM_ID: org-html-footnotes-section
28314    :END:
28316 - *Type:* string
28317 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/ox-html.el][ox-html.el]]
28318 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-html-footnotes-section][Find modifications in git logs]]
28320 : Format for the footnotes section.
28321 : Should contain a two instances of %s.  The first will be replaced with the
28322 : language-specific word for "Footnotes", the second one will be replaced
28323 : by the footnotes themselves.
28325 ** org-agenda-max-effort =nil=
28326    :PROPERTIES:
28327    :CUSTOM_ID: org-agenda-max-effort
28328    :END:
28330 - *Type:* (choice (symbol :tag "No limit...
28331 - *Since:* Emacs version 24.4
28332 - *In file:* [[https://code.orgmode.org/bzg/org-mode/raw/master/lisp/org-agenda.el][org-agenda.el]]
28333 - [[https://code.orgmode.org/bzg/org-mode/commits/master/search?q=org-agenda-max-effort][Find modifications in git logs]]
28335 : Maximum cumulated effort duration for the agenda.
28336 : This can be nil (no limit) or a number of minutes (as an integer)
28337 : or an alist of agenda types with an associated number of minutes
28338 : to limit entries to in this type.