#+TITLE: Documentation for Org hooks, commands and options #+AUTHOR: Bastien #+DESCRIPTION: List of all hooks, commands and options #+KEYWORDS: Org hooks, commands and options #+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 * Definitions This page lists *all hooks, commands and options* of Org 8.0. - *Hooks* :: are options containing functions to be run before or after a function. For example, =org-mode-hook= can contain a list of functions to be called after org-mode is turned on. - *Commands* :: are interactive functions that the user can run with =M-x command RET=. Most commands have an associated keybinding, indicated here. Users can bind command to his preferred keybinding. - *Options* :: are variables that the user can set through the =customize= interface. Calling =M-x customize-variable RET= then completing over availables options will open the custom interface, which makes it easy to set an option. These are the main "internals" that the uesr may want to know about, and we list them here for further reference. E.g. You can safely create links to =http://orgmode.org/worg/doc.html#org-agenda= to refer to the documentation of the =org-agenda= command. On top of these symbols, there are other non-interactive /functions/ and /variables/. You can get more documentation about them with =C-h f org- TAB= and =C-h v org- TAB= respectively. * Hooks :PROPERTIES: :CUSTOM_ID: hooks :END: ** org-shiftmetaup-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftmetaup-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-S-up'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-filter-subscript-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-subscript-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-subscript-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded subscript. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-feed-after-adding-hook =nil= :PROPERTIES: :CUSTOM_ID: org-feed-after-adding-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]] - [[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]] : Hook that is run after new items have been added to a file. : Depending on `org-feed-save-after-adding', the buffer will already : have been saved. ** org-export-filter-drawer-functions =nil= :PROPERTIES: :CUSTOM_ID: org-indent-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-drawer-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded drawer. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-node-property-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-node-property-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-node-property-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded node-property. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-ctrl-c-ctrl-c-hook =nil= :PROPERTIES: :CUSTOM_ID: org-ctrl-c-ctrl-c-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `C-c C-c'. : : This can be used to add additional functionality to the C-c C-c : key which executes context-dependent commands. This hook is run : before any other test, while `org-ctrl-c-ctrl-c-final-hook' is : run after the last test. : : Each function will be called with no arguments. The function : must check if the context is appropriate for it to act. If yes, : it should do its thing and then return a non-nil value. If the : context is wrong, just do nothing and return nil. ** org-export-filter-link-functions =nil= :PROPERTIES: :CUSTOM_ID: org-src-mode-on-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-link-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded link. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-capture-after-finalize-hook =nil= :PROPERTIES: :CUSTOM_ID: org-capture-after-finalize-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Hook that is run right after a capture process is finalized. : Suitable for window cleanup. ** org-export-filter-bold-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-bold-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-bold-functions&sr=1][Find modifications in git logs]] : List of functions applied to transcoded bold text. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-define-heading-targets-headline-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-define-heading-targets-headline-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook that is run when a headline was matched during target search. : This is part of the preprocessing for export. ** org-mobile-before-process-capture-hook =nil= :PROPERTIES: :CUSTOM_ID: org-mobile-before-process-capture-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[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]] : Hook that is run after content was moved to `org-mobile-inbox-for-pull'. : The inbox file is visited by the current buffer, and the buffer is : narrowed to the newly captured data. ** org-create-file-search-functions =nil= :PROPERTIES: :CUSTOM_ID: org-create-file-search-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : List of functions to construct the right search string for a file link. : These functions are called in turn with point at the location to : which the link should point. : : A function in the hook should first test if it would like to : handle this file type, for example by checking the `major-mode' : or the file extension. If it decides not to handle this file, it : should just return nil to give other functions a chance. If it : does handle the file, it must return the search string to be used : when following the link. The search string will be part of the : file link, given after a double colon, and `org-open-at-point' : will automatically search for it. If special measures must be : taken to make the search successful, another function should be : added to the companion hook `org-execute-file-search-functions', : which see. : : A function in this hook may also use `setq' to set the variable : `description' to provide a suggestion for the descriptive text to : be used for this link when it gets inserted into an Org-mode : buffer with \[org-insert-link]. ** org-export-preprocess-before-backend-specifics-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-before-backend-specifics-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook run before backend-specific functions are called during preprocessing. ** org-tab-after-check-for-table-hook =nil= :PROPERTIES: :CUSTOM_ID: org-tab-after-check-for-table-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions to attach themselves to TAB. : See `org-ctrl-c-ctrl-c-hook' for more information. : This hook runs after it has been established that the cursor is not in a : table, but before checking if the cursor is in a headline or if global cycling : should be done. : If any function in this hook returns t, not other actions like visibility : cycling will be done. ** org-clock-goto-hook =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-post-command-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Hook run when selecting the currently clocked-in entry. ** org-export-filter-section-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-section-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-section-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded section. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-shiftleft-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftleft-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-left'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-filter-latex-environment-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-latex-environment-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-latex-environment-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded latex-environment. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-ctrl-c-ctrl-c-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-ctrl-c-ctrl-c-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `C-c C-c'. : : This can be used to add additional functionality to the C-c C-c : key which executes context-dependent commands. This hook is run : after any other test, while `org-ctrl-c-ctrl-c-hook' is run : before the first test. : : Each function will be called with no arguments. The function : must check if the context is appropriate for it to act. If yes, : it should do its thing and then return a non-nil value. If the : context is wrong, just do nothing and return nil. ** org-export-filter-footnote-reference-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-footnote-reference-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-footnote-reference-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded footnote-reference. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-export-snippet-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-export-snippet-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-export-snippet-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded export-snippet. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-strike-through-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-strike-through-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-strike-through-functions&sr=1][Find modifications in git logs]] : List of functions applied to transcoded strike-through text. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-keyword-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-keyword-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-keyword-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded keyword. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-agenda-cleanup-fancy-diary-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-after-macros-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Hook run when the fancy diary buffer is cleaned up. ** org-export-filter-radio-target-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-radio-target-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-radio-target-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded radio-target. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-preprocess-after-radio-targets-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-after-radio-targets-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This is run after radio target processing. ** org-export-filter-quote-section-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-quote-section-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-quote-section-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded quote-section. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-preprocess-before-selecting-backend-code-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-before-selecting-backend-code-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This is run just before backend-specific blocks get selected. ** org-export-filter-diary-sexp-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-diary-sexp-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-diary-sexp-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded diary-sexp. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-log-buffer-setup-hook =nil= :PROPERTIES: :CUSTOM_ID: org-log-buffer-setup-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after an Org log buffer is created. ** org-tab-first-hook =nil= :PROPERTIES: :CUSTOM_ID: org-tab-first-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions to attach themselves to TAB. : See `org-ctrl-c-ctrl-c-hook' for more information. : This hook runs as the first action when TAB is pressed, even before : `org-cycle' messes around with the `outline-regexp' to cater for : inline tasks and plain list item folding. : If any function in this hook returns t, any other actions that : would have been caused by TAB (such as table field motion or visibility : cycling) will not occur. ** org-capture-prepare-finalize-hook =nil= :PROPERTIES: :CUSTOM_ID: org-capture-prepare-finalize-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Hook that is run before the finalization starts. : The capture buffer is current and still narrowed. ** org-mobile-post-push-hook =nil= :PROPERTIES: :CUSTOM_ID: org-mobile-post-push-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[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]] : Hook run after running `org-mobile-push'. : If Emacs does not have direct write access to the WebDAV directory used : by the mobile device, this hook should be used to copy all files from the : local staging directory `org-mobile-directory' to the WebDAV directory, : for example using `rsync' or `scp'. ** org-export-filter-plain-list-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-plain-list-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-plain-list-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded plain-list. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-target-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-target-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-target-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded target. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-item-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-item-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-item-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded item. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-line-break-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-line-break-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-line-break-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded line-break. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-mobile-pre-push-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-apply-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[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]] : Hook run before running `org-mobile-push'. : This could be used to clean up `org-mobile-directory', for example to : remove files that used to be included in the agenda but no longer are. : The presence of such files would not really be a problem, but after time : they may accumulate. ** org-open-at-point-functions =nil= :PROPERTIES: :CUSTOM_ID: org-open-at-point-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run when following a link at point. : : Functions in this hook must return t if they identify and follow : a link at point. If they don't find anything interesting at point, : they must return nil. ** org-execute-file-search-functions =nil= :PROPERTIES: :CUSTOM_ID: org-execute-file-search-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : List of functions to execute a file search triggered by a link. : : Functions added to this hook must accept a single argument, the : search string that was part of the file link, the part after the : double colon. The function must first check if it would like to : handle this search, for example by checking the `major-mode' or : the file extension. If it decides not to handle this search, it : should just return nil to give other functions a chance. If it : does handle the search, it must return a non-nil value to keep : other functions from trying. : : Each function can access the current prefix argument through the : variable `current-prefix-arg'. Note that a single prefix is used : to force opening a link in Emacs, so it may be good to only use a : numeric or double prefix to guide the search function. : : In case this is needed, a function in this hook can also restore : the window configuration before `org-open-at-point' was called using: : : (set-window-configuration org-window-config-before-follow-link) ** org-timer-pause-hook =nil= :PROPERTIES: :CUSTOM_ID: org-timer-pause-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run before relative timer is paused. ** org-cycle-hook =(quote (org-cycle-hide-archive...= :PROPERTIES: :CUSTOM_ID: org-cycle-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after `org-cycle' has changed the buffer visibility. : The function(s) in this hook must accept a single argument which indicates : the new state that was set by the most recent `org-cycle' command. The : argument is a symbol. After a global state change, it can have the values : `overview', `contents', or `all'. After a local state change, it can have : the values `folded', `children', or `subtree'. ** org-agenda-before-write-hook =(quote (org-agenda-add-entry-t...= :PROPERTIES: :CUSTOM_ID: org-agenda-before-write-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Hook run in a temporary buffer before writing the agenda to an export file. : A useful function for this hook is `org-agenda-add-entry-text'. ** org-export-filter-src-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-src-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-src-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded src-block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-fixed-width-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-fixed-width-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-fixed-width-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded fixed-width. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-read-date-minibuffer-setup-hook =nil= :PROPERTIES: :CUSTOM_ID: org-read-date-minibuffer-setup-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook to be used to set up keys for the date/time interface. : Add key definitions to `minibuffer-local-map', which will be a : temporary copy. : : WARNING: This option is obsolete, you should use : `org-read-date-minibuffer-local-map' to set up keys. ** org-speed-command-hook =(quote (org-speed-command-defa...= :PROPERTIES: :CUSTOM_ID: org-speed-command-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for activating speed commands at strategic locations. : Hook functions are called in sequence until a valid handler is : found. : : Each hook takes a single argument, a user-pressed command key : which is also a `self-insert-command' from the global map. : : Within the hook, examine the cursor position and the command key : and return nil or a valid handler as appropriate. Handler could : be one of an interactive command, a function, or a form. : : Set `org-use-speed-commands' to non-nil value to enable this : hook. The default setting is `org-speed-command-activate'. ** org-export-preprocess-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : Pretty much the first thing when exporting is running this hook. : Point will be in a temporary buffer that contains a copy of : the original buffer, or of the section that is being exported. : All the other hooks in the org-export-preprocess... category : also work in that temporary buffer, already modified by various : stages of the processing. ** org-tab-before-tab-emulation-hook =nil= :PROPERTIES: :CUSTOM_ID: org-tab-before-tab-emulation-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions to attach themselves to TAB. : See `org-ctrl-c-ctrl-c-hook' for more information. : This hook runs after every other options for TAB have been exhausted, but : before indentation and insertion takes place. ** org-export-filter-special-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-special-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-special-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded special block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-parse-tree-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-parse-tree-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-parse-tree-functions&sr=1][Find modifications in git logs]] : List of functions applied to the parsed tree. : Each filter is called with three arguments: the parse tree, as : returned by `org-element-parse-buffer', the back-end, as : a symbol, and the communication channel, as a plist. It must : return the modified parse tree to transcode. ** org-export-filter-export-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-export-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-export-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded export-block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-capture-before-finalize-hook =nil= :PROPERTIES: :CUSTOM_ID: org-capture-before-finalize-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Hook that is run right before a capture process is finalized. : The capture buffer is still current when this hook runs and it is : widened to the entire buffer. ** org-blocker-hook =nil= :PROPERTIES: :CUSTOM_ID: org-blocker-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions that are allowed to block a state change. : : Functions in this hook should not modify the buffer. : Each function gets as its single argument a property list, : see `org-trigger-hook' for more information about this list. : : If any of the functions in this hook returns nil, the state change : is blocked. ** org-checkbox-statistics-hook =nil= :PROPERTIES: :CUSTOM_ID: org-checkbox-statistics-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Hook that is run whenever Org thinks checkbox statistics should be updated. : This hook runs even if checkbox rule in : `org-list-automatic-rules' does not apply, so it can be used to : implement alternative ways of collecting statistics : information. ** org-metaright-hook =nil= :PROPERTIES: :CUSTOM_ID: org-metaright-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-right'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-babel-pre-tangle-hook =(quote (save-buffer))= :PROPERTIES: :CUSTOM_ID: org-babel-pre-tangle-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[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]] : Hook run at the beginning of `org-babel-tangle'. ** org-occur-hook =(quote (org-first-headline-rec...= :PROPERTIES: :CUSTOM_ID: org-occur-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after `org-occur' has constructed a sparse tree. : This can be used to recenter the window to show as much of the structure : as possible. ** org-font-lock-hook =nil= :PROPERTIES: :CUSTOM_ID: org-font-lock-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Functions to be called for special font lock stuff. ** org-export-filter-table-row-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-table-row-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-table-row-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded table-row. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-metaleft-hook =nil= :PROPERTIES: :CUSTOM_ID: org-metaleft-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-left'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-timer-set-hook =nil= :PROPERTIES: :CUSTOM_ID: org-timer-set-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run after countdown timer is set. ** org-mobile-post-pull-hook =nil= :PROPERTIES: :CUSTOM_ID: org-mobile-post-pull-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[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]] : Hook run after running `org-mobile-pull', only if new items were found. : If Emacs does not have direct write access to the WebDAV directory used : by the mobile device, this hook should be used to copy the emptied : capture file `mobileorg.org' back to the WebDAV directory, for example : using `rsync' or `scp'. ** org-after-tags-change-hook =nil= :PROPERTIES: :CUSTOM_ID: org-after-tags-change-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after the tags in a line have changed. ** org-trigger-hook =nil= :PROPERTIES: :CUSTOM_ID: org-trigger-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions that are triggered by a state change. : : Each function gets as its single argument a property list with at : least the following elements: : : (:type type-of-change :position pos-at-entry-start : :from old-state :to new-state) : : Depending on the type, more properties may be present. : : This mechanism is currently implemented for: : : TODO state changes : ------------------ : :type todo-state-change : :from previous state (keyword as a string), or nil, or a symbol : 'todo' or 'done', to indicate the general type of state. : :to new state, like in :from ** org-shiftright-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftright-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-right'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-mobile-pre-pull-hook =nil= :PROPERTIES: :CUSTOM_ID: org-mobile-pre-pull-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[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]] : Hook run before executing `org-mobile-pull'. : If Emacs does not have direct write access to the WebDAV directory used : by the mobile device, this hook should be used to copy the capture file : `mobileorg.org' from the WebDAV location to the local staging : directory `org-mobile-directory'. ** org-after-promote-entry-hook =nil= :PROPERTIES: :CUSTOM_ID: org-after-promote-entry-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook run after an entry has been promoted. : The cursor will be at the beginning of the entry. : When a subtree is being promoted, the hook will be called for each node. ** org-open-link-functions =nil= :PROPERTIES: :CUSTOM_ID: org-open-link-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions finding a plain text link. : These functions must take a single argument, the link content. : They will be called for links that look like [[link text][description]] : when LINK TEXT does not have a protocol like "http:" and does not look : like a filename (e.g. "./blue.png"). : : These functions will be called *before* Org attempts to resolve the : link by doing text searches in the current buffer - so if you want a : link "[[target]]" to still find "<>", your function should : handle this as a special case. : : When the function does handle the link, it must return a non-nil value. : If it decides that it is not responsible for this link, it must return : nil to indicate that that Org-mode can continue with other options : like exact and fuzzy text search. ** org-export-preprocess-after-include-files-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-after-include-files-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This is run after the contents of included files have been inserted. ** org-insert-heading-hook =nil= :PROPERTIES: :CUSTOM_ID: org-insert-heading-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook being run after inserting a new heading. ** org-property-allowed-value-functions =nil= :PROPERTIES: :CUSTOM_ID: org-property-allowed-value-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions supplying allowed values for a specific property. : The functions must take a single argument, the name of the property, and : return a flat list of allowed values. If ":ETC" is one of : the values, this means that these values are intended as defaults for : completion, but that other values should be allowed too. : The functions must return nil if they are not responsible for this : property. ** org-timer-continue-hook =nil= :PROPERTIES: :CUSTOM_ID: org-timer-continue-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run after relative timer is continued. ** org-after-demote-entry-hook =nil= :PROPERTIES: :CUSTOM_ID: org-after-demote-entry-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook run after an entry has been demoted. : The cursor will be at the beginning of the entry. : When a subtree is being demoted, the hook will be called for each node. ** org-shiftdown-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftdown-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-down'. : This one runs after all other options except shift-select have been excluded. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-feed-before-adding-hook =nil= :PROPERTIES: :CUSTOM_ID: org-feed-before-adding-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]] - [[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]] : Hook that is run before adding new feed items to a file. : You might want to commit the file in its current state to version control, : for example. ** org-todo-statistics-hook =nil= :PROPERTIES: :CUSTOM_ID: org-todo-statistics-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run whenever Org thinks TODO statistics should be updated. : This hook runs even if there is no statistics cookie present, in which case : `org-after-todo-statistics-hook' would not run. ** org-metaup-hook =nil= :PROPERTIES: :CUSTOM_ID: org-metaup-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-up'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-reveal-start-hook =nil= :PROPERTIES: :CUSTOM_ID: org-cdlatex-mode-on-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook run before revealing a location. ** org-shiftmetadown-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-stack-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-S-down'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-filter-inlinetask-functions =nil= :PROPERTIES: :CUSTOM_ID: org-beamer-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-inlinetask-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded inlinetask. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-preprocess-before-normalizing-links-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-before-normalizing-links-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This hook is run before links are normalized. ** org-export-filter-paragraph-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-paragraph-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-paragraph-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded paragraph. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-example-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-example-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-example-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded example-block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-preprocess-after-blockquote-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-after-blockquote-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This is run after blockquote/quote/verse/center have been marked : with cookies. ** org-export-filter-code-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-code-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-code-functions&sr=1][Find modifications in git logs]] : List of functions applied to transcoded code text. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-babel-after-execute-hook =nil= :PROPERTIES: :CUSTOM_ID: org-indent-mode-off-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Hook for functions to be called after `org-babel-execute-src-block' ** org-babel-post-tangle-hook =nil= :PROPERTIES: :CUSTOM_ID: org-babel-post-tangle-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[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]] : Hook run in code files tangled by `org-babel-tangle'. ** org-agenda-after-show-hook =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-after-show-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Normal hook run after an item has been shown from the agenda. : Point is in the buffer where the item originated. ** org-clock-in-hook =nil= :PROPERTIES: :CUSTOM_ID: org-clock-in-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Hook run when starting the clock. ** org-export-preprocess-after-headline-targets-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-after-headline-targets-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing export buffer. : This is run just after the headline targets have been defined and : the target-alist has been set up. ** org-clock-cancel-hook =nil= :PROPERTIES: :CUSTOM_ID: org-table-follow-field-mode-on-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Hook run when cancelling the current clock. ** org-export-filter-superscript-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-superscript-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-superscript-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded superscript. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-load-hook =nil= :PROPERTIES: :CUSTOM_ID: org-load-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after org.el has been loaded. ** org-agenda-entry-text-cleanup-hook =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-entry-text-cleanup-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Hook that is run after basic cleanup of entry text to be shown in agenda. : This cleanup is done in a temporary buffer, so the function may inspect and : change the entire buffer. : Some default stuff like drawers and scheduling/deadline dates will already : have been removed when this is called, as will any matches for regular : expressions listed in `org-agenda-entry-text-exclude-regexps'. ** org-export-filter-entity-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-entity-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-entity-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded entity. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-property-changed-functions =nil= :PROPERTIES: :CUSTOM_ID: org-property-changed-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook called when the value of a property has changed. : Each hook function should accept two arguments, the name of the property : and the new value. ** org-export-filter-center-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-center-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-center-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded center block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-verbatim-functions =nil= :PROPERTIES: :CUSTOM_ID: org-babel-speed-command-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-verbatim-functions&sr=1][Find modifications in git logs]] : List of functions applied to transcoded verbatim text. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-html-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-html-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[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]] : Hook run at the end of HTML export, in the new buffer. ** org-export-filter-options-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-options-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-options-functions&sr=1][Find modifications in git logs]] : List of functions applied to the export options. : Each filter is called with two arguments: the export options, as : a plist, and the back-end, as a symbol. It must return : a property list containing export options. ** org-babel-tangle-body-hook =nil= :PROPERTIES: :CUSTOM_ID: org-babel-tangle-body-hook :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[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]] : Hook run over the contents of each code block body. ** org-clock-out-hook =nil= :PROPERTIES: :CUSTOM_ID: org-clock-out-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Hook run when stopping the current clock. ** org-export-preprocess-after-tree-selection-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-after-tree-selection-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This is run after selection of trees to be exported has happened. : This selection includes tags-based selection, as well as removal : of commented and archived trees. ** org-timer-start-hook =nil= :PROPERTIES: :CUSTOM_ID: org-timer-start-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run after relative timer is started. ** org-after-refile-insert-hook =nil= :PROPERTIES: :CUSTOM_ID: org-beamer-mode-on-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook run after `org-refile' has inserted its stuff at the new location. : Note that this is still *before* the stuff will be removed from : the *old* location. ** org-export-before-parsing-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-before-parsing-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-before-parsing-hook&sr=1][Find modifications in git logs]] : Hook run before parsing an export buffer. : : This is run after include keywords and macros have been expanded : and Babel code blocks executed, on a copy of the original buffer : being exported. Visibility and narrowing are preserved. Point : is at the beginning of the buffer. : : Every function in this hook will be called with one argument: the : back-end currently used, as a symbol. ** org-export-filter-horizontal-rule-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-horizontal-rule-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-horizontal-rule-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded horizontal-rule. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-inline-src-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-inline-src-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-inline-src-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded inline-src-block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-first-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-first-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook called as the first thing in each exporter. : Point will be still in the original buffer. : Good for general initialization ** org-mode-hook =nil= :PROPERTIES: :CUSTOM_ID: org-speed-command-default-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Mode hook for Org-mode, run after the mode was turned on. ** org-shiftup-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftup-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-up'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-filter-underline-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-underline-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-underline-functions&sr=1][Find modifications in git logs]] : List of functions applied to transcoded underline text. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-shiftup-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftup-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-up'. : This one runs after all other options except shift-select have been excluded. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-timer-done-hook =nil= :PROPERTIES: :CUSTOM_ID: org-display-inline-modification-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run after countdown timer reaches zero. ** org-export-filter-inline-babel-call-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-inline-babel-call-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-inline-babel-call-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded inline-babel-call. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-shiftmetaleft-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftmetaleft-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-S-left'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-agenda-mode-hook =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Hook run after `org-agenda-mode' is turned on. : The buffer is still writable when this hook is called. ** org-export-filter-comment-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-comment-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-comment-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded comment-block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-headline-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-headline-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-headline-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded headline. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-timestamp-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-timestamp-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-timestamp-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded timestamp. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-clock-before-select-task-hook =nil= :PROPERTIES: :CUSTOM_ID: org-clock-before-select-task-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Hook called in task selection just before prompting the user. ** org-icalendar-after-save-hook =nil= :PROPERTIES: :CUSTOM_ID: org-icalendar-after-save-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-after-save-hook&sr=1][Find modifications in git logs]] : Hook run after an iCalendar file has been saved. : This hook is run with the name of the file as argument. A good : way to use this is to tell a desktop calendar application to : re-read the iCalendar file. ** org-export-filter-table-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-table-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-table-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded table. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-timer-stop-hook =nil= :PROPERTIES: :CUSTOM_ID: org-timer-stop-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run before relative timer is stopped. ** org-finalize-agenda-hook =nil= :PROPERTIES: :CUSTOM_ID: org-finalize-agenda-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-finalize-agenda-hook&sr=1][Find modifications in git logs]] ** org-follow-link-hook =nil= :PROPERTIES: :CUSTOM_ID: org-follow-link-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after a link has been followed. ** org-font-lock-set-keywords-hook =nil= :PROPERTIES: :CUSTOM_ID: org-src-mode-off-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Functions that can manipulate `org-font-lock-extra-keywords'. : This is called after `org-font-lock-extra-keywords' is defined, but before : it is installed to be used by font lock. This can be useful if something : needs to be inserted at a specific position in the font-lock sequence. ** org-timer-cancel-hook =nil= :PROPERTIES: :CUSTOM_ID: org-timer-cancel-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Hook run before countdown timer is canceled. ** org-export-taskjuggler-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-taskjuggler-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]] - [[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]] : Hook run at the end of TaskJuggler export, in the new buffer. ** org-shiftleft-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftleft-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-left'. : This one runs after all other options except shift-select have been excluded. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-before-processing-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-before-processing-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-before-processing-hook&sr=1][Find modifications in git logs]] : Hook run at the beginning of the export process. : : This is run before include keywords and macros are expanded and : Babel code blocks executed, on a copy of the original buffer : being exported. Visibility and narrowing are preserved. Point : is at the beginning of the buffer. : : Every function in this hook will be called with one argument: the : back-end currently used, as a symbol. ** org-export-filter-verse-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-verse-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-verse-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded verse block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-final-output-functions =nil= :PROPERTIES: :CUSTOM_ID: org-table-follow-field-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-final-output-functions&sr=1][Find modifications in git logs]] : List of functions applied to the transcoded string. : Each filter is called with three arguments: the full transcoded : string, the back-end, as a symbol, and the communication channel, : as a plist. It must return a string that will be used as the : final export output. ** org-export-filter-latex-fragment-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-latex-fragment-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-latex-fragment-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded latex-fragment. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-quote-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-quote-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-quote-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded quote block. : Each filter is called with three arguments: the transcoded quote : data, as a string, the back-end, as a symbol, and the : communication channel, as a plist. It must return a string or : nil. ** org-todo-get-default-hook =nil= :PROPERTIES: :CUSTOM_ID: org-todo-get-default-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions that get a default item for todo. : Each function takes arguments (NEW-MARK OLD-MARK) and returns either : nil or a string to be used for the todo mark. ** org-pre-cycle-hook =nil= :PROPERTIES: :CUSTOM_ID: org-pre-cycle-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run before visibility cycling is happening. : The function(s) in this hook must accept a single argument which indicates : the new state that will be set right after running this hook. The : argument is a symbol. Before a global state change, it can have the values : `overview', `content', or `all'. Before a local state change, it can have : the values `folded', `children', or `subtree'. ** org-export-filter-dynamic-block-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-dynamic-block-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-dynamic-block-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded dynamic-block. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-babel-call-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-babel-call-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-babel-call-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded babel-call. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-metadown-hook =nil= :PROPERTIES: :CUSTOM_ID: org-metadown-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-down'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-shiftdown-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftdown-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-down'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-filter-italic-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-italic-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-italic-functions&sr=1][Find modifications in git logs]] : List of functions applied to transcoded italic text. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-statistics-cookie-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-statistics-cookie-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-statistics-cookie-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded statistics-cookie. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-tab-after-check-for-cycling-hook =nil= :PROPERTIES: :CUSTOM_ID: org-tab-after-check-for-cycling-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions to attach themselves to TAB. : See `org-ctrl-c-ctrl-c-hook' for more information. : This hook runs after it has been established that not table field motion and : not visibility should be done because of current context. This is probably : the place where a package like yasnippets can hook in. ** org-clock-in-prepare-hook =nil= :PROPERTIES: :CUSTOM_ID: org-clock-in-prepare-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Hook run when preparing the clock. : This hook is run before anything happens to the task that : you want to clock in. For example, you can use this hook : to add an effort property. ** org-capture-mode-hook =nil= :PROPERTIES: :CUSTOM_ID: org-capture-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Hook for the minor `org-capture-mode'. ** org-export-filter-footnote-definition-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-footnote-definition-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-footnote-definition-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded footnote-definition. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-agenda-finalize-hook =nil= :PROPERTIES: :CUSTOM_ID: org-capture-mode-on-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Hook run just before displaying an agenda buffer. : The buffer is still writable when the hook is called. : : You can modify some of the buffer substrings but you should be : extra careful not to modify the text properties of the agenda : headlines as the agenda display heavily relies on them. ** org-export-filter-planning-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-planning-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-planning-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded planning. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-src-mode-hook =nil= :PROPERTIES: :CUSTOM_ID: org-src-mode-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[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]] : Hook run after Org switched a source code snippet to its Emacs mode. : This hook will run : : - when editing a source code snippet with "C-c '". : - When formatting a source code snippet for export with htmlize. : : You may want to use this hook for example to turn off `outline-minor-mode' : or similar things which you want to have when editing a source code file, : but which mess up the display of a snippet in Org exported files. ** org-export-html-after-blockquotes-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-html-after-blockquotes-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[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]] : Hook run during HTML export, after blockquote, verse, center are done. ** org-export-filter-table-cell-functions =nil= :PROPERTIES: :CUSTOM_ID: org-indent-mode-on-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-table-cell-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded table-cell. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-after-todo-state-change-hook =nil= :PROPERTIES: :CUSTOM_ID: org-after-todo-state-change-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook which is run after the state of a TODO item was changed. : The new state (a string with a TODO keyword, or nil) is available in the : Lisp variable `org-state'. ** org-export-blocks-postblock-hook =nil= :PROPERTIES: :CUSTOM_ID: org-capture-mode-off-hook :END: - *Since:* Emacs version 24.1 - *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]] - [[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]] : Run after blocks have been processed with `org-export-blocks-preprocess'. ** org-ctags-open-link-functions =(quote (org-ctags-find-tag org...= :PROPERTIES: :CUSTOM_ID: org-ctags-open-link-functions :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]] - [[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]] : List of functions to be prepended to ORG-OPEN-LINK-FUNCTIONS when ORG-CTAGS is active. ** org-export-preprocess-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Hook for preprocessing an export buffer. : This is run as the last thing in the preprocessing buffer, just before : returning the buffer string to the backend. ** org-shiftright-final-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftright-final-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `S-right'. : This one runs after all other options except shift-select have been excluded. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-export-filter-plain-text-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-plain-text-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-plain-text-functions&sr=1][Find modifications in git logs]] : List of functions applied to plain text. : Each filter is called with three arguments: a string which : contains no Org syntax, the back-end, as a symbol, and the : communication channel, as a plist. It must return a string or : nil. ** org-agenda-bulk-custom-functions =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-custom-functions :END: - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Alist of characters and custom functions for bulk actions. : For example, this value makes those two functions available: : : '((?R set-category) : (?C bulk-cut)) : : With selected entries in an agenda buffer, `B R' will call : the custom function `set-category' on the selected entries. : Note that functions in this alist don't need to be quoted. ** org-export-filter-property-drawer-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-property-drawer-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-property-drawer-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded property-drawer. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-after-sorting-entries-or-items-hook =nil= :PROPERTIES: :CUSTOM_ID: org-table-follow-field-mode-off-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is run after a bunch of entries or items have been sorted. : When children are sorted, the cursor is in the parent line when this : hook gets called. When a region or a plain list is sorted, the cursor : will be in the first entry of the sorted region/list. ** org-shiftmetaright-hook =nil= :PROPERTIES: :CUSTOM_ID: org-shiftmetaright-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-S-right'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-metareturn-hook =nil= :PROPERTIES: :CUSTOM_ID: org-metareturn-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions attaching themselves to `M-RET'. : See `org-ctrl-c-ctrl-c-hook' for more information. ** org-todo-setup-filter-hook =nil= :PROPERTIES: :CUSTOM_ID: org-todo-setup-filter-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook for functions that pre-filter todo specs. : Each function takes a todo spec and returns either nil or the spec : transformed into canonical form. ** org-store-link-functions =nil= :PROPERTIES: :CUSTOM_ID: org-store-link-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : List of functions that are called to create and store a link. : Each function will be called in turn until one returns a non-nil : value. Each function should check if it is responsible for creating : this link (for example by looking at the major mode). : If not, it must exit and return nil. : If yes, it should return a non-nil value after a calling : `org-store-link-props' with a list of properties and values. : Special properties are: : : :type The link prefix, like "http". This must be given. : :link The link, like "http://www.astro.uva.nl/~dominik". : This is obligatory as well. : :description Optional default description for the second pair : of brackets in an Org-mode link. The user can still change : this when inserting this link into an Org-mode buffer. : : In addition to these, any additional properties can be specified : and then used in capture templates. ** org-after-todo-statistics-hook =nil= :PROPERTIES: :CUSTOM_ID: org-after-todo-statistics-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Hook that is called after a TODO statistics cookie has been updated. : Each function is called with two arguments: the number of not-done entries : and the number of done entries. : : For example, the following function, when added to this hook, will switch : an entry to DONE when all children are done, and back to TODO when new : entries are set to a TODO status. Note that this hook is only called : when there is a statistics cookie in the headline! : : (defun org-summary-todo (n-done n-not-done) : "Switch entry to DONE when all subentries are done, to TODO otherwise." : (let (org-log-done org-log-states) ; turn off logging : (org-todo (if (= n-not-done 0) "DONE" "TODO")))) : ** org-export-filter-comment-functions =nil= :PROPERTIES: :CUSTOM_ID: org-add-hook :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-comment-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded comment. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. ** org-export-filter-clock-functions =nil= :PROPERTIES: :CUSTOM_ID: org-export-filter-clock-functions :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-filter-clock-functions&sr=1][Find modifications in git logs]] : List of functions applied to a transcoded clock. : Each filter is called with three arguments: the transcoded data, : as a string, the back-end, as a symbol, and the communication : channel, as a plist. It must return a string or nil. * Commands :PROPERTIES: :CUSTOM_ID: commands :END: ** org-attach-new =(file)= :PROPERTIES: :CUSTOM_ID: org-attach-new :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Create a new attachment FILE for the current task. : The attachment is created as an Emacs buffer. ** org-agenda-sunrise-sunset =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-sunrise-sunset :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Display sunrise and sunset for the cursor date. : Latitude and longitude can be specified with the variables : `calendar-latitude' and `calendar-longitude'. When called with prefix : argument, latitude and longitude will be prompted for. ** org-agenda-exit :PROPERTIES: :CUSTOM_ID: org-agenda-exit :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Exit the agenda and restore the window configuration. : Also kill Org-mode buffers loaded by `org-agenda'. Org-mode : buffers visited directly by the user will not be touched. ** org-html-export-as-html =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-html-export-as-html :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-export-as-html&sr=1][Find modifications in git logs]] : Export current buffer to an HTML buffer. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting buffer should be accessible : through the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "" and "" tags. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Export is done in a buffer named "*Org HTML Export*", which : will be displayed when `org-export-show-temporary-export-buffer' : is non-nil. ** org-set-tags-to =(data)= :PROPERTIES: :CUSTOM_ID: org-set-tags-to :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Set the tags of the current entry to DATA, replacing the current tags. : DATA may be a tags string like :aa:bb:cc:, or a list of tags. : If DATA is nil or the empty string, any tags will be removed. ** org-protocol-create =(&optional project-plist)= :PROPERTIES: :CUSTOM_ID: org-protocol-create :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]] - [[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]] : Create a new org-protocol project interactively. : An org-protocol project is an entry in : `org-protocol-project-alist' which is used by : `org-protocol-open-source'. Optionally use PROJECT-PLIST to : initialize the defaults for this project. If PROJECT-PLIST is : the cdr of an element in `org-publish-project-alist', reuse : :base-directory, :html-extension and :base-extension. ** org-clone-subtree-with-time-shift =(n &optional shift)= :PROPERTIES: :CUSTOM_ID: org-clone-subtree-with-time-shift :END: - *Access:* ~C-c C-x c, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Clone the task (subtree) at point N times. : The clones will be inserted as siblings. : : In interactive use, the user will be prompted for the number of : clones to be produced. When called with a universal prefix argument : and if the entry has a timestamp, the user will also be prompted for : a time shift, which may be a repeater as used in time stamps, for : example `+3d'. : : When a valid repeater is given and the entry contains any time : stamps, the clones will become a sequence in time, with time : stamps in the subtree shifted for each clone produced. If SHIFT : is nil or the empty string, time stamps will be left alone. The : ID property of the original subtree is removed. : : If the original subtree did contain time stamps with a repeater, : the following will happen: : - the repeater will be removed in each clone : - an additional clone will be produced, with the current, unshifted : date(s) in the entry. : - the original entry will be placed *after* all the clones, with : repeater intact. : - the start days in the repeater in the original entry will be shifted : to past the last clone. : In this way you can spell out a number of instances of a repeating task, : and still retain the repeater to cover future instances of the task. ** org-agenda-goto =(&optional highlight)= :PROPERTIES: :CUSTOM_ID: org-agenda-goto :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Go to the Org-mode file which contains the item at point. ** org-w3m-copy-for-org-mode :PROPERTIES: :CUSTOM_ID: org-w3m-copy-for-org-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-w3m.el;hb=HEAD][org-w3m.el]] - [[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]] : Copy current buffer content or active region with `org-mode' style links. : This will encode `link-title' and `link-location' with : `org-make-link-string', and insert the transformed test into the kill ring, : so that it can be yanked into an Org-mode buffer with links working correctly. ** org-shiftcontrolright :PROPERTIES: :CUSTOM_ID: org-shiftcontrolright :END: - *Access:* ~, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftcontrolright&sr=1][Find modifications in git logs]] : Switch to next TODO set. ** org-clock-in =(&optional select start-time)= :PROPERTIES: :CUSTOM_ID: org-clock-in :END: - *Access:* ~C-c C-x TAB, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Start the clock on the current item. : If necessary, clock-out of the currently active clock. : With a prefix argument SELECT (C-u), offer a list of recently clocked : tasks to clock into. When SELECT is C-u C-u, clock into the current task : and mark it as the default task, a special task that will always be offered : in the clocking selection, associated with the letter `d'. : When SELECT is C-u C-u C-u, clock in by using the last clock-out : time as the start time (see `org-clock-continuously' to : make this the default behavior.) ** org-priority-up :PROPERTIES: :CUSTOM_ID: org-priority-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Increase the priority of the current item. ** org-todo =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-todo :END: - *Access:* ~C-c C-t, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo&sr=1][Find modifications in git logs]] : Change the TODO state of an item. : The state of an item is given by a keyword at the start of the heading, : like : *** TODO Write paper : *** DONE Call mom : : The different keywords are specified in the variable `org-todo-keywords'. : By default the available states are "TODO" and "DONE". : So for this example: when the item starts with TODO, it is changed to DONE. : When it starts with DONE, the DONE is removed. And when neither TODO nor : DONE are present, add TODO at the beginning of the heading. : : With C-u prefix arg, use completion to determine the new state. : With numeric prefix arg, switch to that state. : With a double C-u prefix, switch to the next set of TODO keywords (nextset). : With a triple C-u prefix, circumvent any state blocking. : With a numeric prefix arg of 0, inhibit note taking for the change. : : For calling through lisp, arg is also interpreted in the following way: : 'none -> empty state : ""(empty string) -> switch to empty state : 'done -> switch to DONE : 'nextset -> switch to the next set of keywords : 'previousset -> switch to the previous set of keywords : "WAITING" -> switch to the specified keyword, but only if it : really is a member of `org-todo-keywords'. ** org-remove-file =(&optional file)= :PROPERTIES: :CUSTOM_ID: org-remove-file :END: - *Access:* ~C-c ], ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Remove current file from the list of files in variable `org-agenda-files'. : These are the files which are being checked for agenda entries. : Optional argument FILE means use this file instead of the current. ** org-agenda-quit :PROPERTIES: :CUSTOM_ID: org-agenda-quit :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Exit the agenda and restore the window configuration. : When `org-agenda-sticky' is non-nil, only bury the agenda. ** org-show-subtree :PROPERTIES: :CUSTOM_ID: org-show-subtree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Show everything after this heading at deeper levels. ** org-timer-start =(&optional offset)= :PROPERTIES: :CUSTOM_ID: org-timer-start :END: - *Access:* ~C-c C-x 0, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Set the starting time for the relative timer to now. : When called with prefix argument OFFSET, prompt the user for an offset time, : with the default taken from a timer stamp at point, if any. : If OFFSET is a string or an integer, it is directly taken to be the offset : without user interaction. : When called with a double prefix arg, all timer strings in the active : region will be shifted by a specific amount. You will be prompted for : the amount, with the default to make the first timer string in : the region 0:00:00. ** org-ctrl-c-star :PROPERTIES: :CUSTOM_ID: org-ctrl-c-star :END: - *Access:* ~C-c *~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Compute table, or change heading status of lines. : Calls `org-table-recalculate' or `org-toggle-heading', : depending on context. ** org-metaright =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-metaright :END: - *Access:* ~, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaright&sr=1][Find modifications in git logs]] : Demote a subtree, a list item or move table column to right. : In front of a drawer or a block keyword, indent it correctly. : With no specific context, calls the Emacs default `forward-word'. : See the individual commands for more information. ** org-agenda-bulk-mark =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-mark :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Mark the entry at point for future bulk action. ** org-insert-link =(&optional complete-file link-location default-description)= :PROPERTIES: :CUSTOM_ID: org-insert-link :END: - *Access:* ~C-c C-l, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert a link. At the prompt, enter the link. : : Completion can be used to insert any of the link protocol prefixes like : http or ftp in use. : : The history can be used to select a link previously stored with : `org-store-link'. When the empty string is entered (i.e. if you just : press RET at the prompt), the link defaults to the most recently : stored link. As SPC triggers completion in the minibuffer, you need to : use M-SPC or C-q SPC to force the insertion of a space character. : : You will also be prompted for a description, and if one is given, it will : be displayed in the buffer instead of the link. : : If there is already a link at point, this command will allow you to edit link : and description parts. : : With a C-u prefix, prompts for a file to link to. The file name can : be selected using completion. The path to the file will be relative to the : current directory if the file is in the current directory or a subdirectory. : Otherwise, the link will be the absolute path as completed in the minibuffer : (i.e. normally ~/path/to/file). You can configure this behavior using the : option `org-link-file-path-type'. : : With two C-u prefixes, enforce an absolute path even if the file is in : the current directory or below. : : With three C-u prefixes, negate the meaning of : `org-keep-stored-link-after-insertion'. : : If `org-make-link-description-function' is non-nil, this function will be : called with the link target, and the result will be the default : link description. : : If the LINK-LOCATION parameter is non-nil, this value will be : used as the link location instead of reading one interactively. : : If the DEFAULT-DESCRIPTION parameter is non-nil, this value will : be used as the default description. ** org-babel-exp-src-block =(&rest headers)= :PROPERTIES: :CUSTOM_ID: org-babel-exp-src-block :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-exp.el;hb=HEAD][ob-exp.el]] - [[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]] : Process source block for export. : Depending on the 'export' headers argument, replace the source : code block like this: : : both ---- display the code and the results : : code ---- the default, display the code inside the block but do : not process : : results - just like none only the block is run on export ensuring : that it's results are present in the org-mode buffer : : none ---- do not display either code or results upon export : : Assume point is at the beginning of block's starting line. ** org-toggle-time-stamp-overlays :PROPERTIES: :CUSTOM_ID: org-toggle-time-stamp-overlays :END: - *Access:* ~C-c C-x C-t, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Toggle the use of custom time stamp formats. ** org-agenda =(&optional arg org-keys restriction)= :PROPERTIES: :CUSTOM_ID: org-agenda :END: - *Access:* ~ , C-c a~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda&sr=1][Find modifications in git logs]] : Dispatch agenda commands to collect entries to the agenda buffer. : Prompts for a command to execute. Any prefix arg will be passed : on to the selected command. The default selections are: : : a Call `org-agenda-list' to display the agenda for current day or week. : t Call `org-todo-list' to display the global todo list. : T Call `org-todo-list' to display the global todo list, select only : entries with a specific TODO keyword (the user gets a prompt). : m Call `org-tags-view' to display headlines with tags matching : a condition (the user is prompted for the condition). : M Like `m', but select only TODO entries, no ordinary headlines. : L Create a timeline for the current buffer. : e Export views to associated files. : s Search entries for keywords. : S Search entries for keywords, only with TODO keywords. : / Multi occur across all agenda files and also files listed : in `org-agenda-text-search-extra-files'. : < Restrict agenda commands to buffer, subtree, or region. : Press several times to get the desired effect. : > Remove a previous restriction. : # List "stuck" projects. : ! Configure what "stuck" means. : C Configure custom agenda commands. : : More commands can be added by configuring the variable : `org-agenda-custom-commands'. In particular, specific tags and TODO keyword : searches can be pre-defined in this way. : : If the current buffer is in Org-mode and visiting a file, you can also : first press `<' once to indicate that the agenda should be temporarily : (until the next use of C-c a) restricted to the current file. : Pressing `<' twice means to restrict to the current subtree or region : (if active). ** org-date-from-calendar :PROPERTIES: :CUSTOM_ID: org-date-from-calendar :END: - *Access:* ~C-c <, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert time stamp corresponding to cursor date in *Calendar* buffer. : If there is already a time stamp at the cursor position, update it. ** org-timestamp-up =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-timestamp-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Increase the date item at the cursor by one. : If the cursor is on the year, change the year. If it is on the month, : the day or the time, change that. : With prefix ARG, change by that many units. ** org-occur-in-agenda-files =(regexp &optional nlines)= :PROPERTIES: :CUSTOM_ID: org-occur-in-agenda-files :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Call `multi-occur' with buffers for all agenda files. ** org-agenda-filter-remove-all :PROPERTIES: :CUSTOM_ID: org-agenda-filter-remove-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-remove-all&sr=1][Find modifications in git logs]] : Remove all filters from the current agenda buffer. ** org-babel-tangle =(&optional arg target-file lang)= :PROPERTIES: :CUSTOM_ID: org-babel-tangle :END: - *Access:* ~C-c C-v t, C-c C-v C-t~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[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]] : Write code blocks to source-specific files. : Extract the bodies of all source code blocks from the current : file into their own source-specific files. : With one universal prefix argument, only tangle the block at point. : When two universal prefix arguments, only tangle blocks for the : tangle file of the block at point. : Optional argument TARGET-FILE can be used to specify a default : export file for all source blocks. Optional argument LANG can be : used to limit the exported source code blocks by language. ** org-mode :PROPERTIES: :CUSTOM_ID: org-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mode&sr=1][Find modifications in git logs]] : Outline-based notes management and organizer, alias : "Carsten's outline-mode for keeping track of everything." : : Org-mode develops organizational tasks around a NOTES file which : contains information about projects as plain text. Org-mode is : implemented on top of outline-mode, which is ideal to keep the content : of large files well structured. It supports ToDo items, deadlines and : time stamps, which magically appear in the diary listing of the Emacs : calendar. Tables are easily created with a built-in table editor. : Plain text URL-like links connect to websites, emails (VM), Usenet : messages (Gnus), BBDB entries, and any files related to the project. : For printing and sharing of notes, an Org-mode file (or a part of it) : can be exported as a structured ASCII or HTML file. : : The following commands are available: : : key binding : --- ------- : : C-a org-beginning-of-line : C-c Prefix Command : C-e org-end-of-line : TAB org-cycle : C-j org-return-indent : C-k org-kill-line : RET org-return : C-y org-yank : ESC Prefix Command : | org-force-self-insert : C-# org-table-rotate-recalc-marks : C-' org-cycle-agenda-files : C-, org-cycle-agenda-files : org-shiftcontroldown : org-shiftcontrolleft : org-insert-todo-heading-respect-content : org-shiftcontrolright : org-shiftcontrolup : org-insert-heading-respect-content : org-force-cycle-archived : org-shiftmetadown : org-shiftmetaleft : org-insert-todo-heading : org-shiftmetaright : org-shiftmetaup : org-metadown : org-metaleft : org-meta-return : org-metaright : org-metaup : org-shiftdown : org-shifttab : org-shiftleft : org-mouse-yank-link : org-table-copy-down : org-shiftright : org-shifttab : org-shiftup : org-shifttab : org-mouse-down-mouse : org-mouse-yank-link : org-mouse-show-context-menu : Prefix Command : org-cycle : : C-M-i pcomplete : M-RET org-insert-heading : C-M-t org-transpose-element : M-a org-backward-sentence : M-e org-forward-sentence : M-h org-mark-element : M-{ org-backward-element : M-} org-forward-element : : C-c C-a org-attach : C-c C-b org-backward-heading-same-level : C-c C-c org-ctrl-c-ctrl-c : C-c C-d org-deadline : C-c C-e org-export-dispatch : C-c C-f org-forward-heading-same-level : C-c C-j org-goto : C-c C-k org-kill-note-or-show-branches : C-c C-l org-insert-link : C-c RET org-ctrl-c-ret : C-c C-o org-open-at-point : C-c C-q org-set-tags-command : C-c C-r org-reveal : C-c C-s org-schedule : C-c C-t org-todo : C-c C-v Prefix Command : C-c C-w org-refile : C-c C-x Prefix Command : C-c C-y org-evaluate-time-range : C-c C-z org-add-note : C-c ESC Prefix Command : C-c C-^ org-up-element : C-c C-_ org-down-element : C-c SPC org-table-blank-field : C-c ! org-time-stamp-inactive : C-c # org-update-statistics-cookies : C-c $ org-archive-subtree : C-c % org-mark-ring-push : C-c & org-mark-ring-goto : C-c ' org-edit-special : C-c * org-ctrl-c-star : C-c + org-table-sum : C-c , org-priority : C-c - org-ctrl-c-minus : C-c . org-time-stamp : C-c / org-sparse-tree : C-c : org-toggle-fixed-width-section : C-c ; org-toggle-comment : C-c < org-date-from-calendar : C-c = org-table-eval-formula : C-c > org-goto-calendar : C-c ? org-table-field-info : C-c @ org-mark-subtree : C-c [ org-agenda-file-to-front : C-c \ org-match-sparse-tree : C-c ] org-remove-file : C-c ^ org-sort : C-c ` org-table-edit-field : C-c { org-table-toggle-formula-debugger : C-c | org-table-create-or-convert-from-region : C-c } org-table-toggle-coordinate-overlays : C-c ~ org-table-create-with-table.el : C-c C-* org-list-make-subtree : : org-delete-backward-char : org-delete-char : org-open-line : : org-backward-heading-same-level : org-demote-subtree : : org-forward-heading-same-level : : org-ctrl-c-ret : org-mark-subtree : org-promote-subtree : org-self-insert-command : org-kill-note-or-show-branches : org-show-subtree : org-transpose-words : : C-c C-a show-all : (that binding is currently shadowed by another mode) : C-c C-b outline-backward-same-level : (that binding is currently shadowed by another mode) : C-c C-c hide-entry : (that binding is currently shadowed by another mode) : C-c C-d hide-subtree : (that binding is currently shadowed by another mode) : C-c C-e show-entry : (that binding is currently shadowed by another mode) : C-c C-f outline-forward-same-level : (that binding is currently shadowed by another mode) : C-c TAB show-children : C-c C-k show-branches : (that binding is currently shadowed by another mode) : C-c C-l hide-leaves : (that binding is currently shadowed by another mode) : C-c RET outline-insert-heading : (that binding is currently shadowed by another mode) : C-c C-n outline-next-visible-heading : C-c C-o hide-other : (that binding is currently shadowed by another mode) : C-c C-p outline-previous-visible-heading : C-c C-q hide-sublevels : (that binding is currently shadowed by another mode) : C-c C-s show-subtree : (that binding is currently shadowed by another mode) : C-c C-t hide-body : (that binding is currently shadowed by another mode) : C-c C-u outline-up-heading : C-c C-v outline-move-subtree-down : (that binding is currently shadowed by another mode) : C-c C-^ outline-move-subtree-up : (that binding is currently shadowed by another mode) : C-c @ outline-mark-subtree : (that binding is currently shadowed by another mode) : C-c C-< outline-promote : C-c C-> outline-demote : : C-M-i ispell-complete-word : (that binding is currently shadowed by another mode) : : C-c C-M-l org-insert-all-links : C-c M-b org-previous-block : C-c M-f org-next-block : C-c M-w org-copy : : C-c C-v C-a org-babel-sha1-hash : C-c C-v C-b org-babel-execute-buffer : C-c C-v C-c org-babel-check-src-block : C-c C-v C-d org-babel-demarcate-block : C-c C-v C-e org-babel-execute-maybe : C-c C-v C-f org-babel-tangle-file : C-c C-v TAB org-babel-view-src-block-info : C-c C-v C-j org-babel-insert-header-arg : C-c C-v C-l org-babel-load-in-session : C-c C-v C-n org-babel-next-src-block : C-c C-v C-o org-babel-open-src-block-result : C-c C-v C-p org-babel-previous-src-block : C-c C-v C-r org-babel-goto-named-result : C-c C-v C-s org-babel-execute-subtree : C-c C-v C-t org-babel-tangle : C-c C-v C-u org-babel-goto-src-block-head : C-c C-v C-v org-babel-expand-src-block : C-c C-v C-x org-babel-do-key-sequence-in-edit-buffer : C-c C-v C-z org-babel-switch-to-session : C-c C-v ESC Prefix Command : C-c C-v I org-babel-view-src-block-info : C-c C-v a org-babel-sha1-hash : C-c C-v b org-babel-execute-buffer : C-c C-v c org-babel-check-src-block : C-c C-v d org-babel-demarcate-block : C-c C-v e org-babel-execute-maybe : C-c C-v f org-babel-tangle-file : C-c C-v g org-babel-goto-named-src-block : C-c C-v h org-babel-describe-bindings : C-c C-v i org-babel-lob-ingest : C-c C-v j org-babel-insert-header-arg : C-c C-v l org-babel-load-in-session : C-c C-v n org-babel-next-src-block : C-c C-v o org-babel-open-src-block-result : C-c C-v p org-babel-previous-src-block : C-c C-v r org-babel-goto-named-result : C-c C-v s org-babel-execute-subtree : C-c C-v t org-babel-tangle : C-c C-v u org-babel-goto-src-block-head : C-c C-v v org-babel-expand-src-block : C-c C-v x org-babel-do-key-sequence-in-edit-buffer : C-c C-v z org-babel-switch-to-session-with-code : : C-c C-x C-a org-archive-subtree-default : C-c C-x C-b org-toggle-checkbox : C-c C-x C-c org-columns : C-c C-x C-d org-clock-display : C-c C-x C-e org-clock-modify-effort-estimate : C-c C-x C-f org-emphasize : C-c C-x TAB org-clock-in : C-c C-x C-j org-clock-goto : C-c C-x C-l org-preview-latex-fragment : C-c C-x RET Prefix Command : C-c C-x C-n org-next-link : C-c C-x C-o org-clock-out : C-c C-x C-p org-previous-link : C-c C-x C-q org-clock-cancel : C-c C-x C-r org-clock-report : C-c C-x C-s org-advertized-archive-subtree : C-c C-x C-t org-toggle-time-stamp-overlays : C-c C-x C-u org-dblock-update : C-c C-x C-v org-toggle-inline-images : C-c C-x C-w org-cut-special : C-c C-x C-x org-clock-in-last : C-c C-x C-y org-paste-special : C-c C-x C-z org-resolve-clocks : C-c C-x ESC Prefix Command : C-c C-x ! org-reload : C-c C-x , org-timer-pause-or-continue : C-c C-x - org-timer-item : C-c C-x . org-timer : C-c C-x 0 org-timer-start : C-c C-x : org-timer-cancel-timer : C-c C-x ; org-timer-set-timer : C-c C-x < org-agenda-set-restriction-lock : C-c C-x > org-agenda-remove-restriction-lock : C-c C-x A org-archive-to-archive-sibling : C-c C-x E org-inc-effort : C-c C-x G org-feed-goto-inbox : C-c C-x P org-set-property-and-value : C-c C-x [ org-reftex-citation : C-c C-x \ org-toggle-pretty-entities : C-c C-x _ org-timer-stop : C-c C-x a org-toggle-archive-tag : C-c C-x b org-tree-to-indirect-buffer : C-c C-x c org-clone-subtree-with-time-shift : C-c C-x d org-insert-drawer : C-c C-x e org-set-effort : C-c C-x f org-footnote-action : C-c C-x g org-feed-update-all : C-c C-x i org-insert-columns-dblock : C-c C-x o org-toggle-ordered-property : C-c C-x p org-set-property : C-c C-x q org-toggle-tags-groups : C-c C-x t org-inlinetask-insert-task : C-c C-x v org-copy-visible : : C-c C-v C-M-h org-babel-mark-block : : C-c C-x C-M-v org-redisplay-inline-images : C-c C-x M-w org-copy-special : : C-c C-x RET g org-mobile-pull : C-c C-x RET p org-mobile-push : : : : In addition to any hooks its parent mode `outline-mode' might have run, : this mode runs the hook `org-mode-hook', as the final step : during initialization. ** org-beginning-of-item-list :PROPERTIES: :CUSTOM_ID: org-beginning-of-item-list :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Go to the beginning item of the current list or sublist. : Throw an error when not in a list. ** org-babel-open-src-block-result =(&optional re-run)= :PROPERTIES: :CUSTOM_ID: org-babel-open-src-block-result :END: - *Access:* ~C-c C-v C-o, C-c C-v o~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : If `point' is on a src block then open the results of the : source code block, otherwise return nil. With optional prefix : argument RE-RUN the source-code block is evaluated even if : results already exist. ** org-time-stamp =(arg &optional inactive)= :PROPERTIES: :CUSTOM_ID: org-time-stamp :END: - *Access:* ~C-c ., ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Prompt for a date/time and insert a time stamp. : If the user specifies a time like HH:MM or if this command is : called with at least one prefix argument, the time stamp contains : the date and the time. Otherwise, only the date is be included. : : All parts of a date not specified by the user is filled in from : the current date/time. So if you just press return without : typing anything, the time stamp will represent the current : date/time. : : If there is already a timestamp at the cursor, it will be : modified. : : With two universal prefix arguments, insert an active timestamp : with the current time without prompting the user. ** org-list-to-generic =(list params)= :PROPERTIES: :CUSTOM_ID: org-list-to-generic :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Convert a LIST parsed through `org-list-parse-list' to other formats. : Valid parameters PARAMS are: : : :ustart String to start an unordered list : :uend String to end an unordered list : : :ostart String to start an ordered list : :oend String to end an ordered list : : :dstart String to start a descriptive list : :dend String to end a descriptive list : :dtstart String to start a descriptive term : :dtend String to end a descriptive term : :ddstart String to start a description : :ddend String to end a description : : :splice When set to t, return only list body lines, don't wrap : them into :[u/o]start and :[u/o]end. Default is nil. : : :istart String to start a list item. : :icount String to start an item with a counter. : :iend String to end a list item : :isep String to separate items : :lsep String to separate sublists : :csep String to separate text from a sub-list : : :cboff String to insert for an unchecked check-box : :cbon String to insert for a checked check-box : :cbtrans String to insert for a check-box in transitional state : : :nobr Non-nil means remove line breaks in lists items. : : Alternatively, each parameter can also be a form returning : a string. These sexp can use keywords `counter' and `depth', : representing respectively counter associated to the current : item, and depth of the current sub-list, starting at 0. : Obviously, `counter' is only available for parameters applying to : items. ** org-forward-heading-same-level =(arg &optional invisible-ok)= :PROPERTIES: :CUSTOM_ID: org-forward-heading-same-level :END: - *Access:* ~C-c C-f, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move forward to the ARG'th subheading at same level as this one. : Stop at the first and last subheadings of a superior heading. : Normally this only looks at visible headings, but when INVISIBLE-OK is : non-nil it will also look at invisible ones. ** org-insert-todo-subheading =(arg)= :PROPERTIES: :CUSTOM_ID: org-insert-todo-subheading :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert a new subheading with TODO keyword or checkbox and demote it. : Works for outline headings and for plain lists alike. ** org-clock-in-last =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-clock-in-last :END: - *Access:* ~C-c C-x C-x~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Clock in the last closed clocked item. : When already clocking in, send an warning. : With a universal prefix argument, select the task you want to : clock in from the last clocked in tasks. : With two universal prefix arguments, start clocking using the : last clock-out time, if any. : With three universal prefix arguments, interactively prompt : for a todo state to switch to, overriding the existing value : `org-clock-in-switch-to-state'. ** org-create-customize-menu :PROPERTIES: :CUSTOM_ID: org-create-customize-menu :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Create a full customization menu for Org-mode, insert it into the menu. ** org-agenda-bulk-mark-regexp =(regexp)= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-mark-regexp :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Mark entries matching REGEXP for future agenda bulk action. ** org-info =(&optional node)= :PROPERTIES: :CUSTOM_ID: org-info :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-info&sr=1][Find modifications in git logs]] : Read documentation for Org-mode in the info system. : With optional NODE, go directly to that node. ** org-table-create =(&optional size)= :PROPERTIES: :CUSTOM_ID: org-table-create :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Query for a size and insert a table skeleton. : SIZE is a string Columns x Rows like for example "3x2". ** org-insert-heading-after-current :PROPERTIES: :CUSTOM_ID: org-insert-heading-after-current :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert a new heading with same level as current, after current subtree. ** org-id-store-link :PROPERTIES: :CUSTOM_ID: org-id-store-link :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]] - [[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]] : Store a link to the current entry, using its ID. ** org-columns-get-format =(&optional fmt-string)= :PROPERTIES: :CUSTOM_ID: org-columns-get-format :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] ** org-kill-note-or-show-branches :PROPERTIES: :CUSTOM_ID: org-kill-note-or-show-branches :END: - *Access:* ~C-c C-k~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : If this is a Note buffer, abort storing the note. Else call `show-branches'. ** org-agenda-date-prompt =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-date-prompt :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Change the date of this item. Date is prompted for, with default today. : The prefix ARG is passed to the `org-time-stamp' command and can therefore : be used to request time specification in the time stamp. ** org-beamer-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-beamer-export-to-pdf :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-beamer.el;hb=HEAD][ox-beamer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beamer-export-to-pdf&sr=1][Find modifications in git logs]] : Export current buffer as a Beamer presentation (PDF). : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return PDF file's name. ** org-babel-goto-named-result =(name)= :PROPERTIES: :CUSTOM_ID: org-babel-goto-named-result :END: - *Access:* ~C-c C-v C-r, C-c C-v r~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Go to a named result. ** org-bibtex-search =(string)= :PROPERTIES: :CUSTOM_ID: org-bibtex-search :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[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]] : Search for bibliographical entries in agenda files. : This function relies `org-search-view' to locate results. ** org-toggle-custom-properties-visibility :PROPERTIES: :CUSTOM_ID: org-toggle-custom-properties-visibility :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Display or hide properties in `org-custom-properties'. ** org-agenda-manipulate-query-subtract-re :PROPERTIES: :CUSTOM_ID: org-agenda-manipulate-query-subtract-re :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Manipulate the query by adding a search regexp with negative selection. : Negative selection means regexp must not match for selection of an entry. ** org-capture-string =(string &optional keys)= :PROPERTIES: :CUSTOM_ID: org-capture-string :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Capture STRING with the template selected by KEYS. ** org-copy :PROPERTIES: :CUSTOM_ID: org-copy :END: - *Access:* ~C-c M-w~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-copy&sr=1][Find modifications in git logs]] : Like `org-refile', but copy. ** org-list-send-list =(&optional maybe)= :PROPERTIES: :CUSTOM_ID: org-list-send-list :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Send a transformed version of this list to the receiver position. : With argument MAYBE, fail quietly if no transformation is defined : for this list. ** org-capture-mode =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-capture-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Minor mode for special key bindings in a capture buffer. : : Turning on this mode runs the normal hook `org-capture-mode-hook'. ** org-table-fedit-menu =(event)= :PROPERTIES: :CUSTOM_ID: org-table-fedit-menu :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Org Edit Formulas Menu ** org-first-sibling-p :PROPERTIES: :CUSTOM_ID: org-first-sibling-p :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Is this heading the first child of its parents? ** org-ctrl-c-minus :PROPERTIES: :CUSTOM_ID: org-ctrl-c-minus :END: - *Access:* ~C-c -, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert separator line in table or modify bullet status of line. : Also turns a plain line or a region of lines into list items. : Calls `org-table-insert-hline', `org-toggle-item', or : `org-cycle-list-bullet', depending on context. ** org-return-indent :PROPERTIES: :CUSTOM_ID: org-return-indent :END: - *Access:* ~C-j~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Goto next table row or insert a newline and indent. : Calls `org-table-next-row' or `newline-and-indent', depending on : context. See the individual commands for more information. ** org-agenda-todo =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-todo :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Cycle TODO state of line at point, also in Org-mode file. : This changes the line at point, all other lines in the agenda referring to : the same tree node, and the headline of the tree node in the Org-mode file. ** org-export-preprocess-string =(string &rest parameters)= :PROPERTIES: :CUSTOM_ID: org-export-preprocess-string :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[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]] : Cleanup STRING so that the true exported has a more consistent source. : This function takes STRING, which should be a buffer-string of an org-file : to export. It then creates a temporary buffer where it does its job. : The result is then again returned as a string, and the exporter works : on this string to produce the exported version. ** org-agenda-date-earlier-minutes =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-date-earlier-minutes :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Change the time of this item, in units of `org-time-stamp-rounding-minutes'. ** org-inlinetask-demote :PROPERTIES: :CUSTOM_ID: org-inlinetask-demote :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-inlinetask.el;hb=HEAD][org-inlinetask.el]] - [[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]] : Demote the inline task at point. : If the task has an end part, also demote it. ** org-toggle-timestamp-type :PROPERTIES: :CUSTOM_ID: org-toggle-timestamp-type :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Toggle the type ( or [inactive]) of a time stamp. ** org-ctags-all-tags-in-current-tags-table :PROPERTIES: :CUSTOM_ID: org-ctags-all-tags-in-current-tags-table :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]] - [[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]] : Read all tags defined in the active TAGS file, into a list of strings. : Return the list. ** org-attach-attach-ln :PROPERTIES: :CUSTOM_ID: org-attach-attach-ln :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Attach a file by creating a hard link to it. : Beware that this does not work on systems that do not support hard links. : On some systems, this apparently does copy the file instead. ** org-table-convert :PROPERTIES: :CUSTOM_ID: org-table-convert :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Convert from `org-mode' table to table.el and back. : Obviously, this only works within limits. When an Org-mode table is : converted to table.el, all horizontal separator lines get lost, because : table.el uses these as cell boundaries and has no notion of horizontal lines. : A table.el table can be converted to an Org-mode table only if it does not : do row or column spanning. Multiline cells will become multiple cells. : Beware, Org-mode does not test if the table can be successfully converted - it : blindly applies a recipe that works for simple tables. ** org-latex-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-latex-export-to-pdf :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-export-to-pdf&sr=1][Find modifications in git logs]] : Export current buffer to LaTeX then process through to PDF. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return PDF file's name. ** org-change-tag-in-region =(beg end tag off)= :PROPERTIES: :CUSTOM_ID: org-change-tag-in-region :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Add or remove TAG for each entry in the region. : This works in the agenda, and also in an org-mode buffer. ** org-md-export-as-markdown =(&optional async subtreep visible-only)= :PROPERTIES: :CUSTOM_ID: org-md-export-as-markdown :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-md.el;hb=HEAD][ox-md.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-md-export-as-markdown&sr=1][Find modifications in git logs]] : Export current buffer to a Markdown buffer. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting buffer should be accessible : through the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : Export is done in a buffer named "*Org MD Export*", which will : be displayed when `org-export-show-temporary-export-buffer' is : non-nil. ** org-indent-mode =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-indent-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-indent.el;hb=HEAD][org-indent.el]] - [[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]] : When active, indent text according to outline structure. : : Internally this works by adding `line-prefix' and `wrap-prefix' : properties, after each buffer modification, on the modified zone. : : The process is synchronous. Though, initial indentation of : buffer, which can take a few seconds on large buffers, is done : during idle time. ** org-agenda-previous-line :PROPERTIES: :CUSTOM_ID: org-agenda-previous-line :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Move cursor to the previous line, and show if follow-mode is active. ** org-attach-reveal =(&optional if-exists)= :PROPERTIES: :CUSTOM_ID: org-attach-reveal :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Show the attachment directory of the current task. : This will attempt to use an external program to show the directory. ** org-table-maybe-recalculate-line :PROPERTIES: :CUSTOM_ID: org-table-maybe-recalculate-line :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Recompute the current line if marked for it, and if we haven't just done it. ** org-agenda-mode :PROPERTIES: :CUSTOM_ID: org-agenda-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Mode for time-sorted view on action items in Org-mode files. : : The following commands are available: : : key binding : --- ------- : : C-c Prefix Command : TAB org-agenda-goto : C-k org-agenda-kill : RET org-agenda-switch-to : C-n org-agenda-next-line : C-p org-agenda-previous-line : C-x Prefix Command : ESC Prefix Command : C-_ org-agenda-undo : SPC org-agenda-show-and-scroll-up : ! org-agenda-toggle-deadlines : # org-agenda-dim-blocked-tasks : $ org-agenda-archive : % org-agenda-bulk-mark-regexp : * org-agenda-bulk-mark-all : + org-agenda-priority-up : , org-agenda-priority : - org-agenda-priority-down : . org-agenda-goto-today : / org-agenda-filter-by-tag : 0 .. 9 digit-argument : : org-agenda-set-tags : ; org-timer-set-timer : < org-agenda-filter-by-category : = org-agenda-filter-by-regexp : > org-agenda-date-prompt : ? org-agenda-show-the-flagging-note : A org-agenda-append-agenda : B org-agenda-bulk-action : C org-agenda-convert-date : D org-agenda-toggle-diary : E org-agenda-entry-text-mode : F org-agenda-follow-mode : G org-agenda-toggle-time-grid : H org-agenda-holidays : I org-agenda-clock-in : J org-agenda-clock-goto : K org-habit-toggle-habits : L org-agenda-recenter : M org-agenda-phases-of-moon : N org-agenda-next-item : O org-agenda-clock-out : P org-agenda-previous-item : Q org-agenda-Quit : R org-agenda-clockreport-mode : S org-agenda-sunrise-sunset : T org-agenda-show-tags : U org-agenda-bulk-unmark-all : X org-agenda-clock-cancel : [ org-agenda-manipulate-query-add : \ org-agenda-filter-by-tag-refine : ] org-agenda-manipulate-query-subtract : ^ org-agenda-filter-by-top-headline : a org-agenda-archive-default-with-confirmation : b org-agenda-earlier : c org-agenda-goto-calendar : d org-agenda-day-view : e org-agenda-set-effort : f org-agenda-later : g ?? : h org-agenda-holidays : i org-agenda-diary-entry : j org-agenda-goto-date : k org-agenda-capture : l org-agenda-log-mode : m org-agenda-bulk-mark : n org-agenda-next-line : o delete-other-windows : p org-agenda-previous-line : q org-agenda-quit : r org-agenda-redo : s org-save-all-org-buffers : t org-agenda-todo : u org-agenda-bulk-unmark : v org-agenda-view-mode-dispatch : w org-agenda-week-view : x org-agenda-exit : y org-agenda-year-view : z org-agenda-add-note : { org-agenda-manipulate-query-add-re : | org-agenda-filter-remove-all : } org-agenda-manipulate-query-subtract-re : ~ org-agenda-limit-interactively : DEL org-agenda-show-scroll-down : C-/ org-agenda-undo : org-agenda-todo-previousset : org-agenda-todo-nextset : org-agenda-drag-line-forward : org-agenda-drag-line-backward : org-agenda-priority-down : org-agenda-do-date-earlier : org-agenda-do-date-later : org-agenda-priority-up : org-agenda-show-scroll-down : org-agenda-next-line : org-agenda-goto-mouse : org-agenda-show-mouse : org-agenda-goto : org-agenda-undo : org-agenda-previous-line : : M-* org-agenda-bulk-toggle-all : M-m org-agenda-bulk-toggle : : C-c C-a org-attach : C-c C-d org-agenda-deadline : C-c C-n org-agenda-next-date-line : C-c C-o org-agenda-open-link : C-c C-p org-agenda-previous-date-line : C-c C-q org-agenda-set-tags : C-c C-s org-agenda-schedule : C-c C-t org-agenda-todo : C-c C-w org-agenda-refile : C-c C-x Prefix Command : C-c C-z org-agenda-add-note : C-c $ org-agenda-archive : C-c , org-agenda-priority : : C-x C-s org-save-all-org-buffers : C-x C-w org-agenda-write : C-x u org-agenda-undo : : C-c C-x C-a org-agenda-archive-default : C-c C-x C-c org-agenda-columns : C-c C-x C-e org-clock-modify-effort-estimate : C-c C-x TAB org-agenda-clock-in : C-c C-x C-j org-clock-goto : C-c C-x RET Prefix Command : C-c C-x C-o org-agenda-clock-out : C-c C-x C-s org-agenda-archive : C-c C-x C-x org-agenda-clock-cancel : C-c C-x ! org-reload : C-c C-x > org-agenda-remove-restriction-lock : C-c C-x A org-agenda-archive-to-archive-sibling : C-c C-x a org-agenda-toggle-archive-tag : C-c C-x b org-agenda-tree-to-indirect-buffer : C-c C-x e org-agenda-set-effort : C-c C-x p org-agenda-set-property : C-c C-x org-agenda-priority-down : C-c C-x org-agenda-do-date-earlier : C-c C-x org-agenda-do-date-later : C-c C-x org-agenda-priority-up : : C-c C-x RET g org-mobile-pull : C-c C-x RET p org-mobile-push : : ** org-overview :PROPERTIES: :CUSTOM_ID: org-overview :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-overview&sr=1][Find modifications in git logs]] : Switch to overview mode, showing only top-level headlines. : Really, this shows all headlines with level equal or greater than the level : of the first headline in the buffer. This is important, because if the : first headline is not level one, then (hide-sublevels 1) gives confusing : results. ** org-drag-line-forward =(arg)= :PROPERTIES: :CUSTOM_ID: org-drag-line-forward :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-drag-line-forward&sr=1][Find modifications in git logs]] : Drag the line at point ARG lines forward. ** org-babel-expand-src-block =(&optional arg info params)= :PROPERTIES: :CUSTOM_ID: org-babel-expand-src-block :END: - *Access:* ~C-c C-v v, C-c C-v C-v~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Expand the current source code block. : Expand according to the source code block's header : arguments and pop open the results in a preview buffer. ** org-bibtex-create-in-current-entry =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-bibtex-create-in-current-entry :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[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]] : Add bibliographical data to the current entry. : With a prefix arg, query for optional fields. ** org-html-htmlize-generate-css :PROPERTIES: :CUSTOM_ID: org-html-htmlize-generate-css :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-htmlize-generate-css&sr=1][Find modifications in git logs]] : Create the CSS for all font definitions in the current Emacs session. : Use this to create face definitions in your CSS style file that can then : be used by code snippets transformed by htmlize. : This command just produces a buffer that contains class definitions for all : faces used in the current Emacs session. You can copy and paste the ones you : need into your CSS file. : : If you then set `org-html-htmlize-output-type' to `css', calls : to the function `org-html-htmlize-region-for-paste' will : produce code that uses these same face definitions. ** org-end-of-line =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-end-of-line :END: - *Access:* ~C-e~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Go to the end of the line. : If this is a headline, and `org-special-ctrl-a/e' is set, ignore : tags on the first attempt, and only move to after the tags when : the cursor is already beyond the end of the headline. ** org-attach-attach-mv :PROPERTIES: :CUSTOM_ID: org-attach-attach-mv :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Attach a file by moving (renaming) it. ** org-update-checkbox-count =(&optional all)= :PROPERTIES: :CUSTOM_ID: org-update-checkbox-count :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Update the checkbox statistics in the current section. : This will find all statistic cookies like [57%] and [6/12] and : update them with the current numbers. : : With optional prefix argument ALL, do this for the whole buffer. ** org-set-effort =(&optional value increment)= :PROPERTIES: :CUSTOM_ID: org-set-effort :END: - *Access:* ~C-c C-x e~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Set the effort property of the current entry. : With numerical prefix arg, use the nth allowed value, 0 stands for the : 10th allowed value. : : When INCREMENT is non-nil, set the property to the next allowed value. ** org-show-entry :PROPERTIES: :CUSTOM_ID: org-show-entry :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Show the body directly following this heading. : Show the heading too, if it is currently invisible. ** org-promote-subtree :PROPERTIES: :CUSTOM_ID: org-promote-subtree :END: - *Access:* ~C-c C-<~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Promote the entire subtree. : See also `org-promote'. ** org-indent-item :PROPERTIES: :CUSTOM_ID: org-indent-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Indent a local list item, but not its children. : If a region is active, all items inside will be moved. ** org-attach-open-in-emacs :PROPERTIES: :CUSTOM_ID: org-attach-open-in-emacs :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Open attachment, force opening in Emacs. : See `org-attach-open'. ** org-table-move-column-right :PROPERTIES: :CUSTOM_ID: org-table-move-column-right :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Move column to the right. ** org-emphasize =(&optional char)= :PROPERTIES: :CUSTOM_ID: org-emphasize :END: - *Access:* ~C-c C-x C-f, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-emphasize&sr=1][Find modifications in git logs]] : Insert or change an emphasis, i.e. a font like bold or italic. : If there is an active region, change that region to a new emphasis. : If there is no region, just insert the marker characters and position : the cursor between them. : CHAR should be the marker character. If it is a space, it means to : remove the emphasis of the selected region. : If CHAR is not given (for example in an interactive call) it will be : prompted for. ** org-bibtex-import-from-file =(file)= :PROPERTIES: :CUSTOM_ID: org-bibtex-import-from-file :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-import-from-file&sr=1][Find modifications in git logs]] : Read bibtex entries from FILE and insert as Org-mode headlines after point. ** org-speed-move-safe =(cmd)= :PROPERTIES: :CUSTOM_ID: org-speed-move-safe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Execute CMD, but make sure that the cursor always ends up in a headline. : If not, return to the original position and throw an error. ** org-export-insert-default-template =(&optional backend subtreep)= :PROPERTIES: :CUSTOM_ID: org-export-insert-default-template :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-insert-default-template&sr=1][Find modifications in git logs]] : Insert all export keywords with default values at beginning of line. : : BACKEND is a symbol representing the export back-end for which : specific export options should be added to the template, or : `default' for default template. When it is nil, the user will be : prompted for a category. : : If SUBTREEP is non-nil, export configuration will be set up : locally for the subtree through node properties. ** org-agenda-show-tags :PROPERTIES: :CUSTOM_ID: org-agenda-show-tags :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Show the tags applicable to the current item. ** org-table-goto-column =(n &optional on-delim force)= :PROPERTIES: :CUSTOM_ID: org-table-goto-column :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Move the cursor to the Nth column in the current table line. : With optional argument ON-DELIM, stop with point before the left delimiter : of the field. : If there are less than N fields, just go to after the last delimiter. : However, when FORCE is non-nil, create new columns if necessary. ** org-move-subtree-up =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-move-subtree-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move the current subtree up past ARG headlines of the same level. ** org-timestamp-up-day =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-timestamp-up-day :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Increase the date in the time stamp by one day. : With prefix ARG, change that many days. ** org-protocol-create-for-org :PROPERTIES: :CUSTOM_ID: org-protocol-create-for-org :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]] - [[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]] : Create a org-protocol project for the current file's Org-mode project. : The visited file needs to be part of a publishing project in : `org-publish-project-alist' for this to work. The function : delegates most of the work to `org-protocol-create'. ** org-priority-down :PROPERTIES: :CUSTOM_ID: org-priority-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Decrease the priority of the current item. ** org-up-element :PROPERTIES: :CUSTOM_ID: org-up-element :END: - *Access:* ~C-c C-^~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move to upper element. ** org-display-outline-path =(&optional file current separator just-return-string)= :PROPERTIES: :CUSTOM_ID: org-display-outline-path :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Display the current outline path in the echo area. : : If FILE is non-nil, prepend the output with the file name. : If CURRENT is non-nil, append the current heading to the output. : SEPARATOR is passed through to `org-format-outline-path'. It separates : the different parts of the path and defaults to "/". : If JUST-RETURN-STRING is non-nil, return a string, don't display a message. ** org-columns-menu =(event)= :PROPERTIES: :CUSTOM_ID: org-columns-menu :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] : Org Column Menu ** org-table-fedit-ref-left :PROPERTIES: :CUSTOM_ID: org-table-fedit-ref-left :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Shift the reference at point one field to the left. ** org-backward-heading-same-level =(arg &optional invisible-ok)= :PROPERTIES: :CUSTOM_ID: org-backward-heading-same-level :END: - *Access:* ~C-c C-b, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move backward to the ARG'th subheading at same level as this one. : Stop at the first and last subheadings of a superior heading. ** org-table-import =(file arg)= :PROPERTIES: :CUSTOM_ID: org-table-import :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Import FILE as a table. : The file is assumed to be tab-separated. Such files can be produced by most : spreadsheet and database applications. If no tabs (at least one per line) : are found, lines will be split on whitespace into fields. ** org-force-self-insert =(N)= :PROPERTIES: :CUSTOM_ID: org-force-self-insert :END: - *Access:* ~|~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Needed to enforce self-insert under remapping. ** org-toggle-item =(arg)= :PROPERTIES: :CUSTOM_ID: org-toggle-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Convert headings or normal lines to items, items to normal lines. : If there is no active region, only the current line is considered. : : If the first non blank line in the region is a headline, convert : all headlines to items, shifting text accordingly. : : If it is an item, convert all items to normal lines. : : If it is normal text, change region into a list of items. : With a prefix argument ARG, change the region in a single item. ** org-shiftmetaup =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-shiftmetaup :END: - *Access:* ~, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaup&sr=1][Find modifications in git logs]] : Move subtree up or kill table row. : Calls `org-move-subtree-up' or `org-table-kill-row' or : `org-move-item-up' or `org-timestamp-up', depending on context. : See the individual commands for more information. ** org-capture-import-remember-templates :PROPERTIES: :CUSTOM_ID: org-capture-import-remember-templates :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Set `org-capture-templates' to be similar to `org-remember-templates'. ** org-agenda-holidays :PROPERTIES: :CUSTOM_ID: org-agenda-holidays :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Display the holidays for the 3 months around the cursor date. ** org-agenda-todo-nextset :PROPERTIES: :CUSTOM_ID: org-agenda-todo-nextset :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Switch TODO entry to next sequence. ** org-calc-current-TBLFM =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-calc-current-TBLFM :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-calc-current-TBLFM&sr=1][Find modifications in git logs]] : Apply the #+TBLFM in the line to the table. ** org-toggle-tags-groups :PROPERTIES: :CUSTOM_ID: org-toggle-tags-groups :END: - *Access:* ~C-c C-x q~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-tags-groups&sr=1][Find modifications in git logs]] : Toggle support for group tags. : Support for group tags is controlled by the option : `org-group-tags', which is non-nil by default. ** org-timer-set-timer =(&optional opt)= :PROPERTIES: :CUSTOM_ID: org-timer-set-timer :END: - *Access:* ~C-c C-x ;~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Prompt for a duration and set a timer. : : If `org-timer-default-timer' is not zero, suggest this value as : the default duration for the timer. If a timer is already set, : prompt the user if she wants to replace it. : : Called with a numeric prefix argument, use this numeric value as : the duration of the timer. : : Called with a `C-u' prefix arguments, use `org-timer-default-timer' : without prompting the user for a duration. : : With two `C-u' prefix arguments, use `org-timer-default-timer' : without prompting the user for a duration and automatically : replace any running timer. ** org-indent-indent-buffer :PROPERTIES: :CUSTOM_ID: org-indent-indent-buffer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-indent.el;hb=HEAD][org-indent.el]] - [[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]] : Add indentation properties to the accessible part of the buffer. ** org-customize :PROPERTIES: :CUSTOM_ID: org-customize :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-customize&sr=1][Find modifications in git logs]] : Call the customize function with org as argument. ** org-agenda-year-view =(&optional year)= :PROPERTIES: :CUSTOM_ID: org-agenda-year-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Switch to yearly view for agenda. : With argument YEAR, switch to that year. : If MONTH has more then 2 digits, only the last two encode the : month. Any digits before this encode a year. So 200712 means : December year 2007. Years in the range 1938-2037 can also be : written as 2-digit years. ** org-attach-delete-one =(&optional file)= :PROPERTIES: :CUSTOM_ID: org-attach-delete-one :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Delete a single attachment. ** org-shifttab =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-shifttab :END: - *Access:* ~, , , , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shifttab&sr=1][Find modifications in git logs]] : Global visibility cycling or move to previous table field. : Call `org-table-previous-field' within a table. : When ARG is nil, cycle globally through visibility states. : When ARG is a numeric prefix, show contents of this level. ** org-cdlatex-underscore-caret =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-cdlatex-underscore-caret :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Execute `cdlatex-sub-superscript' in LaTeX fragments. : Revert to the normal definition outside of these fragments. ** org-table-wrap-region =(arg)= :PROPERTIES: :CUSTOM_ID: org-table-wrap-region :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Wrap several fields in a column like a paragraph. : This is useful if you'd like to spread the contents of a field over several : lines, in order to keep the table compact. : : If there is an active region, and both point and mark are in the same column, : the text in the column is wrapped to minimum width for the given number of : lines. Generally, this makes the table more compact. A prefix ARG may be : used to change the number of desired lines. For example, `C-2 M-x org-table-wrap' : formats the selected text to two lines. If the region was longer than two : lines, the remaining lines remain empty. A negative prefix argument reduces : the current number of lines by that amount. The wrapped text is pasted back : into the table. If you formatted it to more lines than it was before, fields : further down in the table get overwritten - so you might need to make space in : the table first. : : If there is no region, the current field is split at the cursor position and : the text fragment to the right of the cursor is prepended to the field one : line down. : : If there is no region, but you specify a prefix ARG, the current field gets : blank, and the content is appended to the field above. ** org-org-export-as-org =(&optional async subtreep visible-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-org-export-as-org :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-org.el;hb=HEAD][ox-org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-org-export-as-org&sr=1][Find modifications in git logs]] : Export current buffer to an Org buffer. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting buffer should be accessible : through the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Export is done in a buffer named "*Org ORG Export*", which will : be displayed when `org-export-show-temporary-export-buffer' is : non-nil. ** org-todo-list =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-todo-list :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Show all (not done) TODO entries from all agenda file in a single list. : The prefix arg can be used to select a specific TODO keyword and limit : the list to these. When using C-u, you will be prompted : for a keyword. A numeric prefix directly selects the Nth keyword in : `org-todo-keywords-1'. ** org-agenda-diary-entry :PROPERTIES: :CUSTOM_ID: org-agenda-diary-entry :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Make a diary entry, like the `i' command from the calendar. : All the standard commands work: block, weekly etc. : When `org-agenda-diary-file' points to a file, : `org-agenda-diary-entry-in-org-file' is called instead to create : entries in that Org-mode file. ** org-footnote-goto-previous-reference =(label)= :PROPERTIES: :CUSTOM_ID: org-footnote-goto-previous-reference :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[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]] : Find the first closest (to point) reference of footnote with label LABEL. ** org-mouse-show-overview :PROPERTIES: :CUSTOM_ID: org-mouse-show-overview :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[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]] : Change visibility of current org buffer to first-level headlines only. ** org-toggle-sticky-agenda =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-toggle-sticky-agenda :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Toggle `org-agenda-sticky'. ** org-delete-property-globally =(property)= :PROPERTIES: :CUSTOM_ID: org-delete-property-globally :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Remove PROPERTY globally, from all entries. ** org-reveal =(&optional siblings)= :PROPERTIES: :CUSTOM_ID: org-reveal :END: - *Access:* ~C-c C-r, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-reveal&sr=1][Find modifications in git logs]] : Show current entry, hierarchy above it, and the following headline. : This can be used to show a consistent set of context around locations : exposed with `org-show-hierarchy-above' or `org-show-following-heading' : not t for the search context. : : With optional argument SIBLINGS, on each level of the hierarchy all : siblings are shown. This repairs the tree structure to what it would : look like when opened with hierarchical calls to `org-cycle'. : With double optional argument C-u C-u, go to the parent and show the : entire tree. ** org-md-convert-region-to-md :PROPERTIES: :CUSTOM_ID: org-md-convert-region-to-md :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-md.el;hb=HEAD][ox-md.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-md-convert-region-to-md&sr=1][Find modifications in git logs]] : Assume the current region has org-mode syntax, and convert it to Markdown. : This can be used in any buffer. For example, you can write an : itemized list in org-mode syntax in a Markdown buffer and use : this command to convert it. ** org-attach-sync :PROPERTIES: :CUSTOM_ID: org-attach-sync :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Synchronize the current tasks with its attachments. : This can be used after files have been added externally. ** org-agenda-priority-up :PROPERTIES: :CUSTOM_ID: org-agenda-priority-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Increase the priority of line at point, also in Org-mode file. ** org-entities-create-table :PROPERTIES: :CUSTOM_ID: org-entities-create-table :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-entities.el;hb=HEAD][org-entities.el]] - [[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]] : Create an Org mode table with all entities. ** org-clock-goto =(&optional select)= :PROPERTIES: :CUSTOM_ID: org-clock-goto :END: - *Access:* ~C-c C-x C-j, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[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]] : Go to the currently clocked-in entry, or to the most recently clocked one. : With prefix arg SELECT, offer recently clocked tasks for selection. ** org-agenda-show-the-flagging-note :PROPERTIES: :CUSTOM_ID: org-agenda-show-the-flagging-note :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Display the flagging note in the other window. : When called a second time in direct sequence, offer to remove the FLAGGING : tag and (if present) the flagging note. ** org-table-move-column =(&optional left)= :PROPERTIES: :CUSTOM_ID: org-table-move-column :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Move the current column to the right. With arg LEFT, move to the left. ** org-ascii-export-to-ascii =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-ascii-export-to-ascii :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-ascii.el;hb=HEAD][ox-ascii.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ascii-export-to-ascii&sr=1][Find modifications in git logs]] : Export current buffer to a text file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, strip title and : table of contents from output. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-table-next-field :PROPERTIES: :CUSTOM_ID: org-table-next-field :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Go to the next field in the current table, creating new lines as needed. : Before doing so, re-align the table if necessary. ** org-table-end-of-field =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-table-end-of-field :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Move to the beginning of the current table field. : If already at or before the beginning, move to the beginning of the : previous field. : With numeric argument N, move N-1 fields backward first. ** org-table-paste-rectangle :PROPERTIES: :CUSTOM_ID: org-table-paste-rectangle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Paste a rectangular region into a table. : The upper right corner ends up in the current field. All involved fields : will be overwritten. If the rectangle does not fit into the present table, : the table is enlarged as needed. The process ignores horizontal separator : lines. ** org-columns-widen =(arg)= :PROPERTIES: :CUSTOM_ID: org-columns-widen :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] : Make the column wider by ARG characters. ** org-babel-demarcate-block =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-babel-demarcate-block :END: - *Access:* ~C-c C-v d, C-c C-v C-d~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Wrap or split the code in the region or on the point. : When called from inside of a code block the current block is : split. When called from outside of a code block a new code block : is created. In both cases if the region is demarcated and if the : region is not active then the point is demarcated. ** org-edit-src-continue =(e)= :PROPERTIES: :CUSTOM_ID: org-edit-src-continue :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[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]] : Continue editing source blocks. ** org-forward-element :PROPERTIES: :CUSTOM_ID: org-forward-element :END: - *Access:* ~M-}~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move forward by one element. : Move to the next element at the same level, when possible. ** org-set-tags =(&optional arg just-align)= :PROPERTIES: :CUSTOM_ID: org-set-tags :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Set the tags for the current headline. : With prefix ARG, realign all tags in headings in the current buffer. ** org-edit-src-code =(&optional context code edit-buffer-name)= :PROPERTIES: :CUSTOM_ID: org-edit-src-code :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[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]] : Edit the source CODE block at point. : The code is copied to a separate buffer and the appropriate mode : is turned on. When done, exit with M-x org-edit-src-exit. This will : remove the original code in the Org buffer, and replace it with the : edited version. An optional argument CONTEXT is used by M-x org-edit-src-save : when calling this function. See `org-src-window-setup' to configure : the display of windows containing the Org buffer and the code buffer. ** org-babel-execute-buffer =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-babel-execute-buffer :END: - *Access:* ~C-c C-v b, C-c C-v C-b~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Execute source code blocks in a buffer. : Call `org-babel-execute-src-block' on every source block in : the current buffer. ** org-ascii-export-as-ascii =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-ascii-export-as-ascii :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-ascii.el;hb=HEAD][ox-ascii.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ascii-export-as-ascii&sr=1][Find modifications in git logs]] : Export current buffer to a text buffer. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting buffer should be accessible : through the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, strip title and : table of contents from output. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Export is done in a buffer named "*Org ASCII Export*", which : will be displayed when `org-export-show-temporary-export-buffer' : is non-nil. ** org-icalendar-export-to-ics =(&optional async subtreep visible-only body-only)= :PROPERTIES: :CUSTOM_ID: org-icalendar-export-to-ics :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-export-to-ics&sr=1][Find modifications in git logs]] : Export current buffer to an iCalendar file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "BEGIN:VCALENDAR" and "END:VCALENDAR". : : Return ICS file name. ** org-edit-src-exit =(&optional context)= :PROPERTIES: :CUSTOM_ID: org-edit-src-exit :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[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]] : Exit special edit and protect problematic lines. ** org-agenda-filter-by-regexp =(strip)= :PROPERTIES: :CUSTOM_ID: org-agenda-filter-by-regexp :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-by-regexp&sr=1][Find modifications in git logs]] : Filter agenda entries by a regular expression. : Regexp filters are cumulative. : With no prefix argument, keep entries matching the regexp. : With one prefix argument, filter out entries matching the regexp. : With two prefix arguments, remove the regexp filters. ** org-capture-goto-target =(&optional template-key)= :PROPERTIES: :CUSTOM_ID: org-capture-goto-target :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[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]] : Go to the target location of a capture template. : The user is queried for the template. ** org-babel-lob-execute-maybe :PROPERTIES: :CUSTOM_ID: org-babel-lob-execute-maybe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-lob.el;hb=HEAD][ob-lob.el]] - [[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]] : Execute a Library of Babel source block, if appropriate. : Detect if this is context for a Library Of Babel source block and : if so then run the appropriate source block from the Library. ** org-agenda-log-mode =(&optional special)= :PROPERTIES: :CUSTOM_ID: org-agenda-log-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Toggle log mode in an agenda buffer. : With argument SPECIAL, show all possible log items, not only the ones : configured in `org-agenda-log-mode-items'. : With a double `C-u' prefix arg, show *only* log items, nothing else. ** org-agenda-show-clocking-issues :PROPERTIES: :CUSTOM_ID: org-agenda-show-clocking-issues :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Add overlays, showing issues with clocking. : See also the user option `org-agenda-clock-consistency-checks'. ** org-src-mode =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-src-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[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]] : Minor mode for language major mode buffers generated by org. : This minor mode is turned on in two situations: : - when editing a source code snippet with "C-c '". : - When formatting a source code snippet for export with htmlize. : There is a mode hook, and keybindings for `org-edit-src-exit' and : `org-edit-src-save' ** org-timestamp-down-day =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-timestamp-down-day :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Decrease the date in the time stamp by one day. : With prefix ARG, change that many days. ** org-archive-subtree-default-with-confirmation :PROPERTIES: :CUSTOM_ID: org-archive-subtree-default-with-confirmation :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]] - [[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]] : Archive the current subtree with the default command. : This command is set with the variable `org-archive-default-command'. ** org-tree-to-indirect-buffer =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-tree-to-indirect-buffer :END: - *Access:* ~C-c C-x b, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Create indirect buffer and narrow it to current subtree. : With a numerical prefix ARG, go up to this level and then take that tree. : If ARG is negative, go up that many levels. : : If `org-indirect-buffer-display' is not `new-frame', the command removes the : indirect buffer previously made with this command, to avoid proliferation of : indirect buffers. However, when you call the command with a C-u prefix, or : when `org-indirect-buffer-display' is `new-frame', the last buffer : is kept so that you can work with several indirect buffers at the same time. : If `org-indirect-buffer-display' is `dedicated-frame', the C-u prefix also : requests that a new frame be made for the new buffer, so that the dedicated : frame is not changed. ** org-cdlatex-math-modify =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-cdlatex-math-modify :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Execute `cdlatex-math-modify' in LaTeX fragments. : Revert to the normal definition outside of these fragments. ** org-insert-subheading =(arg)= :PROPERTIES: :CUSTOM_ID: org-insert-subheading :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert a new subheading and demote it. : Works for outline headings and for plain lists alike. ** org-table-overlay-coordinates :PROPERTIES: :CUSTOM_ID: org-table-overlay-coordinates :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Add overlays to the table at point, to show row/column coordinates. ** org-agenda-cycle-show =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-agenda-cycle-show :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Show the current entry in another window, with default settings. : Default settings are taken from `org-show-hierarchy-above' and siblings. : When use repeatedly in immediate succession, the remote entry will cycle : through visibility : : children -> subtree -> folded : : When called with a numeric prefix arg, that arg will be passed through to : `org-agenda-show-1'. For the interpretation of that argument, see the : docstring of `org-agenda-show-1'. ** org-drag-element-forward :PROPERTIES: :CUSTOM_ID: org-drag-element-forward :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move forward element at point. ** org-move-item-down :PROPERTIES: :CUSTOM_ID: org-move-item-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Move the item at point down, i.e. swap with following item. : Sub-items (items with larger indentation) are considered part of : the item, so this really moves item trees. ** org-agenda-prepare-buffers =(files)= :PROPERTIES: :CUSTOM_ID: org-agenda-prepare-buffers :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Create buffers for all agenda files, protect archived trees and comments. ** org-export-as-taskjuggler-and-open :PROPERTIES: :CUSTOM_ID: org-export-as-taskjuggler-and-open :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]] - [[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]] : Export the current buffer as a TaskJuggler file and open it : with the TaskJuggler GUI. ** org-backward-element :PROPERTIES: :CUSTOM_ID: org-backward-element :END: - *Access:* ~M-{~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Move backward by one element. : Move to the previous element at the same level, when possible. ** org-export-stack-mode :PROPERTIES: :CUSTOM_ID: org-export-stack-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-stack-mode&sr=1][Find modifications in git logs]] : Mode for displaying asynchronous export stack. : : Type M-x org-export-stack to visualize the asynchronous export : stack. : : In an Org Export Stack buffer, use RET to view export output : on current line, d to remove it from the stack and C to clear : stack completely. : : Removing entries in an Org Export Stack buffer doesn't affect : files or buffers, only the display. : : key binding : --- ------- : : RET org-export-stack-view : C-n next-line : C-p previous-line : SPC next-line : C org-export-stack-clear : d org-export-stack-remove : n next-line : p previous-line : v org-export-stack-view : DEL previous-line : next-line : previous-line : : : : In addition to any hooks its parent mode `special-mode' might have run, : this mode runs the hook `org-export-stack-mode-hook', as the final step : during initialization. ** org-footnote-action =(&optional special)= :PROPERTIES: :CUSTOM_ID: org-footnote-action :END: - *Access:* ~C-c C-x f, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[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]] : Do the right thing for footnotes. : : When at a footnote reference, jump to the definition. : : When at a definition, jump to the references if they exist, offer : to create them otherwise. : : When neither at definition or reference, create a new footnote, : interactively. : : With prefix arg SPECIAL, offer additional commands in a menu. ** org-export-stack-remove =(&optional source)= :PROPERTIES: :CUSTOM_ID: org-export-stack-remove :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-stack-remove&sr=1][Find modifications in git logs]] : Remove export results at point from stack. : If optional argument SOURCE is non-nil, remove it instead. ** org-export-stack :PROPERTIES: :CUSTOM_ID: org-export-stack :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-stack&sr=1][Find modifications in git logs]] : Menu for asynchronous export results and running processes. ** org-agenda-filter-by-top-headline =(strip)= :PROPERTIES: :CUSTOM_ID: org-agenda-filter-by-top-headline :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-by-top-headline&sr=1][Find modifications in git logs]] : Keep only those lines that are descendants from the same top headline. : The top headline is that of the current line. ** org-agenda-write =(file &optional open nosettings agenda-bufname)= :PROPERTIES: :CUSTOM_ID: org-agenda-write :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Write the current buffer (an agenda view) as a file. : Depending on the extension of the file name, plain text (.txt), : HTML (.html or .htm), PDF (.pdf) or Postscript (.ps) is produced. : If the extension is .ics, run icalendar export over all files used : to construct the agenda and limit the export to entries listed in the : agenda now. : If the extension is .org, collect all subtrees corresponding to the : agenda entries and add them in an .org file. : With prefix argument OPEN, open the new file immediately. : If NOSETTINGS is given, do not scope the settings of : `org-agenda-exporter-settings' into the export commands. This is used when : the settings have already been scoped and we do not wish to overrule other, : higher priority settings. : If AGENDA-BUFFER-NAME, use this as the buffer name for the agenda to write. ** org-agenda-follow-mode :PROPERTIES: :CUSTOM_ID: org-agenda-follow-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Toggle follow mode in an agenda buffer. ** org-shiftmetaright :PROPERTIES: :CUSTOM_ID: org-shiftmetaright :END: - *Access:* ~, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaright&sr=1][Find modifications in git logs]] : Demote subtree or insert table column. : Calls `org-demote-subtree', `org-indent-item-tree', or : `org-table-insert-column', depending on context. See the : individual commands for more information. ** org-babel-expand-src-block-maybe :PROPERTIES: :CUSTOM_ID: org-babel-expand-src-block-maybe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Conditionally expand a source block. : Detect if this is context for a org-babel src-block and if so : then run `org-babel-expand-src-block'. ** org-babel-execute-src-block-maybe :PROPERTIES: :CUSTOM_ID: org-babel-execute-src-block-maybe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Conditionally execute a source block. : Detect if this is context for a Babel src-block and if so : then run `org-babel-execute-src-block'. ** org-setup-comments-handling :PROPERTIES: :CUSTOM_ID: org-setup-comments-handling :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] ** org-occur =(regexp &optional keep-previous callback)= :PROPERTIES: :CUSTOM_ID: org-occur :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-occur&sr=1][Find modifications in git logs]] : Make a compact tree which shows all matches of REGEXP. : The tree will show the lines where the regexp matches, and all higher : headlines above the match. It will also show the heading after the match, : to make sure editing the matching entry is easy. : If KEEP-PREVIOUS is non-nil, highlighting and exposing done by a previous : call to `org-occur' will be kept, to allow stacking of calls to this : command. : If CALLBACK is non-nil, it is a function which is called to confirm : that the match should indeed be shown. ** org-archive-to-archive-sibling :PROPERTIES: :CUSTOM_ID: org-archive-to-archive-sibling :END: - *Access:* ~C-c C-x A, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]] - [[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]] : Archive the current heading by moving it under the archive sibling. : The archive sibling is a sibling of the heading with the heading name : `org-archive-sibling-heading' and an `org-archive-tag' tag. If this : sibling does not exist, it will be created at the end of the subtree. ** org-kill-line =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-kill-line :END: - *Access:* ~C-k~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Kill line, to tags or end of line. ** org-attach-attach =(file &optional visit-dir method)= :PROPERTIES: :CUSTOM_ID: org-attach-attach :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[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]] : Move/copy/link FILE into the attachment directory of the current task. : If VISIT-DIR is non-nil, visit the directory with dired. : METHOD may be `cp', `mv', `ln', or `lns' default taken from : `org-attach-method'. ** org-store-agenda-views =(&rest parameters)= :PROPERTIES: :CUSTOM_ID: org-store-agenda-views :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Store agenda views. ** org-mark-ring-push =(&optional pos buffer)= :PROPERTIES: :CUSTOM_ID: org-mark-ring-push :END: - *Access:* ~C-c %~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Put the current position or POS into the mark ring and rotate it. ** org-transpose-element :PROPERTIES: :CUSTOM_ID: org-transpose-element :END: - *Access:* ~C-M-t~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Transpose current and previous elements, keeping blank lines between. : Point is moved after both elements. ** org-table-edit-field =(arg)= :PROPERTIES: :CUSTOM_ID: org-table-edit-field :END: - *Access:* ~C-c `, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Edit table field in a different window. : This is mainly useful for fields that contain hidden parts. : When called with a C-u prefix, just make the full field visible so that : it can be edited in place. ** org-hide-block-toggle-maybe :PROPERTIES: :CUSTOM_ID: org-hide-block-toggle-maybe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Toggle visibility of block at point. ** org-columns-edit-value =(&optional key)= :PROPERTIES: :CUSTOM_ID: org-columns-edit-value :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] : Edit the value of the property at point in column view. : Where possible, use the standard interface for changing this line. ** org-babel-check-src-block :PROPERTIES: :CUSTOM_ID: org-babel-check-src-block :END: - *Access:* ~C-c C-v c, C-c C-v C-c~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Check for misspelled header arguments in the current code block. ** org-reset-checkbox-state-subtree :PROPERTIES: :CUSTOM_ID: org-reset-checkbox-state-subtree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Reset all checkboxes in an entry subtree. ** org-table-cut-region =(beg end)= :PROPERTIES: :CUSTOM_ID: org-table-cut-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Copy region in table to the clipboard and blank all relevant fields. : If there is no active region, use just the field at point. ** org-replace-region-by-html =(beg end)= :PROPERTIES: :CUSTOM_ID: org-replace-region-by-html :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[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]] : Assume the current region has org-mode syntax, and convert it to HTML. : This can be used in any buffer. For example, you could write an : itemized list in org-mode syntax in an HTML buffer and then use this : command to convert it. ** org-agenda-capture =(&optional with-time)= :PROPERTIES: :CUSTOM_ID: org-agenda-capture :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Call `org-capture' with the date at point. : With a `C-1' prefix, use the HH:MM value at point (if any) or the : current HH:MM time. ** org-columns-move-right :PROPERTIES: :CUSTOM_ID: org-columns-move-right :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] : Swap this column with the one to the right. ** org-md-export-to-markdown =(&optional async subtreep visible-only)= :PROPERTIES: :CUSTOM_ID: org-md-export-to-markdown :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-md.el;hb=HEAD][ox-md.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-md-export-to-markdown&sr=1][Find modifications in git logs]] : Export current buffer to a Markdown file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : Return output file's name. ** org-agenda-toggle-diary :PROPERTIES: :CUSTOM_ID: org-agenda-toggle-diary :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Toggle diary inclusion in an agenda buffer. ** org-time-stamp-inactive =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-time-stamp-inactive :END: - *Access:* ~C-c !, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Insert an inactive time stamp. : An inactive time stamp is enclosed in square brackets instead of angle : brackets. It is inactive in the sense that it does not trigger agenda entries, : does not link to the calendar and cannot be changed with the S-cursor keys. : So these are more for recording a certain time/date. ** org-check-before-date =(date)= :PROPERTIES: :CUSTOM_ID: org-check-before-date :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Check if there are deadlines or scheduled entries before DATE. ** org-agenda-Quit :PROPERTIES: :CUSTOM_ID: org-agenda-Quit :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Exit the agenda and kill buffers loaded by `org-agenda'. : Also restore the window configuration. ** org-compute-property-at-point :PROPERTIES: :CUSTOM_ID: org-compute-property-at-point :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Compute the property at point. : This looks for an enclosing column format, extracts the operator and : then applies it to the property in the column format's scope. ** org-timer-pause-or-continue =(&optional stop)= :PROPERTIES: :CUSTOM_ID: org-timer-pause-or-continue :END: - *Access:* ~C-c C-x ,, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[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]] : Pause or continue the relative timer. : With prefix arg STOP, stop it entirely. ** org-babel-examplize-region =(beg end &optional results-switches)= :PROPERTIES: :CUSTOM_ID: org-babel-examplize-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[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]] : Comment out region using the inline '==' or ': ' org example quote. ** org-bibtex-read-file =(file)= :PROPERTIES: :CUSTOM_ID: org-bibtex-read-file :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-read-file&sr=1][Find modifications in git logs]] : Read FILE with `org-bibtex-read-buffer'. ** org-columns-delete :PROPERTIES: :CUSTOM_ID: org-columns-delete :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] : Delete the column at point from columns view. ** org-sparse-tree =(&optional arg type)= :PROPERTIES: :CUSTOM_ID: org-sparse-tree :END: - *Access:* ~C-c /, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Create a sparse tree, prompt for the details. : This command can create sparse trees. You first need to select the type : of match used to create the tree: : : t Show all TODO entries. : T Show entries with a specific TODO keyword. : m Show entries selected by a tags/property match. : p Enter a property name and its value (both with completion on existing : names/values) and show entries with that property. : r Show entries matching a regular expression (`/' can be used as well). : b Show deadlines and scheduled items before a date. : a Show deadlines and scheduled items after a date. : d Show deadlines due within `org-deadline-warning-days'. : D Show deadlines and scheduled items between a date range. ** org-content =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-content :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-content&sr=1][Find modifications in git logs]] : Show all headlines in the buffer, like a table of contents. : With numerical argument N, show content up to level N. ** org-insert-columns-dblock :PROPERTIES: :CUSTOM_ID: org-insert-columns-dblock :END: - *Access:* ~C-c C-x i, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[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]] : Create a dynamic block capturing a column view table. ** org-tbl-menu =(event)= :PROPERTIES: :CUSTOM_ID: org-tbl-menu :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Tbl menu ** org-agenda-reset-view :PROPERTIES: :CUSTOM_ID: org-agenda-reset-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Switch to default view for agenda. ** org-update-statistics-cookies =(all)= :PROPERTIES: :CUSTOM_ID: org-update-statistics-cookies :END: - *Access:* ~C-c #~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Update the statistics cookie, either from TODO or from checkboxes. : This should be called with the cursor in a line with a statistics cookie. ** org-agenda-priority =(&optional force-direction)= :PROPERTIES: :CUSTOM_ID: org-agenda-priority :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Set the priority of line at point, also in Org-mode file. : This changes the line at point, all other lines in the agenda referring to : the same tree node, and the headline of the tree node in the Org-mode file. : Called with a universal prefix arg, show the priority instead of setting it. ** org-next-item :PROPERTIES: :CUSTOM_ID: org-next-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[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]] : Move to the beginning of the next item. : Throw an error when not in a list. Also throw an error when at : last item, unless `org-list-use-circular-motion' is non-nil. ** org-yank =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-yank :END: - *Access:* ~C-y~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-yank&sr=1][Find modifications in git logs]] : Yank. If the kill is a subtree, treat it specially. : This command will look at the current kill and check if is a single : subtree, or a series of subtrees[1]. If it passes the test, and if the : cursor is at the beginning of a line or after the stars of a currently : empty headline, then the yank is handled specially. How exactly depends : on the value of the following variables, both set by default. : : org-yank-folded-subtrees : When set, the subtree(s) will be folded after insertion, but only : if doing so would now swallow text after the yanked text. : : org-yank-adjusted-subtrees : When set, the subtree will be promoted or demoted in order to : fit into the local outline tree structure, which means that the level : will be adjusted so that it becomes the smaller one of the two : *visible* surrounding headings. : : Any prefix to this command will cause `yank' to be called directly with : no special treatment. In particular, a simple C-u prefix will just : plainly yank the text as it is. : : [1] The test checks if the first non-white line is a heading : and if there are no other headings with fewer stars. ** org-agenda-kill-all-agenda-buffers :PROPERTIES: :CUSTOM_ID: org-agenda-kill-all-agenda-buffers :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Kill all buffers in `org-agenda-mode'. : This is used when toggling sticky agendas. : You can also explicitly invoke it with `C-c a C-k'. ** org-agenda-show =(&optional full-entry)= :PROPERTIES: :CUSTOM_ID: org-agenda-show :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[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]] : Display the Org-mode file which contains the item at point. : With prefix argument FULL-ENTRY, make the entire entry visible : if it was hidden in the outline. ** org-archive-subtree =(&optional find-done)= :PROPERTIES: :CUSTOM_ID: org-archive-subtree :END: - *Access:* ~C-c $~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]] - [[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]] : Move the current subtree to the archive. : The archive can be a certain top-level heading in the current file, or in : a different file. The tree will be moved to that location, the subtree : heading be marked DONE, and the current time will be added. : : When called with prefix argument FIND-DONE, find whole trees without any : open TODO items and archive them (after getting confirmation from the user). : If the cursor is not at a headline when this command is called, try all level : 1 trees. If the cursor is on a headline, only try the direct children of : this heading. ** org-add-note :PROPERTIES: :CUSTOM_ID: org-add-note :END: - *Access:* ~C-c C-z~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Add a note to the current entry. : This is done in the same way as adding a state change note. ** org-table-move-row-up :PROPERTIES: :CUSTOM_ID: org-table-move-row-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[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]] : Move table row up. ** org-at-timestamp-p =(&optional inactive-ok)= :PROPERTIES: :CUSTOM_ID: org-at-timestamp-p :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[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]] : Determine if the cursor is in or at a timestamp. ** org-agenda-convert-date :PROPERTIES: :CUSTOM_ID: org-agenda-convert-date :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-convert-date&sr=1][Find modifications in git logs]] ** org-cycle =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-cycle :END: - *Access:* ~, TAB, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle&sr=1][Find modifications in git logs]] : TAB-action and visibility cycling for Org-mode. : : This is the command invoked in Org-mode by the TAB key. Its main purpose : is outline visibility cycling, but it also invokes other actions : in special contexts. : : - When this function is called with a prefix argument, rotate the entire : buffer through 3 states (global cycling) : 1. OVERVIEW: Show only top-level headlines. : 2. CONTENTS: Show all headlines of all levels, but no body text. : 3. SHOW ALL: Show everything. : When called with two `C-u C-u' prefixes, switch to the startup visibility, : determined by the variable `org-startup-folded', and by any VISIBILITY : properties in the buffer. : When called with three `C-u C-u C-u' prefixed, show the entire buffer, : including any drawers. : : - When inside a table, re-align the table and move to the next field. : : - When point is at the beginning of a headline, rotate the subtree started : by this line through 3 different states (local cycling) : 1. FOLDED: Only the main headline is shown. : 2. CHILDREN: The main headline and the direct children are shown. : From this state, you can move to one of the children : and zoom in further. : 3. SUBTREE: Show the entire subtree, including body text. : If there is no subtree, switch directly from CHILDREN to FOLDED. : : - When point is at the beginning of an empty headline and the variable : `org-cycle-level-after-item/entry-creation' is set, cycle the level : of the headline by demoting and promoting it to likely levels. This : speeds up creation document structure by pressing TAB once or several : times right after creating a new headline. : : - When there is a numeric prefix, go up to a heading with level ARG, do : a `show-subtree' and return to the previous cursor position. If ARG : is negative, go up that many levels. : : - When point is not at the beginning of a headline, execute the global : binding for TAB, which is re-indenting the line. See the option : `org-cycle-emulate-tab' for details. : : - Special case: if point is at the beginning of the buffer and there is : no headline in line 1, this function will act as if called with prefix arg : (C-u TAB, same as S-TAB) also when called without prefix arg. : But only if also the variable `org-cycle-global-at-bob' is t. ** org-bibtex-write :PROPERTIES: :CUSTOM_ID: org-bibtex-write :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-write&sr=1][Find modifications in git logs]] : Insert a heading built from the first element of `org-bibtex-entries'. ** org-capture =(&optional goto keys)= :PROPERTIES: :CUSTOM_ID: org-capture :END: - *Access:* ~C-c c~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture&sr=1][Find modifications in git logs]] : Capture something. : : This will let you select a template from `org-capture-templates', and then : file the newly captured information. The text is immediately inserted : at the target location, and an indirect buffer is shown where you can : edit it. Pressing C-c C-c brings you back to the previous state : of Emacs, so that you can continue your work. : : When called interactively with a C-u prefix argument GOTO, don't capture : anything, just go to the file/headline where the selected template : stores its notes. With a double prefix argument C-u C-u, go to the last note : stored. : : When called with a `C-0' (zero) prefix, insert a template at point. : : ELisp programs can set KEYS to a string associated with a template : in `org-capture-templates'. In this case, interactive selection : will be bypassed. : : If `org-capture-use-agenda-date' is non-nil, capturing from the : agenda will use the date at point as the default date. Then, a : `C-1' prefix will tell the capture process to use the HH:MM time : of the day at point (if any) or the current HH:MM time. ** org-table-fedit-ref-down :PROPERTIES: :CUSTOM_ID: org-table-fedit-ref-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-ref-down&sr=1][Find modifications in git logs]] : Shift the reference at point one row/hline down. ** org-columns-remove-overlays :PROPERTIES: :CUSTOM_ID: org-columns-remove-overlays :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-remove-overlays&sr=1][Find modifications in git logs]] : Remove all currently active column overlays. ** org-agenda-goto-date =(span)= :PROPERTIES: :CUSTOM_ID: org-agenda-goto-date :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-goto-date&sr=1][Find modifications in git logs]] : Jump to DATE in agenda. ** org-table-create-with-table.el :PROPERTIES: :CUSTOM_ID: org-table-create-with-table.el :END: - *Access:* ~C-c ~, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-create-with-table.el&sr=1][Find modifications in git logs]] : Use the table.el package to insert a new table. : If there is already a table at point, convert between Org-mode tables : and table.el tables. ** org-beamer-export-to-latex =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-beamer-export-to-latex :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-beamer.el;hb=HEAD][ox-beamer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beamer-export-to-latex&sr=1][Find modifications in git logs]] : Export current buffer as a Beamer presentation (tex). : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-agenda-bulk-remove-overlays =(&optional beg end)= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-remove-overlays :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-remove-overlays&sr=1][Find modifications in git logs]] : Remove the mark overlays between BEG and END in the agenda buffer. : BEG and END default to the buffer limits. : : This only removes the overlays, it does not remove the markers : from the list in `org-agenda-bulk-marked-entries'. ** org-babel-execute-src-block =(&optional arg info params)= :PROPERTIES: :CUSTOM_ID: org-babel-execute-src-block :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-execute-src-block&sr=1][Find modifications in git logs]] : Execute the current source code block. : Insert the results of execution into the buffer. Source code : execution and the collection and formatting of results can be : controlled through a variety of header arguments. : : With prefix argument ARG, force re-execution even if an existing : result cached in the buffer would otherwise have been returned. : : Optionally supply a value for INFO in the form returned by : `org-babel-get-src-block-info'. : : Optionally supply a value for PARAMS which will be merged with : the header arguments specified at the front of the source code : block. ** org-deadline =(arg &optional time)= :PROPERTIES: :CUSTOM_ID: org-deadline :END: - *Access:* ~C-c C-d, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-deadline&sr=1][Find modifications in git logs]] : Insert the "DEADLINE:" string with a timestamp to make a deadline. : With one universal prefix argument, remove any deadline from the item. : With two universal prefix arguments, prompt for a warning delay. : With argument TIME, set the deadline at the corresponding date. TIME : can either be an Org date like "2011-07-24" or a delta like "+2d". ** org-id-goto =(id)= :PROPERTIES: :CUSTOM_ID: org-id-goto :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-id-goto&sr=1][Find modifications in git logs]] : Switch to the buffer containing the entry with id ID. : Move the cursor to that entry in that buffer. ** org-export-as-taskjuggler :PROPERTIES: :CUSTOM_ID: org-export-as-taskjuggler :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-taskjuggler&sr=1][Find modifications in git logs]] : Export parts of the current buffer as a TaskJuggler file. : The exporter looks for a tree with tag, property or todo that : matches `org-export-taskjuggler-project-tag' and takes this as : the tasks for this project. The first node of this tree defines : the project properties such as project name and project period. : If there is a tree with tag, property or todo that matches : `org-export-taskjuggler-resource-tag' this three is taken as : resources for the project. If no resources are specified, a : default resource is created and allocated to the project. Also : the taskjuggler project will be created with default reports as : defined in `org-export-taskjuggler-default-reports'. ** org-agenda-show-mouse =(ev)= :PROPERTIES: :CUSTOM_ID: org-agenda-show-mouse :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-mouse&sr=1][Find modifications in git logs]] : Display the Org-mode file which contains the item at the mouse click. ** org-bibtex-yank :PROPERTIES: :CUSTOM_ID: org-bibtex-yank :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-yank&sr=1][Find modifications in git logs]] : If kill ring holds a bibtex entry yank it as an Org-mode headline. ** org-mouse-down-mouse =(event)= :PROPERTIES: :CUSTOM_ID: org-mouse-down-mouse :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-down-mouse&sr=1][Find modifications in git logs]] ** org-edit-fixed-width-region :PROPERTIES: :CUSTOM_ID: org-edit-fixed-width-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-fixed-width-region&sr=1][Find modifications in git logs]] : Edit the fixed-width ascii drawing at point. : This must be a region where each line starts with a colon followed by : a space character. : An new buffer is created and the fixed-width region is copied into it, : and the buffer is switched into `artist-mode' for editing. When done, : exit with M-x org-edit-src-exit. The edited text will then replace : the fragment in the Org-mode buffer. ** org-babel-do-key-sequence-in-edit-buffer =(key)= :PROPERTIES: :CUSTOM_ID: org-babel-do-key-sequence-in-edit-buffer :END: - *Access:* ~C-c C-v x, C-c C-v C-x~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-do-key-sequence-in-edit-buffer&sr=1][Find modifications in git logs]] : Read key sequence and execute the command in edit buffer. : Enter a key sequence to be executed in the language major-mode : edit buffer. For example, TAB will alter the contents of the : Org-mode code block according to the effect of TAB in the : language major-mode buffer. For languages that support : interactive sessions, this can be used to send code from the Org : buffer to the session for evaluation using the native major-mode : evaluation mechanisms. ** org-src-do-key-sequence-at-code-block =(&optional key)= :PROPERTIES: :CUSTOM_ID: org-src-do-key-sequence-at-code-block :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-src-do-key-sequence-at-code-block&sr=1][Find modifications in git logs]] : Execute key sequence at code block in the source Org buffer. : The command bound to KEY in the Org-babel key map is executed : remotely with point temporarily at the start of the code block in : the Org buffer. : : This command is not bound to a key by default, to avoid conflicts : with language major mode bindings. To bind it to C-c @ in all : language major modes, you could use : : (add-hook 'org-src-mode-hook : (lambda () (define-key org-src-mode-map "\C-c@" : 'org-src-do-key-sequence-at-code-block))) : : In that case, for example, C-c @ t issued in code edit buffers : would tangle the current Org code block, C-c @ e would execute : the block and C-c @ h would display the other available : Org-babel commands. ** org-insert-todo-heading-respect-content =(&optional force-state)= :PROPERTIES: :CUSTOM_ID: org-insert-todo-heading-respect-content :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-todo-heading-respect-content&sr=1][Find modifications in git logs]] : Insert TODO heading with `org-insert-heading-respect-content' set to t. ** org-insert-drawer =(&optional arg drawer)= :PROPERTIES: :CUSTOM_ID: org-insert-drawer :END: - *Access:* ~C-c C-x d~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-drawer&sr=1][Find modifications in git logs]] : Insert a drawer at point. : : Optional argument DRAWER, when non-nil, is a string representing : drawer's name. Otherwise, the user is prompted for a name. : : If a region is active, insert the drawer around that region : instead. : : Point is left between drawer's boundaries. ** org-agenda-schedule =(arg &optional time)= :PROPERTIES: :CUSTOM_ID: org-agenda-schedule :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-schedule&sr=1][Find modifications in git logs]] : Schedule the item at point. : ARG is passed through to `org-schedule'. ** org-property-next-allowed-value =(&optional previous)= :PROPERTIES: :CUSTOM_ID: org-property-next-allowed-value :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-property-next-allowed-value&sr=1][Find modifications in git logs]] : Switch to the next allowed value for this property. ** org-beginning-of-line =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-beginning-of-line :END: - *Access:* ~C-a~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beginning-of-line&sr=1][Find modifications in git logs]] : Go to the beginning of the current line. If that is invisible, continue : to a visible line beginning. This makes the function of C-a more intuitive. : If this is a headline, and `org-special-ctrl-a/e' is set, ignore tags on the : first attempt, and only move to after the tags when the cursor is already : beyond the end of the headline. ** org-attach :PROPERTIES: :CUSTOM_ID: org-attach :END: - *Access:* ~C-c C-a~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach&sr=1][Find modifications in git logs]] : The dispatcher for attachment commands. : Shows a list of commands and prompts for another key to execute a command. ** org-agenda-bulk-unmark-all :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-unmark-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-unmark-all&sr=1][Find modifications in git logs]] : Remove all marks in the agenda buffer. : This will remove the markers and the overlays. ** org-shiftmetaleft :PROPERTIES: :CUSTOM_ID: org-shiftmetaleft :END: - *Access:* ~, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetaleft&sr=1][Find modifications in git logs]] : Promote subtree or delete table column. : Calls `org-promote-subtree', `org-outdent-item-tree', or : `org-table-delete-column', depending on context. See the : individual commands for more information. ** org-paste-special =(arg)= :PROPERTIES: :CUSTOM_ID: org-paste-special :END: - *Access:* ~C-c C-x C-y, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-paste-special&sr=1][Find modifications in git logs]] : Paste rectangular region into table, or past subtree relative to level. : Calls `org-table-paste-rectangle' or `org-paste-subtree', depending on context. : See the individual commands for more information. ** org-self-insert-command =(N)= :PROPERTIES: :CUSTOM_ID: org-self-insert-command :END: - *Access:* ~SPC..~, ...~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-self-insert-command&sr=1][Find modifications in git logs]] : Like `self-insert-command', use overwrite-mode for whitespace in tables. : If the cursor is in a table looking at whitespace, the whitespace is : overwritten, and the table is not marked as requiring realignment. ** org-table-fedit-scroll-down =(N)= :PROPERTIES: :CUSTOM_ID: org-table-fedit-scroll-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-scroll-down&sr=1][Find modifications in git logs]] ** org-encrypt-entry :PROPERTIES: :CUSTOM_ID: org-encrypt-entry :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-crypt.el;hb=HEAD][org-crypt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-encrypt-entry&sr=1][Find modifications in git logs]] : Encrypt the content of the current headline. ** org-table-get-stored-formulas =(&optional noerror)= :PROPERTIES: :CUSTOM_ID: org-table-get-stored-formulas :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-get-stored-formulas&sr=1][Find modifications in git logs]] : Return an alist with the stored formulas directly after current table. ** org-feed-update =(feed &optional retrieve-only)= :PROPERTIES: :CUSTOM_ID: org-feed-update :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-feed-update&sr=1][Find modifications in git logs]] : Get inbox items from FEED. : FEED can be a string with an association in `org-feed-alist', or : it can be a list structured like an entry in `org-feed-alist'. ** org-beamer-export-as-latex =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-beamer-export-as-latex :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-beamer.el;hb=HEAD][ox-beamer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beamer-export-as-latex&sr=1][Find modifications in git logs]] : Export current buffer as a Beamer buffer. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting buffer should be accessible : through the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Export is done in a buffer named "*Org BEAMER Export*", which : will be displayed when `org-export-show-temporary-export-buffer' : is non-nil. ** org-copy-visible =(beg end)= :PROPERTIES: :CUSTOM_ID: org-copy-visible :END: - *Access:* ~C-c C-x v, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-copy-visible&sr=1][Find modifications in git logs]] : Copy the visible parts of the region. ** org-cut-special :PROPERTIES: :CUSTOM_ID: org-cut-special :END: - *Access:* ~C-c C-x C-w, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cut-special&sr=1][Find modifications in git logs]] : Cut region in table or cut current subtree. : Calls `org-table-copy' or `org-cut-subtree', depending on context. : See the individual commands for more information. ** org-drag-line-backward =(arg)= :PROPERTIES: :CUSTOM_ID: org-drag-line-backward :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-drag-line-backward&sr=1][Find modifications in git logs]] : Drag the line at point ARG lines backward. ** org-icalendar-combine-agenda-files =(&optional async)= :PROPERTIES: :CUSTOM_ID: org-icalendar-combine-agenda-files :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-combine-agenda-files&sr=1][Find modifications in git logs]] : Combine all agenda files into a single iCalendar file. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : The file is stored under the name chosen in : `org-icalendar-combined-agenda-file'. ** org-table-iterate =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-table-iterate :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-iterate&sr=1][Find modifications in git logs]] : Recalculate the table until it does not change anymore. : The maximum number of iterations is 10, but you can choose a different value : with the prefix ARG. ** org-shiftcontrolleft :PROPERTIES: :CUSTOM_ID: org-shiftcontrolleft :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftcontrolleft&sr=1][Find modifications in git logs]] : Switch to previous TODO set. ** org-revert-all-org-buffers :PROPERTIES: :CUSTOM_ID: org-revert-all-org-buffers :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-revert-all-org-buffers&sr=1][Find modifications in git logs]] : Revert all Org-mode buffers. : Prompt for confirmation when there are unsaved changes. : Be sure you know what you are doing before letting this function : overwrite your changes. : : This function is useful in a setup where one tracks org files : with a version control system, to revert on one machine after pulling : changes from another. I believe the procedure must be like this: : : 1. M-x org-save-all-org-buffers : 2. Pull changes from the other machine, resolve conflicts : 3. M-x org-revert-all-org-buffers ** org-babel-result-hide-all :PROPERTIES: :CUSTOM_ID: org-babel-result-hide-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-result-hide-all&sr=1][Find modifications in git logs]] : Fold all results in the current buffer. ** org-agenda-drag-line-forward =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-drag-line-forward :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-drag-line-forward&sr=1][Find modifications in git logs]] : Drag an agenda line forward by ARG lines. ** org-export =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-export :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export&sr=1][Find modifications in git logs]] : Export dispatcher for Org-mode. : When `org-export-run-in-background' is non-nil, try to run the command : in the background. This will be done only for commands that write : to a file. For details see the docstring of `org-export-run-in-background'. : : The prefix argument ARG will be passed to the exporter. However, if : ARG is a double universal prefix C-u C-u, that means to inverse the : value of `org-export-run-in-background'. : : If `org-export-initial-scope' is set to 'subtree, try to export : the current subtree, otherwise try to export the whole buffer. : Pressing `1' will switch between these two options. ** org-agenda-bulk-toggle-all :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-toggle-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-toggle-all&sr=1][Find modifications in git logs]] : Toggle all marks for bulk action. ** org-decrypt-entries :PROPERTIES: :CUSTOM_ID: org-decrypt-entries :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-crypt.el;hb=HEAD][org-crypt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-decrypt-entries&sr=1][Find modifications in git logs]] : Decrypt all entries in the current buffer. ** org-set-tags-command =(&optional arg just-align)= :PROPERTIES: :CUSTOM_ID: org-set-tags-command :END: - *Access:* ~C-c C-q, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-tags-command&sr=1][Find modifications in git logs]] : Call the set-tags command for the current entry. ** org-clock-sum =(&optional tstart tend headline-filter propname)= :PROPERTIES: :CUSTOM_ID: org-clock-sum :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-sum&sr=1][Find modifications in git logs]] : Sum the times for each subtree. : Puts the resulting times in minutes as a text property on each headline. : TSTART and TEND can mark a time range to be considered. : HEADLINE-FILTER is a zero-arg function that, if specified, is called for : each headline in the time range with point at the headline. Headlines for : which HEADLINE-FILTER returns nil are excluded from the clock summation. : PROPNAME lets you set a custom text property instead of :org-clock-minutes. ** org-babel-tangle-jump-to-org :PROPERTIES: :CUSTOM_ID: org-babel-tangle-jump-to-org :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-tangle-jump-to-org&sr=1][Find modifications in git logs]] : Jump from a tangled code file to the related Org-mode file. ** org-columns-compute =(property)= :PROPERTIES: :CUSTOM_ID: org-columns-compute :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-compute&sr=1][Find modifications in git logs]] : Sum the values of property PROPERTY hierarchically, for the entire buffer. ** org-table-next-row :PROPERTIES: :CUSTOM_ID: org-table-next-row :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-next-row&sr=1][Find modifications in git logs]] : Go to the next row (same column) in the current table. : Before doing so, re-align the table if necessary. ** org-export-dispatch =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-export-dispatch :END: - *Access:* ~C-c C-e, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-dispatch&sr=1][Find modifications in git logs]] : Export dispatcher for Org mode. : : It provides an access to common export related tasks in a buffer. : Its interface comes in two flavours: standard and expert. : : While both share the same set of bindings, only the former : displays the valid keys associations in a dedicated buffer. : Scrolling (resp. line-wise motion) in this buffer is done with : SPC and DEL (resp. C-n and C-p) keys. : : Set variable `org-export-dispatch-use-expert-ui' to switch to one : flavour or the other. : : When ARG is C-u, repeat the last export action, with the same set : of options used back then, on the current buffer. : : When ARG is C-u C-u, display the asynchronous export stack. ** org-sort-list =(&optional with-case sorting-type getkey-func compare-func)= :PROPERTIES: :CUSTOM_ID: org-sort-list :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-sort-list&sr=1][Find modifications in git logs]] : Sort list items. : The cursor may be at any item of the list that should be sorted. : Sublists are not sorted. Checkboxes, if any, are ignored. : : Sorting can be alphabetically, numerically, by date/time as given : by a time stamp, by a property or by priority. : : Comparing entries ignores case by default. However, with an : optional argument WITH-CASE, the sorting considers case as well. : : The command prompts for the sorting type unless it has been given : to the function through the SORTING-TYPE argument, which needs to : be a character, (?n ?N ?a ?A ?t ?T ?f ?F). Here is the precise : meaning of each character: : : n Numerically, by converting the beginning of the item to a number. : a Alphabetically. Only the first line of item is checked. : t By date/time, either the first active time stamp in the entry, if : any, or by the first inactive one. In a timer list, sort the timers. : : Capital letters will reverse the sort order. : : If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies : a function to be called with point at the beginning of the : record. It must return either a string or a number that should : serve as the sorting key for that record. It will then use : COMPARE-FUNC to compare entries. : : Sorting is done against the visible part of the headlines, it : ignores hidden links. ** org-babel-exp-non-block-elements =(start end)= :PROPERTIES: :CUSTOM_ID: org-babel-exp-non-block-elements :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-exp.el;hb=HEAD][ob-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-exp-non-block-elements&sr=1][Find modifications in git logs]] : Process inline source and call lines between START and END for export. ** org-align-all-tags :PROPERTIES: :CUSTOM_ID: org-align-all-tags :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-align-all-tags&sr=1][Find modifications in git logs]] : Align the tags i all headings. ** org-global-cycle =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-global-cycle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-global-cycle&sr=1][Find modifications in git logs]] : Cycle the global visibility. For details see `org-cycle'. : With C-u prefix arg, switch to startup visibility. : With a numeric prefix, show all headlines up to that level. ** org-preview-latex-fragment =(&optional subtree)= :PROPERTIES: :CUSTOM_ID: org-preview-latex-fragment :END: - *Access:* ~C-c C-x C-l~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-preview-latex-fragment&sr=1][Find modifications in git logs]] : Preview the LaTeX fragment at point, or all locally or globally. : If the cursor is in a LaTeX fragment, create the image and overlay : it over the source code. If there is no fragment at point, display : all fragments in the current text, from one headline to the next. With : prefix SUBTREE, display all fragments in the current subtree. With a : double prefix arg C-u C-u, or when the cursor is before the first headline, : display all fragments in the buffer. : The images can be removed again with C-c C-c. ** org-columns-next-allowed-value =(&optional previous nth)= :PROPERTIES: :CUSTOM_ID: org-columns-next-allowed-value :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-next-allowed-value&sr=1][Find modifications in git logs]] : Switch to the next allowed value for this column. : When PREVIOUS is set, go to the previous value. When NTH is : an integer, select that value. ** org-mouse-move-tree-start =(event)= :PROPERTIES: :CUSTOM_ID: org-mouse-move-tree-start :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-move-tree-start&sr=1][Find modifications in git logs]] ** org-babel-sha1-hash =(&optional info)= :PROPERTIES: :CUSTOM_ID: org-babel-sha1-hash :END: - *Access:* ~C-c C-v a, C-c C-v C-a~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-sha1-hash&sr=1][Find modifications in git logs]] : Generate an sha1 hash based on the value of info. ** org-agenda-archive-to-archive-sibling :PROPERTIES: :CUSTOM_ID: org-agenda-archive-to-archive-sibling :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-archive-to-archive-sibling&sr=1][Find modifications in git logs]] : Move the entry to the archive sibling. ** org-agenda-remove-restriction-lock =(&optional noupdate)= :PROPERTIES: :CUSTOM_ID: org-agenda-remove-restriction-lock :END: - *Access:* ~C-c C-x >~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-remove-restriction-lock&sr=1][Find modifications in git logs]] : Remove the agenda restriction lock. ** org-agenda-manipulate-query-subtract :PROPERTIES: :CUSTOM_ID: org-agenda-manipulate-query-subtract :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-manipulate-query-subtract&sr=1][Find modifications in git logs]] : Manipulate the query by adding a search term with negative selection. : Negative selection means term must not be matched for selection of an entry. ** org-clock-jump-to-current-clock =(&optional effective-clock)= :PROPERTIES: :CUSTOM_ID: org-clock-jump-to-current-clock :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-jump-to-current-clock&sr=1][Find modifications in git logs]] ** org-previous-item :PROPERTIES: :CUSTOM_ID: org-previous-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-previous-item&sr=1][Find modifications in git logs]] : Move to the beginning of the previous item. : Throw an error when not in a list. Also throw an error when at : first item, unless `org-list-use-circular-motion' is non-nil. ** org-icalendar-export-agenda-files =(&optional async)= :PROPERTIES: :CUSTOM_ID: org-icalendar-export-agenda-files :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-export-agenda-files&sr=1][Find modifications in git logs]] : Export all agenda files to iCalendar files. : When optional argument ASYNC is non-nil, export happens in an : external process. ** org-columns-new =(&optional prop title width op fmt fun &rest rest)= :PROPERTIES: :CUSTOM_ID: org-columns-new :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-new&sr=1][Find modifications in git logs]] : Insert a new column, to the left of the current column. ** org-odt-export-to-odt =(&optional async subtreep visible-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-odt-export-to-odt :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-export-to-odt&sr=1][Find modifications in git logs]] : Export current buffer to a ODT file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-table-export =(&optional file format)= :PROPERTIES: :CUSTOM_ID: org-table-export :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-export&sr=1][Find modifications in git logs]] : Export table to a file, with configurable format. : Such a file can be imported into usual spreadsheet programs. : : FILE can be the output file name. If not given, it will be taken : from a TABLE_EXPORT_FILE property in the current entry or higher : up in the hierarchy, or the user will be prompted for a file : name. FORMAT can be an export format, of the same kind as it : used when `orgtbl-mode' sends a table in a different format. : : The command suggests a format depending on TABLE_EXPORT_FORMAT, : whether it is set locally or up in the hierarchy, then on the : extension of the given file name, and finally on the variable : `org-table-export-default-format'. ** org-edit-src-save :PROPERTIES: :CUSTOM_ID: org-edit-src-save :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-src-save&sr=1][Find modifications in git logs]] : Save parent buffer with current state source-code buffer. ** org-clock-sum-today =(&optional headline-filter)= :PROPERTIES: :CUSTOM_ID: org-clock-sum-today :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-sum-today&sr=1][Find modifications in git logs]] : Sum the times for each subtree for today. ** org-babel-load-in-session =(&optional arg info)= :PROPERTIES: :CUSTOM_ID: org-babel-load-in-session :END: - *Access:* ~C-c C-v l, C-c C-v C-l~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-load-in-session&sr=1][Find modifications in git logs]] : Load the body of the current source-code block. : Evaluate the header arguments for the source block before : entering the session. After loading the body this pops open the : session. ** org-capture-finalize =(&optional stay-with-capture)= :PROPERTIES: :CUSTOM_ID: org-capture-finalize :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-finalize&sr=1][Find modifications in git logs]] : Finalize the capture process. : With prefix argument STAY-WITH-CAPTURE, jump to the location of the : captured item after finalizing. ** org-table-show-reference =(&optional local)= :PROPERTIES: :CUSTOM_ID: org-table-show-reference :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-show-reference&sr=1][Find modifications in git logs]] : Show the location/value of the $ expression at point. ** org-indent-region =(start end)= :PROPERTIES: :CUSTOM_ID: org-indent-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-region&sr=1][Find modifications in git logs]] : Indent region. ** org-insert-export-options-template :PROPERTIES: :CUSTOM_ID: org-insert-export-options-template :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-export-options-template&sr=1][Find modifications in git logs]] : Insert into the buffer a template with information for exporting. ** org-toggle-link-display :PROPERTIES: :CUSTOM_ID: org-toggle-link-display :END: - *Access:* ~ , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-link-display&sr=1][Find modifications in git logs]] : Toggle the literal or descriptive display of links. ** org-agenda-date-earlier =(arg &optional what)= :PROPERTIES: :CUSTOM_ID: org-agenda-date-earlier :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-date-earlier&sr=1][Find modifications in git logs]] : Change the date of this item to ARG day(s) earlier. ** org-convert-to-oddeven-levels :PROPERTIES: :CUSTOM_ID: org-convert-to-oddeven-levels :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-convert-to-oddeven-levels&sr=1][Find modifications in git logs]] : Convert an org-mode file with only odd levels to one with odd/even levels. : This promotes level 3 to level 2, level 5 to level 3 etc. If the : file contains a section with an even level, conversion would : destroy the structure of the file. An error is signaled in this : case. ** org-encrypt-entries :PROPERTIES: :CUSTOM_ID: org-encrypt-entries :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-crypt.el;hb=HEAD][org-crypt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-encrypt-entries&sr=1][Find modifications in git logs]] : Encrypt all top-level entries in the current buffer. ** org-shiftcontrolup =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-shiftcontrolup :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftcontrolup&sr=1][Find modifications in git logs]] : Change timestamps synchronously up in CLOCK log lines. : Optional argument N tells to change by that many units. ** org-agenda-tree-to-indirect-buffer =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-tree-to-indirect-buffer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-tree-to-indirect-buffer&sr=1][Find modifications in git logs]] : Show the subtree corresponding to the current entry in an indirect buffer. : This calls the command `org-tree-to-indirect-buffer' from the original buffer. : : With a numerical prefix ARG, go up to this level and then take that tree. : With a negative numeric ARG, go up by this number of levels. : With a C-u prefix, make a separate frame for this tree (i.e. don't : use the dedicated frame). ** org-ctags-append-topic =(name &optional narrowp)= :PROPERTIES: :CUSTOM_ID: org-ctags-append-topic :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctags-append-topic&sr=1][Find modifications in git logs]] : This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS. : Append a new toplevel heading to the end of the current buffer. The : heading contains NAME surrounded by <>, thus making : the heading a destination for the tag `NAME'. ** org-export-as-html-to-buffer =(arg)= :PROPERTIES: :CUSTOM_ID: org-export-as-html-to-buffer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-html-to-buffer&sr=1][Find modifications in git logs]] : Call `org-export-as-html` with output to a temporary buffer. : No file is created. The prefix ARG is passed through to `org-export-as-html'. ** org-agenda-next-date-line =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-next-date-line :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-next-date-line&sr=1][Find modifications in git logs]] : Jump to the next line indicating a date in agenda buffer. ** org-fill-paragraph =(&optional justify)= :PROPERTIES: :CUSTOM_ID: org-fill-paragraph :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-fill-paragraph&sr=1][Find modifications in git logs]] : Fill element at point, when applicable. : : This function only applies to comment blocks, comments, example : blocks and paragraphs. Also, as a special case, re-align table : when point is at one. : : If JUSTIFY is non-nil (interactively, with prefix argument), : justify as well. If `sentence-end-double-space' is non-nil, then : period followed by one space does not end a sentence, so don't : break a line there. The variable `fill-column' controls the : width for filling. : : For convenience, when point is at a plain list, an item or : a footnote definition, try to fill the first paragraph within. ** org-agenda-manipulate-query-add :PROPERTIES: :CUSTOM_ID: org-agenda-manipulate-query-add :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-manipulate-query-add&sr=1][Find modifications in git logs]] : Manipulate the query by adding a search term with positive selection. : Positive selection means the term must be matched for selection of an entry. ** org-agenda-previous-date-line =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-previous-date-line :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-previous-date-line&sr=1][Find modifications in git logs]] : Jump to the previous line indicating a date in agenda buffer. ** org-columns-edit-allowed :PROPERTIES: :CUSTOM_ID: org-columns-edit-allowed :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-edit-allowed&sr=1][Find modifications in git logs]] : Edit the list of allowed values for the current property. ** org-export-as-html =(arg &optional ext-plist to-buffer body-only pub-dir)= :PROPERTIES: :CUSTOM_ID: org-export-as-html :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-html&sr=1][Find modifications in git logs]] : Export the outline as a pretty HTML file. : If there is an active region, export only the region. The prefix : ARG specifies how many levels of the outline should become : headlines. The default is 3. Lower levels will become bulleted : lists. EXT-PLIST is a property list with external parameters overriding : org-mode's default settings, but still inferior to file-local : settings. When TO-BUFFER is non-nil, create a buffer with that : name and export to that buffer. If TO-BUFFER is the symbol : `string', don't leave any buffer behind but just return the : resulting HTML as a string. When BODY-ONLY is set, don't produce : the file header and footer, simply return the content of : ..., without even the body tags themselves. When : PUB-DIR is set, use this as the publishing directory. ** org-insert-link-global :PROPERTIES: :CUSTOM_ID: org-insert-link-global :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-link-global&sr=1][Find modifications in git logs]] : Insert a link like Org-mode does. : This command can be called in any mode to insert a link in Org-mode syntax. ** org-odt-convert =(&optional in-file out-fmt prefix-arg)= :PROPERTIES: :CUSTOM_ID: org-odt-convert :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-convert&sr=1][Find modifications in git logs]] : Convert IN-FILE to format OUT-FMT using a command line converter. : IN-FILE is the file to be converted. If unspecified, it defaults : to variable `buffer-file-name'. OUT-FMT is the desired output : format. Use `org-odt-convert-process' as the converter. : If PREFIX-ARG is non-nil then the newly converted file is opened : using `org-open-file'. ** org-cycle-list-bullet =(&optional which)= :PROPERTIES: :CUSTOM_ID: org-cycle-list-bullet :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle-list-bullet&sr=1][Find modifications in git logs]] : Cycle through the different itemize/enumerate bullets. : This cycle the entire list level through the sequence: : : `-' -> `+' -> `*' -> `1.' -> `1)' : : If WHICH is a valid string, use that as the new bullet. If WHICH : is an integer, 0 means `-', 1 means `+' etc. If WHICH is : `previous', cycle backwards. ** org-mouse-yank-link =(click)= :PROPERTIES: :CUSTOM_ID: org-mouse-yank-link :END: - *Access:* ~, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-yank-link&sr=1][Find modifications in git logs]] ** org-agenda-refile =(&optional goto rfloc no-update)= :PROPERTIES: :CUSTOM_ID: org-agenda-refile :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-refile&sr=1][Find modifications in git logs]] : Refile the item at point. : : When GOTO is 0 or '(64), clear the refile cache. : When GOTO is '(16), go to the location of the last refiled item. : RFLOC can be a refile location obtained in a different way. : When NO-UPDATE is non-nil, don't redo the agenda buffer. ** org-clock-mark-default-task :PROPERTIES: :CUSTOM_ID: org-clock-mark-default-task :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-mark-default-task&sr=1][Find modifications in git logs]] : Mark current task as default task. ** org-open-link-from-string =(s &optional arg reference-buffer)= :PROPERTIES: :CUSTOM_ID: org-open-link-from-string :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-open-link-from-string&sr=1][Find modifications in git logs]] : Open a link in the string S, as if it was in Org-mode. ** org-babel-next-src-block =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-babel-next-src-block :END: - *Access:* ~C-c C-v C-n, C-c C-v n~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-next-src-block&sr=1][Find modifications in git logs]] : Jump to the next source block. : With optional prefix argument ARG, jump forward ARG many source blocks. ** org-beamer-select-environment :PROPERTIES: :CUSTOM_ID: org-beamer-select-environment :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-beamer.el;hb=HEAD][ox-beamer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beamer-select-environment&sr=1][Find modifications in git logs]] : Select the environment to be used by beamer for this entry. : While this uses (for convenience) a tag selection interface, the : result of this command will be that the BEAMER_env *property* of : the entry is set. : : In addition to this, the command will also set a tag as a visual : aid, but the tag does not have any semantic meaning. ** org-do-promote :PROPERTIES: :CUSTOM_ID: org-do-promote :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-do-promote&sr=1][Find modifications in git logs]] : Promote the current heading higher up the tree. : If the region is active in `transient-mark-mode', promote all headings : in the region. ** org-iswitchb =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-iswitchb :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-iswitchb&sr=1][Find modifications in git logs]] : Switch between Org buffers. : With one prefix argument, restrict available buffers to files. : With two prefix arguments, restrict available buffers to agenda files. : : Defaults to `iswitchb' for buffer name completion. : Set `org-completion-use-ido' to make it use ido instead. ** org-table-recalculate =(&optional all noalign)= :PROPERTIES: :CUSTOM_ID: org-table-recalculate :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-recalculate&sr=1][Find modifications in git logs]] : Recalculate the current table line by applying all stored formulas. : With prefix arg ALL, do this for all lines in the table. : With the prefix argument ALL is `(16)' (a double M-x universal-prefix M-x universal-prefix prefix), or if : it is the symbol `iterate', recompute the table until it no longer changes. : If NOALIGN is not nil, do not re-align the table after the computations : are done. This is typically used internally to save time, if it is : known that the table will be realigned a little later anyway. ** org-table-delete-column :PROPERTIES: :CUSTOM_ID: org-table-delete-column :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-delete-column&sr=1][Find modifications in git logs]] : Delete a column from the table. ** org-habit-toggle-habits :PROPERTIES: :CUSTOM_ID: org-habit-toggle-habits :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-habit.el;hb=HEAD][org-habit.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-habit-toggle-habits&sr=1][Find modifications in git logs]] : Toggle display of habits in an agenda buffer. ** org-dblock-update =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-dblock-update :END: - *Access:* ~C-c C-x C-u~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-dblock-update&sr=1][Find modifications in git logs]] : User command for updating dynamic blocks. : Update the dynamic block at point. With prefix ARG, update all dynamic : blocks in the buffer. ** org-ctrl-c-ctrl-c =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-ctrl-c-ctrl-c :END: - *Access:* ~C-c C-c, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctrl-c-ctrl-c&sr=1][Find modifications in git logs]] : Set tags in headline, or update according to changed information at point. : : This command does many different things, depending on context: : : - If a function in `org-ctrl-c-ctrl-c-hook' recognizes this location, : this is what we do. : : - If the cursor is on a statistics cookie, update it. : : - If the cursor is in a headline, prompt for tags and insert them : into the current line, aligned to `org-tags-column'. When called : with prefix arg, realign all tags in the current buffer. : : - If the cursor is in one of the special #+KEYWORD lines, this : triggers scanning the buffer for these lines and updating the : information. : : - If the cursor is inside a table, realign the table. This command : works even if the automatic table editor has been turned off. : : - If the cursor is on a #+TBLFM line, re-apply the formulas to : the entire table. : : - If the cursor is at a footnote reference or definition, jump to : the corresponding definition or references, respectively. : : - If the cursor is a the beginning of a dynamic block, update it. : : - If the current buffer is a capture buffer, close note and file it. : : - If the cursor is on a <<>>, update radio targets and : corresponding links in this buffer. : : - If the cursor is on a numbered item in a plain list, renumber the : ordered list. : : - If the cursor is on a checkbox, toggle it. : : - If the cursor is on a code block, evaluate it. The variable : `org-confirm-babel-evaluate' can be used to control prompting : before code block evaluation, by default every code block : evaluation requires confirmation. Code block evaluation can be : inhibited by setting `org-babel-no-eval-on-ctrl-c-ctrl-c'. ** org-id-copy :PROPERTIES: :CUSTOM_ID: org-id-copy :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-id-copy&sr=1][Find modifications in git logs]] : Copy the ID of the entry at point to the kill ring. : Create an ID if necessary. ** org-export-region-as-html =(beg end &optional body-only buffer)= :PROPERTIES: :CUSTOM_ID: org-export-region-as-html :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-region-as-html&sr=1][Find modifications in git logs]] : Convert region from BEG to END in org-mode buffer to HTML. : If prefix arg BODY-ONLY is set, omit file header, footer, and table of : contents, and only produce the region of converted text, useful for : cut-and-paste operations. : If BUFFER is a buffer or a string, use/create that buffer as a target : of the converted HTML. If BUFFER is the symbol `string', return the : produced HTML as a string and leave not buffer behind. For example, : a Lisp program could call this function in the following way: : : (setq html (org-export-region-as-html beg end t 'string)) : : When called interactively, the output buffer is selected, and shown : in a window. A non-interactive call will only return the buffer. ** org-texinfo-export-to-info =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-texinfo-export-to-info :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-texinfo.el;hb=HEAD][ox-texinfo.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-texinfo-export-to-info&sr=1][Find modifications in git logs]] : Export current buffer to Texinfo then process through to INFO. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : When optional argument PUB-DIR is set, use it as the publishing : directory. : : Return INFO file's name. ** org-agenda-date-later =(arg &optional what)= :PROPERTIES: :CUSTOM_ID: org-agenda-date-later :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-date-later&sr=1][Find modifications in git logs]] : Change the date of this item to ARG day(s) later. ** org-ctags-find-tag =(name)= :PROPERTIES: :CUSTOM_ID: org-ctags-find-tag :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctags-find-tag&sr=1][Find modifications in git logs]] : This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS. : Look for a tag called `NAME' in the current TAGS table. If it is found, : visit the file and location where the tag is found. ** org-footnote-goto-definition =(label)= :PROPERTIES: :CUSTOM_ID: org-footnote-goto-definition :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-goto-definition&sr=1][Find modifications in git logs]] : Move point to the definition of the footnote LABEL. : Return a non-nil value when a definition has been found. ** org-toggle-archive-tag =(&optional find-done)= :PROPERTIES: :CUSTOM_ID: org-toggle-archive-tag :END: - *Access:* ~C-c C-x a, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-archive-tag&sr=1][Find modifications in git logs]] : Toggle the archive tag for the current headline. : With prefix ARG, check all children of current headline and offer tagging : the children that do not contain any open TODO items. ** org-attach-reveal-in-emacs :PROPERTIES: :CUSTOM_ID: org-attach-reveal-in-emacs :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-reveal-in-emacs&sr=1][Find modifications in git logs]] : Show the attachment directory of the current task in dired. ** org-sort =(with-case)= :PROPERTIES: :CUSTOM_ID: org-sort :END: - *Access:* ~C-c ^, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-sort&sr=1][Find modifications in git logs]] : Call `org-sort-entries', `org-table-sort-lines' or `org-sort-list'. : Optional argument WITH-CASE means sort case-sensitively. ** org-archive-set-tag :PROPERTIES: :CUSTOM_ID: org-archive-set-tag :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-archive-set-tag&sr=1][Find modifications in git logs]] : Set the ARCHIVE tag. ** org-goto-local-auto-isearch :PROPERTIES: :CUSTOM_ID: org-goto-local-auto-isearch :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-local-auto-isearch&sr=1][Find modifications in git logs]] : Start isearch. ** org-entities-help :PROPERTIES: :CUSTOM_ID: org-entities-help :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-entities.el;hb=HEAD][org-entities.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-entities-help&sr=1][Find modifications in git logs]] : Create a Help buffer with all available entities. ** org-agenda-set-effort :PROPERTIES: :CUSTOM_ID: org-agenda-set-effort :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-set-effort&sr=1][Find modifications in git logs]] : Set the effort property for the current headline. ** org-goto-calendar =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-goto-calendar :END: - *Access:* ~C-c >, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-calendar&sr=1][Find modifications in git logs]] : Go to the Emacs calendar at the current date. : If there is a time stamp in the current line, go to that date. : A prefix ARG can be used to force the current date. ** org-version =(&optional here full message)= :PROPERTIES: :CUSTOM_ID: org-version :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-version&sr=1][Find modifications in git logs]] : Show the org-mode version in the echo area. : With prefix argument HERE, insert it at point. : When FULL is non-nil, use a verbose version string. : When MESSAGE is non-nil, display a message with the version. ** org-transpose-words :PROPERTIES: :CUSTOM_ID: org-transpose-words :END: - *Access:* ~M-t~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-transpose-words&sr=1][Find modifications in git logs]] : Transpose words for Org. : This uses the `org-mode-transpose-word-syntax-table' syntax : table, which interprets characters in `org-emphasis-alist' as : word constituants. ** org-toggle-comment :PROPERTIES: :CUSTOM_ID: org-toggle-comment :END: - *Access:* ~C-c ;~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-comment&sr=1][Find modifications in git logs]] : Change the COMMENT state of an entry. ** org-agenda-drag-line-backward =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-drag-line-backward :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-drag-line-backward&sr=1][Find modifications in git logs]] : Drag an agenda line backward by ARG lines. ** org-tags-view =(&optional todo-only match)= :PROPERTIES: :CUSTOM_ID: org-tags-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tags-view&sr=1][Find modifications in git logs]] : Show all headlines for all `org-agenda-files' matching a TAGS criterion. : The prefix arg TODO-ONLY limits the search to TODO entries. ** org-attach-attach-lns :PROPERTIES: :CUSTOM_ID: org-attach-attach-lns :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-attach-lns&sr=1][Find modifications in git logs]] : Attach a file by creating a symbolic link to it. : : Beware that this does not work on systems that do not support symbolic links. : On some systems, this apparently does copy the file instead. ** org-indent-line :PROPERTIES: :CUSTOM_ID: org-indent-line :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-line&sr=1][Find modifications in git logs]] : Indent line depending on context. ** org-metaup =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-metaup :END: - *Access:* ~, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaup&sr=1][Find modifications in git logs]] : Move subtree up or move table row up. : Calls `org-move-subtree-up' or `org-table-move-row' or : `org-move-item-up', depending on context. See the individual commands : for more information. ** org-clock-cancel :PROPERTIES: :CUSTOM_ID: org-clock-cancel :END: - *Access:* ~C-c C-x C-q, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-cancel&sr=1][Find modifications in git logs]] : Cancel the running clock by removing the start timestamp. ** org-agenda-priority-down :PROPERTIES: :CUSTOM_ID: org-agenda-priority-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-priority-down&sr=1][Find modifications in git logs]] : Decrease the priority of line at point, also in Org-mode file. ** org-agenda-archive :PROPERTIES: :CUSTOM_ID: org-agenda-archive :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-archive&sr=1][Find modifications in git logs]] : Archive the entry or subtree belonging to the current agenda entry. ** org-table-current-dline :PROPERTIES: :CUSTOM_ID: org-table-current-dline :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-current-dline&sr=1][Find modifications in git logs]] : Find out what table data line we are in. : Only data lines count for this. ** org-src-fontify-block :PROPERTIES: :CUSTOM_ID: org-src-fontify-block :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-src-fontify-block&sr=1][Find modifications in git logs]] : Fontify code block at point. ** org-refile-goto-last-stored :PROPERTIES: :CUSTOM_ID: org-refile-goto-last-stored :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-refile-goto-last-stored&sr=1][Find modifications in git logs]] : Go to the location where the last refile was stored. ** org-man-export-to-pdf =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-man-export-to-pdf :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-man.el;hb=HEAD][ox-man.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-man-export-to-pdf&sr=1][Find modifications in git logs]] : Export current buffer to Groff then process through to PDF. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write between : markers. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return PDF file's name. ** org-babel-load-file =(file &optional compile)= :PROPERTIES: :CUSTOM_ID: org-babel-load-file :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-load-file&sr=1][Find modifications in git logs]] : Load Emacs Lisp source code blocks in the Org-mode FILE. : This function exports the source code using `org-babel-tangle' : and then loads the resulting file using `load-file'. With prefix : arg (noninteractively: 2nd arg) COMPILE the tangled Emacs Lisp : file to byte-code before it is loaded. ** org-html-export-to-html =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-html-export-to-html :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-export-to-html&sr=1][Find modifications in git logs]] : Export current buffer to a HTML file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "" and "" tags. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-latex-export-to-latex =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-latex-export-to-latex :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-export-to-latex&sr=1][Find modifications in git logs]] : Export current buffer to a LaTeX file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-archive-subtree-default :PROPERTIES: :CUSTOM_ID: org-archive-subtree-default :END: - *Access:* ~C-c C-x C-a, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-archive.el;hb=HEAD][org-archive.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-archive-subtree-default&sr=1][Find modifications in git logs]] : Archive the current subtree with the default command. : This command is set with the variable `org-archive-default-command'. ** org-rss-export-to-rss =(&optional async subtreep visible-only)= :PROPERTIES: :CUSTOM_ID: org-rss-export-to-rss :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-rss.el;hb=HEAD][ox-rss.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-rss-export-to-rss&sr=1][Find modifications in git logs]] : Export current buffer to a RSS file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : Return output file's name. ** org-id-update-id-locations =(&optional files silent)= :PROPERTIES: :CUSTOM_ID: org-id-update-id-locations :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-id-update-id-locations&sr=1][Find modifications in git logs]] : Scan relevant files for IDs. : Store the relation between files and corresponding IDs. : This will scan all agenda files, all associated archives, and all : files currently mentioned in `org-id-locations'. : When FILES is given, scan these files instead. : When CHECK is given, prepare detailed information about duplicate IDs. ** org-mouse-move-tree =(event)= :PROPERTIES: :CUSTOM_ID: org-mouse-move-tree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-move-tree&sr=1][Find modifications in git logs]] ** org-cycle-agenda-files :PROPERTIES: :CUSTOM_ID: org-cycle-agenda-files :END: - *Access:* ~C-', C-,, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle-agenda-files&sr=1][Find modifications in git logs]] : Cycle through the files in `org-agenda-files'. : If the current buffer visits an agenda file, find the next one in the list. : If the current buffer does not, find the first agenda file. ** org-property-previous-allowed-value =(&optional previous)= :PROPERTIES: :CUSTOM_ID: org-property-previous-allowed-value :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-property-previous-allowed-value&sr=1][Find modifications in git logs]] : Switch to the next allowed value for this property. ** org-feed-goto-inbox =(feed)= :PROPERTIES: :CUSTOM_ID: org-feed-goto-inbox :END: - *Access:* ~C-c C-x G, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-feed-goto-inbox&sr=1][Find modifications in git logs]] : Go to the inbox that captures the feed named FEED. ** org-columns-move-left :PROPERTIES: :CUSTOM_ID: org-columns-move-left :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-move-left&sr=1][Find modifications in git logs]] : Swap this column with the one to the left. ** org-metaleft =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-metaleft :END: - *Access:* ~, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-metaleft&sr=1][Find modifications in git logs]] : Promote heading or move table column to left. : Calls `org-do-promote' or `org-table-move-column', depending on context. : With no specific context, calls the Emacs default `backward-word'. : See the individual commands for more information. ** org-latex-export-as-latex =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-latex-export-as-latex :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-export-as-latex&sr=1][Find modifications in git logs]] : Export current buffer as a LaTeX buffer. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting buffer should be accessible : through the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Export is done in a buffer named "*Org LATEX Export*", which : will be displayed when `org-export-show-temporary-export-buffer' : is non-nil. ** org-goto-left :PROPERTIES: :CUSTOM_ID: org-goto-left :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-left&sr=1][Find modifications in git logs]] : Finish `org-goto' by going to the new location. ** org-copy-special :PROPERTIES: :CUSTOM_ID: org-copy-special :END: - *Access:* ~ , , C-c C-x M-w~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-copy-special&sr=1][Find modifications in git logs]] : Copy region in table or copy current subtree. : Calls `org-table-copy' or `org-copy-subtree', depending on context. : See the individual commands for more information. ** org-update-dblock :PROPERTIES: :CUSTOM_ID: org-update-dblock :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-update-dblock&sr=1][Find modifications in git logs]] : Update the dynamic block at point. : This means to empty the block, parse for parameters and then call : the correct writing function. ** org-list-insert-radio-list :PROPERTIES: :CUSTOM_ID: org-list-insert-radio-list :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-list-insert-radio-list&sr=1][Find modifications in git logs]] : Insert a radio list template appropriate for this major mode. ** org-shiftmetadown =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-shiftmetadown :END: - *Access:* ~, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftmetadown&sr=1][Find modifications in git logs]] : Move subtree down or insert table row. : Calls `org-move-subtree-down' or `org-table-insert-row' or : `org-move-item-down' or `org-timestamp-up', depending on context. : See the individual commands for more information. ** org-texinfo-export-to-texinfo =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-texinfo-export-to-texinfo :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-texinfo.el;hb=HEAD][ox-texinfo.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-texinfo-export-to-texinfo&sr=1][Find modifications in git logs]] : Export current buffer to a Texinfo file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only write code : between "\begin{document}" and "\end{document}". : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-agenda-list-stuck-projects =(&rest ignore)= :PROPERTIES: :CUSTOM_ID: org-agenda-list-stuck-projects :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-list-stuck-projects&sr=1][Find modifications in git logs]] : Create agenda view for projects that are stuck. : Stuck projects are project that have no next actions. For the definitions : of what a project is and how to check if it stuck, customize the variable : `org-stuck-projects'. ** org-mobile-pull :PROPERTIES: :CUSTOM_ID: org-mobile-pull :END: - *Access:* ~ , C-c C-x RET g~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-pull&sr=1][Find modifications in git logs]] : Pull the contents of `org-mobile-capture-file' and integrate them. : Apply all flagged actions, flag entries to be flagged and then call an : agenda view showing the flagged items. ** org-convert-to-odd-levels :PROPERTIES: :CUSTOM_ID: org-convert-to-odd-levels :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-convert-to-odd-levels&sr=1][Find modifications in git logs]] : Convert an org-mode file with all levels allowed to one with odd levels. : This will leave level 1 alone, convert level 2 to level 3, level 3 to : level 5 etc. ** org-agenda-menu =(event)= :PROPERTIES: :CUSTOM_ID: org-agenda-menu :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-menu&sr=1][Find modifications in git logs]] : Agenda menu ** org-mobile-apply =(&optional beg end)= :PROPERTIES: :CUSTOM_ID: org-mobile-apply :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-apply&sr=1][Find modifications in git logs]] : Apply all change requests in the current buffer. : If BEG and END are given, only do this in that region. ** org-table-recalculate-buffer-tables :PROPERTIES: :CUSTOM_ID: org-table-recalculate-buffer-tables :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-recalculate-buffer-tables&sr=1][Find modifications in git logs]] : Recalculate all tables in the current buffer. ** org-timestamp-down =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-timestamp-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timestamp-down&sr=1][Find modifications in git logs]] : Decrease the date item at the cursor by one. : If the cursor is on the year, change the year. If it is on the month, : the day or the time, change that. : With prefix ARG, change by that many units. ** org-agenda-clock-goto :PROPERTIES: :CUSTOM_ID: org-agenda-clock-goto :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-clock-goto&sr=1][Find modifications in git logs]] : Jump to the currently clocked in task within the agenda. : If the currently clocked in task is not listed in the agenda : buffer, display it in another window. ** org-shiftup =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-shiftup :END: - *Access:* ~, , <1 ... Later>~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftup&sr=1][Find modifications in git logs]] : Increase item in timestamp or increase priority of current headline. : Calls `org-timestamp-up' or `org-priority-up', or `org-previous-item', : depending on context. See the individual commands for more information. ** org-table-convert-region =(beg0 end0 &optional separator)= :PROPERTIES: :CUSTOM_ID: org-table-convert-region :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-convert-region&sr=1][Find modifications in git logs]] : Convert region to a table. : The region goes from BEG0 to END0, but these borders will be moved : slightly, to make sure a beginning of line in the first line is included. : : SEPARATOR specifies the field separator in the lines. It can have the : following values: : : '(4) Use the comma as a field separator : '(16) Use a TAB as field separator : integer When a number, use that many spaces as field separator : nil When nil, the command tries to be smart and figure out the : separator in the following way: : - when each line contains a TAB, assume TAB-separated material : - when each line contains a comma, assume CSV material : - else, assume one or more SPACE characters as separator. ** org-agenda-goto-today :PROPERTIES: :CUSTOM_ID: org-agenda-goto-today :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-goto-today&sr=1][Find modifications in git logs]] : Go to today. ** org-columns-open-link =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-columns-open-link :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-open-link&sr=1][Find modifications in git logs]] ** org-ido-switchb =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-ido-switchb :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ido-switchb&sr=1][Find modifications in git logs]] : Switch between Org buffers. : With one prefix argument, restrict available buffers to files. : With two prefix arguments, restrict available buffers to agenda files. : : Defaults to `iswitchb' for buffer name completion. : Set `org-completion-use-ido' to make it use ido instead. ** org-hide-block-all :PROPERTIES: :CUSTOM_ID: org-hide-block-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-hide-block-all&sr=1][Find modifications in git logs]] : Fold all blocks in the current buffer. ** org-table-copy-region =(beg end &optional cut)= :PROPERTIES: :CUSTOM_ID: org-table-copy-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-copy-region&sr=1][Find modifications in git logs]] : Copy rectangular region in table to clipboard. : A special clipboard is used which can only be accessed : with `org-table-paste-rectangle'. ** org-ctags-create-tags =(&optional directory-name)= :PROPERTIES: :CUSTOM_ID: org-ctags-create-tags :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctags-create-tags&sr=1][Find modifications in git logs]] : (Re)create tags file in the directory of the active buffer. : The file will contain tag definitions for all the files in the : directory and its subdirectories which are recognized by ctags. : This will include files ending in `.org' as well as most other : source files (.C, .H, .EL, .LISP, etc). All the resulting tags : end up in one file, called TAGS, located in the directory. This : function may take several seconds to finish if the directory or : its subdirectories contain large numbers of taggable files. ** org-speed-command-help :PROPERTIES: :CUSTOM_ID: org-speed-command-help :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-speed-command-help&sr=1][Find modifications in git logs]] : Show the available speed commands. ** org-table-move-row-down :PROPERTIES: :CUSTOM_ID: org-table-move-row-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-move-row-down&sr=1][Find modifications in git logs]] : Move table row down. ** org-agenda-clock-in =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-clock-in :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-clock-in&sr=1][Find modifications in git logs]] : Start the clock on the currently selected item. ** org-shiftcontroldown =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-shiftcontroldown :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftcontroldown&sr=1][Find modifications in git logs]] : Change timestamps synchronously down in CLOCK log lines. : Optional argument N tells to change by that many units. ** org-agenda-list =(&optional arg start-day span with-hour)= :PROPERTIES: :CUSTOM_ID: org-agenda-list :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-list&sr=1][Find modifications in git logs]] : Produce a daily/weekly view from all files in variable `org-agenda-files'. : The view will be for the current day or week, but from the overview buffer : you will be able to go to other days/weeks. : : With a numeric prefix argument in an interactive call, the agenda will : span ARG days. Lisp programs should instead specify SPAN to change : the number of days. SPAN defaults to `org-agenda-span'. : : START-DAY defaults to TODAY, or to the most recent match for the weekday : given in `org-agenda-start-on-weekday'. : : When WITH-HOUR is non-nil, only include scheduled and deadline : items if they have an hour specification like [h]h:mm. ** org-agenda-clock-cancel =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-clock-cancel :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-clock-cancel&sr=1][Find modifications in git logs]] : Cancel the currently running clock. ** org-babel-initiate-session =(&optional arg info)= :PROPERTIES: :CUSTOM_ID: org-babel-initiate-session :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-initiate-session&sr=1][Find modifications in git logs]] : Initiate session for current code block. : If called with a prefix argument then resolve any variable : references in the header arguments and assign these variables in : the session. Copy the body of the code block to the kill ring. ** org-table-move-row =(&optional up)= :PROPERTIES: :CUSTOM_ID: org-table-move-row :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-move-row&sr=1][Find modifications in git logs]] : Move the current table line down. With arg UP, move it up. ** org-agenda-do-date-earlier =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-do-date-earlier :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-do-date-earlier&sr=1][Find modifications in git logs]] ** org-agenda-filter-by-category =(strip)= :PROPERTIES: :CUSTOM_ID: org-agenda-filter-by-category :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-by-category&sr=1][Find modifications in git logs]] : Keep only those lines in the agenda buffer that have a specific category. : The category is that of the current line. ** org-check-deadlines =(ndays)= :PROPERTIES: :CUSTOM_ID: org-check-deadlines :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-check-deadlines&sr=1][Find modifications in git logs]] : Check if there are any deadlines due or past due. : A deadline is considered due if it happens within `org-deadline-warning-days' : days from today's date. If the deadline appears in an entry marked DONE, : it is not shown. The prefix arg NDAYS can be used to test that many : days. If the prefix is a raw C-u prefix, all deadlines are shown. ** org-agenda-dim-blocked-tasks =(&optional invisible)= :PROPERTIES: :CUSTOM_ID: org-agenda-dim-blocked-tasks :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-dim-blocked-tasks&sr=1][Find modifications in git logs]] : Dim currently blocked TODO's in the agenda display. : When INVISIBLE is non-nil, hide currently blocked TODO instead of : dimming them. ** org-agenda-goto-block-beginning :PROPERTIES: :CUSTOM_ID: org-agenda-goto-block-beginning :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-goto-block-beginning&sr=1][Find modifications in git logs]] : Go the agenda block beginning. ** org-capture-goto-last-stored :PROPERTIES: :CUSTOM_ID: org-capture-goto-last-stored :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-goto-last-stored&sr=1][Find modifications in git logs]] : Go to the location where the last capture note was stored. ** org-agenda-next-item =(n)= :PROPERTIES: :CUSTOM_ID: org-agenda-next-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-next-item&sr=1][Find modifications in git logs]] : Move cursor to next agenda item. ** org-agenda-columns :PROPERTIES: :CUSTOM_ID: org-agenda-columns :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-columns&sr=1][Find modifications in git logs]] : Turn on or update column view in the agenda. ** org-agenda-toggle-deadlines :PROPERTIES: :CUSTOM_ID: org-agenda-toggle-deadlines :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-toggle-deadlines&sr=1][Find modifications in git logs]] : Toggle inclusion of entries with a deadline in an agenda buffer. ** org-footnote-create-definition =(label)= :PROPERTIES: :CUSTOM_ID: org-footnote-create-definition :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-create-definition&sr=1][Find modifications in git logs]] : Start the definition of a footnote with label LABEL. ** org-decrypt-entry :PROPERTIES: :CUSTOM_ID: org-decrypt-entry :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-crypt.el;hb=HEAD][org-crypt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-decrypt-entry&sr=1][Find modifications in git logs]] : Decrypt the content of the current headline. ** org-add-planning-info =(what &optional time &rest remove)= :PROPERTIES: :CUSTOM_ID: org-add-planning-info :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-add-planning-info&sr=1][Find modifications in git logs]] : Insert new timestamp with keyword in the line directly after the headline. : WHAT indicates what kind of time stamp to add. TIME indicates the time to use. : If non is given, the user is prompted for a date. : REMOVE indicates what kind of entries to remove. An old WHAT entry will also : be removed. ** org-property-action :PROPERTIES: :CUSTOM_ID: org-property-action :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-property-action&sr=1][Find modifications in git logs]] : Do an action on properties. ** org-toggle-pretty-entities :PROPERTIES: :CUSTOM_ID: org-toggle-pretty-entities :END: - *Access:* ~C-c C-x \~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-pretty-entities&sr=1][Find modifications in git logs]] : Toggle the composition display of entities as UTF8 characters. ** org-find-file-at-mouse =(ev)= :PROPERTIES: :CUSTOM_ID: org-find-file-at-mouse :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-find-file-at-mouse&sr=1][Find modifications in git logs]] : Open file link or URL at mouse. ** org-outdent-item-tree :PROPERTIES: :CUSTOM_ID: org-outdent-item-tree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-outdent-item-tree&sr=1][Find modifications in git logs]] : Outdent a local list item including its children. : If a region is active, all items inside will be moved. ** org-columns-redo :PROPERTIES: :CUSTOM_ID: org-columns-redo :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-redo&sr=1][Find modifications in git logs]] : Construct the column display again. ** org-agenda-show-1 =(&optional more)= :PROPERTIES: :CUSTOM_ID: org-agenda-show-1 :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-1&sr=1][Find modifications in git logs]] : Display the Org-mode file which contains the item at point. : The prefix arg selects the amount of information to display: : : 0 hide the subtree : 1 just show the entry according to defaults. : 2 show the children view : 3 show the subtree view : 4 show the entire subtree and any LOGBOOK drawers : 5 show the entire subtree and any drawers : With prefix argument FULL-ENTRY, make the entire entry visible : if it was hidden in the outline. ** org-agenda-filter-by-tag-refine =(strip &optional char)= :PROPERTIES: :CUSTOM_ID: org-agenda-filter-by-tag-refine :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-by-tag-refine&sr=1][Find modifications in git logs]] : Refine the current filter. See `org-agenda-filter-by-tag'. ** org-bibtex-read-buffer =(buffer)= :PROPERTIES: :CUSTOM_ID: org-bibtex-read-buffer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-read-buffer&sr=1][Find modifications in git logs]] : Read all bibtex entries in BUFFER and save to `org-bibtex-entries'. : Return the number of saved entries. ** org-export-as-html-and-open =(arg)= :PROPERTIES: :CUSTOM_ID: org-export-as-html-and-open :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-html-and-open&sr=1][Find modifications in git logs]] : Export the outline as HTML and immediately open it with a browser. : If there is an active region, export only the region. : The prefix ARG specifies how many levels of the outline should become : headlines. The default is 3. Lower levels will become bulleted lists. ** org-babel-detangle =(&optional source-code-file)= :PROPERTIES: :CUSTOM_ID: org-babel-detangle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-detangle&sr=1][Find modifications in git logs]] : Propagate changes in source file back original to Org-mode file. : This requires that code blocks were tangled with link comments : which enable the original code blocks to be found. ** org-toggle-heading =(&optional nstars)= :PROPERTIES: :CUSTOM_ID: org-toggle-heading :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-heading&sr=1][Find modifications in git logs]] : Convert headings to normal text, or items or text to headings. : If there is no active region, only convert the current line. : : With a C-u prefix, convert the whole list at : point into heading. : : In a region: : : - If the first non blank line is a headline, remove the stars : from all headlines in the region. : : - If it is a normal line, turn each and every normal line (i.e., : not an heading or an item) in the region into headings. If you : want to convert only the first line of this region, use one : universal prefix argument. : : - If it is a plain list item, turn all plain list items into headings. : : When converting a line into a heading, the number of stars is chosen : such that the lines become children of the current entry. However, : when a numeric prefix argument is given, its value determines the : number of stars to add. ** org-mark-element :PROPERTIES: :CUSTOM_ID: org-mark-element :END: - *Access:* ~M-h~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mark-element&sr=1][Find modifications in git logs]] : Put point at beginning of this element, mark at end. : : Interactively, if this command is repeated or (in Transient Mark : mode) if the mark is active, it marks the next element after the : ones already marked. ** org-display-inline-images =(&optional include-linked refresh beg end)= :PROPERTIES: :CUSTOM_ID: org-display-inline-images :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-display-inline-images&sr=1][Find modifications in git logs]] : Display inline images. : Normally only links without a description part are inlined, because this : is how it will work for export. When INCLUDE-LINKED is set, also links : with a description part will be inlined. This can be nice for a quick : look at those images, but it does not reflect what exported files will look : like. : When REFRESH is set, refresh existing images between BEG and END. : This will create new image displays only if necessary. : BEG and END default to the buffer boundaries. ** org-refile =(&optional goto default-buffer rfloc msg)= :PROPERTIES: :CUSTOM_ID: org-refile :END: - *Access:* ~C-c C-w, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-refile&sr=1][Find modifications in git logs]] : Move the entry or entries at point to another heading. : The list of target headings is compiled using the information in : `org-refile-targets', which see. : : At the target location, the entry is filed as a subitem of the target : heading. Depending on `org-reverse-note-order', the new subitem will : either be the first or the last subitem. : : If there is an active region, all entries in that region will be moved. : However, the region must fulfill the requirement that the first heading : is the first one sets the top-level of the moved text - at most siblings : below it are allowed. : : With prefix arg GOTO, the command will only visit the target location : and not actually move anything. : : With a double prefix arg C-u C-u, go to the location where the last refiling operation has put the subtree. : With a prefix argument of `2', refile to the running clock. : : RFLOC can be a refile location obtained in a different way. : : MSG is a string to replace "Refile" in the default prompt with : another verb. E.g. `org-copy' sets this parameter to "Copy". : : See also `org-refile-use-outline-path' and `org-completion-use-ido'. : : If you are using target caching (see `org-refile-use-cache'), : you have to clear the target cache in order to find new targets. : This can be done with a 0 prefix (`C-0 C-c C-w') or a triple : prefix argument (`C-u C-u C-u C-c C-w'). ** org-agenda-fontify-priorities :PROPERTIES: :CUSTOM_ID: org-agenda-fontify-priorities :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-fontify-priorities&sr=1][Find modifications in git logs]] : Make highest priority lines bold, and lowest italic. ** org-table-rotate-recalc-marks =(&optional newchar)= :PROPERTIES: :CUSTOM_ID: org-table-rotate-recalc-marks :END: - *Access:* ~C-#, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-rotate-recalc-marks&sr=1][Find modifications in git logs]] : Rotate the recalculation mark in the first column. : If in any row, the first field is not consistent with a mark, : insert a new column for the markers. : When there is an active region, change all the lines in the region, : after prompting for the marking character. : After each change, a message will be displayed indicating the meaning : of the new mark. ** org-mobile-push :PROPERTIES: :CUSTOM_ID: org-mobile-push :END: - *Access:* ~ , C-c C-x RET p~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-push&sr=1][Find modifications in git logs]] : Push the current state of Org affairs to the target directory. : This will create the index file, copy all agenda files there, and also : create all custom agenda views, for upload to the mobile phone. ** org-force-cycle-archived :PROPERTIES: :CUSTOM_ID: org-force-cycle-archived :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-force-cycle-archived&sr=1][Find modifications in git logs]] : Cycle subtree even if it is archived. ** org-agenda-goto-calendar :PROPERTIES: :CUSTOM_ID: org-agenda-goto-calendar :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-goto-calendar&sr=1][Find modifications in git logs]] : Open the Emacs calendar with the date at the cursor. ** org-babel-goto-src-block-head :PROPERTIES: :CUSTOM_ID: org-babel-goto-src-block-head :END: - *Access:* ~C-c C-v C-u, C-c C-v u~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-goto-src-block-head&sr=1][Find modifications in git logs]] : Go to the beginning of the current code block. ** org-clock-modify-effort-estimate =(&optional value)= :PROPERTIES: :CUSTOM_ID: org-clock-modify-effort-estimate :END: - *Access:* ~C-c C-x C-e~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-modify-effort-estimate&sr=1][Find modifications in git logs]] : Add to or set the effort estimate of the item currently being clocked. : VALUE can be a number of minutes, or a string with format hh:mm or mm. : When the string starts with a + or a - sign, the current value of the effort : property will be changed by that amount. : This will update the "Effort" property of currently clocked item, and : the mode line. ** org-mark-subtree =(&optional up)= :PROPERTIES: :CUSTOM_ID: org-mark-subtree :END: - *Access:* ~C-c @~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mark-subtree&sr=1][Find modifications in git logs]] : Mark the current subtree. : This puts point at the start of the current subtree, and mark at : the end. If a numeric prefix UP is given, move up into the : hierarchy of headlines by UP levels before marking the subtree. ** org-backward-sentence =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-backward-sentence :END: - *Access:* ~M-a~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-backward-sentence&sr=1][Find modifications in git logs]] : Go to beginning of sentence, or beginning of table field. : This will call `backward-sentence' or `org-table-beginning-of-field', : depending on context. ** org-odt-export-as-odf =(latex-frag &optional odf-file)= :PROPERTIES: :CUSTOM_ID: org-odt-export-as-odf :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-export-as-odf&sr=1][Find modifications in git logs]] : Export LATEX-FRAG as OpenDocument formula file ODF-FILE. : Use `org-create-math-formula' to convert LATEX-FRAG first to : MathML. When invoked as an interactive command, use : `org-latex-regexps' to infer LATEX-FRAG from currently active : region. If no LaTeX fragments are found, prompt for it. Push : MathML source to kill ring depending on the value of : `org-export-copy-to-kill-ring'. ** org-datetree-cleanup :PROPERTIES: :CUSTOM_ID: org-datetree-cleanup :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-datetree.el;hb=HEAD][org-datetree.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-datetree-cleanup&sr=1][Find modifications in git logs]] : Make sure all entries in the current tree are under the correct date. : It may be useful to restrict the buffer to the applicable portion : before running this command, even though the command tries to be smart. ** org-show-todo-tree =(arg)= :PROPERTIES: :CUSTOM_ID: org-show-todo-tree :END: - *Access:* ~ , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-show-todo-tree&sr=1][Find modifications in git logs]] : Make a compact tree which shows all headlines marked with TODO. : The tree will show the lines where the regexp matches, and all higher : headlines above the match. : With a C-u prefix, prompt for a regexp to match. : With a numeric prefix N, construct a sparse tree for the Nth element : of `org-todo-keywords-1'. ** org-plot/gnuplot-to-grid-data =(table data-file params)= :PROPERTIES: :CUSTOM_ID: org-plot/gnuplot-to-grid-data :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-plot.el;hb=HEAD][org-plot.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-plot/gnuplot-to-grid-data&sr=1][Find modifications in git logs]] : Export the data in TABLE to DATA-FILE for gnuplot. : This means in a format appropriate for grid plotting by gnuplot. : PARAMS specifies which columns of TABLE should be plotted as independent : and dependant variables. ** org-babel-hide-result-toggle =(&optional force)= :PROPERTIES: :CUSTOM_ID: org-babel-hide-result-toggle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-hide-result-toggle&sr=1][Find modifications in git logs]] : Toggle the visibility of the current result. ** org-remove-occur-highlights =(&optional beg end noremove)= :PROPERTIES: :CUSTOM_ID: org-remove-occur-highlights :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remove-occur-highlights&sr=1][Find modifications in git logs]] : Remove the occur highlights from the buffer. : BEG and END are ignored. If NOREMOVE is nil, remove this function : from the `before-change-functions' in the current buffer. ** org-src-fontify-buffer :PROPERTIES: :CUSTOM_ID: org-src-fontify-buffer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-src-fontify-buffer&sr=1][Find modifications in git logs]] : Fontify all code blocks in the current buffer. ** org-table-fedit-toggle-ref-type :PROPERTIES: :CUSTOM_ID: org-table-fedit-toggle-ref-type :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-toggle-ref-type&sr=1][Find modifications in git logs]] : Convert all references in the buffer from B3 to @3$2 and back. ** org-insert-todo-heading =(arg &optional force-heading)= :PROPERTIES: :CUSTOM_ID: org-insert-todo-heading :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-todo-heading&sr=1][Find modifications in git logs]] : Insert a new heading with the same level and TODO state as current heading. : If the heading has no TODO state, or if the state is DONE, use the first : state (TODO by default). Also one prefix arg, force first state. With two : prefix args, force inserting at the end of the parent subtree. ** org-drag-element-backward :PROPERTIES: :CUSTOM_ID: org-drag-element-backward :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-drag-element-backward&sr=1][Find modifications in git logs]] : Move backward element at point. ** org-bibtex-check-all =(&optional optional)= :PROPERTIES: :CUSTOM_ID: org-bibtex-check-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-check-all&sr=1][Find modifications in git logs]] : Check all headlines in the current file. : With prefix argument OPTIONAL also prompt for optional fields. ** org-show-block-all :PROPERTIES: :CUSTOM_ID: org-show-block-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-show-block-all&sr=1][Find modifications in git logs]] : Unfold all blocks in the current buffer. ** org-cdlatex-mode =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-cdlatex-mode :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cdlatex-mode&sr=1][Find modifications in git logs]] : Toggle the minor `org-cdlatex-mode'. : This mode supports entering LaTeX environment and math in LaTeX fragments : in Org-mode. : key binding : --- ------- : : C-c Prefix Command : ' org-cdlatex-math-modify : ^ .. _ org-cdlatex-underscore-caret : ` cdlatex-math-symbol : : C-c { cdlatex-environment : : ** org-columns =(&optional columns-fmt-string)= :PROPERTIES: :CUSTOM_ID: org-columns :END: - *Access:* ~C-c C-x C-c, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns&sr=1][Find modifications in git logs]] : Turn on column view on an org-mode file. : When COLUMNS-FMT-STRING is non-nil, use it as the column format. ** org-babel-execute-subtree =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-babel-execute-subtree :END: - *Access:* ~C-c C-v s, C-c C-v C-s~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-execute-subtree&sr=1][Find modifications in git logs]] : Execute source code blocks in a subtree. : Call `org-babel-execute-src-block' on every source block in : the current subtree. ** org-set-property =(property value)= :PROPERTIES: :CUSTOM_ID: org-set-property :END: - *Access:* ~C-c C-x p, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-property&sr=1][Find modifications in git logs]] : In the current entry, set PROPERTY to VALUE. : When called interactively, this will prompt for a property name, offering : completion on existing and default properties. And then it will prompt : for a value, offering completion either on allowed values (via an inherited : xxx_ALL property) or on existing values in other instances of this property : in the current file. ** org-plot/goto-nearest-table :PROPERTIES: :CUSTOM_ID: org-plot/goto-nearest-table :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-plot.el;hb=HEAD][org-plot.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-plot/goto-nearest-table&sr=1][Find modifications in git logs]] : Move the point forward to the beginning of nearest table. : Return value is the point at the beginning of the table. ** org-babel-describe-bindings :PROPERTIES: :CUSTOM_ID: org-babel-describe-bindings :END: - *Access:* ~C-c C-v h~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-keys.el;hb=HEAD][ob-keys.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-describe-bindings&sr=1][Find modifications in git logs]] : Describe all keybindings behind `org-babel-key-prefix'. ** org-down-element :PROPERTIES: :CUSTOM_ID: org-down-element :END: - *Access:* ~C-c C-_~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-down-element&sr=1][Find modifications in git logs]] : Move to inner element. ** org-columns-show-value :PROPERTIES: :CUSTOM_ID: org-columns-show-value :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-show-value&sr=1][Find modifications in git logs]] : Show the full value of the property. ** org-table-field-info =(arg)= :PROPERTIES: :CUSTOM_ID: org-table-field-info :END: - *Access:* ~C-c ?~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-field-info&sr=1][Find modifications in git logs]] : Show info about the current field, and highlight any reference at point. ** org-insert-heading-respect-content =(&optional arg invisible-ok)= :PROPERTIES: :CUSTOM_ID: org-insert-heading-respect-content :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-heading-respect-content&sr=1][Find modifications in git logs]] : Insert heading with `org-insert-heading-respect-content' set to t. ** org-toggle-checkbox =(&optional toggle-presence)= :PROPERTIES: :CUSTOM_ID: org-toggle-checkbox :END: - *Access:* ~C-c C-x C-b~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-checkbox&sr=1][Find modifications in git logs]] : Toggle the checkbox in the current line. : With prefix arg TOGGLE-PRESENCE, add or remove checkboxes. With : double prefix, set checkbox to [-]. : : When there is an active region, toggle status or presence of the : first checkbox there, and make every item inside have the same : status or presence, respectively. : : If the cursor is in a headline, apply this to all checkbox items : in the text below the heading, taking as reference the first item : in subtree, ignoring drawers. ** org-set-visibility-according-to-property =(&optional no-cleanup)= :PROPERTIES: :CUSTOM_ID: org-set-visibility-according-to-property :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-visibility-according-to-property&sr=1][Find modifications in git logs]] : Switch subtree visibilities according to :VISIBILITY: property. ** org-agenda-phases-of-moon :PROPERTIES: :CUSTOM_ID: org-agenda-phases-of-moon :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-phases-of-moon&sr=1][Find modifications in git logs]] : Display the phases of the moon for the 3 months around the cursor date. ** org-timer-item =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-timer-item :END: - *Access:* ~C-c C-x -, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-item&sr=1][Find modifications in git logs]] : Insert a description-type item with the current timer value. ** org-agenda-do-date-later =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-do-date-later :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-do-date-later&sr=1][Find modifications in git logs]] ** org-agenda-undo :PROPERTIES: :CUSTOM_ID: org-agenda-undo :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-undo&sr=1][Find modifications in git logs]] : Undo a remote editing step in the agenda. : This undoes changes both in the agenda buffer and in the remote buffer : that have been changed along. ** org-agenda-todo-previousset :PROPERTIES: :CUSTOM_ID: org-agenda-todo-previousset :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-todo-previousset&sr=1][Find modifications in git logs]] : Switch TODO entry to previous sequence. ** org-end-of-item-list :PROPERTIES: :CUSTOM_ID: org-end-of-item-list :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-end-of-item-list&sr=1][Find modifications in git logs]] : Go to the end of the current list or sublist. : Throw an error when not in a list. ** org-footnote-new :PROPERTIES: :CUSTOM_ID: org-footnote-new :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-new&sr=1][Find modifications in git logs]] : Insert a new footnote. : This command prompts for a label. If this is a label referencing an : existing label, only insert the label. If the footnote label is empty : or new, let the user edit the definition of the footnote. ** org-feed-update-all :PROPERTIES: :CUSTOM_ID: org-feed-update-all :END: - *Access:* ~C-c C-x g, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-feed-update-all&sr=1][Find modifications in git logs]] : Get inbox items from all feeds in `org-feed-alist'. ** org-agenda-month-view =(&optional month)= :PROPERTIES: :CUSTOM_ID: org-agenda-month-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-month-view&sr=1][Find modifications in git logs]] : Switch to monthly view for agenda. : With argument MONTH, switch to that month. ** org-html-convert-region-to-html :PROPERTIES: :CUSTOM_ID: org-html-convert-region-to-html :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-convert-region-to-html&sr=1][Find modifications in git logs]] : Assume the current region has org-mode syntax, and convert it to HTML. : This can be used in any buffer. For example, you can write an : itemized list in org-mode syntax in an HTML buffer and use this : command to convert it. ** org-babel-tangle-clean :PROPERTIES: :CUSTOM_ID: org-babel-tangle-clean :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-tangle-clean&sr=1][Find modifications in git logs]] : Remove comments inserted by `org-babel-tangle'. : Call this function inside of a source-code file generated by : `org-babel-tangle' to remove all comments inserted automatically : by `org-babel-tangle'. Warning, this comment removes any lines : containing constructs which resemble org-mode file links or noweb : references. ** org-table-fedit-lisp-indent :PROPERTIES: :CUSTOM_ID: org-table-fedit-lisp-indent :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-lisp-indent&sr=1][Find modifications in git logs]] : Pretty-print and re-indent Lisp expressions in the Formula Editor. ** org-columns-display-here =(&optional props dateline)= :PROPERTIES: :CUSTOM_ID: org-columns-display-here :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-display-here&sr=1][Find modifications in git logs]] : Overlay the current line with column display. ** org-columns-quit :PROPERTIES: :CUSTOM_ID: org-columns-quit :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-quit&sr=1][Find modifications in git logs]] : Remove the column overlays and in this way exit column editing. ** org-shiftleft =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-shiftleft :END: - *Access:* ~, , <1 Day Later>~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftright&sr=1][Find modifications in git logs]] : Cycle the thing at point or in the current line, depending on context. : Depending on context, this does one of the following: : : - switch a timestamp at point one day into the future : - on a headline, switch to the next TODO keyword. : - on an item, switch entire list to the next bullet type : - on a property line, switch to the next allowed value : - on a clocktable definition line, move time block into the future ** org-table-toggle-formula-debugger :PROPERTIES: :CUSTOM_ID: org-table-toggle-formula-debugger :END: - *Access:* ~C-c {, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-toggle-formula-debugger&sr=1][Find modifications in git logs]] : Toggle the formula debugger in tables. ** org-table-edit-formulas :PROPERTIES: :CUSTOM_ID: org-table-edit-formulas :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-edit-formulas&sr=1][Find modifications in git logs]] : Edit the formulas of the current table in a separate buffer. ** org-get-tags-at =(&optional pos local)= :PROPERTIES: :CUSTOM_ID: org-get-tags-at :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-get-tags-at&sr=1][Find modifications in git logs]] : Get a list of all headline tags applicable at POS. : POS defaults to point. If tags are inherited, the list contains : the targets in the same sequence as the headlines appear, i.e. : the tags of the current headline come last. : When LOCAL is non-nil, only return tags from the current headline, : ignore inherited ones. ** org-toggle-fixed-width-section =(arg)= :PROPERTIES: :CUSTOM_ID: org-toggle-fixed-width-section :END: - *Access:* ~C-c :~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-fixed-width-section&sr=1][Find modifications in git logs]] : Toggle the fixed-width export. : If there is no active region, the QUOTE keyword at the current headline is : inserted or removed. When present, it causes the text between this headline : and the next to be exported as fixed-width text, and unmodified. : If there is an active region, this command adds or removes a colon as the : first character of this line. If the first character of a line is a colon, : this line is also exported in fixed-width font. ** org-agenda-later =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-later :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-later&sr=1][Find modifications in git logs]] : Go forward in time by the current span. : With prefix ARG, go forward that many times the current span. ** org-priority =(&optional action show)= :PROPERTIES: :CUSTOM_ID: org-priority :END: - *Access:* ~C-c ,, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-priority&sr=1][Find modifications in git logs]] : Change the priority of an item. : ACTION can be `set', `up', `down', or a character. ** org-timeline =(&optional dotodo)= :PROPERTIES: :CUSTOM_ID: org-timeline :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timeline&sr=1][Find modifications in git logs]] : Show a time-sorted view of the entries in the current org file. : Only entries with a time stamp of today or later will be listed. With : C-u prefix, all unfinished TODO items will also be shown, : under the current date. : If the buffer contains an active region, only check the region for : dates. ** org-forward-sentence =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-forward-sentence :END: - *Access:* ~M-e~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-forward-sentence&sr=1][Find modifications in git logs]] : Go to end of sentence, or end of table field. : This will call `forward-sentence' or `org-table-end-of-field', : depending on context. ** org-meta-return =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-meta-return :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-meta-return&sr=1][Find modifications in git logs]] : Insert a new heading or wrap a region in a table. : Calls `org-insert-heading' or `org-table-wrap-region', depending on context. : See the individual commands for more information. ** org-set-property-and-value =(use-last)= :PROPERTIES: :CUSTOM_ID: org-set-property-and-value :END: - *Access:* ~C-c C-x P~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-set-property-and-value&sr=1][Find modifications in git logs]] : Allow to set [PROPERTY]: [value] direction from prompt. : When use-default, don't even ask, just use the last : "[PROPERTY]: [value]" string from the history. ** org-indent-drawer :PROPERTIES: :CUSTOM_ID: org-indent-drawer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-drawer&sr=1][Find modifications in git logs]] : Indent the drawer at point. ** org-unescape-code-in-region =(beg end)= :PROPERTIES: :CUSTOM_ID: org-unescape-code-in-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-unescape-code-in-region&sr=1][Find modifications in git logs]] : Un-escape lines between BEG and END. : Un-escaping happens by removing the first comma on lines starting : with ",*", ",#+", ",,*" and ",,#+". ** org-find-entry-with-id =(ident)= :PROPERTIES: :CUSTOM_ID: org-find-entry-with-id :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-find-entry-with-id&sr=1][Find modifications in git logs]] : Locate the entry that contains the ID property with exact value IDENT. : IDENT can be a string, a symbol or a number, this function will search for : the string representation of it. : Return the position where this entry starts, or nil if there is no such entry. ** org-table-transpose-table-at-point :PROPERTIES: :CUSTOM_ID: org-table-transpose-table-at-point :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-transpose-table-at-point&sr=1][Find modifications in git logs]] : Transpose orgmode table at point and eliminate hlines. : So a table like : : | 1 | 2 | 4 | 5 | : |---+---+---+---| : | a | b | c | d | : | e | f | g | h | : : will be transposed as : : | 1 | a | e | : | 2 | b | f | : | 4 | c | g | : | 5 | d | h | : : Note that horizontal lines disappeared. ** org-org-menu =(event)= :PROPERTIES: :CUSTOM_ID: org-org-menu :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-org-menu&sr=1][Find modifications in git logs]] : Org menu ** org-columns-set-tags-or-toggle =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-columns-set-tags-or-toggle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-set-tags-or-toggle&sr=1][Find modifications in git logs]] : Toggle checkbox at point, or set tags for current headline. ** org-table-fedit-toggle-coordinates :PROPERTIES: :CUSTOM_ID: org-table-fedit-toggle-coordinates :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-toggle-coordinates&sr=1][Find modifications in git logs]] : Toggle the display of coordinates in the referenced table. ** org-search-view =(&optional todo-only string edit-at)= :PROPERTIES: :CUSTOM_ID: org-search-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-search-view&sr=1][Find modifications in git logs]] : Show all entries that contain a phrase or words or regular expressions. : : With optional prefix argument TODO-ONLY, only consider entries that are : TODO entries. The argument STRING can be used to pass a default search : string into this function. If EDIT-AT is non-nil, it means that the : user should get a chance to edit this string, with cursor at position : EDIT-AT. : : The search string can be viewed either as a phrase that should be found as : is, or it can be broken into a number of snippets, each of which must match : in a Boolean way to select an entry. The default depends on the variable : `org-agenda-search-view-always-boolean'. : Even if this is turned off (the default) you can always switch to : Boolean search dynamically by preceding the first word with "+" or "-". : : The default is a direct search of the whole phrase, where each space in : the search string can expand to an arbitrary amount of whitespace, : including newlines. : : If using a Boolean search, the search string is split on whitespace and : each snippet is searched separately, with logical AND to select an entry. : Words prefixed with a minus must *not* occur in the entry. Words without : a prefix or prefixed with a plus must occur in the entry. Matching is : case-insensitive. Words are enclosed by word delimiters (i.e. they must : match whole words, not parts of a word) if : `org-agenda-search-view-force-full-words' is set (default is nil). : : Boolean search snippets enclosed by curly braces are interpreted as : regular expressions that must or (when preceded with "-") must not : match in the entry. Snippets enclosed into double quotes will be taken : as a whole, to include whitespace. : : - If the search string starts with an asterisk, search only in headlines. : - If (possibly after the leading star) the search string starts with an : exclamation mark, this also means to look at TODO entries only, an effect : that can also be achieved with a prefix argument. : - If (possibly after star and exclamation mark) the search string starts : with a colon, this will mean that the (non-regexp) snippets of the : Boolean search must match as full words. : : This command searches the agenda files, and in addition the files listed : in `org-agenda-text-search-extra-files'. ** org-agenda-filter-by-tag =(strip &optional char narrow)= :PROPERTIES: :CUSTOM_ID: org-agenda-filter-by-tag :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-by-tag&sr=1][Find modifications in git logs]] : Keep only those lines in the agenda buffer that have a specific tag. : The tag is selected with its fast selection letter, as configured. : With prefix argument STRIP, remove all lines that do have the tag. : A lisp caller can specify CHAR. NARROW means that the new tag should be : used to narrow the search - the interactive user can also press `-' or `+' : to switch to narrowing. ** org-babel-screen-test :PROPERTIES: :CUSTOM_ID: org-babel-screen-test :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-screen.el;hb=HEAD][ob-screen.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-screen-test&sr=1][Find modifications in git logs]] : Test if the default setup works. : The terminal should shortly flicker. ** org-table-current-column :PROPERTIES: :CUSTOM_ID: org-table-current-column :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-current-column&sr=1][Find modifications in git logs]] : Find out which column we are in. ** org-check-dates-range =(start-date end-date)= :PROPERTIES: :CUSTOM_ID: org-check-dates-range :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-check-dates-range&sr=1][Find modifications in git logs]] : Check for deadlines/scheduled entries between START-DATE and END-DATE. ** org-agenda-view-mode-dispatch :PROPERTIES: :CUSTOM_ID: org-agenda-view-mode-dispatch :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-view-mode-dispatch&sr=1][Find modifications in git logs]] : Call one of the view mode commands. ** org-update-radio-target-regexp :PROPERTIES: :CUSTOM_ID: org-update-radio-target-regexp :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-update-radio-target-regexp&sr=1][Find modifications in git logs]] : Find all radio targets in this file and update the regular expression. ** org-ctrl-c-ret :PROPERTIES: :CUSTOM_ID: org-ctrl-c-ret :END: - *Access:* ~C-c RET~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctrl-c-ret&sr=1][Find modifications in git logs]] : Call `org-table-hline-and-move' or `org-insert-heading' dep. on context. ** org-beamer-mode =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-beamer-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-beamer.el;hb=HEAD][ox-beamer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beamer-mode&sr=1][Find modifications in git logs]] : Support for editing Beamer oriented Org mode files. ** org-open-at-point =(&optional arg reference-buffer)= :PROPERTIES: :CUSTOM_ID: org-open-at-point :END: - *Access:* ~C-c C-o, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-open-at-point&sr=1][Find modifications in git logs]] : :around advice: `ad-Advice-org-open-at-point' : : Open link at or after point. : If there is no link at point, this function will search forward up to : the end of the current line. : Normally, files will be opened by an appropriate application. If the : optional prefix argument ARG is non-nil, Emacs will visit the file. : With a double prefix argument, try to open outside of Emacs, in the : application the system uses for this file type. : : (fn &optional ARG REFERENCE-BUFFER) ** org-table-fedit-scroll =(N)= :PROPERTIES: :CUSTOM_ID: org-table-fedit-scroll :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-scroll&sr=1][Find modifications in git logs]] ** org-schedule =(arg &optional time)= :PROPERTIES: :CUSTOM_ID: org-schedule :END: - *Access:* ~C-c C-s, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-schedule&sr=1][Find modifications in git logs]] : Insert the SCHEDULED: string with a timestamp to schedule a TODO item. : With one universal prefix argument, remove any scheduling date from the item. : With two universal prefix arguments, prompt for a delay cookie. : With argument TIME, scheduled at the corresponding date. TIME can : either be an Org date like "2011-07-24" or a delta like "+2d". ** org-goto-quit :PROPERTIES: :CUSTOM_ID: org-goto-quit :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-quit&sr=1][Find modifications in git logs]] : Finish `org-goto' without cursor motion. ** org-agenda-toggle-archive-tag :PROPERTIES: :CUSTOM_ID: org-agenda-toggle-archive-tag :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-toggle-archive-tag&sr=1][Find modifications in git logs]] : Toggle the archive tag for the current entry. ** org-babel-previous-src-block =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-babel-previous-src-block :END: - *Access:* ~C-c C-v C-p, C-c C-v p~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-previous-src-block&sr=1][Find modifications in git logs]] : Jump to the previous source block. : With optional prefix argument ARG, jump backward ARG many source blocks. ** org-mouse-timestamp-today =(&optional shift units)= :PROPERTIES: :CUSTOM_ID: org-mouse-timestamp-today :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-timestamp-today&sr=1][Find modifications in git logs]] : Change the timestamp into SHIFT UNITS in the future. : : For the acceptable UNITS, see `org-timestamp-change'. ** org-narrow-to-element :PROPERTIES: :CUSTOM_ID: org-narrow-to-element :END: - *Access:* ~C-x n e~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-narrow-to-element&sr=1][Find modifications in git logs]] : Narrow buffer to current element. ** org-babel-remove-result =(&optional info)= :PROPERTIES: :CUSTOM_ID: org-babel-remove-result :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-remove-result&sr=1][Find modifications in git logs]] : Remove the result of the current source block. ** org-tags-sparse-tree =(&optional todo-only match)= :PROPERTIES: :CUSTOM_ID: org-tags-sparse-tree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tags-sparse-tree&sr=1][Find modifications in git logs]] : Create a sparse tree according to tags string MATCH. : MATCH can contain positive and negative selection of tags, like : "+WORK+URGENT-WITHBOSS". : If optional argument TODO-ONLY is non-nil, only select lines that are : also TODO lines. ** org-export-stack-clear :PROPERTIES: :CUSTOM_ID: org-export-stack-clear :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-stack-clear&sr=1][Find modifications in git logs]] : Remove all entries from export stack. ** org-move-item-up :PROPERTIES: :CUSTOM_ID: org-move-item-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-move-item-up&sr=1][Find modifications in git logs]] : Move the item at point up, i.e. swap with previous item. : Sub-items (items with larger indentation) are considered part of : the item, so this really moves item trees. ** org-agenda-bulk-action =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-action :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-action&sr=1][Find modifications in git logs]] : Execute an remote-editing action on all marked entries. : The prefix arg is passed through to the command if possible. ** org-table-fedit-line-down :PROPERTIES: :CUSTOM_ID: org-table-fedit-line-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-line-down&sr=1][Find modifications in git logs]] : Move cursor one line down in the window showing the table. ** org-shiftdown =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-shiftdown :END: - *Access:* ~, , <1 ... Earlier>~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-shiftdown&sr=1][Find modifications in git logs]] : Decrease item in timestamp or decrease priority of current headline. : Calls `org-timestamp-down' or `org-priority-down', or `org-next-item' : depending on context. See the individual commands for more information. ** org-redisplay-inline-images :PROPERTIES: :CUSTOM_ID: org-redisplay-inline-images :END: - *Access:* ~C-c C-x C-M-v~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-redisplay-inline-images&sr=1][Find modifications in git logs]] : Refresh the display of inline images. ** org-babel-execute-maybe :PROPERTIES: :CUSTOM_ID: org-babel-execute-maybe :END: - *Access:* ~C-c C-v C-e, C-c C-v e~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-execute-maybe&sr=1][Find modifications in git logs]] ** org-columns-content :PROPERTIES: :CUSTOM_ID: org-columns-content :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-content&sr=1][Find modifications in git logs]] : Switch to contents view while in columns view. ** org-narrow-to-subtree :PROPERTIES: :CUSTOM_ID: org-narrow-to-subtree :END: - *Access:* ~C-x n s~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-narrow-to-subtree&sr=1][Find modifications in git logs]] : Narrow buffer to the current subtree. ** org-delete-backward-char =(N)= :PROPERTIES: :CUSTOM_ID: org-delete-backward-char :END: - *Access:* ~DEL~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-delete-backward-char&sr=1][Find modifications in git logs]] : Like `delete-backward-char', insert whitespace at field end in tables. : When deleting backwards, in tables this function will insert whitespace in : front of the next "|" separator, to keep the table aligned. The table will : still be marked for re-alignment if the field did fill the entire column, : because, in this case the deletion might narrow the column. ** org-mouse-transform-to-outline :PROPERTIES: :CUSTOM_ID: org-mouse-transform-to-outline :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-transform-to-outline&sr=1][Find modifications in git logs]] ** org-agenda-add-note =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-add-note :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-add-note&sr=1][Find modifications in git logs]] : Add a time-stamped note to the entry at point. ** org-ibuffer :PROPERTIES: :CUSTOM_ID: org-ibuffer :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/emacs.el;hb=HEAD][emacs.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ibuffer&sr=1][Find modifications in git logs]] : Open an `ibuffer' window showing only `org-mode' buffers. ** org-columns-narrow =(arg)= :PROPERTIES: :CUSTOM_ID: org-columns-narrow :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-narrow&sr=1][Find modifications in git logs]] : Make the column narrower by ARG characters. ** org-mouse-end-headline :PROPERTIES: :CUSTOM_ID: org-mouse-end-headline :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-end-headline&sr=1][Find modifications in git logs]] : Go to the end of current headline (ignoring tags). ** org-timer-stop :PROPERTIES: :CUSTOM_ID: org-timer-stop :END: - *Access:* ~C-c C-x _~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-stop&sr=1][Find modifications in git logs]] : Stop the relative timer. ** org-babel-load-in-session-maybe :PROPERTIES: :CUSTOM_ID: org-babel-load-in-session-maybe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-load-in-session-maybe&sr=1][Find modifications in git logs]] : Conditionally load a source block in a session. : Detect if this is context for a org-babel src-block and if so : then run `org-babel-load-in-session'. ** org-attach-set-directory :PROPERTIES: :CUSTOM_ID: org-attach-set-directory :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-set-directory&sr=1][Find modifications in git logs]] : Set the ATTACH_DIR property of the current entry. : The property defines the directory that is used for attachments : of the entry. ** org-table-blank-field :PROPERTIES: :CUSTOM_ID: org-table-blank-field :END: - *Access:* ~C-c SPC, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-blank-field&sr=1][Find modifications in git logs]] : Blank the current table field or active region. ** org-bibtex-export-to-kill-ring :PROPERTIES: :CUSTOM_ID: org-bibtex-export-to-kill-ring :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-export-to-kill-ring&sr=1][Find modifications in git logs]] : Export current headline to kill ring as bibtex entry. ** org-inc-effort :PROPERTIES: :CUSTOM_ID: org-inc-effort :END: - *Access:* ~C-c C-x E~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-inc-effort&sr=1][Find modifications in git logs]] : Increment the value of the effort property in the current entry. ** org-mouse-insert-checkbox :PROPERTIES: :CUSTOM_ID: org-mouse-insert-checkbox :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-insert-checkbox&sr=1][Find modifications in git logs]] ** org-store-link =(arg)= :PROPERTIES: :CUSTOM_ID: org-store-link :END: - *Access:* ~ , C-c l~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-store-link&sr=1][Find modifications in git logs]] : Store an org-link to the current location. : This link is added to `org-stored-links' and can later be inserted : into an org-buffer with C-c C-l. : : For some link types, a prefix arg is interpreted. : For links to Usenet articles, arg negates `org-gnus-prefer-web-links'. : For file links, arg negates `org-context-in-file-links'. : : A double prefix arg force skipping storing functions that are not : part of Org's core. : : A triple prefix arg force storing a link for each line in the : active region. ** org-agenda-deadline =(arg &optional time)= :PROPERTIES: :CUSTOM_ID: org-agenda-deadline :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-deadline&sr=1][Find modifications in git logs]] : Schedule the item at point. : ARG is passed through to `org-deadline'. ** org-agenda-bulk-unmark =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-unmark :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-unmark&sr=1][Find modifications in git logs]] : Unmark the entry at point for future bulk action. ** org-export-as-org =(arg &optional ext-plist to-buffer body-only pub-dir)= :PROPERTIES: :CUSTOM_ID: org-export-as-org :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-as-org&sr=1][Find modifications in git logs]] : Make a copy with not-exporting stuff removed. : The purpose of this function is to provide a way to export the source : Org file of a webpage in Org format, but with sensitive and/or irrelevant : stuff removed. This command will remove the following: : : - archived trees (if the variable `org-export-with-archived-trees' is nil) : - comment blocks and trees starting with the COMMENT keyword : - only trees that are consistent with `org-export-select-tags' : and `org-export-exclude-tags'. : : The only arguments that will be used are EXT-PLIST and PUB-DIR, : all the others will be ignored (but are present so that the general : mechanism to call publishing functions will work). : : EXT-PLIST is a property list with external parameters overriding : org-mode's default settings, but still inferior to file-local : settings. When PUB-DIR is set, use this as the publishing : directory. ** org-table-iterate-buffer-tables :PROPERTIES: :CUSTOM_ID: org-table-iterate-buffer-tables :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-iterate-buffer-tables&sr=1][Find modifications in git logs]] : Iterate all tables in the buffer, to converge inter-table dependencies. ** org-table-hline-and-move =(&optional same-column)= :PROPERTIES: :CUSTOM_ID: org-table-hline-and-move :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-hline-and-move&sr=1][Find modifications in git logs]] : Insert a hline and move to the row below that line. ** org-list-repair :PROPERTIES: :CUSTOM_ID: org-list-repair :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-list-repair&sr=1][Find modifications in git logs]] : Fix indentation, bullets and checkboxes is the list at point. ** org-evaluate-time-range =(&optional to-buffer)= :PROPERTIES: :CUSTOM_ID: org-evaluate-time-range :END: - *Access:* ~C-c C-y, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-evaluate-time-range&sr=1][Find modifications in git logs]] : Evaluate a time range by computing the difference between start and end. : Normally the result is just printed in the echo area, but with prefix arg : TO-BUFFER, the result is inserted just after the date stamp into the buffer. : If the time range is actually in a table, the result is inserted into the : next column. : For time difference computation, a year is assumed to be exactly 365 : days in order to avoid rounding problems. ** org-copy-subtree =(&optional n cut force-store-markers nosubtrees)= :PROPERTIES: :CUSTOM_ID: org-copy-subtree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-copy-subtree&sr=1][Find modifications in git logs]] : Cut the current subtree into the clipboard. : With prefix arg N, cut this many sequential subtrees. : This is a short-hand for marking the subtree and then copying it. : If CUT is non-nil, actually cut the subtree. : If FORCE-STORE-MARKERS is non-nil, store the relative locations : of some markers in the region, even if CUT is non-nil. This is : useful if the caller implements cut-and-paste as copy-then-paste-then-cut. ** org-check-after-date =(date)= :PROPERTIES: :CUSTOM_ID: org-check-after-date :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-check-after-date&sr=1][Find modifications in git logs]] : Check if there are deadlines or scheduled entries after DATE. ** org-mark-ring-goto =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-mark-ring-goto :END: - *Access:* ~C-c &~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mark-ring-goto&sr=1][Find modifications in git logs]] : Jump to the previous position in the mark ring. : With prefix arg N, jump back that many stored positions. When : called several times in succession, walk through the entire ring. : Org-mode commands jumping to a different position in the current file, : or to another Org-mode file, automatically push the old position : onto the ring. ** org-babel-pop-to-session-maybe :PROPERTIES: :CUSTOM_ID: org-babel-pop-to-session-maybe :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-pop-to-session-maybe&sr=1][Find modifications in git logs]] : Conditionally pop to a session. : Detect if this is context for a org-babel src-block and if so : then run `org-babel-switch-to-session'. ** org-agenda-archive-default-with-confirmation :PROPERTIES: :CUSTOM_ID: org-agenda-archive-default-with-confirmation :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-archive-default-with-confirmation&sr=1][Find modifications in git logs]] : Archive the entry or subtree belonging to the current agenda entry. ** org-babel-lob-ingest =(&optional file)= :PROPERTIES: :CUSTOM_ID: org-babel-lob-ingest :END: - *Access:* ~C-c C-v i~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-lob.el;hb=HEAD][ob-lob.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-lob-ingest&sr=1][Find modifications in git logs]] : Add all named source-blocks defined in FILE to : `org-babel-library-of-babel'. ** org-dblock-write:amazon =(params)= :PROPERTIES: :CUSTOM_ID: org-dblock-write:amazon :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/emacs.el;hb=HEAD][emacs.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-dblock-write:amazon&sr=1][Find modifications in git logs]] : Dynamic block for inserting the cover of a book. ** org-table-fedit-line-up :PROPERTIES: :CUSTOM_ID: org-table-fedit-line-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-line-up&sr=1][Find modifications in git logs]] : Move cursor one line up in the window showing the table. ** org-table-kill-row :PROPERTIES: :CUSTOM_ID: org-table-kill-row :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-kill-row&sr=1][Find modifications in git logs]] : Delete the current row or horizontal line from the table. ** org-sort-entries =(&optional with-case sorting-type getkey-func compare-func property)= :PROPERTIES: :CUSTOM_ID: org-sort-entries :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-sort-entries&sr=1][Find modifications in git logs]] : Sort entries on a certain level of an outline tree. : If there is an active region, the entries in the region are sorted. : Else, if the cursor is before the first entry, sort the top-level items. : Else, the children of the entry at point are sorted. : : Sorting can be alphabetically, numerically, by date/time as given by : a time stamp, by a property, by priority order, or by a custom function. : : The command prompts for the sorting type unless it has been given to the : function through the SORTING-TYPE argument, which needs to be a character, : (?n ?N ?a ?A ?t ?T ?s ?S ?d ?D ?p ?P ?o ?O ?r ?R ?f ?F). Here is the : precise meaning of each character: : : n Numerically, by converting the beginning of the entry/item to a number. : a Alphabetically, ignoring the TODO keyword and the priority, if any. : o By order of TODO keywords. : t By date/time, either the first active time stamp in the entry, or, if : none exist, by the first inactive one. : s By the scheduled date/time. : d By deadline date/time. : c By creation time, which is assumed to be the first inactive time stamp : at the beginning of a line. : p By priority according to the cookie. : r By the value of a property. : : Capital letters will reverse the sort order. : : If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies a function to be : called with point at the beginning of the record. It must return either : a string or a number that should serve as the sorting key for that record. : : Comparing entries ignores case by default. However, with an optional argument : WITH-CASE, the sorting considers case as well. : : Sorting is done against the visible part of the headlines, it ignores hidden : links. ** org-setup-filling :PROPERTIES: :CUSTOM_ID: org-setup-filling :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-setup-filling&sr=1][Find modifications in git logs]] ** org-switchb =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-switchb :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-switchb&sr=1][Find modifications in git logs]] : Switch between Org buffers. : With one prefix argument, restrict available buffers to files. : With two prefix arguments, restrict available buffers to agenda files. : : Defaults to `iswitchb' for buffer name completion. : Set `org-completion-use-ido' to make it use ido instead. ** org-columns-edit-attributes :PROPERTIES: :CUSTOM_ID: org-columns-edit-attributes :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-edit-attributes&sr=1][Find modifications in git logs]] : Edit the attributes of the current column. ** org-bibtex-read :PROPERTIES: :CUSTOM_ID: org-bibtex-read :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-read&sr=1][Find modifications in git logs]] : Read a bibtex entry and save to `org-bibtex-entries'. : This uses `bibtex-parse-entry'. ** org-odt-export-as-odf-and-open :PROPERTIES: :CUSTOM_ID: org-odt-export-as-odf-and-open :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-export-as-odf-and-open&sr=1][Find modifications in git logs]] : Export LaTeX fragment as OpenDocument formula and immediately open it. : Use `org-odt-export-as-odf' to read LaTeX fragment and OpenDocument : formula file. ** org-plot/gnuplot =(&optional params)= :PROPERTIES: :CUSTOM_ID: org-plot/gnuplot :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-plot.el;hb=HEAD][org-plot.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-plot/gnuplot&sr=1][Find modifications in git logs]] : Plot table using gnuplot. Gnuplot options can be specified with PARAMS. : If not given options will be taken from the +PLOT : line directly before or after the table. ** org-narrow-to-block :PROPERTIES: :CUSTOM_ID: org-narrow-to-block :END: - *Access:* ~C-x n b~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-narrow-to-block&sr=1][Find modifications in git logs]] : Narrow buffer to the current block. ** org-publish-all =(&optional force async)= :PROPERTIES: :CUSTOM_ID: org-publish-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-publish.el;hb=HEAD][ox-publish.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-publish-all&sr=1][Find modifications in git logs]] : Publish all projects. : With prefix argument FORCE, remove all files in the timestamp : directory and force publishing all projects. With a non-nil : optional argument ASYNC, publishing will be done asynchronously, : in another process. ** org-timer-change-times-in-region =(beg end delta)= :PROPERTIES: :CUSTOM_ID: org-timer-change-times-in-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-change-times-in-region&sr=1][Find modifications in git logs]] : Change all h:mm:ss time in region by a DELTA. ** org-agenda-archive-default :PROPERTIES: :CUSTOM_ID: org-agenda-archive-default :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-archive-default&sr=1][Find modifications in git logs]] : Archive the entry or subtree belonging to the current agenda entry. ** org-save-all-org-buffers :PROPERTIES: :CUSTOM_ID: org-save-all-org-buffers :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-save-all-org-buffers&sr=1][Find modifications in git logs]] : Save all Org-mode buffers without user confirmation. ** org-advertized-archive-subtree =(&optional find-done)= :PROPERTIES: :CUSTOM_ID: org-advertized-archive-subtree :END: - *Access:* ~C-c C-x C-s, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-advertized-archive-subtree&sr=1][Find modifications in git logs]] : Move the current subtree to the archive. : The archive can be a certain top-level heading in the current file, or in : a different file. The tree will be moved to that location, the subtree : heading be marked DONE, and the current time will be added. : : When called with prefix argument FIND-DONE, find whole trees without any : open TODO items and archive them (after getting confirmation from the user). : If the cursor is not at a headline when this command is called, try all level : 1 trees. If the cursor is on a headline, only try the direct children of : this heading. ** org-agenda-entry-text-show :PROPERTIES: :CUSTOM_ID: org-agenda-entry-text-show :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-entry-text-show&sr=1][Find modifications in git logs]] : Add entry context for all agenda lines. ** org-hide-block-toggle =(&optional force)= :PROPERTIES: :CUSTOM_ID: org-hide-block-toggle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-hide-block-toggle&sr=1][Find modifications in git logs]] : Toggle the visibility of the current block. ** org-indent-item-tree :PROPERTIES: :CUSTOM_ID: org-indent-item-tree :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-item-tree&sr=1][Find modifications in git logs]] : Indent a local list item including its children. : If a region is active, all items inside will be moved. ** org-insert-heading =(&optional arg invisible-ok)= :PROPERTIES: :CUSTOM_ID: org-insert-heading :END: - *Access:* ~M-RET, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-heading&sr=1][Find modifications in git logs]] : Insert a new heading or item with same depth at point. : If point is in a plain list and ARG is nil, create a new list item. : With one universal prefix argument, insert a heading even in lists. : With two universal prefix arguments, insert the heading at the end : of the parent subtree. : : If point is at the beginning of a headline, insert a sibling before : the current headline. If point is not at the beginning, split the line : and create a new headline with the text in the current line after point : (see `org-M-RET-may-split-line' on how to modify this behavior). : : When INVISIBLE-OK is set, stop at invisible headlines when going back. : This is important for non-interactive uses of the command. ** org-clock-timestamps-down =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-clock-timestamps-down :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-timestamps-down&sr=1][Find modifications in git logs]] : Increase CLOCK timestamps at cursor. : Optional argument N tells to change by that many units. ** org-inlinetask-promote :PROPERTIES: :CUSTOM_ID: org-inlinetask-promote :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-inlinetask.el;hb=HEAD][org-inlinetask.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-inlinetask-promote&sr=1][Find modifications in git logs]] : Promote the inline task at point. : If the task has an end part, promote it. Also, prevents level from : going below `org-inlinetask-min-level'. ** org-publish-project =(project &optional force async)= :PROPERTIES: :CUSTOM_ID: org-publish-project :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-publish.el;hb=HEAD][ox-publish.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-publish-project&sr=1][Find modifications in git logs]] : Publish PROJECT. : : PROJECT is either a project name, as a string, or a project : alist (see `org-publish-project-alist' variable). : : When optional argument FORCE is non-nil, force publishing all : files in PROJECT. With a non-nil optional argument ASYNC, : publishing will be done asynchronously, in another process. ** org-agenda-set-property :PROPERTIES: :CUSTOM_ID: org-agenda-set-property :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-set-property&sr=1][Find modifications in git logs]] : Set a property for the current headline. ** org-bibtex-check =(&optional optional)= :PROPERTIES: :CUSTOM_ID: org-bibtex-check :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-check&sr=1][Find modifications in git logs]] : Check the current headline for required fields. : With prefix argument OPTIONAL also prompt for optional fields. ** org-babel-switch-to-session-with-code =(&optional arg info)= :PROPERTIES: :CUSTOM_ID: org-babel-switch-to-session-with-code :END: - *Access:* ~C-c C-v z~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-switch-to-session-with-code&sr=1][Find modifications in git logs]] : Switch to code buffer and display session. ** org-table-sort-lines =(with-case &optional sorting-type)= :PROPERTIES: :CUSTOM_ID: org-table-sort-lines :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-sort-lines&sr=1][Find modifications in git logs]] : Sort table lines according to the column at point. : : The position of point indicates the column to be used for : sorting, and the range of lines is the range between the nearest : horizontal separator lines, or the entire table of no such lines : exist. If point is before the first column, you will be prompted : for the sorting column. If there is an active region, the mark : specifies the first line and the sorting column, while point : should be in the last line to be included into the sorting. : : The command then prompts for the sorting type which can be : alphabetically, numerically, or by time (as given in a time stamp : in the field). Sorting in reverse order is also possible. : : With prefix argument WITH-CASE, alphabetic sorting will be case-sensitive. : : If SORTING-TYPE is specified when this function is called from a Lisp : program, no prompting will take place. SORTING-TYPE must be a character, : any of (?a ?A ?n ?N ?t ?T) where the capital letter indicate that sorting : should be done in reverse order. ** org-timer =(&optional restart no-insert-p)= :PROPERTIES: :CUSTOM_ID: org-timer :END: - *Access:* ~C-c C-x ., ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer&sr=1][Find modifications in git logs]] : Insert a H:MM:SS string from the timer into the buffer. : The first time this command is used, the timer is started. When used with : a C-u prefix, force restarting the timer. : When used with a double prefix argument C-u, change all the timer string : in the region by a fixed amount. This can be used to recalibrate a timer : that was not started at the correct moment. : : If NO-INSERT-P is non-nil, return the string instead of inserting : it in the buffer. ** org-agenda-date-later-minutes =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-date-later-minutes :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-date-later-minutes&sr=1][Find modifications in git logs]] : Change the time of this item, in units of `org-time-stamp-rounding-minutes'. ** org-todo-yesterday =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-todo-yesterday :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo-yesterday&sr=1][Find modifications in git logs]] : Like `org-todo' but the time of change will be 23:59 of yesterday. ** org-columns-previous-allowed-value :PROPERTIES: :CUSTOM_ID: org-columns-previous-allowed-value :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-previous-allowed-value&sr=1][Find modifications in git logs]] : Switch to the previous allowed value for this column. ** org-next-block =(arg &optional backward block-regexp)= :PROPERTIES: :CUSTOM_ID: org-next-block :END: - *Access:* ~C-c M-f~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-next-block&sr=1][Find modifications in git logs]] : Jump to the next block. : With a prefix argument ARG, jump forward ARG many source blocks. : When BACKWARD is non-nil, jump to the previous block. : When BLOCK-REGEXP is non-nil, use this regexp to find blocks. ** org-agenda-day-view =(&optional day-of-month)= :PROPERTIES: :CUSTOM_ID: org-agenda-day-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-day-view&sr=1][Find modifications in git logs]] : Switch to daily view for agenda. : With argument DAY-OF-MONTH, switch to that day of the month. ** org-clock-display =(&optional total-only)= :PROPERTIES: :CUSTOM_ID: org-clock-display :END: - *Access:* ~C-c C-x C-d, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-display&sr=1][Find modifications in git logs]] : Show subtree times in the entire buffer. : If TOTAL-ONLY is non-nil, only show the total time for the entire file : in the echo area. : : Use M-x org-clock-remove-overlays to remove the subtree times. ** org-table-copy-down =(n)= :PROPERTIES: :CUSTOM_ID: org-table-copy-down :END: - *Access:* ~, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-copy-down&sr=1][Find modifications in git logs]] : Copy a field down in the current column. : If the field at the cursor is empty, copy into it the content of : the nearest non-empty field above. With argument N, use the Nth : non-empty field. If the current field is not empty, it is copied : down to the next row, and the cursor is moved with it. : Therefore, repeating this command causes the column to be filled : row-by-row. : If the variable `org-table-copy-increment' is non-nil and the : field is an integer or a timestamp, it will be incremented while : copying. In the case of a timestamp, increment by one day. ** org-indent-block :PROPERTIES: :CUSTOM_ID: org-indent-block :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-indent-block&sr=1][Find modifications in git logs]] : Indent the block at point. ** org-agenda-next-line :PROPERTIES: :CUSTOM_ID: org-agenda-next-line :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-next-line&sr=1][Find modifications in git logs]] : Move cursor to the next line, and show if follow mode is active. ** org-previous-block =(arg &optional block-regexp)= :PROPERTIES: :CUSTOM_ID: org-previous-block :END: - *Access:* ~C-c M-b~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-previous-block&sr=1][Find modifications in git logs]] : Jump to the previous block. : With a prefix argument ARG, jump backward ARG many source blocks. : When BLOCK-REGEXP is non-nil, use this regexp to find blocks. ** org-occur-link-in-agenda-files :PROPERTIES: :CUSTOM_ID: org-occur-link-in-agenda-files :END: - *Access:* ~ , C-c L~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-occur-link-in-agenda-files&sr=1][Find modifications in git logs]] : Create a link and search for it in the agendas. : The link is not stored in `org-stored-links', it is just created : for the search purpose. ** org-timer-show-remaining-time :PROPERTIES: :CUSTOM_ID: org-timer-show-remaining-time :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-timer.el;hb=HEAD][org-timer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-timer-show-remaining-time&sr=1][Find modifications in git logs]] : Display the remaining time before the timer ends. ** org-agenda-append-agenda :PROPERTIES: :CUSTOM_ID: org-agenda-append-agenda :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-append-agenda&sr=1][Find modifications in git logs]] : Append another agenda view to the current one. : This function allows interactive building of block agendas. : Agenda views are separated by `org-agenda-block-separator'. ** org-outdent-item :PROPERTIES: :CUSTOM_ID: org-outdent-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-outdent-item&sr=1][Find modifications in git logs]] : Outdent a local list item, but not its children. : If a region is active, all items inside will be moved. ** org-delete-property =(property &optional delete-empty-drawer)= :PROPERTIES: :CUSTOM_ID: org-delete-property :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-delete-property&sr=1][Find modifications in git logs]] : In the current entry, delete PROPERTY. : When optional argument DELETE-EMPTY-DRAWER is a string, it defines : an empty drawer to delete. ** org-babel-mark-block :PROPERTIES: :CUSTOM_ID: org-babel-mark-block :END: - *Access:* ~C-c C-v C-M-h~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-mark-block&sr=1][Find modifications in git logs]] : Mark current src block. ** org-ctags-get-filename-for-tag =(tag)= :PROPERTIES: :CUSTOM_ID: org-ctags-get-filename-for-tag :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-ctags.el;hb=HEAD][org-ctags.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ctags-get-filename-for-tag&sr=1][Find modifications in git logs]] : TAG is a string. Search the active TAGS file for a matching tag. : If the tag is found, return a list containing the filename, line number, and : buffer position where the tag is found. ** org-clock-timestamps-up =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-clock-timestamps-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-timestamps-up&sr=1][Find modifications in git logs]] : Increase CLOCK timestamps at cursor. : Optional argument N tells to change by that many units. ** org-publish-current-file =(&optional force async)= :PROPERTIES: :CUSTOM_ID: org-publish-current-file :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-publish.el;hb=HEAD][ox-publish.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-publish-current-file&sr=1][Find modifications in git logs]] : Publish the current file. : With prefix argument FORCE, force publish the file. When : optional argument ASYNC is non-nil, publishing will be done : asynchronously, in another process. ** org-plot/collect-options =(&optional params)= :PROPERTIES: :CUSTOM_ID: org-plot/collect-options :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-plot.el;hb=HEAD][org-plot.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-plot/collect-options&sr=1][Find modifications in git logs]] : Collect options from an org-plot '#+Plot:' line. : Accepts an optional property list PARAMS, to which the options : will be added. Returns the resulting property list. ** org-agenda-earlier =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-earlier :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-earlier&sr=1][Find modifications in git logs]] : Go backward in time by the current span. : With prefix ARG, go backward that many times the current span. ** org-agenda-bulk-toggle :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-toggle :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-toggle&sr=1][Find modifications in git logs]] : Toggle the mark at point for bulk action. ** org-org-export-to-org =(&optional async subtreep visible-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-org-export-to-org :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-org.el;hb=HEAD][ox-org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-org-export-to-org&sr=1][Find modifications in git logs]] : Export current buffer to an org file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file name. ** org-table-fedit-ref-right :PROPERTIES: :CUSTOM_ID: org-table-fedit-ref-right :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-ref-right&sr=1][Find modifications in git logs]] : Shift the reference at point one field to the right. ** org-do-demote :PROPERTIES: :CUSTOM_ID: org-do-demote :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-do-demote&sr=1][Find modifications in git logs]] : Demote the current heading lower down the tree. : If the region is active in `transient-mark-mode', demote all headings : in the region. ** org-publish-current-project =(&optional force async)= :PROPERTIES: :CUSTOM_ID: org-publish-current-project :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-publish.el;hb=HEAD][ox-publish.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-publish-current-project&sr=1][Find modifications in git logs]] : Publish the project associated with the current file. : With a prefix argument, force publishing of all files in : the project. ** org-goto =(&optional alternative-interface)= :PROPERTIES: :CUSTOM_ID: org-goto :END: - *Access:* ~C-c C-j, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto&sr=1][Find modifications in git logs]] : Look up a different location in the current file, keeping current visibility. : : When you want look-up or go to a different location in a : document, the fastest way is often to fold the entire buffer and : then dive into the tree. This method has the disadvantage, that : the previous location will be folded, which may not be what you : want. : : This command works around this by showing a copy of the current : buffer in an indirect buffer, in overview mode. You can dive : into the tree in that copy, use org-occur and incremental search : to find a location. When pressing RET or `Q', the command : returns to the original buffer in which the visibility is still : unchanged. After RET it will also jump to the location selected : in the indirect buffer and expose the headline hierarchy above. : : With a prefix argument, use the alternative interface: e.g. if : `org-goto-interface' is 'outline use 'outline-path-completion. ** org-agenda-archive-with =(cmd &optional confirm)= :PROPERTIES: :CUSTOM_ID: org-agenda-archive-with :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-archive-with&sr=1][Find modifications in git logs]] : Move the entry to the archive sibling. ** org-clock-remove-overlays =(&optional beg end noremove)= :PROPERTIES: :CUSTOM_ID: org-clock-remove-overlays :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-remove-overlays&sr=1][Find modifications in git logs]] : Remove the occur highlights from the buffer. : BEG and END are ignored. If NOREMOVE is nil, remove this function : from the `before-change-functions' in the current buffer. ** org-table-insert-hline =(&optional above)= :PROPERTIES: :CUSTOM_ID: org-table-insert-hline :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-insert-hline&sr=1][Find modifications in git logs]] : Insert a horizontal-line below the current line into the table. : With prefix ABOVE, insert above the current line. ** org-agenda-clockreport-mode =(&optional with-filter)= :PROPERTIES: :CUSTOM_ID: org-agenda-clockreport-mode :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-clockreport-mode&sr=1][Find modifications in git logs]] : Toggle clocktable mode in an agenda buffer. : With prefix arg WITH-FILTER, make the clocktable respect the current : agenda filter. ** org-man-export-to-man =(&optional async subtreep visible-only body-only ext-plist)= :PROPERTIES: :CUSTOM_ID: org-man-export-to-man :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-man.el;hb=HEAD][ox-man.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-man-export-to-man&sr=1][Find modifications in git logs]] : Export current buffer to a Man file. : : If narrowing is active in the current buffer, only export its : narrowed part. : : If a region is active, export that region. : : A non-nil optional argument ASYNC means the process should happen : asynchronously. The resulting file should be accessible through : the `org-export-stack' interface. : : When optional argument SUBTREEP is non-nil, export the sub-tree : at point, extracting information from the headline properties : first. : : When optional argument VISIBLE-ONLY is non-nil, don't export : contents of hidden elements. : : When optional argument BODY-ONLY is non-nil, only the body : without any markers. : : EXT-PLIST, when provided, is a property list with external : parameters overriding Org default settings, but still inferior to : file-local settings. : : Return output file's name. ** org-babel-insert-header-arg :PROPERTIES: :CUSTOM_ID: org-babel-insert-header-arg :END: - *Access:* ~C-c C-v j, C-c C-v C-j~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-insert-header-arg&sr=1][Find modifications in git logs]] : Insert a header argument selecting from lists of common args and values. ** org-agenda-set-restriction-lock =(&optional type)= :PROPERTIES: :CUSTOM_ID: org-agenda-set-restriction-lock :END: - *Access:* ~ , C-c C-x <~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-set-restriction-lock&sr=1][Find modifications in git logs]] : Set restriction lock for agenda, to current subtree or file. : Restriction will be the file if TYPE is `file', or if type is the : universal prefix '(4), or if the cursor is before the first headline : in the file. Otherwise, restriction will be to the current subtree. ** org-footnote-renumber-fn:N :PROPERTIES: :CUSTOM_ID: org-footnote-renumber-fn:N :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-renumber-fn:N&sr=1][Find modifications in git logs]] : Renumber the simple footnotes like fn:17 into a sequence in the document. ** org-mouse-show-context-menu =(event prefix)= :PROPERTIES: :CUSTOM_ID: org-mouse-show-context-menu :END: - *Access:* ~~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-show-context-menu&sr=1][Find modifications in git logs]] : Invoke the context menu. : : If the value of `org-mouse-context-menu-function' is a function, then : this function is called. Otherwise, the current major mode menu is used. ** org-agenda-to-appt =(&optional refresh filter &rest args)= :PROPERTIES: :CUSTOM_ID: org-agenda-to-appt :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-to-appt&sr=1][Find modifications in git logs]] : Activate appointments found in `org-agenda-files'. : With a C-u prefix, refresh the list of : appointments. : : If FILTER is t, interactively prompt the user for a regular : expression, and filter out entries that don't match it. : : If FILTER is a string, use this string as a regular expression : for filtering entries out. : : If FILTER is a function, filter out entries against which : calling the function returns nil. This function takes one : argument: an entry from `org-agenda-get-day-entries'. : : FILTER can also be an alist with the car of each cell being : either 'headline or 'category. For example: : : '((headline "IMPORTANT") : (category "Work")) : : will only add headlines containing IMPORTANT or headlines : belonging to the "Work" category. : : ARGS are symbols indicating what kind of entries to consider. : By default `org-agenda-to-appt' will use :deadline*, :scheduled* : (i.e., deadlines and scheduled items with a hh:mm specification) : and :timestamp entries. See the docstring of `org-diary' for : details and examples. : : If an entry has a APPT_WARNTIME property, its value will be used : to override `appt-message-warning-time'. ** org-inlinetask-insert-task =(&optional no-state)= :PROPERTIES: :CUSTOM_ID: org-inlinetask-insert-task :END: - *Access:* ~C-c C-x t~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-inlinetask.el;hb=HEAD][org-inlinetask.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-inlinetask-insert-task&sr=1][Find modifications in git logs]] : Insert an inline task. : If prefix arg NO-STATE is set, ignore `org-inlinetask-default-state'. ** org-agenda-week-view =(&optional iso-week)= :PROPERTIES: :CUSTOM_ID: org-agenda-week-view :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-week-view&sr=1][Find modifications in git logs]] : Switch to daily view for agenda. : With argument ISO-WEEK, switch to the corresponding ISO week. : If ISO-WEEK has more then 2 digits, only the last two encode the : week. Any digits before this encode a year. So 200712 means : week 12 of year 2007. Years in the range 1938-2037 can also be : written as 2-digit years. ** org-agenda-redo =(&optional all)= :PROPERTIES: :CUSTOM_ID: org-agenda-redo :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-redo&sr=1][Find modifications in git logs]] : Rebuild possibly ALL agenda view(s) in the current buffer. ** org-capture-refile :PROPERTIES: :CUSTOM_ID: org-capture-refile :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-refile&sr=1][Find modifications in git logs]] : Finalize the current capture and then refile the entry. : Refiling is done from the base buffer, because the indirect buffer is then : already gone. Any prefix argument will be passed to the refile command. ** org-submit-bug-report :PROPERTIES: :CUSTOM_ID: org-submit-bug-report :END: - *Access:* ~ ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-submit-bug-report&sr=1][Find modifications in git logs]] : Submit a bug report on Org-mode via mail. : : Don't hesitate to report any problems or inaccurate documentation. : : If you don't have setup sending mail from (X)Emacs, please copy the : output buffer into your mail program, as it gives us important : information about your Org-mode version and configuration. ** org-escape-code-in-region =(beg end)= :PROPERTIES: :CUSTOM_ID: org-escape-code-in-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-escape-code-in-region&sr=1][Find modifications in git logs]] : Escape lines between BEG and END. : Escaping happens when a line starts with "*", "#+", ",*" or : ",#+" by appending a comma to it. ** org-agenda-bulk-mark-all :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-mark-all :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-mark-all&sr=1][Find modifications in git logs]] : Mark all entries for future agenda bulk action. ** org-babel-view-src-block-info :PROPERTIES: :CUSTOM_ID: org-babel-view-src-block-info :END: - *Access:* ~C-c C-v I, C-c C-v TAB~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-view-src-block-info&sr=1][Find modifications in git logs]] : Display information on the current source block. : This includes header arguments, language and name, and is largely : a window into the `org-babel-get-src-block-info' function. ** org-beginning-of-item :PROPERTIES: :CUSTOM_ID: org-beginning-of-item :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beginning-of-item&sr=1][Find modifications in git logs]] : Go to the beginning of the current item. : Throw an error when not in a list. ** org-table-align :PROPERTIES: :CUSTOM_ID: org-table-align :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-align&sr=1][Find modifications in git logs]] : Align the table at point by aligning all vertical bars. ** org-table-fedit-ref-up :PROPERTIES: :CUSTOM_ID: org-table-fedit-ref-up :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-ref-up&sr=1][Find modifications in git logs]] : Shift the reference at point one row/hline up. ** org-babel-tangle-file =(file &optional target-file lang)= :PROPERTIES: :CUSTOM_ID: org-babel-tangle-file :END: - *Access:* ~C-c C-v f, C-c C-v C-f~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-tangle-file&sr=1][Find modifications in git logs]] : Extract the bodies of source code blocks in FILE. : Source code blocks are extracted with `org-babel-tangle'. : Optional argument TARGET-FILE can be used to specify a default : export file for all source blocks. Optional argument LANG can be : used to limit the exported source code blocks by language. ** org-toggle-inline-images =(&optional include-linked)= :PROPERTIES: :CUSTOM_ID: org-toggle-inline-images :END: - *Access:* ~C-c C-x C-v~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-inline-images&sr=1][Find modifications in git logs]] : Toggle the display of inline images. : INCLUDE-LINKED is passed to `org-display-inline-images'. ** org-show-priority :PROPERTIES: :CUSTOM_ID: org-show-priority :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-show-priority&sr=1][Find modifications in git logs]] : Show the priority of the current item. : This priority is composed of the main priority given with the [#A] cookies, : and by additional input from the age of a schedules or deadline entry. ** org-insert-all-links =(&optional keep)= :PROPERTIES: :CUSTOM_ID: org-insert-all-links :END: - *Access:* ~C-c C-M-l~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-insert-all-links&sr=1][Find modifications in git logs]] : Insert all links in `org-stored-links'. ** org-demote-subtree :PROPERTIES: :CUSTOM_ID: org-demote-subtree :END: - *Access:* ~C-c C->~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-demote-subtree&sr=1][Find modifications in git logs]] : Demote the entire subtree. See `org-demote'. : See also `org-promote'. ** org-table-fedit-abort :PROPERTIES: :CUSTOM_ID: org-table-fedit-abort :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-fedit-abort&sr=1][Find modifications in git logs]] : Abort editing formulas, without installing the changes. ** org-texinfo-convert-region-to-texinfo :PROPERTIES: :CUSTOM_ID: org-texinfo-convert-region-to-texinfo :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-texinfo.el;hb=HEAD][ox-texinfo.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-texinfo-convert-region-to-texinfo&sr=1][Find modifications in git logs]] : Assume the current region has org-mode syntax, and convert it to Texinfo. : This can be used in any buffer. For example, you can write an : itemized list in org-mode syntax in an Texinfo buffer and use : this command to convert it. ** org-agenda-goto-mouse =(ev)= :PROPERTIES: :CUSTOM_ID: org-agenda-goto-mouse :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-goto-mouse&sr=1][Find modifications in git logs]] : Go to the Org-mode file which contains the item at the mouse click. ** org-table-beginning-of-field =(&optional n)= :PROPERTIES: :CUSTOM_ID: org-table-beginning-of-field :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-beginning-of-field&sr=1][Find modifications in git logs]] : Move to the end of the current table field. : If already at or after the end, move to the end of the next table field. : With numeric argument N, move N-1 fields forward first. ** org-toggle-ordered-property :PROPERTIES: :CUSTOM_ID: org-toggle-ordered-property :END: - *Access:* ~C-c C-x o, , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-toggle-ordered-property&sr=1][Find modifications in git logs]] : Toggle the ORDERED property of the current entry. : For better visibility, you can track the value of this property with a tag. : See variable `org-track-ordered-property-with-tag'. ** org-edit-src-abort :PROPERTIES: :CUSTOM_ID: org-edit-src-abort :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-src-abort&sr=1][Find modifications in git logs]] : Abort editing of the src code and return to the Org buffer. ** org-clock-report =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-clock-report :END: - *Access:* ~C-c C-x C-r, ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-report&sr=1][Find modifications in git logs]] : Create a table containing a report about clocked time. : If the cursor is inside an existing clocktable block, then the table : will be updated. If not, a new clocktable will be inserted. The scope : of the new clock will be subtree when called from within a subtree, and : file elsewhere. : : When called with a prefix argument, move to the first clock table in the : buffer and update it. ** org-agenda-recenter =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-recenter :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-recenter&sr=1][Find modifications in git logs]] : Display the Org-mode file which contains the item at point and recenter. ** org-columns-display-here-title :PROPERTIES: :CUSTOM_ID: org-columns-display-here-title :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-colview.el;hb=HEAD][org-colview.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-display-here-title&sr=1][Find modifications in git logs]] : Overlay the newline before the current line with the table title. ** org-edit-special =(&optional arg)= :PROPERTIES: :CUSTOM_ID: org-edit-special :END: - *Access:* ~C-c ', , ~ - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-special&sr=1][Find modifications in git logs]] : Call a special editor for the element at point. : When at a table, call the formula editor with `org-table-edit-formulas'. : When in a source code block, call `org-edit-src-code'. : When in a fixed-width region, call `org-edit-fixed-width-region'. : When at an #+INCLUDE keyword, visit the included file. : On a link, call `ffap' to visit the link at point. : Otherwise, return a user error. ** org-remove-formatting-on-newlines-in-region =(beg end)= :PROPERTIES: :CUSTOM_ID: org-remove-formatting-on-newlines-in-region :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-remove-formatting-on-newlines-in-region&sr=1][Find modifications in git logs]] : Remove formatting on newline characters. ** org-agenda-execute =(arg)= :PROPERTIES: :CUSTOM_ID: org-agenda-execute :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-execute&sr=1][Find modifications in git logs]] : Execute another agenda command, keeping same window. : So this is just a shortcut for `C-c a', available : in the agenda. ** org-attach-attach-cp :PROPERTIES: :CUSTOM_ID: org-attach-attach-cp :END: - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-attach.el;hb=HEAD][org-attach.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-attach-attach-cp&sr=1][Find modifications in git logs]] : Attach a file by copying it. * Options :PROPERTIES: :CUSTOM_ID: options :END: ** org-html-todo-kwd-class-prefix =""= :PROPERTIES: :CUSTOM_ID: org-html-todo-kwd-class-prefix :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-todo-kwd-class-prefix&sr=1][Find modifications in git logs]] : Prefix to class names for TODO keywords. : Each TODO keyword gets a class given by the keyword itself, with this prefix. : The default prefix is empty because it is nice to just use the keyword : as a class name. But if you get into conflicts with other, existing : CSS classes, then this prefix can be very useful. ** org-bibtex-key-property ="CUSTOM_ID"= :PROPERTIES: :CUSTOM_ID: org-bibtex-key-property :END: - *Type:* string - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-key-property&sr=1][Find modifications in git logs]] : Property that holds the bibtex key. : By default, this is CUSTOM_ID, which enables easy linking to : bibtex headlines from within an org file. This can be set to ID : to enable global links, but only with great caution, as global : IDs must be unique. ** org-entities-user =nil= :PROPERTIES: :CUSTOM_ID: org-entities-user :END: - *Type:* (repeat (list (string :tag "na... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-entities.el;hb=HEAD][org-entities.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-entities-user&sr=1][Find modifications in git logs]] : User-defined entities used in Org-mode to produce special characters. : Each entry in this list is a list of strings. It associates the name : of the entity that can be inserted into an Org file as \name with the : appropriate replacements for the different export backends. The order : of the fields is the following : : name As a string, without the leading backslash : LaTeX replacement In ready LaTeX, no further processing will take place : LaTeX mathp A Boolean, either t or nil. t if this entity needs : to be in math mode. : HTML replacement In ready HTML, no further processing will take place. : Usually this will be an &...; entity. : ASCII replacement Plain ASCII, no extensions. Symbols that cannot be : represented will be left as they are, but see the. : variable `org-entities-ascii-explanatory'. : Latin1 replacement Use the special characters available in latin1. : utf-8 replacement Use the special characters available in utf-8. : : If you define new entities here that require specific LaTeX : packages to be loaded, add these packages to `org-latex-packages-alist'. ** org-export-html-preamble =t= :PROPERTIES: :CUSTOM_ID: org-export-html-preamble :END: - *Type:* (choice (const :tag "No preamb... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-preamble&sr=1][Find modifications in git logs]] : Non-nil means insert a preamble in HTML export. : : When `t', insert a string as defined by one of the formatting : strings in `org-export-html-preamble-format'. When set to a : string, this string overrides `org-export-html-preamble-format'. : When set to a function, apply this function and insert the : returned string. The function takes no argument, but you can : use `opt-plist' to access the current export options. : : Setting :html-preamble in publishing projects will take : precedence over this variable. ** org-table-exit-follow-field-mode-when-leaving-table =t= :PROPERTIES: :CUSTOM_ID: org-table-exit-follow-field-mode-when-leaving-table :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-exit-follow-field-mode-when-leaving-table&sr=1][Find modifications in git logs]] : Non-nil means automatically exit the follow mode. : When nil, the follow mode will stay on and be active in any table : the cursor enters. Since the table follow filed mode messes with the : window configuration, it is not recommended to set this variable to nil, : except maybe locally in a special file that has mostly tables with long : fields. ** org-log-done-with-time =t= :PROPERTIES: :CUSTOM_ID: org-log-done-with-time :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-log-done-with-time&sr=1][Find modifications in git logs]] : Non-nil means the CLOSED time stamp will contain date and time. : When nil, only the date will be recorded. ** org-agenda-restriction-lock-highlight-subtree =t= :PROPERTIES: :CUSTOM_ID: org-agenda-restriction-lock-highlight-subtree :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-restriction-lock-highlight-subtree&sr=1][Find modifications in git logs]] : Non-nil means highlight the whole subtree when restriction is active. : Otherwise only highlight the headline. Highlighting the whole subtree is : useful to ensure no edits happen beyond the restricted region. ** org-export-babel-evaluate =t= :PROPERTIES: :CUSTOM_ID: org-export-babel-evaluate :END: - *Type:* (choice (const :tag "Never" ni... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-exp.el;hb=HEAD][ob-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-babel-evaluate&sr=1][Find modifications in git logs]] : Switch controlling code evaluation during export. : When set to nil no code will be evaluated as part of the export : process. When set to 'inline-only, only inline code blocks will : be executed. ** org-export-blocks =(quote ((export-comment org-ex...= :PROPERTIES: :CUSTOM_ID: org-export-blocks :END: - *Type:* (repeat (list (symbol :tag "Bl... - *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]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-blocks&sr=1][Find modifications in git logs]] : Use this alist to associate block types with block exporting functions. : The type of a block is determined by the text immediately : following the '#+BEGIN_' portion of the block header. Each block : export function should accept three arguments. ** org-agenda-filter-effort-default-operator ="<"= :PROPERTIES: :CUSTOM_ID: org-agenda-filter-effort-default-operator :END: - *Type:* (choice (const :tag "less or e... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-filter-effort-default-operator&sr=1][Find modifications in git logs]] : The default operator for effort estimate filtering. : If you select an effort estimate limit without first pressing an operator, : this one will be used. ** org-cycle-skip-children-state-if-no-children =t= :PROPERTIES: :CUSTOM_ID: org-cycle-skip-children-state-if-no-children :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle-skip-children-state-if-no-children&sr=1][Find modifications in git logs]] : Non-nil means skip CHILDREN state in entries that don't have any. ** org-enforce-todo-checkbox-dependencies =nil= :PROPERTIES: :CUSTOM_ID: org-enforce-todo-checkbox-dependencies :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-enforce-todo-checkbox-dependencies&sr=1][Find modifications in git logs]] : Non-nil means unchecked boxes will block switching the parent to DONE. : When this is nil, checkboxes have no influence on switching TODO states. : When non-nil, you first need to check off all check boxes before the TODO : entry can be switched to DONE. : This variable needs to be set before org.el is loaded, and you need to : restart Emacs after a change to make the change effective. The only way : to change is while Emacs is running is through the customize interface. ** org-agenda-menu-show-matcher =t= :PROPERTIES: :CUSTOM_ID: org-agenda-menu-show-matcher :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-menu-show-matcher&sr=1][Find modifications in git logs]] : Non-nil means show the match string in the agenda dispatcher menu. : When nil, the matcher string is not shown, but is put into the help-echo : property so than moving the mouse over the command shows it. : Setting it to nil is good if matcher strings are very long and/or if : you want to use two-columns display (see `org-agenda-menu-two-columns'). ** org-inlinetask-default-state =nil= :PROPERTIES: :CUSTOM_ID: org-inlinetask-default-state :END: - *Type:* (choice (const :tag "No state"... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-inlinetask.el;hb=HEAD][org-inlinetask.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-inlinetask-default-state&sr=1][Find modifications in git logs]] : Non-nil means make inline tasks have a TODO keyword initially. : This should be the state `org-inlinetask-insert-task' should use by : default, or nil of no state should be assigned. ** org-latex-create-formula-image-program =(quote dvipng)= :PROPERTIES: :CUSTOM_ID: org-latex-create-formula-image-program :END: - *Type:* (choice (const :tag "dvipng" d... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-create-formula-image-program&sr=1][Find modifications in git logs]] : Program to convert LaTeX fragments with. : : dvipng Process the LaTeX fragments to dvi file, then convert : dvi files to png files using dvipng. : This will also include processing of non-math environments. : imagemagick Convert the LaTeX fragments to pdf files and use imagemagick : to convert pdf files to png files ** org-agenda-category-icon-alist =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-category-icon-alist :END: - *Type:* (alist :key-type (string :tag ... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-category-icon-alist&sr=1][Find modifications in git logs]] : Alist of category icon to be displayed in agenda views. : : Each entry should have the following format: : : (CATEGORY-REGEXP FILE-OR-DATA TYPE DATA-P PROPS) : : Where CATEGORY-REGEXP is a regexp matching the categories where : the icon should be displayed. : FILE-OR-DATA either a file path or a string containing image data. : : The other fields can be omitted safely if not needed: : TYPE indicates the image type. : DATA-P is a boolean indicating whether the FILE-OR-DATA string is : image data. : PROPS are additional image attributes to assign to the image, : like, e.g. `:ascent center'. : : ("Org" "/path/to/icon.png" nil nil :ascent center) : : If you want to set the display properties yourself, just put a : list as second element: : : (CATEGORY-REGEXP (MY PROPERTY LIST)) : : For example, to display a 16px horizontal space for Emacs : category, you can use: : : ("Emacs" '(space . (:width (16)))) ** org-confirm-shell-link-not-regexp =""= :PROPERTIES: :CUSTOM_ID: org-confirm-shell-link-not-regexp :END: - *Type:* regexp - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-confirm-shell-link-not-regexp&sr=1][Find modifications in git logs]] : A regexp to skip confirmation for shell links. ** org-agenda-search-view-always-boolean =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-search-view-always-boolean :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-search-view-always-boolean&sr=1][Find modifications in git logs]] : Non-nil means the search string is interpreted as individual parts. : : The search string for search view can either be interpreted as a phrase, : or as a list of snippets that define a boolean search for a number of : strings. : : When this is non-nil, the string will be split on whitespace, and each : snippet will be searched individually, and all must match in order to : select an entry. A snippet is then a single string of non-white : characters, or a string in double quotes, or a regexp in {} braces. : If a snippet is preceded by "-", the snippet must *not* match. : "+" is syntactic sugar for positive selection. Each snippet may : be found as a full word or a partial word, but see the variable : `org-agenda-search-view-force-full-words'. : : When this is nil, search will look for the entire search phrase as one, : with each space character matching any amount of whitespace, including : line breaks. : : Even when this is nil, you can still switch to Boolean search dynamically : by preceding the first snippet with "+" or "-". If the first snippet : is a regexp marked with braces like "{abc}", this will also switch to : boolean search. ** org-time-clocksum-use-effort-durations =nil= :PROPERTIES: :CUSTOM_ID: org-time-clocksum-use-effort-durations :END: - *Type:* boolean - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-time-clocksum-use-effort-durations&sr=1][Find modifications in git logs]] : When non-nil, \[org-clock-display] uses effort durations. : E.g. by default, one day is considered to be a 8 hours effort, : so a task that has been clocked for 16 hours will be displayed : as during 2 days in the clock display or in the clocktable. : : See `org-effort-durations' on how to set effort durations : and `org-time-clocksum-format' for more on time clock formats. ** org-footnote-section ="Footnotes"= :PROPERTIES: :CUSTOM_ID: org-footnote-section :END: - *Type:* (choice (string :tag "Collect ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-section&sr=1][Find modifications in git logs]] : Outline heading containing footnote definitions. : : This can be nil, to place footnotes locally at the end of the : current outline node. If can also be the name of a special : outline heading under which footnotes should be put. : : This variable defines the place where Org puts the definition : automatically, i.e. when creating the footnote, and when sorting : the notes. However, by hand you may place definitions : *anywhere*. : : If this is a string, during export, all subtrees starting with : this heading will be ignored. ** org-org-htmlized-css-url =nil= :PROPERTIES: :CUSTOM_ID: org-org-htmlized-css-url :END: - *Type:* (choice (const :tag "Don't inc... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-org.el;hb=HEAD][ox-org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-org-htmlized-css-url&sr=1][Find modifications in git logs]] : URL pointing to the CSS defining colors for htmlized Emacs buffers. : Normally when creating an htmlized version of an Org buffer, : htmlize will create the CSS to define the font colors. However, : this does not work when converting in batch mode, and it also can : look bad if different people with different fontification setup : work on the same website. When this variable is non-nil, : creating an htmlized version of an Org buffer using : `org-org-export-as-org' will include a link to this URL if the : setting of `org-html-htmlize-output-type' is 'css. ** org-agenda-log-mode-items =(quote (closed clock))= :PROPERTIES: :CUSTOM_ID: org-agenda-log-mode-items :END: - *Type:* (set :greedy t (const closed) ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-log-mode-items&sr=1][Find modifications in git logs]] : List of items that should be shown in agenda log mode. : This list may contain the following symbols: : : closed Show entries that have been closed on that day. : clock Show entries that have received clocked time on that day. : state Show all logged state changes. : Note that instead of changing this variable, you can also press `C-u l' in : the agenda to display all available LOG items temporarily. ** org-faces-easy-properties =(quote ((todo . :foreground) (...= :PROPERTIES: :CUSTOM_ID: org-faces-easy-properties :END: - *Type:* (repeat (cons (choice (const t... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-faces.el;hb=HEAD][org-faces.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-faces-easy-properties&sr=1][Find modifications in git logs]] : The property changes by easy faces. : This is an alist, the keys show the area of application, the values : can be `:foreground' or `:background'. A color string for special : keywords will then be interpreted as either foreground or background : color. ** org-export-html-link-org-files-as-html =t= :PROPERTIES: :CUSTOM_ID: org-export-html-link-org-files-as-html :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-link-org-files-as-html&sr=1][Find modifications in git logs]] : Non-nil means make file links to `file.org' point to `file.html'. : When org-mode is exporting an org-mode file to HTML, links to : non-html files are directly put into a href tag in HTML. : However, links to other Org-mode files (recognized by the : extension `.org.) should become links to the corresponding html : file, assuming that the linked org-mode file will also be : converted to HTML. : When nil, the links still point to the plain `.org' file. ** org-latex-format-headline-function =(quote org-latex-format-headli...= :PROPERTIES: :CUSTOM_ID: org-latex-format-headline-function :END: - *Type:* function - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-format-headline-function&sr=1][Find modifications in git logs]] : Function for formatting the headline's text. : : This function will be called with 5 arguments: : TODO the todo keyword (string or nil). : TODO-TYPE the type of todo (symbol: `todo', `done', nil) : PRIORITY the priority of the headline (integer or nil) : TEXT the main headline text (string). : TAGS the tags as a list of strings (list of strings or nil). : : The function result will be used in the section format string. : : Use `org-latex-format-headline-default-function' by default, : which format headlines like for Org version prior to 8.0. ** org-todo-state-tags-triggers =nil= :PROPERTIES: :CUSTOM_ID: org-todo-state-tags-triggers :END: - *Type:* (repeat (cons (choice :tag "Wh... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-todo-state-tags-triggers&sr=1][Find modifications in git logs]] : Tag changes that should be triggered by TODO state changes. : This is a list. Each entry is : : (state-change (tag . flag) .......) : : State-change can be a string with a state, and empty string to indicate the : state that has no TODO keyword, or it can be one of the symbols `todo' : or `done', meaning any not-done or done state, respectively. ** org-edit-fixed-width-region-mode =(quote artist-mode)= :PROPERTIES: :CUSTOM_ID: org-edit-fixed-width-region-mode :END: - *Type:* (choice (const artist-mode) (c... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-fixed-width-region-mode&sr=1][Find modifications in git logs]] : The mode that should be used to edit fixed-width regions. : These are the regions where each line starts with a colon. ** org-texinfo-remove-logfiles =t= :PROPERTIES: :CUSTOM_ID: org-texinfo-remove-logfiles :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-texinfo.el;hb=HEAD][ox-texinfo.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-texinfo-remove-logfiles&sr=1][Find modifications in git logs]] : Non-nil means remove the logfiles produced by compiling a Texinfo file. : By default, logfiles are files with these extensions: .aux, .toc, : .cp, .fn, .ky, .pg and .tp. To define the set of logfiles to remove, : set `org-texinfo-logfiles-extensions'. ** org-mobile-force-id-on-agenda-items =t= :PROPERTIES: :CUSTOM_ID: org-mobile-force-id-on-agenda-items :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mobile.el;hb=HEAD][org-mobile.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mobile-force-id-on-agenda-items&sr=1][Find modifications in git logs]] : Non-nil means make all agenda items carry an ID. ** org-link-translation-function =nil= :PROPERTIES: :CUSTOM_ID: org-link-translation-function :END: - *Type:* function - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-link-translation-function&sr=1][Find modifications in git logs]] : Function to translate links with different syntax to Org syntax. : This can be used to translate links created for example by the Planner : or emacs-wiki packages to Org syntax. : The function must accept two parameters, a TYPE containing the link : protocol name like "rmail" or "gnus" as a string, and the linked path, : which is everything after the link protocol. It should return a cons : with possibly modified values of type and path. : Org contains a function for this, so if you set this variable to : `org-translate-link-from-planner', you should be able follow many : links created by planner. ** org-yank-folded-subtrees =t= :PROPERTIES: :CUSTOM_ID: org-yank-folded-subtrees :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-yank-folded-subtrees&sr=1][Find modifications in git logs]] : Non-nil means when yanking subtrees, fold them. : If the kill is a single subtree, or a sequence of subtrees, i.e. if : it starts with a heading and all other headings in it are either children : or siblings, then fold all the subtrees. However, do this only if no : text after the yank would be swallowed into a folded tree by this action. ** org-latex-default-class ="article"= :PROPERTIES: :CUSTOM_ID: org-latex-default-class :END: - *Type:* (string :tag "LaTeX class") - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-default-class&sr=1][Find modifications in git logs]] : The default LaTeX class. ** org-pretty-entities =nil= :PROPERTIES: :CUSTOM_ID: org-pretty-entities :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-pretty-entities&sr=1][Find modifications in git logs]] : Non-nil means show entities as UTF8 characters. : When nil, the \name form remains in the buffer. ** org-agenda-mouse-1-follows-link =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-mouse-1-follows-link :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-mouse-1-follows-link&sr=1][Find modifications in git logs]] : Non-nil means mouse-1 on a link will follow the link in the agenda. : A longer mouse click will still set point. Does not work on XEmacs. : Needs to be set before org.el is loaded. ** org-rss-categories =(quote from-tags)= :PROPERTIES: :CUSTOM_ID: org-rss-categories :END: - *Type:* (choice (const :tag "From tags... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-rss.el;hb=HEAD][ox-rss.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-rss-categories&sr=1][Find modifications in git logs]] : Where to extract items category information from. : The default is to extract categories from the tags of the : headlines. When set to another value, extract the category : from the :CATEGORY: property of the entry. ** org-latex-packages-alist =nil= :PROPERTIES: :CUSTOM_ID: org-latex-packages-alist :END: - *Type:* (repeat (choice (list :tag "op... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-packages-alist&sr=1][Find modifications in git logs]] : Alist of packages to be inserted in every LaTeX header. : : These will be inserted after `org-latex-default-packages-alist'. : Each cell is of the format: : : ("options" "package" snippet-flag) : : SNIPPET-FLAG, when t, indicates that this package is also needed : when turning LaTeX snippets into images for inclusion into : non-LaTeX output. : : Make sure that you only list packages here which: : : - you want in every file : - do not conflict with the setup in `org-format-latex-header'. : - do not conflict with the default packages in : `org-latex-default-packages-alist'. ** org-src-fontify-natively =nil= :PROPERTIES: :CUSTOM_ID: org-src-fontify-natively :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-src-fontify-natively&sr=1][Find modifications in git logs]] : When non-nil, fontify code in code blocks. ** org-columns-skip-archived-trees =t= :PROPERTIES: :CUSTOM_ID: org-columns-skip-archived-trees :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-columns-skip-archived-trees&sr=1][Find modifications in git logs]] : Non-nil means ignore archived trees when creating column view. ** org-html-format-inlinetask-function =nil= :PROPERTIES: :CUSTOM_ID: org-html-format-inlinetask-function :END: - *Type:* function - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-format-inlinetask-function&sr=1][Find modifications in git logs]] : Function called to format an inlinetask in HTML code. : : The function must accept six parameters: : TODO the todo keyword, as a string : TODO-TYPE the todo type, a symbol among `todo', `done' and nil. : PRIORITY the inlinetask priority, as a string : NAME the inlinetask name, as a string. : TAGS the inlinetask tags, as a list of strings. : CONTENTS the contents of the inlinetask, as a string. : : The function should return the string to be exported. ** org-plantuml-jar-path =nil= :PROPERTIES: :CUSTOM_ID: org-plantuml-jar-path :END: - *Type:* string - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-plantuml.el;hb=HEAD][ob-plantuml.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-plantuml-jar-path&sr=1][Find modifications in git logs]] : Path to the plantuml.jar file. ** org-list-demote-modify-bullet =nil= :PROPERTIES: :CUSTOM_ID: org-list-demote-modify-bullet :END: - *Type:* (repeat (cons (choice :tag "If... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-list-demote-modify-bullet&sr=1][Find modifications in git logs]] : Default bullet type installed when demoting an item. : This is an association list, for each bullet type, this alist will point : to the bullet that should be used when this item is demoted. : For example, : : (setq org-list-demote-modify-bullet : '(("+" . "-") ("-" . "+") ("*" . "+"))) : : will make : : + Movies : + Silence of the Lambs : + My Cousin Vinny : + Books : + The Hunt for Red October : + The Road to Omaha : : into : : + Movies : - Silence of the Lambs : - My Cousin Vinny : + Books : - The Hunt for Red October : - The Road to Omaha ** org-agenda-todo-ignore-scheduled =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-todo-ignore-scheduled :END: - *Type:* (choice (const :tag "Ignore fu... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-todo-ignore-scheduled&sr=1][Find modifications in git logs]] : Non-nil means, ignore some scheduled TODO items when making TODO list. : This applies when creating the global todo list. : Valid values are: : : past Don't show entries scheduled today or in the past. : : future Don't show entries scheduled in the future. : The idea behind this is that by scheduling it, you don't want to : think about it until the scheduled date. : : all Don't show any scheduled entries in the global todo list. : The idea behind this is that by scheduling it, you have already : "taken care" of this item. : : t Same as `all', for backward compatibility. : : This variable can also have an integer as a value. See : `org-agenda-todo-ignore-timestamp' for more details. : : See also `org-agenda-todo-ignore-with-date'. : See also the variable `org-agenda-tags-todo-honor-ignore-options' if you want : to make his option also apply to the tags-todo list. ** org-html-preamble =t= :PROPERTIES: :CUSTOM_ID: org-html-preamble :END: - *Type:* (choice (const :tag "No preamb... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-preamble&sr=1][Find modifications in git logs]] : Non-nil means insert a preamble in HTML export. : : When t, insert a string as defined by the formatting string in : `org-html-preamble-format'. When set to a string, use this : formatting string instead (see `org-html-postamble-format' for an : example of such a formatting string). : : When set to a function, apply this function and insert the : returned string. The function takes the property list of export : options as its only argument. : : Setting :html-preamble in publishing projects will take : precedence over this variable. ** org-export-table-row-tags =(quote ("" . ""))= :PROPERTIES: :CUSTOM_ID: org-export-table-row-tags :END: - *Type:* (cons (choice :tag "Opening ta... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-table-row-tags&sr=1][Find modifications in git logs]] : The opening tag for table data fields. : This is customizable so that alignment options can be specified. : Instead of strings, these can be Lisp forms that will be evaluated : for each row in order to construct the table row tags. During evaluation, : the variable `head' will be true when this is a header line, nil when this : is a body line. And the variable `nline' will contain the line number, : starting from 1 in the first header line. For example : : (setq org-export-table-row-tags : (cons '(if head : "" : (if (= (mod nline 2) 1) : "" : "")) : "")) : : will give even lines the class "tr-even" and odd lines the class "tr-odd". ** org-stuck-projects =(quote ("+LEVEL=2/-DONE" ("TOD...= :PROPERTIES: :CUSTOM_ID: org-stuck-projects :END: - *Type:* (list (string :tag "Tags/TODO ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-stuck-projects&sr=1][Find modifications in git logs]] : How to identify stuck projects. : This is a list of four items: : 1. A tags/todo/property matcher string that is used to identify a project. : See the manual for a description of tag and property searches. : The entire tree below a headline matched by this is considered one project. : 2. A list of TODO keywords identifying non-stuck projects. : If the project subtree contains any headline with one of these todo : keywords, the project is considered to be not stuck. If you specify : "*" as a keyword, any TODO keyword will mark the project unstuck. : 3. A list of tags identifying non-stuck projects. : If the project subtree contains any headline with one of these tags, : the project is considered to be not stuck. If you specify "*" as : a tag, any tag will mark the project unstuck. Note that this is about : the explicit presence of a tag somewhere in the subtree, inherited : tags do not count here. If inherited tags make a project not stuck, : use "-TAG" in the tags part of the matcher under (1.) above. : 4. An arbitrary regular expression matching non-stuck projects. : : If the project turns out to be not stuck, search continues also in the : subtree to see if any of the subtasks have project status. : : See also the variable `org-tags-match-list-sublevels' which applies : to projects matched by this search as well. : : After defining this variable, you may use \[org-agenda-list-stuck-projects] : or `C-c a #' to produce the list. ** org-get-priority-function =nil= :PROPERTIES: :CUSTOM_ID: org-get-priority-function :END: - *Type:* function - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-get-priority-function&sr=1][Find modifications in git logs]] : Function to extract the priority from a string. : The string is normally the headline. If this is nil Org computes the : priority from the priority cookie like [#A] in the headline. It returns : an integer, increasing by 1000 for each priority level. : The user can set a different function here, which should take a string : as an argument and return the numeric priority. ** org-export-table-remove-special-lines =t= :PROPERTIES: :CUSTOM_ID: org-export-table-remove-special-lines :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-table-remove-special-lines&sr=1][Find modifications in git logs]] : Remove special lines and marking characters in calculating tables. : This removes the special marking character column from tables that are set : up for spreadsheet calculations. It also removes the entire lines : marked with `!', `_', or `^'. The lines with `$' are kept, because : the values of constants may be useful to have. ** org-export-with-special-strings =t= :PROPERTIES: :CUSTOM_ID: org-export-with-special-strings :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-with-special-strings&sr=1][Find modifications in git logs]] : Non-nil means interpret "\-", "--" and "---" for export. : : When this option is turned on, these strings will be exported as: : : Org HTML LaTeX UTF-8 : -----+----------+--------+------- : \- ­ \- : -- – -- – : --- — --- — : ... … \ldots … : : This option can also be set with the OPTIONS keyword, : e.g. "-:nil". ** org-read-date-popup-calendar =t= :PROPERTIES: :CUSTOM_ID: org-read-date-popup-calendar :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-read-date-popup-calendar&sr=1][Find modifications in git logs]] : Non-nil means pop up a calendar when prompting for a date. : In the calendar, the date can be selected with mouse-1. However, the : minibuffer will also be active, and you can simply enter the date as well. : When nil, only the minibuffer will be available. ** org-refile-use-cache =nil= :PROPERTIES: :CUSTOM_ID: org-refile-use-cache :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-refile-use-cache&sr=1][Find modifications in git logs]] : Non-nil means cache refile targets to speed up the process. : The cache for a particular file will be updated automatically when : the buffer has been killed, or when any of the marker used for flagging : refile targets no longer points at a live buffer. : If you have added new entries to a buffer that might themselves be targets, : you need to clear the cache manually by pressing `C-0 C-c C-w' or, if you : find that easier, `C-u C-u C-u C-c C-w'. ** org-export-preserve-breaks =nil= :PROPERTIES: :CUSTOM_ID: org-export-preserve-breaks :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-preserve-breaks&sr=1][Find modifications in git logs]] : Non-nil means preserve all line breaks when exporting. : This option can also be set with the OPTIONS keyword, : e.g. "\n:t". ** org-icalendar-store-UID =nil= :PROPERTIES: :CUSTOM_ID: org-icalendar-store-UID :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-store-UID&sr=1][Find modifications in git logs]] : Non-nil means store any created UIDs in properties. : : The iCalendar standard requires that all entries have a unique identifier. : Org will create these identifiers as needed. When this variable is non-nil, : the created UIDs will be stored in the ID property of the entry. Then the : next time this entry is exported, it will be exported with the same UID, : superseding the previous form of it. This is essential for : synchronization services. : : This variable is not turned on by default because we want to avoid creating : a property drawer in every entry if people are only playing with this feature, : or if they are only using it locally. ** org-ascii-underline =(quote ((ascii 61 126 45) (lat...= :PROPERTIES: :CUSTOM_ID: org-ascii-underline :END: - *Type:* (list (cons :tag "Underline ch... - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-ascii.el;hb=HEAD][ox-ascii.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ascii-underline&sr=1][Find modifications in git logs]] : Characters for underlining headings in ASCII export. : : Alist whose key is a symbol among `ascii', `latin1' and `utf-8' : and whose value is a list of characters. : : For each supported charset, this variable associates a sequence : of underline characters. In a sequence, the characters will be : used in order for headlines level 1, 2, ... If no character is : available for a given level, the headline won't be underlined. ** org-ascii-table-widen-columns =t= :PROPERTIES: :CUSTOM_ID: org-ascii-table-widen-columns :END: - *Type:* boolean - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-ascii.el;hb=HEAD][ox-ascii.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ascii-table-widen-columns&sr=1][Find modifications in git logs]] : Non-nil means widen narrowed columns for export. : When nil, narrowed columns will look in ASCII export just like in : Org mode, i.e. with "=>" as ellipsis. ** org-deadline-string ="DEADLINE:"= :PROPERTIES: :CUSTOM_ID: org-deadline-string :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-deadline-string&sr=1][Find modifications in git logs]] : String to mark deadline entries. : A deadline is this string, followed by a time stamp. Should be a word, : terminated by a colon. You can insert a schedule keyword and : a timestamp with \[org-deadline]. : Changes become only effective after restarting Emacs. ** org-export-blocks-witheld =(quote (hidden))= :PROPERTIES: :CUSTOM_ID: org-export-blocks-witheld :END: - *Type:* list - *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]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-blocks-witheld&sr=1][Find modifications in git logs]] : List of block types (see `org-export-blocks') which should not be exported. ** org-export-table-data-tags =(quote ("" . ""))= :PROPERTIES: :CUSTOM_ID: org-export-table-data-tags :END: - *Type:* (cons (string :tag "Opening ta... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-table-data-tags&sr=1][Find modifications in git logs]] : The opening tag for table data fields. : This is customizable so that alignment options can be specified. : The first %s will be filled with the scope of the field, either row or col. : The second %s will be replaced by a style entry to align the field. : See also the variable `org-export-html-table-align-individual-fields'. ** org-latex-footnote-separator ="\\textsuperscript{,}\\,"= :PROPERTIES: :CUSTOM_ID: org-latex-footnote-separator :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-footnote-separator&sr=1][Find modifications in git logs]] : Text used to separate footnotes. ** org-clock-in-resume =nil= :PROPERTIES: :CUSTOM_ID: org-clock-in-resume :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-in-resume&sr=1][Find modifications in git logs]] : If non-nil, resume clock when clocking into task with open clock. : When clocking into a task with a clock entry which has not been closed, : the clock can be resumed from that point. ** org-html-table-align-individual-fields =t= :PROPERTIES: :CUSTOM_ID: org-html-table-align-individual-fields :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-table-align-individual-fields&sr=1][Find modifications in git logs]] : Non-nil means attach style attributes for alignment to each table field. : When nil, alignment will only be specified in the column tags, but this : is ignored by some browsers (like Firefox, Safari). Opera does it right : though. ** org-make-link-description-function =nil= :PROPERTIES: :CUSTOM_ID: org-make-link-description-function :END: - *Type:* function - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-make-link-description-function&sr=1][Find modifications in git logs]] : Function to use for generating link descriptions from links. : When nil, the link location will be used. This function must take : two parameters: the first one is the link, the second one is the : description generated by `org-insert-link'. The function should : return the description to use. ** org-export-with-creator =(quote comment)= :PROPERTIES: :CUSTOM_ID: org-export-with-creator :END: - *Type:* (choice (const :tag "No creato... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox.el;hb=HEAD][ox.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-with-creator&sr=1][Find modifications in git logs]] : Non-nil means the postamble should contain a creator sentence. : : The sentence can be set in `org-export-creator-string' and : defaults to "Generated by Org mode XX in Emacs XXX.". : : If the value is `comment' insert it as a comment. ** org-odt-inline-image-rules =(quote (("file" . "\\.\\(jpeg\...= :PROPERTIES: :CUSTOM_ID: org-odt-inline-image-rules :END: - *Type:* (alist :key-type (string :tag ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-inline-image-rules&sr=1][Find modifications in git logs]] : Rules characterizing image files that can be inlined into ODT. : : A rule consists in an association whose key is the type of link : to consider, and value is a regexp that will be matched against : link's path. ** org-startup-with-beamer-mode =nil= :PROPERTIES: :CUSTOM_ID: org-startup-with-beamer-mode :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-startup-with-beamer-mode&sr=1][Find modifications in git logs]] : Non-nil means turn on `org-beamer-mode' on startup. : This can also be configured on a per-file basis by adding one of : the following lines anywhere in the buffer: : : #+STARTUP: beamer ** org-agenda-bulk-mark-char =">"= :PROPERTIES: :CUSTOM_ID: org-agenda-bulk-mark-char :END: - *Type:* string - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-bulk-mark-char&sr=1][Find modifications in git logs]] : A single-character string to be used as the bulk mark. ** org-cycle-open-archived-trees =nil= :PROPERTIES: :CUSTOM_ID: org-cycle-open-archived-trees :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle-open-archived-trees&sr=1][Find modifications in git logs]] : Non-nil means `org-cycle' will open archived trees. : An archived tree is a tree marked with the tag ARCHIVE. : When nil, archived trees will stay folded. You can still open them with : normal outline commands like `show-all', but not with the cycling commands. ** org-clock-out-when-done =t= :PROPERTIES: :CUSTOM_ID: org-clock-out-when-done :END: - *Type:* (choice (const :tag "No" nil) ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-out-when-done&sr=1][Find modifications in git logs]] : When non-nil, clock will be stopped when the clocked entry is marked DONE. : DONE here means any DONE-like state. : A nil value means clock will keep running until stopped explicitly with : `C-c C-x C-o', or until the clock is started in a different item. : Instead of t, this can also be a list of TODO states that should trigger : clocking out. ** org-export-with-LaTeX-fragments =t= :PROPERTIES: :CUSTOM_ID: org-export-with-LaTeX-fragments :END: - *Type:* (choice (const :tag "Do not pr... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-with-LaTeX-fragments&sr=1][Find modifications in git logs]] : Non-nil means process LaTeX math fragments for HTML display. : When set, the exporter will find and process LaTeX environments if the : \begin line is the first non-white thing on a line. It will also find : and process the math delimiters like $a=b$ and \( a=b \) for inline math, : $$a=b$$ and \=\[ a=b \] for display math. : : This option can also be set with the +OPTIONS line, e.g. "LaTeX:mathjax". : : Allowed values are: : : nil Don't do anything. : verbatim Keep everything in verbatim : dvipng Process the LaTeX fragments to images. : This will also include processing of non-math environments. : imagemagick Convert the LaTeX fragments to pdf files and use imagemagick : to convert pdf files to png files. : t Do MathJax preprocessing if there is at least on math snippet, : and arrange for MathJax.js to be loaded. : : The default is nil, because this option needs the `dvipng' program which : is not available on all systems. ** org-tags-sort-function =nil= :PROPERTIES: :CUSTOM_ID: org-tags-sort-function :END: - *Type:* (choice (const :tag "No sortin... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tags-sort-function&sr=1][Find modifications in git logs]] : When set, tags are sorted using this function as a comparator. ** org-log-states-order-reversed =t= :PROPERTIES: :CUSTOM_ID: org-log-states-order-reversed :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-log-states-order-reversed&sr=1][Find modifications in git logs]] : Non-nil means the latest state note will be directly after heading. : When nil, the state change notes will be ordered according to time. : : This option can also be set with on a per-file-basis with : : #+STARTUP: logstatesreversed : #+STARTUP: nologstatesreversed ** org-agenda-max-effort =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-max-effort :END: - *Type:* (choice (symbol :tag "No limit... - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-max-effort&sr=1][Find modifications in git logs]] : Maximum cumulated effort duration for the agenda. : This can be nil (no limit) or a number of minutes (as an integer) : or an alist of agenda types with an associated number of minutes : to limit entries to in this type. ** org-export-allow-BIND =(quote confirm)= :PROPERTIES: :CUSTOM_ID: org-export-allow-BIND :END: - *Type:* (choice (const :tag "Never" ni... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-allow-BIND&sr=1][Find modifications in git logs]] : Non-nil means allow #+BIND to define local variable values for export. : This is a potential security risk, which is why the user must confirm the : use of these lines. ** org-export-taskjuggler-project-tag ="taskjuggler_project"= :PROPERTIES: :CUSTOM_ID: org-export-taskjuggler-project-tag :END: - *Type:* string - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-taskjuggler.el;hb=HEAD][org-taskjuggler.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-taskjuggler-project-tag&sr=1][Find modifications in git logs]] : Tag, property or todo used to find the tree containing all : the tasks for the project. ** org-closed-keep-when-no-todo =nil= :PROPERTIES: :CUSTOM_ID: org-closed-keep-when-no-todo :END: - *Type:* boolean - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-closed-keep-when-no-todo&sr=1][Find modifications in git logs]] : Remove CLOSED: time-stamp when switching back to a non-todo state? ** org-tab-follows-link =nil= :PROPERTIES: :CUSTOM_ID: org-tab-follows-link :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tab-follows-link&sr=1][Find modifications in git logs]] : Non-nil means on links TAB will follow the link. : Needs to be set before org.el is loaded. : This really should not be used, it does not make sense, and the : implementation is bad. ** org-odt-preferred-output-format =nil= :PROPERTIES: :CUSTOM_ID: org-odt-preferred-output-format :END: - *Type:* (choice :convert-widget (lambd... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-preferred-output-format&sr=1][Find modifications in git logs]] : Automatically post-process to this format after exporting to "odt". : Command `org-odt-export-to-odt' exports first to "odt" format : and then uses `org-odt-convert-process' to convert the : resulting document to this format. During customization of this : variable, the list of valid values are populated based on : `org-odt-convert-capabilities'. : : You can set this option on per-file basis using file local : values. See Info node `(emacs) File Variables'. ** org-agenda-sticky =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-sticky :END: - *Type:* boolean - *Since:* Emacs version 24.3 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-sticky&sr=1][Find modifications in git logs]] : Non-nil means agenda q key will bury agenda buffers. : Agenda commands will then show existing buffer instead of generating new ones. : When nil, `q' will kill the single agenda buffer. ** org-closed-string ="CLOSED:"= :PROPERTIES: :CUSTOM_ID: org-closed-string :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-closed-string&sr=1][Find modifications in git logs]] : String used as the prefix for timestamps logging closing a TODO entry. ** org-agenda-show-current-time-in-grid =t= :PROPERTIES: :CUSTOM_ID: org-agenda-show-current-time-in-grid :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-show-current-time-in-grid&sr=1][Find modifications in git logs]] : Non-nil means show the current time in the time grid. ** org-md-headline-style =(quote atx)= :PROPERTIES: :CUSTOM_ID: org-md-headline-style :END: - *Type:* (choice (const :tag "Use \"atx... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-md.el;hb=HEAD][ox-md.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-md-headline-style&sr=1][Find modifications in git logs]] : Style used to format headlines. : This variable can be set to either `atx' or `setext'. ** org-protocol-project-alist =nil= :PROPERTIES: :CUSTOM_ID: org-protocol-project-alist :END: - *Type:* alist - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-protocol-project-alist&sr=1][Find modifications in git logs]] : Map URLs to local filenames for `org-protocol-open-source' (open-source). : : Each element of this list must be of the form: : : (module-name :property value property: value ...) : : where module-name is an arbitrary name. All the values are strings. : : Possible properties are: : : :online-suffix - the suffix to strip from the published URLs : :working-suffix - the replacement for online-suffix : :base-url - the base URL, e.g. http://www.example.com/project/ : Last slash required. : :working-directory - the local working directory. This is, what base-url will : be replaced with. : :redirects - A list of cons cells, each of which maps a regular : expression to match to a path relative to :working-directory. : : Example: : : (setq org-protocol-project-alist : '(("http://orgmode.org/worg/" : :online-suffix ".php" : :working-suffix ".org" : :base-url "http://orgmode.org/worg/" : :working-directory "/home/user/org/Worg/") : ("http://localhost/org-notes/" : :online-suffix ".html" : :working-suffix ".org" : :base-url "http://localhost/org/" : :working-directory "/home/user/org/" : :rewrites (("org/?$" . "index.php"))))) : : The last line tells `org-protocol-open-source' to open : /home/user/org/index.php, if the URL cannot be mapped to an existing : file, and ends with either "org" or "org/". : : Consider using the interactive functions `org-protocol-create' and : `org-protocol-create-for-org' to help you filling this variable with valid contents. ** org-export-kill-product-buffer-when-displayed =nil= :PROPERTIES: :CUSTOM_ID: org-export-kill-product-buffer-when-displayed :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-kill-product-buffer-when-displayed&sr=1][Find modifications in git logs]] : Non-nil means kill the product buffer if it is displayed immediately. : This applied to the commands `org-export-as-html-and-open' and : `org-export-as-pdf-and-open'. ** org-goto-interface =(quote outline)= :PROPERTIES: :CUSTOM_ID: org-goto-interface :END: - *Type:* (choice (const :tag "Outline" ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-interface&sr=1][Find modifications in git logs]] : The default interface to be used for `org-goto'. : Allowed values are: : outline The interface shows an outline of the relevant file : and the correct heading is found by moving through : the outline or by searching with incremental search. : outline-path-completion Headlines in the current buffer are offered via : completion. This is the interface also used by : the refile command. ** org-reverse-note-order =nil= :PROPERTIES: :CUSTOM_ID: org-reverse-note-order :END: - *Type:* (choice (const :tag "Reverse a... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-reverse-note-order&sr=1][Find modifications in git logs]] : Non-nil means store new notes at the beginning of a file or entry. : When nil, new notes will be filed to the end of a file or entry. : This can also be a list with cons cells of regular expressions that : are matched against file names, and values. ** org-list-empty-line-terminates-plain-lists =nil= :PROPERTIES: :CUSTOM_ID: org-list-empty-line-terminates-plain-lists :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-list.el;hb=HEAD][org-list.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-list-empty-line-terminates-plain-lists&sr=1][Find modifications in git logs]] : Non-nil means an empty line ends all plain list levels. : Otherwise, two of them will be necessary. ** org-footnote-fill-after-inline-note-extraction =nil= :PROPERTIES: :CUSTOM_ID: org-footnote-fill-after-inline-note-extraction :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-footnote.el;hb=HEAD][org-footnote.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-footnote-fill-after-inline-note-extraction&sr=1][Find modifications in git logs]] : Non-nil means fill paragraphs after extracting footnotes. : When extracting inline footnotes, the lengths of lines can change a lot. : When this option is set, paragraphs from which an inline footnote has been : extracted will be filled again. ** org-agenda-skip-scheduled-if-done =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-skip-scheduled-if-done :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-skip-scheduled-if-done&sr=1][Find modifications in git logs]] : Non-nil means don't show scheduled items in agenda when they are done. : This is relevant for the daily/weekly agenda, not for the TODO list. And : it applies only to the actual date of the scheduling. Warnings about : an item with a past scheduling dates are always turned off when the item : is DONE. ** org-export-with-drawers =(quote (not "LOGBOOK"))= :PROPERTIES: :CUSTOM_ID: org-export-with-drawers :END: - *Type:* (choice (const :tag "All drawe... - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-with-drawers&sr=1][Find modifications in git logs]] : Non-nil means export contents of standard drawers. : : When t, all drawers are exported. This may also be a list of : drawer names to export. If that list starts with `not', only : drawers with such names will be ignored. : : This variable doesn't apply to properties drawers. : : This option can also be set with the OPTIONS keyword, : e.g. "d:nil". ** org-agenda-todo-keyword-format ="%-1s"= :PROPERTIES: :CUSTOM_ID: org-agenda-todo-keyword-format :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-todo-keyword-format&sr=1][Find modifications in git logs]] : Format for the TODO keyword in agenda lines. : Set this to something like "%-12s" if you want all TODO keywords : to occupy a fixed space in the agenda display. ** org-mouse-features =(quote (context-menu yank-link...= :PROPERTIES: :CUSTOM_ID: org-mouse-features :END: - *Type:* (set :greedy t (const :tag "Mo... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-mouse.el;hb=HEAD][org-mouse.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-mouse-features&sr=1][Find modifications in git logs]] : The features of org-mouse that should be activated. : Changing this variable requires a restart of Emacs to get activated. ** org-latex-remove-logfiles =t= :PROPERTIES: :CUSTOM_ID: org-latex-remove-logfiles :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-remove-logfiles&sr=1][Find modifications in git logs]] : Non-nil means remove the logfiles produced by PDF production. : By default, logfiles are files with these extensions: .aux, .idx, : .log, .out, .toc, .nav, .snm and .vrb. To define the set of : logfiles to remove, set `org-latex-logfiles-extensions'. ** org-quote-string ="QUOTE"= :PROPERTIES: :CUSTOM_ID: org-quote-string :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-quote-string&sr=1][Find modifications in git logs]] : Entries starting with this keyword will be exported in fixed-width font. : Quoting applies only to the text in the entry following the headline, and does : not extend beyond the next headline, even if that is lower level. : An entry can be toggled between QUOTE and normal with : \[org-toggle-fixed-width-section]. ** org-calendar-follow-timestamp-change =t= :PROPERTIES: :CUSTOM_ID: org-calendar-follow-timestamp-change :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-calendar-follow-timestamp-change&sr=1][Find modifications in git logs]] : Non-nil means make the calendar window follow timestamp changes. : When a timestamp is modified and the calendar window is visible, it will be : moved to the new date. ** org-odd-levels-only =nil= :PROPERTIES: :CUSTOM_ID: org-odd-levels-only :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odd-levels-only&sr=1][Find modifications in git logs]] : Non-nil means skip even levels and only use odd levels for the outline. : This has the effect that two stars are being added/taken away in : promotion/demotion commands. It also influences how levels are : handled by the exporters. : Changing it requires restart of `font-lock-mode' to become effective : for fontification also in regions already fontified. : You may also set this on a per-file basis by adding one of the following : lines to the buffer: : : #+STARTUP: odd : #+STARTUP: oddeven ** org-export-copy-to-kill-ring =(quote if-interactive)= :PROPERTIES: :CUSTOM_ID: org-export-copy-to-kill-ring :END: - *Type:* (choice (const :tag "Always" t... - *Since:* Emacs version 24.3 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-copy-to-kill-ring&sr=1][Find modifications in git logs]] : Should we push exported content to the kill ring? ** org-export-html-style =""= :PROPERTIES: :CUSTOM_ID: org-export-html-style :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-style&sr=1][Find modifications in git logs]] : Org-wide style definitions for exported HTML files. : : This variable needs to contain the full HTML structure to provide a style, : including the surrounding HTML tags. If you set the value of this variable, : you should consider to include definitions for the following classes: : title, todo, done, timestamp, timestamp-kwd, tag, target. : : For example, a valid value would be: : : : : If you'd like to refer to an external style file, use something like : : : : As the value of this option simply gets inserted into the HTML header, : you can "misuse" it to add arbitrary text to the header. : See also the variable `org-export-html-style-extra'. ** org-coderef-label-format ="(ref:%s)"= :PROPERTIES: :CUSTOM_ID: org-coderef-label-format :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-src.el;hb=HEAD][org-src.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-coderef-label-format&sr=1][Find modifications in git logs]] : The default coderef format. : This format string will be used to search for coderef labels in literal : examples (EXAMPLE and SRC blocks). The format can be overwritten in : an individual literal example with the -l option, like : : #+BEGIN_SRC pascal +n -r -l "((%s))" : ... : #+END_SRC : : If you want to use this for HTML export, make sure that the format does : not introduce special font-locking, and avoid the HTML special : characters `<', `>', and `&'. The reason for this restriction is that : the labels are searched for only after htmlize has done its job. ** org-edit-timestamp-down-means-later =nil= :PROPERTIES: :CUSTOM_ID: org-edit-timestamp-down-means-later :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-edit-timestamp-down-means-later&sr=1][Find modifications in git logs]] : Non-nil means S-down will increase the time in a time stamp. : When nil, S-up will increase. ** org-protocol-reverse-list-of-files =t= :PROPERTIES: :CUSTOM_ID: org-protocol-reverse-list-of-files :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-protocol.el;hb=HEAD][org-protocol.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-protocol-reverse-list-of-files&sr=1][Find modifications in git logs]] : Non-nil means re-reverse the list of filenames passed on the command line. : The filenames passed on the command line are passed to the emacs-server in : reverse order. Set to t (default) to re-reverse the list, i.e. use the : sequence on the command line. If nil, the sequence of the filenames is : unchanged. ** org-capture-templates-contexts =nil= :PROPERTIES: :CUSTOM_ID: org-capture-templates-contexts :END: - *Type:* (repeat (list :tag "Rule" (str... - *Since:* Emacs version 24.3 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-capture.el;hb=HEAD][org-capture.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-capture-templates-contexts&sr=1][Find modifications in git logs]] : Alist of capture templates and valid contexts. : : For example, if you have a capture template "c" and you want : this template to be accessible only from `message-mode' buffers, : use this: : : '(("c" ((in-mode . "message-mode")))) : : Here are the available contexts definitions: : : in-file: command displayed only in matching files : in-mode: command displayed only in matching modes : not-in-file: command not displayed in matching files : not-in-mode: command not displayed in matching modes : in-buffer: command displayed only in matching buffers : not-in-buffer: command not displayed in matching buffers : [function]: a custom function taking no argument : : If you define several checks, the agenda command will be : accessible if there is at least one valid check. : : You can also bind a key to another agenda custom command : depending on contextual rules. : : '(("c" "d" ((in-mode . "message-mode")))) : : Here it means: in `message-mode buffers', use "c" as the : key for the capture template otherwise associated with "d". : (The template originally associated with "d" is not displayed : to avoid duplicates.) ** org-bbdb-extract-date-fun =(quote org-bbdb-anniv-extract-...= :PROPERTIES: :CUSTOM_ID: org-bbdb-extract-date-fun :END: - *Type:* function - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bbdb.el;hb=HEAD][org-bbdb.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bbdb-extract-date-fun&sr=1][Find modifications in git logs]] : How to retrieve `month date year' from the anniversary field. : : Customize if you have already filled your BBDB with dates : different from YYYY-MM-DD. The function must return a list (month : date year). ** org-ellipsis =nil= :PROPERTIES: :CUSTOM_ID: org-ellipsis :END: - *Type:* (choice (const :tag "Default" ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ellipsis&sr=1][Find modifications in git logs]] : The ellipsis to use in the Org-mode outline. : When nil, just use the standard three dots. When a string, use that instead, : When a face, use the standard 3 dots, but with the specified face. : The change affects only Org-mode (which will then use its own display table). : Changing this requires executing `M-x org-mode' in a buffer to become : effective. ** org-clock-resolve-expert =nil= :PROPERTIES: :CUSTOM_ID: org-clock-resolve-expert :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-resolve-expert&sr=1][Find modifications in git logs]] : Non-nil means do not show the splash buffer with the clock resolver. ** org-clock-persist =nil= :PROPERTIES: :CUSTOM_ID: org-clock-persist :END: - *Type:* (choice (const :tag "Just the ... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-persist&sr=1][Find modifications in git logs]] : When non-nil, save the running clock when Emacs is closed. : The clock is resumed when Emacs restarts. : When this is t, both the running clock, and the entire clock : history are saved. When this is the symbol `clock', only the : running clock is saved. When this is the symbol `history', only : the clock history is saved. : : When Emacs restarts with saved clock information, the file containing : the running clock as well as all files mentioned in the clock history : will be visited. : : All this depends on running `org-clock-persistence-insinuate' in your : Emacs initialization file. ** org-use-effective-time =nil= :PROPERTIES: :CUSTOM_ID: org-use-effective-time :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-use-effective-time&sr=1][Find modifications in git logs]] : If non-nil, consider `org-extend-today-until' when creating timestamps. : For example, if `org-extend-today-until' is 8, and it's 4am, then the : "effective time" of any timestamps between midnight and 8am will be : 23:59 of the previous day. ** org-export-remove-timestamps-from-toc =t= :PROPERTIES: :CUSTOM_ID: org-export-remove-timestamps-from-toc :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-remove-timestamps-from-toc&sr=1][Find modifications in git logs]] : If t, remove timestamps from the table of contents entries. ** org-html-table-data-tags =(quote ("" . ""))= :PROPERTIES: :CUSTOM_ID: org-html-table-data-tags :END: - *Type:* (cons (string :tag "Opening ta... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-table-data-tags&sr=1][Find modifications in git logs]] : The opening tag for table data fields. : This is customizable so that alignment options can be specified. : The first %s will be filled with the scope of the field, either row or col. : The second %s will be replaced by a style entry to align the field. : See also the variable `org-html-table-align-individual-fields'. ** org-archive-location ="%s_archive::"= :PROPERTIES: :CUSTOM_ID: org-archive-location :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-archive-location&sr=1][Find modifications in git logs]] : The location where subtrees should be archived. : : The value of this variable is a string, consisting of two parts, : separated by a double-colon. The first part is a filename and : the second part is a headline. : : When the filename is omitted, archiving happens in the same file. : %s in the filename will be replaced by the current file : name (without the directory part). Archiving to a different file : is useful to keep archived entries from contributing to the : Org-mode Agenda. : : The archived entries will be filed as subtrees of the specified : headline. When the headline is omitted, the subtrees are simply : filed away at the end of the file, as top-level entries. Also in : the heading you can use %s to represent the file name, this can be : useful when using the same archive for a number of different files. : : Here are a few examples: : "%s_archive::" : If the current file is Projects.org, archive in file : Projects.org_archive, as top-level trees. This is the default. : : "::* Archived Tasks" : Archive in the current file, under the top-level headline : "* Archived Tasks". : : "~/org/archive.org::" : Archive in file ~/org/archive.org (absolute path), as top-level trees. : : "~/org/archive.org::* From %s" : Archive in file ~/org/archive.org (absolute path), under headlines : "From FILENAME" where file name is the current file name. : : "~/org/datetree.org::datetree/* Finished Tasks" : The "datetree/" string is special, signifying to archive : items to the datetree. Items are placed in either the CLOSED : date of the item, or the current date if there is no CLOSED date. : The heading will be a subentry to the current date. There doesn't : need to be a heading, but there always needs to be a slash after : datetree. For example, to store archived items directly in the : datetree, use "~/org/datetree.org::datetree/". : : "basement::** Finished Tasks" : Archive in file ./basement (relative path), as level 3 trees : below the level 2 heading "** Finished Tasks". : : You may set this option on a per-file basis by adding to the buffer a : line like : : #+ARCHIVE: basement::** Finished Tasks : : You may also define it locally for a subtree by setting an ARCHIVE property : in the entry. If such a property is found in an entry, or anywhere up : the hierarchy, it will be used. ** org-goto-auto-isearch =t= :PROPERTIES: :CUSTOM_ID: org-goto-auto-isearch :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-auto-isearch&sr=1][Find modifications in git logs]] : Non-nil means typing characters in `org-goto' starts incremental search. : When nil, you can use these keybindings to navigate the buffer: : : q Quit the org-goto interface : n Go to the next visible heading : p Go to the previous visible heading : f Go one heading forward on same level : b Go one heading backward on same level : u Go one heading up ** org-export-date-timestamp-format =nil= :PROPERTIES: :CUSTOM_ID: org-export-date-timestamp-format :END: - *Type:* (choice (string :tag "Time-sta... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-date-timestamp-format&sr=1][Find modifications in git logs]] : Time-stamp format string to use for DATE keyword. : : The format string, when specified, only applies if date consists : in a single time-stamp. Otherwise its value will be ignored. : : See `format-time-string' for details on how to build this : string. ** org-agenda-inactive-leader ="["= :PROPERTIES: :CUSTOM_ID: org-agenda-inactive-leader :END: - *Type:* (list (string :tag "Scheduled ... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-inactive-leader&sr=1][Find modifications in git logs]] : Text preceding item pulled into the agenda by inactive time stamps. : These entries are added to the agenda when pressing "[". ** org-agenda-window-setup =(quote reorganize-frame)= :PROPERTIES: :CUSTOM_ID: org-agenda-window-setup :END: - *Type:* (choice (const current-window)... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-window-setup&sr=1][Find modifications in git logs]] : How the agenda buffer should be displayed. : Possible values for this option are: : : current-window Show agenda in the current window, keeping all other windows. : other-window Use `switch-to-buffer-other-window' to display agenda. : reorganize-frame Show only two windows on the current frame, the current : window and the agenda. : other-frame Use `switch-to-buffer-other-frame' to display agenda. : Also, when exiting the agenda, kill that frame. : See also the variable `org-agenda-restore-windows-after-quit'. ** org-tags-match-list-sublevels =t= :PROPERTIES: :CUSTOM_ID: org-tags-match-list-sublevels :END: - *Type:* (choice (const :tag "No, don't... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-tags-match-list-sublevels&sr=1][Find modifications in git logs]] : Non-nil means list also sublevels of headlines matching a search. : This variable applies to tags/property searches, and also to stuck : projects because this search is based on a tags match as well. : : When set to the symbol `indented', sublevels are indented with : leading dots. : : Because of tag inheritance (see variable `org-use-tag-inheritance'), : the sublevels of a headline matching a tag search often also match : the same search. Listing all of them can create very long lists. : Setting this variable to nil causes subtrees of a match to be skipped. : : This variable is semi-obsolete and probably should always be true. It : is better to limit inheritance to certain tags using the variables : `org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'. ** org-custom-properties =nil= :PROPERTIES: :CUSTOM_ID: org-custom-properties :END: - *Type:* (repeat (string :tag "Property... - *Since:* Emacs version 24.3 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-custom-properties&sr=1][Find modifications in git logs]] : List of properties (as strings) with a special meaning. : The default use of these custom properties is to let the user : hide them with `org-toggle-custom-properties-visibility'. ** org-html-footnote-separator =", "= :PROPERTIES: :CUSTOM_ID: org-html-footnote-separator :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-footnote-separator&sr=1][Find modifications in git logs]] : Text used to separate footnotes. ** org-adapt-indentation =t= :PROPERTIES: :CUSTOM_ID: org-adapt-indentation :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-adapt-indentation&sr=1][Find modifications in git logs]] : Non-nil means adapt indentation to outline node level. : : When this variable is set, Org assumes that you write outlines by : indenting text in each node to align with the headline (after the stars). : The following issues are influenced by this variable: : : - When this is set and the *entire* text in an entry is indented, the : indentation is increased by one space in a demotion command, and : decreased by one in a promotion command. If any line in the entry : body starts with text at column 0, indentation is not changed at all. : : - Property drawers and planning information is inserted indented when : this variable s set. When nil, they will not be indented. : : - TAB indents a line relative to context. The lines below a headline : will be indented when this variable is set. : : Note that this is all about true indentation, by adding and removing : space characters. See also `org-indent.el' which does level-dependent : indentation in a virtual way, i.e. at display time in Emacs. ** org-export-select-tags =(quote ("export"))= :PROPERTIES: :CUSTOM_ID: org-export-select-tags :END: - *Type:* (repeat (string :tag "Tag")) - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-select-tags&sr=1][Find modifications in git logs]] : Tags that select a tree for export. : : If any such tag is found in a buffer, all trees that do not carry : one of these tags will be ignored during export. Inside trees : that are selected like this, you can still deselect a subtree by : tagging it with one of the `org-export-exclude-tags'. : : This option can also be set with the SELECT_TAGS keyword. ** org-agenda-entry-text-leaders =" > "= :PROPERTIES: :CUSTOM_ID: org-agenda-entry-text-leaders :END: - *Type:* string - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-entry-text-leaders&sr=1][Find modifications in git logs]] : Text prepended to the entry text in agenda buffers. ** org-export-run-in-background =nil= :PROPERTIES: :CUSTOM_ID: org-export-run-in-background :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-run-in-background&sr=1][Find modifications in git logs]] : Non-nil means export and publishing commands will run in background. : This works by starting up a separate Emacs process visiting the same file : and doing the export from there. : Not all export commands are affected by this - only the ones which : actually write to a file, and that do not depend on the buffer state. : \ : If this option is nil, you can still get background export by calling : `org-export' with a double prefix arg: \[universal-argument] \[universal-argument] \[org-export]. : : If this option is t, the double prefix can be used to exceptionally : force an export command into the current process. ** org-odt-convert-capabilities =(quote (("Text" ("odt" "ott" "...= :PROPERTIES: :CUSTOM_ID: org-odt-convert-capabilities :END: - *Type:* (choice (const :tag "None" nil... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-odt.el;hb=HEAD][ox-odt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-odt-convert-capabilities&sr=1][Find modifications in git logs]] : Specify input and output formats of `org-odt-convert-process'. : More correctly, specify the set of input and output formats that : the user is actually interested in. : : This variable is an alist where each element is of the : form (DOCUMENT-CLASS INPUT-FMT-LIST OUTPUT-FMT-ALIST). : INPUT-FMT-LIST is a list of INPUT-FMTs. OUTPUT-FMT-ALIST is an : alist where each element is of the form (OUTPUT-FMT : OUTPUT-FILE-EXTENSION EXTRA-OPTIONS). : : The variable is interpreted as follows: : `org-odt-convert-process' can take any document that is in : INPUT-FMT-LIST and produce any document that is in the : OUTPUT-FMT-LIST. A document converted to OUTPUT-FMT will have : OUTPUT-FILE-EXTENSION as the file name extension. OUTPUT-FMT : serves dual purposes: : - It is used for populating completion candidates during : `org-odt-convert' commands. : - It is used as the value of "%f" specifier in : `org-odt-convert-process'. : : EXTRA-OPTIONS is used as the value of "%x" specifier in : `org-odt-convert-process'. : : DOCUMENT-CLASS is used to group a set of file formats in : INPUT-FMT-LIST in to a single class. : : Note that this variable inherently captures how LibreOffice based : converters work. LibreOffice maps documents of various formats : to classes like Text, Web, Spreadsheet, Presentation etc and : allow document of a given class (irrespective of it's source : format) to be converted to any of the export formats associated : with that class. : : See default setting of this variable for an typical : configuration. ** org-agenda-export-html-style =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-export-html-style :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-export-html-style&sr=1][Find modifications in git logs]] : The style specification for exported HTML Agenda files. : If this variable contains a string, it will replace the default : : or, if you want to keep the style in a file, : : : : As the value of this option simply gets inserted into the HTML header, : you can "misuse" it to also add other text to the header. ** org-clock-frame-title-format =(quote (t org-mode-line-string...= :PROPERTIES: :CUSTOM_ID: org-clock-frame-title-format :END: - *Type:* sexp - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-frame-title-format&sr=1][Find modifications in git logs]] : The value for `frame-title-format' when clocking in. : : When `org-clock-clocked-in-display' is set to 'frame-title : or 'both, clocking in will replace `frame-title-format' with : this value. Clocking out will restore `frame-title-format'. : : `org-frame-title-string' is a format string using the same : specifications than `frame-title-format', which see. ** org-context-in-file-links =t= :PROPERTIES: :CUSTOM_ID: org-context-in-file-links :END: - *Type:* (choice boolean integer) - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-context-in-file-links&sr=1][Find modifications in git logs]] : Non-nil means file links from `org-store-link' contain context. : A search string will be added to the file name with :: as separator and : used to find the context when the link is activated by the command : `org-open-at-point'. When this option is t, the entire active region : will be placed in the search string of the file link. If set to a : positive integer, only the first n lines of context will be stored. : : Using a prefix arg to the command \[org-store-link] (`org-store-link') : negates this setting for the duration of the command. ** org-id-search-archives =t= :PROPERTIES: :CUSTOM_ID: org-id-search-archives :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD][org-id.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-id-search-archives&sr=1][Find modifications in git logs]] : Non-nil means search also the archive files of agenda files for entries. : This is a possibility to reduce overhead, but it means that entries moved : to the archives can no longer be found by ID. : This variable is only relevant when `org-id-track-globally' is set. ** org-babel-noweb-wrap-end =">>"= :PROPERTIES: :CUSTOM_ID: org-babel-noweb-wrap-end :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-noweb-wrap-end&sr=1][Find modifications in git logs]] : String used to end a noweb reference in a code block. : See also `org-babel-noweb-wrap-start'. ** org-beamer-column-view-format ="%45ITEM %10BEAMER_env(Env) %1...= :PROPERTIES: :CUSTOM_ID: org-beamer-column-view-format :END: - *Type:* (choice (const :tag "Do not in... - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-beamer.el;hb=HEAD][ox-beamer.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-beamer-column-view-format&sr=1][Find modifications in git logs]] : Column view format that should be used to fill the template. ** org-icalendar-include-todo =nil= :PROPERTIES: :CUSTOM_ID: org-icalendar-include-todo :END: - *Type:* (choice (const :tag "None" nil... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-include-todo&sr=1][Find modifications in git logs]] : Non-nil means create VTODO components from TODO items. : : Valid values are: : nil don't include any task. : t include tasks that are not in DONE state. : `unblocked' include all TODO items that are not blocked. : `all' include both done and not done items. ** org-ascii-verbatim-format ="`%s'"= :PROPERTIES: :CUSTOM_ID: org-ascii-verbatim-format :END: - *Type:* string - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-ascii.el;hb=HEAD][ox-ascii.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ascii-verbatim-format&sr=1][Find modifications in git logs]] : Format string used for verbatim text and inline code. ** org-man-logfiles-extensions =(quote ("log" "out" "toc"))= :PROPERTIES: :CUSTOM_ID: org-man-logfiles-extensions :END: - *Type:* (repeat (string :tag "Extensio... - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-man.el;hb=HEAD][ox-man.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-man-logfiles-extensions&sr=1][Find modifications in git logs]] : The list of file extensions to consider as Man logfiles. ** org-texinfo-diary-timestamp-format ="@emph{%s}"= :PROPERTIES: :CUSTOM_ID: org-texinfo-diary-timestamp-format :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-texinfo.el;hb=HEAD][ox-texinfo.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-texinfo-diary-timestamp-format&sr=1][Find modifications in git logs]] : A printf format string to be applied to diary timestamps. ** org-agenda-scheduled-leaders =(quote ("Scheduled: " "Sched.%...= :PROPERTIES: :CUSTOM_ID: org-agenda-scheduled-leaders :END: - *Type:* (list (string :tag "Scheduled ... - *Since:* Emacs version 24.4 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-scheduled-leaders&sr=1][Find modifications in git logs]] : Text preceding scheduled items in the agenda view. : This is a list with two strings. The first applies when the item is : scheduled on the current day. The second applies when it has been scheduled : previously, it may contain a %d indicating that this is the nth time that : this item is scheduled, due to automatic rescheduling of unfinished items : for the following day. So this number is one larger than the number of days : that passed since this item was scheduled first. ** org-startup-truncated =t= :PROPERTIES: :CUSTOM_ID: org-startup-truncated :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-startup-truncated&sr=1][Find modifications in git logs]] : Non-nil means entering Org-mode will set `truncate-lines'. : This is useful since some lines containing links can be very long and : uninteresting. Also tables look terrible when wrapped. ** org-export-with-tags =t= :PROPERTIES: :CUSTOM_ID: org-export-with-tags :END: - *Type:* (choice (const :tag "Off" nil)... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-with-tags&sr=1][Find modifications in git logs]] : If nil, do not export tags, just remove them from headlines. : : If this is the symbol `not-in-toc', tags will be removed from : table of contents entries, but still be shown in the headlines of : the document. : : This option can also be set with the OPTIONS keyword, : e.g. "tags:nil". ** org-cycle-level-after-item/entry-creation =t= :PROPERTIES: :CUSTOM_ID: org-cycle-level-after-item/entry-creation :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-cycle-level-after-item/entry-creation&sr=1][Find modifications in git logs]] : Non-nil means cycle entry level or item indentation in new empty entries. : : When the cursor is at the end of an empty headline, i.e., with only stars : and maybe a TODO keyword, TAB will then switch the entry to become a child, : and then all possible ancestor states, before returning to the original state. : This makes data entry extremely fast: M-RET to create a new headline, : on TAB to make it a child, two or more tabs to make it a (grand-)uncle. : : When the cursor is at the end of an empty plain list item, one TAB will : make it a subitem, two or more tabs will back up to make this an item : higher up in the item hierarchy. ** org-export-html-toplevel-hlevel =2= :PROPERTIES: :CUSTOM_ID: org-export-html-toplevel-hlevel :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-toplevel-hlevel&sr=1][Find modifications in git logs]] : The level for level 1 headings in HTML export. : This is also important for the classes that will be wrapped around headlines : and outline structure. If this variable is 1, the top-level headlines will : be

, and the corresponding classes will be outline-1, section-number-1, : and outline-text-1. If this is 2, all of these will get a 2 instead. : The default for this variable is 2, because we use

for formatting the : document title. ** org-clock-mode-line-total =(quote auto)= :PROPERTIES: :CUSTOM_ID: org-clock-mode-line-total :END: - *Type:* (choice (const :tag "Current c... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-mode-line-total&sr=1][Find modifications in git logs]] : Default setting for the time included for the mode line clock. : This can be overruled locally using the CLOCK_MODELINE_TOTAL property. : Allowed values are: : : current Only the time in the current instance of the clock : today All time clocked into this task today : repeat All time clocked into this task since last repeat : all All time ever recorded for this task : auto Automatically, either `all', or `repeat' for repeating tasks ** org-html-toplevel-hlevel =2= :PROPERTIES: :CUSTOM_ID: org-html-toplevel-hlevel :END: - *Type:* integer - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-toplevel-hlevel&sr=1][Find modifications in git logs]] : The level for level 1 headings in HTML export. : This is also important for the classes that will be wrapped around headlines : and outline structure. If this variable is 1, the top-level headlines will : be

, and the corresponding classes will be outline-1, section-number-1, : and outline-text-1. If this is 2, all of these will get a 2 instead. : The default for this variable is 2, because we use

for formatting the : document title. ** org-complete-tags-always-offer-all-agenda-tags =nil= :PROPERTIES: :CUSTOM_ID: org-complete-tags-always-offer-all-agenda-tags :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-complete-tags-always-offer-all-agenda-tags&sr=1][Find modifications in git logs]] : If non-nil, always offer completion for all tags of all agenda files. : Instead of customizing this variable directly, you might want to : set it locally for capture buffers, because there no list of : tags in that file can be created dynamically (there are none). : : (add-hook 'org-capture-mode-hook : (lambda () : (set (make-local-variable : 'org-complete-tags-always-offer-all-agenda-tags) : t))) ** org-ditaa-jar-path =(expand-file-name "ditaa.jar" ...= :PROPERTIES: :CUSTOM_ID: org-ditaa-jar-path :END: - *Type:* string - *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]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-ditaa-jar-path&sr=1][Find modifications in git logs]] : Path to the ditaa jar executable. ** org-agenda-menu-two-columns =nil= :PROPERTIES: :CUSTOM_ID: org-agenda-menu-two-columns :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-menu-two-columns&sr=1][Find modifications in git logs]] : Non-nil means, use two columns to show custom commands in the dispatcher. : If you use this, you probably want to set `org-agenda-menu-show-matcher' : to nil. ** org-goto-max-level =5= :PROPERTIES: :CUSTOM_ID: org-goto-max-level :END: - *Type:* integer - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-goto-max-level&sr=1][Find modifications in git logs]] : Maximum target level when running `org-goto' with refile interface. ** org-completion-use-iswitchb =nil= :PROPERTIES: :CUSTOM_ID: org-completion-use-iswitchb :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-completion-use-iswitchb&sr=1][Find modifications in git logs]] : Non-nil means use iswitchb completion wherever possible. : Note that `iswitchb-mode' must be active for this variable to be relevant. : If you decide to turn this variable on, you might well want to turn off : `org-outline-path-complete-in-steps'. : Note that this variable has only an effect if `org-completion-use-ido' is nil. ** org-export-html-preamble-format =(quote (("en" "")))= :PROPERTIES: :CUSTOM_ID: org-export-html-preamble-format :END: - *Type:* string - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-preamble-format&sr=1][Find modifications in git logs]] : Alist of languages and format strings for the HTML preamble. : : The first element of each list is the language code, as used for : the #+LANGUAGE keyword. : : The second element of each list is a format string to format the : preamble itself. This format string can contain these elements: : : %t stands for the title. : %a stands for the author's name. : %e stands for the author's email. : %d stands for the date. : : If you need to use a "%" character, you need to escape it : like that: "%%". ** org-feed-drawer ="FEEDSTATUS"= :PROPERTIES: :CUSTOM_ID: org-feed-drawer :END: - *Type:* (string :tag "Drawer Name") - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-feed.el;hb=HEAD][org-feed.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-feed-drawer&sr=1][Find modifications in git logs]] : The name of the drawer for feed status information. : Each feed may also specify its own drawer name using the `:drawer' : parameter in `org-feed-alist'. : Note that in order to make these drawers behave like drawers, they must : be added to the variable `org-drawers' or configured with a #+DRAWERS : line. ** org-html-creator-string =(format ", the file is not part of Emacs : and loading it will require that you have downloaded and properly : installed the Org mode distribution. : : You can also use this system to load external packages (i.e. neither Org : core modules, nor modules from the CONTRIB directory). Just add symbols : to the end of the list. If the package is called org-xyz.el, then you need : to add the symbol `xyz', and the package must have a call to: : : (provide 'org-xyz) : : For export specific modules, see also `org-export-backends'. ** org-html-link-home =""= :PROPERTIES: :CUSTOM_ID: org-html-link-home :END: - *Type:* (string :tag "File or URL") - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-html.el;hb=HEAD][ox-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-html-link-home&sr=1][Find modifications in git logs]] : Where should the "HOME" link of exported HTML pages lead? ** org-bibtex-no-export-tags =nil= :PROPERTIES: :CUSTOM_ID: org-bibtex-no-export-tags :END: - *Type:* (repeat :tag "Tag" (string)) - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-bibtex.el;hb=HEAD][org-bibtex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-bibtex-no-export-tags&sr=1][Find modifications in git logs]] : List of tag(s) that should not be converted to keywords. : This variable is relevant only if `org-bibtex-export-tags-as-keywords' is t. ** org-use-extra-keys =nil= :PROPERTIES: :CUSTOM_ID: org-use-extra-keys :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-use-extra-keys&sr=1][Find modifications in git logs]] : Non-nil means use extra key sequence definitions for certain commands. : This happens automatically if you run XEmacs or if `window-system' : is nil. This variable lets you do the same manually. You must : set it before loading org. : : Example: on Carbon Emacs 22 running graphically, with an external : keyboard on a Powerbook, the default way of setting M-left might : not work for either Alt or ESC. Setting this variable will make : it work for ESC. ** org-export-html-protect-char-alist =(quote (("&" . "&") ("<" ....= :PROPERTIES: :CUSTOM_ID: org-export-html-protect-char-alist :END: - *Type:* (repeat (cons (string :tag "Ch... - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-html.el;hb=HEAD][org-html.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-html-protect-char-alist&sr=1][Find modifications in git logs]] : Alist of characters to be converted by `org-html-protect'. ** org-babel-noweb-wrap-start ="<<"= :PROPERTIES: :CUSTOM_ID: org-babel-noweb-wrap-start :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-core.el;hb=HEAD][ob-core.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-noweb-wrap-start&sr=1][Find modifications in git logs]] : String used to begin a noweb reference in a code block. : See also `org-babel-noweb-wrap-end'. ** org-agenda-use-time-grid =t= :PROPERTIES: :CUSTOM_ID: org-agenda-use-time-grid :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-use-time-grid&sr=1][Find modifications in git logs]] : Non-nil means show a time grid in the agenda schedule. : A time grid is a set of lines for specific times (like every two hours between : 8:00 and 20:00). The items scheduled for a day at specific times are : sorted in between these lines. : For details about when the grid will be shown, and what it will look like, see : the variable `org-agenda-time-grid'. ** org-icalendar-include-bbdb-anniversaries =nil= :PROPERTIES: :CUSTOM_ID: org-icalendar-include-bbdb-anniversaries :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-icalendar.el;hb=HEAD][ox-icalendar.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-icalendar-include-bbdb-anniversaries&sr=1][Find modifications in git logs]] : Non-nil means a combined iCalendar file should include anniversaries. : The anniversaries are defined in the BBDB database. ** org-export-prefer-native-exporter-for-tables =nil= :PROPERTIES: :CUSTOM_ID: org-export-prefer-native-exporter-for-tables :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-exp.el;hb=HEAD][org-exp.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-export-prefer-native-exporter-for-tables&sr=1][Find modifications in git logs]] : Non-nil means always export tables created with table.el natively. : Natively means use the HTML code generator in table.el. : When nil, Org-mode's own HTML generator is used when possible (i.e. if : the table does not use row- or column-spanning). This has the : advantage, that the automatic HTML conversions for math symbols and : sub/superscripts can be applied. Org-mode's HTML generator is also : much faster. The LaTeX exporter always use the native exporter for : table.el tables. ** org-highest-priority =65= :PROPERTIES: :CUSTOM_ID: org-highest-priority :END: - *Type:* character - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org.el;hb=HEAD][org.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-highest-priority&sr=1][Find modifications in git logs]] : The highest priority of TODO items. A character like ?A, ?B etc. : Must have a smaller ASCII number than `org-lowest-priority'. ** org-table-copy-increment =t= :PROPERTIES: :CUSTOM_ID: org-table-copy-increment :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-table.el;hb=HEAD][org-table.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-table-copy-increment&sr=1][Find modifications in git logs]] : Non-nil means increment when copying current field with \[org-table-copy-down]. ** org-agenda-custom-commands =(quote (("n" "Agenda and all T...= :PROPERTIES: :CUSTOM_ID: org-agenda-custom-commands :END: - *Type:* (repeat (choice :value ("x" "D... - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-agenda.el;hb=HEAD][org-agenda.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-agenda-custom-commands&sr=1][Find modifications in git logs]] : Custom commands for the agenda. : These commands will be offered on the splash screen displayed by the : agenda dispatcher \[org-agenda]. Each entry is a list like this: : : (key desc type match settings files) : : key The key (one or more characters as a string) to be associated : with the command. : desc A description of the command, when omitted or nil, a default : description is built using MATCH. : type The command type, any of the following symbols: : agenda The daily/weekly agenda. : todo Entries with a specific TODO keyword, in all agenda files. : search Entries containing search words entry or headline. : tags Tags/Property/TODO match in all agenda files. : tags-todo Tags/P/T match in all agenda files, TODO entries only. : todo-tree Sparse tree of specific TODO keyword in *current* file. : tags-tree Sparse tree with all tags matches in *current* file. : occur-tree Occur sparse tree for *current* file. : ... A user-defined function. : match What to search for: : - a single keyword for TODO keyword searches : - a tags match expression for tags searches : - a word search expression for text searches. : - a regular expression for occur searches : For all other commands, this should be the empty string. : settings A list of option settings, similar to that in a let form, so like : this: ((opt1 val1) (opt2 val2) ...). The values will be : evaluated at the moment of execution, so quote them when needed. : files A list of files file to write the produced agenda buffer to : with the command `org-store-agenda-views'. : If a file name ends in ".html", an HTML version of the buffer : is written out. If it ends in ".ps", a postscript version is : produced. Otherwise, only the plain text is written to the file. : : You can also define a set of commands, to create a composite agenda buffer. : In this case, an entry looks like this: : : (key desc (cmd1 cmd2 ...) general-settings-for-whole-set files) : : where : : desc A description string to be displayed in the dispatcher menu. : cmd An agenda command, similar to the above. However, tree commands : are not allowed, but instead you can get agenda and global todo list. : So valid commands for a set are: : (agenda "" settings) : (alltodo "" settings) : (stuck "" settings) : (todo "match" settings files) : (search "match" settings files) : (tags "match" settings files) : (tags-todo "match" settings files) : : Each command can carry a list of options, and another set of options can be : given for the whole set of commands. Individual command options take : precedence over the general options. : : When using several characters as key to a command, the first characters : are prefix commands. For the dispatcher to display useful information, you : should provide a description for the prefix, like : : (setq org-agenda-custom-commands : '(("h" . "HOME + Name tag searches") ; describe prefix "h" : ("hl" tags "+HOME+Lisa") : ("hp" tags "+HOME+Peter") : ("hk" tags "+HOME+Kim"))) ** org-latex-table-caption-above =t= :PROPERTIES: :CUSTOM_ID: org-latex-table-caption-above :END: - *Type:* boolean - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ox-latex.el;hb=HEAD][ox-latex.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-latex-table-caption-above&sr=1][Find modifications in git logs]] : When non-nil, place caption string at the beginning of the table. : Otherwise, place it near the end. ** org-clocktable-defaults =(list :maxlevel 2 :lang (or (o...= :PROPERTIES: :CUSTOM_ID: org-clocktable-defaults :END: - *Type:* plist - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clocktable-defaults&sr=1][Find modifications in git logs]] : Default properties for clock tables. ** org-babel-process-comment-text =(function org-babel-trim)= :PROPERTIES: :CUSTOM_ID: org-babel-process-comment-text :END: - *Type:* function - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/ob-tangle.el;hb=HEAD][ob-tangle.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-babel-process-comment-text&sr=1][Find modifications in git logs]] : Function called to process raw Org-mode text collected to be : inserted as comments in tangled source-code files. The function : should take a single string argument and return a string : result. The default value is `org-babel-trim'. ** org-crypt-tag-matcher ="crypt"= :PROPERTIES: :CUSTOM_ID: org-crypt-tag-matcher :END: - *Type:* string - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-crypt.el;hb=HEAD][org-crypt.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-crypt-tag-matcher&sr=1][Find modifications in git logs]] : The tag matcher used to find headings whose contents should be encrypted. : : See the "Match syntax" section of the org manual for more details. ** org-clock-continuously =nil= :PROPERTIES: :CUSTOM_ID: org-clock-continuously :END: - *Type:* boolean - *Since:* Emacs version 24.1 - *In file:* [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-clock.el;hb=HEAD][org-clock.el]] - [[http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=org-clock-continuously&sr=1][Find modifications in git logs]] : Non-nil means to start clocking from the last clock-out time, if any. ** org-html-infojs-template ="