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.1.
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.
40 ** org-shiftmetaup-hook ~nil~
42 :CUSTOM_ID: org-shiftmetaup-hook
44 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
45 - [[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]]
47 : Hook for functions attaching themselves to `M-S-up'.
48 : See `org-ctrl-c-ctrl-c-hook' for more information.
50 ** org-feed-after-adding-hook ~nil~
52 :CUSTOM_ID: org-indent-mode-hook
54 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]]
55 - [[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]]
57 : Hook that is run after new items have been added to a file.
58 : Depending on `org-feed-save-after-adding', the buffer will already
61 ** org-ctrl-c-ctrl-c-hook ~nil~
63 :CUSTOM_ID: org-ctrl-c-ctrl-c-hook
65 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
66 - [[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]]
68 : Hook for functions attaching themselves to `C-c C-c'.
70 : This can be used to add additional functionality to the C-c C-c
71 : key which executes context-dependent commands. This hook is run
72 : before any other test, while `org-ctrl-c-ctrl-c-final-hook' is
73 : run after the last test.
75 : Each function will be called with no arguments. The function
76 : must check if the context is appropriate for it to act. If yes,
77 : it should do its thing and then return a non-nil value. If the
78 : context is wrong, just do nothing and return nil.
80 ** org-remember-mode-hook ~nil~
82 :CUSTOM_ID: org-src-mode-on-hook
84 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
85 - [[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]]
87 : Hook for the minor `org-remember-mode'.
89 ** org-capture-after-finalize-hook ~nil~
91 :CUSTOM_ID: org-capture-after-finalize-hook
93 - *Since:* Emacs version 24.1
94 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
95 - [[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]]
97 : Hook that is run right after a capture process is finalized.
98 : Suitable for window cleanup.
100 ** org-export-latex-after-save-hook ~nil~
102 :CUSTOM_ID: org-export-latex-after-save-hook
104 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
105 - [[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]]
107 : Hook run in the finalized LaTeX buffer, after it has been saved.
109 ** org-export-define-heading-targets-headline-hook ~nil~
111 :CUSTOM_ID: org-export-define-heading-targets-headline-hook
113 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
114 - [[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]]
116 : Hook that is run when a headline was matched during target search.
117 : This is part of the preprocessing for export.
119 ** org-mobile-before-process-capture-hook ~nil~
121 :CUSTOM_ID: orgstruct-mode-on-hook
123 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
124 - [[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]]
126 : Hook that is run after content was moved to `org-mobile-inbox-for-pull'.
127 : The inbox file is visited by the current buffer, and the buffer is
128 : narrowed to the newly captured data.
130 ** org-create-file-search-functions ~nil~
132 :CUSTOM_ID: org-create-file-search-functions
134 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
135 - [[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]]
137 : List of functions to construct the right search string for a file link.
138 : These functions are called in turn with point at the location to
139 : which the link should point.
141 : A function in the hook should first test if it would like to
142 : handle this file type, for example by checking the `major-mode'
143 : or the file extension. If it decides not to handle this file, it
144 : should just return nil to give other functions a chance. If it
145 : does handle the file, it must return the search string to be used
146 : when following the link. The search string will be part of the
147 : file link, given after a double colon, and `org-open-at-point'
148 : will automatically search for it. If special measures must be
149 : taken to make the search successful, another function should be
150 : added to the companion hook `org-execute-file-search-functions',
153 : A function in this hook may also use `setq' to set the variable
154 : `description' to provide a suggestion for the descriptive text to
155 : be used for this link when it gets inserted into an Org-mode
156 : buffer with \[org-insert-link].
158 ** org-export-preprocess-before-backend-specifics-hook ~nil~
160 :CUSTOM_ID: org-export-preprocess-before-backend-specifics-hook
162 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
163 - [[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]]
165 : Hook run before backend-specific functions are called during preprocessing.
167 ** org-tab-after-check-for-table-hook ~nil~
169 :CUSTOM_ID: org-tab-after-check-for-table-hook
171 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
172 - [[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]]
174 : Hook for functions to attach themselves to TAB.
175 : See `org-ctrl-c-ctrl-c-hook' for more information.
176 : This hook runs after it has been established that the cursor is not in a
177 : table, but before checking if the cursor is in a headline or if global cycling
179 : If any function in this hook returns t, not other actions like visibility
180 : cycling will be done.
182 ** org-clock-goto-hook ~nil~
184 :CUSTOM_ID: org-agenda-post-command-hook
186 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
187 - [[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]]
189 : Hook run when selecting the currently clocked-in entry.
191 ** org-before-save-iCalendar-file-hook ~nil~
193 :CUSTOM_ID: org-before-save-iCalendar-file-hook
195 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-icalendar.el;hb=HEAD][org-icalendar.el]]
196 - [[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]]
198 : Hook run before an iCalendar file has been saved.
199 : This can be used to modify the result of the export.
201 ** org-shiftleft-hook ~nil~
203 :CUSTOM_ID: org-shiftleft-hook
205 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
206 - [[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]]
208 : Hook for functions attaching themselves to `S-left'.
209 : See `org-ctrl-c-ctrl-c-hook' for more information.
211 ** org-publish-after-export-hook ~nil~
213 :CUSTOM_ID: org-publish-after-export-hook
215 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-publish.el;hb=HEAD][org-publish.el]]
216 - [[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]]
218 : Hook run after export on the exported buffer.
219 : Any changes made by this hook will be saved.
221 ** org-ctrl-c-ctrl-c-final-hook ~nil~
223 :CUSTOM_ID: org-ctrl-c-ctrl-c-final-hook
225 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
226 - [[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]]
228 : Hook for functions attaching themselves to `C-c C-c'.
230 : This can be used to add additional functionality to the C-c C-c
231 : key which executes context-dependent commands. This hook is run
232 : after any other test, while `org-ctrl-c-ctrl-c-hook' is run
233 : before the first test.
235 : Each function will be called with no arguments. The function
236 : must check if the context is appropriate for it to act. If yes,
237 : it should do its thing and then return a non-nil value. If the
238 : context is wrong, just do nothing and return nil.
240 ** org-agenda-cleanup-fancy-diary-hook ~nil~
242 :CUSTOM_ID: org-export-preprocess-after-macros-hook
244 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
245 - [[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]]
247 : Hook run when the fancy diary buffer is cleaned up.
249 ** org-export-preprocess-after-radio-targets-hook ~nil~
251 :CUSTOM_ID: org-export-preprocess-after-radio-targets-hook
253 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
254 - [[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]]
256 : Hook for preprocessing an export buffer.
257 : This is run after radio target processing.
259 ** org-export-xoxo-final-hook ~nil~
261 :CUSTOM_ID: org-export-xoxo-final-hook
263 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-xoxo.el;hb=HEAD][org-xoxo.el]]
264 - [[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]]
266 : Hook run after XOXO export, in the new buffer.
268 ** org-export-preprocess-before-selecting-backend-code-hook ~nil~
270 :CUSTOM_ID: org-export-preprocess-before-selecting-backend-code-hook
272 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
273 - [[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]]
275 : Hook for preprocessing an export buffer.
276 : This is run just before backend-specific blocks get selected.
278 ** orgtbl-after-send-table-hook ~nil~
280 :CUSTOM_ID: orgtbl-after-send-table-hook
282 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
283 - [[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]]
285 : Hook for functions attaching to `C-c C-c', if the table is sent.
286 : This can be used to add additional functionality after the table is sent
287 : to the receiver position, otherwise, if table is not sent, the functions
290 ** org-log-buffer-setup-hook ~nil~
292 :CUSTOM_ID: org-log-buffer-setup-hook
294 - *Since:* Emacs version 24.1
295 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
296 - [[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]]
298 : Hook that is run after an Org log buffer is created.
300 ** org-tab-first-hook ~nil~
302 :CUSTOM_ID: org-tab-first-hook
304 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
305 - [[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]]
307 : Hook for functions to attach themselves to TAB.
308 : See `org-ctrl-c-ctrl-c-hook' for more information.
309 : This hook runs as the first action when TAB is pressed, even before
310 : `org-cycle' messes around with the `outline-regexp' to cater for
311 : inline tasks and plain list item folding.
312 : If any function in this hook returns t, any other actions that
313 : would have been caused by TAB (such as table field motion or visibility
314 : cycling) will not occur.
316 ** org-capture-prepare-finalize-hook ~nil~
318 :CUSTOM_ID: org-capture-prepare-finalize-hook
320 - *Since:* Emacs version 24.1
321 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
322 - [[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]]
324 : Hook that is run before the finalization starts.
325 : The capture buffer is current and still narrowed.
327 ** org-after-save-iCalendar-file-hook ~nil~
329 :CUSTOM_ID: org-after-save-iCalendar-file-hook
331 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-icalendar.el;hb=HEAD][org-icalendar.el]]
332 - [[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]]
334 : Hook run after an iCalendar file has been saved.
335 : The iCalendar buffer is still current when this hook is run.
336 : A good way to use this is to tell a desktop calendar application to re-read
337 : the iCalendar file.
339 ** org-mobile-post-push-hook ~nil~
341 :CUSTOM_ID: org-mobile-post-push-hook
343 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
344 - [[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]]
346 : Hook run after running `org-mobile-push'.
347 : If Emacs does not have direct write access to the WebDAV directory used
348 : by the mobile device, this hook should be used to copy all files from the
349 : local staging directory `org-mobile-directory' to the WebDAV directory,
350 : for example using `rsync' or `scp'.
352 ** org-mobile-pre-push-hook ~nil~
354 :CUSTOM_ID: org-insert-hook
356 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
357 - [[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]]
359 : Hook run before running `org-mobile-push'.
360 : This could be used to clean up `org-mobile-directory', for example to
361 : remove files that used to be included in the agenda but no longer are.
362 : The presence of such files would not really be a problem, but after time
363 : they may accumulate.
365 ** org-open-at-point-functions ~nil~
367 :CUSTOM_ID: org-open-at-point-functions
369 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
370 - [[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]]
372 : Hook that is run when following a link at point.
374 : Functions in this hook must return t if they identify and follow
375 : a link at point. If they don't find anything interesting at point,
376 : they must return nil.
378 ** org-execute-file-search-functions ~nil~
380 :CUSTOM_ID: org-execute-file-search-functions
382 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
383 - [[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]]
385 : List of functions to execute a file search triggered by a link.
387 : Functions added to this hook must accept a single argument, the
388 : search string that was part of the file link, the part after the
389 : double colon. The function must first check if it would like to
390 : handle this search, for example by checking the `major-mode' or
391 : the file extension. If it decides not to handle this search, it
392 : should just return nil to give other functions a chance. If it
393 : does handle the search, it must return a non-nil value to keep
394 : other functions from trying.
396 : Each function can access the current prefix argument through the
397 : variable `current-prefix-argument'. Note that a single prefix is
398 : used to force opening a link in Emacs, so it may be good to only
399 : use a numeric or double prefix to guide the search function.
401 : In case this is needed, a function in this hook can also restore
402 : the window configuration before `org-open-at-point' was called using:
404 : (set-window-configuration org-window-config-before-follow-link)
406 ** org-timer-pause-hook ~nil~
408 :CUSTOM_ID: org-timer-pause-hook
410 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
411 - [[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]]
413 : Hook run before relative timer is paused.
415 ** org-cycle-hook ~(quote (org-cycle-hide-archive...~
417 :CUSTOM_ID: orgtbl-mode-off-hook
419 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
420 - [[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]]
422 : Hook that is run after `org-cycle' has changed the buffer visibility.
423 : The function(s) in this hook must accept a single argument which indicates
424 : the new state that was set by the most recent `org-cycle' command. The
425 : argument is a symbol. After a global state change, it can have the values
426 : `overview', `content', or `all'. After a local state change, it can have
427 : the values `folded', `children', or `subtree'.
429 ** org-agenda-before-write-hook ~(quote (org-agenda-add-entry-t...~
431 :CUSTOM_ID: org-agenda-before-write-hook
433 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
434 - [[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]]
436 : Hook run in temporary buffer before writing it to an export file.
437 : A useful function is `org-agenda-add-entry-text'.
439 ** org-read-date-minibuffer-setup-hook ~nil~
441 :CUSTOM_ID: org-read-date-minibuffer-setup-hook
443 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
444 - [[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]]
446 : Hook to be used to set up keys for the date/time interface.
447 : Add key definitions to `minibuffer-local-map', which will be a temporary
450 ** org-speed-command-hook ~(quote (org-speed-command-defa...~
452 :CUSTOM_ID: org-speed-command-hook
454 - *Since:* Emacs version 24.1
455 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
456 - [[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]]
458 : Hook for activating speed commands at strategic locations.
459 : Hook functions are called in sequence until a valid handler is
462 : Each hook takes a single argument, a user-pressed command key
463 : which is also a `self-insert-command' from the global map.
465 : Within the hook, examine the cursor position and the command key
466 : and return nil or a valid handler as appropriate. Handler could
467 : be one of an interactive command, a function, or a form.
469 : Set `org-use-speed-commands' to non-nil value to enable this
470 : hook. The default setting is `org-speed-command-default-hook'.
472 ** org-export-preprocess-hook ~nil~
474 :CUSTOM_ID: org-lparse-preprocess-after-blockquote-hook
476 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
477 - [[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]]
479 : Hook for preprocessing an export buffer.
480 : Pretty much the first thing when exporting is running this hook.
481 : Point will be in a temporary buffer that contains a copy of
482 : the original buffer, or of the section that is being exported.
483 : All the other hooks in the org-export-preprocess... category
484 : also work in that temporary buffer, already modified by various
485 : stages of the processing.
487 ** org-tab-before-tab-emulation-hook ~nil~
489 :CUSTOM_ID: org-tab-before-tab-emulation-hook
491 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
492 - [[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]]
494 : Hook for functions to attach themselves to TAB.
495 : See `org-ctrl-c-ctrl-c-hook' for more information.
496 : This hook runs after every other options for TAB have been exhausted, but
497 : before indentation and insertion takes place.
499 ** org-capture-before-finalize-hook ~nil~
501 :CUSTOM_ID: org-capture-before-finalize-hook
503 - *Since:* Emacs version 24.1
504 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
505 - [[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]]
507 : Hook that is run right before a capture process is finalized.
508 : The capture buffer is still current when this hook runs and it is
509 : widened to the entire buffer.
511 ** org-blocker-hook ~nil~
513 :CUSTOM_ID: org-blocker-hook
515 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
516 - [[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]]
518 : Hook for functions that are allowed to block a state change.
520 : Each function gets as its single argument a property list, see
521 : `org-trigger-hook' for more information about this list.
523 : If any of the functions in this hook returns nil, the state change
526 ** org-checkbox-statistics-hook ~nil~
528 :CUSTOM_ID: org-checkbox-statistics-hook
530 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
531 - [[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]]
533 : Hook that is run whenever Org thinks checkbox statistics should be updated.
534 : This hook runs even if checkbox rule in
535 : `org-list-automatic-rules' does not apply, so it can be used to
536 : implement alternative ways of collecting statistics
539 ** org-metaright-hook ~nil~
541 :CUSTOM_ID: org-metaright-hook
543 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
544 - [[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]]
546 : Hook for functions attaching themselves to `M-right'.
547 : See `org-ctrl-c-ctrl-c-hook' for more information.
549 ** org-export-ascii-final-hook ~nil~
551 :CUSTOM_ID: org-export-ascii-final-hook
553 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ascii.el;hb=HEAD][org-ascii.el]]
554 - [[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]]
556 : Hook run at the end of ASCII export, in the new buffer.
558 ** org-babel-pre-tangle-hook ~(quote (save-buffer))~
560 :CUSTOM_ID: org-babel-pre-tangle-hook
562 - *Since:* Emacs version 24.1
563 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
564 - [[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]]
566 : Hook run at the beginning of `org-babel-tangle'.
568 ** org-occur-hook ~(quote (org-first-headline-rec...~
570 :CUSTOM_ID: org-occur-hook
572 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
573 - [[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]]
575 : Hook that is run after `org-occur' has constructed a sparse tree.
576 : This can be used to recenter the window to show as much of the structure
579 ** org-font-lock-hook ~nil~
581 :CUSTOM_ID: org-font-lock-hook
583 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
584 - [[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]]
586 : Functions to be called for special font lock stuff.
588 ** org-metaleft-hook ~nil~
590 :CUSTOM_ID: org-metaleft-hook
592 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
593 - [[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]]
595 : Hook for functions attaching themselves to `M-left'.
596 : See `org-ctrl-c-ctrl-c-hook' for more information.
598 ** org-timer-set-hook ~nil~
600 :CUSTOM_ID: org-timer-set-hook
602 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
603 - [[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]]
605 : Hook run after countdown timer is set.
607 ** org-mobile-post-pull-hook ~nil~
609 :CUSTOM_ID: org-mobile-post-pull-hook
611 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
612 - [[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]]
614 : Hook run after running `org-mobile-pull', only if new items were found.
615 : If Emacs does not have direct write access to the WebDAV directory used
616 : by the mobile device, this hook should be used to copy the emptied
617 : capture file `mobileorg.org' back to the WebDAV directory, for example
618 : using `rsync' or `scp'.
620 ** org-export-latex-after-blockquotes-hook ~nil~
622 :CUSTOM_ID: org-export-latex-after-blockquotes-hook
624 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
625 - [[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]]
627 : Hook run during LaTeX export, after blockquote, verse, center are done.
629 ** org-after-tags-change-hook ~nil~
631 :CUSTOM_ID: org-after-tags-change-hook
633 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
634 - [[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]]
636 : Hook that is run after the tags in a line have changed.
638 ** org-trigger-hook ~nil~
640 :CUSTOM_ID: org-trigger-hook
642 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
643 - [[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]]
645 : Hook for functions that are triggered by a state change.
647 : Each function gets as its single argument a property list with at least
648 : the following elements:
650 : (:type type-of-change :position pos-at-entry-start
651 : :from old-state :to new-state)
653 : Depending on the type, more properties may be present.
655 : This mechanism is currently implemented for:
659 : :type todo-state-change
660 : :from previous state (keyword as a string), or nil, or a symbol
661 : 'todo' or 'done', to indicate the general type of state.
662 : :to new state, like in :from
664 ** org-shiftright-hook ~nil~
666 :CUSTOM_ID: org-shiftright-hook
668 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
669 - [[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]]
671 : Hook for functions attaching themselves to `S-right'.
672 : See `org-ctrl-c-ctrl-c-hook' for more information.
674 ** org-mobile-pre-pull-hook ~nil~
676 :CUSTOM_ID: org-mobile-pre-pull-hook
678 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]]
679 - [[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]]
681 : Hook run before executing `org-mobile-pull'.
682 : If Emacs does not have direct write access to the WebDAV directory used
683 : by the mobile device, this hook should be used to copy the capture file
684 : `mobileorg.org' from the WebDAV location to the local staging
685 : directory `org-mobile-directory'.
687 ** org-after-promote-entry-hook ~nil~
689 :CUSTOM_ID: org-after-promote-entry-hook
691 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
692 - [[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]]
694 : Hook run after an entry has been promoted.
695 : The cursor will be at the beginning of the entry.
696 : When a subtree is being promoted, the hook will be called for each node.
698 ** org-open-link-functions ~nil~
700 :CUSTOM_ID: org-open-link-functions
702 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
703 - [[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]]
705 : Hook for functions finding a plain text link.
706 : These functions must take a single argument, the link content.
707 : They will be called for links that look like [[link text][description]]
708 : when LINK TEXT does not have a protocol like "http:" and does not look
709 : like a filename (e.g. "./blue.png").
711 : These functions will be called *before* Org attempts to resolve the
712 : link by doing text searches in the current buffer - so if you want a
713 : link "[[target]]" to still find "<<target>>", your function should
714 : handle this as a special case.
716 : When the function does handle the link, it must return a non-nil value.
717 : If it decides that it is not responsible for this link, it must return
718 : nil to indicate that that Org-mode can continue with other options
719 : like exact and fuzzy text search.
721 ** org-export-preprocess-after-include-files-hook ~nil~
723 :CUSTOM_ID: org-export-preprocess-after-include-files-hook
725 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
726 - [[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]]
728 : Hook for preprocessing an export buffer.
729 : This is run after the contents of included files have been inserted.
731 ** org-insert-heading-hook ~nil~
733 :CUSTOM_ID: org-insert-heading-hook
735 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
736 - [[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]]
738 : Hook being run after inserting a new heading.
740 ** org-property-allowed-value-functions ~nil~
742 :CUSTOM_ID: org-property-allowed-value-functions
744 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
745 - [[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]]
747 : Hook for functions supplying allowed values for a specific property.
748 : The functions must take a single argument, the name of the property, and
749 : return a flat list of allowed values. If ":ETC" is one of
750 : the values, this means that these values are intended as defaults for
751 : completion, but that other values should be allowed too.
752 : The functions must return nil if they are not responsible for this
755 ** org-timer-continue-hook ~nil~
757 :CUSTOM_ID: org-timer-continue-hook
759 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
760 - [[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]]
762 : Hook run after relative timer is continued.
764 ** org-after-demote-entry-hook ~nil~
766 :CUSTOM_ID: org-after-demote-entry-hook
768 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
769 - [[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]]
771 : Hook run after an entry has been demoted.
772 : The cursor will be at the beginning of the entry.
773 : When a subtree is being demoted, the hook will be called for each node.
775 ** org-shiftdown-final-hook ~nil~
777 :CUSTOM_ID: org-shiftdown-final-hook
779 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
780 - [[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]]
782 : Hook for functions attaching themselves to `S-down'.
783 : This one runs after all other options except shift-select have been excluded.
784 : See `org-ctrl-c-ctrl-c-hook' for more information.
786 ** org-feed-before-adding-hook ~nil~
788 :CUSTOM_ID: org-feed-before-adding-hook
790 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]]
791 - [[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]]
793 : Hook that is run before adding new feed items to a file.
794 : You might want to commit the file in its current state to version control,
797 ** org-todo-statistics-hook ~nil~
799 :CUSTOM_ID: org-todo-statistics-hook
801 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
802 - [[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]]
804 : Hook that is run whenever Org thinks TODO statistics should be updated.
805 : This hook runs even if there is no statistics cookie present, in which case
806 : `org-after-todo-statistics-hook' would not run.
808 ** org-metaup-hook ~nil~
810 :CUSTOM_ID: org-metaup-hook
812 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
813 - [[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]]
815 : Hook for functions attaching themselves to `M-up'.
816 : See `org-ctrl-c-ctrl-c-hook' for more information.
818 ** org-reveal-start-hook ~nil~
820 :CUSTOM_ID: org-cdlatex-mode-on-hook
822 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
823 - [[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]]
825 : Hook run before revealing a location.
827 ** org-shiftmetadown-hook ~nil~
829 :CUSTOM_ID: org-beamer-mode-hook
831 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
832 - [[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]]
834 : Hook for functions attaching themselves to `M-S-down'.
835 : See `org-ctrl-c-ctrl-c-hook' for more information.
837 ** org-export-preprocess-before-normalizing-links-hook ~nil~
839 :CUSTOM_ID: org-remember-mode-on-hook
841 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
842 - [[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]]
844 : Hook for preprocessing an export buffer.
845 : This hook is run before links are normalized.
847 ** org-export-preprocess-after-blockquote-hook ~nil~
849 :CUSTOM_ID: org-export-preprocess-after-blockquote-hook
851 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
852 - [[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]]
854 : Hook for preprocessing an export buffer.
855 : This is run after blockquote/quote/verse/center have been marked
858 ** org-babel-after-execute-hook ~nil~
860 :CUSTOM_ID: org-indent-mode-off-hook
862 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
863 - [[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]]
865 : Hook for functions to be called after `org-babel-execute-src-block'
867 ** org-babel-post-tangle-hook ~nil~
869 :CUSTOM_ID: org-babel-post-tangle-hook
871 - *Since:* Emacs version 24.1
872 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
873 - [[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]]
875 : Hook run in code files tangled by `org-babel-tangle'.
877 ** org-agenda-after-show-hook ~nil~
879 :CUSTOM_ID: org-agenda-after-show-hook
881 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
882 - [[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]]
884 : Normal hook run after an item has been shown from the agenda.
885 : Point is in the buffer where the item originated.
887 ** org-clock-in-hook ~nil~
889 :CUSTOM_ID: org-clock-in-hook
891 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
892 - [[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]]
894 : Hook run when starting the clock.
896 ** org-export-preprocess-after-headline-targets-hook ~nil~
898 :CUSTOM_ID: org-export-preprocess-after-headline-targets-hook
900 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
901 - [[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]]
903 : Hook for preprocessing export buffer.
904 : This is run just after the headline targets have been defined and
905 : the target-alist has been set up.
907 ** org-clock-cancel-hook ~nil~
909 :CUSTOM_ID: org-table-follow-field-mode-on-hook
911 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
912 - [[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]]
914 : Hook run when cancelling the current clock.
916 ** org-load-hook ~nil~
918 :CUSTOM_ID: org-load-hook
920 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
921 - [[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]]
923 : Hook that is run after org.el has been loaded.
925 ** org-agenda-entry-text-cleanup-hook ~nil~
927 :CUSTOM_ID: org-agenda-entry-text-cleanup-hook
929 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
930 - [[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]]
932 : Hook that is run after basic cleanup of entry text to be shown in agenda.
933 : This cleanup is done in a temporary buffer, so the function may inspect and
934 : change the entire buffer.
935 : Some default stuff like drawers and scheduling/deadline dates will already
936 : have been removed when this is called, as will any matches for regular
937 : expressions listed in `org-agenda-entry-text-exclude-regexps'.
939 ** org-property-changed-functions ~nil~
941 :CUSTOM_ID: org-babel-speed-command-hook
943 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
944 - [[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]]
946 : Hook called when the value of a property has changed.
947 : Each hook function should accept two arguments, the name of the property
950 ** org-export-html-final-hook ~nil~
952 :CUSTOM_ID: org-export-html-final-hook
954 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]]
955 - [[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]]
957 : Hook run at the end of HTML export, in the new buffer.
959 ** org-export-docbook-final-hook ~nil~
961 :CUSTOM_ID: org-export-docbook-final-hook
963 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
964 - [[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]]
966 : Hook run at the end of DocBook export, in the new buffer.
968 ** org-babel-tangle-body-hook ~nil~
970 :CUSTOM_ID: org-babel-tangle-body-hook
972 - *Since:* Emacs version 24.1
973 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
974 - [[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]]
976 : Hook run over the contents of each code block body.
978 ** org-clock-out-hook ~nil~
980 :CUSTOM_ID: org-clock-out-hook
982 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
983 - [[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]]
985 : Hook run when stopping the current clock.
987 ** org-export-preprocess-after-tree-selection-hook ~nil~
989 :CUSTOM_ID: org-export-preprocess-after-tree-selection-hook
991 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
992 - [[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]]
994 : Hook for preprocessing an export buffer.
995 : This is run after selection of trees to be exported has happened.
996 : This selection includes tags-based selection, as well as removal
997 : of commented and archived trees.
999 ** org-timer-start-hook ~nil~
1001 :CUSTOM_ID: org-timer-start-hook
1003 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1004 - [[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]]
1006 : Hook run after relative timer is started.
1008 ** org-after-refile-insert-hook ~nil~
1010 :CUSTOM_ID: orgstruct-mode-hook
1012 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1013 - [[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]]
1015 : Hook run after `org-refile' has inserted its stuff at the new location.
1016 : Note that this is still *before* the stuff will be removed from
1017 : the *old* location.
1019 ** org-export-first-hook ~nil~
1021 :CUSTOM_ID: org-export-first-hook
1023 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
1024 - [[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]]
1026 : Hook called as the first thing in each exporter.
1027 : Point will be still in the original buffer.
1028 : Good for general initialization
1030 ** org-mode-hook ~nil~
1032 :CUSTOM_ID: org-speed-command-default-hook
1034 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1035 - [[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]]
1037 : Mode hook for Org-mode, run after the mode was turned on.
1039 ** org-shiftup-hook ~nil~
1041 :CUSTOM_ID: org-shiftup-hook
1043 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1044 - [[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]]
1046 : Hook for functions attaching themselves to `S-up'.
1047 : See `org-ctrl-c-ctrl-c-hook' for more information.
1049 ** org-shiftup-final-hook ~nil~
1051 :CUSTOM_ID: org-shiftup-final-hook
1053 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1054 - [[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]]
1056 : Hook for functions attaching themselves to `S-up'.
1057 : This one runs after all other options except shift-select have been excluded.
1058 : See `org-ctrl-c-ctrl-c-hook' for more information.
1060 ** org-timer-done-hook ~nil~
1062 :CUSTOM_ID: org-display-inline-modification-hook
1064 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1065 - [[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]]
1067 : Hook run after countdown timer reaches zero.
1069 ** org-shiftmetaleft-hook ~nil~
1071 :CUSTOM_ID: org-shiftmetaleft-hook
1073 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1074 - [[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]]
1076 : Hook for functions attaching themselves to `M-S-left'.
1077 : See `org-ctrl-c-ctrl-c-hook' for more information.
1079 ** org-agenda-mode-hook ~nil~
1081 :CUSTOM_ID: org-agenda-mode-hook
1083 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1084 - [[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]]
1086 : Hook for `org-agenda-mode', run after the mode is turned on.
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-finalize-agenda-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-follow-link-hook ~nil~
1119 :CUSTOM_ID: org-follow-link-hook
1121 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1122 - [[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]]
1124 : Hook that is run after a link has been followed.
1126 ** org-font-lock-set-keywords-hook ~nil~
1128 :CUSTOM_ID: org-src-mode-off-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-font-lock-set-keywords-hook&sr=1][Find modifications in git logs]]
1133 : Functions that can manipulate `org-font-lock-extra-keywords'.
1134 : This is called after `org-font-lock-extra-keywords' is defined, but before
1135 : it is installed to be used by font lock. This can be useful if something
1136 : needs to be inserted at a specific position in the font-lock sequence.
1138 ** org-timer-cancel-hook ~nil~
1140 :CUSTOM_ID: org-timer-cancel-hook
1142 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1143 - [[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]]
1145 : Hook run before countdown timer is canceled.
1147 ** org-export-latex-final-hook ~nil~
1149 :CUSTOM_ID: org-export-latex-final-hook
1151 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
1152 - [[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]]
1154 : Hook run in the finalized LaTeX buffer.
1156 ** org-export-taskjuggler-final-hook ~nil~
1158 :CUSTOM_ID: org-export-taskjuggler-final-hook
1160 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]]
1161 - [[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]]
1163 : Hook run at the end of TaskJuggler export, in the new buffer.
1165 ** org-shiftleft-final-hook ~nil~
1167 :CUSTOM_ID: org-table-follow-field-mode-hook
1169 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1170 - [[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]]
1172 : Hook for functions attaching themselves to `S-left'.
1173 : This one runs after all other options except shift-select have been excluded.
1174 : See `org-ctrl-c-ctrl-c-hook' for more information.
1176 ** org-todo-get-default-hook ~nil~
1178 :CUSTOM_ID: org-todo-get-default-hook
1180 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1181 - [[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]]
1183 : Hook for functions that get a default item for todo.
1184 : Each function takes arguments (NEW-MARK OLD-MARK) and returns either
1185 : nil or a string to be used for the todo mark.
1187 ** org-export-latex-after-initial-vars-hook ~nil~
1189 :CUSTOM_ID: org-export-latex-after-initial-vars-hook
1191 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
1192 - [[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]]
1194 : Hook run before LaTeX export.
1195 : The exact moment is after the initial variables like org-export-latex-class
1196 : have been determined from the environment.
1198 ** org-pre-cycle-hook ~nil~
1200 :CUSTOM_ID: org-pre-cycle-hook
1202 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1203 - [[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]]
1205 : Hook that is run before visibility cycling is happening.
1206 : The function(s) in this hook must accept a single argument which indicates
1207 : the new state that will be set right after running this hook. The
1208 : argument is a symbol. Before a global state change, it can have the values
1209 : `overview', `content', or `all'. Before a local state change, it can have
1210 : the values `folded', `children', or `subtree'.
1212 ** org-metadown-hook ~nil~
1214 :CUSTOM_ID: orgstruct-mode-off-hook
1216 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1217 - [[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]]
1219 : Hook for functions attaching themselves to `M-down'.
1220 : See `org-ctrl-c-ctrl-c-hook' for more information.
1222 ** org-shiftdown-hook ~nil~
1224 :CUSTOM_ID: orgtbl-mode-hook
1226 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1227 - [[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]]
1229 : Hook for functions attaching themselves to `S-down'.
1230 : See `org-ctrl-c-ctrl-c-hook' for more information.
1232 ** org-remember-before-finalize-hook ~nil~
1234 :CUSTOM_ID: org-remember-before-finalize-hook
1236 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
1237 - [[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]]
1239 : Hook that is run right before a remember process is finalized.
1240 : The remember buffer is still current when this hook runs.
1242 ** org-tab-after-check-for-cycling-hook ~nil~
1244 :CUSTOM_ID: org-tab-after-check-for-cycling-hook
1246 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1247 - [[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]]
1249 : Hook for functions to attach themselves to TAB.
1250 : See `org-ctrl-c-ctrl-c-hook' for more information.
1251 : This hook runs after it has been established that not table field motion and
1252 : not visibility should be done because of current context. This is probably
1253 : the place where a package like yasnippets can hook in.
1255 ** org-clock-in-prepare-hook ~nil~
1257 :CUSTOM_ID: org-clock-in-prepare-hook
1259 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
1260 - [[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]]
1262 : Hook run when preparing the clock.
1263 : This hook is run before anything happens to the task that
1264 : you want to clock in. For example, you can use this hook
1265 : to add an effort property.
1267 ** org-capture-mode-hook ~nil~
1269 :CUSTOM_ID: org-capture-mode-hook
1271 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
1272 - [[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]]
1274 : Hook for the minor `org-capture-mode'.
1276 ** org-agenda-finalize-hook ~nil~
1278 :CUSTOM_ID: org-capture-mode-on-hook
1280 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1281 - [[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]]
1283 : Hook run just before displaying an agenda buffer.
1285 ** org-src-mode-hook ~nil~
1287 :CUSTOM_ID: org-src-mode-hook
1289 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
1290 - [[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]]
1292 : Hook run after Org switched a source code snippet to its Emacs mode.
1293 : This hook will run
1295 : - when editing a source code snippet with "C-c '".
1296 : - When formatting a source code snippet for export with htmlize.
1298 : You may want to use this hook for example to turn off `outline-minor-mode'
1299 : or similar things which you want to have when editing a source code file,
1300 : but which mess up the display of a snippet in Org exported files.
1302 ** org-export-html-after-blockquotes-hook ~nil~
1304 :CUSTOM_ID: org-indent-mode-on-hook
1306 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]]
1307 - [[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]]
1309 : Hook run during HTML export, after blockquote, verse, center are done.
1311 ** org-after-todo-state-change-hook ~nil~
1313 :CUSTOM_ID: org-after-todo-state-change-hook
1315 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1316 - [[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]]
1318 : Hook which is run after the state of a TODO item was changed.
1319 : The new state (a string with a TODO keyword, or nil) is available in the
1320 : Lisp variable `org-state'.
1322 ** org-export-blocks-postblock-hook ~nil~
1324 :CUSTOM_ID: org-capture-mode-off-hook
1326 - *Since:* Emacs version 24.1
1327 - *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]]
1328 - [[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]]
1330 : Run after blocks have been processed with `org-export-blocks-preprocess'.
1332 ** org-ctags-open-link-functions ~(quote (org-ctags-find-tag org...~
1334 :CUSTOM_ID: org-ctags-open-link-functions
1336 - *Since:* Emacs version 24.1
1337 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]]
1338 - [[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]]
1340 : List of functions to be prepended to ORG-OPEN-LINK-FUNCTIONS when ORG-CTAGS is active.
1342 ** org-export-preprocess-final-hook ~nil~
1344 :CUSTOM_ID: org-export-preprocess-final-hook
1346 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
1347 - [[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]]
1349 : Hook for preprocessing an export buffer.
1350 : This is run as the last thing in the preprocessing buffer, just before
1351 : returning the buffer string to the backend.
1353 ** org-shiftright-final-hook ~nil~
1355 :CUSTOM_ID: org-shiftright-final-hook
1357 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1358 - [[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]]
1360 : Hook for functions attaching themselves to `S-right'.
1361 : This one runs after all other options except shift-select have been excluded.
1362 : See `org-ctrl-c-ctrl-c-hook' for more information.
1364 ** org-agenda-bulk-custom-functions ~nil~
1366 :CUSTOM_ID: org-agenda-bulk-custom-functions
1368 - *Since:* Emacs version 24.1
1369 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1370 - [[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]]
1372 : Alist of characters and custom functions for bulk actions.
1373 : For example, this value makes those two functions available:
1375 : '((?R set-category)
1378 : With selected entries in an agenda buffer, `B R' will call
1379 : the custom function `set-category' on the selected entries.
1380 : Note that functions in this alist don't need to be quoted.
1382 ** org-after-sorting-entries-or-items-hook ~nil~
1384 :CUSTOM_ID: org-table-follow-field-mode-off-hook
1386 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1387 - [[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]]
1389 : Hook that is run after a bunch of entries or items have been sorted.
1390 : When children are sorted, the cursor is in the parent line when this
1391 : hook gets called. When a region or a plain list is sorted, the cursor
1392 : will be in the first entry of the sorted region/list.
1394 ** org-shiftmetaright-hook ~nil~
1396 :CUSTOM_ID: org-shiftmetaright-hook
1398 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1399 - [[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]]
1401 : Hook for functions attaching themselves to `M-S-right'.
1402 : See `org-ctrl-c-ctrl-c-hook' for more information.
1404 ** org-metareturn-hook ~nil~
1406 :CUSTOM_ID: org-metareturn-hook
1408 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1409 - [[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]]
1411 : Hook for functions attaching themselves to `M-RET'.
1412 : See `org-ctrl-c-ctrl-c-hook' for more information.
1414 ** org-todo-setup-filter-hook ~nil~
1416 :CUSTOM_ID: org-todo-setup-filter-hook
1418 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1419 - [[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]]
1421 : Hook for functions that pre-filter todo specs.
1422 : Each function takes a todo spec and returns either nil or the spec
1423 : transformed into canonical form.
1425 ** org-store-link-functions ~nil~
1427 :CUSTOM_ID: org-store-link-functions
1429 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1430 - [[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]]
1432 : List of functions that are called to create and store a link.
1433 : Each function will be called in turn until one returns a non-nil
1434 : value. Each function should check if it is responsible for creating
1435 : this link (for example by looking at the major mode).
1436 : If not, it must exit and return nil.
1437 : If yes, it should return a non-nil value after a calling
1438 : `org-store-link-props' with a list of properties and values.
1439 : Special properties are:
1441 : :type The link prefix, like "http". This must be given.
1442 : :link The link, like "http://www.astro.uva.nl/~dominik".
1443 : This is obligatory as well.
1444 : :description Optional default description for the second pair
1445 : of brackets in an Org-mode link. The user can still change
1446 : this when inserting this link into an Org-mode buffer.
1448 : In addition to these, any additional properties can be specified
1449 : and then used in remember templates.
1451 ** org-after-todo-statistics-hook ~nil~
1453 :CUSTOM_ID: org-add-hook
1455 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1456 - [[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]]
1458 : Hook that is called after a TODO statistics cookie has been updated.
1459 : Each function is called with two arguments: the number of not-done entries
1460 : and the number of done entries.
1462 : For example, the following function, when added to this hook, will switch
1463 : an entry to DONE when all children are done, and back to TODO when new
1464 : entries are set to a TODO status. Note that this hook is only called
1465 : when there is a statistics cookie in the headline!
1467 : (defun org-summary-todo (n-done n-not-done)
1468 : "Switch entry to DONE when all subentries are done, to TODO otherwise."
1469 : (let (org-log-done org-log-states) ; turn off logging
1470 : (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
1474 :CUSTOM_ID: commands
1477 ** org-attach-new =(file)=
1479 :CUSTOM_ID: org-attach-new
1482 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
1483 - [[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]]
1485 : Create a new attachment FILE for the current task.
1486 : The attachment is created as an Emacs buffer.
1487 ** org-agenda-sunrise-sunset =(arg)=
1489 :CUSTOM_ID: org-agenda-sunrise-sunset
1492 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1493 - [[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]]
1495 : Display sunrise and sunset for the cursor date.
1496 : Latitude and longitude can be specified with the variables
1497 : `calendar-latitude' and `calendar-longitude'. When called with prefix
1498 : argument, latitude and longitude will be prompted for.
1499 ** org-replace-region-by-docbook =(beg end)=
1501 :CUSTOM_ID: org-replace-region-by-docbook
1504 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
1505 - [[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]]
1507 : Replace the region from BEG to END with its DocBook export.
1508 : It assumes the region has `org-mode' syntax, and then convert it to
1509 : DocBook. This can be used in any buffer. For example, you could
1510 : write an itemized list in `org-mode' syntax in an DocBook buffer and
1511 : then use this command to convert it.
1514 :CUSTOM_ID: org-agenda-exit
1517 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1518 - [[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]]
1520 : Exit agenda by removing the window or the buffer.
1521 : Also kill all Org-mode buffers which have been loaded by `org-agenda'.
1522 : Org-mode buffers visited directly by the user will not be touched.
1523 ** org-export-region-as-latex =(beg end &optional body-only buffer)=
1525 :CUSTOM_ID: org-export-region-as-latex
1528 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
1529 - [[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]]
1531 : Convert region from BEG to END in `org-mode' buffer to LaTeX.
1532 : If prefix arg BODY-ONLY is set, omit file header, footer, and table of
1533 : contents, and only produce the region of converted text, useful for
1534 : cut-and-paste operations.
1535 : If BUFFER is a buffer or a string, use/create that buffer as a target
1536 : of the converted LaTeX. If BUFFER is the symbol `string', return the
1537 : produced LaTeX as a string and leave no buffer behind. For example,
1538 : a Lisp program could call this function in the following way:
1540 : (setq latex (org-export-region-as-latex beg end t 'string))
1542 : When called interactively, the output buffer is selected, and shown
1543 : in a window. A non-interactive call will only return the buffer.
1544 ** org-set-tags-to =(data)=
1546 :CUSTOM_ID: org-set-tags-to
1549 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1550 - [[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]]
1552 : Set the tags of the current entry to DATA, replacing the current tags.
1553 : DATA may be a tags string like :aa:bb:cc:, or a list of tags.
1554 : If DATA is nil or the empty string, any tags will be removed.
1555 ** orgstruct-mode =(&optional arg)=
1557 :CUSTOM_ID: orgstruct-mode
1560 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1561 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgstruct-mode&sr=1][Find modifications in git logs]]
1563 : Toggle the minor mode `orgstruct-mode'.
1564 : This mode is for using Org-mode structure commands in other
1565 : modes. The following keys behave as if Org-mode were active, if
1566 : the cursor is on a headline, or on a plain list item (both as
1567 : defined by Org-mode).
1569 : M-up Move entry/item up
1570 : M-down Move entry/item down
1573 : M-S-up Move entry/item up
1574 : M-S-down Move entry/item down
1575 : M-S-left Promote subtree
1576 : M-S-right Demote subtree
1577 : M-q Fill paragraph and items like in Org-mode
1578 : C-c ^ Sort entries
1579 : C-c - Cycle list bullet
1580 : TAB Cycle item visibility
1581 : M-RET Insert new heading/item
1582 : S-M-RET Insert new TODO heading / Checkbox item
1583 : C-c C-c Set tags / toggle checkbox
1584 ** org-protocol-create =(&optional project-plist)=
1586 :CUSTOM_ID: org-protocol-create
1589 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]]
1590 - [[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]]
1592 : Create a new org-protocol project interactively.
1593 : An org-protocol project is an entry in `org-protocol-project-alist'
1594 : which is used by `org-protocol-open-source'.
1595 : Optionally use project-plist to initialize the defaults for this project. If
1596 : project-plist is the CDR of an element in `org-publish-project-alist', reuse
1597 : :base-directory, :html-extension and :base-extension.
1598 ** org-clone-subtree-with-time-shift =(n &optional shift)=
1600 :CUSTOM_ID: org-clone-subtree-with-time-shift
1603 - *Access:* ~C-c C-x c, <menu-bar> <Org> <Edit Structure> <Clone subtree, shift time>~
1604 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1605 - [[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]]
1607 : Clone the task (subtree) at point N times.
1608 : The clones will be inserted as siblings.
1610 : In interactive use, the user will be prompted for the number of
1611 : clones to be produced, and for a time SHIFT, which may be a
1612 : repeater as used in time stamps, for example `+3d'.
1614 : When a valid repeater is given and the entry contains any time
1615 : stamps, the clones will become a sequence in time, with time
1616 : stamps in the subtree shifted for each clone produced. If SHIFT
1617 : is nil or the empty string, time stamps will be left alone. The
1618 : ID property of the original subtree is removed.
1620 : If the original subtree did contain time stamps with a repeater,
1621 : the following will happen:
1622 : - the repeater will be removed in each clone
1623 : - an additional clone will be produced, with the current, unshifted
1624 : date(s) in the entry.
1625 : - the original entry will be placed *after* all the clones, with
1627 : - the start days in the repeater in the original entry will be shifted
1628 : to past the last clone.
1629 : In this way you can spell out a number of instances of a repeating task,
1630 : and still retain the repeater to cover future instances of the task.
1631 ** org-export-as-docbook =(&optional hidden ext-plist to-buffer body-only pub-dir)=
1633 :CUSTOM_ID: org-export-as-docbook
1636 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
1637 - [[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]]
1639 : Export the current buffer as a DocBook file.
1640 : If there is an active region, export only the region. When
1641 : HIDDEN is obsolete and does nothing. EXT-PLIST is a
1642 : property list with external parameters overriding org-mode's
1643 : default settings, but still inferior to file-local settings.
1644 : When TO-BUFFER is non-nil, create a buffer with that name and
1645 : export to that buffer. If TO-BUFFER is the symbol `string',
1646 : don't leave any buffer behind but just return the resulting HTML
1647 : as a string. When BODY-ONLY is set, don't produce the file
1648 : header and footer, simply return the content of the document (all
1649 : top-level sections). When PUB-DIR is set, use this as the
1650 : publishing directory.
1651 ** org-agenda-goto =(&optional highlight)=
1653 :CUSTOM_ID: org-agenda-goto
1656 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1657 - [[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]]
1659 : Go to the Org-mode file which contains the item at point.
1660 ** org-w3m-copy-for-org-mode
1662 :CUSTOM_ID: org-w3m-copy-for-org-mode
1665 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-w3m.el;hb=HEAD][org-w3m.el]]
1666 - [[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]]
1668 : Copy current buffer content or active region with `org-mode' style links.
1669 : This will encode `link-title' and `link-location' with
1670 : `org-make-link-string', and insert the transformed test into the kill ring,
1671 : so that it can be yanked into an Org-mode buffer with links working correctly.
1672 ** org-shiftcontrolright
1674 :CUSTOM_ID: org-shiftcontrolright
1677 - *Access:* ~<C-S-right>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Next keyword set>, <menu-bar> <Org> <TODO Lists> <Select keyword> <Previous keyword set>~
1678 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1679 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftcontrolright&sr=1][Find modifications in git logs]]
1681 : Switch to next TODO set.
1682 ** org-clock-in =(&optional select start-time)=
1684 :CUSTOM_ID: org-clock-in
1687 - *Access:* ~C-c C-x TAB, <menu-bar> <Org> <Logging work> <Clock in>~
1688 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
1689 - [[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]]
1691 : Start the clock on the current item.
1692 : If necessary, clock-out of the currently active clock.
1693 : With a prefix argument SELECT (C-u), offer a list of recently clocked
1694 : tasks to clock into. When SELECT is C-u C-u, clock into the current task
1695 : and mark it as the default task, a special task that will always be offered
1696 : in the clocking selection, associated with the letter `d'.
1697 : When SELECT is C-u C-u C-u, clock in by using the last clock-out
1698 : time as the start time (see `org-clock-continuously' to
1699 : make this the default behavior.)
1702 :CUSTOM_ID: org-priority-up
1705 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1706 - [[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]]
1708 : Increase the priority of the current item.
1709 ** org-todo =(&optional arg)=
1711 :CUSTOM_ID: org-todo
1714 - *Access:* ~C-c C-t, <menu-bar> <Org> <TODO Lists> <TODO/DONE/->~
1715 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1716 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo&sr=1][Find modifications in git logs]]
1718 : Change the TODO state of an item.
1719 : The state of an item is given by a keyword at the start of the heading,
1721 : *** TODO Write paper
1724 : The different keywords are specified in the variable `org-todo-keywords'.
1725 : By default the available states are "TODO" and "DONE".
1726 : So for this example: when the item starts with TODO, it is changed to DONE.
1727 : When it starts with DONE, the DONE is removed. And when neither TODO nor
1728 : DONE are present, add TODO at the beginning of the heading.
1730 : With C-u prefix arg, use completion to determine the new state.
1731 : With numeric prefix arg, switch to that state.
1732 : With a double C-u prefix, switch to the next set of TODO keywords (nextset).
1733 : With a triple C-u prefix, circumvent any state blocking.
1734 : With a numeric prefix arg of 0, inhibit note taking for the change.
1736 : For calling through lisp, arg is also interpreted in the following way:
1737 : 'none -> empty state
1738 : ""(empty string) -> switch to empty state
1739 : 'done -> switch to DONE
1740 : 'nextset -> switch to the next set of keywords
1741 : 'previousset -> switch to the previous set of keywords
1742 : "WAITING" -> switch to the specified keyword, but only if it
1743 : really is a member of `org-todo-keywords'.
1744 ** org-babel-shell-command-on-region =(start end command &optional output-buffer replace error-buffer display-error-buffer)=
1746 :CUSTOM_ID: org-babel-shell-command-on-region
1749 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-eval.el;hb=HEAD][ob-eval.el]]
1750 - [[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]]
1752 : Execute COMMAND in an inferior shell with region as input.
1754 : Fixes bugs in the emacs 23.1.1 version of `shell-command-on-region'
1756 : Normally display output (if any) in temp buffer `*Shell Command Output*';
1757 : Prefix arg means replace the region with it. Return the exit code of
1760 : To specify a coding system for converting non-ASCII characters in
1761 : the input and output to the shell command, use
1762 : C-x RET c before this command. By
1763 : default, the input (from the current buffer) is encoded in the
1764 : same coding system that will be used to save the file,
1765 : `buffer-file-coding-system'. If the output is going to replace
1766 : the region, then it is decoded from that same coding system.
1768 : The noninteractive arguments are START, END, COMMAND,
1769 : OUTPUT-BUFFER, REPLACE, ERROR-BUFFER, and DISPLAY-ERROR-BUFFER.
1770 : Noninteractive callers can specify coding systems by binding
1771 : `coding-system-for-read' and `coding-system-for-write'.
1773 : If the command generates output, the output may be displayed
1774 : in the echo area or in a buffer.
1775 : If the output is short enough to display in the echo area
1776 : (determined by the variable `max-mini-window-height' if
1777 : `resize-mini-windows' is non-nil), it is shown there. Otherwise
1778 : it is displayed in the buffer `*Shell Command Output*'. The output
1779 : is available in that buffer in both cases.
1781 : If there is output and an error, a message about the error
1782 : appears at the end of the output.
1784 : If there is no output, or if output is inserted in the current buffer,
1785 : then `*Shell Command Output*' is deleted.
1787 : If the optional fourth argument OUTPUT-BUFFER is non-nil,
1788 : that says to put the output in some other buffer.
1789 : If OUTPUT-BUFFER is a buffer or buffer name, put the output there.
1790 : If OUTPUT-BUFFER is not a buffer and not nil,
1791 : insert output in the current buffer.
1792 : In either case, the output is inserted after point (leaving mark after it).
1794 : If REPLACE, the optional fifth argument, is non-nil, that means insert
1795 : the output in place of text from START to END, putting point and mark
1798 : If optional sixth argument ERROR-BUFFER is non-nil, it is a buffer
1799 : or buffer name to which to direct the command's standard error output.
1800 : If it is nil, error output is mingled with regular output.
1801 : If DISPLAY-ERROR-BUFFER is non-nil, display the error buffer if there
1802 : were any errors. (This is always t, interactively.)
1803 : In an interactive call, the variable `shell-command-default-error-buffer'
1804 : specifies the value of ERROR-BUFFER.
1805 ** org-remove-file =(&optional file)=
1807 :CUSTOM_ID: org-remove-file
1810 - *Access:* ~C-c ], <menu-bar> <Org> <File List for Agenda> <Remove Current File from List>~
1811 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1812 - [[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]]
1814 : Remove current file from the list of files in variable `org-agenda-files'.
1815 : These are the files which are being checked for agenda entries.
1816 : Optional argument FILE means use this file instead of the current.
1819 :CUSTOM_ID: org-agenda-quit
1822 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1823 - [[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]]
1825 : Exit agenda by killing agenda buffer or burying it when
1826 : `org-agenda-sticky' is non-NIL
1829 :CUSTOM_ID: org-show-subtree
1832 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1833 - [[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]]
1835 : Show everything after this heading at deeper levels.
1836 ** org-timer-start =(&optional offset)=
1838 :CUSTOM_ID: org-timer-start
1841 - *Access:* ~C-c C-x 0, <menu-bar> <Org> <Dates and Scheduling> <Start/Restart Timer>~
1842 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
1843 - [[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]]
1845 : Set the starting time for the relative timer to now.
1846 : When called with prefix argument OFFSET, prompt the user for an offset time,
1847 : with the default taken from a timer stamp at point, if any.
1848 : If OFFSET is a string or an integer, it is directly taken to be the offset
1849 : without user interaction.
1850 : When called with a double prefix arg, all timer strings in the active
1851 : region will be shifted by a specific amount. You will be prompted for
1852 : the amount, with the default to make the first timer string in
1853 : the region 0:00:00.
1856 :CUSTOM_ID: org-ctrl-c-star
1860 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1861 - [[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]]
1863 : Compute table, or change heading status of lines.
1864 : Calls `org-table-recalculate' or `org-toggle-heading',
1865 : depending on context.
1866 ** org-metaright =(&optional arg)=
1868 :CUSTOM_ID: org-metaright
1871 - *Access:* ~<M-right>, <menu-bar> <Org> <Edit Structure> <Demote Heading>, <menu-bar> <Tbl> <Column> <Move Column Right>~
1872 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1873 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaright&sr=1][Find modifications in git logs]]
1875 : Demote a subtree, a list item or move table column to right.
1876 : In front of a drawer or a block keyword, indent it correctly.
1877 : With no specific context, calls the Emacs default `forward-word'.
1878 : See the individual commands for more information.
1879 ** org-agenda-bulk-mark =(&optional arg)=
1881 :CUSTOM_ID: org-agenda-bulk-mark
1884 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1885 - [[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]]
1887 : Mark the entry at point for future bulk action.
1888 ** org-insert-link =(&optional complete-file link-location default-description)=
1890 :CUSTOM_ID: org-insert-link
1893 - *Access:* ~C-c C-l, <menu-bar> <Org> <Hyperlinks> <Insert Link>~
1894 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1895 - [[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]]
1897 : Insert a link. At the prompt, enter the link.
1899 : Completion can be used to insert any of the link protocol prefixes like
1900 : http or ftp in use.
1902 : The history can be used to select a link previously stored with
1903 : `org-store-link'. When the empty string is entered (i.e. if you just
1904 : press RET at the prompt), the link defaults to the most recently
1905 : stored link. As SPC triggers completion in the minibuffer, you need to
1906 : use M-SPC or C-q SPC to force the insertion of a space character.
1908 : You will also be prompted for a description, and if one is given, it will
1909 : be displayed in the buffer instead of the link.
1911 : If there is already a link at point, this command will allow you to edit link
1912 : and description parts.
1914 : With a C-u prefix, prompts for a file to link to. The file name can
1915 : be selected using completion. The path to the file will be relative to the
1916 : current directory if the file is in the current directory or a subdirectory.
1917 : Otherwise, the link will be the absolute path as completed in the minibuffer
1918 : (i.e. normally ~/path/to/file). You can configure this behavior using the
1919 : option `org-link-file-path-type'.
1921 : With two C-u prefixes, enforce an absolute path even if the file is in
1922 : the current directory or below.
1924 : With three C-u prefixes, negate the meaning of
1925 : `org-keep-stored-link-after-insertion'.
1927 : If `org-make-link-description-function' is non-nil, this function will be
1928 : called with the link target, and the result will be the default
1931 : If the LINK-LOCATION parameter is non-nil, this value will be
1932 : used as the link location instead of reading one interactively.
1934 : If the DEFAULT-DESCRIPTION parameter is non-nil, this value will
1935 : be used as the default description.
1936 ** org-babel-exp-src-block =(body &rest headers)=
1938 :CUSTOM_ID: org-babel-exp-src-block
1941 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-exp.el;hb=HEAD][ob-exp.el]]
1942 - [[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]]
1944 : Process source block for export.
1945 : Depending on the 'export' headers argument in replace the source
1946 : code block with...
1948 : both ---- display the code and the results
1950 : code ---- the default, display the code inside the block but do
1953 : results - just like none only the block is run on export ensuring
1954 : that it's results are present in the org-mode buffer
1956 : none ----- do not display either code or results upon export
1957 ** org-toggle-time-stamp-overlays
1959 :CUSTOM_ID: org-toggle-time-stamp-overlays
1962 - *Access:* ~C-c C-x C-t, <menu-bar> <Org> <Dates and Scheduling> <Custom time format>~
1963 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
1964 - [[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]]
1966 : Toggle the use of custom time stamp formats.
1967 ** org-agenda =(&optional arg org-keys restriction)=
1969 :CUSTOM_ID: org-agenda
1972 - *Access:* ~<menu-bar> <Org> <Agenda Command...>, C-c a~
1973 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
1974 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda&sr=1][Find modifications in git logs]]
1976 : Dispatch agenda commands to collect entries to the agenda buffer.
1977 : Prompts for a command to execute. Any prefix arg will be passed
1978 : on to the selected command. The default selections are:
1980 : a Call `org-agenda-list' to display the agenda for current day or week.
1981 : t Call `org-todo-list' to display the global todo list.
1982 : T Call `org-todo-list' to display the global todo list, select only
1983 : entries with a specific TODO keyword (the user gets a prompt).
1984 : m Call `org-tags-view' to display headlines with tags matching
1985 : a condition (the user is prompted for the condition).
1986 : M Like `m', but select only TODO entries, no ordinary headlines.
1987 : L Create a timeline for the current buffer.
1988 : e Export views to associated files.
1989 : s Search entries for keywords.
1990 : S Search entries for keywords, only with TODO keywords.
1991 : / Multi occur across all agenda files and also files listed
1992 : in `org-agenda-text-search-extra-files'.
1993 : < Restrict agenda commands to buffer, subtree, or region.
1994 : Press several times to get the desired effect.
1995 : > Remove a previous restriction.
1996 : # List "stuck" projects.
1997 : ! Configure what "stuck" means.
1998 : C Configure custom agenda commands.
2000 : More commands can be added by configuring the variable
2001 : `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
2002 : searches can be pre-defined in this way.
2004 : If the current buffer is in Org-mode and visiting a file, you can also
2005 : first press `<' once to indicate that the agenda should be temporarily
2006 : (until the next use of C-c a) restricted to the current file.
2007 : Pressing `<' twice means to restrict to the current subtree or region
2009 ** org-date-from-calendar
2011 :CUSTOM_ID: org-date-from-calendar
2014 - *Access:* ~C-c <, <menu-bar> <Org> <Dates and Scheduling> <Date from Calendar>~
2015 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2016 - [[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]]
2018 : Insert time stamp corresponding to cursor date in *Calendar* buffer.
2019 : If there is already a time stamp at the cursor position, update it.
2020 ** org-timestamp-up =(&optional arg)=
2022 :CUSTOM_ID: org-timestamp-up
2025 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2026 - [[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]]
2028 : Increase the date item at the cursor by one.
2029 : If the cursor is on the year, change the year. If it is on the month,
2030 : the day or the time, change that.
2031 : With prefix ARG, change by that many units.
2032 ** org-occur-in-agenda-files =(regexp &optional nlines)=
2034 :CUSTOM_ID: org-occur-in-agenda-files
2037 - *Access:* ~<menu-bar> <Org> <File List for Agenda> <Occur in all agenda files>~
2038 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2039 - [[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]]
2041 : Call `multi-occur' with buffers for all agenda files.
2042 ** org-babel-tangle =(&optional only-this-block target-file lang)=
2044 :CUSTOM_ID: org-babel-tangle
2047 - *Access:* ~C-c C-v t, C-c C-v C-t~
2048 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]]
2049 - [[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]]
2051 : Write code blocks to source-specific files.
2052 : Extract the bodies of all source code blocks from the current
2053 : file into their own source-specific files. Optional argument
2054 : TARGET-FILE can be used to specify a default export file for all
2055 : source blocks. Optional argument LANG can be used to limit the
2056 : exported source code blocks by language.
2059 :CUSTOM_ID: org-mode
2062 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2063 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mode&sr=1][Find modifications in git logs]]
2065 : Outline-based notes management and organizer, alias
2066 : "Carsten's outline-mode for keeping track of everything."
2068 : Org-mode develops organizational tasks around a NOTES file which
2069 : contains information about projects as plain text. Org-mode is
2070 : implemented on top of outline-mode, which is ideal to keep the content
2071 : of large files well structured. It supports ToDo items, deadlines and
2072 : time stamps, which magically appear in the diary listing of the Emacs
2073 : calendar. Tables are easily created with a built-in table editor.
2074 : Plain text URL-like links connect to websites, emails (VM), Usenet
2075 : messages (Gnus), BBDB entries, and any files related to the project.
2076 : For printing and sharing of notes, an Org-mode file (or a part of it)
2077 : can be exported as a structured ASCII or HTML file.
2079 : The following commands are available:
2084 : C-a org-beginning-of-line
2085 : C-c Prefix Command
2086 : C-e org-end-of-line
2088 : C-j org-return-indent
2092 : ESC Prefix Command
2093 : | org-force-self-insert
2094 : C-# org-table-rotate-recalc-marks
2095 : C-' org-cycle-agenda-files
2096 : C-, org-cycle-agenda-files
2097 : <C-S-down> org-shiftcontroldown
2098 : <C-S-left> org-shiftcontrolleft
2099 : <C-S-return> org-insert-todo-heading-respect-content
2100 : <C-S-right> org-shiftcontrolright
2101 : <C-S-up> org-shiftcontrolup
2102 : <C-return> org-insert-heading-respect-content
2103 : <C-tab> org-force-cycle-archived
2104 : <M-S-down> org-shiftmetadown
2105 : <M-S-left> org-shiftmetaleft
2106 : <M-S-return> org-insert-todo-heading
2107 : <M-S-right> org-shiftmetaright
2108 : <M-S-up> org-shiftmetaup
2109 : <M-down> org-metadown
2110 : <M-left> org-metaleft
2111 : <M-return> org-meta-return
2112 : <M-right> org-metaright
2114 : <S-down> org-shiftdown
2115 : <S-iso-lefttab> org-shifttab
2116 : <S-left> org-shiftleft
2117 : <S-mouse-2> org-mouse-yank-link
2118 : <S-return> org-table-copy-down
2119 : <S-right> org-shiftright
2120 : <S-tab> org-shifttab
2121 : <S-up> org-shiftup
2122 : <backtab> org-shifttab
2123 : <down-mouse-1> org-mouse-down-mouse
2124 : <drag-mouse-3> org-mouse-yank-link
2125 : <mouse-3> org-mouse-show-context-menu
2126 : <remap> Prefix Command
2130 : M-RET org-insert-heading
2131 : C-M-t org-transpose-element
2132 : M-J org-insert-todo-subheading
2133 : M-a org-backward-sentence
2134 : M-e org-forward-sentence
2135 : M-h org-mark-element
2136 : M-j org-insert-subheading
2137 : M-{ org-backward-element
2138 : M-} org-forward-element
2140 : C-c C-a org-attach
2141 : C-c C-b org-backward-heading-same-level
2142 : C-c C-c org-ctrl-c-ctrl-c
2143 : C-c C-d org-deadline
2144 : C-c C-e org-export
2145 : C-c C-f org-forward-heading-same-level
2147 : C-c C-k org-kill-note-or-show-branches
2148 : C-c C-l org-insert-link
2149 : C-c RET org-ctrl-c-ret
2150 : C-c C-o org-open-at-point
2151 : C-c C-q org-set-tags-command
2152 : C-c C-r org-reveal
2153 : C-c C-s org-schedule
2155 : C-c C-v Prefix Command
2156 : C-c C-w org-refile
2157 : C-c C-x Prefix Command
2158 : C-c C-y org-evaluate-time-range
2159 : C-c C-z org-add-note
2160 : C-c ESC Prefix Command
2161 : C-c C-^ org-up-element
2162 : C-c C-_ org-down-element
2163 : C-c SPC org-table-blank-field
2164 : C-c ! org-time-stamp-inactive
2165 : C-c # org-update-statistics-cookies
2166 : C-c $ org-archive-subtree
2167 : C-c % org-mark-ring-push
2168 : C-c & org-mark-ring-goto
2169 : C-c ' org-edit-special
2170 : C-c * org-ctrl-c-star
2171 : C-c + org-table-sum
2172 : C-c , org-priority
2173 : C-c - org-ctrl-c-minus
2174 : C-c . org-time-stamp
2175 : C-c / org-sparse-tree
2176 : C-c : org-toggle-fixed-width-section
2177 : C-c ; org-toggle-comment
2178 : C-c < org-date-from-calendar
2179 : C-c = org-table-eval-formula
2180 : C-c > org-goto-calendar
2181 : C-c ? org-table-field-info
2182 : C-c @ org-mark-subtree
2183 : C-c [ org-agenda-file-to-front
2184 : C-c \ org-match-sparse-tree
2185 : C-c ] org-remove-file
2187 : C-c ` org-table-edit-field
2188 : C-c { org-table-toggle-formula-debugger
2189 : C-c | org-table-create-or-convert-from-region
2190 : C-c } org-table-toggle-coordinate-overlays
2191 : C-c ~ org-table-create-with-table.el
2192 : C-c C-* org-list-make-subtree
2194 : <remap> <delete-backward-char> org-delete-backward-char
2195 : <remap> <delete-char> org-delete-char
2196 : <remap> <outline-backward-same-level>
2197 : org-backward-heading-same-level
2198 : <remap> <outline-demote> org-demote-subtree
2199 : <remap> <outline-forward-same-level>
2200 : org-forward-heading-same-level
2201 : <remap> <outline-insert-heading>
2203 : <remap> <outline-mark-subtree> org-mark-subtree
2204 : <remap> <outline-promote> org-promote-subtree
2205 : <remap> <self-insert-command> org-self-insert-command
2206 : <remap> <show-branches> org-kill-note-or-show-branches
2207 : <remap> <show-subtree> org-show-subtree
2210 : (that binding is currently shadowed by another mode)
2211 : C-c C-b outline-backward-same-level
2212 : (that binding is currently shadowed by another mode)
2213 : C-c C-c hide-entry
2214 : (that binding is currently shadowed by another mode)
2215 : C-c C-d hide-subtree
2216 : (that binding is currently shadowed by another mode)
2217 : C-c C-e show-entry
2218 : (that binding is currently shadowed by another mode)
2219 : C-c C-f outline-forward-same-level
2220 : (that binding is currently shadowed by another mode)
2221 : C-c TAB show-children
2222 : C-c C-k show-branches
2223 : (that binding is currently shadowed by another mode)
2224 : C-c C-l hide-leaves
2225 : (that binding is currently shadowed by another mode)
2226 : C-c RET outline-insert-heading
2227 : (that binding is currently shadowed by another mode)
2228 : C-c C-n outline-next-visible-heading
2229 : C-c C-o hide-other
2230 : (that binding is currently shadowed by another mode)
2231 : C-c C-p outline-previous-visible-heading
2232 : C-c C-q hide-sublevels
2233 : (that binding is currently shadowed by another mode)
2234 : C-c C-s show-subtree
2235 : (that binding is currently shadowed by another mode)
2237 : (that binding is currently shadowed by another mode)
2238 : C-c C-u outline-up-heading
2239 : C-c C-v outline-move-subtree-down
2240 : (that binding is currently shadowed by another mode)
2241 : C-c C-^ outline-move-subtree-up
2242 : (that binding is currently shadowed by another mode)
2243 : C-c @ outline-mark-subtree
2244 : (that binding is currently shadowed by another mode)
2245 : C-c C-< outline-promote
2246 : C-c C-> outline-demote
2248 : C-M-i ispell-complete-word
2249 : (that binding is currently shadowed by another mode)
2251 : C-c C-M-l org-insert-all-links
2253 : C-c C-v C-a org-babel-sha1-hash
2254 : C-c C-v C-b org-babel-execute-buffer
2255 : C-c C-v C-c org-babel-check-src-block
2256 : C-c C-v C-d org-babel-demarcate-block
2257 : C-c C-v C-e org-babel-execute-maybe
2258 : C-c C-v C-f org-babel-tangle-file
2259 : C-c C-v TAB org-babel-view-src-block-info
2260 : C-c C-v C-j org-babel-insert-header-arg
2261 : C-c C-v C-l org-babel-load-in-session
2262 : C-c C-v C-n org-babel-next-src-block
2263 : C-c C-v C-o org-babel-open-src-block-result
2264 : C-c C-v C-p org-babel-previous-src-block
2265 : C-c C-v C-r org-babel-goto-named-result
2266 : C-c C-v C-s org-babel-execute-subtree
2267 : C-c C-v C-t org-babel-tangle
2268 : C-c C-v C-u org-babel-goto-src-block-head
2269 : C-c C-v C-v org-babel-expand-src-block
2270 : C-c C-v C-x org-babel-do-key-sequence-in-edit-buffer
2271 : C-c C-v C-z org-babel-switch-to-session
2272 : C-c C-v ESC Prefix Command
2273 : C-c C-v I org-babel-view-src-block-info
2274 : C-c C-v a org-babel-sha1-hash
2275 : C-c C-v b org-babel-execute-buffer
2276 : C-c C-v c org-babel-check-src-block
2277 : C-c C-v d org-babel-demarcate-block
2278 : C-c C-v e org-babel-execute-maybe
2279 : C-c C-v f org-babel-tangle-file
2280 : C-c C-v g org-babel-goto-named-src-block
2281 : C-c C-v h org-babel-describe-bindings
2282 : C-c C-v i org-babel-lob-ingest
2283 : C-c C-v j org-babel-insert-header-arg
2284 : C-c C-v l org-babel-load-in-session
2285 : C-c C-v n org-babel-next-src-block
2286 : C-c C-v o org-babel-open-src-block-result
2287 : C-c C-v p org-babel-previous-src-block
2288 : C-c C-v r org-babel-goto-named-result
2289 : C-c C-v s org-babel-execute-subtree
2290 : C-c C-v t org-babel-tangle
2291 : C-c C-v u org-babel-goto-src-block-head
2292 : C-c C-v v org-babel-expand-src-block
2293 : C-c C-v x org-babel-do-key-sequence-in-edit-buffer
2294 : C-c C-v z org-babel-switch-to-session-with-code
2296 : C-c C-x C-a org-archive-subtree-default
2297 : C-c C-x C-b org-toggle-checkbox
2298 : C-c C-x C-c org-columns
2299 : C-c C-x C-d org-clock-display
2300 : C-c C-x C-f org-emphasize
2301 : C-c C-x TAB org-clock-in
2302 : C-c C-x C-j org-clock-goto
2303 : C-c C-x C-k org-mark-entry-for-agenda-action
2304 : C-c C-x C-l org-preview-latex-fragment
2305 : C-c C-x RET Prefix Command
2306 : C-c C-x C-n org-next-link
2307 : C-c C-x C-o org-clock-out
2308 : C-c C-x C-p org-previous-link
2309 : C-c C-x C-q org-clock-cancel
2310 : C-c C-x C-r org-clock-report
2311 : C-c C-x C-s org-advertized-archive-subtree
2312 : C-c C-x C-t org-toggle-time-stamp-overlays
2313 : C-c C-x C-u org-dblock-update
2314 : C-c C-x C-v org-toggle-inline-images
2315 : C-c C-x C-w org-cut-special
2316 : C-c C-x C-x org-clock-in-last
2317 : C-c C-x C-y org-paste-special
2318 : C-c C-x C-z org-resolve-clocks
2319 : C-c C-x ESC Prefix Command
2320 : C-c C-x ! org-reload
2321 : C-c C-x , org-timer-pause-or-continue
2322 : C-c C-x - org-timer-item
2323 : C-c C-x . org-timer
2324 : C-c C-x 0 org-timer-start
2325 : C-c C-x : org-timer-cancel-timer
2326 : C-c C-x ; org-timer-set-timer
2327 : C-c C-x < org-agenda-set-restriction-lock
2328 : C-c C-x > org-agenda-remove-restriction-lock
2329 : C-c C-x A org-archive-to-archive-sibling
2330 : C-c C-x E org-inc-effort
2331 : C-c C-x G org-feed-goto-inbox
2332 : C-c C-x [ org-reftex-citation
2333 : C-c C-x \ org-toggle-pretty-entities
2334 : C-c C-x _ org-timer-stop
2335 : C-c C-x a org-toggle-archive-tag
2336 : C-c C-x b org-tree-to-indirect-buffer
2337 : C-c C-x c org-clone-subtree-with-time-shift
2338 : C-c C-x d org-insert-drawer
2339 : C-c C-x e org-set-effort
2340 : C-c C-x f org-footnote-action
2341 : C-c C-x g org-feed-update-all
2342 : C-c C-x i org-insert-columns-dblock
2343 : C-c C-x o org-toggle-ordered-property
2344 : C-c C-x p org-set-property
2345 : C-c C-x v org-copy-visible
2347 : C-c C-v C-M-h org-babel-mark-block
2349 : C-c C-x C-M-v org-redisplay-inline-images
2350 : C-c C-x M-w org-copy-special
2352 : C-c C-x RET g org-mobile-pull
2353 : C-c C-x RET p org-mobile-push
2357 : In addition to any hooks its parent mode `outline-mode' might have run,
2358 : this mode runs the hook `org-mode-hook', as the final step
2359 : during initialization.
2360 ** org-beginning-of-item-list
2362 :CUSTOM_ID: org-beginning-of-item-list
2365 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
2366 - [[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]]
2368 : Go to the beginning item of the current list or sublist.
2369 : Throw an error when not in a list.
2370 ** org-babel-open-src-block-result =(&optional re-run)=
2372 :CUSTOM_ID: org-babel-open-src-block-result
2375 - *Access:* ~C-c C-v C-o, C-c C-v o~
2376 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
2377 - [[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]]
2379 : If `point' is on a src block then open the results of the
2380 : source code block, otherwise return nil. With optional prefix
2381 : argument RE-RUN the source-code block is evaluated even if
2382 : results already exist.
2383 ** org-time-stamp =(arg &optional inactive)=
2385 :CUSTOM_ID: org-time-stamp
2388 - *Access:* ~C-c ., <menu-bar> <Org> <Dates and Scheduling> <Timestamp>~
2389 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2390 - [[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]]
2392 : Prompt for a date/time and insert a time stamp.
2393 : If the user specifies a time like HH:MM or if this command is
2394 : called with at least one prefix argument, the time stamp contains
2395 : the date and the time. Otherwise, only the date is be included.
2397 : All parts of a date not specified by the user is filled in from
2398 : the current date/time. So if you just press return without
2399 : typing anything, the time stamp will represent the current
2402 : If there is already a timestamp at the cursor, it will be
2405 : With two universal prefix arguments, insert an active timestamp
2406 : with the current time without prompting the user.
2407 ** org-list-to-generic =(list params)=
2409 :CUSTOM_ID: org-list-to-generic
2412 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
2413 - [[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]]
2415 : Convert a LIST parsed through `org-list-parse-list' to other formats.
2416 : Valid parameters PARAMS are:
2418 : :ustart String to start an unordered list
2419 : :uend String to end an unordered list
2421 : :ostart String to start an ordered list
2422 : :oend String to end an ordered list
2424 : :dstart String to start a descriptive list
2425 : :dend String to end a descriptive list
2426 : :dtstart String to start a descriptive term
2427 : :dtend String to end a descriptive term
2428 : :ddstart String to start a description
2429 : :ddend String to end a description
2431 : :splice When set to t, return only list body lines, don't wrap
2432 : them into :[u/o]start and :[u/o]end. Default is nil.
2434 : :istart String to start a list item.
2435 : :icount String to start an item with a counter.
2436 : :iend String to end a list item
2437 : :isep String to separate items
2438 : :lsep String to separate sublists
2439 : :csep String to separate text from a sub-list
2441 : :cboff String to insert for an unchecked check-box
2442 : :cbon String to insert for a checked check-box
2443 : :cbtrans String to insert for a check-box in transitional state
2445 : :nobr Non-nil means remove line breaks in lists items.
2447 : Alternatively, each parameter can also be a form returning
2448 : a string. These sexp can use keywords `counter' and `depth',
2449 : representing respectively counter associated to the current
2450 : item, and depth of the current sub-list, starting at 0.
2451 : Obviously, `counter' is only available for parameters applying to
2453 ** org-forward-heading-same-level =(arg &optional invisible-ok)=
2455 :CUSTOM_ID: org-forward-heading-same-level
2458 - *Access:* ~C-c C-f, <menu-bar> <Org> <Navigate Headings> <Next Same Level>~
2459 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2460 - [[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]]
2462 : Move forward to the arg'th subheading at same level as this one.
2463 : Stop at the first and last subheadings of a superior heading.
2464 : Normally this only looks at visible headings, but when INVISIBLE-OK is
2465 : non-nil it will also look at invisible ones.
2466 ** org-export-as-docbook-pdf =(&optional hidden ext-plist to-buffer body-only pub-dir)=
2468 :CUSTOM_ID: org-export-as-docbook-pdf
2471 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
2472 - [[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]]
2474 : Export as DocBook XML file, and generate PDF file.
2475 ** org-insert-todo-subheading =(arg)=
2477 :CUSTOM_ID: org-insert-todo-subheading
2481 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2482 - [[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]]
2484 : Insert a new subheading with TODO keyword or checkbox and demote it.
2485 : Works for outline headings and for plain lists alike.
2486 ** org-clock-in-last =(&optional arg)=
2488 :CUSTOM_ID: org-clock-in-last
2491 - *Access:* ~C-c C-x C-x~
2492 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
2493 - [[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]]
2495 : Clock in the last closed clocked item.
2496 : When already clocking in, send an warning.
2497 : With a universal prefix argument, select the task you want to
2498 : clock in from the last clocked in tasks.
2499 : With two universal prefix arguments, start clocking using the
2500 : last clock-out time, if any.
2501 : With three universal prefix arguments, interactively prompt
2502 : for a todo state to switch to, overriding the existing value
2503 : `org-clock-in-switch-to-state'.
2504 ** org-create-customize-menu
2506 :CUSTOM_ID: org-create-customize-menu
2509 - *Access:* ~<menu-bar> <Org> <Customize> <Expand This Menu>~
2510 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2511 - [[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]]
2513 : Create a full customization menu for Org-mode, insert it into the menu.
2514 ** org-agenda-bulk-mark-regexp =(regexp)=
2516 :CUSTOM_ID: org-agenda-bulk-mark-regexp
2519 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2520 - [[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]]
2522 : Mark entries matching REGEXP for future agenda bulk action.
2523 ** org-info =(&optional node)=
2525 :CUSTOM_ID: org-info
2528 - *Access:* ~<menu-bar> <Org> <Documentation> <Info Documentation>~
2529 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2530 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-info&sr=1][Find modifications in git logs]]
2532 : Read documentation for Org-mode in the info system.
2533 : With optional NODE, go directly to that node.
2534 ** org-export-as-freemind =(&optional hidden ext-plist to-buffer body-only pub-dir)=
2536 :CUSTOM_ID: org-export-as-freemind
2539 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-freemind.el;hb=HEAD][org-freemind.el]]
2540 - [[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]]
2542 : Export the current buffer as a Freemind file.
2543 : If there is an active region, export only the region. HIDDEN is
2544 : obsolete and does nothing. EXT-PLIST is a property list with
2545 : external parameters overriding org-mode's default settings, but
2546 : still inferior to file-local settings. When TO-BUFFER is
2547 : non-nil, create a buffer with that name and export to that
2548 : buffer. If TO-BUFFER is the symbol `string', don't leave any
2549 : buffer behind but just return the resulting HTML as a string.
2550 : When BODY-ONLY is set, don't produce the file header and footer,
2551 : simply return the content of the document (all top level
2552 : sections). When PUB-DIR is set, use this as the publishing
2555 : See `org-freemind-from-org-mode' for more information.
2556 ** org-table-create =(&optional size)=
2558 :CUSTOM_ID: org-table-create
2561 - *Access:* ~<menu-bar> <Tbl> <Create>~
2562 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2563 - [[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]]
2565 : Query for a size and insert a table skeleton.
2566 : SIZE is a string Columns x Rows like for example "3x2".
2567 ** org-insert-heading-after-current
2569 :CUSTOM_ID: org-insert-heading-after-current
2572 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2573 - [[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]]
2575 : Insert a new heading with same level as current, after current subtree.
2576 ** org-id-store-link
2578 :CUSTOM_ID: org-id-store-link
2581 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]]
2582 - [[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]]
2584 : Store a link to the current entry, using its ID.
2585 ** org-columns-get-format =(&optional fmt-string)=
2587 :CUSTOM_ID: org-columns-get-format
2590 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
2591 - [[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]]
2594 ** org-make-org-heading-search-string =(&optional string heading)=
2596 :CUSTOM_ID: org-make-org-heading-search-string
2599 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2600 - [[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]]
2602 : Make search string for STRING or current headline.
2603 ** org-kill-note-or-show-branches
2605 :CUSTOM_ID: org-kill-note-or-show-branches
2608 - *Access:* ~C-c C-k~
2609 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2610 - [[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]]
2612 : If this is a Note buffer, abort storing the note. Else call `show-branches'.
2613 ** org-agenda-date-prompt =(arg)=
2615 :CUSTOM_ID: org-agenda-date-prompt
2618 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2619 - [[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]]
2621 : Change the date of this item. Date is prompted for, with default today.
2622 : The prefix ARG is passed to the `org-time-stamp' command and can therefore
2623 : be used to request time specification in the time stamp.
2624 ** org-babel-goto-named-result =(name)=
2626 :CUSTOM_ID: org-babel-goto-named-result
2629 - *Access:* ~C-c C-v C-r, C-c C-v r~
2630 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
2631 - [[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]]
2633 : Go to a named result.
2634 ** org-bibtex-search =(string)=
2636 :CUSTOM_ID: org-bibtex-search
2639 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]]
2640 - [[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]]
2642 : Search for bibliographical entries in agenda files.
2643 : This function relies `org-search-view' to locate results.
2644 ** org-toggle-custom-properties-visibility
2646 :CUSTOM_ID: org-toggle-custom-properties-visibility
2649 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2650 - [[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]]
2652 : Display or hide properties in `org-custom-properties'.
2653 ** org-remember-goto-last-stored
2655 :CUSTOM_ID: org-remember-goto-last-stored
2658 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
2659 - [[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]]
2661 : Go to the location where the last remember note was stored.
2662 ** org-agenda-manipulate-query-subtract-re
2664 :CUSTOM_ID: org-agenda-manipulate-query-subtract-re
2667 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2668 - [[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]]
2670 : Manipulate the query by adding a search regexp with negative selection.
2671 : Negative selection means regexp must not match for selection of an entry.
2672 ** org-capture-string =(string &optional keys)=
2674 :CUSTOM_ID: org-capture-string
2677 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
2678 - [[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]]
2681 ** org-export-as-xoxo =(&optional buffer)=
2683 :CUSTOM_ID: org-export-as-xoxo
2686 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-xoxo.el;hb=HEAD][org-xoxo.el]]
2687 - [[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]]
2689 : Export the org buffer as XOXO.
2690 : The XOXO buffer is named *xoxo-<source buffer name>*
2691 ** org-list-send-list =(&optional maybe)=
2693 :CUSTOM_ID: org-list-send-list
2696 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
2697 - [[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]]
2699 : Send a transformed version of this list to the receiver position.
2700 : With argument MAYBE, fail quietly if no transformation is defined
2702 ** org-export-as-pdf-and-open =(arg)=
2704 :CUSTOM_ID: org-export-as-pdf-and-open
2707 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-latex.el;hb=HEAD][org-latex.el]]
2708 - [[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]]
2710 : Export as LaTeX, then process through to PDF, and open.
2711 ** org-capture-mode =(&optional arg)=
2713 :CUSTOM_ID: org-capture-mode
2716 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
2717 - [[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]]
2719 : Minor mode for special key bindings in a capture buffer.
2720 ** org-table-fedit-menu =(event)=
2722 :CUSTOM_ID: org-table-fedit-menu
2725 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2726 - [[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]]
2728 : Org Edit Formulas Menu
2729 ** org-first-sibling-p
2731 :CUSTOM_ID: org-first-sibling-p
2734 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2735 - [[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]]
2737 : Is this heading the first child of its parents?
2740 :CUSTOM_ID: org-ctrl-c-minus
2743 - *Access:* ~C-c -, <menu-bar> <Tbl> <Row> <Insert Hline>~
2744 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2745 - [[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]]
2747 : Insert separator line in table or modify bullet status of line.
2748 : Also turns a plain line or a region of lines into list items.
2749 : Calls `org-table-insert-hline', `org-toggle-item', or
2750 : `org-cycle-list-bullet', depending on context.
2751 ** org-return-indent
2753 :CUSTOM_ID: org-return-indent
2757 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2758 - [[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]]
2760 : Goto next table row or insert a newline and indent.
2761 : Calls `org-table-next-row' or `newline-and-indent', depending on
2762 : context. See the individual commands for more information.
2763 ** org-agenda-todo =(&optional arg)=
2765 :CUSTOM_ID: org-agenda-todo
2768 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2769 - [[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]]
2771 : Cycle TODO state of line at point, also in Org-mode file.
2772 : This changes the line at point, all other lines in the agenda referring to
2773 : the same tree node, and the headline of the tree node in the Org-mode file.
2774 ** org-export-preprocess-string =(string &rest parameters)=
2776 :CUSTOM_ID: org-export-preprocess-string
2779 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]]
2780 - [[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]]
2782 : Cleanup STRING so that the true exported has a more consistent source.
2783 : This function takes STRING, which should be a buffer-string of an org-file
2784 : to export. It then creates a temporary buffer where it does its job.
2785 : The result is then again returned as a string, and the exporter works
2786 : on this string to produce the exported version.
2787 ** org-agenda-date-earlier-minutes =(arg)=
2789 :CUSTOM_ID: org-agenda-date-earlier-minutes
2792 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2793 - [[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]]
2795 : Change the time of this item, in units of `org-time-stamp-rounding-minutes'.
2796 ** org-inlinetask-demote
2798 :CUSTOM_ID: org-inlinetask-demote
2801 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-inlinetask.el;hb=HEAD][org-inlinetask.el]]
2802 - [[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]]
2804 : Demote the inline task at point.
2805 : If the task has an end part, also demote it.
2806 ** org-toggle-timestamp-type
2808 :CUSTOM_ID: org-toggle-timestamp-type
2811 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2812 - [[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]]
2814 : Toggle the type (<active> or [inactive]) of a time stamp.
2815 ** org-ctags-all-tags-in-current-tags-table
2817 :CUSTOM_ID: org-ctags-all-tags-in-current-tags-table
2820 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]]
2821 - [[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]]
2823 : Read all tags defined in the active TAGS file, into a list of strings.
2825 ** org-attach-attach-ln
2827 :CUSTOM_ID: org-attach-attach-ln
2830 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
2831 - [[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]]
2833 : Attach a file by creating a hard link to it.
2834 : Beware that this does not work on systems that do not support hard links.
2835 : On some systems, this apparently does copy the file instead.
2836 ** org-table-convert
2838 :CUSTOM_ID: org-table-convert
2841 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2842 - [[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]]
2844 : Convert from `org-mode' table to table.el and back.
2845 : Obviously, this only works within limits. When an Org-mode table is
2846 : converted to table.el, all horizontal separator lines get lost, because
2847 : table.el uses these as cell boundaries and has no notion of horizontal lines.
2848 : A table.el table can be converted to an Org-mode table only if it does not
2849 : do row or column spanning. Multiline cells will become multiple cells.
2850 : Beware, Org-mode does not test if the table can be successfully converted - it
2851 : blindly applies a recipe that works for simple tables.
2852 ** org-change-tag-in-region =(beg end tag off)=
2854 :CUSTOM_ID: org-change-tag-in-region
2857 - *Access:* ~<menu-bar> <Org> <TAGS and Properties> <Change tag in region>~
2858 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
2859 - [[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]]
2861 : Add or remove TAG for each entry in the region.
2862 : This works in the agenda, and also in an org-mode buffer.
2863 ** org-indent-mode =(&optional arg)=
2865 :CUSTOM_ID: org-indent-mode
2868 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-indent.el;hb=HEAD][org-indent.el]]
2869 - [[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]]
2871 : When active, indent text according to outline structure.
2873 : Internally this works by adding `line-prefix' and `wrap-prefix'
2874 : properties, after each buffer modification, on the modified zone.
2876 : The process is synchronous. Though, initial indentation of
2877 : buffer, which can take a few seconds on large buffers, is done
2879 ** org-agenda-previous-line
2881 :CUSTOM_ID: org-agenda-previous-line
2884 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2885 - [[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]]
2887 : Move cursor to the previous line, and show if follow-mode is active.
2888 ** org-attach-reveal =(&optional if-exists)=
2890 :CUSTOM_ID: org-attach-reveal
2893 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
2894 - [[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]]
2896 : Show the attachment directory of the current task in dired.
2897 ** org-table-maybe-recalculate-line
2899 :CUSTOM_ID: org-table-maybe-recalculate-line
2902 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
2903 - [[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]]
2905 : Recompute the current line if marked for it, and if we haven't just done it.
2908 :CUSTOM_ID: org-agenda-mode
2911 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
2912 - [[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]]
2914 : Mode for time-sorted view on action items in Org-mode files.
2916 : The following commands are available:
2921 : C-c Prefix Command
2922 : TAB org-agenda-goto
2923 : C-k org-agenda-kill
2924 : RET org-agenda-switch-to
2925 : C-n org-agenda-next-line
2926 : C-p org-agenda-previous-line
2927 : C-x Prefix Command
2928 : C-_ org-agenda-undo
2929 : SPC org-agenda-show-and-scroll-up
2930 : ! org-agenda-toggle-deadlines
2931 : $ org-agenda-archive
2932 : % org-agenda-bulk-mark-regexp
2933 : * org-agenda-bulk-mark-all
2934 : + org-agenda-priority-up
2935 : , org-agenda-priority
2936 : - org-agenda-priority-down
2937 : . org-agenda-goto-today
2938 : / org-agenda-filter-by-tag
2939 : 0 .. 9 digit-argument
2940 : : org-agenda-set-tags
2941 : ; org-timer-set-timer
2942 : < org-agenda-filter-by-category
2943 : > org-agenda-date-prompt
2944 : ? org-agenda-show-the-flagging-note
2945 : A org-agenda-append-agenda
2946 : B org-agenda-bulk-action
2947 : C org-agenda-convert-date
2948 : D org-agenda-toggle-diary
2949 : E org-agenda-entry-text-mode
2950 : F org-agenda-follow-mode
2951 : G org-agenda-toggle-time-grid
2952 : H org-agenda-holidays
2953 : I org-agenda-clock-in
2954 : J org-agenda-clock-goto
2955 : K org-habit-toggle-habits
2956 : L org-agenda-recenter
2957 : M org-agenda-phases-of-moon
2958 : N org-agenda-next-item
2959 : O org-agenda-clock-out
2960 : P org-agenda-previous-item
2962 : R org-agenda-clockreport-mode
2963 : S org-agenda-sunrise-sunset
2964 : T org-agenda-show-tags
2965 : U org-agenda-bulk-unmark-all
2966 : X org-agenda-clock-cancel
2967 : [ org-agenda-manipulate-query-add
2968 : \ org-agenda-filter-by-tag-refine
2969 : ] org-agenda-manipulate-query-subtract
2970 : ^ org-agenda-filter-by-top-category
2971 : a org-agenda-archive-default-with-confirmation
2972 : b org-agenda-earlier
2973 : c org-agenda-goto-calendar
2974 : d org-agenda-day-view
2975 : e org-agenda-set-effort
2976 : f org-agenda-later
2978 : h org-agenda-holidays
2979 : i org-agenda-diary-entry
2980 : j org-agenda-goto-date
2981 : k org-agenda-capture
2982 : l org-agenda-log-mode
2983 : m org-agenda-bulk-mark
2984 : n org-agenda-next-line
2985 : o delete-other-windows
2986 : p org-agenda-previous-line
2989 : s org-save-all-org-buffers
2991 : u org-agenda-bulk-unmark
2992 : v org-agenda-view-mode-dispatch
2993 : w org-agenda-week-view
2995 : y org-agenda-year-view
2996 : z org-agenda-add-note
2997 : { org-agenda-manipulate-query-add-re
2998 : } org-agenda-manipulate-query-subtract-re
2999 : DEL org-agenda-show-scroll-down
3000 : C-/ org-agenda-undo
3001 : <C-S-left> org-agenda-todo-previousset
3002 : <C-S-right> org-agenda-todo-nextset
3003 : <S-down> org-agenda-priority-down
3004 : <S-left> org-agenda-do-date-earlier
3005 : <S-right> org-agenda-do-date-later
3006 : <S-up> org-agenda-priority-up
3007 : <backspace> org-agenda-show-scroll-down
3008 : <down> org-agenda-next-line
3009 : <mouse-2> org-agenda-goto-mouse
3010 : <mouse-3> org-agenda-show-mouse
3011 : <tab> org-agenda-goto
3012 : <undo> org-agenda-undo
3013 : <up> org-agenda-previous-line
3015 : C-c C-a org-attach
3016 : C-c C-d org-agenda-deadline
3017 : C-c C-n org-agenda-next-date-line
3018 : C-c C-o org-agenda-open-link
3019 : C-c C-p org-agenda-previous-date-line
3020 : C-c C-q org-agenda-set-tags
3021 : C-c C-s org-agenda-schedule
3022 : C-c C-t org-agenda-todo
3023 : C-c C-w org-agenda-refile
3024 : C-c C-x Prefix Command
3025 : C-c C-z org-agenda-add-note
3026 : C-c $ org-agenda-archive
3027 : C-c , org-agenda-show-priority
3029 : C-x C-s org-save-all-org-buffers
3030 : C-x C-w org-agenda-write
3031 : C-x u org-agenda-undo
3033 : C-c C-x C-a org-agenda-archive-default
3034 : C-c C-x C-c org-agenda-columns
3035 : C-c C-x C-e org-clock-modify-effort-estimate
3036 : C-c C-x TAB org-agenda-clock-in
3037 : C-c C-x C-j org-clock-goto
3038 : C-c C-x RET Prefix Command
3039 : C-c C-x C-o org-agenda-clock-out
3040 : C-c C-x C-s org-agenda-archive
3041 : C-c C-x C-x org-agenda-clock-cancel
3042 : C-c C-x ! org-reload
3043 : C-c C-x > org-agenda-remove-restriction-lock
3044 : C-c C-x A org-agenda-archive-to-archive-sibling
3045 : C-c C-x a org-agenda-toggle-archive-tag
3046 : C-c C-x b org-agenda-tree-to-indirect-buffer
3047 : C-c C-x e org-agenda-set-effort
3048 : C-c C-x p org-agenda-set-property
3049 : C-c C-x <down> org-agenda-priority-down
3050 : C-c C-x <left> org-agenda-do-date-earlier
3051 : C-c C-x <right> org-agenda-do-date-later
3052 : C-c C-x <up> org-agenda-priority-up
3054 : C-c C-x RET g org-mobile-pull
3055 : C-c C-x RET p org-mobile-push
3058 ** org-export-icalendar-all-agenda-files
3060 :CUSTOM_ID: org-export-icalendar-all-agenda-files
3063 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-icalendar.el;hb=HEAD][org-icalendar.el]]
3064 - [[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]]
3066 : Export all files in the variable `org-agenda-files' to iCalendar .ics files.
3067 : Each iCalendar file will be located in the same directory as the Org-mode
3068 : file, but with extension `.ics'.
3071 :CUSTOM_ID: org-overview
3074 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3075 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-overview&sr=1][Find modifications in git logs]]
3077 : Switch to overview mode, showing only top-level headlines.
3078 : Really, this shows all headlines with level equal or greater than the level
3079 : of the first headline in the buffer. This is important, because if the
3080 : first headline is not level one, then (hide-sublevels 1) gives confusing
3082 ** org-babel-expand-src-block =(&optional arg info params)=
3084 :CUSTOM_ID: org-babel-expand-src-block
3087 - *Access:* ~C-c C-v v, C-c C-v C-v~
3088 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
3089 - [[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]]
3091 : Expand the current source code block.
3092 : Expand according to the source code block's header
3093 : arguments and pop open the results in a preview buffer.
3094 ** org-bibtex-create-in-current-entry =(&optional arg)=
3096 :CUSTOM_ID: org-bibtex-create-in-current-entry
3099 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]]
3100 - [[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]]
3102 : Add bibliographical data to the current entry.
3103 : With a prefix arg, query for optional fields.
3104 ** org-agenda-show-priority
3106 :CUSTOM_ID: org-agenda-show-priority
3109 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3110 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-priority&sr=1][Find modifications in git logs]]
3112 : Show the priority of the current item.
3113 : This priority is composed of the main priority given with the [#A] cookies,
3114 : and by additional input from the age of a schedules or deadline entry.
3115 ** org-end-of-line =(&optional arg)=
3117 :CUSTOM_ID: org-end-of-line
3121 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3122 - [[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]]
3124 : Go to the end of the line.
3125 : If this is a headline, and `org-special-ctrl-a/e' is set, ignore tags on the
3126 : first attempt, and only move to after the tags when the cursor is already
3127 : beyond the end of the headline.
3128 ** org-mac-message-insert-flagged =(org-buffer org-heading)=
3130 :CUSTOM_ID: org-mac-message-insert-flagged
3133 - *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]]
3134 - [[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]]
3136 : Asks for an org buffer and a heading within it, and replace message links.
3137 : If heading exists, delete all message:// links within heading's first
3138 : level. If heading doesn't exist, create it at point-max. Insert
3139 : list of message:// links to flagged mail after heading.
3140 ** org-attach-attach-mv
3142 :CUSTOM_ID: org-attach-attach-mv
3145 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3146 - [[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]]
3148 : Attach a file by moving (renaming) it.
3149 ** org-update-checkbox-count =(&optional all)=
3151 :CUSTOM_ID: org-update-checkbox-count
3154 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
3155 - [[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]]
3157 : Update the checkbox statistics in the current section.
3158 : This will find all statistic cookies like [57%] and [6/12] and
3159 : update them with the current numbers.
3161 : With optional prefix argument ALL, do this for the whole buffer.
3162 ** org-set-effort =(&optional value increment)=
3164 :CUSTOM_ID: org-set-effort
3167 - *Access:* ~C-c C-x e~
3168 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3169 - [[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]]
3171 : Set the effort property of the current entry.
3172 : With numerical prefix arg, use the nth allowed value, 0 stands for the
3173 : 10th allowed value.
3175 : When INCREMENT is non-nil, set the property to the next allowed value.
3178 :CUSTOM_ID: org-show-entry
3181 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3182 - [[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]]
3184 : Show the body directly following this heading.
3185 : Show the heading too, if it is currently invisible.
3186 ** org-promote-subtree
3188 :CUSTOM_ID: org-promote-subtree
3191 - *Access:* ~C-c C-<~
3192 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3193 - [[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]]
3195 : Promote the entire subtree.
3196 : See also `org-promote'.
3199 :CUSTOM_ID: org-indent-item
3202 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
3203 - [[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]]
3205 : Indent a local list item, but not its children.
3206 : If a region is active, all items inside will be moved.
3207 ** org-attach-open-in-emacs
3209 :CUSTOM_ID: org-attach-open-in-emacs
3212 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3213 - [[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]]
3215 : Open attachment, force opening in Emacs.
3216 : See `org-attach-open'.
3217 ** org-table-move-column-right
3219 :CUSTOM_ID: org-table-move-column-right
3222 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3223 - [[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]]
3225 : Move column to the right.
3226 ** org-emphasize =(&optional char)=
3228 :CUSTOM_ID: org-emphasize
3231 - *Access:* ~C-c C-x C-f, <menu-bar> <Org> <Editing> <Emphasis...>~
3232 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3233 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-emphasize&sr=1][Find modifications in git logs]]
3235 : Insert or change an emphasis, i.e. a font like bold or italic.
3236 : If there is an active region, change that region to a new emphasis.
3237 : If there is no region, just insert the marker characters and position
3238 : the cursor between them.
3239 : CHAR should be either the marker character, or the first character of the
3240 : HTML tag associated with that emphasis. If CHAR is a space, the means
3241 : to remove the emphasis of the selected region.
3242 : If char is not given (for example in an interactive call) it
3243 : will be prompted for.
3244 ** org-speed-move-safe =(cmd)=
3246 :CUSTOM_ID: org-speed-move-safe
3249 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3250 - [[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]]
3252 : Execute CMD, but make sure that the cursor always ends up in a headline.
3253 : If not, return to the original position and throw an error.
3254 ** org-agenda-show-tags
3256 :CUSTOM_ID: org-agenda-show-tags
3259 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3260 - [[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]]
3262 : Show the tags applicable to the current item.
3263 ** org-table-goto-column =(n &optional on-delim force)=
3265 :CUSTOM_ID: org-table-goto-column
3268 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3269 - [[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]]
3271 : Move the cursor to the Nth column in the current table line.
3272 : With optional argument ON-DELIM, stop with point before the left delimiter
3274 : If there are less than N fields, just go to after the last delimiter.
3275 : However, when FORCE is non-nil, create new columns if necessary.
3276 ** org-export-as-utf8-to-buffer =(&rest args)=
3278 :CUSTOM_ID: org-export-as-utf8-to-buffer
3281 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ascii.el;hb=HEAD][org-ascii.el]]
3282 - [[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]]
3284 : Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols.
3285 ** org-move-subtree-up =(&optional arg)=
3287 :CUSTOM_ID: org-move-subtree-up
3290 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3291 - [[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]]
3293 : Move the current subtree up past ARG headlines of the same level.
3294 ** org-timestamp-up-day =(&optional arg)=
3296 :CUSTOM_ID: org-timestamp-up-day
3299 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3300 - [[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]]
3302 : Increase the date in the time stamp by one day.
3303 : With prefix ARG, change that many days.
3304 ** org-protocol-create-for-org
3306 :CUSTOM_ID: org-protocol-create-for-org
3309 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]]
3310 - [[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]]
3312 : Create a org-protocol project for the current file's Org-mode project.
3313 : This works, if the file visited is part of a publishing project in
3314 : `org-publish-project-alist'. This function calls `org-protocol-create' to do
3316 ** org-priority-down
3318 :CUSTOM_ID: org-priority-down
3321 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3322 - [[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]]
3324 : Decrease the priority of the current item.
3327 :CUSTOM_ID: org-up-element
3330 - *Access:* ~C-c C-^~
3331 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3332 - [[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]]
3334 : Move to upper element.
3335 ** org-display-outline-path =(&optional file current)=
3337 :CUSTOM_ID: org-display-outline-path
3340 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3341 - [[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]]
3343 : Display the current outline path in the echo area.
3344 ** org-columns-menu =(event)=
3346 :CUSTOM_ID: org-columns-menu
3349 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
3350 - [[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]]
3353 ** org-table-fedit-ref-left
3355 :CUSTOM_ID: org-table-fedit-ref-left
3358 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3359 - [[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]]
3361 : Shift the reference at point one field to the left.
3362 ** org-backward-heading-same-level =(arg &optional invisible-ok)=
3364 :CUSTOM_ID: org-backward-heading-same-level
3367 - *Access:* ~C-c C-b, <menu-bar> <Org> <Navigate Headings> <Previous Same Level>~
3368 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3369 - [[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]]
3371 : Move backward to the arg'th subheading at same level as this one.
3372 : Stop at the first and last subheadings of a superior heading.
3373 ** org-table-import =(file arg)=
3375 :CUSTOM_ID: org-table-import
3378 - *Access:* ~<menu-bar> <Tbl> <Import from File>~
3379 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3380 - [[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]]
3382 : Import FILE as a table.
3383 : The file is assumed to be tab-separated. Such files can be produced by most
3384 : spreadsheet and database applications. If no tabs (at least one per line)
3385 : are found, lines will be split on whitespace into fields.
3386 ** org-force-self-insert =(N)=
3388 :CUSTOM_ID: org-force-self-insert
3392 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3393 - [[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]]
3395 : Needed to enforce self-insert under remapping.
3396 ** org-toggle-item =(arg)=
3398 :CUSTOM_ID: org-toggle-item
3401 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3402 - [[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]]
3404 : Convert headings or normal lines to items, items to normal lines.
3405 : If there is no active region, only the current line is considered.
3407 : If the first non blank line in the region is an headline, convert
3408 : all headlines to items, shifting text accordingly.
3410 : If it is an item, convert all items to normal lines.
3412 : If it is normal text, change region into an item. With a prefix
3413 : argument ARG, change each line in region into an item.
3414 ** org-shiftmetaup =(&optional arg)=
3416 :CUSTOM_ID: org-shiftmetaup
3419 - *Access:* ~<M-S-up>, <menu-bar> <Org> <Edit Structure> <Move Subtree Up>, <menu-bar> <Tbl> <Row> <Delete Row>~
3420 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3421 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaup&sr=1][Find modifications in git logs]]
3423 : Move subtree up or kill table row.
3424 : Calls `org-move-subtree-up' or `org-table-kill-row' or
3425 : `org-move-item-up' or `org-timestamp-up', depending on context.
3426 : See the individual commands for more information.
3427 ** org-capture-import-remember-templates
3429 :CUSTOM_ID: org-capture-import-remember-templates
3432 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
3433 - [[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]]
3435 : Set org-capture-templates to be similar to `org-remember-templates'.
3436 ** org-agenda-holidays
3438 :CUSTOM_ID: org-agenda-holidays
3441 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3442 - [[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]]
3444 : Display the holidays for the 3 months around the cursor date.
3445 ** org-agenda-todo-nextset
3447 :CUSTOM_ID: org-agenda-todo-nextset
3450 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3451 - [[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]]
3453 : Switch TODO entry to next sequence.
3456 :CUSTOM_ID: orgtbl-ret
3459 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3460 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgtbl-ret&sr=1][Find modifications in git logs]]
3462 : Justification and field motion for `orgtbl-mode'.
3463 ** org-timer-set-timer =(&optional opt)=
3465 :CUSTOM_ID: org-timer-set-timer
3468 - *Access:* ~C-c C-x ;~
3469 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
3470 - [[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]]
3472 : Prompt for a duration and set a timer.
3474 : If `org-timer-default-timer' is not zero, suggest this value as
3475 : the default duration for the timer. If a timer is already set,
3476 : prompt the user if she wants to replace it.
3478 : Called with a numeric prefix argument, use this numeric value as
3479 : the duration of the timer.
3481 : Called with a `C-u' prefix arguments, use `org-timer-default-timer'
3482 : without prompting the user for a duration.
3484 : With two `C-u' prefix arguments, use `org-timer-default-timer'
3485 : without prompting the user for a duration and automatically
3486 : replace any running timer.
3487 ** org-indent-indent-buffer
3489 :CUSTOM_ID: org-indent-indent-buffer
3492 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-indent.el;hb=HEAD][org-indent.el]]
3493 - [[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]]
3495 : Add indentation properties to the accessible part of the buffer.
3498 :CUSTOM_ID: org-customize
3501 - *Access:* ~<menu-bar> <Org> <Customize> <Browse Org Group>~
3502 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3503 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-customize&sr=1][Find modifications in git logs]]
3505 : Call the customize function with org as argument.
3506 ** org-agenda-year-view =(&optional year)=
3508 :CUSTOM_ID: org-agenda-year-view
3511 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3512 - [[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]]
3514 : Switch to yearly view for agenda.
3515 : With argument YEAR, switch to that year.
3516 : If MONTH has more then 2 digits, only the last two encode the
3517 : month. Any digits before this encode a year. So 200712 means
3518 : December year 2007. Years in the range 1938-2037 can also be
3519 : written as 2-digit years.
3520 ** org-attach-delete-one =(&optional file)=
3522 :CUSTOM_ID: org-attach-delete-one
3525 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3526 - [[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]]
3528 : Delete a single attachment.
3529 ** org-shifttab =(&optional arg)=
3531 :CUSTOM_ID: org-shifttab
3534 - *Access:* ~<backtab>, <S-tab>, <S-iso-lefttab>, <menu-bar> <Tbl> <Previous Field>, <menu-bar> <Org> <Show/Hide> <Cycle Global Visibility>~
3535 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3536 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shifttab&sr=1][Find modifications in git logs]]
3538 : Global visibility cycling or move to previous table field.
3539 : Calls `org-cycle' with argument t, or `org-table-previous-field', depending
3541 : See the individual commands for more information.
3542 ** org-cdlatex-underscore-caret =(&optional arg)=
3544 :CUSTOM_ID: org-cdlatex-underscore-caret
3547 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3548 - [[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]]
3550 : Execute `cdlatex-sub-superscript' in LaTeX fragments.
3551 : Revert to the normal definition outside of these fragments.
3552 ** org-table-wrap-region =(arg)=
3554 :CUSTOM_ID: org-table-wrap-region
3557 - *Access:* ~<menu-bar> <Tbl> <Rectangle> <Fill Rectangle>~
3558 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3559 - [[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]]
3561 : Wrap several fields in a column like a paragraph.
3562 : This is useful if you'd like to spread the contents of a field over several
3563 : lines, in order to keep the table compact.
3565 : If there is an active region, and both point and mark are in the same column,
3566 : the text in the column is wrapped to minimum width for the given number of
3567 : lines. Generally, this makes the table more compact. A prefix ARG may be
3568 : used to change the number of desired lines. For example, `C-2 M-x org-table-wrap'
3569 : formats the selected text to two lines. If the region was longer than two
3570 : lines, the remaining lines remain empty. A negative prefix argument reduces
3571 : the current number of lines by that amount. The wrapped text is pasted back
3572 : into the table. If you formatted it to more lines than it was before, fields
3573 : further down in the table get overwritten - so you might need to make space in
3576 : If there is no region, the current field is split at the cursor position and
3577 : the text fragment to the right of the cursor is prepended to the field one
3580 : If there is no region, but you specify a prefix ARG, the current field gets
3581 : blank, and the content is appended to the field above.
3582 ** org-todo-list =(&optional arg)=
3584 :CUSTOM_ID: org-todo-list
3587 - *Access:* ~<menu-bar> <Org> <TODO Lists> <Global TODO list>~
3588 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3589 - [[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]]
3591 : Show all (not done) TODO entries from all agenda file in a single list.
3592 : The prefix arg can be used to select a specific TODO keyword and limit
3593 : the list to these. When using C-u, you will be prompted
3594 : for a keyword. A numeric prefix directly selects the Nth keyword in
3595 : `org-todo-keywords-1'.
3596 ** org-agenda-diary-entry
3598 :CUSTOM_ID: org-agenda-diary-entry
3601 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3602 - [[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]]
3604 : Make a diary entry, like the `i' command from the calendar.
3605 : All the standard commands work: block, weekly etc.
3606 : When `org-agenda-diary-file' points to a file,
3607 : `org-agenda-diary-entry-in-org-file' is called instead to create
3608 : entries in that Org-mode file.
3609 ** org-footnote-goto-previous-reference =(label)=
3611 :CUSTOM_ID: org-footnote-goto-previous-reference
3614 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]]
3615 - [[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]]
3617 : Find the first closest (to point) reference of footnote with label LABEL.
3618 ** org-mouse-show-overview
3620 :CUSTOM_ID: org-mouse-show-overview
3623 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]]
3624 - [[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]]
3626 : Change visibility of current org buffer to first-level headlines only.
3627 ** org-toggle-sticky-agenda =(&optional arg)=
3629 :CUSTOM_ID: org-toggle-sticky-agenda
3632 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3633 - [[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]]
3635 : Toggle `org-agenda-sticky'.
3636 ** org-delete-property-globally =(property)=
3638 :CUSTOM_ID: org-delete-property-globally
3641 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3642 - [[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]]
3644 : Remove PROPERTY globally, from all entries.
3645 ** org-reveal =(&optional siblings)=
3647 :CUSTOM_ID: org-reveal
3650 - *Access:* ~C-c C-r, <menu-bar> <Org> <Show/Hide> <Reveal Context>~
3651 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3652 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-reveal&sr=1][Find modifications in git logs]]
3654 : Show current entry, hierarchy above it, and the following headline.
3655 : This can be used to show a consistent set of context around locations
3656 : exposed with `org-show-hierarchy-above' or `org-show-following-heading'
3657 : not t for the search context.
3659 : With optional argument SIBLINGS, on each level of the hierarchy all
3660 : siblings are shown. This repairs the tree structure to what it would
3661 : look like when opened with hierarchical calls to `org-cycle'.
3662 : With double optional argument C-u C-u, go to the parent and show the
3666 :CUSTOM_ID: org-attach-sync
3669 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
3670 - [[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]]
3672 : Synchronize the current tasks with its attachments.
3673 : This can be used after files have been added externally.
3674 ** org-agenda-priority-up
3676 :CUSTOM_ID: org-agenda-priority-up
3679 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3680 - [[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]]
3682 : Increase the priority of line at point, also in Org-mode file.
3683 ** org-entities-create-table
3685 :CUSTOM_ID: org-entities-create-table
3688 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-entities.el;hb=HEAD][org-entities.el]]
3689 - [[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]]
3691 : Create an Org mode table with all entities.
3692 ** org-clock-goto =(&optional select)=
3694 :CUSTOM_ID: org-clock-goto
3697 - *Access:* ~C-c C-x C-j, <menu-bar> <Org> <Logging work> <Goto running clock>~
3698 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]]
3699 - [[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]]
3701 : Go to the currently clocked-in entry, or to the most recently clocked one.
3702 : With prefix arg SELECT, offer recently clocked tasks for selection.
3703 ** org-agenda-show-the-flagging-note
3705 :CUSTOM_ID: org-agenda-show-the-flagging-note
3708 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3709 - [[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]]
3711 : Display the flagging note in the other window.
3712 : When called a second time in direct sequence, offer to remove the FLAGGING
3713 : tag and (if present) the flagging note.
3714 ** org-table-move-column =(&optional left)=
3716 :CUSTOM_ID: org-table-move-column
3719 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3720 - [[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]]
3722 : Move the current column to the right. With arg LEFT, move to the left.
3723 ** org-table-next-field
3725 :CUSTOM_ID: org-table-next-field
3728 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3729 - [[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]]
3731 : Go to the next field in the current table, creating new lines as needed.
3732 : Before doing so, re-align the table if necessary.
3733 ** org-table-end-of-field =(&optional n)=
3735 :CUSTOM_ID: org-table-end-of-field
3738 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3739 - [[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]]
3741 : Move to the beginning of the current table field.
3742 : If already at or before the beginning, move to the beginning of the
3744 : With numeric argument N, move N-1 fields backward first.
3745 ** org-table-paste-rectangle
3747 :CUSTOM_ID: org-table-paste-rectangle
3750 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3751 - [[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]]
3753 : Paste a rectangular region into a table.
3754 : The upper right corner ends up in the current field. All involved fields
3755 : will be overwritten. If the rectangle does not fit into the present table,
3756 : the table is enlarged as needed. The process ignores horizontal separator
3758 ** org-columns-widen =(arg)=
3760 :CUSTOM_ID: org-columns-widen
3763 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
3764 - [[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]]
3766 : Make the column wider by ARG characters.
3767 ** org-babel-demarcate-block =(&optional arg)=
3769 :CUSTOM_ID: org-babel-demarcate-block
3772 - *Access:* ~C-c C-v d, C-c C-v C-d~
3773 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
3774 - [[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]]
3776 : Wrap or split the code in the region or on the point.
3777 : When called from inside of a code block the current block is
3778 : split. When called from outside of a code block a new code block
3779 : is created. In both cases if the region is demarcated and if the
3780 : region is not active then the point is demarcated.
3781 ** org-edit-src-continue =(e)=
3783 :CUSTOM_ID: org-edit-src-continue
3786 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3787 - [[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]]
3789 : Continue editing source blocks.
3790 ** org-set-tags =(&optional arg just-align)=
3792 :CUSTOM_ID: org-set-tags
3795 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3796 - [[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]]
3798 : Set the tags for the current headline.
3799 : With prefix ARG, realign all tags in headings in the current buffer.
3800 ** org-forward-element
3802 :CUSTOM_ID: org-forward-element
3806 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3807 - [[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]]
3809 : Move forward by one element.
3810 : Move to the next element at the same level, when possible.
3811 ** org-edit-src-code =(&optional context code edit-buffer-name)=
3813 :CUSTOM_ID: org-edit-src-code
3816 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3817 - [[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]]
3819 : Edit the source CODE example at point.
3820 : The example is copied to a separate buffer, and that buffer is
3821 : switched to the correct language mode. When done, exit with
3822 : M-x org-edit-src-exit. This will remove the original code in the
3823 : Org buffer, and replace it with the edited version. An optional
3824 : argument CONTEXT is used by M-x org-edit-src-save when calling
3825 : this function. See `org-src-window-setup' to configure the
3826 : display of windows containing the Org buffer and the code
3828 ** org-babel-execute-buffer =(&optional arg)=
3830 :CUSTOM_ID: org-babel-execute-buffer
3833 - *Access:* ~C-c C-v b, C-c C-v C-b~
3834 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
3835 - [[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]]
3837 : Execute source code blocks in a buffer.
3838 : Call `org-babel-execute-src-block' on every source block in
3839 : the current buffer.
3840 ** org-edit-src-exit =(&optional context)=
3842 :CUSTOM_ID: org-edit-src-exit
3845 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3846 - [[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]]
3848 : Exit special edit and protect problematic lines.
3849 ** org-capture-goto-target =(&optional template-key)=
3851 :CUSTOM_ID: org-capture-goto-target
3854 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]]
3855 - [[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]]
3857 : Go to the target location of a capture template.
3858 : The user is queried for the template.
3859 ** orgtbl-self-insert-command =(N)=
3861 :CUSTOM_ID: orgtbl-self-insert-command
3864 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
3865 - [[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]]
3867 : Like `self-insert-command', use overwrite-mode for whitespace in tables.
3868 : If the cursor is in a table looking at whitespace, the whitespace is
3869 : overwritten, and the table is not marked as requiring realignment.
3870 ** org-babel-lob-execute-maybe
3872 :CUSTOM_ID: org-babel-lob-execute-maybe
3875 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-lob.el;hb=HEAD][ob-lob.el]]
3876 - [[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]]
3878 : Execute a Library of Babel source block, if appropriate.
3879 : Detect if this is context for a Library Of Babel source block and
3880 : if so then run the appropriate source block from the Library.
3881 ** org-agenda-log-mode =(&optional special)=
3883 :CUSTOM_ID: org-agenda-log-mode
3886 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3887 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-log-mode&sr=1][Find modifications in git logs]]
3889 : Toggle log mode in an agenda buffer.
3890 : With argument SPECIAL, show all possible log items, not only the ones
3891 : configured in `org-agenda-log-mode-items'.
3892 : With a double `C-u' prefix arg, show *only* log items, nothing else.
3893 ** org-agenda-show-clocking-issues
3895 :CUSTOM_ID: org-agenda-show-clocking-issues
3898 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
3899 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-clocking-issues&sr=1][Find modifications in git logs]]
3901 : Add overlays, showing issues with clocking.
3902 : See also the user option `org-agenda-clock-consistency-checks'.
3903 ** org-mac-message-insert-link
3905 :CUSTOM_ID: org-mac-message-insert-link
3908 - *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]]
3909 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mac-message-insert-link&sr=1][Find modifications in git logs]]
3911 : Insert a link to the messages currently selected in Mail.app.
3912 : This will use AppleScript to get the message-id and the subject of the
3913 : active mail in Mail.app and make a link out of it.
3914 ** org-src-mode =(&optional arg)=
3916 :CUSTOM_ID: org-src-mode
3919 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]]
3920 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-src-mode&sr=1][Find modifications in git logs]]
3922 : Minor mode for language major mode buffers generated by org.
3923 : This minor mode is turned on in two situations:
3924 : - when editing a source code snippet with "C-c '".
3925 : - When formatting a source code snippet for export with htmlize.
3926 : There is a mode hook, and keybindings for `org-edit-src-exit' and
3927 : `org-edit-src-save'
3928 ** org-timestamp-down-day =(&optional arg)=
3930 :CUSTOM_ID: org-timestamp-down-day
3933 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3934 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timestamp-down-day&sr=1][Find modifications in git logs]]
3936 : Decrease the date in the time stamp by one day.
3937 : With prefix ARG, change that many days.
3938 ** org-timer-reset-timers =[Arg list not available until function definition is loaded.]=
3940 :CUSTOM_ID: org-timer-reset-timers
3943 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
3944 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-reset-timers&sr=1][Find modifications in git logs]]
3946 : Documentation will be available after `org-timer.el' is loaded.
3947 ** org-archive-subtree-default-with-confirmation
3949 :CUSTOM_ID: org-archive-subtree-default-with-confirmation
3952 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]]
3953 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-archive-subtree-default-with-confirmation&sr=1][Find modifications in git logs]]
3955 : Archive the current subtree with the default command.
3956 : This command is set with the variable `org-archive-default-command'.
3957 ** org-tree-to-indirect-buffer =(&optional arg)=
3959 :CUSTOM_ID: org-tree-to-indirect-buffer
3962 - *Access:* ~C-c C-x b, <menu-bar> <Org> <Show/Hide> <Subtree to indirect buffer>~
3963 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3964 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tree-to-indirect-buffer&sr=1][Find modifications in git logs]]
3966 : Create indirect buffer and narrow it to current subtree.
3967 : With numerical prefix ARG, go up to this level and then take that tree.
3968 : If ARG is negative, go up that many levels.
3969 : If `org-indirect-buffer-display' is not `new-frame', the command removes the
3970 : indirect buffer previously made with this command, to avoid proliferation of
3971 : indirect buffers. However, when you call the command with a C-u prefix, or
3972 : when `org-indirect-buffer-display' is `new-frame', the last buffer
3973 : is kept so that you can work with several indirect buffers at the same time.
3974 : If `org-indirect-buffer-display' is `dedicated-frame', the C-u prefix also
3975 : requests that a new frame be made for the new buffer, so that the dedicated
3976 : frame is not changed.
3977 ** org-cdlatex-math-modify =(&optional arg)=
3979 :CUSTOM_ID: org-cdlatex-math-modify
3982 - *Access:* ~<menu-bar> <Org> <LaTeX> <Modify math symbol>~
3983 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3984 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cdlatex-math-modify&sr=1][Find modifications in git logs]]
3986 : Execute `cdlatex-math-modify' in LaTeX fragments.
3987 : Revert to the normal definition outside of these fragments.
3988 ** org-insert-subheading =(arg)=
3990 :CUSTOM_ID: org-insert-subheading
3994 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
3995 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-subheading&sr=1][Find modifications in git logs]]
3997 : Insert a new subheading and demote it.
3998 : Works for outline headings and for plain lists alike.
3999 ** org-table-overlay-coordinates
4001 :CUSTOM_ID: org-table-overlay-coordinates
4004 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
4005 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-overlay-coordinates&sr=1][Find modifications in git logs]]
4007 : Add overlays to the table at point, to show row/column coordinates.
4008 ** org-agenda-cycle-show =(&optional n)=
4010 :CUSTOM_ID: org-agenda-cycle-show
4013 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4014 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-cycle-show&sr=1][Find modifications in git logs]]
4016 : Show the current entry in another window, with default settings.
4017 : Default settings are taken from `org-show-hierarchy-above' and siblings.
4018 : When use repeatedly in immediate succession, the remote entry will cycle
4019 : through visibility
4021 : children -> subtree -> folded
4023 : When called with a numeric prefix arg, that arg will be passed through to
4024 : `org-agenda-show-1'. For the interpretation of that argument, see the
4025 : docstring of `org-agenda-show-1'.
4026 ** org-drag-element-forward
4028 :CUSTOM_ID: org-drag-element-forward
4031 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4032 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-drag-element-forward&sr=1][Find modifications in git logs]]
4034 : Move forward element at point.
4035 ** org-mac-message-get-links =(&optional select-or-flag)=
4037 :CUSTOM_ID: org-mac-message-get-links
4040 - *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]]
4041 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mac-message-get-links&sr=1][Find modifications in git logs]]
4043 : Create links to the messages currently selected or flagged in Mail.app.
4044 : This will use AppleScript to get the message-id and the subject of the
4045 : messages in Mail.app and make a link out of it.
4046 : When SELECT-OR-FLAG is "s", get the selected messages (this is also
4047 : the default). When SELECT-OR-FLAG is "f", get the flagged messages.
4048 : The Org-syntax text will be pushed to the kill ring, and also returned.
4049 ** org-move-item-down
4051 :CUSTOM_ID: org-move-item-down
4054 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
4055 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-move-item-down&sr=1][Find modifications in git logs]]
4057 : Move the item at point down, i.e. swap with following item.
4058 : Sub-items (items with larger indentation) are considered part of
4059 : the item, so this really moves item trees.
4060 ** org-agenda-prepare-buffers =(files)=
4062 :CUSTOM_ID: org-agenda-prepare-buffers
4065 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4066 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-prepare-buffers&sr=1][Find modifications in git logs]]
4068 : Create buffers for all agenda files, protect archived trees and comments.
4069 ** org-export-as-taskjuggler-and-open
4071 :CUSTOM_ID: org-export-as-taskjuggler-and-open
4074 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]]
4075 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-taskjuggler-and-open&sr=1][Find modifications in git logs]]
4077 : Export the current buffer as a TaskJuggler file and open it
4078 : with the TaskJuggler GUI.
4079 ** org-backward-element
4081 :CUSTOM_ID: org-backward-element
4085 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4086 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-backward-element&sr=1][Find modifications in git logs]]
4088 : Move backward by one element.
4089 : Move to the previous element at the same level, when possible.
4090 ** org-footnote-action =(&optional special)=
4092 :CUSTOM_ID: org-footnote-action
4095 - *Access:* ~C-c C-x f, <menu-bar> <Org> <Editing> <Footnote new/jump>~
4096 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]]
4097 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-action&sr=1][Find modifications in git logs]]
4099 : Do the right thing for footnotes.
4101 : When at a footnote reference, jump to the definition.
4103 : When at a definition, jump to the references if they exist, offer
4104 : to create them otherwise.
4106 : When neither at definition or reference, create a new footnote,
4109 : With prefix arg SPECIAL, offer additional commands in a menu.
4110 ** org-agenda-write =(file &optional open nosettings agenda-bufname)=
4112 :CUSTOM_ID: org-agenda-write
4115 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4116 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-write&sr=1][Find modifications in git logs]]
4118 : Write the current buffer (an agenda view) as a file.
4119 : Depending on the extension of the file name, plain text (.txt),
4120 : HTML (.html or .htm) or Postscript (.ps) is produced.
4121 : If the extension is .ics, run icalendar export over all files used
4122 : to construct the agenda and limit the export to entries listed in the
4124 : With prefix argument OPEN, open the new file immediately.
4125 : If NOSETTINGS is given, do not scope the settings of
4126 : `org-agenda-exporter-settings' into the export commands. This is used when
4127 : the settings have already been scoped and we do not wish to overrule other,
4128 : higher priority settings.
4129 : If AGENDA-BUFFER-NAME, use this as the buffer name for the agenda to write.
4130 ** org-agenda-follow-mode
4132 :CUSTOM_ID: org-agenda-follow-mode
4135 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4136 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-follow-mode&sr=1][Find modifications in git logs]]
4138 : Toggle follow mode in an agenda buffer.
4139 ** orgtbl-create-or-convert-from-region =(arg)=
4141 :CUSTOM_ID: orgtbl-create-or-convert-from-region
4144 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
4145 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=orgtbl-create-or-convert-from-region&sr=1][Find modifications in git logs]]
4147 : Create table or convert region to table, if no conflicting binding.
4148 : This installs the table binding `C-c |', but only if there is no
4149 : conflicting binding to this key outside orgtbl-mode.
4150 ** org-shiftmetaright
4152 :CUSTOM_ID: org-shiftmetaright
4155 - *Access:* ~<M-S-right>, <menu-bar> <Org> <Edit Structure> <Demote Subtree>, <menu-bar> <Tbl> <Column> <Insert Column>~
4156 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4157 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaright&sr=1][Find modifications in git logs]]
4159 : Demote subtree or insert table column.
4160 : Calls `org-demote-subtree', `org-indent-item-tree', or
4161 : `org-table-insert-column', depending on context. See the
4162 : individual commands for more information.
4163 ** org-babel-expand-src-block-maybe
4165 :CUSTOM_ID: org-babel-expand-src-block-maybe
4168 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
4169 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-expand-src-block-maybe&sr=1][Find modifications in git logs]]
4171 : Conditionally expand a source block.
4172 : Detect if this is context for a org-babel src-block and if so
4173 : then run `org-babel-expand-src-block'.
4174 ** org-babel-execute-src-block-maybe
4176 :CUSTOM_ID: org-babel-execute-src-block-maybe
4179 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
4180 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-execute-src-block-maybe&sr=1][Find modifications in git logs]]
4182 : Conditionally execute a source block.
4183 : Detect if this is context for a Babel src-block and if so
4184 : then run `org-babel-execute-src-block'.
4185 ** org-setup-comments-handling
4187 :CUSTOM_ID: org-setup-comments-handling
4190 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4191 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-setup-comments-handling&sr=1][Find modifications in git logs]]
4194 ** org-occur =(regexp &optional keep-previous callback)=
4196 :CUSTOM_ID: org-occur
4199 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4200 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-occur&sr=1][Find modifications in git logs]]
4202 : Make a compact tree which shows all matches of REGEXP.
4203 : The tree will show the lines where the regexp matches, and all higher
4204 : headlines above the match. It will also show the heading after the match,
4205 : to make sure editing the matching entry is easy.
4206 : If KEEP-PREVIOUS is non-nil, highlighting and exposing done by a previous
4207 : call to `org-occur' will be kept, to allow stacking of calls to this
4209 : If CALLBACK is non-nil, it is a function which is called to confirm
4210 : that the match should indeed be shown.
4211 ** org-archive-to-archive-sibling
4213 :CUSTOM_ID: org-archive-to-archive-sibling
4216 - *Access:* ~C-c C-x A, <menu-bar> <Org> <Archive> <Move subtree to Archive sibling>~
4217 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]]
4218 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-archive-to-archive-sibling&sr=1][Find modifications in git logs]]
4220 : Archive the current heading by moving it under the archive sibling.
4221 : The archive sibling is a sibling of the heading with the heading name
4222 : `org-archive-sibling-heading' and an `org-archive-tag' tag. If this
4223 : sibling does not exist, it will be created at the end of the subtree.
4224 ** org-kill-line =(&optional arg)=
4226 :CUSTOM_ID: org-kill-line
4230 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4231 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-kill-line&sr=1][Find modifications in git logs]]
4233 : Kill line, to tags or end of line.
4234 ** org-attach-attach =(file &optional visit-dir method)=
4236 :CUSTOM_ID: org-attach-attach
4239 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]]
4240 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-attach&sr=1][Find modifications in git logs]]
4242 : Move/copy/link FILE into the attachment directory of the current task.
4243 : If VISIT-DIR is non-nil, visit the directory with dired.
4244 : METHOD may be `cp', `mv', `ln', or `lns' default taken from
4245 : `org-attach-method'.
4246 ** org-store-agenda-views =(&rest parameters)=
4248 :CUSTOM_ID: org-store-agenda-views
4251 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4252 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-store-agenda-views&sr=1][Find modifications in git logs]]
4255 ** org-mark-ring-push =(&optional pos buffer)=
4257 :CUSTOM_ID: org-mark-ring-push
4261 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4262 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mark-ring-push&sr=1][Find modifications in git logs]]
4264 : Put the current position or POS into the mark ring and rotate it.
4265 ** org-transpose-element
4267 :CUSTOM_ID: org-transpose-element
4271 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4272 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-transpose-element&sr=1][Find modifications in git logs]]
4274 : Transpose current and previous elements, keeping blank lines between.
4275 : Point is moved after both elements.
4276 ** org-table-edit-field =(arg)=
4278 :CUSTOM_ID: org-table-edit-field
4281 - *Access:* ~C-c `, <menu-bar> <Tbl> <Edit Field>~
4282 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
4283 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-edit-field&sr=1][Find modifications in git logs]]
4285 : Edit table field in a different window.
4286 : This is mainly useful for fields that contain hidden parts.
4287 : When called with a C-u prefix, just make the full field visible so that
4288 : it can be edited in place.
4289 ** org-hide-block-toggle-maybe
4291 :CUSTOM_ID: org-hide-block-toggle-maybe
4294 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4295 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-hide-block-toggle-maybe&sr=1][Find modifications in git logs]]
4297 : Toggle visibility of block at point.
4298 ** org-columns-edit-value =(&optional key)=
4300 :CUSTOM_ID: org-columns-edit-value
4303 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
4304 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-edit-value&sr=1][Find modifications in git logs]]
4306 : Edit the value of the property at point in column view.
4307 : Where possible, use the standard interface for changing this line.
4308 ** org-babel-check-src-block
4310 :CUSTOM_ID: org-babel-check-src-block
4313 - *Access:* ~C-c C-v c, C-c C-v C-c~
4314 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
4315 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-check-src-block&sr=1][Find modifications in git logs]]
4317 : Check for misspelled header arguments in the current code block.
4318 ** org-reset-checkbox-state-subtree
4320 :CUSTOM_ID: org-reset-checkbox-state-subtree
4323 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
4324 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-reset-checkbox-state-subtree&sr=1][Find modifications in git logs]]
4326 : Reset all checkboxes in an entry subtree.
4327 ** org-table-cut-region =(beg end)=
4329 :CUSTOM_ID: org-table-cut-region
4332 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
4333 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-cut-region&sr=1][Find modifications in git logs]]
4335 : Copy region in table to the clipboard and blank all relevant fields.
4336 : If there is no active region, use just the field at point.
4337 ** org-replace-region-by-html =(beg end)=
4339 :CUSTOM_ID: org-replace-region-by-html
4342 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]]
4343 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-replace-region-by-html&sr=1][Find modifications in git logs]]
4345 : Assume the current region has org-mode syntax, and convert it to HTML.
4346 : This can be used in any buffer. For example, you could write an
4347 : itemized list in org-mode syntax in an HTML buffer and then use this
4348 : command to convert it.
4349 ** org-agenda-capture
4351 :CUSTOM_ID: org-agenda-capture
4354 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4355 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-capture&sr=1][Find modifications in git logs]]
4357 : Call `org-capture' with the date at point.
4358 ** org-columns-move-right
4360 :CUSTOM_ID: org-columns-move-right
4363 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
4364 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-move-right&sr=1][Find modifications in git logs]]
4366 : Swap this column with the one to the right.
4367 ** org-agenda-toggle-diary
4369 :CUSTOM_ID: org-agenda-toggle-diary
4372 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4373 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-toggle-diary&sr=1][Find modifications in git logs]]
4375 : Toggle diary inclusion in an agenda buffer.
4376 ** org-time-stamp-inactive =(&optional arg)=
4378 :CUSTOM_ID: org-time-stamp-inactive
4381 - *Access:* ~C-c !, <menu-bar> <Org> <Dates and Scheduling> <Timestamp (inactive)>~
4382 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4383 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-time-stamp-inactive&sr=1][Find modifications in git logs]]
4385 : Insert an inactive time stamp.
4386 : An inactive time stamp is enclosed in square brackets instead of angle
4387 : brackets. It is inactive in the sense that it does not trigger agenda entries,
4388 : does not link to the calendar and cannot be changed with the S-cursor keys.
4389 : So these are more for recording a certain time/date.
4390 ** org-check-before-date =(date)=
4392 :CUSTOM_ID: org-check-before-date
4395 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4396 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-check-before-date&sr=1][Find modifications in git logs]]
4398 : Check if there are deadlines or scheduled entries before DATE.
4399 ** org-agenda-Quit =(&optional arg)=
4401 :CUSTOM_ID: org-agenda-Quit
4404 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4405 - [[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]]
4407 : Exit agenda by removing the window or the buffer.
4408 ** org-compute-property-at-point
4410 :CUSTOM_ID: org-compute-property-at-point
4413 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4414 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-compute-property-at-point&sr=1][Find modifications in git logs]]
4416 : Compute the property at point.
4417 : This looks for an enclosing column format, extracts the operator and
4418 : then applies it to the property in the column format's scope.
4419 ** org-timer-pause-or-continue =(&optional stop)=
4421 :CUSTOM_ID: org-timer-pause-or-continue
4424 - *Access:* ~C-c C-x ,, <menu-bar> <Org> <Dates and Scheduling> <Pause/Continue Timer>, <menu-bar> <Org> <Dates and Scheduling> <Stop Timer>~
4425 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]]
4426 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-pause-or-continue&sr=1][Find modifications in git logs]]
4428 : Pause or continue the relative timer.
4429 : With prefix arg STOP, stop it entirely.
4430 ** org-babel-examplize-region =(beg end &optional results-switches)=
4432 :CUSTOM_ID: org-babel-examplize-region
4435 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob.el;hb=HEAD][ob.el]]
4436 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-examplize-region&sr=1][Find modifications in git logs]]
4438 : Comment out region using the inline '==' or ': ' org example quote.
4439 ** org-export-region-as-docbook =(beg end &optional body-only buffer)=
4441 :CUSTOM_ID: org-export-region-as-docbook
4444 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-docbook.el;hb=HEAD][org-docbook.el]]
4445 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-region-as-docbook&sr=1][Find modifications in git logs]]
4447 : Convert region from BEG to END in `org-mode' buffer to DocBook.
4448 : If prefix arg BODY-ONLY is set, omit file header and footer and
4449 : only produce the region of converted text, useful for
4450 : cut-and-paste operations. If BUFFER is a buffer or a string,
4451 : use/create that buffer as a target of the converted DocBook. If
4452 : BUFFER is the symbol `string', return the produced DocBook as a
4453 : string and leave not buffer behind. For example, a Lisp program
4454 : could call this function in the following way:
4456 : (setq docbook (org-export-region-as-docbook beg end t 'string))
4458 : When called interactively, the output buffer is selected, and shown
4459 : in a window. A non-interactive call will only return the buffer.
4460 ** org-columns-delete
4462 :CUSTOM_ID: org-columns-delete
4465 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
4466 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-delete&sr=1][Find modifications in git logs]]
4468 : Delete the column at point from columns view.
4469 ** org-sparse-tree =(&optional arg type)=
4471 :CUSTOM_ID: org-sparse-tree
4474 - *Access:* ~C-c /, <menu-bar> <Org> <Show/Hide> <Sparse Tree...>~
4475 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4476 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-sparse-tree&sr=1][Find modifications in git logs]]
4478 : Create a sparse tree, prompt for the details.
4479 : This command can create sparse trees. You first need to select the type
4480 : of match used to create the tree:
4482 : t Show all TODO entries.
4483 : T Show entries with a specific TODO keyword.
4484 : m Show entries selected by a tags/property match.
4485 : p Enter a property name and its value (both with completion on existing
4486 : names/values) and show entries with that property.
4487 : r Show entries matching a regular expression (`/' can be used as well).
4488 : b Show deadlines and scheduled items before a date.
4489 : a Show deadlines and scheduled items after a date.
4490 : d Show deadlines due within `org-deadline-warning-days'.
4491 : D Show deadlines and scheduled items between a date range.
4492 ** org-content =(&optional arg)=
4494 :CUSTOM_ID: org-content
4497 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4498 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-content&sr=1][Find modifications in git logs]]
4500 : Show all headlines in the buffer, like a table of contents.
4501 : With numerical argument N, show content up to level N.
4502 ** org-insert-columns-dblock
4504 :CUSTOM_ID: org-insert-columns-dblock
4507 - *Access:* ~C-c C-x i, <menu-bar> <Org> <TAGS and Properties> <Insert Column View DBlock>~
4508 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]]
4509 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-columns-dblock&sr=1][Find modifications in git logs]]
4511 : Create a dynamic block capturing a column view table.
4512 ** org-tbl-menu =(event)=
4514 :CUSTOM_ID: org-tbl-menu
4517 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4518 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tbl-menu&sr=1][Find modifications in git logs]]
4521 ** org-agenda-reset-view
4523 :CUSTOM_ID: org-agenda-reset-view
4526 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4527 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-reset-view&sr=1][Find modifications in git logs]]
4529 : Switch to default view for agenda.
4530 ** org-update-statistics-cookies =(all)=
4532 :CUSTOM_ID: org-update-statistics-cookies
4536 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4537 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-update-statistics-cookies&sr=1][Find modifications in git logs]]
4539 : Update the statistics cookie, either from TODO or from checkboxes.
4540 : This should be called with the cursor in a line with a statistics cookie.
4541 ** org-agenda-priority =(&optional force-direction)=
4543 :CUSTOM_ID: org-agenda-priority
4546 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4547 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-priority&sr=1][Find modifications in git logs]]
4549 : Set the priority of line at point, also in Org-mode file.
4550 : This changes the line at point, all other lines in the agenda referring to
4551 : the same tree node, and the headline of the tree node in the Org-mode file.
4554 :CUSTOM_ID: org-next-item
4557 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]]
4558 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-next-item&sr=1][Find modifications in git logs]]
4560 : Move to the beginning of the next item.
4561 : Throw an error when not in a list. Also throw an error when at
4562 : last item, unless `org-list-use-circular-motion' is non-nil.
4563 ** org-yank =(&optional arg)=
4565 :CUSTOM_ID: org-yank
4569 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4570 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-yank&sr=1][Find modifications in git logs]]
4572 : Yank. If the kill is a subtree, treat it specially.
4573 : This command will look at the current kill and check if is a single
4574 : subtree, or a series of subtrees[1]. If it passes the test, and if the
4575 : cursor is at the beginning of a line or after the stars of a currently
4576 : empty headline, then the yank is handled specially. How exactly depends
4577 : on the value of the following variables, both set by default.
4579 : org-yank-folded-subtrees
4580 : When set, the subtree(s) will be folded after insertion, but only
4581 : if doing so would now swallow text after the yanked text.
4583 : org-yank-adjusted-subtrees
4584 : When set, the subtree will be promoted or demoted in order to
4585 : fit into the local outline tree structure, which means that the level
4586 : will be adjusted so that it becomes the smaller one of the two
4587 : *visible* surrounding headings.
4589 : Any prefix to this command will cause `yank' to be called directly with
4590 : no special treatment. In particular, a simple C-u prefix will just
4591 : plainly yank the text as it is.
4593 : [1] The test checks if the first non-white line is a heading
4594 : and if there are no other headings with fewer stars.
4595 ** org-columns-forward-char
4597 :CUSTOM_ID: org-columns-forward-char
4600 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview-xemacs.el;hb=HEAD][org-colview-xemacs.el]]
4601 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-forward-char&sr=1][Find modifications in git logs]]
4604 ** org-agenda-kill-all-agenda-buffers
4606 :CUSTOM_ID: org-agenda-kill-all-agenda-buffers
4609 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4610 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-kill-all-agenda-buffers&sr=1][Find modifications in git logs]]
4612 : Kill all buffers in `org-agena-mode'.
4613 : This is used when toggling sticky agendas. You can also explicitly invoke it
4615 ** org-agenda-show =(&optional full-entry)=
4617 :CUSTOM_ID: org-agenda-show
4620 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]]
4621 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show&sr=1][Find modifications in git logs]]
4623 : Display the Org-mode file which contains the item at point.
4624 : With prefix argument FULL-ENTRY, make the entire entry visible
4625 : if it was hidden in the outline.
4626 ** org-archive-subtree =(&optional find-done)=
4628 :CUSTOM_ID: org-archive-subtree
4632 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]]
4633 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-archive-subtree&sr=1][Find modifications in git logs]]
4635 : Move the current subtree to the archive.
4636 : The archive can be a certain top-level heading in the current file, or in
4637 : a different file. The tree will be moved to that location, the subtree
4638 : heading be marked DONE, and the current time will be added.
4640 : When called with prefix argument FIND-DONE, find whole trees without any
4641 : open TODO items and archive them (after getting confirmation from the user).
4642 : If the cursor is not at a headline when this command is called, try all level
4643 : 1 trees. If the cursor is on a headline, only try the direct children of
4645 ** org-freemind-from-org-mode-node =(node-line mm-file)=
4647 :CUSTOM_ID: org-freemind-from-org-mode-node
4650 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-freemind.el;hb=HEAD][org-freemind.el]]
4651 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-freemind-from-org-mode-node&sr=1][Find modifications in git logs]]
4653 : Convert node at line NODE-LINE to the FreeMind file MM-FILE.
4654 : See `org-freemind-from-org-mode' for more information.
4657 :CUSTOM_ID: org-add-note
4660 - *Access:* ~C-c C-z~
4661 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4662 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-add-note&sr=1][Find modifications in git logs]]
4664 : Add a note to the current entry.
4665 : This is done in the same way as adding a state change note.
4666 ** org-remember-kill
4668 :CUSTOM_ID: org-remember-kill
4671 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-remember.el;hb=HEAD][org-remember.el]]
4672 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remember-kill&sr=1][Find modifications in git logs]]
4674 : Abort the current remember process.
4675 ** org-table-move-row-up
4677 :CUSTOM_ID: org-table-move-row-up
4680 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]]
4681 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-move-row-up&sr=1][Find modifications in git logs]]
4683 : Move table row up.
4684 ** org-at-timestamp-p =(&optional inactive-ok)=
4686 :CUSTOM_ID: org-at-timestamp-p
4689 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]]
4690 - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-at-timestamp-p&sr=1][Find modifications in git logs]]
4692 : Determine if the cursor is in or at a timestamp.
4693 ** org-agenda-convert-date
4695 :CUSTOM_ID: org-agenda-convert-date