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-cacheHash table holding return values of ‘org-diary-sexp-entry’.
org--file-cacheHash table to store contents of files referenced via a URL.
org--latex-preview-when-riskyIf non-nil, enable LaTeX preview in Org buffers from unsafe source.
org--single-lines-list-is-paragraphTreat plain lists with single line items as a whole paragraph
org--up-heading-cacheBuffer-local ‘org-up-heading-safe’ cache.
org--up-heading-cache-tickBuffer ‘buffer-chars-modified-tick’ in ‘org--up-heading-cache’.
org-M-RET-may-split-lineNon-nil means M-RET will split the line at the cursor position.
org-activate-linksTypes of links that should be highlighted in Org files.
org-adapt-indentationNon-nil means adapt indentation to outline node level.
org-after-demote-entry-hookHook run after an entry has been demoted.
org-after-promote-entry-hookHook run after an entry has been promoted.
org-after-sorting-entries-or-items-hookHook that is run after a bunch of entries or items have been sorted.
org-after-tags-change-hookHook that is run after the tags in a line have changed.
org-after-todo-state-change-hookHook which is run after the state of a TODO item was changed.
org-after-todo-statistics-hookHook that is called after a TODO statistics cookie has been updated.
org-agenda-file-menu-enabledWhen non-nil, refresh Agenda files in Org menu when loading Org.
org-agenda-file-regexpRegular expression to match files for ‘org-agenda-files’.
org-agenda-filesThe files to be used for agenda display.
org-agenda-ignore-propertiesAvoid updating text properties when building the agenda.
org-agenda-inhibit-startupInhibit startup when preparing agenda buffers.
org-agenda-jump-prefer-futureShould the agenda jump command prefer the future for incomplete dates?
org-agenda-multi-occur-extra-filesList of extra files to be searched by text search commands.
org-agenda-new-buffersBuffers created to visit agenda files.
org-agenda-skip-archived-treesNon-nil means the agenda will skip any items located in archived trees.
org-agenda-skip-unavailable-filesNon-nil means to just skip non-reachable files in ‘org-agenda-files’.
org-agenda-text-search-extra-filesList of extra files to be searched by text search commands.
org-all-time-keywordsList of time keywords.
org-allow-promoting-top-level-subtreeWhen non-nil, allow promoting a top level subtree.
org-archive-locationThe location where subtrees should be archived.
org-archive-tagThe tag that marks a subtree as archived.
org-auto-align-tagsNon-nil keeps tags aligned when modifying headlines.
org-babel-load-languagesLanguages which can be evaluated in Org buffers.
org-blank-before-new-entryShould ‘org-insert-heading’ leave a blank line before new heading/item?
org-block-entry-blockingFirst entry preventing the TODO state change.
org-block-regexpRegular expression for hiding blocks.
org-blocker-hookHook for functions that are allowed to block a state change.
org-bookmark-names-plistNames for bookmarks automatically set by some Org commands.
org-calendar-follow-timestamp-changeNon-nil means make the calendar window follow timestamp changes.
org-called-with-limited-levelsNon-nil when ‘org-with-limited-levels’ is currently active.
org-categoryVariable used by Org files to set a category for agenda display.
org-cdlatex-modeNon-nil if Org-Cdlatex mode is enabled.
org-cdlatex-mode-hookHook run after entering or leaving ‘org-cdlatex-mode’.
org-cdlatex-mode-mapKeymap for the minor ‘org-cdlatex-mode’.
org-cdlatex-texmathp-advice-is-doneFlag remembering if we have applied the advice to texmathp already.
org-clock-drawer-end-reRegular expression matching the last line of a clock drawer.
org-clock-drawer-reMatches an entire clock drawer.
org-clock-drawer-start-reRegular expression matching the first line of a clock drawer.
org-clock-hd-markerMarker recording the last clock-in, but the headline position.
org-clock-headingThe heading of the current clock entry.
org-clock-line-reMatches a line with clock info.
org-clock-markerMarker recording the last clock-in.
org-clock-stringString used as prefix for timestamps clocking work hours on an item.
org-clone-delete-idRemove ID property of clones of a subtree.
org-closed-keep-when-no-todoRemove CLOSED: time-stamp when switching back to a non-todo state?
org-closed-stringString used as the prefix for timestamps logging closing a TODO entry.
org-closed-time-regexpMatches the CLOSED keyword together with a time stamp.
org-columns-default-formatThe default column format, if no other format has been defined.
org-columns-default-format-for-agendaThe default column format in an agenda buffer.
org-columns-ellipsesThe ellipses to be used when a field in column view is truncated.
org-columns-skip-archived-treesNon-nil means ignore archived trees when creating column view.
org-comment-regexpRegular expression for comment lines.
org-comment-stringEntries starting with this keyword will never be exported.
org-complete-tags-always-offer-all-agenda-tagsIf non-nil, always offer completion for all tags of all agenda files.
org-complex-heading-regexpMatches a headline and puts everything into groups:
org-complex-heading-regexp-formatPrintf format to make regexp to match an exact headline.
org-ctrl-c-ctrl-c-final-hookHook for functions attaching themselves to ‘C-c C-c’.
org-ctrl-c-ctrl-c-hookHook for functions attaching themselves to ‘C-c C-c’.
org-ctrl-k-protect-subtreeNon-nil means, do not delete a hidden subtree with ‘C-k’.
org-current-tag-alistAlist of all tag groups in current buffer.
org-custom-propertiesList of properties (as strings) with a special meaning.
org-custom-properties-overlaysList of overlays used for custom properties.
org-dblock-end-reMatches the end of a dynamic block.
org-dblock-start-reMatches the start line of a dynamic block, with parameters.
org-deadline-line-regexpMatches the DEADLINE keyword and the rest of the line.
org-deadline-regexpMatches the DEADLINE keyword.
org-deadline-stringString to mark deadline entries.
org-deadline-time-hour-regexpMatches the DEADLINE keyword together with a time-and-hour stamp.
org-deadline-time-regexpMatches the DEADLINE keyword together with a time stamp.
org-deadline-warning-daysNumber of days before expiration during which a deadline becomes active.
org-default-notes-fileDefault target for storing notes.
org-default-priorityThe default priority of TODO items.
org-default-propertiesSome properties that are used by Org mode for various purposes.
org-directoryDirectory with Org files.
org-display-custom-timesNon-nil means overlay custom formats over all time stamps.
org-display-remote-inline-imagesHow to display remote inline images.
org-display-tableThe display table for Org mode, in case ‘org-ellipsis’ is non-nil.
org-drawer-regexpMatches first or last line of a hidden block.
org-ds-keyword-lengthMaximum length of the DEADLINE and SCHEDULED keywords.
org-dynamic-block-alistAlist defining all the Org dynamic blocks.
org-edit-timestamp-down-means-laterNon-nil means S-down will increase the time in a time stamp.
org-effort-propertyThe property that is being used to keep track of effort estimates.
org-ellipsisThe ellipsis to use in the Org mode outline.
org-emph-reRegular expression for matching emphasis.
org-emphasis-alistAlist of characters and faces to emphasize text.
org-emphasis-regexp-componentsComponents used to build the regular expression for emphasis.
org-enable-priority-commandsNon-nil means priority commands are active.
org-enforce-todo-checkbox-dependenciesNon-nil means unchecked boxes will block switching the parent to DONE.
org-enforce-todo-dependenciesNon-nil means undone TODO entries will block switching the parent to DONE.
org-entry-property-inherited-fromMarker pointing to the entry from where a property was inherited.
org-export-backendsList of export back-ends that should be always available.
org-extend-today-untilThe hour when your day really ends. Must be an integer.
org-fast-tag-selection-include-todoNon-nil means fast tags selection interface will also offer TODO states.
org-fast-tag-selection-single-keyNon-nil means fast tag selection exits after first change.
org-file-appsApplications for opening ‘file:path’ items in a document.
org-file-apps-gnuDefault file applications on a UNIX or GNU/Linux system.
org-file-apps-macosDefault file applications on a macOS system.
org-file-apps-windowsntDefault file applications on a Windows NT system.
org-file-tagsList of tags that can be inherited by all entries in the file.
org-finish-functionFunction to be called when ‘C-c C-c’ is used.
org-font-lock-hookFunctions to be called for special font lock stuff.
org-font-lock-set-keywords-hookFunctions that can manipulate ‘org-font-lock-extra-keywords’.
org-fontify-done-headlineNon-nil means change the face of a headline if it is marked DONE.
org-fontify-emphasized-textNon-nil means fontify *bold*, /italic/ and _underlined_ text.
org-fontify-todo-headlineNon-nil means change the face of a headline if it is marked as TODO.
org-fontify-whole-block-delimiter-lineNon-nil means fontify the whole line for begin/end lines of blocks.
org-fontify-whole-heading-lineNon-nil means fontify the whole line for headings.
org-format-latex-headerThe document header used for processing LaTeX fragments.
org-format-latex-optionsOptions for creating images from LaTeX fragments.
org-format-latex-signal-errorNon-nil means signal an error when image creation of LaTeX snippets fails.
org-get-priority-functionFunction to extract the priority from a string.
org-global-propertiesList of property/value pairs that can be inherited by any entry.
org-global-properties-fixedList of property/value pairs that can be inherited by any entry.
org-group-tagsWhen non-nil (the default), use group tags.
org-heading-keyword-maybe-regexp-formatPrintf format for a regexp matching a headline, possibly with some keyword.
org-heading-keyword-regexp-formatPrintf format for a regexp matching a headline with some keyword.
org-heading-regexpMatches a headline, putting stars and text into groups.
org-hidden-keywordsList of symbols corresponding to keywords to be hidden in the Org buffer.
org-hide-block-startupNon-nil means entering Org mode will fold all blocks.
org-hide-drawer-startupNon-nil means entering Org mode will fold all drawers.
org-hide-emphasis-markersNon-nil means font-lock should hide the emphasis marker characters.
org-hide-leading-starsNon-nil means hide the first N-1 stars in a headline.
org-hide-macro-markersNon-nil means font-lock should hide the brackets marking macro calls.
org-hierarchical-todo-statisticsNon-nil means TODO statistics covers just direct children.
org-highest-priorityThe highest priority of TODO items.
org-highlight-latex-and-relatedNon-nil means highlight LaTeX related syntax in the buffer.
org-highlight-linksTypes of links that should be highlighted in Org files.
org-highlight-sparse-tree-matchesNon-nil means highlight all matches that define a sparse tree.
org-image-actual-widthWhen non-nil, use the actual width of images when inlining them.
org-indirect-buffer-displayHow should indirect tree buffers be displayed?
org-indirect-dedicated-frameThis is the frame being used for indirect tree display.
org-insert-heading-hookHook being run after inserting a new heading.
org-insert-heading-respect-contentNon-nil means insert new headings after the current subtree.
org-insert-mode-line-in-empty-fileNon-nil means insert the first line setting Org mode in empty files.
org-keyword-propertiesList of property/value pairs inherited by any entry.
org-keyword-regexpRegular expression for keyword-lines.
org-keyword-time-not-clock-regexpMatches any of the 3 keywords, together with the time stamp.
org-keyword-time-regexpMatches any of the 4 keywords, together with the time stamp.
org-last-inserted-timestampThe last time stamp inserted with ‘org-insert-time-stamp’.
org-last-tags-completion-tableThe last used completion table for tags.
org-last-todo-state-is-todoThis is non-nil when the last TODO state change led to a TODO state.
org-latex-and-related-regexpRegular expression for highlighting LaTeX, entities and sub/superscript.
org-latex-default-packages-alistAlist of default packages to be inserted in the header.
org-latex-packages-alistAlist of packages to be inserted in every LaTeX header.
org-latex-regexpsRegular expressions for matching embedded LaTeX.
org-latex-to-html-convert-commandCommand to convert LaTeX fragments to HTML.
org-latex-to-mathml-convert-commandCommand to convert LaTeX fragments to MathML.
org-latex-to-mathml-jar-fileValue of"%j" in ‘org-latex-to-mathml-convert-command’.
org-level-color-stars-onlyNon-nil means fontify only the stars in each headline.
org-load-hookHook that is run after org.el has been loaded.
org-log-buffer-setup-hookHook that is run after an Org log buffer is created.
org-log-doneInformation to record when a task moves to the DONE state.
org-log-done-with-timeNon-nil means the CLOSED time stamp will contain date and time.
org-log-into-drawerNon-nil means insert state change notes and time stamps into a drawer.
org-log-note-clock-outNon-nil means record a note when clocking out of an item.
org-log-note-effective-timeRemembered current time.
org-log-note-headingsHeadings for notes added to entries.
org-log-note-markerMarker pointing at the entry where the note is to be inserted.
org-log-post-messageMessage to be displayed after a log note has been stored.
org-log-redeadlineInformation to record when the deadline date of a task is modified.
org-log-repeatNon-nil means record moving through the DONE state when triggering repeat.
org-log-rescheduleInformation to record when the scheduling date of a task is modified.
org-log-state-notes-insert-after-drawersNon-nil means insert state change notes after any drawers in entry.
org-log-state-notes-into-drawerNon-nil means insert state change notes and time stamps into a drawer.
org-log-states-order-reversedNon-nil means the latest state note will be directly after heading.
org-logbook-drawer-reMatches an entire LOGBOOK drawer.
org-loop-over-headlines-in-active-regionShall some commands act upon headlines in the active region?
org-lowest-priorityThe lowest priority of TODO items.
org-map-continue-fromPosition from where mapping should continue.
org-mark-ringMark ring for positions before jumps in Org mode.
org-mark-ring-last-gotoLast position in the mark ring used to go back.
org-mark-ring-lengthNumber of different positions to be recorded in the ring.
org-markers-to-moveMarkers that should be moved with a cut-and-paste operation.
org-match-sexp-depthNumber of stacked braces for sub/superscript matching.
org-match-substring-regexpThe regular expression matching a sub- or superscript.
org-match-substring-with-braces-regexpThe regular expression matching a sub- or superscript, forcing braces.
org-metadown-hookHook for functions attaching themselves to ‘M-down’.
org-metaleft-hookHook for functions attaching themselves to ‘M-left’.
org-metareturn-hookHook for functions attaching themselves to ‘M-RET’.
org-metaright-hookHook for functions attaching themselves to ‘M-right’.
org-metaup-hookHook for functions attaching themselves to ‘M-up’.
org-mode-abbrev-tableAbbrev table for ‘org-mode’.
org-mode-hookMode hook for Org mode, run after the mode was turned on.
org-mode-loadingNon-nil during Org mode initialization.
org-mode-mapKeymap for Org mode.
org-mode-syntax-tableSyntax table for ‘org-mode’.
org-modulesModules that should always be loaded together with org.el.
org-modules-loadedHave the modules been loaded already?
org-not-done-heading-regexpMatches a TODO headline that is not done.
org-not-done-regexpMatches any of the TODO state keywords except the last one.
org-occur-case-fold-searchNon-nil means ‘org-occur’ should be case-insensitive.
org-occur-highlightsList of overlays used for occur matches.
org-occur-hookHook that is run after ‘org-occur’ has constructed a sparse tree.
org-occur-parametersParameters of the active org-occur calls.
org-odd-levels-onlyNon-nil means skip even levels and only use odd levels for the outline.
org-open-at-point-functionsHook that is run when following a link at point.
org-open-directory-means-index-dot-orgWhen non-nil a link to a directory really means to "index.org".
org-open-non-existing-filesNon-nil means ‘org-open-file’ opens non-existing files.
org-org-menuOrg menu.
org-outline-path-cacheAlist between buffer positions and outline paths.
org-outline-regexpRegexp to match Org headlines.
org-outline-regexp-bolRegexp to match Org headlines.
org-plain-time-extension-regexpRegular expression to match a time range like 13:30+2:10 = 13:30-15:40.
org-plain-time-of-day-regexpRegular expression to match a plain time or time range.
org-planning-line-reMatches a line with planning info.
org-popup-calendar-for-date-promptNon-nil means pop up a calendar when prompting for a date.
org-pre-cycle-hookHook that is run before visibility cycling is happening.
org-pretty-entitiesNon-nil means show entities as UTF8 characters.
org-pretty-entities-include-sub-superscriptsNon-nil means pretty entity display includes formatting sub/superscripts.
org-preview-latex-default-processThe default process to convert LaTeX fragments to image files.
org-preview-latex-image-directoryPath to store latex preview images.
org-preview-latex-process-alistDefinitions of external processes for LaTeX previewing.
org-priority-defaultThe default priority of TODO items.
org-priority-enable-commandsNon-nil means priority commands are active.
org-priority-get-priority-functionFunction to extract the priority from a string.
org-priority-highestThe highest priority of TODO items.
org-priority-lowestThe lowest priority of TODO items.
org-priority-regexpRegular expression matching the priority indicator.
org-priority-start-cycle-with-defaultNon-nil means start with default priority when starting to cycle.
org-properties-postprocess-alistAlist of properties and functions to adjust inserted values.
org-property-allowed-value-functionsHook for functions supplying allowed values for a specific property.
org-property-changed-functionsHook called when the value of a property has changed.
org-property-drawer-reMatches an entire property drawer.
org-property-end-reRegular expression matching the last line of a property drawer.
org-property-formatHow property key/value pairs should be formatted by ‘indent-line’.
org-property-reRegular expression matching a property line.
org-property-separatorsAn alist to control how properties are combined.
org-property-set-functions-alistProperty set function alist.
org-property-start-reRegular expression matching the first line of a property drawer.
org-protecting-blocksBlocks that contain text that is quoted, i.e. not processed as Org syntax.
org-provide-todo-statisticsNon-nil means update todo statistics after insert and toggle.
org-read-date-display-liveNon-nil means display current interpretation of date prompt live.
org-read-date-force-compatible-datesShould date/time prompt force dates that are guaranteed to work in Emacs?
org-read-date-popup-calendarNon-nil means pop up a calendar when prompting for a date.
org-read-date-prefer-futureNon-nil means assume future for incomplete date input from user.
org-remove-highlights-with-changeNon-nil means any change to the buffer will remove temporary highlights.
org-repeat-reRegular expression for specifying repeated events.
org-resource-download-policyThe policy applied to requests to obtain remote resources.
org-reverse-note-orderNon-nil means store new notes at the beginning of a file or entry.
org-safe-remote-resourcesA list of regexp patterns matching safe URIs.
org-scanner-tagsThe current tag list while the tags scanner is running.
org-scheduled-delay-daysNumber of days before a scheduled item becomes active.
org-scheduled-regexpMatches the SCHEDULED keyword.
org-scheduled-stringString to mark scheduled TODO entries.
org-scheduled-time-hour-regexpMatches the SCHEDULED keyword together with a time-and-hour stamp.
org-scheduled-time-regexpMatches the SCHEDULED keyword together with a time stamp.
org-script-displayDisplay properties for showing superscripts and subscripts.
org-selected-windowUsed in various places to store a window configuration.
org-self-insert-cluster-for-undoNon-nil means cluster self-insert commands for undo when possible.
org-shiftdown-final-hookHook for functions attaching themselves to ‘S-down’.
org-shiftdown-hookHook for functions attaching themselves to ‘S-down’.
org-shiftleft-final-hookHook for functions attaching themselves to ‘S-left’.
org-shiftleft-hookHook for functions attaching themselves to ‘S-left’.
org-shiftmetadown-hookHook for functions attaching themselves to ‘M-S-down’.
org-shiftmetaleft-hookHook for functions attaching themselves to ‘M-S-left’.
org-shiftmetaright-hookHook for functions attaching themselves to ‘M-S-right’.
org-shiftmetaup-hookHook for functions attaching themselves to ‘M-S-up’.
org-shiftright-final-hookHook for functions attaching themselves to ‘S-right’.
org-shiftright-hookHook for functions attaching themselves to ‘S-right’.
org-shiftup-final-hookHook for functions attaching themselves to ‘S-up’.
org-shiftup-hookHook for functions attaching themselves to ‘S-up’.
org-sparse-tree-default-date-typeThe default date type when building a sparse tree.
org-sparse-tree-open-archived-treesNon-nil means sparse tree construction shows matches in archived trees.
org-special-ctrl-aNon-nil means ‘C-a’ and ‘C-e’ behave specially in headlines and items.
org-special-ctrl-a/eNon-nil means ‘C-a’ and ‘C-e’ behave specially in headlines and items.
org-special-ctrl-kNon-nil means that C-k will behave specially in headlines.
org-special-ctrl-oNon-nil means, make ‘open-line’ (C-o) insert a row in tables.
org-special-propertiesThe special properties valid in Org mode.
org-src-fontify-nativelyWhen non-nil, fontify code in code blocks.
org-stamp-time-of-day-regexpRegular expression to match a timestamp time or time range.
org-startup-align-all-tablesNon-nil means align all tables when visiting a file.
org-startup-foldedNon-nil means entering Org mode will switch to OVERVIEW.
org-startup-indentedNon-nil means turn on ‘org-indent-mode’ on startup.
org-startup-numeratedNon-nil means turn on ‘org-num-mode’ on startup.
org-startup-optionsVariable associated with STARTUP options for Org.
org-startup-shrink-all-tablesNon-nil means shrink all table columns with a width cookie.
org-startup-truncatedNon-nil means entering Org mode will set ‘truncate-lines’.
org-startup-with-beamer-modeNon-nil means turn on ‘org-beamer-mode’ on startup.
org-startup-with-inline-imagesNon-nil means show inline images when loading a new Org file.
org-startup-with-latex-previewNon-nil means preview LaTeX fragments when loading a new Org file.
org-structure-template-alistAn alist of keys and block types.
org-subtree-clipClipboard for cut and paste of subtrees.
org-subtree-clip-foldedWas the last copied subtree folded?
org-support-shift-selectNon-nil means make shift-cursor commands select text when possible.
org-tab-after-check-for-cycling-hookHook for functions to attach themselves to TAB.
org-tab-after-check-for-table-hookHook for functions to attach themselves to TAB.
org-tab-before-tab-emulation-hookHook for functions to attach themselves to TAB.
org-tab-first-hookHook for functions to attach themselves to TAB.
org-tag-alistDefault tags available in Org files.
org-tag-alist-for-agendaAlist of all tags from all agenda files.
org-tag-group-reRegexp matching the tag group at the end of a line, with leading spaces.
org-tag-groups-alist-for-agendaAlist of all groups tags from all current agenda files.
org-tag-line-reRegexp matching tags in a headline.
org-tag-persistent-alistTags always available in Org files.
org-tag-reRegexp matching a single tag.
org-tags-columnThe column to which tags should be indented in a headline.
org-tags-exclude-from-inheritanceList of tags that should never be inherited.
org-tags-historyHistory of minibuffer reads for tags.
org-tags-match-list-sublevelsNon-nil means list also sublevels of headlines matching a search.
org-tags-sort-functionWhen set, tags are sorted using this function as a comparator.
org-tbl-menuOrg Table menu.
org-time-stamp-custom-formatsCustom formats for time stamps.
org-time-stamp-formatsFormats for ‘format-time-string’ which are used for time stamps.
org-time-stamp-rounding-minutesNumber of minutes to round time stamps to.
org-todo-get-default-hookHook for functions that get a default item for todo.
org-todo-interpretationControls how TODO keywords are interpreted.
org-todo-interpretation-widgetsThe available interpretation symbols for customizing ‘org-todo-keywords’.
org-todo-keywordsList of TODO entry keyword sequences and their interpretation.
org-todo-keywords-1All TODO and DONE keywords active in a buffer.
org-todo-line-regexpMatches a headline and puts TODO state into group 2 if present.
org-todo-line-tags-regexpMatches a headline and puts TODO state into group 2 if present.
org-todo-regexpMatches any of the TODO state keywords.
org-todo-repeat-hookHook that is run after a task has been repeated.
org-todo-repeat-to-stateThe TODO state to which a repeater should return the repeating task.
org-todo-setup-filter-hookHook for functions that pre-filter todo specs.
org-todo-state-tags-triggersTag changes that should be triggered by TODO state changes.
org-todo-statistics-hookHook that is run whenever Org thinks TODO statistics should be updated.
org-tr-regexpRegular expression matching a time stamp range.
org-tr-regexp-bothRegular expression matching a time stamp range.
org-track-ordered-property-with-tagShould the ORDERED property also be shown as a tag?
org-treat-S-cursor-todo-selection-as-state-changeNon-nil means switching TODO states with S-cursor counts as state change.
org-treat-insert-todo-heading-as-state-changeNon-nil means inserting a TODO heading is treated as state change.
org-trigger-hookHook for functions that are triggered by a state change.
org-trust-scanner-tagsShould ‘org-get-tags’ use the tags for the scanner.
org-ts--internal-regexpRegular expression matching the innards of a time stamp.
org-ts-regexpRegular expression for fast time stamp matching.
org-ts-regexp-bothRegular expression for fast time stamp matching.
org-ts-regexp-inactiveRegular expression for fast inactive time stamp matching.
org-ts-regexp0Regular expression matching time strings for analysis.
org-ts-regexp1Regular expression matching time strings for analysis.
org-ts-regexp2Regular expression matching time stamps, with groups.
org-ts-regexp3Regular expression matching time stamps (also [..]), with groups.
org-tsr-regexpRegular expression matching a time stamp or time stamp range.
org-tsr-regexp-bothRegular expression matching a time stamp or time stamp range.
org-use-effective-timeIf non-nil, consider ‘org-extend-today-until’ when creating timestamps.
org-use-fast-tag-selectionNon-nil means use fast tag selection scheme.
org-use-fast-todo-selectionNon-nil means use the fast todo selection scheme with ‘C-c C-t’.
org-use-last-clock-out-time-as-effective-timeWhen non-nil, use the last clock out time for ‘org-todo’.
org-use-property-inheritanceNon-nil means properties apply also for sublevels.
org-use-sub-superscriptsNon-nil means interpret "_" and "^" for display.
org-use-tag-inheritanceNon-nil means tags in levels apply also for sublevels.
org-verbatim-reRegular expression for matching verbatim text.
org-window-config-before-follow-linkThe window configuration before following a link.
org-window-configurationUsed in various places to store a window configuration.
org-yank-adjusted-subtreesNon-nil means when yanking subtrees, adjust the level.
org-yank-folded-subtreesNon-nil means when yanking subtrees, fold them.

Defined functions (563)

org--align-node-property()
org--align-tags-here(TO-COL)
org--at-headline-data-p(&optional BEG ELEMENT)
org--backward-paragraph-once()
org--blank-before-heading-p(&optional PARENT)
org--check-org-structure-template-alist(&optional CHECKLIST)
org--collect-keywords-1(KEYWORDS UNIQUE DIRECTORY FILES ALIST)
org--confirm-resource-safe(URI)
org--create-inline-image(FILE WIDTH)
org--deadline-or-schedule(ARG TYPE TIME)
org--file-apps-entry-locator-p(ENTRY)
org--file-apps-regexp-alist(LIST &optional ADD-AUTO-MODE)
org--file-default-apps()
org--forward-paragraph-once()
org--get-display-dpi()
org--get-expected-indentation(ELEMENT CONTENTSP)
org--get-local-tags()
org--get-outline-path-1(&optional USE-CACHE)
org--inline-image-overlays(&optional BEG END)
org--insert-structure-template-mks()
org--insert-structure-template-unique-keys(KEYS)
org--latex-preview-region(BEG END)
org--line-fully-invisible-p()
org--make-preview-overlay(BEG END IMAGE &optional IMAGETYPE)
org--math-always-on(ORIG-FUN &rest ARGS)
org--newline(INDENT ARG INTERACTIVE)
org--open-file-format-command(MAILCAP-COMMAND FILE LINK MATCH-DATA)
org--paragraph-at-point()
org--property-get-separator(PROPERTY)
org--property-global-or-keyword-value(PROPERTY LITERAL-NIL)
org--property-local-values(PROPERTY LITERAL-NIL &optional ELEMENT)
org--safe-remote-resource-p(URI)
org--should-fetch-remote-resource-p(URI)
org--tag-add-to-alist(ALIST1 ALIST2)
org--tags-expand-group(GROUP TAG-GROUPS EXPANDED)
org--update-property-plist(KEY VAL PROPS)
org--valid-property-p(PROPERTY)
org-N-empty-lines-before-current(N)
org-activate-code(LIMIT)
org-activate-dates(LIMIT)
org-activate-footnote-links(LIMIT)
org-activate-links(LIMIT)
org-activate-links--overlays(LIMIT)
org-activate-links--text-properties(LIMIT)
org-activate-tags(LIMIT)
org-activate-target-links(LIMIT)
org-adaptive-fill-function()
org-add-log-note(&optional PURPOSE)
org-add-log-setup(&optional PURPOSE STATE PREV-STATE HOW EXTRA)
org-add-note()
org-add-planning-info(WHAT &optional TIME &rest REMOVE)
org-add-prop-inherited(S)
org-advertized-archive-subtree(&optional FIND-DONE)
org-agenda-file-p(&optional FILE)
org-agenda-file-to-front(&optional TO-END)
org-agenda-files(&optional UNRESTRICTED ARCHIVES)
org-agenda-prepare-buffers(FILES)
org-align-tags(&optional ALL)
org-assign-fast-keys(ALIST)
org-at-block-p()
org-at-clock-log-p()
org-at-comment-p()
org-at-date-range-p(&optional INACTIVE-OK)
org-at-drawer-p()
org-at-heading-p(&optional INVISIBLE-NOT-OK)
org-at-keyword-p()
org-at-planning-p()
org-at-property-drawer-p()
org-at-property-p()
org-at-timestamp-p(&optional EXTENDED)
org-auto-fill-function()
org-auto-repeat-maybe(DONE-WORD)
org-babel-do-load-languages(SYM VALUE)
org-babel-load-file(FILE &optional COMPILE)
org-back-over-empty-lines()
org-back-to-heading(&optional INVISIBLE-OK)
org-back-to-heading-or-point-min(&optional INVISIBLE-OK)
org-backward-element()
org-backward-heading-same-level(ARG &optional INVISIBLE-OK)
org-backward-paragraph(&optional ARG)
org-backward-sentence(&optional ARG)
org-before-change-function(BEG END)
org-before-first-heading-p()
org-beginning-of-dblock()
org-beginning-of-line(&optional N)
org-between-regexps-p(START-RE END-RE &optional LIM-UP LIM-DOWN)
org-block-map(FUNCTION &optional START END)
org-block-todo-from-checkboxes(CHANGE-PLIST)
org-block-todo-from-children-or-siblings-or-parent(CHANGE-PLIST)
org-browse-news()
org-buffer-property-keys(&optional SPECIALS DEFAULTS COLUMNS)
org-cached-entry-get(POM PROPERTY)
org-calendar-holiday()
org-calendar-select()
org-calendar-select-mouse(EV)
org-call-for-shift-select(CMD)
org-cancel-repeater()
org-cdlatex-environment-indent(&optional ENVIRONMENT ITEM)
org-cdlatex-math-modify(&optional ARG)
org-cdlatex-mode(&optional ARG)
org-cdlatex-underscore-caret(&optional ARG)
org-change-tag-in-region(BEG END TAG OFF)
org-check-after-date(D)
org-check-agenda-file(FILE)
org-check-and-save-marker(MARKER BEG END)
org-check-before-date(D)
org-check-dates-range(START-DATE END-DATE)
org-check-deadlines(NDAYS)
org-check-for-hidden(WHAT)
org-check-running-clock()
org-clean-visibility-after-subtree-move()
org-clear-latex-preview(&optional BEG END)
org-clock-auto-clockout-insinuate()
org-clock-is-active()
org-clock-persistence-insinuate()
org-clocking-buffer()
org-clocktable-try-shift(DIR N)
org-clone-subtree-with-time-shift(N &optional SHIFT)
org-closest-date(START CURRENT PREFER)
org-collect-keywords(KEYWORDS &optional UNIQUE DIRECTORY)
org-comment-dwim(ARG)
org-comment-line-break-function(&optional SOFT)
org-comment-or-uncomment-region(BEG END &rest _)
org-compute-latex-and-related-regexp()
org-compute-property-at-point()
org-content(&optional ARG)
org-context()
org-contextualize-keys(ALIST CONTEXTS)
org-contextualize-validate-key(KEY CONTEXTS)
org-convert-to-odd-levels()
org-convert-to-oddeven-levels()
org-copy-special()
org-copy-subtree(&optional N CUT FORCE-STORE-MARKERS NOSUBTREES)
org-copy-visible(BEG END)
org-create-customize-menu()
org-create-dblock(PLIST)
org-create-formula-image(STRING TOFILE OPTIONS BUFFER &optional PROCESSING-TYPE)
org-create-math-formula(LATEX-FRAG &optional MATHML-FILE)
org-create-multibrace-regexp(LEFT RIGHT N)
org-ctrl-c-ctrl-c(&optional ARG)
org-ctrl-c-minus()
org-ctrl-c-ret()
org-ctrl-c-star()
org-ctrl-c-tab(&optional ARG)
org-current-effective-time()
org-current-level()
org-current-time(&optional ROUNDING-MINUTES PAST)
org-customize()
org-cut-special()
org-cut-subtree(&optional N)
org-cycle-agenda-files()
org-cycle-level()
org-date-from-calendar()
org-date-to-gregorian(D)
org-days-to-iso-week(DAYS)
org-dblock-update(&optional ARG)
org-deadline(ARG &optional TIME)
org-deadline-close-p(TIMESTAMP-STRING &optional NDAYS)
org-decrease-number-at-point(&optional INC)
org-delete-backward-char(N)
org-delete-char(N)
org-delete-indentation(&optional ARG)
org-delete-property(PROPERTY)
org-delete-property-globally(PROPERTY)
org-demote()
org-demote-subtree()
org-diary-sexp-entry(SEXP ENTRY D)
org-diary-to-ical-string(FROMBUF)
org-display-custom-time(BEG END)
org-display-inline-image--width(LINK)
org-display-inline-images(&optional INCLUDE-LINKED REFRESH BEG END)
org-display-inline-remove-overlay(OV AFTER BEG END &optional LEN)
org-display-outline-path(&optional FILE-OR-TITLE CURRENT SEPARATOR JUST-RETURN-STRING)
org-do-demote()
org-do-emphasis-faces(LIMIT)
org-do-latex-and-related(LIMIT)
org-do-occur(REGEXP &optional CLEANUP)
org-do-promote()
org-down-element()
org-drag-element-backward()
org-drag-element-forward()
org-drag-line-backward(ARG)
org-drag-line-forward(ARG)
org-dvipng-color(ATTR)
org-dvipng-color-format(COLOR-NAME)
org-dynamic-block-define(TYPE FUNC)
org-dynamic-block-function(TYPE)
org-dynamic-block-insert-dblock(TYPE &optional INTERACTIVE-P)
org-dynamic-block-types()
org-edit-agenda-file-list()
org-edit-headline(&optional HEADING)
org-edit-special(&optional ARG)
org-emphasize(&optional CHAR)
org-end-of-line(&optional N)
org-end-of-meta-data(&optional FULL)
org-end-of-subtree(&optional INVISIBLE-OK TO-HEADING ELEMENT)
org-entry-add-to-multivalued-property(POM PROPERTY VALUE)
org-entry-beginning-position()
org-entry-blocked-p()
org-entry-delete(POM PROPERTY)
org-entry-end-position()
org-entry-get(POM PROPERTY &optional INHERIT LITERAL-NIL)
org-entry-get-multivalued-property(POM PROPERTY)
org-entry-get-with-inheritance(PROPERTY &optional LITERAL-NIL ELEMENT)
org-entry-member-in-multivalued-property(POM PROPERTY VALUE)
org-entry-properties(&optional POM WHICH)
org-entry-protect-space(S)
org-entry-put(POM PROPERTY VALUE)
org-entry-put-multivalued-property(POM PROPERTY &rest VALUES)
org-entry-remove-from-multivalued-property(POM PROPERTY VALUE)
org-entry-restore-space(S)
org-eval-in-calendar(FORM &optional KEEPDATE)
org-evaluate-time-range(&optional TO-BUFFER)
org-extract-log-state-settings(X)
org-face-from-face-or-color(CONTEXT INHERIT FACE-OR-COLOR)
org-fast-tag-insert(KWD TAGS FACE &optional END)
org-fast-tag-selection(CURRENT INHERITED TABLE &optional TODO-TABLE)
org-fast-tag-show-exit(FLAG)
org-fast-todo-selection(&optional CURRENT-STATE)
org-file-contents(FILE &optional NOERROR NOCACHE)
org-file-image-p(FILE)
org-file-menu-entry(FILE)
org-files-list()
org-fill-element(&optional JUSTIFY)
org-fill-line-break-nobreak-p()
org-fill-n-macro-as-item-nobreak-p()
org-fill-paragraph(&optional JUSTIFY REGION)
org-fill-paragraph-with-timestamp-nobreak-p()
org-find-dblock(NAME)
org-find-entry-with-id(IDENT)
org-find-exact-heading-in-directory(HEADING &optional DIR)
org-find-exact-headline-in-buffer(HEADING &optional BUFFER POS-ONLY)
org-find-file-at-mouse(EV)
org-find-olp(PATH &optional THIS-BUFFER)
org-find-property(PROPERTY &optional VALUE)
org-first-headline-recenter()
org-first-sibling-p()
org-fix-decoded-time(TIME)
org-fix-position-after-promote()
org-fix-tags-on-the-fly()
org-fixup-indentation(DIFF)
org-follow-timestamp-link()
org-font-lock-add-priority-faces(LIMIT)
org-font-lock-add-tag-faces(LIMIT)
org-font-lock-hook(LIMIT)
org-fontify-drawers(LIMIT)
org-fontify-entities(LIMIT)
org-fontify-extend-region(BEG END OLD-LEN)
org-fontify-like-in-org-mode(S &optional ODD-LEVELS)
org-fontify-macros(LIMIT)
org-fontify-meta-lines-and-blocks(LIMIT)
org-fontify-meta-lines-and-blocks-1(LIMIT)
org-force-cycle-archived()
org-force-self-insert(N)
org-format-latex(PREFIX &optional BEG END DIR OVERLAYS MSG FORBUFFER PROCESSING-TYPE)
org-format-latex-as-html(LATEX-FRAGMENT)
org-format-latex-as-mathml(LATEX-FRAG LATEX-FRAG-TYPE PREFIX &optional DIR)
org-format-latex-mathml-available-p()
org-format-outline-path(PATH &optional WIDTH PREFIX SEPARATOR)
org-format-timestamp(TIMESTAMP FORMAT &optional END UTC)
org-forward-element()
org-forward-heading-same-level(ARG &optional INVISIBLE-OK)
org-forward-paragraph(&optional ARG)
org-forward-sentence(&optional ARG)
org-get-agenda-file-buffer(FILE)
org-get-buffer-tags()
org-get-category(&optional POS FORCE-REFRESH)
org-get-compact-tod(S)
org-get-cursor-date(&optional WITH-TIME)
org-get-date-from-calendar()
org-get-deadline-time(POM &optional INHERIT)
org-get-entry()
org-get-export-keywords()
org-get-heading(&optional NO-TAGS NO-TODO NO-PRIORITY NO-COMMENT)
org-get-indirect-buffer(&optional (BUFFER (current-buffer)) HEADING)
org-get-level-face(N)
org-get-next-sibling()
org-get-org-file()
org-get-outline-path(&optional WITH-SELF USE-CACHE)
org-get-packages-alist(VAR)
org-get-previous-line-level()
org-get-previous-sibling()
org-get-priority(S)
org-get-priority-face(PRIORITY)
org-get-property-block(&optional BEG FORCE)
org-get-repeat(&optional TIMESTAMP)
org-get-scheduled-time(POM &optional INHERIT)
org-get-tag-face(TAG)
org-get-tags(&optional POS-OR-ELEMENT LOCAL)
org-get-title(&optional BUFFER-OR-FILE)
org-get-todo-face(KWD)
org-get-todo-sequence-head(KWD)
org-get-todo-state()
org-get-valid-level(LEVEL &optional CHANGE)
org-get-wdays(TS &optional DELAY ZERO-DELAY)
org-global-cycle(&optional ARG)
org-global-tags-completion-table(&optional FILES)
org-goto-calendar(&optional ARG)
org-goto-first-child(&optional ELEMENT)
org-goto-marker-or-bmk(MARKER &optional BOOKMARK)
org-goto-sibling(&optional PREVIOUS)
org-heading-components()
org-highlight-new-match(BEG END)
org-in-archived-heading-p(&optional NO-INHERITANCE ELEMENT)
org-in-block-p(NAMES)
org-in-clocktable-p()
org-in-commented-heading-p(&optional NO-INHERITANCE ELEMENT)
org-in-src-block-p(&optional INSIDE ELEMENT)
org-in-subtree-not-table-p()
org-inc-effort()
org-increase-number-at-point(&optional INC)
org-indent-block()
org-indent-drawer()
org-indent-line()
org-indent-region(START END)
org-info(&optional NODE)
org-info-find-node(&optional NODENAME)
org-insert-comment()
org-insert-drawer(&optional ARG DRAWER)
org-insert-heading(&optional ARG INVISIBLE-OK TOP)
org-insert-heading-after-current()
org-insert-heading-respect-content(&optional INVISIBLE-OK)
org-insert-property-drawer()
org-insert-structure-template(TYPE)
org-insert-subheading(ARG)
org-insert-time-stamp(TIME &optional WITH-HM INACTIVE PRE POST EXTRA)
org-insert-todo-heading(ARG &optional FORCE-HEADING)
org-insert-todo-heading-respect-content(&optional _)
org-insert-todo-subheading(ARG)
org-inside-LaTeX-fragment-p()
org-inside-latex-macro-p()
org-install-agenda-files-menu()
org-kill-is-subtree-p(&optional TXT)
org-kill-line(&optional ARG)
org-kill-note-or-show-branches()
org-latex-color(ATTR)
org-latex-color-format(COLOR-NAME)
org-latex-packages-to-string(PKG &optional SNIPPETS-P NEWLINE)
org-latex-preview(&optional ARG)
org-level-increment()
org-load-modules-maybe(&optional FORCE)
org-local-logging(VALUE)
org-log-beginning(&optional CREATE)
org-log-into-drawer()
org-make-options-regexp(KWDS &optional EXTRA)
org-make-tag-string(TAGS)
org-make-tags-matcher(MATCH &optional ONLY-LOCAL-TAGS)
org-make-tdiff-string(Y D H M)
org-map-dblocks(&optional COMMAND)
org-map-entries(FUNC &optional MATCH SCOPE &rest SKIP)
org-map-region(FUN BEG END)
org-map-tree(FUN)
org-mark-element()
org-mark-ring-goto(&optional N)
org-mark-ring-push(&optional POS BUFFER)
org-mark-subtree(&optional UP)
org-match-sparse-tree(&optional TODO-ONLY MATCH)
org-meta-return(&optional ARG)
org-metadown(&optional ARG)
org-metaleft(&optional ARG)
org-metaright(&optional ARG)
org-metaup(&optional ARG)
org-mode()
org-mode-restart()
org-modifier-cursor-error()
org-modify-ts-extra(S POS N DM)
org-move-subtree-down(&optional ARG)
org-move-subtree-up(&optional ARG)
org-narrow-to-block()
org-narrow-to-element()
org-narrow-to-subtree(&optional ELEMENT)
org-next-block(ARG &optional BACKWARD BLOCK-REGEXP)
org-next-visible-heading(ARG)
org-normalize-color(VALUE)
org-notes-order-reversed-p()
org-occur(REGEXP &optional KEEP-PREVIOUS CALLBACK)
org-occur-in-agenda-files(REGEXP &optional NLINES)
org-occur-link-in-agenda-files()
org-occur-next-match(&optional N RESET)
org-offer-links-in-entry(BUFFER MARKER &optional NTH ZERO)
org-op-to-function(OP &optional STRINGP)
org-open-at-mouse(EV)
org-open-at-point(&optional ARG)
org-open-at-point-global()
org-open-file(PATH &optional IN-EMACS LINE SEARCH)
org-open-line(N)
org-order-calendar-date-args(ARG1 ARG2 ARG3)
org-org-menu(ARG1)
org-outline-level()
org-overview()
org-paste-special(ARG)
org-paste-subtree(&optional LEVEL TREE FOR-YANK REMOVE)
org-point-at-end-of-empty-headline()
org-prepare-dblock()
org-previous-block(ARG &optional BLOCK-REGEXP)
org-previous-visible-heading(ARG)
org-priority(&optional ACTION SHOW)
org-priority-down()
org-priority-show()
org-priority-to-value(S)
org-priority-up()
org-promote()
org-promote-subtree()
org-property-action()
org-property-get-allowed-values(POM PROPERTY &optional TABLE)
org-property-inherit-p(PROPERTY)
org-property-next-allowed-value(&optional PREVIOUS)
org-property-or-variable-value(VAR &optional INHERIT)
org-property-previous-allowed-value(&optional PREVIOUS)
org-property-values(KEY)
org-quote-csv-field(S)
org-quote-vert(S)
org-raise-scripts(LIMIT)
org-re-property(PROPERTY &optional LITERAL ALLOW-NULL VALUE)
org-re-timestamp(TYPE)
org-read-agenda-file-list(&optional PAIR-WITH-EXPANSION)
org-read-date(&optional WITH-TIME TO-TIME FROM-STRING PROMPT DEFAULT-TIME DEFAULT-INPUT INACTIVE)
org-read-date-analyze(ANS DEF DEFDECODE)
org-read-date-display()
org-read-date-get-relative(S TODAY DEFAULT)
org-read-property-name()
org-read-property-value(PROPERTY &optional POM DEFAULT)
org-rear-nonsticky-at(POS)
org-recenter-calendar(D)
org-redisplay-inline-images()
org-reduced-level(L)
org-refresh-category-properties()
org-refresh-effort-properties()
org-refresh-properties(DPROP TPROP)
org-refresh-property(TPROP P &optional INHERIT)
org-refresh-stats-properties()
org-reftex-citation()
org-reinstall-markers-in-region(BEG)
org-release-buffers(BLIST)
org-reload(&optional UNCOMPILED)
org-remove-empty-drawer-at(POS)
org-remove-empty-overlays-at(POS)
org-remove-file(&optional FILE)
org-remove-font-lock-display-properties(BEG END)
org-remove-inline-images(&optional BEG END)
org-remove-keyword-keys(LIST)
org-remove-occur-highlights(&optional BEG END NOREMOVE)
org-remove-timestamp-with-keyword(KEYWORD)
org-remove-uninherited-tags(TAGS)
org-reset-file-cache()
org-restart-font-lock()
org-return(&optional INDENT ARG INTERACTIVE)
org-return-and-maybe-indent()
org-reveal(&optional SIBLINGS)
org-revert-all-org-buffers()
org-run-like-in-org-mode(CMD)
org-save-all-org-buffers()
org-save-markers-in-region(BEG END)
org-scan-tags(ACTION MATCHER TODO-ONLY &optional START-LEVEL)
org-schedule(ARG &optional TIME)
org-self-insert-command(N)
org-set-current-tags-overlay(CURRENT PREFIX)
org-set-effort(&optional INCREMENT VALUE)
org-set-emph-re(VAR VAL)
org-set-font-lock-defaults()
org-set-frame-title(TITLE)
org-set-modules(VAR VALUE)
org-set-packages-alist(VAR VAL)
org-set-property(PROPERTY VALUE)
org-set-property-and-value(USE-LAST)
org-set-property-function(PROPERTY)
org-set-regexps-and-options(&optional TAGS-ONLY)
org-set-tags(TAGS)
org-set-tags-command(&optional ARG)
org-shiftcontroldown(&optional N)
org-shiftcontrolleft()
org-shiftcontrolright()
org-shiftcontrolup(&optional N)
org-shiftdown(&optional ARG)
org-shiftleft(&optional ARG)
org-shiftmetadown(&optional ARG)
org-shiftmetaleft()
org-shiftmetaright()
org-shiftmetaup(&optional ARG)
org-shiftright(&optional ARG)
org-shiftselect-error()
org-shifttab(&optional ARG)
org-shiftup(&optional ARG)
org-show-empty-lines-in-parent()
org-show-priority()
org-show-todo-tree(ARG)
org-skip-over-state-notes()
org-small-year-to-year(YEAR)
org-sort(&optional WITH-CASE)
org-sort-entries(&optional WITH-CASE SORTING-TYPE GETKEY-FUNC COMPARE-FUNC PROPERTY INTERACTIVE?)
org-sort-remove-invisible(S)
org-sparse-tree(&optional ARG TYPE)
org-splice-latex-header(TPL DEF-PKG PKG SNIPPETS-P &optional EXTRA)
org-store-log-note()
org-store-new-agenda-file-list(LIST)
org-string-collate-greaterp(S1 S2)
org-submit-bug-report()
org-subtree-end-visible-p()
org-switchb(&optional ARG)
org-tag-alist-to-groups(ALIST)
org-tag-alist-to-string(ALIST &optional SKIP-KEY)
org-tag-inherit-p(TAG)
org-tag-string-to-alist(S)
org-tags-completion-function(STRING PREDICATE &optional FLAG)
org-tags-expand(MATCH &optional SINGLE-AS-LIST)
org-tags-sparse-tree(&optional TODO-ONLY MATCH)
org-tbl-menu(ARG1)
org-time-from-absolute(D)
org-time-stamp(ARG &optional INACTIVE)
org-time-stamp-format(&optional WITH-TIME INACTIVE CUSTOM)
org-time-stamp-inactive(&optional ARG)
org-time-stamp-to-now(TIMESTAMP-STRING &optional SECONDS)
org-time-string-to-absolute(S &optional DAYNR PREFER BUFFER POS)
org-time-string-to-seconds(S)
org-time-string-to-time(S)
org-timestamp-change(N &optional WHAT UPDOWN SUPPRESS-TMP-DELAY)
org-timestamp-down(&optional ARG)
org-timestamp-down-day(&optional ARG)
org-timestamp-from-string(S)
org-timestamp-from-time(TIME &optional WITH-TIME INACTIVE)
org-timestamp-has-time-p(TIMESTAMP)
org-timestamp-split-range(TIMESTAMP &optional END)
org-timestamp-to-time(TIMESTAMP &optional END)
org-timestamp-translate(TIMESTAMP &optional BOUNDARY)
org-timestamp-up(&optional ARG)
org-timestamp-up-day(&optional ARG)
org-today()
org-todo(&optional ARG)
org-todo-trigger-tag-changes(STATE)
org-todo-yesterday(&optional ARG)
org-toggle-comment()
org-toggle-custom-properties-visibility()
org-toggle-fixed-width()
org-toggle-heading(&optional NSTARS)
org-toggle-inline-images(&optional INCLUDE-LINKED BEG END)
org-toggle-narrow-to-subtree()
org-toggle-ordered-property()
org-toggle-pretty-entities()
org-toggle-tag(TAG &optional ONOFF)
org-toggle-tags-groups()
org-toggle-time-stamp-overlays()
org-toggle-timestamp-type()
org-tr-level(N)
org-transpose-element()
org-transpose-words()
org-tree-to-indirect-buffer(&optional ARG)
org-try-cdlatex-tab()
org-unfontify-region(BEG END &optional MAYBE_LOUDLY)
org-unindent-buffer()
org-up-element()
org-up-heading-all(ARG)
org-up-heading-or-point-min()
org-up-heading-safe()
org-update-all-dblocks()
org-update-dblock()
org-update-parent-todo-statistics()
org-update-statistics-cookies(ALL)
org-uuidgen-p(S)
org-version(&optional HERE FULL MESSAGE)
org-yank(&optional ARG)
org-yank-folding-would-swallow-text(BEG END)
org-yank-generic(COMMAND ARG)
turn-on-org-cdlatex()

Defined faces (0)