File: org.el.html
Org is a mode for keeping notes, maintaining ToDo lists, and doing project planning with a fast and effective plain-text system.
Org mode develops organizational tasks around NOTES files that contain information about projects as plain text. Org mode is implemented on top of outline-mode, which makes it possible to keep the content of large files well structured. Visibility cycling and structure editing help to work with the tree. Tables are easily created with a built-in table editor. Org mode supports ToDo items, deadlines, time stamps, and scheduling. It dynamically compiles entries into an agenda that utilizes and smoothly integrates much of the Emacs calendar and diary. Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects. For printing and sharing of notes, an Org file can be exported as a structured ASCII file, as HTML, or (todo and agenda items only) as an iCalendar file. It can also serve as a publishing tool for a set of linked webpages.
Installation and Activation
---------------------------
See the corresponding sections in the manual at
https://orgmode.org/org.html#Installation
Documentation
-------------
The documentation of Org mode can be found in the TeXInfo file. The
distribution also contains a PDF version of it. At the Org mode website,
you can read the same text online as HTML. There is also an excellent
reference card made by Philip Rooke. This card can be found in the
doc/ directory.
A list of recent changes can be found at https://orgmode.org/Changes.html
Defined variables (355)
org--diary-sexp-entry-cache | Hash table holding return values of ‘org-diary-sexp-entry’. |
org--file-cache | Hash table to store contents of files referenced via a URL. |
org--latex-preview-when-risky | If non-nil, enable LaTeX preview in Org buffers from unsafe source. |
org--single-lines-list-is-paragraph | Treat plain lists with single line items as a whole paragraph |
org--up-heading-cache | Buffer-local ‘org-up-heading-safe’ cache. |
org--up-heading-cache-tick | Buffer ‘buffer-chars-modified-tick’ in ‘org--up-heading-cache’. |
org-M-RET-may-split-line | Non-nil means M-RET will split the line at the cursor position. |
org-activate-links | Types of links that should be highlighted in Org files. |
org-adapt-indentation | Non-nil means adapt indentation to outline node level. |
org-after-demote-entry-hook | Hook run after an entry has been demoted. |
org-after-promote-entry-hook | Hook run after an entry has been promoted. |
org-after-sorting-entries-or-items-hook | Hook that is run after a bunch of entries or items have been sorted. |
org-after-tags-change-hook | Hook that is run after the tags in a line have changed. |
org-after-todo-state-change-hook | Hook which is run after the state of a TODO item was changed. |
org-after-todo-statistics-hook | Hook that is called after a TODO statistics cookie has been updated. |
org-agenda-file-menu-enabled | When non-nil, refresh Agenda files in Org menu when loading Org. |
org-agenda-file-regexp | Regular expression to match files for ‘org-agenda-files’. |
org-agenda-files | The files to be used for agenda display. |
org-agenda-ignore-properties | Avoid updating text properties when building the agenda. |
org-agenda-inhibit-startup | Inhibit startup when preparing agenda buffers. |
org-agenda-jump-prefer-future | Should the agenda jump command prefer the future for incomplete dates? |
org-agenda-multi-occur-extra-files | List of extra files to be searched by text search commands. |
org-agenda-new-buffers | Buffers created to visit agenda files. |
org-agenda-skip-archived-trees | Non-nil means the agenda will skip any items located in archived trees. |
org-agenda-skip-unavailable-files | Non-nil means to just skip non-reachable files in ‘org-agenda-files’. |
org-agenda-text-search-extra-files | List of extra files to be searched by text search commands. |
org-all-time-keywords | List of time keywords. |
org-allow-promoting-top-level-subtree | When non-nil, allow promoting a top level subtree. |
org-archive-location | The location where subtrees should be archived. |
org-archive-tag | The tag that marks a subtree as archived. |
org-auto-align-tags | Non-nil keeps tags aligned when modifying headlines. |
org-babel-load-languages | Languages which can be evaluated in Org buffers. |
org-blank-before-new-entry | Should ‘org-insert-heading’ leave a blank line before new heading/item? |
org-block-entry-blocking | First entry preventing the TODO state change. |
org-block-regexp | Regular expression for hiding blocks. |
org-blocker-hook | Hook for functions that are allowed to block a state change. |
org-bookmark-names-plist | Names for bookmarks automatically set by some Org commands. |
org-calendar-follow-timestamp-change | Non-nil means make the calendar window follow timestamp changes. |
org-called-with-limited-levels | Non-nil when ‘org-with-limited-levels’ is currently active. |
org-category | Variable used by Org files to set a category for agenda display. |
org-cdlatex-mode | Non-nil if Org-Cdlatex mode is enabled. |
org-cdlatex-mode-hook | Hook run after entering or leaving ‘org-cdlatex-mode’. |
org-cdlatex-mode-map | Keymap for the minor ‘org-cdlatex-mode’. |
org-cdlatex-texmathp-advice-is-done | Flag remembering if we have applied the advice to texmathp already. |
org-clock-drawer-end-re | Regular expression matching the last line of a clock drawer. |
org-clock-drawer-re | Matches an entire clock drawer. |
org-clock-drawer-start-re | Regular expression matching the first line of a clock drawer. |
org-clock-hd-marker | Marker recording the last clock-in, but the headline position. |
org-clock-heading | The heading of the current clock entry. |
org-clock-line-re | Matches a line with clock info. |
org-clock-marker | Marker recording the last clock-in. |
org-clock-string | String used as prefix for timestamps clocking work hours on an item. |
org-clone-delete-id | Remove ID property of clones of a subtree. |
org-closed-keep-when-no-todo | Remove CLOSED: time-stamp when switching back to a non-todo state? |
org-closed-string | String used as the prefix for timestamps logging closing a TODO entry. |
org-closed-time-regexp | Matches the CLOSED keyword together with a time stamp. |
org-columns-default-format | The default column format, if no other format has been defined. |
org-columns-default-format-for-agenda | The default column format in an agenda buffer. |
org-columns-ellipses | The ellipses to be used when a field in column view is truncated. |
org-columns-skip-archived-trees | Non-nil means ignore archived trees when creating column view. |
org-comment-regexp | Regular expression for comment lines. |
org-comment-string | Entries starting with this keyword will never be exported. |
org-complete-tags-always-offer-all-agenda-tags | If non-nil, always offer completion for all tags of all agenda files. |
org-complex-heading-regexp | Matches a headline and puts everything into groups: |
org-complex-heading-regexp-format | Printf format to make regexp to match an exact headline. |
org-ctrl-c-ctrl-c-final-hook | Hook for functions attaching themselves to ‘C-c C-c’. |
org-ctrl-c-ctrl-c-hook | Hook for functions attaching themselves to ‘C-c C-c’. |
org-ctrl-k-protect-subtree | Non-nil means, do not delete a hidden subtree with ‘C-k’. |
org-current-tag-alist | Alist of all tag groups in current buffer. |
org-custom-properties | List of properties (as strings) with a special meaning. |
org-custom-properties-overlays | List of overlays used for custom properties. |
org-dblock-end-re | Matches the end of a dynamic block. |
org-dblock-start-re | Matches the start line of a dynamic block, with parameters. |
org-deadline-line-regexp | Matches the DEADLINE keyword and the rest of the line. |
org-deadline-regexp | Matches the DEADLINE keyword. |
org-deadline-string | String to mark deadline entries. |
org-deadline-time-hour-regexp | Matches the DEADLINE keyword together with a time-and-hour stamp. |
org-deadline-time-regexp | Matches the DEADLINE keyword together with a time stamp. |
org-deadline-warning-days | Number of days before expiration during which a deadline becomes active. |
org-default-notes-file | Default target for storing notes. |
org-default-priority | The default priority of TODO items. |
org-default-properties | Some properties that are used by Org mode for various purposes. |
org-directory | Directory with Org files. |
org-display-custom-times | Non-nil means overlay custom formats over all time stamps. |
org-display-remote-inline-images | How to display remote inline images. |
org-display-table | The display table for Org mode, in case ‘org-ellipsis’ is non-nil. |
org-drawer-regexp | Matches first or last line of a hidden block. |
org-ds-keyword-length | Maximum length of the DEADLINE and SCHEDULED keywords. |
org-dynamic-block-alist | Alist defining all the Org dynamic blocks. |
org-edit-timestamp-down-means-later | Non-nil means S-down will increase the time in a time stamp. |
org-effort-property | The property that is being used to keep track of effort estimates. |
org-ellipsis | The ellipsis to use in the Org mode outline. |
org-emph-re | Regular expression for matching emphasis. |
org-emphasis-alist | Alist of characters and faces to emphasize text. |
org-emphasis-regexp-components | Components used to build the regular expression for emphasis. |
org-enable-priority-commands | Non-nil means priority commands are active. |
org-enforce-todo-checkbox-dependencies | Non-nil means unchecked boxes will block switching the parent to DONE. |
org-enforce-todo-dependencies | Non-nil means undone TODO entries will block switching the parent to DONE. |
org-entry-property-inherited-from | Marker pointing to the entry from where a property was inherited. |
org-export-backends | List of export back-ends that should be always available. |
org-extend-today-until | The hour when your day really ends. Must be an integer. |
org-fast-tag-selection-include-todo | Non-nil means fast tags selection interface will also offer TODO states. |
org-fast-tag-selection-single-key | Non-nil means fast tag selection exits after first change. |
org-file-apps | Applications for opening ‘file:path’ items in a document. |
org-file-apps-gnu | Default file applications on a UNIX or GNU/Linux system. |
org-file-apps-macos | Default file applications on a macOS system. |
org-file-apps-windowsnt | Default file applications on a Windows NT system. |
org-file-tags | List of tags that can be inherited by all entries in the file. |
org-finish-function | Function to be called when ‘C-c C-c’ is used. |
org-font-lock-hook | Functions to be called for special font lock stuff. |
org-font-lock-set-keywords-hook | Functions that can manipulate ‘org-font-lock-extra-keywords’. |
org-fontify-done-headline | Non-nil means change the face of a headline if it is marked DONE. |
org-fontify-emphasized-text | Non-nil means fontify *bold*, /italic/ and _underlined_ text. |
org-fontify-todo-headline | Non-nil means change the face of a headline if it is marked as TODO. |
org-fontify-whole-block-delimiter-line | Non-nil means fontify the whole line for begin/end lines of blocks. |
org-fontify-whole-heading-line | Non-nil means fontify the whole line for headings. |
org-format-latex-header | The document header used for processing LaTeX fragments. |
org-format-latex-options | Options for creating images from LaTeX fragments. |
org-format-latex-signal-error | Non-nil means signal an error when image creation of LaTeX snippets fails. |
org-get-priority-function | Function to extract the priority from a string. |
org-global-properties | List of property/value pairs that can be inherited by any entry. |
org-global-properties-fixed | List of property/value pairs that can be inherited by any entry. |
org-group-tags | When non-nil (the default), use group tags. |
org-heading-keyword-maybe-regexp-format | Printf format for a regexp matching a headline, possibly with some keyword. |
org-heading-keyword-regexp-format | Printf format for a regexp matching a headline with some keyword. |
org-heading-regexp | Matches a headline, putting stars and text into groups. |
org-hidden-keywords | List of symbols corresponding to keywords to be hidden in the Org buffer. |
org-hide-block-startup | Non-nil means entering Org mode will fold all blocks. |
org-hide-drawer-startup | Non-nil means entering Org mode will fold all drawers. |
org-hide-emphasis-markers | Non-nil means font-lock should hide the emphasis marker characters. |
org-hide-leading-stars | Non-nil means hide the first N-1 stars in a headline. |
org-hide-macro-markers | Non-nil means font-lock should hide the brackets marking macro calls. |
org-hierarchical-todo-statistics | Non-nil means TODO statistics covers just direct children. |
org-highest-priority | The highest priority of TODO items. |
org-highlight-latex-and-related | Non-nil means highlight LaTeX related syntax in the buffer. |
org-highlight-links | Types of links that should be highlighted in Org files. |
org-highlight-sparse-tree-matches | Non-nil means highlight all matches that define a sparse tree. |
org-image-actual-width | When non-nil, use the actual width of images when inlining them. |
org-indirect-buffer-display | How should indirect tree buffers be displayed? |
org-indirect-dedicated-frame | This is the frame being used for indirect tree display. |
org-insert-heading-hook | Hook being run after inserting a new heading. |
org-insert-heading-respect-content | Non-nil means insert new headings after the current subtree. |
org-insert-mode-line-in-empty-file | Non-nil means insert the first line setting Org mode in empty files. |
org-keyword-properties | List of property/value pairs inherited by any entry. |
org-keyword-regexp | Regular expression for keyword-lines. |
org-keyword-time-not-clock-regexp | Matches any of the 3 keywords, together with the time stamp. |
org-keyword-time-regexp | Matches any of the 4 keywords, together with the time stamp. |
org-last-inserted-timestamp | The last time stamp inserted with ‘org-insert-time-stamp’. |
org-last-tags-completion-table | The last used completion table for tags. |
org-last-todo-state-is-todo | This is non-nil when the last TODO state change led to a TODO state. |
org-latex-and-related-regexp | Regular expression for highlighting LaTeX, entities and sub/superscript. |
org-latex-default-packages-alist | Alist of default packages to be inserted in the header. |
org-latex-packages-alist | Alist of packages to be inserted in every LaTeX header. |
org-latex-regexps | Regular expressions for matching embedded LaTeX. |
org-latex-to-html-convert-command | Command to convert LaTeX fragments to HTML. |
org-latex-to-mathml-convert-command | Command to convert LaTeX fragments to MathML. |
org-latex-to-mathml-jar-file | Value of"%j" in ‘org-latex-to-mathml-convert-command’. |
org-level-color-stars-only | Non-nil means fontify only the stars in each headline. |
org-load-hook | Hook that is run after org.el has been loaded. |
org-log-buffer-setup-hook | Hook that is run after an Org log buffer is created. |
org-log-done | Information to record when a task moves to the DONE state. |
org-log-done-with-time | Non-nil means the CLOSED time stamp will contain date and time. |
org-log-into-drawer | Non-nil means insert state change notes and time stamps into a drawer. |
org-log-note-clock-out | Non-nil means record a note when clocking out of an item. |
org-log-note-effective-time | Remembered current time. |
org-log-note-headings | Headings for notes added to entries. |
org-log-note-marker | Marker pointing at the entry where the note is to be inserted. |
org-log-post-message | Message to be displayed after a log note has been stored. |
org-log-redeadline | Information to record when the deadline date of a task is modified. |
org-log-repeat | Non-nil means record moving through the DONE state when triggering repeat. |
org-log-reschedule | Information to record when the scheduling date of a task is modified. |
org-log-state-notes-insert-after-drawers | Non-nil means insert state change notes after any drawers in entry. |
org-log-state-notes-into-drawer | Non-nil means insert state change notes and time stamps into a drawer. |
org-log-states-order-reversed | Non-nil means the latest state note will be directly after heading. |
org-logbook-drawer-re | Matches an entire LOGBOOK drawer. |
org-loop-over-headlines-in-active-region | Shall some commands act upon headlines in the active region? |
org-lowest-priority | The lowest priority of TODO items. |
org-map-continue-from | Position from where mapping should continue. |
org-mark-ring | Mark ring for positions before jumps in Org mode. |
org-mark-ring-last-goto | Last position in the mark ring used to go back. |
org-mark-ring-length | Number of different positions to be recorded in the ring. |
org-markers-to-move | Markers that should be moved with a cut-and-paste operation. |
org-match-sexp-depth | Number of stacked braces for sub/superscript matching. |
org-match-substring-regexp | The regular expression matching a sub- or superscript. |
org-match-substring-with-braces-regexp | The regular expression matching a sub- or superscript, forcing braces. |
org-metadown-hook | Hook for functions attaching themselves to ‘M-down’. |
org-metaleft-hook | Hook for functions attaching themselves to ‘M-left’. |
org-metareturn-hook | Hook for functions attaching themselves to ‘M-RET’. |
org-metaright-hook | Hook for functions attaching themselves to ‘M-right’. |
org-metaup-hook | Hook for functions attaching themselves to ‘M-up’. |
org-mode-abbrev-table | Abbrev table for ‘org-mode’. |
org-mode-hook | Mode hook for Org mode, run after the mode was turned on. |
org-mode-loading | Non-nil during Org mode initialization. |
org-mode-map | Keymap for Org mode. |
org-mode-syntax-table | Syntax table for ‘org-mode’. |
org-modules | Modules that should always be loaded together with org.el. |
org-modules-loaded | Have the modules been loaded already? |
org-not-done-heading-regexp | Matches a TODO headline that is not done. |
org-not-done-regexp | Matches any of the TODO state keywords except the last one. |
org-occur-case-fold-search | Non-nil means ‘org-occur’ should be case-insensitive. |
org-occur-highlights | List of overlays used for occur matches. |
org-occur-hook | Hook that is run after ‘org-occur’ has constructed a sparse tree. |
org-occur-parameters | Parameters of the active org-occur calls. |
org-odd-levels-only | Non-nil means skip even levels and only use odd levels for the outline. |
org-open-at-point-functions | Hook that is run when following a link at point. |
org-open-directory-means-index-dot-org | When non-nil a link to a directory really means to "index.org". |
org-open-non-existing-files | Non-nil means ‘org-open-file’ opens non-existing files. |
org-org-menu | Org menu. |
org-outline-path-cache | Alist between buffer positions and outline paths. |
org-outline-regexp | Regexp to match Org headlines. |
org-outline-regexp-bol | Regexp to match Org headlines. |
org-plain-time-extension-regexp | Regular expression to match a time range like 13:30+2:10 = 13:30-15:40. |
org-plain-time-of-day-regexp | Regular expression to match a plain time or time range. |
org-planning-line-re | Matches a line with planning info. |
org-popup-calendar-for-date-prompt | Non-nil means pop up a calendar when prompting for a date. |
org-pre-cycle-hook | Hook that is run before visibility cycling is happening. |
org-pretty-entities | Non-nil means show entities as UTF8 characters. |
org-pretty-entities-include-sub-superscripts | Non-nil means pretty entity display includes formatting sub/superscripts. |
org-preview-latex-default-process | The default process to convert LaTeX fragments to image files. |
org-preview-latex-image-directory | Path to store latex preview images. |
org-preview-latex-process-alist | Definitions of external processes for LaTeX previewing. |
org-priority-default | The default priority of TODO items. |
org-priority-enable-commands | Non-nil means priority commands are active. |
org-priority-get-priority-function | Function to extract the priority from a string. |
org-priority-highest | The highest priority of TODO items. |
org-priority-lowest | The lowest priority of TODO items. |
org-priority-regexp | Regular expression matching the priority indicator. |
org-priority-start-cycle-with-default | Non-nil means start with default priority when starting to cycle. |
org-properties-postprocess-alist | Alist of properties and functions to adjust inserted values. |
org-property-allowed-value-functions | Hook for functions supplying allowed values for a specific property. |
org-property-changed-functions | Hook called when the value of a property has changed. |
org-property-drawer-re | Matches an entire property drawer. |
org-property-end-re | Regular expression matching the last line of a property drawer. |
org-property-format | How property key/value pairs should be formatted by ‘indent-line’. |
org-property-re | Regular expression matching a property line. |
org-property-separators | An alist to control how properties are combined. |
org-property-set-functions-alist | Property set function alist. |
org-property-start-re | Regular expression matching the first line of a property drawer. |
org-protecting-blocks | Blocks that contain text that is quoted, i.e. not processed as Org syntax. |
org-provide-todo-statistics | Non-nil means update todo statistics after insert and toggle. |
org-read-date-display-live | Non-nil means display current interpretation of date prompt live. |
org-read-date-force-compatible-dates | Should date/time prompt force dates that are guaranteed to work in Emacs? |
org-read-date-popup-calendar | Non-nil means pop up a calendar when prompting for a date. |
org-read-date-prefer-future | Non-nil means assume future for incomplete date input from user. |
org-remove-highlights-with-change | Non-nil means any change to the buffer will remove temporary highlights. |
org-repeat-re | Regular expression for specifying repeated events. |
org-resource-download-policy | The policy applied to requests to obtain remote resources. |
org-reverse-note-order | Non-nil means store new notes at the beginning of a file or entry. |
org-safe-remote-resources | A list of regexp patterns matching safe URIs. |
org-scanner-tags | The current tag list while the tags scanner is running. |
org-scheduled-delay-days | Number of days before a scheduled item becomes active. |
org-scheduled-regexp | Matches the SCHEDULED keyword. |
org-scheduled-string | String to mark scheduled TODO entries. |
org-scheduled-time-hour-regexp | Matches the SCHEDULED keyword together with a time-and-hour stamp. |
org-scheduled-time-regexp | Matches the SCHEDULED keyword together with a time stamp. |
org-script-display | Display properties for showing superscripts and subscripts. |
org-selected-window | Used in various places to store a window configuration. |
org-self-insert-cluster-for-undo | Non-nil means cluster self-insert commands for undo when possible. |
org-shiftdown-final-hook | Hook for functions attaching themselves to ‘S-down’. |
org-shiftdown-hook | Hook for functions attaching themselves to ‘S-down’. |
org-shiftleft-final-hook | Hook for functions attaching themselves to ‘S-left’. |
org-shiftleft-hook | Hook for functions attaching themselves to ‘S-left’. |
org-shiftmetadown-hook | Hook for functions attaching themselves to ‘M-S-down’. |
org-shiftmetaleft-hook | Hook for functions attaching themselves to ‘M-S-left’. |
org-shiftmetaright-hook | Hook for functions attaching themselves to ‘M-S-right’. |
org-shiftmetaup-hook | Hook for functions attaching themselves to ‘M-S-up’. |
org-shiftright-final-hook | Hook for functions attaching themselves to ‘S-right’. |
org-shiftright-hook | Hook for functions attaching themselves to ‘S-right’. |
org-shiftup-final-hook | Hook for functions attaching themselves to ‘S-up’. |
org-shiftup-hook | Hook for functions attaching themselves to ‘S-up’. |
org-sparse-tree-default-date-type | The default date type when building a sparse tree. |
org-sparse-tree-open-archived-trees | Non-nil means sparse tree construction shows matches in archived trees. |
org-special-ctrl-a | Non-nil means ‘C-a’ and ‘C-e’ behave specially in headlines and items. |
org-special-ctrl-a/e | Non-nil means ‘C-a’ and ‘C-e’ behave specially in headlines and items. |
org-special-ctrl-k | Non-nil means that C-k will behave specially in headlines. |
org-special-ctrl-o | Non-nil means, make ‘open-line’ (C-o) insert a row in tables. |
org-special-properties | The special properties valid in Org mode. |
org-src-fontify-natively | When non-nil, fontify code in code blocks. |
org-stamp-time-of-day-regexp | Regular expression to match a timestamp time or time range. |
org-startup-align-all-tables | Non-nil means align all tables when visiting a file. |
org-startup-folded | Non-nil means entering Org mode will switch to OVERVIEW. |
org-startup-indented | Non-nil means turn on ‘org-indent-mode’ on startup. |
org-startup-numerated | Non-nil means turn on ‘org-num-mode’ on startup. |
org-startup-options | Variable associated with STARTUP options for Org. |
org-startup-shrink-all-tables | Non-nil means shrink all table columns with a width cookie. |
org-startup-truncated | Non-nil means entering Org mode will set ‘truncate-lines’. |
org-startup-with-beamer-mode | Non-nil means turn on ‘org-beamer-mode’ on startup. |
org-startup-with-inline-images | Non-nil means show inline images when loading a new Org file. |
org-startup-with-latex-preview | Non-nil means preview LaTeX fragments when loading a new Org file. |
org-structure-template-alist | An alist of keys and block types. |
org-subtree-clip | Clipboard for cut and paste of subtrees. |
org-subtree-clip-folded | Was the last copied subtree folded? |
org-support-shift-select | Non-nil means make shift-cursor commands select text when possible. |
org-tab-after-check-for-cycling-hook | Hook for functions to attach themselves to TAB. |
org-tab-after-check-for-table-hook | Hook for functions to attach themselves to TAB. |
org-tab-before-tab-emulation-hook | Hook for functions to attach themselves to TAB. |
org-tab-first-hook | Hook for functions to attach themselves to TAB. |
org-tag-alist | Default tags available in Org files. |
org-tag-alist-for-agenda | Alist of all tags from all agenda files. |
org-tag-group-re | Regexp matching the tag group at the end of a line, with leading spaces. |
org-tag-groups-alist-for-agenda | Alist of all groups tags from all current agenda files. |
org-tag-line-re | Regexp matching tags in a headline. |
org-tag-persistent-alist | Tags always available in Org files. |
org-tag-re | Regexp matching a single tag. |
org-tags-column | The column to which tags should be indented in a headline. |
org-tags-exclude-from-inheritance | List of tags that should never be inherited. |
org-tags-history | History of minibuffer reads for tags. |
org-tags-match-list-sublevels | Non-nil means list also sublevels of headlines matching a search. |
org-tags-sort-function | When set, tags are sorted using this function as a comparator. |
org-tbl-menu | Org Table menu. |
org-time-stamp-custom-formats | Custom formats for time stamps. |
org-time-stamp-formats | Formats for ‘format-time-string’ which are used for time stamps. |
org-time-stamp-rounding-minutes | Number of minutes to round time stamps to. |
org-todo-get-default-hook | Hook for functions that get a default item for todo. |
org-todo-interpretation | Controls how TODO keywords are interpreted. |
org-todo-interpretation-widgets | The available interpretation symbols for customizing ‘org-todo-keywords’. |
org-todo-keywords | List of TODO entry keyword sequences and their interpretation. |
org-todo-keywords-1 | All TODO and DONE keywords active in a buffer. |
org-todo-line-regexp | Matches a headline and puts TODO state into group 2 if present. |
org-todo-line-tags-regexp | Matches a headline and puts TODO state into group 2 if present. |
org-todo-regexp | Matches any of the TODO state keywords. |
org-todo-repeat-hook | Hook that is run after a task has been repeated. |
org-todo-repeat-to-state | The TODO state to which a repeater should return the repeating task. |
org-todo-setup-filter-hook | Hook for functions that pre-filter todo specs. |
org-todo-state-tags-triggers | Tag changes that should be triggered by TODO state changes. |
org-todo-statistics-hook | Hook that is run whenever Org thinks TODO statistics should be updated. |
org-tr-regexp | Regular expression matching a time stamp range. |
org-tr-regexp-both | Regular expression matching a time stamp range. |
org-track-ordered-property-with-tag | Should the ORDERED property also be shown as a tag? |
org-treat-S-cursor-todo-selection-as-state-change | Non-nil means switching TODO states with S-cursor counts as state change. |
org-treat-insert-todo-heading-as-state-change | Non-nil means inserting a TODO heading is treated as state change. |
org-trigger-hook | Hook for functions that are triggered by a state change. |
org-trust-scanner-tags | Should ‘org-get-tags’ use the tags for the scanner. |
org-ts--internal-regexp | Regular expression matching the innards of a time stamp. |
org-ts-regexp | Regular expression for fast time stamp matching. |
org-ts-regexp-both | Regular expression for fast time stamp matching. |
org-ts-regexp-inactive | Regular expression for fast inactive time stamp matching. |
org-ts-regexp0 | Regular expression matching time strings for analysis. |
org-ts-regexp1 | Regular expression matching time strings for analysis. |
org-ts-regexp2 | Regular expression matching time stamps, with groups. |
org-ts-regexp3 | Regular expression matching time stamps (also [..]), with groups. |
org-tsr-regexp | Regular expression matching a time stamp or time stamp range. |
org-tsr-regexp-both | Regular expression matching a time stamp or time stamp range. |
org-use-effective-time | If non-nil, consider ‘org-extend-today-until’ when creating timestamps. |
org-use-fast-tag-selection | Non-nil means use fast tag selection scheme. |
org-use-fast-todo-selection | Non-nil means use the fast todo selection scheme with ‘C-c C-t’. |
org-use-last-clock-out-time-as-effective-time | When non-nil, use the last clock out time for ‘org-todo’. |
org-use-property-inheritance | Non-nil means properties apply also for sublevels. |
org-use-sub-superscripts | Non-nil means interpret "_" and "^" for display. |
org-use-tag-inheritance | Non-nil means tags in levels apply also for sublevels. |
org-verbatim-re | Regular expression for matching verbatim text. |
org-window-config-before-follow-link | The window configuration before following a link. |
org-window-configuration | Used in various places to store a window configuration. |
org-yank-adjusted-subtrees | Non-nil means when yanking subtrees, adjust the level. |
org-yank-folded-subtrees | Non-nil means when yanking subtrees, fold them. |