File: org-agenda.el.html

This file contains the code for creating and using the Agenda for Org.

The functions org-batch-agenda, org-batch-agenda-csv, and org-batch-store-agenda-views are implemented as macros to provide a convenient way for extracting agenda information from the command line. The Lisp does not evaluate parameters of a macro call; thus it is not necessary to quote the parameters passed to one of those functions. E.g. you can write:

  emacs -batch -l ~/.emacs -eval '(org-batch-agenda "a" org-agenda-span 7)'

To export an agenda spanning 7 days. If org-batch-agenda would have been implemented as a regular function you'd have to quote the symbol org-agenda-span. Moreover: To use a symbol as parameter value you would have to double quote the symbol.

This is a hack, but it works even when running Org byte-compiled.

Defined variables (176)

org-agenda-add-entry-text-descriptive-linksNon-nil means export org-links as descriptive links in agenda added text.
org-agenda-add-entry-text-maxlinesMaximum number of entry text lines to be added to agenda.
org-agenda-after-show-hookNormal hook run after an item has been shown from the agenda.
org-agenda-align-tags-to-columnShift tags in agenda items to this column.
org-agenda-allow-remote-undoNon-nil means allow remote undo from the agenda buffer.
org-agenda-archives-modeNon-nil means the agenda will include archived items.
org-agenda-auto-exclude-functionA function called with a tag to decide if it is filtered on ‘\ RET’.
org-agenda-before-sorting-filter-functionFunction to be applied to agenda items prior to sorting.
org-agenda-before-write-hookHook run in a temporary buffer before writing the agenda to an export file.
org-agenda-block-separatorThe separator between blocks in the agenda.
org-agenda-breadcrumbs-separatorThe separator of breadcrumbs in agenda lines.
org-agenda-bufferAgenda buffer currently being generated.
org-agenda-bulk-custom-functionsAlist of characters and custom functions for bulk actions.
org-agenda-bulk-mark-charA single-character string to be used as the bulk mark.
org-agenda-bulk-marked-entriesList of markers that refer to marked entries in the agenda.
org-agenda-category-filter-presetA preset of the category filter used for secondary agenda filtering.
org-agenda-category-icon-alistAlist of category icon to be displayed in agenda views.
org-agenda-cleanup-fancy-diary-hookHook run when the fancy diary buffer is cleaned up.
org-agenda-clock-consistency-checksThis is a property list, with the following keys:
org-agenda-clock-report-headerHeader inserted before the table in Org agenda clock report mode.
org-agenda-clockreport-parameter-plistProperty list with parameters for the clocktable in clockreport mode.
org-agenda-cmp-user-definedA function to define the comparison ‘user-defined’.
org-agenda-columns-add-appointments-to-effort-sumNon-nil means the duration of an appointment will add to day effort.
org-agenda-columns-compute-summary-propertiesNon-nil means recompute all summary properties before column view.
org-agenda-columns-show-summariesNon-nil means show summaries for columns displayed in the agenda view.
org-agenda-compact-blocksNon-nil means make the block agenda more compact.
org-agenda-confirm-killWhen set, remote killing from the agenda buffer needs confirmation.
org-agenda-current-dateActive date when building the agenda.
org-agenda-current-spanThe current span used in the agenda view.
org-agenda-current-time-stringThe string for the current time marker in the agenda.
org-agenda-custom-commandsCustom commands for the agenda.
org-agenda-custom-commands-contextsAlist of custom agenda keys and contextual rules.
org-agenda-custom-commands-local-optionsSelection of examples for agenda command settings.
org-agenda-day-face-functionFunction called to determine what face should be used to display a day.
org-agenda-deadline-leadersText preceding deadline items in the agenda view.
org-agenda-default-appointment-durationDefault duration for appointments that only have a starting time.
org-agenda-diary-fileFile to which to add new entries with the ‘i’ key in agenda and calendar.
org-agenda-diary-sexp-prefixA regexp that matches part of a diary sexp entry
org-agenda-dim-blocked-tasksNon-nil means dim blocked tasks in the agenda display.
org-agenda-effort-filter-presetA preset of the effort condition used for secondary agenda filtering.
org-agenda-entry-text-cleanup-hookHook that is run after basic cleanup of entry text to be shown in agenda.
org-agenda-entry-text-exclude-regexpsList of regular expressions to clean up entry text.
org-agenda-entry-text-leadersText prepended to the entry text in agenda buffers.
org-agenda-entry-text-maxlinesNumber of text lines to be added when ‘E’ is pressed in the agenda.
org-agenda-entry-typesList of types searched for when creating the daily/weekly agenda.
org-agenda-export-html-styleThe style specification for exported HTML Agenda files.
org-agenda-exporter-settingsAlist of variable/value pairs that should be active during agenda export.
org-agenda-filter-hookHook run just after filtering with ‘org-agenda-filter’.
org-agenda-filter-presetA preset of the tags filter used for secondary agenda filtering.
org-agenda-filter-variablesAlist of filter types and associated variables.
org-agenda-filters-presetAlist of filter types and associated preset of filters.
org-agenda-finalize-hookHook run just before displaying an agenda buffer.
org-agenda-follow-indirectNon-nil means ‘org-agenda-follow-mode’ displays only the
org-agenda-fontify-prioritiesNon-nil means highlight low and high priorities in agenda.
org-agenda-format-dateFormat string for displaying dates in the agenda.
org-agenda-hide-tags-regexpRegular expression used to filter away specific tags in agenda views.
org-agenda-inactive-leaderText preceding item pulled into the agenda by inactive time stamps.
org-agenda-include-deadlinesIf non-nil, include entries within their deadline warning period.
org-agenda-include-diaryIf non-nil, include in the agenda entries from the Emacs Calendar’s diary.
org-agenda-include-inactive-timestampsNon-nil means include inactive time stamps in agenda.
org-agenda-insert-diary-extract-timeNon-nil means extract any time specification from the diary entry.
org-agenda-insert-diary-strategyWhere in ‘org-agenda-diary-file’ should new entries be added?
org-agenda-keymapKeymap for ‘org-agenda-mode’.
org-agenda-last-indirect-bufferLast buffer loaded by ‘org-agenda-tree-to-indirect-buffer’.
org-agenda-last-marker-timeCreation time of the last agenda marker.
org-agenda-local-varsVariables that must be local in agenda buffers to allow multiple buffers.
org-agenda-log-mode-add-notesNon-nil means add first line of notes to log entries in agenda views.
org-agenda-log-mode-itemsList of items that should be shown in agenda log mode.
org-agenda-loop-over-headlines-in-active-regionShall some commands act upon headlines in the active region?
org-agenda-markersList of all currently active markers created by ‘org-agenda’.
org-agenda-max-effortMaximum cumulated effort duration for the agenda.
org-agenda-max-entriesMaximum number of entries to display in an agenda.
org-agenda-max-tagsMaximum number of tagged entries to display in an agenda.
org-agenda-max-todosMaximum number of TODOs to display in an agenda.
org-agenda-menuAgenda menu.
org-agenda-menu-show-matcherNon-nil means show the match string in the agenda dispatcher menu.
org-agenda-menu-two-columnsNon-nil means, use two columns to show custom commands in the dispatcher.
org-agenda-mode-hookHook run after ‘org-agenda-mode’ is turned on.
org-agenda-mode-mapKeymap for ‘org-agenda-mode’.
org-agenda-mouse-1-follows-linkNon-nil means mouse-1 on a link will follow the link in the agenda.
org-agenda-move-date-from-past-immediately-to-todayNon-nil means jump to today when moving a past date forward in time.
org-agenda-overriding-headerWhen set during agenda, todo and tags searches it replaces the header.
org-agenda-overriding-restrictionNon-nil means extended agenda restriction is active.
org-agenda-pending-undo-listIn a series of undo commands, this is the list of remaining undo items.
org-agenda-persistent-filterWhen set, keep filters from one agenda view to the next.
org-agenda-persistent-marksNon-nil means marked items will stay marked after a bulk action.
org-agenda-prefer-last-repeatNon-nil sets date for repeated entries to their last repeat.
org-agenda-prefix-formatFormat specifications for the prefix of items in the agenda views.
org-agenda-query-registerThe register holding the current query string.
org-agenda-regexp-filter-presetA preset of the regexp filter used for secondary agenda filtering.
org-agenda-remove-tagsNon-nil means remove the tags from the headline copy in the agenda.
org-agenda-remove-tags-when-in-prefixNon-nil means remove the tags from the headline copy in the agenda.
org-agenda-remove-timeranges-from-blocksNon-nil means remove time ranges specifications in agenda
org-agenda-remove-times-when-in-prefixNon-nil means remove duplicate time specifications in agenda items.
org-agenda-represented-categoriesCache for the list of all categories in the agenda.
org-agenda-represented-tagsCache for the list of all categories in the agenda.
org-agenda-restore-windows-after-quitNon-nil means restore window configuration upon exiting agenda.
org-agenda-restrictNon-nil means agenda restriction is active.
org-agenda-restrict-beginInternal variable used to mark the restriction beginning.
org-agenda-restrict-endInternal variable used to mark the restriction end.
org-agenda-restriction-lock-highlight-subtreeNon-nil means highlight the whole subtree when restriction is active.
org-agenda-restriction-lock-overlayOverlay to mark the headline to which agenda commands are restricted.
org-agenda-scheduled-leadersText preceding scheduled items in the agenda view.
org-agenda-search-headline-for-timeNon-nil means search headline for a time-of-day.
org-agenda-search-view-always-booleanNon-nil means the search string is interpreted as individual parts.
org-agenda-search-view-force-full-wordsNon-nil means, search words must be matches as complete words.
org-agenda-search-view-max-outline-levelMaximum outline level to display in search view.
org-agenda-search-view-search-words-onlyNon-nil means the search string is interpreted as individual parts.
org-agenda-show-all-datesNon-nil means ‘org-agenda’ shows every day in the selected range.
org-agenda-show-current-time-in-gridNon-nil means show the current time in the time grid.
org-agenda-show-future-repeatsNon-nil shows repeated entries in the future part of the agenda.
org-agenda-show-inherited-tagsNon-nil means show inherited tags in each agenda line.
org-agenda-show-logWhen non-nil, show the log in the agenda.
org-agenda-show-outline-pathNon-nil means show outline path in echo area after line motion.
org-agenda-skip-additional-timestamps-same-entryWhen nil, multiple same-day timestamps in entry make multiple agenda lines.
org-agenda-skip-comment-treesNon-nil means skip trees that start with the COMMENT keyword.
org-agenda-skip-deadline-if-doneNon-nil means don’t show deadlines when the corresponding item is done.
org-agenda-skip-deadline-prewarning-if-scheduledNon-nil means skip deadline prewarning when entry is also scheduled.
org-agenda-skip-functionFunction to be called at each match during agenda construction.
org-agenda-skip-function-globalFunction to be called at each match during agenda construction.
org-agenda-skip-regexpRegular expression used in skipping subtrees for the agenda.
org-agenda-skip-scheduled-delay-if-deadlineNon-nil means skip scheduled delay when entry also has a deadline.
org-agenda-skip-scheduled-if-deadline-is-shownNon-nil means skip scheduling line if same entry shows because of deadline.
org-agenda-skip-scheduled-if-doneNon-nil means don’t show scheduled items in agenda when they are done.
org-agenda-skip-scheduled-repeats-after-deadlineNon-nil hides scheduled repeated entries past deadline.
org-agenda-skip-timestamp-if-deadline-is-shownNon-nil means skip timestamp line if same entry shows because of deadline.
org-agenda-skip-timestamp-if-doneNon-nil means don’t select item by timestamp or -range if it is DONE.
org-agenda-sort-noeffort-is-highNon-nil means items without effort estimate are sorted as high effort.
org-agenda-sort-notime-is-lateNon-nil means items without time are considered late.
org-agenda-sorting-strategySorting structure for the agenda items of a single day.
org-agenda-spanNumber of days to include in overview display.
org-agenda-start-dayStart day for the agenda view.
org-agenda-start-on-weekdayNon-nil means start the overview always on the specified weekday.
org-agenda-start-with-archives-modeInitial value of archive mode in a newly created agenda window.
org-agenda-start-with-clockreport-modeThe initial value of clockreport-mode in a newly created agenda window.
org-agenda-start-with-entry-text-modeThe initial value of entry-text-mode in a newly created agenda window.
org-agenda-start-with-follow-modeThe initial value of follow mode in a newly created agenda window.
org-agenda-start-with-log-modeThe initial value of log-mode in a newly created agenda window.
org-agenda-stickyNon-nil means agenda q key will bury agenda buffers.
org-agenda-tag-filter-presetA preset of the tags filter used for secondary agenda filtering.
org-agenda-tags-columnShift tags in agenda items to this column.
org-agenda-tags-todo-honor-ignore-optionsNon-nil means honor todo-list ignores options also in tags-todo search.
org-agenda-time-gridThe settings for time grid for agenda display.
org-agenda-time-leading-zeroNon-nil means use leading zero for military times in agenda.
org-agenda-timegrid-use-ampmWhen set, show AM/PM style timestamps on the timegrid.
org-agenda-timerange-leadersText preceding timerange entries in the agenda view.
org-agenda-todo-ignore-deadlinesNon-nil means ignore some deadline TODO items when making TODO list.
org-agenda-todo-ignore-scheduledNon-nil means, ignore some scheduled TODO items when making TODO list.
org-agenda-todo-ignore-time-comparison-use-secondsTime unit to use when possibly ignoring an agenda item.
org-agenda-todo-ignore-timestampNon-nil means don’t show entries with a timestamp.
org-agenda-todo-ignore-with-dateNon-nil means don’t show entries with a date in the global todo list.
org-agenda-todo-keyword-formatFormat for the TODO keyword in agenda lines.
org-agenda-todo-list-sublevelsNon-nil means check also the sublevels of a TODO entry for TODO entries.
org-agenda-undo-has-started-inBuffers that have already seen ‘undo-start’ in the current undo sequence.
org-agenda-undo-listList of undoable operations in the agenda since last refresh.
org-agenda-use-tag-inheritanceList of agenda view types where to use tag inheritance.
org-agenda-use-time-gridNon-nil means show a time grid in the agenda schedule.
org-agenda-view-columns-initiallyWhen non-nil, switch to columns view right after creating the agenda.
org-agenda-weekend-daysWhich days are weekend?
org-agenda-window-frame-fractionsThe min and max height of the agenda window as a fraction of frame height.
org-agenda-window-setupHow the agenda buffer should be displayed.
org-agenda-with-colorsNon-nil means use colors in agenda views.
org-deadline-past-daysNumber of days to warn about missed deadlines.
org-last-heading-markerMarker pointing to the headline that last changed its TODO state
org-prefix-category-lengthUsed by ‘org-compile-prefix-format’ to remember the category field width.
org-prefix-category-max-lengthUsed by ‘org-compile-prefix-format’ to remember the category field width.
org-prefix-format-compiledThe compiled prefix format and associated variables.
org-prefix-has-breadcrumbsA flag, set by ‘org-compile-prefix-format’.
org-prefix-has-effortA flag, set by ‘org-compile-prefix-format’.
org-prefix-has-tagA flag, set by ‘org-compile-prefix-format’.
org-prefix-has-timeA flag, set by ‘org-compile-prefix-format’.
org-scheduled-past-daysNumber of days to continue listing scheduled items not marked DONE.
org-search-syntax-tableSpecial syntax table for Org search.
org-select-this-todo-keywordKeyword selector for todo agenda.
org-sorting-choiceSorting choices.
org-stuck-projectsHow to identify stuck projects.

Defined functions (278)

org--batch-agenda(CMD-KEY VARS VALS)
org--batch-agenda-csv(CMD-KEY VARS VALS)
org--batch-store-agenda-views(VARS VALS)
org-add-agenda-custom-command(ENTRY)
org-add-to-string(VAR STRING)
org-agenda(&optional ARG KEYS RESTRICTION)
org-agenda--get-buffer-name(STICKY-NAME)
org-agenda--insert-overriding-header(DEFAULT)
org-agenda--mark-blocked-entry(ENTRY)
org-agenda--quit(&optional BURY)
org-agenda--split-plist(PLIST)
org-agenda--timestamp-to-absolute(&rest ARGS)
org-agenda-Quit()
org-agenda-add-entry-text()
org-agenda-add-entry-to-org-agenda-diary-file(TYPE TEXT &optional D1 D2)
org-agenda-add-note(&optional ARG)
org-agenda-add-time-grid-maybe(LIST NDAYS TODAYP)
org-agenda-align-tags(&optional LINE)
org-agenda-append-agenda()
org-agenda-archive()
org-agenda-archive-default()
org-agenda-archive-default-with-confirmation()
org-agenda-archive-to-archive-sibling()
org-agenda-archive-with(CMD &optional CONFIRM)
org-agenda-archives-mode(&optional WITH-FILES)
org-agenda-backward-block()
org-agenda-bulk-action(&optional ARG)
org-agenda-bulk-mark(&optional ARG)
org-agenda-bulk-mark-all()
org-agenda-bulk-mark-regexp(REGEXP)
org-agenda-bulk-marked-p()
org-agenda-bulk-remove-overlays(&optional BEG END)
org-agenda-bulk-toggle()
org-agenda-bulk-toggle-all()
org-agenda-bulk-unmark(&optional ARG)
org-agenda-bulk-unmark-all()
org-agenda-capture(&optional WITH-TIME)
org-agenda-change-all-lines(NEWHEAD HDMARKER &optional FIXFACE JUST-THIS)
org-agenda-change-time-span(SPAN &optional N)
org-agenda-check-clock-gap(T1 T2 OK-LIST)
org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item(&optional END)
org-agenda-check-no-diary()
org-agenda-check-type(ERROR &rest TYPES)
org-agenda-cleanup-fancy-diary()
org-agenda-clock-cancel(&optional ARG)
org-agenda-clock-goto()
org-agenda-clock-in(&optional ARG)
org-agenda-clock-out()
org-agenda-clockreport-mode()
org-agenda-compare-effort(OP VALUE)
org-agenda-compute-starting-span(SD SPAN &optional N)
org-agenda-copy-local-variable(VAR)
org-agenda-ctrl-c-ctrl-c()
org-agenda-cycle-show(&optional N)
org-agenda-date-earlier(ARG &optional WHAT)
org-agenda-date-earlier-hours(ARG)
org-agenda-date-earlier-minutes(ARG)
org-agenda-date-later(ARG &optional WHAT)
org-agenda-date-later-hours(ARG)
org-agenda-date-later-minutes(ARG)
org-agenda-date-prompt(ARG)
org-agenda-day-view(&optional DAY-OF-MONTH)
org-agenda-deadline(ARG &optional TIME)
org-agenda-deadline-face(FRACTION)
org-agenda-diary-entry()
org-agenda-diary-entry-in-org-file()
org-agenda-dim-blocked-tasks(&optional INVISIBLE)
org-agenda-do-context-action()
org-agenda-do-date-earlier(ARG)
org-agenda-do-date-later(ARG)
org-agenda-do-in-region(BEG END CMD &optional ARG FORCE-ARG DELETE)
org-agenda-drag-line-backward(ARG)
org-agenda-drag-line-forward(ARG &optional BACKWARD)
org-agenda-earlier(ARG)
org-agenda-end-of-line()
org-agenda-entry-get-agenda-timestamp(EPOM)
org-agenda-entry-text-hide()
org-agenda-entry-text-mode(&optional ARG)
org-agenda-entry-text-show()
org-agenda-entry-text-show-here()
org-agenda-error()
org-agenda-execute(ARG)
org-agenda-execute-calendar-command(CMD)
org-agenda-exit()
org-agenda-export-csv-mapper(PROP)
org-agenda-filter(&optional STRIP-OR-ACCUMULATE)
org-agenda-filter-any()
org-agenda-filter-apply(FILTER TYPE &optional EXPAND)
org-agenda-filter-by-category(STRIP)
org-agenda-filter-by-effort(STRIP-OR-ACCUMULATE)
org-agenda-filter-by-regexp(STRIP-OR-ACCUMULATE)
org-agenda-filter-by-tag(STRIP-OR-ACCUMULATE &optional CHAR EXCLUDE)
org-agenda-filter-by-top-headline(STRIP)
org-agenda-filter-completion-function(STRING PREDICATE &optional FLAG)
org-agenda-filter-effort-form(E)
org-agenda-filter-expand-tags(FILTER &optional NO-OPERATOR)
org-agenda-filter-hide-line(TYPE)
org-agenda-filter-make-matcher(FILTER TYPE &optional EXPAND)
org-agenda-filter-make-matcher-tag-exp(TAGS OP)
org-agenda-filter-remove-all()
org-agenda-filter-top-headline-apply(HL &optional NEGATIVE)
org-agenda-finalize()
org-agenda-finalize-entries(LIST &optional TYPE)
org-agenda-find-same-or-today-or-agenda(&optional CNT)
org-agenda-fit-window-to-buffer()
org-agenda-fix-displayed-tags(TXT TAGS ADD-INHERITED HIDE-RE)
org-agenda-follow-mode()
org-agenda-fontify-priorities()
org-agenda-format-date-aligned(DATE)
org-agenda-format-item(EXTRA TXT &optional WITH-LEVEL WITH-CATEGORY TAGS DOTIME REMOVE-RE HABITP)
org-agenda-fortnight-view(&optional ISO-WEEK)
org-agenda-forward-block(&optional BACKWARD)
org-agenda-get-any-marker(&optional POS)
org-agenda-get-blocks()
org-agenda-get-category()
org-agenda-get-category-icon(CATEGORY)
org-agenda-get-day-entries(FILE DATE &rest ARGS)
org-agenda-get-day-face(DATE)
org-agenda-get-deadlines(&optional WITH-HOUR)
org-agenda-get-progress()
org-agenda-get-represented-categories()
org-agenda-get-represented-tags()
org-agenda-get-restriction-and-command(PREFIX-DESCRIPTIONS)
org-agenda-get-scheduled(&optional DEADLINES WITH-HOUR)
org-agenda-get-sexps()
org-agenda-get-some-entry-text(MARKER N-LINES &optional INDENT &rest KEEP)
org-agenda-get-timestamps(&optional DEADLINES)
org-agenda-get-todos()
org-agenda-goto(&optional HIGHLIGHT)
org-agenda-goto-calendar()
org-agenda-goto-date(DATE)
org-agenda-goto-mouse(EV)
org-agenda-goto-today()
org-agenda-highlight-todo(X)
org-agenda-holidays()
org-agenda-insert-diary-as-top-level(TEXT)
org-agenda-insert-diary-make-new-entry(TEXT)
org-agenda-kill()
org-agenda-kill-all-agenda-buffers()
org-agenda-later(ARG)
org-agenda-limit-entries(LIST PROP LIMIT &optional FN)
org-agenda-limit-interactively(REMOVE)
org-agenda-list(&optional ARG START-DAY SPAN WITH-HOUR)
org-agenda-list-stuck-projects(&rest IGNORE)
org-agenda-log-mode(&optional SPECIAL)
org-agenda-manipulate-query(CHAR)
org-agenda-manipulate-query-add()
org-agenda-manipulate-query-add-re()
org-agenda-manipulate-query-subtract()
org-agenda-manipulate-query-subtract-re()
org-agenda-mark-clocking-task()
org-agenda-mark-header-line(POS)
org-agenda-maybe-loop(CMD ARG FORCE-ARG DELETE &rest BODY)
org-agenda-maybe-redo()
org-agenda-menu(ARG1)
org-agenda-mode()
org-agenda-month-view(&optional MONTH)
org-agenda-ndays-to-span(N)
org-agenda-new-marker(&optional POS)
org-agenda-next-date-line(&optional ARG)
org-agenda-next-item(N)
org-agenda-next-line()
org-agenda-normalize-custom-commands(CMDS)
org-agenda-open-link(&optional ARG)
org-agenda-phases-of-moon()
org-agenda-prepare(&optional NAME)
org-agenda-prepare-window(ABUF FILTER-ALIST)
org-agenda-previous-date-line(&optional ARG)
org-agenda-previous-item(N)
org-agenda-previous-line()
org-agenda-priority(&optional FORCE-DIRECTION)
org-agenda-priority-down()
org-agenda-priority-up()
org-agenda-propertize-selected-todo-keywords(KEYWORDS)
org-agenda-quit()
org-agenda-reapply-filters()
org-agenda-recenter(ARG)
org-agenda-redo(&optional ALL)
org-agenda-redo-all(&optional EXHAUSTIVE)
org-agenda-refile(&optional GOTO RFLOC NO-UPDATE)
org-agenda-remove-filter(TYPE)
org-agenda-remove-flag(MARKER)
org-agenda-remove-marked-text(PROPERTY &optional VALUE)
org-agenda-remove-restriction-lock(&optional NOUPDATE)
org-agenda-reset-markers()
org-agenda-reset-view()
org-agenda-run-series(NAME SERIES)
org-agenda-save-markers-for-cut-and-paste(BEG END)
org-agenda-schedule(ARG &optional TIME)
org-agenda-set-effort()
org-agenda-set-mode-name()
org-agenda-set-property()
org-agenda-set-restriction-lock(&optional TYPE)
org-agenda-set-restriction-lock-from-agenda(ARG)
org-agenda-set-tags(&optional TAG ONOFF)
org-agenda-show(&optional FULL-ENTRY)
org-agenda-show-1(&optional MORE)
org-agenda-show-and-scroll-up(&optional ARG)
org-agenda-show-clocking-issues()
org-agenda-show-mouse(EV)
org-agenda-show-new-time(MARKER STAMP &optional PREFIX)
org-agenda-show-scroll-down()
org-agenda-show-tags()
org-agenda-show-the-flagging-note()
org-agenda-skip(&optional ELEMENT)
org-agenda-skip-entry-if(&rest CONDITIONS)
org-agenda-skip-eval(FORM)
org-agenda-skip-if(SUBTREE CONDITIONS)
org-agenda-skip-if-todo(ARGS END)
org-agenda-skip-subtree-if(&rest CONDITIONS)
org-agenda-span-name(SPAN)
org-agenda-span-to-ndays(SPAN &optional START-DAY)
org-agenda-sunrise-sunset(ARG)
org-agenda-switch-to(&optional DELETE-OTHER-WINDOWS)
org-agenda-time-of-day-to-ampm(TIME)
org-agenda-time-of-day-to-ampm-maybe(TIME)
org-agenda-to-appt(&optional REFRESH FILTER &rest ARGS)
org-agenda-today-p(DATE)
org-agenda-todo(&optional ARG)
org-agenda-todo-custom-ignore-p(TIME N)
org-agenda-todo-nextset()
org-agenda-todo-previousset()
org-agenda-todo-yesterday(&optional ARG)
org-agenda-toggle-archive-tag()
org-agenda-toggle-deadlines()
org-agenda-toggle-diary()
org-agenda-toggle-time-grid()
org-agenda-tree-to-indirect-buffer(ARG)
org-agenda-undo()
org-agenda-unmark-clocking-task()
org-agenda-update-agenda-type()
org-agenda-use-sticky-p()
org-agenda-view-mode-dispatch()
org-agenda-week-view(&optional ISO-WEEK)
org-agenda-with-point-at-orig-entry(STRING &rest BODY)
org-agenda-write(FILE &optional OPEN NOSETTINGS AGENDA-BUFNAME)
org-agenda-year-view(&optional YEAR)
org-anniversary(YEAR MONTH DAY &optional MARK)
org-batch-agenda(CMD-KEY &rest PARAMETERS)
org-batch-agenda-csv(CMD-KEY &rest PARAMETERS)
org-batch-store-agenda-views(&rest PARAMETERS)
org-block(Y1 M1 D1 Y2 M2 D2 &optional MARK)
org-calendar-goto-agenda()
org-check-for-org-mode()
org-class(Y1 M1 D1 Y2 M2 D2 DAYNAME &rest SKIP-WEEKS)
org-cmp-alpha(A B)
org-cmp-category(A B)
org-cmp-effort(A B)
org-cmp-habit-p(A B)
org-cmp-tag(A B)
org-cmp-time(A B)
org-cmp-todo-state(A B)
org-cmp-ts(A B TYPE)
org-cmp-values(A B PROPERTY)
org-compile-prefix-format(KEY)
org-cyclic(N YEAR MONTH DAY &optional MARK)
org-date(YEAR MONTH DAY &optional MARK)
org-diary(&rest ARGS)
org-diary-default-entry()
org-em(X Y LIST)
org-entries-lessp(A B)
org-find-top-headline(&optional POS)
org-fix-agenda-info(PROPS)
org-get-closed()
org-get-entries-from-diary(DATE)
org-get-time-of-day(S &optional STRING)
org-highlight(BEGIN END &optional BUFFER)
org-modify-diary-entry-string(STRING)
org-remove-subtree-entries-from-agenda(&optional BUF BEG END)
org-search-view(&optional TODO-ONLY STRING EDIT-AT)
org-set-sorting-strategy(KEY)
org-store-agenda-views(&rest PARAMETERS)
org-tags-view(&optional TODO-ONLY MATCH)
org-todo-list(&optional ARG)
org-toggle-sticky-agenda(&optional ARG)
org-unhighlight()
org-unhighlight-once()
org-verify-change-for-undo(L1 L2)

Defined faces (0)