1 #+TITLE: Documentation for Org hooks, commands and options
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 -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
9 This page lists *all hooks, commands and options* of Org 7.9.2.
11 - *Hooks* :: are options containing functions to be run before or after a
12 function. For example, =org-mode-hook= can contain a list of
13 functions to be called after org-mode is turned on.
15 - *Commands* :: are interactive functions that the user can run with =M-x
16 command RET=. Most commands have an associated keybinding,
17 indicated here. Users can bind command to his preferred
20 - *Options* :: are variables that the user can set through the =customize=
21 interface. Calling =M-x customize-variable RET= then
22 completing over availables options will open the custom
23 interface, which makes it easy to set an option.
25 These are the main "internals" that the uesr may want to know about, and we
26 list them here for further reference. E.g. You can safely create links to
27 =http://orgmode.org/worg/doc.html#org-agenda= to refer to the documentation
28 of the =org-agenda= command.
30 On top of these symbols, there are other non-interactive /functions/ and
31 /variables/. You can get more documentation about them with =C-h f org-
32 TAB= and =C-h v org- TAB= respectively.
39 ** org-shiftmetaup-hook ~nil~
41 :CUSTOM_ID: org-shiftmetaup-hook
43 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
44 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaup-hook&sr=1][Find modifications in git logs]]
46 : Hook for functions attaching themselves to `M-S-up'.
47 : See `org-ctrl-c-ctrl-c-hook' for more information.
49 ** org-feed-after-adding-hook ~nil~
51 :CUSTOM_ID: org-indent-mode-hook
53 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]]
54 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-feed-after-adding-hook&sr=1][Find modifications in git logs]]
56 : Hook that is run after new items have been added to a file.
57 : Depending on `org-feed-save-after-adding', the buffer will already
60 ** org-ctrl-c-ctrl-c-hook ~nil~
62 :CUSTOM_ID: org-ctrl-c-ctrl-c-hook
64 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
65 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctrl-c-ctrl-c-hook&sr=1][Find modifications in git logs]]
67 : Hook for functions attaching themselves to `C-c C-c'.
69 : This can be used to add additional functionality to the C-c C-c
70 : key which executes context-dependent commands. This hook is run
71 : before any other test, while `org-ctrl-c-ctrl-c-final-hook' is
72 : run after the last test.
74 : Each function will be called with no arguments. The function
75 : must check if the context is appropriate for it to act. If yes,
76 : it should do its thing and then return a non-nil value. If the
77 : context is wrong, just do nothing and return nil.
79 ** org-remember-mode-hook ~nil~
81 :CUSTOM_ID: org-src-mode-on-hook
83 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
84 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remember-mode-hook&sr=1][Find modifications in git logs]]
86 : Hook for the minor `org-remember-mode'.
88 ** org-capture-after-finalize-hook ~nil~
90 :CUSTOM_ID: org-capture-after-finalize-hook
92 - *Since:* Emacs version 24.1
93 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
94 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-after-finalize-hook&sr=1][Find modifications in git logs]]
96 : Hook that is run right after a capture process is finalized.
97 : Suitable for window cleanup.
99 ** org-export-latex-after-save-hook ~nil~
101 :CUSTOM_ID: org-export-latex-after-save-hook
103 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
104 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-latex-after-save-hook&sr=1][Find modifications in git logs]]
106 : Hook run in the finalized LaTeX buffer, after it has been saved.
108 ** org-export-define-heading-targets-headline-hook ~nil~
110 :CUSTOM_ID: org-export-define-heading-targets-headline-hook
112 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
113 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-define-heading-targets-headline-hook&sr=1][Find modifications in git logs]]
115 : Hook that is run when a headline was matched during target search.
116 : This is part of the preprocessing for export.
118 ** org-mobile-before-process-capture-hook ~nil~
120 :CUSTOM_ID: orgstruct-mode-on-hook
122 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
123 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-before-process-capture-hook&sr=1][Find modifications in git logs]]
125 : Hook that is run after content was moved to `org-mobile-inbox-for-pull'.
126 : The inbox file is visited by the current buffer, and the buffer is
127 : narrowed to the newly captured data.
129 ** org-create-file-search-functions ~nil~
131 :CUSTOM_ID: org-create-file-search-functions
133 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
134 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-create-file-search-functions&sr=1][Find modifications in git logs]]
136 : List of functions to construct the right search string for a file link.
137 : These functions are called in turn with point at the location to
138 : which the link should point.
140 : A function in the hook should first test if it would like to
141 : handle this file type, for example by checking the `major-mode'
142 : or the file extension. If it decides not to handle this file, it
143 : should just return nil to give other functions a chance. If it
144 : does handle the file, it must return the search string to be used
145 : when following the link. The search string will be part of the
146 : file link, given after a double colon, and `org-open-at-point'
147 : will automatically search for it. If special measures must be
148 : taken to make the search successful, another function should be
149 : added to the companion hook `org-execute-file-search-functions',
152 : A function in this hook may also use `setq' to set the variable
153 : `description' to provide a suggestion for the descriptive text to
154 : be used for this link when it gets inserted into an Org-mode
155 : buffer with \[org-insert-link].
157 ** org-export-preprocess-before-backend-specifics-hook ~nil~
159 :CUSTOM_ID: org-export-preprocess-before-backend-specifics-hook
161 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
162 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-before-backend-specifics-hook&sr=1][Find modifications in git logs]]
164 : Hook run before backend-specific functions are called during preprocessing.
166 ** org-tab-after-check-for-table-hook ~nil~
168 :CUSTOM_ID: org-tab-after-check-for-table-hook
170 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
171 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tab-after-check-for-table-hook&sr=1][Find modifications in git logs]]
173 : Hook for functions to attach themselves to TAB.
174 : See `org-ctrl-c-ctrl-c-hook' for more information.
175 : This hook runs after it has been established that the cursor is not in a
176 : table, but before checking if the cursor is in a headline or if global cycling
178 : If any function in this hook returns t, not other actions like visibility
179 : cycling will be done.
181 ** org-clock-goto-hook ~nil~
183 :CUSTOM_ID: org-agenda-post-command-hook
185 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
186 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-goto-hook&sr=1][Find modifications in git logs]]
188 : Hook run when selecting the currently clocked-in entry.
190 ** org-before-save-iCalendar-file-hook ~nil~
192 :CUSTOM_ID: org-before-save-iCalendar-file-hook
194 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-icalendar.el;hb=HEAD][org-icalendar.el]]
195 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-before-save-iCalendar-file-hook&sr=1][Find modifications in git logs]]
197 : Hook run before an iCalendar file has been saved.
198 : This can be used to modify the result of the export.
200 ** org-shiftleft-hook ~nil~
202 :CUSTOM_ID: org-shiftleft-hook
204 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
205 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftleft-hook&sr=1][Find modifications in git logs]]
207 : Hook for functions attaching themselves to `S-left'.
208 : See `org-ctrl-c-ctrl-c-hook' for more information.
210 ** org-publish-after-export-hook ~nil~
212 :CUSTOM_ID: org-publish-after-export-hook
214 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-publish.el;hb=HEAD][org-publish.el]]
215 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-publish-after-export-hook&sr=1][Find modifications in git logs]]
217 : Hook run after export on the exported buffer.
218 : Any changes made by this hook will be saved.
220 ** org-ctrl-c-ctrl-c-final-hook ~nil~
222 :CUSTOM_ID: org-ctrl-c-ctrl-c-final-hook
224 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
225 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctrl-c-ctrl-c-final-hook&sr=1][Find modifications in git logs]]
227 : Hook for functions attaching themselves to `C-c C-c'.
229 : This can be used to add additional functionality to the C-c C-c
230 : key which executes context-dependent commands. This hook is run
231 : after any other test, while `org-ctrl-c-ctrl-c-hook' is run
232 : before the first test.
234 : Each function will be called with no arguments. The function
235 : must check if the context is appropriate for it to act. If yes,
236 : it should do its thing and then return a non-nil value. If the
237 : context is wrong, just do nothing and return nil.
239 ** org-agenda-cleanup-fancy-diary-hook ~nil~
241 :CUSTOM_ID: org-export-preprocess-after-macros-hook
243 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
244 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-cleanup-fancy-diary-hook&sr=1][Find modifications in git logs]]
246 : Hook run when the fancy diary buffer is cleaned up.
248 ** org-export-preprocess-after-radio-targets-hook ~nil~
250 :CUSTOM_ID: org-export-preprocess-after-radio-targets-hook
252 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
253 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-after-radio-targets-hook&sr=1][Find modifications in git logs]]
255 : Hook for preprocessing an export buffer.
256 : This is run after radio target processing.
258 ** org-export-xoxo-final-hook ~nil~
260 :CUSTOM_ID: org-export-xoxo-final-hook
262 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-xoxo.el;hb=HEAD][org-xoxo.el]]
263 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-xoxo-final-hook&sr=1][Find modifications in git logs]]
265 : Hook run after XOXO export, in the new buffer.
267 ** org-export-preprocess-before-selecting-backend-code-hook ~nil~
269 :CUSTOM_ID: org-export-preprocess-before-selecting-backend-code-hook
271 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
272 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-before-selecting-backend-code-hook&sr=1][Find modifications in git logs]]
274 : Hook for preprocessing an export buffer.
275 : This is run just before backend-specific blocks get selected.
277 ** orgtbl-after-send-table-hook ~nil~
279 :CUSTOM_ID: orgtbl-after-send-table-hook
281 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
282 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgtbl-after-send-table-hook&sr=1][Find modifications in git logs]]
284 : Hook for functions attaching to `C-c C-c', if the table is sent.
285 : This can be used to add additional functionality after the table is sent
286 : to the receiver position, otherwise, if table is not sent, the functions
289 ** org-log-buffer-setup-hook ~nil~
291 :CUSTOM_ID: org-log-buffer-setup-hook
293 - *Since:* Emacs version 24.1
294 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
295 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-log-buffer-setup-hook&sr=1][Find modifications in git logs]]
297 : Hook that is run after an Org log buffer is created.
299 ** org-tab-first-hook ~nil~
301 :CUSTOM_ID: org-tab-first-hook
303 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
304 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tab-first-hook&sr=1][Find modifications in git logs]]
306 : Hook for functions to attach themselves to TAB.
307 : See `org-ctrl-c-ctrl-c-hook' for more information.
308 : This hook runs as the first action when TAB is pressed, even before
309 : `org-cycle' messes around with the `outline-regexp' to cater for
310 : inline tasks and plain list item folding.
311 : If any function in this hook returns t, any other actions that
312 : would have been caused by TAB (such as table field motion or visibility
313 : cycling) will not occur.
315 ** org-capture-prepare-finalize-hook ~nil~
317 :CUSTOM_ID: org-capture-prepare-finalize-hook
319 - *Since:* Emacs version 24.1
320 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
321 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-prepare-finalize-hook&sr=1][Find modifications in git logs]]
323 : Hook that is run before the finalization starts.
324 : The capture buffer is current and still narrowed.
326 ** org-after-save-iCalendar-file-hook ~nil~
328 :CUSTOM_ID: org-after-save-iCalendar-file-hook
330 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-icalendar.el;hb=HEAD][org-icalendar.el]]
331 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-save-iCalendar-file-hook&sr=1][Find modifications in git logs]]
333 : Hook run after an iCalendar file has been saved.
334 : The iCalendar buffer is still current when this hook is run.
335 : A good way to use this is to tell a desktop calendar application to re-read
336 : the iCalendar file.
338 ** org-mobile-post-push-hook ~nil~
340 :CUSTOM_ID: org-mobile-post-push-hook
342 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
343 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-post-push-hook&sr=1][Find modifications in git logs]]
345 : Hook run after running `org-mobile-push'.
346 : If Emacs does not have direct write access to the WebDAV directory used
347 : by the mobile device, this hook should be used to copy all files from the
348 : local staging directory `org-mobile-directory' to the WebDAV directory,
349 : for example using `rsync' or `scp'.
351 ** org-mobile-pre-push-hook ~nil~
353 :CUSTOM_ID: org-insert-hook
355 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
356 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-pre-push-hook&sr=1][Find modifications in git logs]]
358 : Hook run before running `org-mobile-push'.
359 : This could be used to clean up `org-mobile-directory', for example to
360 : remove files that used to be included in the agenda but no longer are.
361 : The presence of such files would not really be a problem, but after time
362 : they may accumulate.
364 ** org-open-at-point-functions ~nil~
366 :CUSTOM_ID: org-open-at-point-functions
368 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
369 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-open-at-point-functions&sr=1][Find modifications in git logs]]
371 : Hook that is run when following a link at point.
373 : Functions in this hook must return t if they identify and follow
374 : a link at point. If they don't find anything interesting at point,
375 : they must return nil.
377 ** org-execute-file-search-functions ~nil~
379 :CUSTOM_ID: org-execute-file-search-functions
381 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
382 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-execute-file-search-functions&sr=1][Find modifications in git logs]]
384 : List of functions to execute a file search triggered by a link.
386 : Functions added to this hook must accept a single argument, the
387 : search string that was part of the file link, the part after the
388 : double colon. The function must first check if it would like to
389 : handle this search, for example by checking the `major-mode' or
390 : the file extension. If it decides not to handle this search, it
391 : should just return nil to give other functions a chance. If it
392 : does handle the search, it must return a non-nil value to keep
393 : other functions from trying.
395 : Each function can access the current prefix argument through the
396 : variable `current-prefix-argument'. Note that a single prefix is
397 : used to force opening a link in Emacs, so it may be good to only
398 : use a numeric or double prefix to guide the search function.
400 : In case this is needed, a function in this hook can also restore
401 : the window configuration before `org-open-at-point' was called using:
403 : (set-window-configuration org-window-config-before-follow-link)
405 ** org-timer-pause-hook ~nil~
407 :CUSTOM_ID: org-timer-pause-hook
409 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
410 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-pause-hook&sr=1][Find modifications in git logs]]
412 : Hook run before relative timer is paused.
414 ** org-cycle-hook ~(quote (org-cycle-hide-archive...~
416 :CUSTOM_ID: orgtbl-mode-off-hook
418 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
419 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle-hook&sr=1][Find modifications in git logs]]
421 : Hook that is run after `org-cycle' has changed the buffer visibility.
422 : The function(s) in this hook must accept a single argument which indicates
423 : the new state that was set by the most recent `org-cycle' command. The
424 : argument is a symbol. After a global state change, it can have the values
425 : `overview', `contents', or `all'. After a local state change, it can have
426 : the values `folded', `children', or `subtree'.
428 ** org-agenda-before-write-hook ~(quote (org-agenda-add-entry-t...~
430 :CUSTOM_ID: org-agenda-before-write-hook
432 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
433 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-before-write-hook&sr=1][Find modifications in git logs]]
435 : Hook run in a temporary buffer before writing the agenda to an export file.
436 : A useful function for this hook is `org-agenda-add-entry-text'.
438 ** org-read-date-minibuffer-setup-hook ~nil~
440 :CUSTOM_ID: org-read-date-minibuffer-setup-hook
442 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
443 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-read-date-minibuffer-setup-hook&sr=1][Find modifications in git logs]]
445 : Hook to be used to set up keys for the date/time interface.
446 : Add key definitions to `minibuffer-local-map', which will be a temporary
449 ** org-speed-command-hook ~(quote (org-speed-command-defa...~
451 :CUSTOM_ID: org-speed-command-hook
453 - *Since:* Emacs version 24.1
454 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
455 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-speed-command-hook&sr=1][Find modifications in git logs]]
457 : Hook for activating speed commands at strategic locations.
458 : Hook functions are called in sequence until a valid handler is
461 : Each hook takes a single argument, a user-pressed command key
462 : which is also a `self-insert-command' from the global map.
464 : Within the hook, examine the cursor position and the command key
465 : and return nil or a valid handler as appropriate. Handler could
466 : be one of an interactive command, a function, or a form.
468 : Set `org-use-speed-commands' to non-nil value to enable this
469 : hook. The default setting is `org-speed-command-activate'.
471 ** org-export-preprocess-hook ~nil~
473 :CUSTOM_ID: org-lparse-preprocess-after-blockquote-hook
475 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
476 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-hook&sr=1][Find modifications in git logs]]
478 : Hook for preprocessing an export buffer.
479 : Pretty much the first thing when exporting is running this hook.
480 : Point will be in a temporary buffer that contains a copy of
481 : the original buffer, or of the section that is being exported.
482 : All the other hooks in the org-export-preprocess... category
483 : also work in that temporary buffer, already modified by various
484 : stages of the processing.
486 ** org-tab-before-tab-emulation-hook ~nil~
488 :CUSTOM_ID: org-tab-before-tab-emulation-hook
490 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
491 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tab-before-tab-emulation-hook&sr=1][Find modifications in git logs]]
493 : Hook for functions to attach themselves to TAB.
494 : See `org-ctrl-c-ctrl-c-hook' for more information.
495 : This hook runs after every other options for TAB have been exhausted, but
496 : before indentation and insertion takes place.
498 ** org-capture-before-finalize-hook ~nil~
500 :CUSTOM_ID: org-capture-before-finalize-hook
502 - *Since:* Emacs version 24.1
503 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
504 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-before-finalize-hook&sr=1][Find modifications in git logs]]
506 : Hook that is run right before a capture process is finalized.
507 : The capture buffer is still current when this hook runs and it is
508 : widened to the entire buffer.
510 ** org-blocker-hook ~nil~
512 :CUSTOM_ID: org-blocker-hook
514 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
515 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-blocker-hook&sr=1][Find modifications in git logs]]
517 : Hook for functions that are allowed to block a state change.
519 : Each function gets as its single argument a property list, see
520 : `org-trigger-hook' for more information about this list.
522 : If any of the functions in this hook returns nil, the state change
525 ** org-checkbox-statistics-hook ~nil~
527 :CUSTOM_ID: org-checkbox-statistics-hook
529 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
530 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-checkbox-statistics-hook&sr=1][Find modifications in git logs]]
532 : Hook that is run whenever Org thinks checkbox statistics should be updated.
533 : This hook runs even if checkbox rule in
534 : `org-list-automatic-rules' does not apply, so it can be used to
535 : implement alternative ways of collecting statistics
538 ** org-metaright-hook ~nil~
540 :CUSTOM_ID: org-metaright-hook
542 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
543 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaright-hook&sr=1][Find modifications in git logs]]
545 : Hook for functions attaching themselves to `M-right'.
546 : See `org-ctrl-c-ctrl-c-hook' for more information.
548 ** org-export-ascii-final-hook ~nil~
550 :CUSTOM_ID: org-export-ascii-final-hook
552 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ascii.el;hb=HEAD][org-ascii.el]]
553 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-ascii-final-hook&sr=1][Find modifications in git logs]]
555 : Hook run at the end of ASCII export, in the new buffer.
557 ** org-babel-pre-tangle-hook ~(quote (save-buffer))~
559 :CUSTOM_ID: org-babel-pre-tangle-hook
561 - *Since:* Emacs version 24.1
562 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
563 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-pre-tangle-hook&sr=1][Find modifications in git logs]]
565 : Hook run at the beginning of `org-babel-tangle'.
567 ** org-occur-hook ~(quote (org-first-headline-rec...~
569 :CUSTOM_ID: org-occur-hook
571 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
572 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-occur-hook&sr=1][Find modifications in git logs]]
574 : Hook that is run after `org-occur' has constructed a sparse tree.
575 : This can be used to recenter the window to show as much of the structure
578 ** org-font-lock-hook ~nil~
580 :CUSTOM_ID: org-font-lock-hook
582 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
583 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-font-lock-hook&sr=1][Find modifications in git logs]]
585 : Functions to be called for special font lock stuff.
587 ** org-metaleft-hook ~nil~
589 :CUSTOM_ID: org-metaleft-hook
591 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
592 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaleft-hook&sr=1][Find modifications in git logs]]
594 : Hook for functions attaching themselves to `M-left'.
595 : See `org-ctrl-c-ctrl-c-hook' for more information.
597 ** org-timer-set-hook ~nil~
599 :CUSTOM_ID: org-timer-set-hook
601 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
602 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-set-hook&sr=1][Find modifications in git logs]]
604 : Hook run after countdown timer is set.
606 ** org-mobile-post-pull-hook ~nil~
608 :CUSTOM_ID: org-mobile-post-pull-hook
610 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
611 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-post-pull-hook&sr=1][Find modifications in git logs]]
613 : Hook run after running `org-mobile-pull', only if new items were found.
614 : If Emacs does not have direct write access to the WebDAV directory used
615 : by the mobile device, this hook should be used to copy the emptied
616 : capture file `mobileorg.org' back to the WebDAV directory, for example
617 : using `rsync' or `scp'.
619 ** org-export-latex-after-blockquotes-hook ~nil~
621 :CUSTOM_ID: org-export-latex-after-blockquotes-hook
623 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
624 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-latex-after-blockquotes-hook&sr=1][Find modifications in git logs]]
626 : Hook run during LaTeX export, after blockquote, verse, center are done.
628 ** org-after-tags-change-hook ~nil~
630 :CUSTOM_ID: org-after-tags-change-hook
632 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
633 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-tags-change-hook&sr=1][Find modifications in git logs]]
635 : Hook that is run after the tags in a line have changed.
637 ** org-trigger-hook ~nil~
639 :CUSTOM_ID: org-trigger-hook
641 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
642 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-trigger-hook&sr=1][Find modifications in git logs]]
644 : Hook for functions that are triggered by a state change.
646 : Each function gets as its single argument a property list with at least
647 : the following elements:
649 : (:type type-of-change :position pos-at-entry-start
650 : :from old-state :to new-state)
652 : Depending on the type, more properties may be present.
654 : This mechanism is currently implemented for:
658 : :type todo-state-change
659 : :from previous state (keyword as a string), or nil, or a symbol
660 : 'todo' or 'done', to indicate the general type of state.
661 : :to new state, like in :from
663 ** org-shiftright-hook ~nil~
665 :CUSTOM_ID: org-shiftright-hook
667 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
668 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftright-hook&sr=1][Find modifications in git logs]]
670 : Hook for functions attaching themselves to `S-right'.
671 : See `org-ctrl-c-ctrl-c-hook' for more information.
673 ** org-mobile-pre-pull-hook ~nil~
675 :CUSTOM_ID: org-mobile-pre-pull-hook
677 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
678 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-pre-pull-hook&sr=1][Find modifications in git logs]]
680 : Hook run before executing `org-mobile-pull'.
681 : If Emacs does not have direct write access to the WebDAV directory used
682 : by the mobile device, this hook should be used to copy the capture file
683 : `mobileorg.org' from the WebDAV location to the local staging
684 : directory `org-mobile-directory'.
686 ** org-after-promote-entry-hook ~nil~
688 :CUSTOM_ID: org-after-promote-entry-hook
690 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
691 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-promote-entry-hook&sr=1][Find modifications in git logs]]
693 : Hook run after an entry has been promoted.
694 : The cursor will be at the beginning of the entry.
695 : When a subtree is being promoted, the hook will be called for each node.
697 ** org-open-link-functions ~nil~
699 :CUSTOM_ID: org-open-link-functions
701 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
702 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-open-link-functions&sr=1][Find modifications in git logs]]
704 : Hook for functions finding a plain text link.
705 : These functions must take a single argument, the link content.
706 : They will be called for links that look like [[link text][description]]
707 : when LINK TEXT does not have a protocol like "http:" and does not look
708 : like a filename (e.g. "./blue.png").
710 : These functions will be called *before* Org attempts to resolve the
711 : link by doing text searches in the current buffer - so if you want a
712 : link "[[target]]" to still find "<<target>>", your function should
713 : handle this as a special case.
715 : When the function does handle the link, it must return a non-nil value.
716 : If it decides that it is not responsible for this link, it must return
717 : nil to indicate that that Org-mode can continue with other options
718 : like exact and fuzzy text search.
720 ** org-export-preprocess-after-include-files-hook ~nil~
722 :CUSTOM_ID: org-export-preprocess-after-include-files-hook
724 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
725 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-after-include-files-hook&sr=1][Find modifications in git logs]]
727 : Hook for preprocessing an export buffer.
728 : This is run after the contents of included files have been inserted.
730 ** org-insert-heading-hook ~nil~
732 :CUSTOM_ID: org-insert-heading-hook
734 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
735 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-heading-hook&sr=1][Find modifications in git logs]]
737 : Hook being run after inserting a new heading.
739 ** org-property-allowed-value-functions ~nil~
741 :CUSTOM_ID: org-property-allowed-value-functions
743 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
744 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-property-allowed-value-functions&sr=1][Find modifications in git logs]]
746 : Hook for functions supplying allowed values for a specific property.
747 : The functions must take a single argument, the name of the property, and
748 : return a flat list of allowed values. If ":ETC" is one of
749 : the values, this means that these values are intended as defaults for
750 : completion, but that other values should be allowed too.
751 : The functions must return nil if they are not responsible for this
754 ** org-timer-continue-hook ~nil~
756 :CUSTOM_ID: org-timer-continue-hook
758 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
759 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-continue-hook&sr=1][Find modifications in git logs]]
761 : Hook run after relative timer is continued.
763 ** org-after-demote-entry-hook ~nil~
765 :CUSTOM_ID: org-after-demote-entry-hook
767 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
768 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-demote-entry-hook&sr=1][Find modifications in git logs]]
770 : Hook run after an entry has been demoted.
771 : The cursor will be at the beginning of the entry.
772 : When a subtree is being demoted, the hook will be called for each node.
774 ** org-shiftdown-final-hook ~nil~
776 :CUSTOM_ID: org-shiftdown-final-hook
778 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
779 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftdown-final-hook&sr=1][Find modifications in git logs]]
781 : Hook for functions attaching themselves to `S-down'.
782 : This one runs after all other options except shift-select have been excluded.
783 : See `org-ctrl-c-ctrl-c-hook' for more information.
785 ** org-feed-before-adding-hook ~nil~
787 :CUSTOM_ID: org-feed-before-adding-hook
789 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]]
790 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-feed-before-adding-hook&sr=1][Find modifications in git logs]]
792 : Hook that is run before adding new feed items to a file.
793 : You might want to commit the file in its current state to version control,
796 ** org-todo-statistics-hook ~nil~
798 :CUSTOM_ID: org-todo-statistics-hook
800 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
801 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo-statistics-hook&sr=1][Find modifications in git logs]]
803 : Hook that is run whenever Org thinks TODO statistics should be updated.
804 : This hook runs even if there is no statistics cookie present, in which case
805 : `org-after-todo-statistics-hook' would not run.
807 ** org-metaup-hook ~nil~
809 :CUSTOM_ID: org-metaup-hook
811 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
812 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaup-hook&sr=1][Find modifications in git logs]]
814 : Hook for functions attaching themselves to `M-up'.
815 : See `org-ctrl-c-ctrl-c-hook' for more information.
817 ** org-reveal-start-hook ~nil~
819 :CUSTOM_ID: org-cdlatex-mode-on-hook
821 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
822 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-reveal-start-hook&sr=1][Find modifications in git logs]]
824 : Hook run before revealing a location.
826 ** org-shiftmetadown-hook ~nil~
828 :CUSTOM_ID: org-beamer-mode-hook
830 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
831 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetadown-hook&sr=1][Find modifications in git logs]]
833 : Hook for functions attaching themselves to `M-S-down'.
834 : See `org-ctrl-c-ctrl-c-hook' for more information.
836 ** org-export-preprocess-before-normalizing-links-hook ~nil~
838 :CUSTOM_ID: org-remember-mode-on-hook
840 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
841 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-before-normalizing-links-hook&sr=1][Find modifications in git logs]]
843 : Hook for preprocessing an export buffer.
844 : This hook is run before links are normalized.
846 ** org-export-preprocess-after-blockquote-hook ~nil~
848 :CUSTOM_ID: org-export-preprocess-after-blockquote-hook
850 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
851 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-after-blockquote-hook&sr=1][Find modifications in git logs]]
853 : Hook for preprocessing an export buffer.
854 : This is run after blockquote/quote/verse/center have been marked
857 ** org-babel-after-execute-hook ~nil~
859 :CUSTOM_ID: org-indent-mode-off-hook
861 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
862 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-after-execute-hook&sr=1][Find modifications in git logs]]
866 ** org-babel-post-tangle-hook ~nil~
868 :CUSTOM_ID: org-babel-post-tangle-hook
870 - *Since:* Emacs version 24.1
871 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
872 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-post-tangle-hook&sr=1][Find modifications in git logs]]
874 : Hook run in code files tangled by `org-babel-tangle'.
876 ** org-agenda-after-show-hook ~nil~
878 :CUSTOM_ID: org-agenda-after-show-hook
880 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
881 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-after-show-hook&sr=1][Find modifications in git logs]]
883 : Normal hook run after an item has been shown from the agenda.
884 : Point is in the buffer where the item originated.
886 ** org-clock-in-hook ~nil~
888 :CUSTOM_ID: org-clock-in-hook
890 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
891 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-in-hook&sr=1][Find modifications in git logs]]
893 : Hook run when starting the clock.
895 ** org-export-preprocess-after-headline-targets-hook ~nil~
897 :CUSTOM_ID: org-export-preprocess-after-headline-targets-hook
899 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
900 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-after-headline-targets-hook&sr=1][Find modifications in git logs]]
902 : Hook for preprocessing export buffer.
903 : This is run just after the headline targets have been defined and
904 : the target-alist has been set up.
906 ** org-clock-cancel-hook ~nil~
908 :CUSTOM_ID: org-table-follow-field-mode-on-hook
910 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
911 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-cancel-hook&sr=1][Find modifications in git logs]]
913 : Hook run when cancelling the current clock.
915 ** org-load-hook ~nil~
917 :CUSTOM_ID: org-load-hook
919 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
920 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-load-hook&sr=1][Find modifications in git logs]]
922 : Hook that is run after org.el has been loaded.
924 ** org-agenda-entry-text-cleanup-hook ~nil~
926 :CUSTOM_ID: org-agenda-entry-text-cleanup-hook
928 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
929 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-entry-text-cleanup-hook&sr=1][Find modifications in git logs]]
931 : Hook that is run after basic cleanup of entry text to be shown in agenda.
932 : This cleanup is done in a temporary buffer, so the function may inspect and
933 : change the entire buffer.
934 : Some default stuff like drawers and scheduling/deadline dates will already
935 : have been removed when this is called, as will any matches for regular
936 : expressions listed in `org-agenda-entry-text-exclude-regexps'.
938 ** org-property-changed-functions ~nil~
940 :CUSTOM_ID: org-babel-speed-command-hook
942 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
943 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-property-changed-functions&sr=1][Find modifications in git logs]]
945 : Hook called when the value of a property has changed.
946 : Each hook function should accept two arguments, the name of the property
949 ** org-export-html-final-hook ~nil~
951 :CUSTOM_ID: org-export-html-final-hook
953 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]]
954 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-final-hook&sr=1][Find modifications in git logs]]
956 : Hook run at the end of HTML export, in the new buffer.
958 ** org-export-docbook-final-hook ~nil~
960 :CUSTOM_ID: org-export-docbook-final-hook
962 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
963 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-docbook-final-hook&sr=1][Find modifications in git logs]]
965 : Hook run at the end of DocBook export, in the new buffer.
967 ** org-babel-tangle-body-hook ~nil~
969 :CUSTOM_ID: org-babel-tangle-body-hook
971 - *Since:* Emacs version 24.1
972 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
973 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-tangle-body-hook&sr=1][Find modifications in git logs]]
975 : Hook run over the contents of each code block body.
977 ** org-clock-out-hook ~nil~
979 :CUSTOM_ID: org-clock-out-hook
981 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
982 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-out-hook&sr=1][Find modifications in git logs]]
984 : Hook run when stopping the current clock.
986 ** org-export-preprocess-after-tree-selection-hook ~nil~
988 :CUSTOM_ID: org-export-preprocess-after-tree-selection-hook
990 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
991 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-after-tree-selection-hook&sr=1][Find modifications in git logs]]
993 : Hook for preprocessing an export buffer.
994 : This is run after selection of trees to be exported has happened.
995 : This selection includes tags-based selection, as well as removal
996 : of commented and archived trees.
998 ** org-timer-start-hook ~nil~
1000 :CUSTOM_ID: org-timer-start-hook
1002 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1003 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-start-hook&sr=1][Find modifications in git logs]]
1005 : Hook run after relative timer is started.
1007 ** org-after-refile-insert-hook ~nil~
1009 :CUSTOM_ID: orgstruct-mode-hook
1011 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1012 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-refile-insert-hook&sr=1][Find modifications in git logs]]
1014 : Hook run after `org-refile' has inserted its stuff at the new location.
1015 : Note that this is still *before* the stuff will be removed from
1016 : the *old* location.
1018 ** org-export-first-hook ~nil~
1020 :CUSTOM_ID: org-export-first-hook
1022 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
1023 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-first-hook&sr=1][Find modifications in git logs]]
1025 : Hook called as the first thing in each exporter.
1026 : Point will be still in the original buffer.
1027 : Good for general initialization
1029 ** org-mode-hook ~nil~
1031 :CUSTOM_ID: org-speed-command-default-hook
1033 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1034 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mode-hook&sr=1][Find modifications in git logs]]
1036 : Mode hook for Org-mode, run after the mode was turned on.
1038 ** org-shiftup-hook ~nil~
1040 :CUSTOM_ID: org-shiftup-hook
1042 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1043 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftup-hook&sr=1][Find modifications in git logs]]
1045 : Hook for functions attaching themselves to `S-up'.
1046 : See `org-ctrl-c-ctrl-c-hook' for more information.
1048 ** org-shiftup-final-hook ~nil~
1050 :CUSTOM_ID: org-shiftup-final-hook
1052 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1053 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftup-final-hook&sr=1][Find modifications in git logs]]
1055 : Hook for functions attaching themselves to `S-up'.
1056 : This one runs after all other options except shift-select have been excluded.
1057 : See `org-ctrl-c-ctrl-c-hook' for more information.
1059 ** org-timer-done-hook ~nil~
1061 :CUSTOM_ID: org-display-inline-modification-hook
1063 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1064 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-done-hook&sr=1][Find modifications in git logs]]
1066 : Hook run after countdown timer reaches zero.
1068 ** org-shiftmetaleft-hook ~nil~
1070 :CUSTOM_ID: org-shiftmetaleft-hook
1072 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1073 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaleft-hook&sr=1][Find modifications in git logs]]
1075 : Hook for functions attaching themselves to `M-S-left'.
1076 : See `org-ctrl-c-ctrl-c-hook' for more information.
1078 ** org-agenda-mode-hook ~nil~
1080 :CUSTOM_ID: org-agenda-mode-hook
1082 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1083 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-mode-hook&sr=1][Find modifications in git logs]]
1085 : Hook run after `org-agenda-mode' is turned on.
1086 : The buffer is still writable when this hook is called.
1088 ** org-publish-before-export-hook ~nil~
1090 :CUSTOM_ID: org-publish-before-export-hook
1092 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-publish.el;hb=HEAD][org-publish.el]]
1093 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-publish-before-export-hook&sr=1][Find modifications in git logs]]
1095 : Hook run before export on the Org file.
1096 : The hook may modify the file in arbitrary ways before publishing happens.
1097 : The original version of the buffer will be restored after publishing.
1099 ** org-clock-before-select-task-hook ~nil~
1101 :CUSTOM_ID: org-clock-before-select-task-hook
1103 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
1104 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-before-select-task-hook&sr=1][Find modifications in git logs]]
1106 : Hook called in task selection just before prompting the user.
1108 ** org-timer-stop-hook ~nil~
1110 :CUSTOM_ID: org-timer-stop-hook
1112 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1113 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-stop-hook&sr=1][Find modifications in git logs]]
1115 : Hook run before relative timer is stopped.
1117 ** org-finalize-agenda-hook ~nil~
1119 :CUSTOM_ID: org-finalize-agenda-hook
1121 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1122 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-finalize-agenda-hook&sr=1][Find modifications in git logs]]
1126 ** org-follow-link-hook ~nil~
1128 :CUSTOM_ID: org-follow-link-hook
1130 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1131 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-follow-link-hook&sr=1][Find modifications in git logs]]
1133 : Hook that is run after a link has been followed.
1135 ** org-font-lock-set-keywords-hook ~nil~
1137 :CUSTOM_ID: org-src-mode-off-hook
1139 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1140 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-font-lock-set-keywords-hook&sr=1][Find modifications in git logs]]
1142 : Functions that can manipulate `org-font-lock-extra-keywords'.
1143 : This is called after `org-font-lock-extra-keywords' is defined, but before
1144 : it is installed to be used by font lock. This can be useful if something
1145 : needs to be inserted at a specific position in the font-lock sequence.
1147 ** org-timer-cancel-hook ~nil~
1149 :CUSTOM_ID: org-timer-cancel-hook
1151 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1152 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-cancel-hook&sr=1][Find modifications in git logs]]
1154 : Hook run before countdown timer is canceled.
1156 ** org-export-latex-final-hook ~nil~
1158 :CUSTOM_ID: org-export-latex-final-hook
1160 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
1161 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-latex-final-hook&sr=1][Find modifications in git logs]]
1163 : Hook run in the finalized LaTeX buffer.
1165 ** org-export-taskjuggler-final-hook ~nil~
1167 :CUSTOM_ID: org-export-taskjuggler-final-hook
1169 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]]
1170 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-taskjuggler-final-hook&sr=1][Find modifications in git logs]]
1172 : Hook run at the end of TaskJuggler export, in the new buffer.
1174 ** org-shiftleft-final-hook ~nil~
1176 :CUSTOM_ID: org-table-follow-field-mode-hook
1178 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1179 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftleft-final-hook&sr=1][Find modifications in git logs]]
1181 : Hook for functions attaching themselves to `S-left'.
1182 : This one runs after all other options except shift-select have been excluded.
1183 : See `org-ctrl-c-ctrl-c-hook' for more information.
1185 ** org-todo-get-default-hook ~nil~
1187 :CUSTOM_ID: org-todo-get-default-hook
1189 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1190 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo-get-default-hook&sr=1][Find modifications in git logs]]
1192 : Hook for functions that get a default item for todo.
1193 : Each function takes arguments (NEW-MARK OLD-MARK) and returns either
1194 : nil or a string to be used for the todo mark.
1196 ** org-export-latex-after-initial-vars-hook ~nil~
1198 :CUSTOM_ID: org-export-latex-after-initial-vars-hook
1200 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
1201 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-latex-after-initial-vars-hook&sr=1][Find modifications in git logs]]
1203 : Hook run before LaTeX export.
1204 : The exact moment is after the initial variables like org-export-latex-class
1205 : have been determined from the environment.
1207 ** org-pre-cycle-hook ~nil~
1209 :CUSTOM_ID: org-pre-cycle-hook
1211 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1212 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-pre-cycle-hook&sr=1][Find modifications in git logs]]
1214 : Hook that is run before visibility cycling is happening.
1215 : The function(s) in this hook must accept a single argument which indicates
1216 : the new state that will be set right after running this hook. The
1217 : argument is a symbol. Before a global state change, it can have the values
1218 : `overview', `content', or `all'. Before a local state change, it can have
1219 : the values `folded', `children', or `subtree'.
1221 ** org-metadown-hook ~nil~
1223 :CUSTOM_ID: orgstruct-mode-off-hook
1225 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1226 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metadown-hook&sr=1][Find modifications in git logs]]
1228 : Hook for functions attaching themselves to `M-down'.
1229 : See `org-ctrl-c-ctrl-c-hook' for more information.
1231 ** org-shiftdown-hook ~nil~
1233 :CUSTOM_ID: orgtbl-mode-hook
1235 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1236 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftdown-hook&sr=1][Find modifications in git logs]]
1238 : Hook for functions attaching themselves to `S-down'.
1239 : See `org-ctrl-c-ctrl-c-hook' for more information.
1241 ** org-remember-before-finalize-hook ~nil~
1243 :CUSTOM_ID: org-remember-before-finalize-hook
1245 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
1246 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remember-before-finalize-hook&sr=1][Find modifications in git logs]]
1248 : Hook that is run right before a remember process is finalized.
1249 : The remember buffer is still current when this hook runs.
1251 ** org-tab-after-check-for-cycling-hook ~nil~
1253 :CUSTOM_ID: org-tab-after-check-for-cycling-hook
1255 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1256 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tab-after-check-for-cycling-hook&sr=1][Find modifications in git logs]]
1258 : Hook for functions to attach themselves to TAB.
1259 : See `org-ctrl-c-ctrl-c-hook' for more information.
1260 : This hook runs after it has been established that not table field motion and
1261 : not visibility should be done because of current context. This is probably
1262 : the place where a package like yasnippets can hook in.
1264 ** org-clock-in-prepare-hook ~nil~
1266 :CUSTOM_ID: org-clock-in-prepare-hook
1268 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
1269 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-in-prepare-hook&sr=1][Find modifications in git logs]]
1271 : Hook run when preparing the clock.
1272 : This hook is run before anything happens to the task that
1273 : you want to clock in. For example, you can use this hook
1274 : to add an effort property.
1276 ** org-capture-mode-hook ~nil~
1278 :CUSTOM_ID: org-capture-mode-hook
1280 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
1281 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-mode-hook&sr=1][Find modifications in git logs]]
1283 : Hook for the minor `org-capture-mode'.
1285 ** org-agenda-finalize-hook ~nil~
1287 :CUSTOM_ID: org-capture-mode-on-hook
1289 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1290 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-finalize-hook&sr=1][Find modifications in git logs]]
1292 : Hook run just before displaying an agenda buffer.
1293 : The buffer is still writable when the hook is called.
1295 : You can modify some of the buffer substrings but you should be
1296 : extra careful not to modify the text properties of the agenda
1297 : headlines as the agenda display heavily relies on them.
1299 ** org-src-mode-hook ~nil~
1301 :CUSTOM_ID: org-src-mode-hook
1303 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
1304 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-src-mode-hook&sr=1][Find modifications in git logs]]
1306 : Hook run after Org switched a source code snippet to its Emacs mode.
1307 : This hook will run
1309 : - when editing a source code snippet with "C-c '".
1310 : - When formatting a source code snippet for export with htmlize.
1312 : You may want to use this hook for example to turn off `outline-minor-mode'
1313 : or similar things which you want to have when editing a source code file,
1314 : but which mess up the display of a snippet in Org exported files.
1316 ** org-export-html-after-blockquotes-hook ~nil~
1318 :CUSTOM_ID: org-indent-mode-on-hook
1320 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]]
1321 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-after-blockquotes-hook&sr=1][Find modifications in git logs]]
1323 : Hook run during HTML export, after blockquote, verse, center are done.
1325 ** org-after-todo-state-change-hook ~nil~
1327 :CUSTOM_ID: org-after-todo-state-change-hook
1329 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1330 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-todo-state-change-hook&sr=1][Find modifications in git logs]]
1332 : Hook which is run after the state of a TODO item was changed.
1333 : The new state (a string with a TODO keyword, or nil) is available in the
1334 : Lisp variable `org-state'.
1336 ** org-export-blocks-postblock-hook ~nil~
1338 :CUSTOM_ID: org-capture-mode-off-hook
1340 - *Since:* Emacs version 24.1
1341 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp-blocks.el;hb=HEAD][org-exp-blocks.el]]
1342 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-blocks-postblock-hook&sr=1][Find modifications in git logs]]
1344 : Run after blocks have been processed with `org-export-blocks-preprocess'.
1346 ** org-ctags-open-link-functions ~(quote (org-ctags-find-tag org...~
1348 :CUSTOM_ID: org-ctags-open-link-functions
1350 - *Since:* Emacs version 24.1
1351 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]]
1352 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctags-open-link-functions&sr=1][Find modifications in git logs]]
1354 : List of functions to be prepended to ORG-OPEN-LINK-FUNCTIONS when ORG-CTAGS is active.
1356 ** org-export-preprocess-final-hook ~nil~
1358 :CUSTOM_ID: org-export-preprocess-final-hook
1360 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
1361 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-final-hook&sr=1][Find modifications in git logs]]
1363 : Hook for preprocessing an export buffer.
1364 : This is run as the last thing in the preprocessing buffer, just before
1365 : returning the buffer string to the backend.
1367 ** org-shiftright-final-hook ~nil~
1369 :CUSTOM_ID: org-shiftright-final-hook
1371 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1372 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftright-final-hook&sr=1][Find modifications in git logs]]
1374 : Hook for functions attaching themselves to `S-right'.
1375 : This one runs after all other options except shift-select have been excluded.
1376 : See `org-ctrl-c-ctrl-c-hook' for more information.
1378 ** org-agenda-bulk-custom-functions ~nil~
1380 :CUSTOM_ID: org-agenda-bulk-custom-functions
1382 - *Since:* Emacs version 24.1
1383 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1384 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-custom-functions&sr=1][Find modifications in git logs]]
1386 : Alist of characters and custom functions for bulk actions.
1387 : For example, this value makes those two functions available:
1389 : '((?R set-category)
1392 : With selected entries in an agenda buffer, `B R' will call
1393 : the custom function `set-category' on the selected entries.
1394 : Note that functions in this alist don't need to be quoted.
1396 ** org-after-sorting-entries-or-items-hook ~nil~
1398 :CUSTOM_ID: org-table-follow-field-mode-off-hook
1400 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1401 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-sorting-entries-or-items-hook&sr=1][Find modifications in git logs]]
1403 : Hook that is run after a bunch of entries or items have been sorted.
1404 : When children are sorted, the cursor is in the parent line when this
1405 : hook gets called. When a region or a plain list is sorted, the cursor
1406 : will be in the first entry of the sorted region/list.
1408 ** org-shiftmetaright-hook ~nil~
1410 :CUSTOM_ID: org-shiftmetaright-hook
1412 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1413 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaright-hook&sr=1][Find modifications in git logs]]
1415 : Hook for functions attaching themselves to `M-S-right'.
1416 : See `org-ctrl-c-ctrl-c-hook' for more information.
1418 ** org-metareturn-hook ~nil~
1420 :CUSTOM_ID: org-metareturn-hook
1422 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1423 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metareturn-hook&sr=1][Find modifications in git logs]]
1425 : Hook for functions attaching themselves to `M-RET'.
1426 : See `org-ctrl-c-ctrl-c-hook' for more information.
1428 ** org-todo-setup-filter-hook ~nil~
1430 :CUSTOM_ID: org-todo-setup-filter-hook
1432 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1433 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo-setup-filter-hook&sr=1][Find modifications in git logs]]
1435 : Hook for functions that pre-filter todo specs.
1436 : Each function takes a todo spec and returns either nil or the spec
1437 : transformed into canonical form.
1439 ** org-store-link-functions ~nil~
1441 :CUSTOM_ID: org-store-link-functions
1443 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1444 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-store-link-functions&sr=1][Find modifications in git logs]]
1446 : List of functions that are called to create and store a link.
1447 : Each function will be called in turn until one returns a non-nil
1448 : value. Each function should check if it is responsible for creating
1449 : this link (for example by looking at the major mode).
1450 : If not, it must exit and return nil.
1451 : If yes, it should return a non-nil value after a calling
1452 : `org-store-link-props' with a list of properties and values.
1453 : Special properties are:
1455 : :type The link prefix, like "http". This must be given.
1456 : :link The link, like "http://www.astro.uva.nl/~dominik".
1457 : This is obligatory as well.
1458 : :description Optional default description for the second pair
1459 : of brackets in an Org-mode link. The user can still change
1460 : this when inserting this link into an Org-mode buffer.
1462 : In addition to these, any additional properties can be specified
1463 : and then used in capture templates.
1465 ** org-after-todo-statistics-hook ~nil~
1467 :CUSTOM_ID: org-add-hook
1469 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1470 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-after-todo-statistics-hook&sr=1][Find modifications in git logs]]
1472 : Hook that is called after a TODO statistics cookie has been updated.
1473 : Each function is called with two arguments: the number of not-done entries
1474 : and the number of done entries.
1476 : For example, the following function, when added to this hook, will switch
1477 : an entry to DONE when all children are done, and back to TODO when new
1478 : entries are set to a TODO status. Note that this hook is only called
1479 : when there is a statistics cookie in the headline!
1481 : (defun org-summary-todo (n-done n-not-done)
1482 : "Switch entry to DONE when all subentries are done, to TODO otherwise."
1483 : (let (org-log-done org-log-states) ; turn off logging
1484 : (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
1488 :CUSTOM_ID: commands
1491 ** org-attach-new =(file)=
1493 :CUSTOM_ID: org-attach-new
1496 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
1497 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-new&sr=1][Find modifications in git logs]]
1499 : Create a new attachment FILE for the current task.
1500 : The attachment is created as an Emacs buffer.
1501 ** org-agenda-sunrise-sunset =(arg)=
1503 :CUSTOM_ID: org-agenda-sunrise-sunset
1506 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1507 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-sunrise-sunset&sr=1][Find modifications in git logs]]
1509 : Display sunrise and sunset for the cursor date.
1510 : Latitude and longitude can be specified with the variables
1511 : `calendar-latitude' and `calendar-longitude'. When called with prefix
1512 : argument, latitude and longitude will be prompted for.
1513 ** org-replace-region-by-docbook =(beg end)=
1515 :CUSTOM_ID: org-replace-region-by-docbook
1518 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
1519 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-replace-region-by-docbook&sr=1][Find modifications in git logs]]
1521 : Replace the region from BEG to END with its DocBook export.
1522 : It assumes the region has `org-mode' syntax, and then convert it to
1523 : DocBook. This can be used in any buffer. For example, you could
1524 : write an itemized list in `org-mode' syntax in an DocBook buffer and
1525 : then use this command to convert it.
1528 :CUSTOM_ID: org-agenda-exit
1531 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1532 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-exit&sr=1][Find modifications in git logs]]
1534 : Exit agenda by removing the window or the buffer.
1535 : Also kill all Org-mode buffers which have been loaded by `org-agenda'.
1536 : Org-mode buffers visited directly by the user will not be touched.
1537 ** org-export-region-as-latex =(beg end &optional body-only buffer)=
1539 :CUSTOM_ID: org-export-region-as-latex
1542 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
1543 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-region-as-latex&sr=1][Find modifications in git logs]]
1545 : Convert region from BEG to END in `org-mode' buffer to LaTeX.
1546 : If prefix arg BODY-ONLY is set, omit file header, footer, and table of
1547 : contents, and only produce the region of converted text, useful for
1548 : cut-and-paste operations.
1549 : If BUFFER is a buffer or a string, use/create that buffer as a target
1550 : of the converted LaTeX. If BUFFER is the symbol `string', return the
1551 : produced LaTeX as a string and leave no buffer behind. For example,
1552 : a Lisp program could call this function in the following way:
1554 : (setq latex (org-export-region-as-latex beg end t 'string))
1556 : When called interactively, the output buffer is selected, and shown
1557 : in a window. A non-interactive call will only return the buffer.
1558 ** org-set-tags-to =(data)=
1560 :CUSTOM_ID: org-set-tags-to
1563 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1564 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-tags-to&sr=1][Find modifications in git logs]]
1566 : Set the tags of the current entry to DATA, replacing the current tags.
1567 : DATA may be a tags string like :aa:bb:cc:, or a list of tags.
1568 : If DATA is nil or the empty string, any tags will be removed.
1569 ** orgstruct-mode =(&optional arg)=
1571 :CUSTOM_ID: orgstruct-mode
1574 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1575 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgstruct-mode&sr=1][Find modifications in git logs]]
1577 : Toggle the minor mode `orgstruct-mode'.
1578 : This mode is for using Org-mode structure commands in other
1579 : modes. The following keys behave as if Org-mode were active, if
1580 : the cursor is on a headline, or on a plain list item (both as
1581 : defined by Org-mode).
1583 : M-up Move entry/item up
1584 : M-down Move entry/item down
1587 : M-S-up Move entry/item up
1588 : M-S-down Move entry/item down
1589 : M-S-left Promote subtree
1590 : M-S-right Demote subtree
1591 : M-q Fill paragraph and items like in Org-mode
1592 : C-c ^ Sort entries
1593 : C-c - Cycle list bullet
1594 : TAB Cycle item visibility
1595 : M-RET Insert new heading/item
1596 : S-M-RET Insert new TODO heading / Checkbox item
1597 : C-c C-c Set tags / toggle checkbox
1598 ** org-protocol-create =(&optional project-plist)=
1600 :CUSTOM_ID: org-protocol-create
1603 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]]
1604 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-protocol-create&sr=1][Find modifications in git logs]]
1606 : Create a new org-protocol project interactively.
1607 : An org-protocol project is an entry in `org-protocol-project-alist'
1608 : which is used by `org-protocol-open-source'.
1609 : Optionally use project-plist to initialize the defaults for this project. If
1610 : project-plist is the CDR of an element in `org-publish-project-alist', reuse
1611 : :base-directory, :html-extension and :base-extension.
1612 ** org-clone-subtree-with-time-shift =(n &optional shift)=
1614 :CUSTOM_ID: org-clone-subtree-with-time-shift
1617 - *Access:* ~C-c C-x c, <menu-bar> <Org> <Edit Structure> <Clone subtree, shift time>~
1618 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1619 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clone-subtree-with-time-shift&sr=1][Find modifications in git logs]]
1621 : Clone the task (subtree) at point N times.
1622 : The clones will be inserted as siblings.
1624 : In interactive use, the user will be prompted for the number of
1625 : clones to be produced, and for a time SHIFT, which may be a
1626 : repeater as used in time stamps, for example `+3d'.
1628 : When a valid repeater is given and the entry contains any time
1629 : stamps, the clones will become a sequence in time, with time
1630 : stamps in the subtree shifted for each clone produced. If SHIFT
1631 : is nil or the empty string, time stamps will be left alone. The
1632 : ID property of the original subtree is removed.
1634 : If the original subtree did contain time stamps with a repeater,
1635 : the following will happen:
1636 : - the repeater will be removed in each clone
1637 : - an additional clone will be produced, with the current, unshifted
1638 : date(s) in the entry.
1639 : - the original entry will be placed *after* all the clones, with
1641 : - the start days in the repeater in the original entry will be shifted
1642 : to past the last clone.
1643 : In this way you can spell out a number of instances of a repeating task,
1644 : and still retain the repeater to cover future instances of the task.
1645 ** org-export-as-docbook =(&optional hidden ext-plist to-buffer body-only pub-dir)=
1647 :CUSTOM_ID: org-export-as-docbook
1650 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
1651 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-docbook&sr=1][Find modifications in git logs]]
1653 : Export the current buffer as a DocBook file.
1654 : If there is an active region, export only the region. When
1655 : HIDDEN is obsolete and does nothing. EXT-PLIST is a
1656 : property list with external parameters overriding org-mode's
1657 : default settings, but still inferior to file-local settings.
1658 : When TO-BUFFER is non-nil, create a buffer with that name and
1659 : export to that buffer. If TO-BUFFER is the symbol `string',
1660 : don't leave any buffer behind but just return the resulting HTML
1661 : as a string. When BODY-ONLY is set, don't produce the file
1662 : header and footer, simply return the content of the document (all
1663 : top-level sections). When PUB-DIR is set, use this as the
1664 : publishing directory.
1665 ** org-agenda-goto =(&optional highlight)=
1667 :CUSTOM_ID: org-agenda-goto
1670 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1671 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-goto&sr=1][Find modifications in git logs]]
1673 : Go to the Org-mode file which contains the item at point.
1674 ** org-w3m-copy-for-org-mode
1676 :CUSTOM_ID: org-w3m-copy-for-org-mode
1679 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-w3m.el;hb=HEAD][org-w3m.el]]
1680 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-w3m-copy-for-org-mode&sr=1][Find modifications in git logs]]
1682 : Copy current buffer content or active region with `org-mode' style links.
1683 : This will encode `link-title' and `link-location' with
1684 : `org-make-link-string', and insert the transformed test into the kill ring,
1685 : so that it can be yanked into an Org-mode buffer with links working correctly.
1686 ** org-shiftcontrolright
1688 :CUSTOM_ID: org-shiftcontrolright
1691 - *Access:* ~<C-S-right>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Next keyword set>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Previous keyword set>~
1692 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1693 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftcontrolright&sr=1][Find modifications in git logs]]
1695 : Switch to next TODO set.
1696 ** org-clock-in =(&optional select start-time)=
1698 :CUSTOM_ID: org-clock-in
1701 - *Access:* ~C-c C-x TAB, <menu-bar> <Org> <Logging work> <Clock in>~
1702 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
1703 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-in&sr=1][Find modifications in git logs]]
1705 : Start the clock on the current item.
1706 : If necessary, clock-out of the currently active clock.
1707 : With a prefix argument SELECT (C-u), offer a list of recently clocked
1708 : tasks to clock into. When SELECT is C-u C-u, clock into the current task
1709 : and mark it as the default task, a special task that will always be offered
1710 : in the clocking selection, associated with the letter `d'.
1711 : When SELECT is C-u C-u C-u, clock in by using the last clock-out
1712 : time as the start time (see `org-clock-continuously' to
1713 : make this the default behavior.)
1716 :CUSTOM_ID: org-priority-up
1719 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1720 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-priority-up&sr=1][Find modifications in git logs]]
1722 : Increase the priority of the current item.
1723 ** org-todo =(&optional arg)=
1725 :CUSTOM_ID: org-todo
1728 - *Access:* ~C-c C-t, <menu-bar> <Org> <TODO Lists> <TODO/DONE/->~
1729 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1730 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo&sr=1][Find modifications in git logs]]
1732 : Change the TODO state of an item.
1733 : The state of an item is given by a keyword at the start of the heading,
1735 : *** TODO Write paper
1738 : The different keywords are specified in the variable `org-todo-keywords'.
1739 : By default the available states are "TODO" and "DONE".
1740 : So for this example: when the item starts with TODO, it is changed to DONE.
1741 : When it starts with DONE, the DONE is removed. And when neither TODO nor
1742 : DONE are present, add TODO at the beginning of the heading.
1744 : With C-u prefix arg, use completion to determine the new state.
1745 : With numeric prefix arg, switch to that state.
1746 : With a double C-u prefix, switch to the next set of TODO keywords (nextset).
1747 : With a triple C-u prefix, circumvent any state blocking.
1748 : With a numeric prefix arg of 0, inhibit note taking for the change.
1750 : For calling through lisp, arg is also interpreted in the following way:
1751 : 'none -> empty state
1752 : ""(empty string) -> switch to empty state
1753 : 'done -> switch to DONE
1754 : 'nextset -> switch to the next set of keywords
1755 : 'previousset -> switch to the previous set of keywords
1756 : "WAITING" -> switch to the specified keyword, but only if it
1757 : really is a member of `org-todo-keywords'.
1758 ** org-babel-shell-command-on-region =(start end command &optional output-buffer replace error-buffer display-error-buffer)=
1760 :CUSTOM_ID: org-babel-shell-command-on-region
1763 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-eval.el;hb=HEAD][ob-eval.el]]
1764 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-shell-command-on-region&sr=1][Find modifications in git logs]]
1766 : Execute COMMAND in an inferior shell with region as input.
1768 : Fixes bugs in the emacs 23.1.1 version of `shell-command-on-region'
1770 : Normally display output (if any) in temp buffer `*Shell Command Output*';
1771 : Prefix arg means replace the region with it. Return the exit code of
1774 : To specify a coding system for converting non-ASCII characters in
1775 : the input and output to the shell command, use
1776 : C-x RET c before this command. By
1777 : default, the input (from the current buffer) is encoded in the
1778 : same coding system that will be used to save the file,
1779 : `buffer-file-coding-system'. If the output is going to replace
1780 : the region, then it is decoded from that same coding system.
1782 : The noninteractive arguments are START, END, COMMAND,
1783 : OUTPUT-BUFFER, REPLACE, ERROR-BUFFER, and DISPLAY-ERROR-BUFFER.
1784 : Noninteractive callers can specify coding systems by binding
1785 : `coding-system-for-read' and `coding-system-for-write'.
1787 : If the command generates output, the output may be displayed
1788 : in the echo area or in a buffer.
1789 : If the output is short enough to display in the echo area
1790 : (determined by the variable `max-mini-window-height' if
1791 : `resize-mini-windows' is non-nil), it is shown there. Otherwise
1792 : it is displayed in the buffer `*Shell Command Output*'. The output
1793 : is available in that buffer in both cases.
1795 : If there is output and an error, a message about the error
1796 : appears at the end of the output.
1798 : If there is no output, or if output is inserted in the current buffer,
1799 : then `*Shell Command Output*' is deleted.
1801 : If the optional fourth argument OUTPUT-BUFFER is non-nil,
1802 : that says to put the output in some other buffer.
1803 : If OUTPUT-BUFFER is a buffer or buffer name, put the output there.
1804 : If OUTPUT-BUFFER is not a buffer and not nil,
1805 : insert output in the current buffer.
1806 : In either case, the output is inserted after point (leaving mark after it).
1808 : If REPLACE, the optional fifth argument, is non-nil, that means insert
1809 : the output in place of text from START to END, putting point and mark
1812 : If optional sixth argument ERROR-BUFFER is non-nil, it is a buffer
1813 : or buffer name to which to direct the command's standard error output.
1814 : If it is nil, error output is mingled with regular output.
1815 : If DISPLAY-ERROR-BUFFER is non-nil, display the error buffer if there
1816 : were any errors. (This is always t, interactively.)
1817 : In an interactive call, the variable `shell-command-default-error-buffer'
1818 : specifies the value of ERROR-BUFFER.
1819 ** org-remove-file =(&optional file)=
1821 :CUSTOM_ID: org-remove-file
1824 - *Access:* ~C-c ], <menu-bar> <Org> <File List for Agenda> <Remove Current File from List>~
1825 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1826 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remove-file&sr=1][Find modifications in git logs]]
1828 : Remove current file from the list of files in variable `org-agenda-files'.
1829 : These are the files which are being checked for agenda entries.
1830 : Optional argument FILE means use this file instead of the current.
1833 :CUSTOM_ID: org-agenda-quit
1836 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1837 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-quit&sr=1][Find modifications in git logs]]
1839 : Exit agenda by killing agenda buffer or burying it when
1840 : `org-agenda-sticky' is non-NIL
1843 :CUSTOM_ID: org-show-subtree
1846 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1847 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-show-subtree&sr=1][Find modifications in git logs]]
1849 : Show everything after this heading at deeper levels.
1850 ** org-timer-start =(&optional offset)=
1852 :CUSTOM_ID: org-timer-start
1855 - *Access:* ~C-c C-x 0, <menu-bar> <Org> <Dates and Scheduling> <Start/Restart Timer>~
1856 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1857 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-start&sr=1][Find modifications in git logs]]
1859 : Set the starting time for the relative timer to now.
1860 : When called with prefix argument OFFSET, prompt the user for an offset time,
1861 : with the default taken from a timer stamp at point, if any.
1862 : If OFFSET is a string or an integer, it is directly taken to be the offset
1863 : without user interaction.
1864 : When called with a double prefix arg, all timer strings in the active
1865 : region will be shifted by a specific amount. You will be prompted for
1866 : the amount, with the default to make the first timer string in
1867 : the region 0:00:00.
1870 :CUSTOM_ID: org-ctrl-c-star
1874 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1875 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctrl-c-star&sr=1][Find modifications in git logs]]
1877 : Compute table, or change heading status of lines.
1878 : Calls `org-table-recalculate' or `org-toggle-heading',
1879 : depending on context.
1880 ** org-metaright =(&optional arg)=
1882 :CUSTOM_ID: org-metaright
1885 - *Access:* ~<M-right>, <menu-bar> <Org> <Edit Structure> <Demote Heading>, <menu-bar> <Tbl> <Column> <Move Column Right>~
1886 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1887 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaright&sr=1][Find modifications in git logs]]
1889 : Demote a subtree, a list item or move table column to right.
1890 : In front of a drawer or a block keyword, indent it correctly.
1891 : With no specific context, calls the Emacs default `forward-word'.
1892 : See the individual commands for more information.
1893 ** org-agenda-bulk-mark =(&optional arg)=
1895 :CUSTOM_ID: org-agenda-bulk-mark
1898 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1899 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-mark&sr=1][Find modifications in git logs]]
1901 : Mark the entry at point for future bulk action.
1902 ** org-insert-link =(&optional complete-file link-location default-description)=
1904 :CUSTOM_ID: org-insert-link
1907 - *Access:* ~C-c C-l, <menu-bar> <Org> <Hyperlinks> <Insert Link>~
1908 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1909 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-link&sr=1][Find modifications in git logs]]
1911 : Insert a link. At the prompt, enter the link.
1913 : Completion can be used to insert any of the link protocol prefixes like
1914 : http or ftp in use.
1916 : The history can be used to select a link previously stored with
1917 : `org-store-link'. When the empty string is entered (i.e. if you just
1918 : press RET at the prompt), the link defaults to the most recently
1919 : stored link. As SPC triggers completion in the minibuffer, you need to
1920 : use M-SPC or C-q SPC to force the insertion of a space character.
1922 : You will also be prompted for a description, and if one is given, it will
1923 : be displayed in the buffer instead of the link.
1925 : If there is already a link at point, this command will allow you to edit link
1926 : and description parts.
1928 : With a C-u prefix, prompts for a file to link to. The file name can
1929 : be selected using completion. The path to the file will be relative to the
1930 : current directory if the file is in the current directory or a subdirectory.
1931 : Otherwise, the link will be the absolute path as completed in the minibuffer
1932 : (i.e. normally ~/path/to/file). You can configure this behavior using the
1933 : option `org-link-file-path-type'.
1935 : With two C-u prefixes, enforce an absolute path even if the file is in
1936 : the current directory or below.
1938 : With three C-u prefixes, negate the meaning of
1939 : `org-keep-stored-link-after-insertion'.
1941 : If `org-make-link-description-function' is non-nil, this function will be
1942 : called with the link target, and the result will be the default
1945 : If the LINK-LOCATION parameter is non-nil, this value will be
1946 : used as the link location instead of reading one interactively.
1948 : If the DEFAULT-DESCRIPTION parameter is non-nil, this value will
1949 : be used as the default description.
1950 ** org-babel-exp-src-block =(body &rest headers)=
1952 :CUSTOM_ID: org-babel-exp-src-block
1955 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-exp.el;hb=HEAD][ob-exp.el]]
1956 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-exp-src-block&sr=1][Find modifications in git logs]]
1958 : Process source block for export.
1959 : Depending on the 'export' headers argument in replace the source
1960 : code block with...
1962 : both ---- display the code and the results
1964 : code ---- the default, display the code inside the block but do
1967 : results - just like none only the block is run on export ensuring
1968 : that it's results are present in the org-mode buffer
1970 : none ----- do not display either code or results upon export
1971 ** org-toggle-time-stamp-overlays
1973 :CUSTOM_ID: org-toggle-time-stamp-overlays
1976 - *Access:* ~C-c C-x C-t, <menu-bar> <Org> <Dates and Scheduling> <Custom time format>~
1977 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1978 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-time-stamp-overlays&sr=1][Find modifications in git logs]]
1980 : Toggle the use of custom time stamp formats.
1981 ** org-agenda =(&optional arg org-keys restriction)=
1983 :CUSTOM_ID: org-agenda
1986 - *Access:* ~<menu-bar> <Org> <Agenda Command...>, C-c a~
1987 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1988 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda&sr=1][Find modifications in git logs]]
1990 : Dispatch agenda commands to collect entries to the agenda buffer.
1991 : Prompts for a command to execute. Any prefix arg will be passed
1992 : on to the selected command. The default selections are:
1994 : a Call `org-agenda-list' to display the agenda for current day or week.
1995 : t Call `org-todo-list' to display the global todo list.
1996 : T Call `org-todo-list' to display the global todo list, select only
1997 : entries with a specific TODO keyword (the user gets a prompt).
1998 : m Call `org-tags-view' to display headlines with tags matching
1999 : a condition (the user is prompted for the condition).
2000 : M Like `m', but select only TODO entries, no ordinary headlines.
2001 : L Create a timeline for the current buffer.
2002 : e Export views to associated files.
2003 : s Search entries for keywords.
2004 : S Search entries for keywords, only with TODO keywords.
2005 : / Multi occur across all agenda files and also files listed
2006 : in `org-agenda-text-search-extra-files'.
2007 : < Restrict agenda commands to buffer, subtree, or region.
2008 : Press several times to get the desired effect.
2009 : > Remove a previous restriction.
2010 : # List "stuck" projects.
2011 : ! Configure what "stuck" means.
2012 : C Configure custom agenda commands.
2014 : More commands can be added by configuring the variable
2015 : `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
2016 : searches can be pre-defined in this way.
2018 : If the current buffer is in Org-mode and visiting a file, you can also
2019 : first press `<' once to indicate that the agenda should be temporarily
2020 : (until the next use of C-c a) restricted to the current file.
2021 : Pressing `<' twice means to restrict to the current subtree or region
2023 ** org-date-from-calendar
2025 :CUSTOM_ID: org-date-from-calendar
2028 - *Access:* ~C-c <, <menu-bar> <Org> <Dates and Scheduling> <Date from Calendar>~
2029 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2030 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-date-from-calendar&sr=1][Find modifications in git logs]]
2032 : Insert time stamp corresponding to cursor date in *Calendar* buffer.
2033 : If there is already a time stamp at the cursor position, update it.
2034 ** org-timestamp-up =(&optional arg)=
2036 :CUSTOM_ID: org-timestamp-up
2039 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2040 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timestamp-up&sr=1][Find modifications in git logs]]
2042 : Increase the date item at the cursor by one.
2043 : If the cursor is on the year, change the year. If it is on the month,
2044 : the day or the time, change that.
2045 : With prefix ARG, change by that many units.
2046 ** org-occur-in-agenda-files =(regexp &optional nlines)=
2048 :CUSTOM_ID: org-occur-in-agenda-files
2051 - *Access:* ~<menu-bar> <Org> <File List for Agenda> <Occur in all agenda files>~
2052 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2053 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-occur-in-agenda-files&sr=1][Find modifications in git logs]]
2055 : Call `multi-occur' with buffers for all agenda files.
2056 ** org-babel-tangle =(&optional only-this-block target-file lang)=
2058 :CUSTOM_ID: org-babel-tangle
2061 - *Access:* ~C-c C-v t, C-c C-v C-t~
2062 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
2063 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-tangle&sr=1][Find modifications in git logs]]
2065 : Write code blocks to source-specific files.
2066 : Extract the bodies of all source code blocks from the current
2067 : file into their own source-specific files. Optional argument
2068 : TARGET-FILE can be used to specify a default export file for all
2069 : source blocks. Optional argument LANG can be used to limit the
2070 : exported source code blocks by language.
2073 :CUSTOM_ID: org-mode
2076 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2077 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mode&sr=1][Find modifications in git logs]]
2079 : Outline-based notes management and organizer, alias
2080 : "Carsten's outline-mode for keeping track of everything."
2082 : Org-mode develops organizational tasks around a NOTES file which
2083 : contains information about projects as plain text. Org-mode is
2084 : implemented on top of outline-mode, which is ideal to keep the content
2085 : of large files well structured. It supports ToDo items, deadlines and
2086 : time stamps, which magically appear in the diary listing of the Emacs
2087 : calendar. Tables are easily created with a built-in table editor.
2088 : Plain text URL-like links connect to websites, emails (VM), Usenet
2089 : messages (Gnus), BBDB entries, and any files related to the project.
2090 : For printing and sharing of notes, an Org-mode file (or a part of it)
2091 : can be exported as a structured ASCII or HTML file.
2093 : The following commands are available:
2098 : C-a org-beginning-of-line
2099 : C-c Prefix Command
2100 : C-e org-end-of-line
2102 : C-j org-return-indent
2106 : ESC Prefix Command
2107 : | org-force-self-insert
2108 : C-# org-table-rotate-recalc-marks
2109 : C-' org-cycle-agenda-files
2110 : C-, org-cycle-agenda-files
2111 : <C-S-down> org-shiftcontroldown
2112 : <C-S-left> org-shiftcontrolleft
2113 : <C-S-return> org-insert-todo-heading-respect-content
2114 : <C-S-right> org-shiftcontrolright
2115 : <C-S-up> org-shiftcontrolup
2116 : <C-return> org-insert-heading-respect-content
2117 : <C-tab> org-force-cycle-archived
2118 : <M-S-down> org-shiftmetadown
2119 : <M-S-left> org-shiftmetaleft
2120 : <M-S-return> org-insert-todo-heading
2121 : <M-S-right> org-shiftmetaright
2122 : <M-S-up> org-shiftmetaup
2123 : <M-down> org-metadown
2124 : <M-left> org-metaleft
2125 : <M-return> org-meta-return
2126 : <M-right> org-metaright
2128 : <S-down> org-shiftdown
2129 : <S-iso-lefttab> org-shifttab
2130 : <S-left> org-shiftleft
2131 : <S-mouse-2> org-mouse-yank-link
2132 : <S-return> org-table-copy-down
2133 : <S-right> org-shiftright
2134 : <S-tab> org-shifttab
2135 : <S-up> org-shiftup
2136 : <backtab> org-shifttab
2137 : <down-mouse-1> org-mouse-down-mouse
2138 : <drag-mouse-3> org-mouse-yank-link
2139 : <mouse-3> org-mouse-show-context-menu
2140 : <remap> Prefix Command
2144 : M-RET org-insert-heading
2145 : C-M-t org-transpose-element
2146 : M-J org-insert-todo-subheading
2147 : M-a org-backward-sentence
2148 : M-e org-forward-sentence
2149 : M-h org-mark-element
2150 : M-j org-insert-subheading
2151 : M-{ org-backward-element
2152 : M-} org-forward-element
2154 : C-c C-a org-attach
2155 : C-c C-b org-backward-heading-same-level
2156 : C-c C-c org-ctrl-c-ctrl-c
2157 : C-c C-d org-deadline
2158 : C-c C-e org-export
2159 : C-c C-f org-forward-heading-same-level
2161 : C-c C-k org-kill-note-or-show-branches
2162 : C-c C-l org-insert-link
2163 : C-c RET org-ctrl-c-ret
2164 : C-c C-o org-open-at-point
2165 : C-c C-q org-set-tags-command
2166 : C-c C-r org-reveal
2167 : C-c C-s org-schedule
2169 : C-c C-v Prefix Command
2170 : C-c C-w org-refile
2171 : C-c C-x Prefix Command
2172 : C-c C-y org-evaluate-time-range
2173 : C-c C-z org-add-note
2174 : C-c ESC Prefix Command
2175 : C-c C-^ org-up-element
2176 : C-c C-_ org-down-element
2177 : C-c SPC org-table-blank-field
2178 : C-c ! org-time-stamp-inactive
2179 : C-c # org-update-statistics-cookies
2180 : C-c $ org-archive-subtree
2181 : C-c % org-mark-ring-push
2182 : C-c & org-mark-ring-goto
2183 : C-c ' org-edit-special
2184 : C-c * org-ctrl-c-star
2185 : C-c + org-table-sum
2186 : C-c , org-priority
2187 : C-c - org-ctrl-c-minus
2188 : C-c . org-time-stamp
2189 : C-c / org-sparse-tree
2190 : C-c : org-toggle-fixed-width-section
2191 : C-c ; org-toggle-comment
2192 : C-c < org-date-from-calendar
2193 : C-c = org-table-eval-formula
2194 : C-c > org-goto-calendar
2195 : C-c ? org-table-field-info
2196 : C-c @ org-mark-subtree
2197 : C-c [ org-agenda-file-to-front
2198 : C-c \ org-match-sparse-tree
2199 : C-c ] org-remove-file
2201 : C-c ` org-table-edit-field
2202 : C-c { org-table-toggle-formula-debugger
2203 : C-c | org-table-create-or-convert-from-region
2204 : C-c } org-table-toggle-coordinate-overlays
2205 : C-c ~ org-table-create-with-table.el
2206 : C-c C-* org-list-make-subtree
2208 : <remap> <delete-backward-char> org-delete-backward-char
2209 : <remap> <delete-char> org-delete-char
2210 : <remap> <outline-backward-same-level>
2211 : org-backward-heading-same-level
2212 : <remap> <outline-demote> org-demote-subtree
2213 : <remap> <outline-forward-same-level>
2214 : org-forward-heading-same-level
2215 : <remap> <outline-insert-heading>
2217 : <remap> <outline-mark-subtree> org-mark-subtree
2218 : <remap> <outline-promote> org-promote-subtree
2219 : <remap> <self-insert-command> org-self-insert-command
2220 : <remap> <show-branches> org-kill-note-or-show-branches
2221 : <remap> <show-subtree> org-show-subtree
2224 : (that binding is currently shadowed by another mode)
2225 : C-c C-b outline-backward-same-level
2226 : (that binding is currently shadowed by another mode)
2227 : C-c C-c hide-entry
2228 : (that binding is currently shadowed by another mode)
2229 : C-c C-d hide-subtree
2230 : (that binding is currently shadowed by another mode)
2231 : C-c C-e show-entry
2232 : (that binding is currently shadowed by another mode)
2233 : C-c C-f outline-forward-same-level
2234 : (that binding is currently shadowed by another mode)
2235 : C-c TAB show-children
2236 : C-c C-k show-branches
2237 : (that binding is currently shadowed by another mode)
2238 : C-c C-l hide-leaves
2239 : (that binding is currently shadowed by another mode)
2240 : C-c RET outline-insert-heading
2241 : (that binding is currently shadowed by another mode)
2242 : C-c C-n outline-next-visible-heading
2243 : C-c C-o hide-other
2244 : (that binding is currently shadowed by another mode)
2245 : C-c C-p outline-previous-visible-heading
2246 : C-c C-q hide-sublevels
2247 : (that binding is currently shadowed by another mode)
2248 : C-c C-s show-subtree
2249 : (that binding is currently shadowed by another mode)
2251 : (that binding is currently shadowed by another mode)
2252 : C-c C-u outline-up-heading
2253 : C-c C-v outline-move-subtree-down
2254 : (that binding is currently shadowed by another mode)
2255 : C-c C-^ outline-move-subtree-up
2256 : (that binding is currently shadowed by another mode)
2257 : C-c @ outline-mark-subtree
2258 : (that binding is currently shadowed by another mode)
2259 : C-c C-< outline-promote
2260 : C-c C-> outline-demote
2262 : C-M-i ispell-complete-word
2263 : (that binding is currently shadowed by another mode)
2265 : C-c C-M-l org-insert-all-links
2267 : C-c C-v C-a org-babel-sha1-hash
2268 : C-c C-v C-b org-babel-execute-buffer
2269 : C-c C-v C-c org-babel-check-src-block
2270 : C-c C-v C-d org-babel-demarcate-block
2271 : C-c C-v C-e org-babel-execute-maybe
2272 : C-c C-v C-f org-babel-tangle-file
2273 : C-c C-v TAB org-babel-view-src-block-info
2274 : C-c C-v C-j org-babel-insert-header-arg
2275 : C-c C-v C-l org-babel-load-in-session
2276 : C-c C-v C-n org-babel-next-src-block
2277 : C-c C-v C-o org-babel-open-src-block-result
2278 : C-c C-v C-p org-babel-previous-src-block
2279 : C-c C-v C-r org-babel-goto-named-result
2280 : C-c C-v C-s org-babel-execute-subtree
2281 : C-c C-v C-t org-babel-tangle
2282 : C-c C-v C-u org-babel-goto-src-block-head
2283 : C-c C-v C-v org-babel-expand-src-block
2284 : C-c C-v C-x org-babel-do-key-sequence-in-edit-buffer
2285 : C-c C-v C-z org-babel-switch-to-session
2286 : C-c C-v ESC Prefix Command
2287 : C-c C-v I org-babel-view-src-block-info
2288 : C-c C-v a org-babel-sha1-hash
2289 : C-c C-v b org-babel-execute-buffer
2290 : C-c C-v c org-babel-check-src-block
2291 : C-c C-v d org-babel-demarcate-block
2292 : C-c C-v e org-babel-execute-maybe
2293 : C-c C-v f org-babel-tangle-file
2294 : C-c C-v g org-babel-goto-named-src-block
2295 : C-c C-v h org-babel-describe-bindings
2296 : C-c C-v i org-babel-lob-ingest
2297 : C-c C-v j org-babel-insert-header-arg
2298 : C-c C-v l org-babel-load-in-session
2299 : C-c C-v n org-babel-next-src-block
2300 : C-c C-v o org-babel-open-src-block-result
2301 : C-c C-v p org-babel-previous-src-block
2302 : C-c C-v r org-babel-goto-named-result
2303 : C-c C-v s org-babel-execute-subtree
2304 : C-c C-v t org-babel-tangle
2305 : C-c C-v u org-babel-goto-src-block-head
2306 : C-c C-v v org-babel-expand-src-block
2307 : C-c C-v x org-babel-do-key-sequence-in-edit-buffer
2308 : C-c C-v z org-babel-switch-to-session-with-code
2310 : C-c C-x C-a org-archive-subtree-default
2311 : C-c C-x C-b org-toggle-checkbox
2312 : C-c C-x C-c org-columns
2313 : C-c C-x C-d org-clock-display
2314 : C-c C-x C-f org-emphasize
2315 : C-c C-x TAB org-clock-in
2316 : C-c C-x C-j org-clock-goto
2317 : C-c C-x C-k org-mark-entry-for-agenda-action
2318 : C-c C-x C-l org-preview-latex-fragment
2319 : C-c C-x RET Prefix Command
2320 : C-c C-x C-n org-next-link
2321 : C-c C-x C-o org-clock-out
2322 : C-c C-x C-p org-previous-link
2323 : C-c C-x C-q org-clock-cancel
2324 : C-c C-x C-r org-clock-report
2325 : C-c C-x C-s org-advertized-archive-subtree
2326 : C-c C-x C-t org-toggle-time-stamp-overlays
2327 : C-c C-x C-u org-dblock-update
2328 : C-c C-x C-v org-toggle-inline-images
2329 : C-c C-x C-w org-cut-special
2330 : C-c C-x C-x org-clock-in-last
2331 : C-c C-x C-y org-paste-special
2332 : C-c C-x C-z org-resolve-clocks
2333 : C-c C-x ESC Prefix Command
2334 : C-c C-x ! org-reload
2335 : C-c C-x , org-timer-pause-or-continue
2336 : C-c C-x - org-timer-item
2337 : C-c C-x . org-timer
2338 : C-c C-x 0 org-timer-start
2339 : C-c C-x : org-timer-cancel-timer
2340 : C-c C-x ; org-timer-set-timer
2341 : C-c C-x < org-agenda-set-restriction-lock
2342 : C-c C-x > org-agenda-remove-restriction-lock
2343 : C-c C-x A org-archive-to-archive-sibling
2344 : C-c C-x E org-inc-effort
2345 : C-c C-x G org-feed-goto-inbox
2346 : C-c C-x [ org-reftex-citation
2347 : C-c C-x \ org-toggle-pretty-entities
2348 : C-c C-x _ org-timer-stop
2349 : C-c C-x a org-toggle-archive-tag
2350 : C-c C-x b org-tree-to-indirect-buffer
2351 : C-c C-x c org-clone-subtree-with-time-shift
2352 : C-c C-x d org-insert-drawer
2353 : C-c C-x e org-set-effort
2354 : C-c C-x f org-footnote-action
2355 : C-c C-x g org-feed-update-all
2356 : C-c C-x i org-insert-columns-dblock
2357 : C-c C-x o org-toggle-ordered-property
2358 : C-c C-x p org-set-property
2359 : C-c C-x v org-copy-visible
2361 : C-c C-v C-M-h org-babel-mark-block
2363 : C-c C-x C-M-v org-redisplay-inline-images
2364 : C-c C-x M-w org-copy-special
2366 : C-c C-x RET g org-mobile-pull
2367 : C-c C-x RET p org-mobile-push
2371 : In addition to any hooks its parent mode `outline-mode' might have run,
2372 : this mode runs the hook `org-mode-hook', as the final step
2373 : during initialization.
2374 ** org-beginning-of-item-list
2376 :CUSTOM_ID: org-beginning-of-item-list
2379 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
2380 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beginning-of-item-list&sr=1][Find modifications in git logs]]
2382 : Go to the beginning item of the current list or sublist.
2383 : Throw an error when not in a list.
2384 ** org-babel-open-src-block-result =(&optional re-run)=
2386 :CUSTOM_ID: org-babel-open-src-block-result
2389 - *Access:* ~C-c C-v C-o, C-c C-v o~
2390 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
2391 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-open-src-block-result&sr=1][Find modifications in git logs]]
2393 : If `point' is on a src block then open the results of the
2394 : source code block, otherwise return nil. With optional prefix
2395 : argument RE-RUN the source-code block is evaluated even if
2396 : results already exist.
2397 ** org-time-stamp =(arg &optional inactive)=
2399 :CUSTOM_ID: org-time-stamp
2402 - *Access:* ~C-c ., <menu-bar> <Org> <Dates and Scheduling> <Timestamp>~
2403 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2404 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-time-stamp&sr=1][Find modifications in git logs]]
2406 : Prompt for a date/time and insert a time stamp.
2407 : If the user specifies a time like HH:MM or if this command is
2408 : called with at least one prefix argument, the time stamp contains
2409 : the date and the time. Otherwise, only the date is be included.
2411 : All parts of a date not specified by the user is filled in from
2412 : the current date/time. So if you just press return without
2413 : typing anything, the time stamp will represent the current
2416 : If there is already a timestamp at the cursor, it will be
2419 : With two universal prefix arguments, insert an active timestamp
2420 : with the current time without prompting the user.
2421 ** org-list-to-generic =(list params)=
2423 :CUSTOM_ID: org-list-to-generic
2426 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
2427 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-list-to-generic&sr=1][Find modifications in git logs]]
2429 : Convert a LIST parsed through `org-list-parse-list' to other formats.
2430 : Valid parameters PARAMS are:
2432 : :ustart String to start an unordered list
2433 : :uend String to end an unordered list
2435 : :ostart String to start an ordered list
2436 : :oend String to end an ordered list
2438 : :dstart String to start a descriptive list
2439 : :dend String to end a descriptive list
2440 : :dtstart String to start a descriptive term
2441 : :dtend String to end a descriptive term
2442 : :ddstart String to start a description
2443 : :ddend String to end a description
2445 : :splice When set to t, return only list body lines, don't wrap
2446 : them into :[u/o]start and :[u/o]end. Default is nil.
2448 : :istart String to start a list item.
2449 : :icount String to start an item with a counter.
2450 : :iend String to end a list item
2451 : :isep String to separate items
2452 : :lsep String to separate sublists
2453 : :csep String to separate text from a sub-list
2455 : :cboff String to insert for an unchecked check-box
2456 : :cbon String to insert for a checked check-box
2457 : :cbtrans String to insert for a check-box in transitional state
2459 : :nobr Non-nil means remove line breaks in lists items.
2461 : Alternatively, each parameter can also be a form returning
2462 : a string. These sexp can use keywords `counter' and `depth',
2463 : representing respectively counter associated to the current
2464 : item, and depth of the current sub-list, starting at 0.
2465 : Obviously, `counter' is only available for parameters applying to
2467 ** org-forward-heading-same-level =(arg &optional invisible-ok)=
2469 :CUSTOM_ID: org-forward-heading-same-level
2472 - *Access:* ~C-c C-f, <menu-bar> <Org> <Navigate Headings> <Next Same Level>~
2473 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2474 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-forward-heading-same-level&sr=1][Find modifications in git logs]]
2476 : Move forward to the arg'th subheading at same level as this one.
2477 : Stop at the first and last subheadings of a superior heading.
2478 : Normally this only looks at visible headings, but when INVISIBLE-OK is
2479 : non-nil it will also look at invisible ones.
2480 ** org-export-as-docbook-pdf =(&optional hidden ext-plist to-buffer body-only pub-dir)=
2482 :CUSTOM_ID: org-export-as-docbook-pdf
2485 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
2486 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-docbook-pdf&sr=1][Find modifications in git logs]]
2488 : Export as DocBook XML file, and generate PDF file.
2489 ** org-insert-todo-subheading =(arg)=
2491 :CUSTOM_ID: org-insert-todo-subheading
2495 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2496 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-todo-subheading&sr=1][Find modifications in git logs]]
2498 : Insert a new subheading with TODO keyword or checkbox and demote it.
2499 : Works for outline headings and for plain lists alike.
2500 ** org-clock-in-last =(&optional arg)=
2502 :CUSTOM_ID: org-clock-in-last
2505 - *Access:* ~C-c C-x C-x~
2506 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
2507 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-in-last&sr=1][Find modifications in git logs]]
2509 : Clock in the last closed clocked item.
2510 : When already clocking in, send an warning.
2511 : With a universal prefix argument, select the task you want to
2512 : clock in from the last clocked in tasks.
2513 : With two universal prefix arguments, start clocking using the
2514 : last clock-out time, if any.
2515 : With three universal prefix arguments, interactively prompt
2516 : for a todo state to switch to, overriding the existing value
2517 : `org-clock-in-switch-to-state'.
2518 ** org-create-customize-menu
2520 :CUSTOM_ID: org-create-customize-menu
2523 - *Access:* ~<menu-bar> <Org> <Customize> <Expand This Menu>~
2524 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2525 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-create-customize-menu&sr=1][Find modifications in git logs]]
2527 : Create a full customization menu for Org-mode, insert it into the menu.
2528 ** org-agenda-bulk-mark-regexp =(regexp)=
2530 :CUSTOM_ID: org-agenda-bulk-mark-regexp
2533 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2534 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-mark-regexp&sr=1][Find modifications in git logs]]
2536 : Mark entries matching REGEXP for future agenda bulk action.
2537 ** org-info =(&optional node)=
2539 :CUSTOM_ID: org-info
2542 - *Access:* ~<menu-bar> <Org> <Documentation> <Info Documentation>~
2543 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2544 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-info&sr=1][Find modifications in git logs]]
2546 : Read documentation for Org-mode in the info system.
2547 : With optional NODE, go directly to that node.
2548 ** org-export-as-freemind =(&optional hidden ext-plist to-buffer body-only pub-dir)=
2550 :CUSTOM_ID: org-export-as-freemind
2553 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-freemind.el;hb=HEAD][org-freemind.el]]
2554 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-freemind&sr=1][Find modifications in git logs]]
2556 : Export the current buffer as a Freemind file.
2557 : If there is an active region, export only the region. HIDDEN is
2558 : obsolete and does nothing. EXT-PLIST is a property list with
2559 : external parameters overriding org-mode's default settings, but
2560 : still inferior to file-local settings. When TO-BUFFER is
2561 : non-nil, create a buffer with that name and export to that
2562 : buffer. If TO-BUFFER is the symbol `string', don't leave any
2563 : buffer behind but just return the resulting HTML as a string.
2564 : When BODY-ONLY is set, don't produce the file header and footer,
2565 : simply return the content of the document (all top level
2566 : sections). When PUB-DIR is set, use this as the publishing
2569 : See `org-freemind-from-org-mode' for more information.
2570 ** org-table-create =(&optional size)=
2572 :CUSTOM_ID: org-table-create
2575 - *Access:* ~<menu-bar> <Tbl> <Create>~
2576 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2577 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-create&sr=1][Find modifications in git logs]]
2579 : Query for a size and insert a table skeleton.
2580 : SIZE is a string Columns x Rows like for example "3x2".
2581 ** org-insert-heading-after-current
2583 :CUSTOM_ID: org-insert-heading-after-current
2586 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2587 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-heading-after-current&sr=1][Find modifications in git logs]]
2589 : Insert a new heading with same level as current, after current subtree.
2590 ** org-id-store-link
2592 :CUSTOM_ID: org-id-store-link
2595 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]]
2596 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-id-store-link&sr=1][Find modifications in git logs]]
2598 : Store a link to the current entry, using its ID.
2599 ** org-columns-get-format =(&optional fmt-string)=
2601 :CUSTOM_ID: org-columns-get-format
2604 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
2605 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-get-format&sr=1][Find modifications in git logs]]
2608 ** org-make-org-heading-search-string =(&optional string heading)=
2610 :CUSTOM_ID: org-make-org-heading-search-string
2613 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2614 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-make-org-heading-search-string&sr=1][Find modifications in git logs]]
2616 : Make search string for STRING or current headline.
2617 ** org-kill-note-or-show-branches
2619 :CUSTOM_ID: org-kill-note-or-show-branches
2622 - *Access:* ~C-c C-k~
2623 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2624 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-kill-note-or-show-branches&sr=1][Find modifications in git logs]]
2626 : If this is a Note buffer, abort storing the note. Else call `show-branches'.
2627 ** org-agenda-date-prompt =(arg)=
2629 :CUSTOM_ID: org-agenda-date-prompt
2632 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2633 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-date-prompt&sr=1][Find modifications in git logs]]
2635 : Change the date of this item. Date is prompted for, with default today.
2636 : The prefix ARG is passed to the `org-time-stamp' command and can therefore
2637 : be used to request time specification in the time stamp.
2638 ** org-babel-goto-named-result =(name)=
2640 :CUSTOM_ID: org-babel-goto-named-result
2643 - *Access:* ~C-c C-v C-r, C-c C-v r~
2644 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
2645 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-goto-named-result&sr=1][Find modifications in git logs]]
2647 : Go to a named result.
2648 ** org-bibtex-search =(string)=
2650 :CUSTOM_ID: org-bibtex-search
2653 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]]
2654 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-search&sr=1][Find modifications in git logs]]
2656 : Search for bibliographical entries in agenda files.
2657 : This function relies `org-search-view' to locate results.
2658 ** org-toggle-custom-properties-visibility
2660 :CUSTOM_ID: org-toggle-custom-properties-visibility
2663 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2664 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-custom-properties-visibility&sr=1][Find modifications in git logs]]
2666 : Display or hide properties in `org-custom-properties'.
2667 ** org-remember-goto-last-stored
2669 :CUSTOM_ID: org-remember-goto-last-stored
2672 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
2673 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remember-goto-last-stored&sr=1][Find modifications in git logs]]
2675 : Go to the location where the last remember note was stored.
2676 ** org-agenda-manipulate-query-subtract-re
2678 :CUSTOM_ID: org-agenda-manipulate-query-subtract-re
2681 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2682 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-manipulate-query-subtract-re&sr=1][Find modifications in git logs]]
2684 : Manipulate the query by adding a search regexp with negative selection.
2685 : Negative selection means regexp must not match for selection of an entry.
2686 ** org-capture-string =(string &optional keys)=
2688 :CUSTOM_ID: org-capture-string
2691 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
2692 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-string&sr=1][Find modifications in git logs]]
2695 ** org-export-as-xoxo =(&optional buffer)=
2697 :CUSTOM_ID: org-export-as-xoxo
2700 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-xoxo.el;hb=HEAD][org-xoxo.el]]
2701 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-xoxo&sr=1][Find modifications in git logs]]
2703 : Export the org buffer as XOXO.
2704 : The XOXO buffer is named *xoxo-<source buffer name>*
2705 ** org-list-send-list =(&optional maybe)=
2707 :CUSTOM_ID: org-list-send-list
2710 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
2711 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-list-send-list&sr=1][Find modifications in git logs]]
2713 : Send a transformed version of this list to the receiver position.
2714 : With argument MAYBE, fail quietly if no transformation is defined
2716 ** org-export-as-pdf-and-open =(arg)=
2718 :CUSTOM_ID: org-export-as-pdf-and-open
2721 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
2722 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-pdf-and-open&sr=1][Find modifications in git logs]]
2724 : Export as LaTeX, then process through to PDF, and open.
2725 ** org-capture-mode =(&optional arg)=
2727 :CUSTOM_ID: org-capture-mode
2730 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
2731 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-mode&sr=1][Find modifications in git logs]]
2733 : Minor mode for special key bindings in a capture buffer.
2735 : Turning on this mode runs the normal hook `org-capture-mode-hook'.
2736 ** org-table-fedit-menu =(event)=
2738 :CUSTOM_ID: org-table-fedit-menu
2741 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2742 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-menu&sr=1][Find modifications in git logs]]
2744 : Org Edit Formulas Menu
2745 ** org-first-sibling-p
2747 :CUSTOM_ID: org-first-sibling-p
2750 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2751 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-first-sibling-p&sr=1][Find modifications in git logs]]
2753 : Is this heading the first child of its parents?
2756 :CUSTOM_ID: org-ctrl-c-minus
2759 - *Access:* ~C-c -, <menu-bar> <Tbl> <Row> <Insert Hline>~
2760 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2761 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctrl-c-minus&sr=1][Find modifications in git logs]]
2763 : Insert separator line in table or modify bullet status of line.
2764 : Also turns a plain line or a region of lines into list items.
2765 : Calls `org-table-insert-hline', `org-toggle-item', or
2766 : `org-cycle-list-bullet', depending on context.
2767 ** org-return-indent
2769 :CUSTOM_ID: org-return-indent
2773 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2774 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-return-indent&sr=1][Find modifications in git logs]]
2776 : Goto next table row or insert a newline and indent.
2777 : Calls `org-table-next-row' or `newline-and-indent', depending on
2778 : context. See the individual commands for more information.
2779 ** org-agenda-todo =(&optional arg)=
2781 :CUSTOM_ID: org-agenda-todo
2784 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2785 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-todo&sr=1][Find modifications in git logs]]
2787 : Cycle TODO state of line at point, also in Org-mode file.
2788 : This changes the line at point, all other lines in the agenda referring to
2789 : the same tree node, and the headline of the tree node in the Org-mode file.
2790 ** org-export-preprocess-string =(string &rest parameters)=
2792 :CUSTOM_ID: org-export-preprocess-string
2795 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
2796 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preprocess-string&sr=1][Find modifications in git logs]]
2798 : Cleanup STRING so that the true exported has a more consistent source.
2799 : This function takes STRING, which should be a buffer-string of an org-file
2800 : to export. It then creates a temporary buffer where it does its job.
2801 : The result is then again returned as a string, and the exporter works
2802 : on this string to produce the exported version.
2803 ** org-agenda-date-earlier-minutes =(arg)=
2805 :CUSTOM_ID: org-agenda-date-earlier-minutes
2808 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2809 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-date-earlier-minutes&sr=1][Find modifications in git logs]]
2811 : Change the time of this item, in units of `org-time-stamp-rounding-minutes'.
2812 ** org-inlinetask-demote
2814 :CUSTOM_ID: org-inlinetask-demote
2817 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-inlinetask.el;hb=HEAD][org-inlinetask.el]]
2818 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-inlinetask-demote&sr=1][Find modifications in git logs]]
2820 : Demote the inline task at point.
2821 : If the task has an end part, also demote it.
2822 ** org-toggle-timestamp-type
2824 :CUSTOM_ID: org-toggle-timestamp-type
2827 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2828 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-timestamp-type&sr=1][Find modifications in git logs]]
2830 : Toggle the type (<active> or [inactive]) of a time stamp.
2831 ** org-ctags-all-tags-in-current-tags-table
2833 :CUSTOM_ID: org-ctags-all-tags-in-current-tags-table
2836 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]]
2837 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctags-all-tags-in-current-tags-table&sr=1][Find modifications in git logs]]
2839 : Read all tags defined in the active TAGS file, into a list of strings.
2841 ** org-attach-attach-ln
2843 :CUSTOM_ID: org-attach-attach-ln
2846 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
2847 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-attach-ln&sr=1][Find modifications in git logs]]
2849 : Attach a file by creating a hard link to it.
2850 : Beware that this does not work on systems that do not support hard links.
2851 : On some systems, this apparently does copy the file instead.
2852 ** org-table-convert
2854 :CUSTOM_ID: org-table-convert
2857 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2858 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-convert&sr=1][Find modifications in git logs]]
2860 : Convert from `org-mode' table to table.el and back.
2861 : Obviously, this only works within limits. When an Org-mode table is
2862 : converted to table.el, all horizontal separator lines get lost, because
2863 : table.el uses these as cell boundaries and has no notion of horizontal lines.
2864 : A table.el table can be converted to an Org-mode table only if it does not
2865 : do row or column spanning. Multiline cells will become multiple cells.
2866 : Beware, Org-mode does not test if the table can be successfully converted - it
2867 : blindly applies a recipe that works for simple tables.
2868 ** org-change-tag-in-region =(beg end tag off)=
2870 :CUSTOM_ID: org-change-tag-in-region
2873 - *Access:* ~<menu-bar> <Org> <TAGS and Properties> <Change tag in region>~
2874 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2875 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-change-tag-in-region&sr=1][Find modifications in git logs]]
2877 : Add or remove TAG for each entry in the region.
2878 : This works in the agenda, and also in an org-mode buffer.
2879 ** org-indent-mode =(&optional arg)=
2881 :CUSTOM_ID: org-indent-mode
2884 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-indent.el;hb=HEAD][org-indent.el]]
2885 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-mode&sr=1][Find modifications in git logs]]
2887 : When active, indent text according to outline structure.
2889 : Internally this works by adding `line-prefix' and `wrap-prefix'
2890 : properties, after each buffer modification, on the modified zone.
2892 : The process is synchronous. Though, initial indentation of
2893 : buffer, which can take a few seconds on large buffers, is done
2895 ** org-agenda-previous-line
2897 :CUSTOM_ID: org-agenda-previous-line
2900 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2901 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-previous-line&sr=1][Find modifications in git logs]]
2903 : Move cursor to the previous line, and show if follow-mode is active.
2904 ** org-attach-reveal =(&optional if-exists)=
2906 :CUSTOM_ID: org-attach-reveal
2909 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
2910 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-reveal&sr=1][Find modifications in git logs]]
2912 : Show the attachment directory of the current task in dired.
2913 ** org-table-maybe-recalculate-line
2915 :CUSTOM_ID: org-table-maybe-recalculate-line
2918 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2919 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-maybe-recalculate-line&sr=1][Find modifications in git logs]]
2921 : Recompute the current line if marked for it, and if we haven't just done it.
2924 :CUSTOM_ID: org-agenda-mode
2927 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2928 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-mode&sr=1][Find modifications in git logs]]
2930 : Mode for time-sorted view on action items in Org-mode files.
2932 : The following commands are available:
2937 : C-c Prefix Command
2938 : TAB org-agenda-goto
2939 : C-k org-agenda-kill
2940 : RET org-agenda-switch-to
2941 : C-n org-agenda-next-line
2942 : C-p org-agenda-previous-line
2943 : C-x Prefix Command
2944 : C-_ org-agenda-undo
2945 : SPC org-agenda-show-and-scroll-up
2946 : ! org-agenda-toggle-deadlines
2947 : $ org-agenda-archive
2948 : % org-agenda-bulk-mark-regexp
2949 : * org-agenda-bulk-mark-all
2950 : + org-agenda-priority-up
2951 : , org-agenda-priority
2952 : - org-agenda-priority-down
2953 : . org-agenda-goto-today
2954 : / org-agenda-filter-by-tag
2955 : 0 .. 9 digit-argument
2956 : : org-agenda-set-tags
2957 : ; org-timer-set-timer
2958 : < org-agenda-filter-by-category
2959 : > org-agenda-date-prompt
2960 : ? org-agenda-show-the-flagging-note
2961 : A org-agenda-append-agenda
2962 : B org-agenda-bulk-action
2963 : C org-agenda-convert-date
2964 : D org-agenda-toggle-diary
2965 : E org-agenda-entry-text-mode
2966 : F org-agenda-follow-mode
2967 : G org-agenda-toggle-time-grid
2968 : H org-agenda-holidays
2969 : I org-agenda-clock-in
2970 : J org-agenda-clock-goto
2971 : K org-habit-toggle-habits
2972 : L org-agenda-recenter
2973 : M org-agenda-phases-of-moon
2974 : N org-agenda-next-item
2975 : O org-agenda-clock-out
2976 : P org-agenda-previous-item
2978 : R org-agenda-clockreport-mode
2979 : S org-agenda-sunrise-sunset
2980 : T org-agenda-show-tags
2981 : U org-agenda-bulk-unmark-all
2982 : X org-agenda-clock-cancel
2983 : [ org-agenda-manipulate-query-add
2984 : \ org-agenda-filter-by-tag-refine
2985 : ] org-agenda-manipulate-query-subtract
2986 : ^ org-agenda-filter-by-top-category
2987 : a org-agenda-archive-default-with-confirmation
2988 : b org-agenda-earlier
2989 : c org-agenda-goto-calendar
2990 : d org-agenda-day-view
2991 : e org-agenda-set-effort
2992 : f org-agenda-later
2994 : h org-agenda-holidays
2995 : i org-agenda-diary-entry
2996 : j org-agenda-goto-date
2997 : k org-agenda-capture
2998 : l org-agenda-log-mode
2999 : m org-agenda-bulk-mark
3000 : n org-agenda-next-line
3001 : o delete-other-windows
3002 : p org-agenda-previous-line
3005 : s org-save-all-org-buffers
3007 : u org-agenda-bulk-unmark
3008 : v org-agenda-view-mode-dispatch
3009 : w org-agenda-week-view
3011 : y org-agenda-year-view
3012 : z org-agenda-add-note
3013 : { org-agenda-manipulate-query-add-re
3014 : } org-agenda-manipulate-query-subtract-re
3015 : DEL org-agenda-show-scroll-down
3016 : C-/ org-agenda-undo
3017 : <C-S-left> org-agenda-todo-previousset
3018 : <C-S-right> org-agenda-todo-nextset
3019 : <S-down> org-agenda-priority-down
3020 : <S-left> org-agenda-do-date-earlier
3021 : <S-right> org-agenda-do-date-later
3022 : <S-up> org-agenda-priority-up
3023 : <backspace> org-agenda-show-scroll-down
3024 : <down> org-agenda-next-line
3025 : <mouse-2> org-agenda-goto-mouse
3026 : <mouse-3> org-agenda-show-mouse
3027 : <tab> org-agenda-goto
3028 : <undo> org-agenda-undo
3029 : <up> org-agenda-previous-line
3031 : C-c C-a org-attach
3032 : C-c C-d org-agenda-deadline
3033 : C-c C-n org-agenda-next-date-line
3034 : C-c C-o org-agenda-open-link
3035 : C-c C-p org-agenda-previous-date-line
3036 : C-c C-q org-agenda-set-tags
3037 : C-c C-s org-agenda-schedule
3038 : C-c C-t org-agenda-todo
3039 : C-c C-w org-agenda-refile
3040 : C-c C-x Prefix Command
3041 : C-c C-z org-agenda-add-note
3042 : C-c $ org-agenda-archive
3043 : C-c , org-agenda-priority
3045 : C-x C-s org-save-all-org-buffers
3046 : C-x C-w org-agenda-write
3047 : C-x u org-agenda-undo
3049 : C-c C-x C-a org-agenda-archive-default
3050 : C-c C-x C-c org-agenda-columns
3051 : C-c C-x C-e org-clock-modify-effort-estimate
3052 : C-c C-x TAB org-agenda-clock-in
3053 : C-c C-x C-j org-clock-goto
3054 : C-c C-x RET Prefix Command
3055 : C-c C-x C-o org-agenda-clock-out
3056 : C-c C-x C-s org-agenda-archive
3057 : C-c C-x C-x org-agenda-clock-cancel
3058 : C-c C-x ! org-reload
3059 : C-c C-x > org-agenda-remove-restriction-lock
3060 : C-c C-x A org-agenda-archive-to-archive-sibling
3061 : C-c C-x a org-agenda-toggle-archive-tag
3062 : C-c C-x b org-agenda-tree-to-indirect-buffer
3063 : C-c C-x e org-agenda-set-effort
3064 : C-c C-x p org-agenda-set-property
3065 : C-c C-x <down> org-agenda-priority-down
3066 : C-c C-x <left> org-agenda-do-date-earlier
3067 : C-c C-x <right> org-agenda-do-date-later
3068 : C-c C-x <up> org-agenda-priority-up
3070 : C-c C-x RET g org-mobile-pull
3071 : C-c C-x RET p org-mobile-push
3074 ** org-export-icalendar-all-agenda-files
3076 :CUSTOM_ID: org-export-icalendar-all-agenda-files
3079 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-icalendar.el;hb=HEAD][org-icalendar.el]]
3080 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-icalendar-all-agenda-files&sr=1][Find modifications in git logs]]
3082 : Export all files in the variable `org-agenda-files' to iCalendar .ics files.
3083 : Each iCalendar file will be located in the same directory as the Org-mode
3084 : file, but with extension `.ics'.
3087 :CUSTOM_ID: org-overview
3090 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3091 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-overview&sr=1][Find modifications in git logs]]
3093 : Switch to overview mode, showing only top-level headlines.
3094 : Really, this shows all headlines with level equal or greater than the level
3095 : of the first headline in the buffer. This is important, because if the
3096 : first headline is not level one, then (hide-sublevels 1) gives confusing
3098 ** org-babel-expand-src-block =(&optional arg info params)=
3100 :CUSTOM_ID: org-babel-expand-src-block
3103 - *Access:* ~C-c C-v v, C-c C-v C-v~
3104 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
3105 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-expand-src-block&sr=1][Find modifications in git logs]]
3107 : Expand the current source code block.
3108 : Expand according to the source code block's header
3109 : arguments and pop open the results in a preview buffer.
3110 ** org-bibtex-create-in-current-entry =(&optional arg)=
3112 :CUSTOM_ID: org-bibtex-create-in-current-entry
3115 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]]
3116 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-create-in-current-entry&sr=1][Find modifications in git logs]]
3118 : Add bibliographical data to the current entry.
3119 : With a prefix arg, query for optional fields.
3120 ** org-end-of-line =(&optional arg)=
3122 :CUSTOM_ID: org-end-of-line
3126 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3127 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-end-of-line&sr=1][Find modifications in git logs]]
3129 : Go to the end of the line.
3130 : If this is a headline, and `org-special-ctrl-a/e' is set, ignore tags on the
3131 : first attempt, and only move to after the tags when the cursor is already
3132 : beyond the end of the headline.
3133 ** org-mac-message-insert-flagged =(org-buffer org-heading)=
3135 :CUSTOM_ID: org-mac-message-insert-flagged
3138 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mac-message.el;hb=HEAD][org-mac-message.el]]
3139 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mac-message-insert-flagged&sr=1][Find modifications in git logs]]
3141 : Asks for an org buffer and a heading within it, and replace message links.
3142 : If heading exists, delete all message:// links within heading's first
3143 : level. If heading doesn't exist, create it at point-max. Insert
3144 : list of message:// links to flagged mail after heading.
3145 ** org-attach-attach-mv
3147 :CUSTOM_ID: org-attach-attach-mv
3150 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3151 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-attach-mv&sr=1][Find modifications in git logs]]
3153 : Attach a file by moving (renaming) it.
3154 ** org-update-checkbox-count =(&optional all)=
3156 :CUSTOM_ID: org-update-checkbox-count
3159 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
3160 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-update-checkbox-count&sr=1][Find modifications in git logs]]
3162 : Update the checkbox statistics in the current section.
3163 : This will find all statistic cookies like [57%] and [6/12] and
3164 : update them with the current numbers.
3166 : With optional prefix argument ALL, do this for the whole buffer.
3167 ** org-set-effort =(&optional value increment)=
3169 :CUSTOM_ID: org-set-effort
3172 - *Access:* ~C-c C-x e~
3173 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3174 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-effort&sr=1][Find modifications in git logs]]
3176 : Set the effort property of the current entry.
3177 : With numerical prefix arg, use the nth allowed value, 0 stands for the
3178 : 10th allowed value.
3180 : When INCREMENT is non-nil, set the property to the next allowed value.
3183 :CUSTOM_ID: org-show-entry
3186 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3187 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-show-entry&sr=1][Find modifications in git logs]]
3189 : Show the body directly following this heading.
3190 : Show the heading too, if it is currently invisible.
3191 ** org-promote-subtree
3193 :CUSTOM_ID: org-promote-subtree
3196 - *Access:* ~C-c C-<~
3197 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3198 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-promote-subtree&sr=1][Find modifications in git logs]]
3200 : Promote the entire subtree.
3201 : See also `org-promote'.
3204 :CUSTOM_ID: org-indent-item
3207 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
3208 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-item&sr=1][Find modifications in git logs]]
3210 : Indent a local list item, but not its children.
3211 : If a region is active, all items inside will be moved.
3212 ** org-attach-open-in-emacs
3214 :CUSTOM_ID: org-attach-open-in-emacs
3217 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3218 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-open-in-emacs&sr=1][Find modifications in git logs]]
3220 : Open attachment, force opening in Emacs.
3221 : See `org-attach-open'.
3222 ** org-table-move-column-right
3224 :CUSTOM_ID: org-table-move-column-right
3227 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3228 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-move-column-right&sr=1][Find modifications in git logs]]
3230 : Move column to the right.
3231 ** org-emphasize =(&optional char)=
3233 :CUSTOM_ID: org-emphasize
3236 - *Access:* ~C-c C-x C-f, <menu-bar> <Org> <Editing> <Emphasis...>~
3237 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3238 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-emphasize&sr=1][Find modifications in git logs]]
3240 : Insert or change an emphasis, i.e. a font like bold or italic.
3241 : If there is an active region, change that region to a new emphasis.
3242 : If there is no region, just insert the marker characters and position
3243 : the cursor between them.
3244 : CHAR should be either the marker character, or the first character of the
3245 : HTML tag associated with that emphasis. If CHAR is a space, the means
3246 : to remove the emphasis of the selected region.
3247 : If char is not given (for example in an interactive call) it
3248 : will be prompted for.
3249 ** org-speed-move-safe =(cmd)=
3251 :CUSTOM_ID: org-speed-move-safe
3254 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3255 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-speed-move-safe&sr=1][Find modifications in git logs]]
3257 : Execute CMD, but make sure that the cursor always ends up in a headline.
3258 : If not, return to the original position and throw an error.
3259 ** org-agenda-show-tags
3261 :CUSTOM_ID: org-agenda-show-tags
3264 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3265 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-tags&sr=1][Find modifications in git logs]]
3267 : Show the tags applicable to the current item.
3268 ** org-table-goto-column =(n &optional on-delim force)=
3270 :CUSTOM_ID: org-table-goto-column
3273 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3274 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-goto-column&sr=1][Find modifications in git logs]]
3276 : Move the cursor to the Nth column in the current table line.
3277 : With optional argument ON-DELIM, stop with point before the left delimiter
3279 : If there are less than N fields, just go to after the last delimiter.
3280 : However, when FORCE is non-nil, create new columns if necessary.
3281 ** org-export-as-utf8-to-buffer =(&rest args)=
3283 :CUSTOM_ID: org-export-as-utf8-to-buffer
3286 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ascii.el;hb=HEAD][org-ascii.el]]
3287 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-utf8-to-buffer&sr=1][Find modifications in git logs]]
3289 : Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols.
3290 ** org-move-subtree-up =(&optional arg)=
3292 :CUSTOM_ID: org-move-subtree-up
3295 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3296 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-move-subtree-up&sr=1][Find modifications in git logs]]
3298 : Move the current subtree up past ARG headlines of the same level.
3299 ** org-timestamp-up-day =(&optional arg)=
3301 :CUSTOM_ID: org-timestamp-up-day
3304 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3305 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timestamp-up-day&sr=1][Find modifications in git logs]]
3307 : Increase the date in the time stamp by one day.
3308 : With prefix ARG, change that many days.
3309 ** org-protocol-create-for-org
3311 :CUSTOM_ID: org-protocol-create-for-org
3314 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]]
3315 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-protocol-create-for-org&sr=1][Find modifications in git logs]]
3317 : Create a org-protocol project for the current file's Org-mode project.
3318 : This works, if the file visited is part of a publishing project in
3319 : `org-publish-project-alist'. This function calls `org-protocol-create' to do
3321 ** org-priority-down
3323 :CUSTOM_ID: org-priority-down
3326 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3327 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-priority-down&sr=1][Find modifications in git logs]]
3329 : Decrease the priority of the current item.
3332 :CUSTOM_ID: org-up-element
3335 - *Access:* ~C-c C-^~
3336 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3337 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-up-element&sr=1][Find modifications in git logs]]
3339 : Move to upper element.
3340 ** org-display-outline-path =(&optional file current)=
3342 :CUSTOM_ID: org-display-outline-path
3345 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3346 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-display-outline-path&sr=1][Find modifications in git logs]]
3348 : Display the current outline path in the echo area.
3349 ** org-columns-menu =(event)=
3351 :CUSTOM_ID: org-columns-menu
3354 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
3355 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-menu&sr=1][Find modifications in git logs]]
3358 ** org-table-fedit-ref-left
3360 :CUSTOM_ID: org-table-fedit-ref-left
3363 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3364 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-ref-left&sr=1][Find modifications in git logs]]
3366 : Shift the reference at point one field to the left.
3367 ** org-backward-heading-same-level =(arg &optional invisible-ok)=
3369 :CUSTOM_ID: org-backward-heading-same-level
3372 - *Access:* ~C-c C-b, <menu-bar> <Org> <Navigate Headings> <Previous Same Level>~
3373 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3374 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-backward-heading-same-level&sr=1][Find modifications in git logs]]
3376 : Move backward to the arg'th subheading at same level as this one.
3377 : Stop at the first and last subheadings of a superior heading.
3378 ** org-table-import =(file arg)=
3380 :CUSTOM_ID: org-table-import
3383 - *Access:* ~<menu-bar> <Tbl> <Import from File>~
3384 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3385 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-import&sr=1][Find modifications in git logs]]
3387 : Import FILE as a table.
3388 : The file is assumed to be tab-separated. Such files can be produced by most
3389 : spreadsheet and database applications. If no tabs (at least one per line)
3390 : are found, lines will be split on whitespace into fields.
3391 ** org-force-self-insert =(N)=
3393 :CUSTOM_ID: org-force-self-insert
3397 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3398 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-force-self-insert&sr=1][Find modifications in git logs]]
3400 : Needed to enforce self-insert under remapping.
3401 ** org-toggle-item =(arg)=
3403 :CUSTOM_ID: org-toggle-item
3406 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3407 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-item&sr=1][Find modifications in git logs]]
3409 : Convert headings or normal lines to items, items to normal lines.
3410 : If there is no active region, only the current line is considered.
3412 : If the first non blank line in the region is an headline, convert
3413 : all headlines to items, shifting text accordingly.
3415 : If it is an item, convert all items to normal lines.
3417 : If it is normal text, change region into an item. With a prefix
3418 : argument ARG, change each line in region into an item.
3419 ** org-shiftmetaup =(&optional arg)=
3421 :CUSTOM_ID: org-shiftmetaup
3424 - *Access:* ~<M-S-up>, <menu-bar> <Org> <Edit Structure> <Move Subtree Up>, <menu-bar> <Tbl> <Row> <Delete Row>~
3425 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3426 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaup&sr=1][Find modifications in git logs]]
3428 : Move subtree up or kill table row.
3429 : Calls `org-move-subtree-up' or `org-table-kill-row' or
3430 : `org-move-item-up' or `org-timestamp-up', depending on context.
3431 : See the individual commands for more information.
3432 ** org-capture-import-remember-templates
3434 :CUSTOM_ID: org-capture-import-remember-templates
3437 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
3438 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-import-remember-templates&sr=1][Find modifications in git logs]]
3440 : Set org-capture-templates to be similar to `org-remember-templates'.
3441 ** org-agenda-holidays
3443 :CUSTOM_ID: org-agenda-holidays
3446 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3447 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-holidays&sr=1][Find modifications in git logs]]
3449 : Display the holidays for the 3 months around the cursor date.
3450 ** org-agenda-todo-nextset
3452 :CUSTOM_ID: org-agenda-todo-nextset
3455 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3456 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-todo-nextset&sr=1][Find modifications in git logs]]
3458 : Switch TODO entry to next sequence.
3461 :CUSTOM_ID: orgtbl-ret
3464 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3465 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgtbl-ret&sr=1][Find modifications in git logs]]
3467 : Justification and field motion for `orgtbl-mode'.
3468 ** org-timer-set-timer =(&optional opt)=
3470 :CUSTOM_ID: org-timer-set-timer
3473 - *Access:* ~C-c C-x ;~
3474 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
3475 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-set-timer&sr=1][Find modifications in git logs]]
3477 : Prompt for a duration and set a timer.
3479 : If `org-timer-default-timer' is not zero, suggest this value as
3480 : the default duration for the timer. If a timer is already set,
3481 : prompt the user if she wants to replace it.
3483 : Called with a numeric prefix argument, use this numeric value as
3484 : the duration of the timer.
3486 : Called with a `C-u' prefix arguments, use `org-timer-default-timer'
3487 : without prompting the user for a duration.
3489 : With two `C-u' prefix arguments, use `org-timer-default-timer'
3490 : without prompting the user for a duration and automatically
3491 : replace any running timer.
3492 ** org-indent-indent-buffer
3494 :CUSTOM_ID: org-indent-indent-buffer
3497 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-indent.el;hb=HEAD][org-indent.el]]
3498 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-indent-buffer&sr=1][Find modifications in git logs]]
3500 : Add indentation properties to the accessible part of the buffer.
3503 :CUSTOM_ID: org-customize
3506 - *Access:* ~<menu-bar> <Org> <Customize> <Browse Org Group>~
3507 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3508 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-customize&sr=1][Find modifications in git logs]]
3510 : Call the customize function with org as argument.
3511 ** org-agenda-year-view =(&optional year)=
3513 :CUSTOM_ID: org-agenda-year-view
3516 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3517 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-year-view&sr=1][Find modifications in git logs]]
3519 : Switch to yearly view for agenda.
3520 : With argument YEAR, switch to that year.
3521 : If MONTH has more then 2 digits, only the last two encode the
3522 : month. Any digits before this encode a year. So 200712 means
3523 : December year 2007. Years in the range 1938-2037 can also be
3524 : written as 2-digit years.
3525 ** org-attach-delete-one =(&optional file)=
3527 :CUSTOM_ID: org-attach-delete-one
3530 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3531 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-delete-one&sr=1][Find modifications in git logs]]
3533 : Delete a single attachment.
3534 ** org-shifttab =(&optional arg)=
3536 :CUSTOM_ID: org-shifttab
3539 - *Access:* ~<backtab>, <S-tab>, <S-iso-lefttab>, <menu-bar> <Tbl> <Previous Field>, <menu-bar> <Org> <Show/Hide> <Cycle Global Visibility>~
3540 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3541 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shifttab&sr=1][Find modifications in git logs]]
3543 : Global visibility cycling or move to previous table field.
3544 : Calls `org-cycle' with argument t, or `org-table-previous-field', depending
3546 : See the individual commands for more information.
3547 ** org-cdlatex-underscore-caret =(&optional arg)=
3549 :CUSTOM_ID: org-cdlatex-underscore-caret
3552 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3553 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cdlatex-underscore-caret&sr=1][Find modifications in git logs]]
3555 : Execute `cdlatex-sub-superscript' in LaTeX fragments.
3556 : Revert to the normal definition outside of these fragments.
3557 ** org-table-wrap-region =(arg)=
3559 :CUSTOM_ID: org-table-wrap-region
3562 - *Access:* ~<menu-bar> <Tbl> <Rectangle> <Fill Rectangle>~
3563 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3564 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-wrap-region&sr=1][Find modifications in git logs]]
3566 : Wrap several fields in a column like a paragraph.
3567 : This is useful if you'd like to spread the contents of a field over several
3568 : lines, in order to keep the table compact.
3570 : If there is an active region, and both point and mark are in the same column,
3571 : the text in the column is wrapped to minimum width for the given number of
3572 : lines. Generally, this makes the table more compact. A prefix ARG may be
3573 : used to change the number of desired lines. For example, `C-2 M-x org-table-wrap'
3574 : formats the selected text to two lines. If the region was longer than two
3575 : lines, the remaining lines remain empty. A negative prefix argument reduces
3576 : the current number of lines by that amount. The wrapped text is pasted back
3577 : into the table. If you formatted it to more lines than it was before, fields
3578 : further down in the table get overwritten - so you might need to make space in
3581 : If there is no region, the current field is split at the cursor position and
3582 : the text fragment to the right of the cursor is prepended to the field one
3585 : If there is no region, but you specify a prefix ARG, the current field gets
3586 : blank, and the content is appended to the field above.
3587 ** org-todo-list =(&optional arg)=
3589 :CUSTOM_ID: org-todo-list
3592 - *Access:* ~<menu-bar> <Org> <TODO Lists> <Global TODO list>~
3593 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3594 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo-list&sr=1][Find modifications in git logs]]
3596 : Show all (not done) TODO entries from all agenda file in a single list.
3597 : The prefix arg can be used to select a specific TODO keyword and limit
3598 : the list to these. When using C-u, you will be prompted
3599 : for a keyword. A numeric prefix directly selects the Nth keyword in
3600 : `org-todo-keywords-1'.
3601 ** org-agenda-diary-entry
3603 :CUSTOM_ID: org-agenda-diary-entry
3606 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3607 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-diary-entry&sr=1][Find modifications in git logs]]
3609 : Make a diary entry, like the `i' command from the calendar.
3610 : All the standard commands work: block, weekly etc.
3611 : When `org-agenda-diary-file' points to a file,
3612 : `org-agenda-diary-entry-in-org-file' is called instead to create
3613 : entries in that Org-mode file.
3614 ** org-footnote-goto-previous-reference =(label)=
3616 :CUSTOM_ID: org-footnote-goto-previous-reference
3619 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]]
3620 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-goto-previous-reference&sr=1][Find modifications in git logs]]
3622 : Find the first closest (to point) reference of footnote with label LABEL.
3623 ** org-mouse-show-overview
3625 :CUSTOM_ID: org-mouse-show-overview
3628 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]]
3629 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-show-overview&sr=1][Find modifications in git logs]]
3631 : Change visibility of current org buffer to first-level headlines only.
3632 ** org-toggle-sticky-agenda =(&optional arg)=
3634 :CUSTOM_ID: org-toggle-sticky-agenda
3637 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3638 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-sticky-agenda&sr=1][Find modifications in git logs]]
3640 : Toggle `org-agenda-sticky'.
3641 ** org-delete-property-globally =(property)=
3643 :CUSTOM_ID: org-delete-property-globally
3646 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3647 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-delete-property-globally&sr=1][Find modifications in git logs]]
3649 : Remove PROPERTY globally, from all entries.
3650 ** org-reveal =(&optional siblings)=
3652 :CUSTOM_ID: org-reveal
3655 - *Access:* ~C-c C-r, <menu-bar> <Org> <Show/Hide> <Reveal Context>~
3656 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3657 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-reveal&sr=1][Find modifications in git logs]]
3659 : Show current entry, hierarchy above it, and the following headline.
3660 : This can be used to show a consistent set of context around locations
3661 : exposed with `org-show-hierarchy-above' or `org-show-following-heading'
3662 : not t for the search context.
3664 : With optional argument SIBLINGS, on each level of the hierarchy all
3665 : siblings are shown. This repairs the tree structure to what it would
3666 : look like when opened with hierarchical calls to `org-cycle'.
3667 : With double optional argument C-u C-u, go to the parent and show the
3671 :CUSTOM_ID: org-attach-sync
3674 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3675 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-sync&sr=1][Find modifications in git logs]]
3677 : Synchronize the current tasks with its attachments.
3678 : This can be used after files have been added externally.
3679 ** org-agenda-priority-up
3681 :CUSTOM_ID: org-agenda-priority-up
3684 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3685 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-priority-up&sr=1][Find modifications in git logs]]
3687 : Increase the priority of line at point, also in Org-mode file.
3688 ** org-entities-create-table
3690 :CUSTOM_ID: org-entities-create-table
3693 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-entities.el;hb=HEAD][org-entities.el]]
3694 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-entities-create-table&sr=1][Find modifications in git logs]]
3696 : Create an Org mode table with all entities.
3697 ** org-clock-goto =(&optional select)=
3699 :CUSTOM_ID: org-clock-goto
3702 - *Access:* ~C-c C-x C-j, <menu-bar> <Org> <Logging work> <Goto running clock>~
3703 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
3704 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-goto&sr=1][Find modifications in git logs]]
3706 : Go to the currently clocked-in entry, or to the most recently clocked one.
3707 : With prefix arg SELECT, offer recently clocked tasks for selection.
3708 ** org-agenda-show-the-flagging-note
3710 :CUSTOM_ID: org-agenda-show-the-flagging-note
3713 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3714 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-the-flagging-note&sr=1][Find modifications in git logs]]
3716 : Display the flagging note in the other window.
3717 : When called a second time in direct sequence, offer to remove the FLAGGING
3718 : tag and (if present) the flagging note.
3719 ** org-table-move-column =(&optional left)=
3721 :CUSTOM_ID: org-table-move-column
3724 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3725 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-move-column&sr=1][Find modifications in git logs]]
3727 : Move the current column to the right. With arg LEFT, move to the left.
3728 ** org-table-next-field
3730 :CUSTOM_ID: org-table-next-field
3733 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3734 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-next-field&sr=1][Find modifications in git logs]]
3736 : Go to the next field in the current table, creating new lines as needed.
3737 : Before doing so, re-align the table if necessary.
3738 ** org-table-end-of-field =(&optional n)=
3740 :CUSTOM_ID: org-table-end-of-field
3743 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3744 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-end-of-field&sr=1][Find modifications in git logs]]
3746 : Move to the beginning of the current table field.
3747 : If already at or before the beginning, move to the beginning of the
3749 : With numeric argument N, move N-1 fields backward first.
3750 ** org-table-paste-rectangle
3752 :CUSTOM_ID: org-table-paste-rectangle
3755 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3756 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-paste-rectangle&sr=1][Find modifications in git logs]]
3758 : Paste a rectangular region into a table.
3759 : The upper right corner ends up in the current field. All involved fields
3760 : will be overwritten. If the rectangle does not fit into the present table,
3761 : the table is enlarged as needed. The process ignores horizontal separator
3763 ** org-columns-widen =(arg)=
3765 :CUSTOM_ID: org-columns-widen
3768 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
3769 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-widen&sr=1][Find modifications in git logs]]
3771 : Make the column wider by ARG characters.
3772 ** org-babel-demarcate-block =(&optional arg)=
3774 :CUSTOM_ID: org-babel-demarcate-block
3777 - *Access:* ~C-c C-v d, C-c C-v C-d~
3778 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
3779 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-demarcate-block&sr=1][Find modifications in git logs]]
3781 : Wrap or split the code in the region or on the point.
3782 : When called from inside of a code block the current block is
3783 : split. When called from outside of a code block a new code block
3784 : is created. In both cases if the region is demarcated and if the
3785 : region is not active then the point is demarcated.
3786 ** org-forward-element
3788 :CUSTOM_ID: org-forward-element
3792 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3793 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-forward-element&sr=1][Find modifications in git logs]]
3795 : Move forward by one element.
3796 : Move to the next element at the same level, when possible.
3797 ** org-edit-src-continue =(e)=
3799 :CUSTOM_ID: org-edit-src-continue
3802 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3803 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-src-continue&sr=1][Find modifications in git logs]]
3805 : Continue editing source blocks.
3806 ** org-set-tags =(&optional arg just-align)=
3808 :CUSTOM_ID: org-set-tags
3811 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3812 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-tags&sr=1][Find modifications in git logs]]
3814 : Set the tags for the current headline.
3815 : With prefix ARG, realign all tags in headings in the current buffer.
3816 ** org-edit-src-code =(&optional context code edit-buffer-name)=
3818 :CUSTOM_ID: org-edit-src-code
3821 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3822 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-src-code&sr=1][Find modifications in git logs]]
3824 : Edit the source CODE example at point.
3825 : The example is copied to a separate buffer, and that buffer is
3826 : switched to the correct language mode. When done, exit with
3827 : M-x org-edit-src-exit. This will remove the original code in the
3828 : Org buffer, and replace it with the edited version. An optional
3829 : argument CONTEXT is used by M-x org-edit-src-save when calling
3830 : this function. See `org-src-window-setup' to configure the
3831 : display of windows containing the Org buffer and the code
3833 ** org-babel-execute-buffer =(&optional arg)=
3835 :CUSTOM_ID: org-babel-execute-buffer
3838 - *Access:* ~C-c C-v b, C-c C-v C-b~
3839 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
3840 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-execute-buffer&sr=1][Find modifications in git logs]]
3842 : Execute source code blocks in a buffer.
3843 : Call `org-babel-execute-src-block' on every source block in
3844 : the current buffer.
3845 ** org-edit-src-exit =(&optional context)=
3847 :CUSTOM_ID: org-edit-src-exit
3850 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3851 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-src-exit&sr=1][Find modifications in git logs]]
3853 : Exit special edit and protect problematic lines.
3854 ** org-capture-goto-target =(&optional template-key)=
3856 :CUSTOM_ID: org-capture-goto-target
3859 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
3860 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-goto-target&sr=1][Find modifications in git logs]]
3862 : Go to the target location of a capture template.
3863 : The user is queried for the template.
3864 ** orgtbl-self-insert-command =(N)=
3866 :CUSTOM_ID: orgtbl-self-insert-command
3869 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3870 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgtbl-self-insert-command&sr=1][Find modifications in git logs]]
3872 : Like `self-insert-command', use overwrite-mode for whitespace in tables.
3873 : If the cursor is in a table looking at whitespace, the whitespace is
3874 : overwritten, and the table is not marked as requiring realignment.
3875 ** org-babel-lob-execute-maybe
3877 :CUSTOM_ID: org-babel-lob-execute-maybe
3880 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-lob.el;hb=HEAD][ob-lob.el]]
3881 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-lob-execute-maybe&sr=1][Find modifications in git logs]]
3883 : Execute a Library of Babel source block, if appropriate.
3884 : Detect if this is context for a Library Of Babel source block and
3885 : if so then run the appropriate source block from the Library.
3886 ** org-agenda-log-mode =(&optional special)=
3888 :CUSTOM_ID: org-agenda-log-mode