annotate doc/misc/org.texi @ 104164:ac1a55cc2c38

2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-create-formula-image): Remove the -E option for dvipng. * org-exp.el (org-default-export-plist): Respect #+BIND. (org-export-confirm-letbind): New function. * org.el (org-paste-subtree): Test the kill ring entry if it is going to be used. (org-copy-subtree): Use `org-forward-same-level'. (org-forward-same-level): Respect the `invisibe-ok' arg for back-to-heading. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-table-map-tables): Make sure cursor is back at table beginning after funcall. * org-agenda.el (org-agenda-bulk-action): Make sure parents are handled before children, and do not error if an entry is not found, probably because it hase been remove when the parent was archived or refiled. * org.el (org-ido-completing-read): Accept straight lists for completion as well as alists. * org-timer.el (org-timer-cancel-timers): Renamed from `org-timer-cancel-timers'. * org.el (org-cycle-internal-local): Fix problem with finding next invisible line. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-list.el (org-list-send-list): Call `org-list-goto-true-beginning' instead of `org-list-find-true-beginning', which does not exist. * org-timer.el (org-timer-reset-timers): Use `mapc'. (org-timer-set-timer): Do not assign to heading. * org-id.el (org-id-open): Quote function name. * org-macs.el (org-unmodified): Turn off recording undo information while running inside the macro. * org-table.el (org-table-export): Also work in file-less buffers. * org.el (org-startup-indented): New option. (org-startup-options): Add new options indent and noindent. (org-unfontify-region): Remove line-prefix and wrap-prefix properties. (org-after-demote-entry-hook, org-after-promote-entry-hook): New hooks. (org-promote, org-demote): Run the new hooks. * org-table.el (org-table-align): Replace leading \n as well. * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix' and `line-wrap' text properties. * org-compat.el (org-kill-new): New function. * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and `line-wrap' text properties. * org-indent.el: New file. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-provide-todo-statistics): Tweak docstring. * org-id.el (org-id-open): Honor `org-link-frame-setup'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-org): Insert the "-source" string before the extension. * org.el (org-read-date): Make sure the calendar is in the current frame. (org-set-emph-re): Remove the ? from the post-match. (org-emphasis-regexp-components): Add backslash to the postmatch class. (org-set-font-lock-defaults): Write \n instead of \xa, and make it optional so that also lines at the end of the buffers will still be matched as headlines. * org-table.el (org-table-error-on-row-ref-crossing-hline): Variable made obsolete. (org-table-relative-ref-may-cross-hline): New option. (org-table-find-row-type): Honow the new option `org-table-relative-ref-may-cross-hline'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-table-cut-region, org-table-copy-region): Work on single field if no active region. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-make-header): Only insert title if one is defined. * org.el (org-make-options-regexp): Allow empty values. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-cycle-internal-local): Improved version of finding next visible line. (org-cycle-hide-drawers): Only hide drawers if this is really necessary. (outline-end-of-subtree): Make `outline-end-of-subtree' use the org-version of this function in Org-mode. We use advice to implement this change, so that future changes to this function in outline.el wil be handled properly. (org-forward-same-level, org-backward-same-level): New commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-remove-empty-overlays-at) (org-clean-visibility-after-subtree-move): New functons. (org-move-subtree-down): Simplify cleanup of display. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-mac-message.el (org-mac-message-get-links): Improve docstring. Make argument SELECT-OR-FLAGGED optional, default to "s". Fix the return value. (org-mac-message-insert-flagged): Simplify. * org.el (org-refile-get-location): Tamper with refile history o that history contains compete matches instead of the entered string. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-store-link): Never store a link to an inline task. * org-footnote.el (org-footnote-goto-local-insertion-point): Skip inline tasks when positioning footnotes. * org.el (org-refile): Remove the END line when archiving an inline task that does have an END line. * org-archive.el (org-archive-subtree): Remove the END line when archiving an inline task that does have an END line. * org-macs.el (org-with-limited-levels): New macro. (org-get-limited-outline-regexp): New function. * org-exp.el (org-export-format-source-code-or-example): Fix bug that did not enumerate first line. (org-export-mark-radio-links): Skip matches in links. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-activate-plain-links): Make single-match. (org-adapt-indentation): Fix docstring. * org-macs.el (org-unmodified): Turn of modification hooks while running this macro. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-adapt-indentation): Slightly improve the docstring. (org-occur): Sends an error when the user inputs an empty string. (org-priority): Bugfix: the tag alignement should happen within save-excursion. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-make-link-regexps): Don't exclude parentheses from `org-plain-link-re' (org-cycle-internal-local): When locally cycling, switch directly from CHILDREN to FOLDED if there is no subtree (org-cycle): Update the docstring to document the new behavior of `org-cycle-internal-local'. 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) * org-clock.el (org-clock-in): Bugfix: recognize timestamps with an abbreviated format for days. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-protocol.el (org-protocol-default-template-key): New option. * org.el (org-refile): Bugfix: save-excursion before reading the refile target, otherwise cursor moves might confuse `org-refile'. * org.el (org-toggle-heading): Bugfix: correctly convert list items before the first headline. * org.el (org-provide-todo-statistics): Allow a list of TODO keywords to compute statistics against headlines containing a keyword from this list. (org-update-parent-todo-statistics): Possibly use the new allowed value of `org-provide-todo-statistics'. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-timer.el: Add autoload cookie. * org.el (org-occur-link-in-agenda-files): New function. * org-timer.el (org-timer-last-timer): New variable. * org-agenda.el (org-agenda-mode-map): New key for org-timer-set-timer called from the agenda. * org.el (org-mode-map): New key for org-timer-set-timer. * org-timer.el (org-timer-reset-timers) (org-timer-show-remaining-time, org-timer-set-timer): New functions. * org-clock.el (org-show-notification): Update the docstring. * org.el (org-provide-todo-statistics): Allow new value 'all-headlines for this option, which includes entries with no TODO keywords in the todo statistics. (org-update-parent-todo-statistics): Possibly use the new 'all-headline value from `org-provide-todo-statistics'. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-clock.el (org-dblock-write:clocktable): Add a new option :timestamp which allows display of timestamps in clock reports. * org.el (org-mode-map): Define new key `C-c C-*': convert a plain list to a subtree, preserving the structure of the list. (org-set-emph-re): Make the last element optional in the regexp. This regexp now matches an emphasized string at the end of a line. * org-list.el (org-list-goto-true-beginning) (org-list-make-subtree, org-list-make-subtrees): New functions. * org.el (org-eval-in-calendar): Select the right frame. (org-save-frame-excursion): Remove this macro. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-list.el (org-list-beginning-re): Bugfix: don't use * when trying to find the beginning of a list. * org-exp.el (org-get-file-contents): Use a new argument: markup. When present, tell org-get-file-contents not to protect org-like lines. * org-id.el (org-id-uuid-program): New option to set the name of the uuidgen program. (org-id-method): Use `org-id-uuid-program'. (org-id-new): Use `org-id-uuid-program'. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-exp.el (org-export-number-lines): Allow whitespace in code references. Allow the -r switch to remove the references in the source code even when the lines are not numbered: the labels can be explicit enough. * org.el (org-fontify-whole-heading-line): New option. (org-set-font-lock-defaults): Use the new option. * org-clock.el (org-show-notification-handler): New option. (org-show-notification): Use the new option. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-eval-in-calendar): Fix a bug about calendar navigation when `calendar-setup' value is 'calendar-only. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (orgstruct++-mode): Fix typo in docstring. (org-insert-link): Clean up: (or (...)) => (...) (org-insert-link): Use TAB for stored links completion. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-get-refile-targets): Fix bug: don't ignore case when building the list of targets. * org-remember.el (org-remember-delete-empty-lines-at-end): New option. (org-remember-handler): Use the new option. 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc> * org.el (org-tags-sort-function): New option for sorting tags. (org-set-tags): Use the new option to sort tags. * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid premature deletion of the data when using org-plot in a script. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-clock.el (org-clock-in-prepare-hook): New hook. (org-clock-in): Use this new hook. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-special-ctrl-a/e): Explicitely bind the value 'reversed for this option to the "true line boundary first" behavior. (org-tags-match-list-sublevels): Document the 'indented value for this variable. * org-latex.el (org-export-latex-first-lines): Fix problem with publishing the region. * org-exp.el (org-export-format-source-code-or-example): Fix bad line numbering when exporting examples in HTML. 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc> * org-colview.el (org-format-time-period): Formats a time in fractional days as days, hours, mins, seconds. (org-columns-display-here): Add special handling for SINCE and SINCE_IA to format for display. * org.el (org-time-since): Add a function to get the time since an org timestamp. (org-entry-properties): Add two new special properties: SINCE and SINCE_IA. These give the time since any active or inactive timestamp in an entry. (org-special-properties): Add SINCE, SINCE_IA. (org-tags-sort-function): Add custom declaration for tags sorting function. (org-set-tags): Sort tags if org-tags-sort-function is set 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-goto): Find hidden headlines as well. * org.el (org-narrow-to-subtree): Find hidden headlines as well. * org-plot.el (org-plot/add-options-to-plist): Add timeind option. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish-remove-all-timestamps): New function. (org-publish-all): Remove all timestamp files if `org-publish-all' is called with a prefix argument. * org-list.el (org-indent-item): Fix typo. (org-item-indent-positions): Normalize ordered bullet. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-macs.el (org-set-local): Make a local variable, do not make the variable buffer-local! * org-latex.el (org-export-as-latex): Call `org-install-letbind'. * org-exp.el (org-infile-export-plist): Read BIND lines. (org-install-letbind): New function. (org-export-as-org, org-export-preprocess-string): Call `org-install-letbind'. * org-list.el (org-list-demote-modify-bullet): New option. (org-first-list-item-p): Save point. (org-fix-bullet-type): New optional argument FORCE-BULLET. (org-indent-item): Honor `org-list-demote-modify-bullet'. (org-item-indent-positions): Return bullet types along with indentation. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-show-entry): Hide drawers. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-footnote.el (org-footnote-auto-adjust): New option. (org-footnote-auto-adjust-maybe): New function. (org-footnote-new, org-footnote-delete): Call `org-footnote-auto-adjust-maybe'. * org.el (org-startup-options): Add new footnote-related keywords. * org-publish.el (org-publish-timestamp-filename): Additional arguments PUB-DIR and PUB-FUNC, which are included in the hash. (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC TRUE-PUB-DIR. Pass them through to `org-publish-timestamp-filename'. (org-publish-update-timestamp): Additional arguments PUB-DIR and PUB-FUNC, which are included in the hash. (org-publish-file): Delay timestamp test until the publishing function is known. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-bulk-action): Add scheduling and setting the deadline. * org.el (org-read-date-final-answer): New variable. (org-read-date): Store the final answer string, including the date from the calendar, for reuse by agenda bulk commands. * org-publish.el (org-publish-attachment): Fix publishing of attachments. * org-latex.el (org-export-latex-quotation-marks): Fix export of quotation makrs in parenthesis. (org-remove-initial-hash): New function. (org-export-latex-preprocess): Fix bug with infinite loop if environment is not properly closed. * org-table.el (org-table-get-remote-range): Find #+TBLNAME also when indented. * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME highlight also when indented. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-footnote.el (org-footnote-renumber-fn:N): New command. (org-footnote-action): Offer renumbering. * org.el (org-cycle): Honor the `integrate' value of org-cycle-include-plain-lists'. * org-list.el (org-cycle-include-plain-lists): New allowed value `internal'. Improve the docstring. * org.el (org-set-autofill-regexps): Improve the paragraph-start regexp to work better with LaTeX commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-inline-image-extensions): Add ps and eps extensions. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-write-agenda): Make sure org-icalendar is loaded. * org.el (org-map-entries): No longer force `org-tags-match-list-sublevels' to t during a todo-only tags search. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-low-levels): Allow user-defined environment. (org-export-latex-subcontent): Handle user-defined environment. * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to the View dispatcher. * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of `make-overlay'. * org-latex.el (org-export-as-pdf): Protect match data during call to shell-quote-argument. * org-agenda.el (org-agenda-mode-map): Modify bulk action keys. (org-agenda-view-mode-dispatch): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-mode): Reset list of marks. (org-agenda-mode-map): Define new keys for refile and bulk action. (org-agenda-menu): Add menu itesm for refile and bulk action. (org-agenda-refile): New function. (org-agenda-set-tags): Optional arguments TAG and ONOFF. (org-agenda-marked-entries): New variable. (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays) (org-agenda-remove-all-bulk-action-marks) (org-agenda-bulk-action): New functions/commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-get-file-contents): Protect org-like lines in included files. (org-export-format-source-code-or-example): Remove newlines. * org-latex.el (org-export-latex-links): Check for no-description marking. * org-exp.el (org-export-preprocess-apply-macros): Switch macro argument separator back to comma. (org-export-normalize-links): Mark links without description. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-infile-export-plist): Fix bug in macro processing. * org-agenda.el (org-agenda-clock-out): Update line after clocking out. (org-agenda-highlight-todo): Fix bug with highlighting. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Adapt formatting to capture new alignment strings. * org-table.el (orgtbl-self-insert-command): Add yas/expand to command list. (org-table-align): Check for forced align type. * org.el (org-self-insert-command): Add yas/expand to command list. * org-clock.el (org-clock-in-hook): New hook. (org-clock-in): Run `org-clock-in-hook. (org-clock-out-hook): New hook. (org-clock-out): Run `org-clock-out-hook. (org-clock-cancel-hook): New hook. (org-clock-cancel): Run `org-clock-cancel-hook. (org-clock-goto-hook): New hook. (org-clock-goto): Run `org-clock-goto-hook. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-store-link): Better default description for link to Org-mode headline. * org-exp.el (org-export-generic): Autoload the generic exporter function. (org-export): Implement the `g' key for the generic exporter. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab', and for zbacktab'. * org-exp.el (org-infile-export-plist): Get macros also from #+SETUPFILE. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-colview.el (org-columns-capture-view): Protect vertical bars in column values. (org-columns-capture-view): Exclude comment and archived trees. * org-colview-xemacs.el (org-columns-capture-view): Protect vertical bars in column values. (org-columns-capture-view): Exclude comment and archived trees. * org.el (org-quote-vert): New function. * org-latex.el (org-export-latex-verbatim-wrap): New option. * org-exp.el (org-export-format-source-code-or-example): Use `org-export-latex-verbatim-wrap'. * org.el (org-clone-subtree-with-time-shift): Also shift inactive time stamps. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp-blocks.el: New file. * org-remember.el (org-remember-templates): Allow the headline element to be a function. (org-remember-apply-template): If the headline is a function, call it to get the true function. * org-clock.el (org-clock-menu): New function. (org-clock-update-mode-line): Update help string. (org-clock-modify-effort-estimate): New function. (org-clock-mark-default-task): New function. * org.el (org-hh:mm-string-to-minutes): Also take just a number of minutes as input. (org-org-menu): Add new clocking stuff. (org-clock-is-active): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-open-non-existing-files): Improve docstring. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New option. (org-export-icalendar): Call `org-bbdb-anniv-export-ical'. * org-bbdb.el (org-bbdb-anniv-export-ical): New function. * org-list.el (org-get-checkbox-statistics-face): Use the new faces. * org-faces.el (org-checkbox-statistics-todo) (org-checkbox-statistics-done): New faces. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-use-verb): New variable. (org-export-latex-emph-format): Prefer \texttt over \verb when org-export-latex-use-verb is set. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-handler): Abort remember if the buffer is empty. * org-exp.el (org-export-format-source-code-or-example): Run `org-src-mode-hook'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-indent-line-function): Fix indentation of +#end lines. 2009-08-06 Tassilo Horn <tassilo@member.fsf.org> * org-gnus.el (org-gnus-store-link): Require message.el in org-gnus-store-link. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-src.el: New file, split out of org.el * org-macs.el (org-replace-match-keep-properties): New function. * org-exp.el (org-export-mark-blockquote-verse-center): Better preprocessing of center and quote and verse blocks. * org-list.el (org-list-end): Respect the stored "original" indentation when determining the end of the list. * org-exp.el (org-export-replace-src-segments-and-examples): Remember indentation correctly. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-update-mode-line): Apply face org-mode-line-clock. * org-faces.el (org-mode-line-clock): New face. 2009-08-06 Tassilo Horn <tassilo@member.fsf.org> * org-gnus.el (org-gnus-store-link): Fix bug where `org-gnus-store-link' used wrong subject when called in an article buffer. Patch provided by fengli AT gmail DOT com. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Remember the original indentation of source code snippets and examples. * org-latex.el (org-export-as-latex): Relocate the table of contents. * org.el (org-ctrl-c-ctrl-c): Update clock lines. * org-agenda.el (org-run-agenda-series): Scope global options also when creating the agenda buffer. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-adapt-indentation): Improve documentation. (org-insert-property-drawer): Respect org-adapt-indentation when inserting the drawer. (org-remove-flyspell-overlays-in): New function. (org-do-emphasis-faces, org-activate-plain-links) (org-activate-code, org-fontify-meta-lines-and-blocks) (org-activate-angle-links, org-activate-footnote-links) (org-activate-bracket-links, org-activate-dates) (org-activate-target-links, org-activate-tags): Remove flyspell overlays. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-save): New function. * org-clock.el (org-clock-out-switch-to-state): New option. (org-clock-out): Honor `org-clock-out-switch-to-state'. * org-compat.el (org-compatible-face): Improve macro. * org.el (org-global-properties-fixed): Add default for CLOCK_MODELINE_TOTAL. * org-clock.el (org-clock-sum): Accept lists and strigs as tstart andd tend. (org-clock-sum-current-item): Optional argument TSTART, pass it to org-clock-sum. (org-clock-get-sum-start): New function. * org.el (org-startup-options): New keywords blockhide and blockshow. (org-mode): Add new invisibility spec. (org-set-startup-visibility): Hide block on startup if so desired. (org-hide-block-startup): New option. (org-block-regexp): New constant. (org-hide-block-overlays): New variable. (org-block-map, org-hide-block-toggle-all, org-hide-block-all) (org-show-block-all, org-hide-block-toggle-maybe) (org-hide-block-toggle): New functions. (org-edit-src-exit): Do not quote lines starting with # and no + behind it. (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating entry. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-buffer-property-keys): Add Effort property for completion. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-sum-current-item): Fix positioning bug when retrieving total clocked time in the subtree. * org.el (org-quoting-blocks): New variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-table-store-formulas) (org-table-get-stored-formulas, org-table-fix-formulas) (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c) (orgtbl-gather-send-defs): Allow indented #+TBLFM line. * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow indented #+TBLFM line. * org-footnote.el (org-footnote-goto-local-insertion-point): Allow indented #+TBLFM line. * org-colview.el (org-dblock-write:columnview): Allow indented #+TBLFM line. * org-colview-xemacs.el (org-dblock-write:columnview): Allow indented #+TBLFM line. * org-clock.el (org-dblock-write:clocktable): Allow indented #+TBLFM line. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Make editing indented blocks work correctly. * org.el (org-edit-src-nindent): New variable. (org-edit-src-code, org-edit-fixed-width-region) (org-edit-src-find-region-and-lang, org-edit-src-exit): Make editing indented blocks work correctly. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-replace-src-segments-and-examples): FInd indented blocks. (org-export-format-source-code-or-example): Fix indentation of blocks. (org-export-remove-indentation): New function. (org-export-select-backend-specific-text): Allow backend-specific code to be indented. (org-export-mark-blockquote-verse-center): Allow markers to be indented. * org.el (org-fontify-meta-lines): New function. (org-set-font-lock-defaults): Call the new fontification function. * org-faces.el (org-meta-line): New face (org-block): New face. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-treat-insert-todo-heading-as-state-change) (org-treat-S-cursor-todo-selection-as-state-change): New variables. (org-insert-todo-heading): Honor `org-treat-insert-todo-heading-as-state-change'. (org-shiftright, org-shiftleft): Honor `org-treat-S-cursor-todo-selection-as-state-change'. (org-inhibit-logging): New variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce range for marker position checking. * org-latex.el (org-export-latex-first-lines): Fix bug when exporting a region. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-push-to-kill-ring): Protect using x-set-selection, because that does not always work. * org-agenda.el (org-agenda-list): Apply the new face `org-agenda-date-today'. * org-faces.el (org-agenda-date-today): New face. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-to-appt): Turn off restriction when creating appointments. * org-latex.el (org-export-latex-low-levels): Fix customization type. * org.el (org-priority, org-shiftup, org-shiftdown): Disable priority commands. * org-agenda.el (org-agenda-priority): Disable priority commands. * org.el (org-enable-priority-commands): New option. * org-colview-xemacs.el (org-columns-compute) (org-columns-number-to-string): Fix problems with empty fields. * org-colview.el (org-columns-compute) (org-columns-number-to-string): Fix problems with empty fields. * org-exp.el (org-export-push-to-kill-ring): New function. (org-export-copy-to-kill-ring): New option. * org-latex.el (org-export-as-latex): Call `org-export-push-to-kill-ring'. * org-exp.el (org-export-show-temporary-export-buffer): New option. * org-latex.el (org-export-as-latex): Use `org-export-show-temporary-export-buffer'. * org-exp.el (org-export-show-temporary-export-buffer): New option. (org-export-push-to-kill-ring): New function. * org-colview.el (org-columns-compile-map): New variable. (org-columns-new, org-columns-compute) (org-columns-number-to-string, org-columns-uncompile-format) (org-columns-compile-format): Implement new operators. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-plist-vars): Add :xml-declaration. * org-list.el (org-update-checkbox-count): Make property dependent. * org.el (org-hierarchical-todo-statistics): New option. (org-update-parent-todo-statistics): Modified to handle recursive statistics. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish): Make this function behave correctly in interactive use when called with a prefix argument. * org.el (org-todo-statistics-hook): New hook. (org-update-parent-todo-statistics): Use new hook. (org-log-into-drawer): New function. (org-add-log-setup): Use the new `org-log-into-drawer' function to determine if we should be logging into a drawer. (org-log-into-drawer): Update docstring. (org-default-properties): Add LOG_INTO_DRAWER as a property. * org-list.el (org-checkbox-statistics-hook): New hook. (org-update-checkbox-count-maybe): Use new hook. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a better bufer-generating mechanism. (org-edit-src-find-buffer): New function. * org-icalendar.el (org-print-icalendar-entries): Don't check for archive tag, this is already done by `org-agenda-skip'. data while constructing lost of tags. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preprocess-apply-macros): Use semicolon as argument separator in macros. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-after-sorting-entries-or-items-hook): New hook. (org-sort-entries-or-items): Run the new hook. (org-after-refile-insert-hook): New hook. (org-refile): Run `org-after-refile-insert-hook'. * org-agenda.el (org-agenda-get-progress): Never take time of day from headline when displaying progress. * org-latex.el (org-export-latex-complex-heading-re): New variable. (org-export-as-latex): Force the correct regexp in the preprocessor buffer. (org-export-latex-set-initial-vars): Set `org-export-latex-complex-heading-re'. * org-agenda.el (org-agenda-start-with-log-mode): New option. (org-agenda-mode): Use `org-agenda-start-with-log-mode'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-tables-centered): New option. (org-export-latex-tables): Use `org-export-latex-tables-centered'. * org-exp.el (org-export-as-org): New command. (org-export-as-org): New command. * org-publish.el (org-publish-org-to-org): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Just call `org-yank-generic'. (org-yank-generic): New function, containing the formaer functionality of `org-yank'. * org-latex.el (org-export-latex-not-done-keywords) (org-export-latex-done-keywords): New variables. (org-export-latex-todo-keyword-markup): New option. (org-export-latex-set-initial-vars): Remember the TODO keywords. (org-export-latex-keywords-maybe): Apply the TODO markup. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-infile-export-plist): Add more default macros. (org-export-preprocess-apply-macros): Process macro arguments. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-icalendar-include-todo): New allowedvalue `unblocked'. (org-print-icalendar-entries): Respect the new value of `org-icalendar-include-todo'. * org.el (org-link-try-special-completion) (org-file-complete-link): New functions. (org-insert-link): Add special completion support for some link types. * org-bbdb.el (org-bbdb-complete-link): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-list.el (org-update-checkbox-count): Allow recursive statistics. (org-hierarchical-checkbox-statistics): New option. * org.el (org-cycle): Remove erraneous space character. * org-icalendar.el (org-icalendar-timezone): Initialize from environment. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-autoload): Fix autoloading of ascii export functions. (org-modules): Add org-special-blocks. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-start-icalendar-file): Use the new option. (org-ical-timezone): New option. * org-exp.el (org-export-get-coderef-format): Use the description is present. * org.el (org-sort-entries-or-items): Improve docstring, and make better implementation for time sorting. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-persistent-message): New option. (org-edit-src-code, org-edit-fixed-width-region): Use the new option. * org-clock.el (org-clock-insert-selection-line): Fix prefious patch. * org.el (org-edit-src-code, org-edit-fixed-width-region): Use separate buffer instead of indirect buffer to edit source code. (org-edit-src-exit): Make this function work with the new setup. * org-clock.el (org-clock-insert-selection-line): Make sure tasks are properly fontified before shown in the selection menu. * org.el (org-fontify-like-in-org-mode): New function. * org-latex.el (org-export-latex-links): Use the property list to retrieve the default image attributes. * org-exp.el (org-export-plist-vars): Add a new option. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export, org-export-visible): Support ASCII export to buffer (org-export-normalize-links): Do not protect the description if it is explicitly given. * org-list.el (org-reset-checkbox-state-subtree): Moved here from org-checklist.el. (org-reset-checkbox-state-subtree): Call `org-reset-checkbox-state-subtree'. * org-remember.el (org-select-remember-template): For the selection of a valid template. * org-latex.el (org-export-region-as-latex): Supply the force-no-subtree argument. (org-export-as-latex): Provide better limits when exporting the first line. When exporting to string, we still want the first lines. (org-export-latex-first-lines): New argument END, to force the end of the region. (org-export-region-as-latex): Use the property list. (org-export-as-latex): * org-colview-xemacs.el (org-columns-remove-overlays) (org-columns): Fix call to `local-variable-p'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-after-blockquotes-hook): New hook. (org-export-latex-preprocess): Run the new hook. * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook. (org-export-preprocess-string): Run the new hook. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-macs.el (org-check-external-command): New defsubst. * org.el (org-mode-map): New key for reload. (org-format-latex): Better error message when external programs are not available. * org-agenda.el (org-agenda-mode-map): Bind `org-reload'. * org.el (org-sort-entries-or-items): Explicit sorting function for priorities, needed for XEmacs compatibility. * org-remember.el (org-remember-apply-template): Improve auto-save behavior. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-preprocess): Also protect environments ending in a star. * org-list.el (org-at-item-p): Fix regular expression. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-end-of-subtree): Improve speed. * org-agenda.el (org-agenda-get-timestamps) (org-agenda-get-progress, org-agenda-get-deadlines) (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations, in particular, wait as long as possible to collect the tags. (org-stuck-projects): Improve docstring. * org.el (org-store-link): No errors when getting custom id before first headline. (org-get-tags-at): Use `org-up-heading-safe' when getting tags. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile. * org-protocol.el: Remove dependency on url.el. (org-protocol-unhex-compound, org-protocol-open-source): Remove dependency on url.el. * org-latex.el (org-export-as-pdf): Use `org-latex-to-pdf-process'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-latex-to-pdf-process): New option. * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry): New option. (org-agenda-get-timestamps): Honor `org-agenda-skip-additional-timestamps-same-entry'. * org-clock.el (org-clock-goto-may-find-recent-task): New option. (org-clock-goto): Find recent task only if `org-clock-goto-may-find-recent-task' allows it. * org-exp.el (org-export-remove-or-extract-drawers): Handle empty drawers, and drawers that are missing the :END: line. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-goto): Go to recently clocked task if no clock is running. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-update-parent-todo-statistics): Check for STATISTICS_FROM property. * org-list.el (org-update-checkbox-count): Check for STATISTICS_FROM property. * org.el (org-tab-first-hook) (org-tab-after-check-for-table-hook) (org-tab-after-check-for-cycling-hook): New hooks. (org-cycle-internal-global, org-cycle-internal-local): New functions, split out from `org-cycle'. (org-cycle): Call the new hooks. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preprocess-string): Reset the list of preferred targets for each run of the preprocessor. * org.el (org-refile-target-verify-function): Improve documentation. (org-get-refile-targets): Respect point being moved by the verification function. * org-latex.el (org-export-latex-timestamp-keyword-markup): New option. (org-export-latex-keywords): Use new option. * org.el (org-rear-nonsticky-at): New defsubst. (org-activate-plain-links, org-activate-angle-links) (org-activate-footnote-links, org-activate-bracket-links) (org-activate-dates, org-activate-target-links) (org-activate-tags): Place the rear-nonsticky properties at the correct location. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el (server-edit): Declare `server-edit'. (org-protocol-unhex-string, org-protocol-unhex-compound): New functions. (org-protocol-check-filename-for-protocol): Call `server-edit'. * org.el (org-default-properties): New default properteis for completion. * org-exp.el (org-export-add-subtree-options): Add new properties for subtree export. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-get-with-outline-path-completion): Turn off org-refile-target-verify-function for the duration of the command. * org.el (org-link-to-org-use-id): New possible value `create-if-interactive-and-no-custom-id'. (org-store-link): Use custom IDs. (org-link-search): Find custom ID properties from #link. (org-default-properties): Add CUSTOM_ID for property completion. (org-refile-target-verify-function): New option. (org-goto): Turn off org-refile-target-verify-function for the duration of the command. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preferred-target-alist): New variable. (org-export-define-heading-targets): Find the new CUSTOM_ID property. (org-export-target-internal-links): Target the custom ids when possible. * org-latex.el (org-export-latex-preprocess): Better regexp for matching latex macros with arguments. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-handler): Allow filing to non-org files. 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com> * org-table.el (org-table-fix-formulas): Do not change references to remote tables. (org-table-get-remote-range): Convert standard coordinates to RC format. * org-latex.el (org-export-latex-keywords): Fix regexp bug. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-sha1-string): Function removed. * org.el (org-refile-allow-creating-parent-nodes): New option. (org-refile-get-location): New argument NEW-NODES. (org-refile): Call `org-refile-get-location' with the new argument. (org-refile-get-location): Arrange for adding a new child. (org-refile-new-child): New function. * org-clock.el: Fix a number of docstrings. (org-clock-find-position): New argument FIND-UNCLOSED to make the function find an unclosed clock in the entry. (org-clock-in): Call `org-clock-find-position' with the new argument if we might be resuming a clock. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-display-custom-times): New variable. (org-export-latex-timestamp-markup): New option. (org-export-latex-set-initial-vars): Remember the local value of `org-display-custom-times'. (org-export-latex-content): Process time stamps. (org-export-latex-time-stamps): New function. * org-macs.el (org-maybe-intangible): Add intangible property again to invisible text. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-default-export-plist): Handle undefined variables. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-sort-entries-or-items): Match TODO keywrds case-sensitively, when sorting. (org-priority): Do not match TODO keywords with wrong case. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-todo): Honor the NOBLOCKING property. * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the NOBLOCKING property. * org.el (org-scan-tags): Fix bug in tag scanner 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-modules): Mark obsolete packages. * org-html.el: New file, split out from org-exp.el. * org-icalendar.el: New file, split out from org-exp.el. * org-xoxo.el: New file, split out from org-exp.el. * org-ascii.el: New file, split out from org-exp.el. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-find-library-name): New function. * org.el (org-pre-cycle-hook): New hook. (org-cycle): Call the new hook in appropriate places. (org-reload): Only reload files that have been loaded before. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Enforxe space or line end after todo keyword. (org-todo): When changing TODO state, do matching case-sensitively. (org-map-continue-from): New variable. (org-scan-tags): Respect values in `org-map-continue-from'. (org-reload): Make XEmacs compatible. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el (org-protocol-flatten-greedy): New function. (org-protocol-flatten): New function. * org.el (org-open-link-from-string): Pass reference buffer to `org-open-at-point'. (org-open-at-point): New optional argument `reference-buffer'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-scan-tags): Make tag scan find headline in first line, 2nd attempt. (org-get-refile-targets): Add the naked file name. (org-refile): Store as top-level entry when only file name was given. * org-agenda.el (org-agenda-get-progress): Fix regexp bug. * org.el (org-block-todo-from-children-or-siblings-or-parent): Renamed from org-block-todo-from-children-or-siblings, and enhanced to look for the parent's status as well. * org-agenda.el (org-agenda-log-mode-add-notes): New option. (org-agenda-get-progress): Add first notes line to log entry if so desired. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook. (org-agenda-cleanup-fancy-diary): Call the new hook. * org-remember.el (org-remember-apply-template): Take the default for the annotation from the :annotation property. * org-mac-message.el (org-mac-message-get-link): Remove the quotes. (org-mac-message-get-link): Return the result. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile-get-location): Add file name only if not already included in outline path. * org-faces.el (org-n-level-faces): Fix customization type from number to integer. * org-exp.el (org-export-headline-levels): Fix customization type from number to integer. * org-agenda.el (org-agenda-confirm-kill) (org-agenda-custom-commands-local-options) (org-timeline-show-empty-dates, org-agenda-ndays) (org-agenda-start-on-weekday, org-scheduled-past-days): Fix customization type from number to integer. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el: Declare some functions. * org-agenda.el (org-agenda-compare-effort): Honor `org-sort-agenda-noeffort-is-high'. (org-agenda-filter-by-tag, org-agenda-filter-make-matcher) (org-agenda-compare-effort): Implement the "?" operator for finding entries without effort setting. * org.el (org-extract-attributes-from-string): New function. * org-exp.el (org-export-splice-attributes): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-mouse.el: XEmacs compatibility fixes * org.el (org-modules): Add org-inlinetasks.el (org-cycle): Implement limiting level on cycling. (org-move-subtree-down): Fix bug with swapping subtrees at end of buffer. * org-inlinetask.el: New file. * org-protocol.el: New file. * org.el (org-emphasis-regexp-components): Allow braces in emphasis pre and post match. * org-footnote.el (org-footnote-normalize): When only dorting, do not insert inline notes at the end. * org.el (org-require-autoloaded-modules): Add org-docbook.el. * org-docbook.el: New file. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-reftex-citation): New command. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-cmp-user-defined): New option. (org-sorting-choice, org-agenda-sorting-strategy): Add the new sorting options. (org-entries-lessp): Apply the new sorting option. * org.el (org-block-todo-from-children-or-siblings): Fix bug in blocker code, when an older sibling has children. * org-mac-message.el (org-mac-message-get-link): Improve getting links from multiple selected messages. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-finalize): Do not set buffer file name to nil. (org-remember-handler): Mark buffer as unmodified. (org-remember-handler): Delete backup file and show message about remaining backup files. (org-remember-auto-remove-backup-files): New option. * org.el (org-store-link): Use buffer name as link description in w3-mode buffers. (org-ido-switchb): Fix argument bug for completion. * org-remember.el (org-remember-apply-template): Set local variable `auto-save-visited-file-name' instead of global one. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-get-todos): Fix bug with match-data. (org-agenda-get-todos): Mark file tags as inherited. (org-agenda-list): Always search diary lines for a time. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-feed.el: New file. * org-exp.el (org-export-as-html): Close local lists depending on indentation, also when starting a table. * org-remember.el (org-remember-backup-directory) (org-remember-backup-name): New internal variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-out-if-current): Make buffer detection work in indirect buffers as well. * org.el (org-emphasis-regexp-components): Add the exxclamation mark to the post-emphasis characters. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-read-date-minibiffer-septup-hook): New hook. (org-read-date): Run the new hook. * org-mac-message.el (org-mac-flagged-mail): New group. (org-mac-mail-account): New variable. (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New commands. * org-remember.el (org-remember-backup-directory): New variable. (org-remember-apply-template): Write file to backup directory. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-mouse.el (org-mouse-todo-menu): New function. (org-mouse-todo-keywords): Function removed. (org-mouse-context-menu): Use `org-mouse-todo-menu'. * org-table.el (org-table-beginning-of-field) (org-table-end-of-field): New commands (org-table-previous-field, org-table-beginning-of-field): Better error messages. (orgtbl-setup): Include `M-a' and `M-e'. * org.el (org-backward-sentence, org-forward-sentence): New commands. * org-colview.el (org-colview-initial-truncate-line-value): New variable. (org-columns-remove-overlays): Restore the value of `truncate-lines'. (org-columns): Remember the value of `truncate-lines'. * org-colview-xemacs.el (org-colview-initial-truncate-line-value): New variable. (org-columns-remove-overlays): Restore the value of `truncate-lines'. (org-columns): Remember the value of `truncate-lines'. * org.el (org-columns-skip-arrchived-trees): New option. * org-agenda.el (org-agenda-export-html-style): Define color for org-agenda-done face. (org-search-view, org-agenda-get-todos, org-agenda-get-progress) (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face. * org.el (org-scan-tags): Use the new face. * org-faces.el (org-agenda-done): New face. * org.el (org-scan-tags): Test the value org `org-tags-match-list-sublevels'. (org-tags-match-list-sublevels): New allowed value: indented. * org-latex.el (org-export-latex-make-header): Apply macros in header. * org-exp.el (org-export-apply-macros-in-string): New function. * org-latex.el (org-export-latex-list-parameters): Fix bug with the definition of a checked box. * org-clock.el (org-clock-find-position): Fix drawer indentations. * org-latex.el (org-export-latex-low-levels): More options for how to process lower levels in LaTeX. (org-export-latex-subcontent): Better treatment for lists as a means of publishing lower levels. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Use new checkbox face. * org-faces.el (org-checkbox): New face. * org-exp.el (org-export-html-preprocess): Only create LaTeX fragement images if there is an export file. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-stuck-projects): Document that the subtree of projects that are not stuck will now be searched for stuck sub-projects. (org-agenda-skip-entry-when-regexp-matches) (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions. (org-agenda-list-stuck-projects): Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'. * org-latex.el (org-export-latex-preprocess): Improve export of verses. * org-exp.el (org-export-as-html): Implement centering as a div rather than a paragraph. Do a better job with line-end in verse environments. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-open-at-point): Fix tags searches by mouse click. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-preprocess): Implement the centering markup. * org-exp.el (org-export-mark-blockquote-verse-center): Renamed from `org-export-mark-blockquote-and-verse'. (org-export-as-html): Implement the centering markup. * org-latex.el (org-export-latex-tables): Fix vertical lines in tables. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-read-date-history): New variable. (org-read-date): Use new history variable. (org-toggle-heading): Fix bug when used before first headline. (org-store-log-note): Remove drawer if empty while note is aborted. (org-remove-empty-drawer-at): New function. (org-check-after-date): New command. (org-sparse-tree): New sparse tree command "a". * org-exp.el (org-export-as-ascii): Improve export of plain lists. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-toggle-fixed-width-section): Bug fix: insert a column and a space, not only a column. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-emphasis-alist): Better defaults for verbose emphasis. (org-export-latex-emph-format): New function. (org-export-latex-fontify): Call `org-export-latex-emph-format'. * org-agenda.el (org-agenda-menu): Add new commands to menu. (org-agenda-do-date-later, org-agenda-do-date-earlier) (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes) (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New commands. * org.el (org-timestamp-change): Move end-time along with start time. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-target-internal-links) (org-export-as-html): Protect links specified as #name. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-clone-subtree-with-time-shift): New command. * org-latex.el (org-export-latex-special-chars) (org-export-latex-treat-sub-super-char): Fix subscript export. * org-exp.el (org-create-multibrace-regexp): Do not add backslashes to the class. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-colview.el (org-columns-map): Better functions for moving up and down a row, even if `truncate-line' is nil. * org.el (org-insert-todo-heading): Make sure the keyword is inserted at the correct position. * org-publish.el (org-publish-project-alist) (org-publish-projects, org-publish-org-index): Change default anme for the index of file names to "sitemap.org". * org-latex.el (org-export-latex-tables): Use `org-split-string', for Emacs 21 compatibility. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-log-mode-items): Improve docstring. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-page-description) (org-export-page-keywords): New variables. (org-export-plist-vars): Add entries for :keywords and :description. (org-infile-export-plist): Parse for new keywords. (org-get-current-options): Add new keywords (org-export-as-html): Publish description and keywords. * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New option. (org-agenda-add-entry-text): Honor `org-agenda-add-entry-text-descriptive-links'. * org-latex.el (org-export-latex-preprocess): Make all external preprocess functions use a PARAMETER arg. * org-exp.el (org-export-preprocess-string) (org-export-select-backend-specific-text) (org-export-format-source-code-or-example) (org-format-org-table-html): Support docbook export. (org-export-preprocess-string): Make all external preprocess functions use a PARAMETER arg. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-style-include-scripts): New option. (org-export-plist-vars): Add new option `org-export-html-style-include-scripts'. (org-export-as-html): Honor new option `org-export-html-style-include-scripts'. (org-export-html-scripts, org-export-html-style-default): Fix xml issues with the Safari browser. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish-attachment): Only copy file when the directories differ. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clocktable-steps): Use inactive time stamps for clocktable steps. * org.el (org-additional-option-like-keywords): Add two more keywords. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Mark temporary buffer unmodified, so that it will be killed even if mode like message mode has decided to assign a file name. * org.el (org-scan-tags): Improve tag inheritance. (org-scan-tags, org-make-tags-matcher): Make tag comparison case-sensitive. (org-scan-tags): Use the internal tags list instead of creating it from scratch. (org-trust-scanner-tags, org-scanner-tags): New variables. (org-scan-tags): Set `org-scanner-tags'. (org-get-tags-at): Take advantage of `org-trust-scanner-tags'. (org-map-entries): Document the possible speedup using scanner tags. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-add-planning-info): Fix bug with looking for keyword only at column 0. * org-agenda.el (org-agenda-custom-commands-local-options): Add option for tags filter preset. (org-prepare-agenda): Store filter preset as a property on the filter variable. (org-finalize-agenda): Call the filter, if there is a preset. (org-agenda-filter-by-tag): Filter again after clearing the filter, when there still is a preset. (org-agenda-filter-make-matcher, org-agenda-set-mode-name): Include the preset filter. (org-agenda-redo): Apply the filter again, also the preset filter. * org-exp.el (org-export-as-html): Use IDs in the correct way. * org.el (org-uuidgen-p): New funtion. * org-agenda.el (org-agenda-fontify-priorities): New default value `cookies'. (org-agenda-fontify-priorities): Renamed from org-fontify-priorities. * org.el (org-set-font-lock-defaults): Call `org-font-lock-add-priority-faces'. (org-font-lock-add-priority-faces): New function. * org-faces.el: (org-set-tag-faces): New option. (org-priority-faces): New variable. * org-exp.el (org-export-as-html): Add a "content" div around the entire content of the body tag. (org-export-html-get-bibliography): New function. (org-export-html-validation-link): New variable. (org-export-as-html): Add validation link to exported page. * org.el (org-match-sparse-tree): Renamed from `org-tags-sparse-tree'. (org-tags-sparse-tree): New alias. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-get-valid-level): Catch the case where the level change is nil. * org-clock.el (org-clock-find-position): Better indentation of new clock drawers. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-quit): Delete window only when the frame-setup was not `current-window'. * org.el (org-tag-persistent-alist): New option. (org-startup-options): Add keyword `noptag'. (org-fast-todo-selection): Handle :newline correctly. (org-set-tags): Handle :newline correctly. (org-fast-tag-selection): Handle :newline correctly. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-ascii): Reverse link buffer before outputting it. (org-export-ascii-push-links): Fix bug with pussing links into the export buffer. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-archive.el (org-archive-subtree): Do not add 1 to level if pasting at top level. * org-bbdb.el: Improve documentation. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-list.el (org-insert-item): Only consider insert empty lines is `org-empty-line-terminates-plain-lists' is not nil. * org.el (org-blank-before-new-entry): Mention the dependence on `org-empty-line-terminates-plain-lists' in the docstring. * org-publish.el (org-publish-get-project-from-filename): New optional argument UP. Only find the top project if UP is set. (org-publish-current-project): Find the top encloding project. * org-agenda.el (org-agenda-before-write-hook) (org-agenda-add-entry-text-maxlines): New options. (org-write-agenda): Run the new hook in the temporary buffer. (org-agenda-add-entry-text): New function. (org-write-agenda): Implement PDF export, using ps2pdf. * org.el (org-global-properties-fixed, org-global-properties): Improve documentation string. * org-exp.el (org-export-ascii-links-to-notes): New option. (org-export-as-ascii): Handle links better. (org-export-ascii-wrap, org-export-ascii-push-links): New functions. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda): Make prefix arg optional. (org-agenda-search-headline-for-time): New option. (org-format-agenda-item): Honor `org-agenda-search-headline-for-time'. * org-table.el (orgtbl-self-insert-command): Cluster undo for 20 characters. * org.el (org-self-insert-cluster-for-undo): New option. (org-self-insert-command): Cluster undo for 20 characters. (org-self-insert-command-undo-counter): New variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-html): Fix problem with closing colone example. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-as-latex) (org-export-latex-first-lines): Avoid modification flag when adding or removing text properties. (org-export-latex-fontify): Catch error when org-emph-alist has entries that are not defined for LaTeX export. * org-export-latex.el: renamed to org-latex.el * org-latex.el: renamed from org-export-latex.el * org.el (orgstruct++-mode): New function. (turn-on-orgstruct++): Call `orgstruct++-mode'. (org-context-p): Allow detecting item context after the first line of an item. (orgstruct-make-binding): Detect if item-body context should be seen. (orgstruct-is-++): New variable. (org-add-planning-info): Catch the case when there is no planning info yet and the call does not want to add anything, only maybe tries to remove something. (org-special-ctrl-a/e): All value to be a cons cell with separate settings for `C-a. and `C-e'. (org-beginning-of-line, org-end-of-line): Honor separate values for `C-a' and `C-e'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-reload): New command. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.texi (Publishing action): Improve documentation of file names when publishing to the source directory. (Clean view): Document `org-indent-mode'. (Clocking work time): Add documentation for the new :timetamp option when creating a clock report. (Paragraphs): Fix many typos. (Plain lists): Remove duplicate explanation about the `C-c *' command. (Literal examples): Update to reflect the new behavior of the -n -r -k switches when exporting source code examples. (Structure editing): Add information about `C-c *', converting a plain list into a list of Org items. (Remember): Small rephrasing of the paragraph describing remember.el. Also mentioned that remember.el is part of Emacs 23, not Emacs 22. (Clocking work time): Add documentation about displaying the current clocking time against the effort estimate. Also add a footnote about using `org-clock-in-prepare-hook' to add an effort estimate on the fly, just before clocking it. (Footnotes): Document automatic renumbering and sorting. (Agenda commands): Document new bulk commands. (Plain lists): Document new behavior of `org-cycle-include-plain-lists'. Hyphenation only in TeX. (Clocking work time): Document the key to update effort estimates. (Clocking work time): Document the clock time display. (Structure editing, TODO basics): Document new variables. (Column attributes): Document new colciew operators. (Publishing options): Document :xml-declaration. (Tracking TODO state changes): Document the LOG_INTO_DRAWER property. (Literal examples): Document the new implementation for editing source code. (Publishing action): Mention the new publishing function, to publish an Org source file. (Publishing links): Mention how to link to an Org source file. (Macro replacement): Document new macros. (Handling links): Document type-specific completion when inserting links. (Structure editing, Plain lists): Improve documentation on sorting. (Internal links): Document custom ids for links. (Handling links): Document custom ids for links. (CSS support): Document new class. (Refiling notes): Document the possibility to create new nodes during refiling. (Agenda commands): Document the "?" operator to find tasks without effort setting. (Exporting agenda information): Section moved. (RSS Feeds): New section. (Built-in table editor): Document M-e and M-a navigate inside table field. (Stuck projects): Docment that projects identified as un-stuck will still be searchd for stuck sub-projects. (Paragraphs): Document centering. (Creating timestamps, Agenda commands): Document new behavior when changing time stamps. (Structure editing): Document the new command `org-clone-subtree-with-time-shift'. (Publishing): Refresh this chapter. (Export options, Export options, In-buffer settings): Document the new keywords. (Matching tags and properties): Collect all documentation about tags/property matches here. (Setting tags): Document `org-tag-persistent-alist'. (Weekly/daily agenda): New section. (Orgstruct mode): Describe `orgstruct++-mode'. (Drawers): Mention the LOGBOOK drawer. (Export options, Sectioning structure): Document the #+LEATEX_HEADER in-buffer setting. (Bugs): Section removed. (Hooks): New section. (Add-on packages): Moved here from old location. (Context-sensitive commands): New section. (Setting tags): Document newline option. (Global TODO list, Matching tags and properties): Mention more variables. (Checkboxes): Update to changed command behavior.
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 06 Aug 2009 09:14:10 +0000
parents 66652dbd881c
children 779845050ee8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 \input texinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 @c %**start of header
84329
3d431f1997d8 (setfilename): Go up one more level to ../../info.
Glenn Morris <rgm@gnu.org>
parents: 84308
diff changeset
3 @setfilename ../../info/org
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4 @settitle The Org Manual
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6 @set VERSION 6.29c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7 @set DATE August 2009
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9 @c Version and Contact Info
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 @set AUTHOR Carsten Dominik
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12 @set MAINTAINER Carsten Dominik
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
13 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
14 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 @c %**end of header
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 @finalout
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
18 @c Macro definitions
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
19 @iftex
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
20 @c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
21 @end iftex
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
22 @macro Ie {}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
23 I.e.,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
24 @end macro
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
25 @macro ie {}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
26 i.e.,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
27 @end macro
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
28 @macro Eg {}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
29 E.g.,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
30 @end macro
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
31 @macro eg {}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
32 e.g.,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
33 @end macro
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
34
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
35 @c Subheadings inside a table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
36 @macro tsubheading{text}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
37 @ifinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
38 @subsubheading \text\
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
39 @end ifinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
40 @ifnotinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
41 @item @b{\text\}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
42 @end ifnotinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
43 @end macro
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
44
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
45 @copying
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
46 This manual is for Org version @value{VERSION}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
47
100974
cb5d2387102c Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100607
diff changeset
48 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
49
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
50 @quotation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
51 Permission is granted to copy, distribute and/or modify this document
99868
404f28130174 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 99851
diff changeset
52 under the terms of the GNU Free Documentation License, Version 1.3 or
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
53 any later version published by the Free Software Foundation; with no
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
54 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
97382
30b815491c74 Revert trivial license formatting changes from previous change.
Glenn Morris <rgm@gnu.org>
parents: 97028
diff changeset
55 and with the Back-Cover Texts as in (a) below. A copy of the license
30b815491c74 Revert trivial license formatting changes from previous change.
Glenn Morris <rgm@gnu.org>
parents: 97028
diff changeset
56 is included in the section entitled ``GNU Free Documentation License.''
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
57
95874
eafbd7a5c9be Update Back-Cover Text as per maintain.info.
Glenn Morris <rgm@gnu.org>
parents: 94550
diff changeset
58 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
eafbd7a5c9be Update Back-Cover Text as per maintain.info.
Glenn Morris <rgm@gnu.org>
parents: 94550
diff changeset
59 modify this GNU manual. Buying copies from the FSF supports it in
eafbd7a5c9be Update Back-Cover Text as per maintain.info.
Glenn Morris <rgm@gnu.org>
parents: 94550
diff changeset
60 developing GNU and promoting software freedom.''
95933
b5e79026c857 Change to GFDL 1.2. Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 95874
diff changeset
61
b5e79026c857 Change to GFDL 1.2. Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 95874
diff changeset
62 This document is part of a collection distributed under the GNU Free
b5e79026c857 Change to GFDL 1.2. Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 95874
diff changeset
63 Documentation License. If you want to distribute this document
b5e79026c857 Change to GFDL 1.2. Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 95874
diff changeset
64 separately from the collection, you can do so by adding a copy of the
b5e79026c857 Change to GFDL 1.2. Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 95874
diff changeset
65 license to the document, as described in section 6 of the license.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
66 @end quotation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
67 @end copying
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
68
102059
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 102000
diff changeset
69 @dircategory Emacs
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 102000
diff changeset
70 @direntry
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 102000
diff changeset
71 * Org Mode: (org). Outline-based notes management and organizer
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 102000
diff changeset
72 @end direntry
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 102000
diff changeset
73
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
74 @titlepage
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
75 @title The Org Manual
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
76
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
77 @subtitle Release @value{VERSION}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
78 @author by Carsten Dominik
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
79
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
80 @c The following two commands start the copyright page.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
81 @page
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
82 @vskip 0pt plus 1filll
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
83 @insertcopying
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
84 @end titlepage
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
85
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
86 @c Output the table of contents at the beginning.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
87 @contents
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
88
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
89 @ifnottex
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
90 @node Top, Introduction, (dir), (dir)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
91 @top Org Mode Manual
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
92
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
93 @insertcopying
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
94 @end ifnottex
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
95
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
96 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
97 * Introduction:: Getting started
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
98 * Document Structure:: A tree works like your brain
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
99 * Tables:: Pure magic for quick formatting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
100 * Hyperlinks:: Notes in context
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
101 * TODO Items:: Every tree branch can be a TODO item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
102 * Tags:: Tagging headlines and matching sets of tags
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
103 * Properties and Columns:: Storing information about an entry
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
104 * Dates and Times:: Making items useful for planning
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
105 * Capture:: Creating tasks and attaching files
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
106 * Agenda Views:: Collecting information into views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
107 * Embedded LaTeX:: LaTeX fragments and formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
108 * Exporting:: Sharing and publishing of notes
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
109 * Publishing:: Create a web site of linked Org files
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
110 * Miscellaneous:: All the rest which did not fit elsewhere
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
111 * Hacking:: How to hack your way around
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
112 * History and Acknowledgments:: How Org came into being
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
113 * Main Index:: An index of Org's concepts and features
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
114 * Key Index:: Key bindings and where they are described
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
115 * Variable Index:: Variables mentioned in the manual
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
116
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
117 @detailmenu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
118 --- The Detailed Node Listing ---
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
119
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
120 Introduction
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
121
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
122 * Summary:: Brief summary of what Org does
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
123 * Installation:: How to install a downloaded version of Org
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
124 * Activation:: How to activate Org for certain buffers
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
125 * Feedback:: Bug reports, ideas, patches etc.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
126 * Conventions:: Type-setting conventions in the manual
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
127
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
128 Document Structure
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
129
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
130 * Outlines:: Org is based on Outline mode
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
131 * Headlines:: How to typeset Org tree headlines
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
132 * Visibility cycling:: Show and hide, much simplified
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
133 * Motion:: Jumping to other headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
134 * Structure editing:: Changing sequence and level of headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
135 * Archiving:: Move done task trees to a different place
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
136 * Sparse trees:: Matches embedded in context
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
137 * Plain lists:: Additional structure within an entry
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
138 * Drawers:: Tucking stuff away
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
139 * Blocks:: Folding blocks
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
140 * Footnotes:: How footnotes are defined in Org's syntax
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
141 * Orgstruct mode:: Structure editing outside Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
142
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
143 Archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
144
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
145 * ARCHIVE tag:: Marking a tree as inactive
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
146 * Moving subtrees:: Moving a tree to an archive file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
147
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
148 Tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
149
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
150 * Built-in table editor:: Simple tables
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
151 * Column width and alignment:: Overrule the automatic settings
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
152 * Column groups:: Grouping to trigger vertical lines
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
153 * Orgtbl mode:: The table editor as minor mode
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
154 * The spreadsheet:: The table editor has spreadsheet capabilities
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
155 * Org-Plot:: Plotting from org tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
156
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
157 The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
158
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
159 * References:: How to refer to another field or range
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
160 * Formula syntax for Calc:: Using Calc to compute stuff
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
161 * Formula syntax for Lisp:: Writing formulas in Emacs Lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
162 * Field formulas:: Formulas valid for a single field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
163 * Column formulas:: Formulas valid for an entire column
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
164 * Editing and debugging formulas:: Fixing formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
165 * Updating the table:: Recomputing all dependent fields
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
166 * Advanced features:: Field names, parameters and automatic recalc
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
167
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
168 Hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
169
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
170 * Link format:: How links in Org are formatted
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
171 * Internal links:: Links to other places in the current file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
172 * External links:: URL-like links to the world
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
173 * Handling links:: Creating, inserting and following
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
174 * Using links outside Org:: Linking from my C source code?
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
175 * Link abbreviations:: Shortcuts for writing complex links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
176 * Search options:: Linking to a specific location
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
177 * Custom searches:: When the default search is not enough
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
178
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
179 Internal links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
180
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
181 * Radio targets:: Make targets trigger links in plain text
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
182
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
183 TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
184
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
185 * TODO basics:: Marking and displaying TODO entries
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
186 * TODO extensions:: Workflow and assignments
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
187 * Progress logging:: Dates and notes for progress
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
188 * Priorities:: Some things are more important than others
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
189 * Breaking down tasks:: Splitting a task into manageable pieces
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
190 * Checkboxes:: Tick-off lists
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
191
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
192 Extended use of TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
193
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
194 * Workflow states:: From TODO to DONE in steps
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
195 * TODO types:: I do this, Fred does the rest
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
196 * Multiple sets in one file:: Mixing it all, and still finding your way
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
197 * Fast access to TODO states:: Single letter selection of a state
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
198 * Per-file keywords:: Different files, different requirements
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
199 * Faces for TODO keywords:: Highlighting states
101747
374ac7d3b3ac Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101703
diff changeset
200 * TODO dependencies:: When one task needs to wait for others
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
201
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
202 Progress logging
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
203
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
204 * Closing items:: When was this entry marked DONE?
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
205 * Tracking TODO state changes:: When did the status change?
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
206
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
207 Tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
208
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
209 * Tag inheritance:: Tags use the tree structure of the outline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
210 * Setting tags:: How to assign tags to a headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
211 * Tag searches:: Searching for combinations of tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
212
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
213 Properties and Columns
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
214
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
215 * Property syntax:: How properties are spelled out
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
216 * Special properties:: Access to other Org mode features
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
217 * Property searches:: Matching property values
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
218 * Property inheritance:: Passing values down the tree
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
219 * Column view:: Tabular viewing and editing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
220 * Property API:: Properties for Lisp programmers
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
221
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
222 Column view
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
223
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
224 * Defining columns:: The COLUMNS format property
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
225 * Using column view:: How to create and use column view
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
226 * Capturing column view:: A dynamic block for column view
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
227
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
228 Defining columns
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
229
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
230 * Scope of column definitions:: Where defined, where valid?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
231 * Column attributes:: Appearance and content of a column
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
232
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
233 Dates and Times
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
234
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
235 * Timestamps:: Assigning a time to a tree entry
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
236 * Creating timestamps:: Commands which insert timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
237 * Deadlines and scheduling:: Planning your work
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
238 * Clocking work time:: Tracking how long you spend on a task
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
239 * Effort estimates:: Planning work effort in advance
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
240 * Relative timer:: Notes with a running timer
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
241
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
242 Creating timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
243
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
244 * The date/time prompt:: How Org mode helps you entering date and time
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
245 * Custom time format:: Making dates look different
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
246
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
247 Deadlines and scheduling
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
248
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
249 * Inserting deadline/schedule:: Planning items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
250 * Repeated tasks:: Items that show up again and again
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
251
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
252 Capture
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
253
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
254 * Remember:: Capture new tasks/ideas with little interruption
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
255 * Attachments:: Add files to tasks.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
256 * RSS Feeds:: Getting input from RSS feeds
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
257 * Protocols:: External (@eg Browser) access to Emacs and Org
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
258
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
259 Remember
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
260
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
261 * Setting up Remember for Org:: Some code for .emacs to get things going
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
262 * Remember templates:: Define the outline of different note types
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
263 * Storing notes:: Directly get the note to where it belongs
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
264 * Refiling notes:: Moving a note or task to a project
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
265
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
266 Agenda Views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
267
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
268 * Agenda files:: Files being searched for agenda information
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
269 * Agenda dispatcher:: Keyboard access to agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
270 * Built-in agenda views:: What is available out of the box?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
271 * Presentation and sorting:: How agenda items are prepared for display
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
272 * Agenda commands:: Remote editing of Org trees
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
273 * Custom agenda views:: Defining special searches and views
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
274 * Exporting Agenda Views::
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
275 * Agenda column view:: Using column view for collected entries
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
276
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
277 The built-in agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
278
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
279 * Weekly/daily agenda:: The calendar page with current tasks
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
280 * Global TODO list:: All unfinished action items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
281 * Matching tags and properties:: Structured information with fine-tuned search
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
282 * Timeline:: Time-sorted view for single file
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
283 * Keyword search:: Finding entries by keyword
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
284 * Stuck projects:: Find projects you need to review
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
285
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
286 Presentation and sorting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
287
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
288 * Categories:: Not all tasks are equal
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
289 * Time-of-day specifications:: How the agenda knows the time
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
290 * Sorting of agenda items:: The order of things
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
291
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
292 Custom agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
293
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
294 * Storing searches:: Type once, use often
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
295 * Block agenda:: All the stuff you need in a single buffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
296 * Setting Options:: Changing the rules
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
297
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
298 Embedded La@TeX{}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
299
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
300 * Math symbols:: @TeX{} macros for symbols and Greek letters
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
301 * Subscripts and superscripts:: Simple syntax for raising/lowering text
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
302 * LaTeX fragments:: Complex formulas made easy
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
303 * Processing LaTeX fragments:: Previewing La@TeX{} processing
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
304 * CDLaTeX mode:: Speed up entering of formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
305
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
306 Exporting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
307
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
308 * Markup rules:: Which structures are recognized?
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
309 * Selective export:: Using tags to select and exclude trees
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
310 * Export options:: Per-file export settings
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
311 * The export dispatcher:: How to access exporter commands
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
312 * ASCII export:: Exporting to plain ASCII
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
313 * HTML export:: Exporting to HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
314 * LaTeX and PDF export:: Exporting to La@TeX{}, and processing to PDF
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
315 * DocBook export:: Exporting to DocBook
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
316 * XOXO export:: Exporting to XOXO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
317 * iCalendar export:: Exporting in iCalendar format
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
318
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
319 Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
320
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
321 * Document title:: How the document title is determined
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
322 * Headings and sections:: The main structure of the exported document
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
323 * Table of contents:: If, where, how to create a table of contents
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
324 * Initial text:: Text before the first headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
325 * Lists:: Plain lists are exported
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
326 * Paragraphs:: What determines beginning and ending
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
327 * Literal examples:: Source code and other examples
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
328 * Include files:: Include the contents of a file during export
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
329 * Tables exported:: Tables are exported richly
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
330 * Inlined images:: How to inline images during export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
331 * Footnote markup:: ASCII representation of footnotes
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
332 * Emphasis and monospace:: To bold or not to bold
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
333 * TeX macros and LaTeX fragments:: Create special, rich export.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
334 * Horizontal rules:: A line across the page
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
335 * Comment lines:: Some lines will not be exported
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
336 * Macro replacement:: Global replacement of place holders
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
337
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
338 HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
339
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
340 * HTML Export commands:: How to invoke HTML export
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
341 * Quoting HTML tags:: Using direct HTML in Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
342 * Links:: Transformation of links for HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
343 * Tables in HTML export:: How to modify the formatting of tables
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
344 * Images in HTML export:: How to insert figures into HTML output
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
345 * Text areas in HTML export:: An alternative way to show an example
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
346 * CSS support:: Changing the appearance of the output
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
347 * Javascript support:: Info and Folding in a web browser
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
348
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
349 La@TeX{} and PDF export
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
350
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
351 * LaTeX/PDF export commands:: Which key invokes which commands
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
352 * Quoting LaTeX code:: Incorporating literal La@TeX{} code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
353 * Sectioning structure:: Changing sectioning in La@TeX{} output
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
354 * Tables in LaTeX export:: Options for exporting tables to La@TeX{}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
355 * Images in LaTeX export:: How to insert figures into La@TeX{} output
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
356
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
357 DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
358
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
359 * DocBook export commands:: How to invoke DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
360 * Quoting DocBook code:: Incorporating DocBook code in Org files
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
361 * Recursive sections:: Recursive sections in DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
362 * Tables in DocBook export:: Tables are exported as HTML tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
363 * Images in DocBook export:: How to insert figures into DocBook output
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
364 * Special characters:: How to handle special characters
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
365
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
366 Publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
367
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
368 * Configuration:: Defining projects
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
369 * Uploading files:: How to get files up on the server
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
370 * Sample configuration:: Example projects
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
371 * Triggering publication:: Publication commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
372
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
373 Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
374
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
375 * Project alist:: The central configuration variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
376 * Sources and destinations:: From here to there
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
377 * Selecting files:: What files are part of the project?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
378 * Publishing action:: Setting the function doing the publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
379 * Publishing options:: Tweaking HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
380 * Publishing links:: Which links keep working after publishing?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
381 * Project page index:: Publishing a list of project files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
382
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
383 Sample configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
384
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
385 * Simple example:: One-component publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
386 * Complex example:: A multi-component publishing example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
387
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
388 Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
389
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
390 * Completion:: M-TAB knows what you need
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
391 * Customization:: Adapting Org to your taste
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
392 * In-buffer settings:: Overview of the #+KEYWORDS
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
393 * The very busy C-c C-c key:: When in doubt, press C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
394 * Clean view:: Getting rid of leading stars in the outline
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
395 * TTY keys:: Using Org on a tty
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
396 * Interaction:: Other Emacs packages
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
397
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
398 Interaction with other packages
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
399
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
400 * Cooperation:: Packages Org cooperates with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
401 * Conflicts:: Packages that lead to conflicts
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
402
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
403 Hacking
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
404
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
405 * Hooks:: Who to reach into Org's internals
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
406 * Add-on packages:: Available extensions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
407 * Adding hyperlink types:: New custom link types
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
408 * Context-sensitive commands:: How to add functionality to such commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
409 * Tables in arbitrary syntax:: Orgtbl for La@TeX{} and other programs
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
410 * Dynamic blocks:: Automatically filled blocks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
411 * Special agenda views:: Customized views
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
412 * Extracting agenda information:: Postprocessing of agenda information
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
413 * Using the property API:: Writing programs that use entry properties
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
414 * Using the mapping API:: Mapping over all or selected entries
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
415
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
416 Tables and lists in arbitrary syntax
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
417
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
418 * Radio tables:: Sending and receiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
419 * A LaTeX example:: Step by step, almost a tutorial
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
420 * Translator functions:: Copy and modify
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
421 * Radio lists:: Doing the same for lists
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
422
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
423 @end detailmenu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
424 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
425
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
426 @node Introduction, Document Structure, Top, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
427 @chapter Introduction
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
428 @cindex introduction
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
429
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
430 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
431 * Summary:: Brief summary of what Org does
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
432 * Installation:: How to install a downloaded version of Org
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
433 * Activation:: How to activate Org for certain buffers
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
434 * Feedback:: Bug reports, ideas, patches etc.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
435 * Conventions:: Type-setting conventions in the manual
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
436 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
437
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
438 @node Summary, Installation, Introduction, Introduction
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
439 @section Summary
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
440 @cindex summary
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
441
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
442 Org is a mode for keeping notes, maintaining TODO lists, and doing
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
443 project planning with a fast and effective plain-text system.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
444
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
445 Org develops organizational tasks around NOTES files that contain
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
446 lists or information about projects as plain text. Org is
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
447 implemented on top of Outline mode, which makes it possible to keep the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
448 content of large files well structured. Visibility cycling and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
449 structure editing help to work with the tree. Tables are easily created
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
450 with a built-in table editor. Org supports TODO items, deadlines,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
451 timestamps, and scheduling. It dynamically compiles entries into an
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
452 agenda that utilizes and smoothly integrates much of the Emacs calendar
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
453 and diary. Plain text URL-like links connect to websites, emails,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
454 Usenet messages, BBDB entries, and any files related to the projects.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
455 For printing and sharing of notes, an Org file can be exported as a
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
456 structured ASCII file, as HTML, or (TODO and agenda items only) as an
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
457 iCalendar file. It can also serve as a publishing tool for a set of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
458 linked web pages.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
459
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
460 An important design aspect that distinguishes Org from, for example,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
461 Planner/Muse is that it encourages you to store every piece of information
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
462 only once. In Planner, you have project pages, day pages and possibly
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
463 other files, duplicating some information such as tasks. In Org,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
464 you only have notes files. In your notes you mark entries as tasks, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
465 label them with tags and timestamps. All necessary lists, like a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
466 schedule for the day, the agenda for a meeting, tasks lists selected by
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
467 tags, etc., are created dynamically when you need them.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
468
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
469 Org keeps simple things simple. When first fired up, it should
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
470 feel like a straightforward, easy to use outliner. Complexity is not
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
471 imposed, but a large amount of functionality is available when you need
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
472 it. Org is a toolbox and can be used in different ways, for
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
473 example as:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
474
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
475 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
476 @r{@bullet{} an outline extension with visibility cycling and structure editing}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
477 @r{@bullet{} an ASCII system and table editor for taking structured notes}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
478 @r{@bullet{} an ASCII table editor with spreadsheet-like capabilities}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
479 @r{@bullet{} a TODO list editor}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
480 @r{@bullet{} a full agenda and planner with deadlines and work scheduling}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
481 @pindex GTD, Getting Things Done
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
482 @r{@bullet{} an environment to implement David Allen's GTD system}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
483 @r{@bullet{} a basic database application}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
484 @r{@bullet{} a simple hypertext system, with HTML and La@TeX{} export}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
485 @r{@bullet{} a publishing tool to create a set of interlinked webpages}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
486 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
487
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
488 Org's automatic, context-sensitive table editor with spreadsheet
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
489 capabilities can be integrated into any major mode by activating the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
490 minor Orgtbl mode. Using a translation step, it can be used to maintain
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
491 tables in arbitrary file types, for example in La@TeX{}. The structure
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
492 editing and list creation capabilities can be used outside Org with
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
493 the minor Orgstruct mode.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
494
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
495 @cindex FAQ
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
496 There is a website for Org which provides links to the newest
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
497 version of Org, as well as additional information, frequently asked
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
498 questions (FAQ), links to tutorials, etc@. This page is located at
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
499 @uref{http://orgmode.org}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
500
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
501 @page
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
502
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
503
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
504 @node Installation, Activation, Summary, Introduction
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
505 @section Installation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
506 @cindex installation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
507 @cindex XEmacs
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
508
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
509 @b{Important:} @i{If Org is part of the Emacs distribution or an
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
510 XEmacs package, please skip this section and go directly to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
511 @ref{Activation}.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
512
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
513 If you have downloaded Org from the Web, either as a distribution @file{.zip}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
514 or @file{.tar} file, or as a Git archive, you must take the following steps
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
515 to install it: go into the unpacked Org distribution directory and edit the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
516 top section of the file @file{Makefile}. You must set the name of the Emacs
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
517 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
518 directories where local Lisp and Info files are kept. If you don't have
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
519 access to the system-wide directories, you can simply run Org directly from
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
520 the distribution directory by adding the @file{lisp} subdirectory to the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
521 Emacs load path. To do this, add the following line to @file{.emacs}:
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
522
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
523 @example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
524 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
525 @end example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
526
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
527 @noindent
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
528 If you plan to use code from the @file{contrib} subdirectory, do a similar
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
529 step for this directory:
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
530
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
531 @example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
532 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
533 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
534
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
535 @b{XEmacs users now need to install the file @file{noutline.el} from
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
536 the @file{xemacs} sub-directory of the Org distribution. Use the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
537 command:}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
538
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
539 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
540 @b{make install-noutline}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
541 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
542
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
543 @noindent Now byte-compile the Lisp files with the shell command:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
544
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
545 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
546 make
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
547 @end example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
548
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
549 @noindent If you are running Org from the distribution directory, this is
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
550 all. If you want to install Org into the system directories, use (as
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
551 administrator)
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
552
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
553 @example
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
554 make install
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
555 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
556
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
557 Installing Info files is system dependent, because of differences in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
558 @file{install-info} program. In Debian it copies the info files into the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
559 correct directory and modifies the info directory file. In many other
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
560 systems, the files need to be copied to the correct directory separately, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
561 @file{install-info} then only modifies the directory file. Check your system
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
562 documentation to find out which of the following commands you need:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
563
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
564 @example
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
565 make install-info
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
566 make install-info-debian
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
567 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
568
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
569 @noindent Then add to @file{.emacs}:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
570
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
571 @lisp
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
572 ;; This line only if Org is not part of the X/Emacs distribution.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
573 (require 'org-install)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
574 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
575
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
576 Do not forget to activate Org as described in the following section.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
577
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
578 @node Activation, Feedback, Installation, Introduction
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
579 @section Activation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
580 @cindex activation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
581 @cindex autoload
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
582 @cindex global key bindings
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
583 @cindex key bindings, global
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
584
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
585 @iftex
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
586 @b{Important:} @i{If you use copy-and-paste to copy Lisp code from the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
587 PDF documentation as viewed by some PDF viewers to your @file{.emacs} file, the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
588 single-quote character comes out incorrectly and the code will not work.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
589 You need to fix the single-quotes by hand, or copy from Info
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
590 documentation.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
591 @end iftex
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
592
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
593 Add the following lines to your @file{.emacs} file. The last three lines
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
594 define @emph{global} keys for the commands @command{org-store-link},
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
595 @command{org-agenda}, and @command{org-iswitchb}---please choose suitable
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
596 keys yourself.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
597
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
598 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
599 ;; The following lines are always needed. Choose your own keys.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
600 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
601 (global-set-key "\C-cl" 'org-store-link)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
602 (global-set-key "\C-ca" 'org-agenda)
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
603 (global-set-key "\C-cb" 'org-iswitchb)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
604 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
605
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
606 Furthermore, you must activate @code{font-lock-mode} in Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
607 buffers, because significant functionality depends on font-locking being
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
608 active. You can do this with either one of the following two lines
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
609 (XEmacs users must use the second option):
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
610 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
611 (global-font-lock-mode 1) ; for all buffers
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
612 (add-hook 'org-mode-hook 'turn-on-font-lock) ; Org buffers only
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
613 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
614
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
615 @cindex Org mode, turning on
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
616 With this setup, all files with extension @samp{.org} will be put
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
617 into Org mode. As an alternative, make the first line of a file look
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
618 like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
619
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
620 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
621 MY PROJECTS -*- mode: org; -*-
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
622 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
623
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
624 @vindex org-insert-mode-line-in-empty-file
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
625 @noindent which will select Org mode for this buffer no matter what
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
626 the file's name is. See also the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
627 @code{org-insert-mode-line-in-empty-file}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
628
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
629 Many commands in Org work on the region if the region is @i{active}. To make
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
630 use of this, you need to have @code{transient-mark-mode}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
631 (@code{zmacs-regions} in XEmacs) turned on. In Emacs 23 this is the default,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
632 in Emacs 22 you need to do this yourself with
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
633 @lisp
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
634 (transient-mark-mode 1)
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
635 @end lisp
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
636 @noindent If you do not like @code{transient-mark-mode}, you can create an
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
637 active region by using the mouse to select a region, or pressing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
638 @kbd{C-@key{SPC}} twice before moving the cursor.
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
639
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
640 @node Feedback, Conventions, Activation, Introduction
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
641 @section Feedback
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
642 @cindex feedback
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
643 @cindex bug reports
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
644 @cindex maintainer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
645 @cindex author
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
646
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
647 If you find problems with Org, or if you have questions, remarks, or ideas
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
648 about it, please mail to the Org mailing list @email{emacs-orgmode@@gnu.org}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
649 If you are not a member of the mailing list, your mail will be reviewed by a
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
650 moderator and then passed through to the list.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
651
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
652 For bug reports, please provide as much information as possible,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
653 including the version information of Emacs (@kbd{C-h v emacs-version
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
654 @key{RET}}) and Org (@kbd{C-h v org-version @key{RET}}), as well as
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
655 the Org related setup in @file{.emacs}. If an error occurs, a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
656 backtrace can be very useful (see below on how to create one). Often a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
657 small example file helps, along with clear information about:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
658
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
659 @enumerate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
660 @item What exactly did you do?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
661 @item What did you expect to happen?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
662 @item What happened instead?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
663 @end enumerate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
664 @noindent Thank you for helping to improve this mode.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
665
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
666 @subsubheading How to create a useful backtrace
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
667
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
668 @cindex backtrace of an error
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
669 If working with Org produces an error with a message you don't
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
670 understand, you may have hit a bug. The best way to report this is by
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
671 providing, in addition to what was mentioned above, a @emph{backtrace}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
672 This is information from the built-in debugger about where and how the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
673 error occurred. Here is how to produce a useful backtrace:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
674
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
675 @enumerate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
676 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
677 Reload uncompiled versions of all Org-mode Lisp files. The backtrace
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
678 contains much more information if it is produced with uncompiled code.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
679 To do this, use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
680 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
681 C-u M-x org-reload RET
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
682 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
683 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
684 or select @code{Org -> Refresh/Reload -> Reload Org uncompiled} from the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
685 menu.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
686 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
687 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
688 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
689 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
690 Do whatever you have to do to hit the error. Don't forget to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
691 document the steps you take.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
692 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
693 When you hit the error, a @file{*Backtrace*} buffer will appear on the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
694 screen. Save this buffer to a file (for example using @kbd{C-x C-w}) and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
695 attach it to your bug report.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
696 @end enumerate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
697
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
698 @node Conventions, , Feedback, Introduction
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
699 @section Typesetting conventions used in this manual
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
700
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
701 Org uses three types of keywords: TODO keywords, tags, and property
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
702 names. In this manual we use the following conventions:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
703
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
704 @table @code
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
705 @item TODO
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
706 @itemx WAITING
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
707 TODO keywords are written with all capitals, even if they are
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
708 user-defined.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
709 @item boss
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
710 @itemx ARCHIVE
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
711 User-defined tags are written in lowercase; built-in tags with special
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
712 meaning are written with all capitals.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
713 @item Release
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
714 @itemx PRIORITY
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
715 User-defined properties are capitalized; built-in properties with
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
716 special meaning are written with all capitals.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
717 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
718
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
719 @node Document Structure, Tables, Introduction, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
720 @chapter Document Structure
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
721 @cindex document structure
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
722 @cindex structure of document
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
723
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
724 Org is based on Outline mode and provides flexible commands to
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
725 edit the structure of the document.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
726
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
727 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
728 * Outlines:: Org is based on Outline mode
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
729 * Headlines:: How to typeset Org tree headlines
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
730 * Visibility cycling:: Show and hide, much simplified
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
731 * Motion:: Jumping to other headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
732 * Structure editing:: Changing sequence and level of headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
733 * Archiving:: Move done task trees to a different place
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
734 * Sparse trees:: Matches embedded in context
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
735 * Plain lists:: Additional structure within an entry
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
736 * Drawers:: Tucking stuff away
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
737 * Blocks:: Folding blocks
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
738 * Footnotes:: How footnotes are defined in Org's syntax
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
739 * Orgstruct mode:: Structure editing outside Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
740 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
741
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
742 @node Outlines, Headlines, Document Structure, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
743 @section Outlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
744 @cindex outlines
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
745 @cindex Outline mode
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
746
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
747 Org is implemented on top of Outline mode. Outlines allow a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
748 document to be organized in a hierarchical structure, which (at least
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
749 for me) is the best representation of notes and thoughts. An overview
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
750 of this structure is achieved by folding (hiding) large parts of the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
751 document to show only the general document structure and the parts
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
752 currently being worked on. Org greatly simplifies the use of
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
753 outlines by compressing the entire show/hide functionality into a single
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
754 command, @command{org-cycle}, which is bound to the @key{TAB} key.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
755
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
756 @node Headlines, Visibility cycling, Outlines, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
757 @section Headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
758 @cindex headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
759 @cindex outline tree
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
760 @vindex org-special-ctrl-a/e
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
761
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
762 Headlines define the structure of an outline tree. The headlines in
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
763 Org start with one or more stars, on the left margin@footnote{See
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
764 the variable @code{org-special-ctrl-a/e} to configure special behavior
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
765 of @kbd{C-a} and @kbd{C-e} in headlines.}. For example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
766
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
767 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
768 * Top level headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
769 ** Second level
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
770 *** 3rd level
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
771 some text
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
772 *** 3rd level
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
773 more text
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
774
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
775 * Another top level headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
776 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
777
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
778 @noindent Some people find the many stars too noisy and would prefer an
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
779 outline that has whitespace followed by a single star as headline
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
780 starters. @ref{Clean view}, describes a setup to realize this.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
781
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
782 @vindex org-cycle-separator-lines
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
783 An empty line after the end of a subtree is considered part of it and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
784 will be hidden when the subtree is folded. However, if you leave at
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
785 least two empty lines, one empty line will remain visible after folding
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
786 the subtree, in order to structure the collapsed view. See the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
787 variable @code{org-cycle-separator-lines} to modify this behavior.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
788
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
789 @node Visibility cycling, Motion, Headlines, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
790 @section Visibility cycling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
791 @cindex cycling, visibility
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
792 @cindex visibility cycling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
793 @cindex trees, visibility
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
794 @cindex show hidden text
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
795 @cindex hide text
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
796
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
797 Outlines make it possible to hide parts of the text in the buffer.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
798 Org uses just two commands, bound to @key{TAB} and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
799 @kbd{S-@key{TAB}} to change the visibility in the buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
800
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
801 @cindex subtree visibility states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
802 @cindex subtree cycling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
803 @cindex folded, subtree visibility state
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
804 @cindex children, subtree visibility state
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
805 @cindex subtree, subtree visibility state
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
806 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
807 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
808 @item @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
809 @emph{Subtree cycling}: Rotate current subtree among the states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
810
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
811 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
812 ,-> FOLDED -> CHILDREN -> SUBTREE --.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
813 '-----------------------------------'
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
814 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
815
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
816 @vindex org-cycle-emulate-tab
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
817 @vindex org-cycle-global-at-bob
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
818 The cursor must be on a headline for this to work@footnote{see, however,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
819 the option @code{org-cycle-emulate-tab}.}. When the cursor is at the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
820 beginning of the buffer and the first line is not a headline, then
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
821 @key{TAB} actually runs global cycling (see below)@footnote{see the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
822 option @code{org-cycle-global-at-bob}.}. Also when called with a prefix
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
823 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
824
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
825 @cindex global visibility states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
826 @cindex global cycling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
827 @cindex overview, global visibility state
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
828 @cindex contents, global visibility state
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
829 @cindex show all, global visibility state
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
830 @kindex S-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
831 @item S-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
832 @itemx C-u @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
833 @emph{Global cycling}: Rotate the entire buffer among the states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
834
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
835 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
836 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
837 '--------------------------------------'
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
838 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
839
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
840 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
841 CONTENTS view up to headlines of level N will be shown. Note that inside
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
842 tables, @kbd{S-@key{TAB}} jumps to the previous field.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
843
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
844 @cindex show all, command
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
845 @kindex C-u C-u C-u @key{TAB}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
846 @item C-u C-u C-u @key{TAB}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
847 Show all, including drawers.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
848 @kindex C-c C-r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
849 @item C-c C-r
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
850 Reveal context around point, showing the current entry, the following heading
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
851 and the hierarchy above. Useful for working near a location that has been
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
852 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
853 (@pxref{Agenda commands}). With a prefix argument show, on each
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
854 level, all sibling headings.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
855 @kindex C-c C-x b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
856 @item C-c C-x b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
857 Show the current subtree in an indirect buffer@footnote{The indirect
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
858 buffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
859 @ifinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
860 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
861 @end ifinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
862 @ifnotinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
863 (see the Emacs manual for more information about indirect buffers)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
864 @end ifnotinfo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
865 will contain the entire buffer, but will be narrowed to the current
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
866 tree. Editing the indirect buffer will also change the original buffer,
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
867 but without affecting visibility in that buffer.}. With a numeric
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
868 prefix argument N, go up to level N and then take that tree. If N is
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
869 negative then go up that many levels. With a @kbd{C-u} prefix, do not remove
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
870 the previously used indirect buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
871 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
872
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
873 @vindex org-startup-folded
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
874 @cindex @code{overview}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
875 @cindex @code{content}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
876 @cindex @code{showall}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
877
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
878 When Emacs first visits an Org file, the global state is set to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
879 OVERVIEW, @ie only the top level headlines are visible. This can be
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
880 configured through the variable @code{org-startup-folded}, or on a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
881 per-file basis by adding one of the following lines anywhere in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
882 buffer:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
883
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
884 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
885 #+STARTUP: overview
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
886 #+STARTUP: content
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
887 #+STARTUP: showall
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
888 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
889
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
890 @cindex property, VISIBILITY
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
891 @noindent
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
892 Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
893 and Columns}) will get their visibility adapted accordingly. Allowed values
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
894 for this property are @code{folded}, @code{children}, @code{content}, and
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
895 @code{all}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
896 @table @kbd
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
897 @kindex C-u C-u @key{TAB}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
898 @item C-u C-u @key{TAB}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
899 Switch back to the startup visibility of the buffer, @ie whatever is
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
900 requested by startup options and @samp{VISIBILITY} properties in individual
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
901 entries.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
902 @end table
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
903
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
904 @node Motion, Structure editing, Visibility cycling, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
905 @section Motion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
906 @cindex motion, between headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
907 @cindex jumping, to headlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
908 @cindex headline navigation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
909 The following commands jump to other headlines in the buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
910
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
911 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
912 @kindex C-c C-n
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
913 @item C-c C-n
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
914 Next heading.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
915 @kindex C-c C-p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
916 @item C-c C-p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
917 Previous heading.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
918 @kindex C-c C-f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
919 @item C-c C-f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
920 Next heading same level.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
921 @kindex C-c C-b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
922 @item C-c C-b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
923 Previous heading same level.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
924 @kindex C-c C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
925 @item C-c C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
926 Backward to higher level heading.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
927 @kindex C-c C-j
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
928 @item C-c C-j
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
929 Jump to a different place without changing the current outline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
930 visibility. Shows the document structure in a temporary buffer, where
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
931 you can use the following keys to find your destination:
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
932 @vindex org-goto-auto-isearch
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
933 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
934 @key{TAB} @r{Cycle visibility.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
935 @key{down} / @key{up} @r{Next/previous visible headline.}
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
936 @key{RET} @r{Select this location.}
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
937 @kbd{/} @r{Do a Sparse-tree search}
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
938 @r{The following keys work if you turn off @code{org-goto-auto-isearch}}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
939 n / p @r{Next/previous visible headline.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
940 f / b @r{Next/previous headline same level.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
941 u @r{One level up.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
942 0-9 @r{Digit argument.}
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
943 q @r{Quit}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
944 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
945 @vindex org-goto-interface
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
946 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
947 See also the variable @code{org-goto-interface}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
948 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
949
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
950 @node Structure editing, Archiving, Motion, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
951 @section Structure editing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
952 @cindex structure editing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
953 @cindex headline, promotion and demotion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
954 @cindex promotion, of subtrees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
955 @cindex demotion, of subtrees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
956 @cindex subtree, cut and paste
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
957 @cindex pasting, of subtrees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
958 @cindex cutting, of subtrees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
959 @cindex copying, of subtrees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
960 @cindex subtrees, cut and paste
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
961
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
962 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
963 @kindex M-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
964 @item M-@key{RET}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
965 @vindex org-M-RET-may-split-line
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
966 Insert new heading with same level as current. If the cursor is in a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
967 plain list item, a new item is created (@pxref{Plain lists}). To force
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
968 creation of a new headline, use a prefix argument, or first press @key{RET}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
969 to get to the beginning of the next line. When this command is used in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
970 the middle of a line, the line is split and the rest of the line becomes
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
971 the new headline@footnote{If you do not want the line to be split,
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
972 customize the variable @code{org-M-RET-may-split-line}.}. If the
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
973 command is used at the beginning of a headline, the new headline is
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
974 created before the current line. If at the beginning of any other line,
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
975 the content of that line is made the new heading. If the command is
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
976 used at the end of a folded subtree (@ie behind the ellipses at the end
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
977 of a headline), then a headline like the current one will be inserted
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
978 after the end of the subtree.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
979 @kindex C-@key{RET}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
980 @item C-@key{RET}
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
981 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
982 current heading, the new heading is placed after the body instead of before
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
983 it. This command works from anywhere in the entry.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
984 @kindex M-S-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
985 @item M-S-@key{RET}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
986 @vindex org-treat-insert-todo-heading-as-state-change
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
987 Insert new TODO entry with same level as current heading. See also the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
988 variable @code{org-treat-insert-todo-heading-as-state-change}.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
989 @kindex C-S-@key{RET}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
990 @item C-S-@key{RET}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
991 Insert new TODO entry with same level as current heading. Like
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
992 @kbd{C-@key{RET}}, the new headline will be inserted after the current
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
993 subtree.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
994 @kindex M-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
995 @item M-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
996 Promote current heading by one level.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
997 @kindex M-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
998 @item M-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
999 Demote current heading by one level.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1000 @kindex M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1001 @item M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1002 Promote the current subtree by one level.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1003 @kindex M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1004 @item M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1005 Demote the current subtree by one level.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1006 @kindex M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1007 @item M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1008 Move subtree up (swap with previous subtree of same
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1009 level).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1010 @kindex M-S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1011 @item M-S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1012 Move subtree down (swap with next subtree of same level).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1013 @kindex C-c C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1014 @item C-c C-x C-w
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1015 Kill subtree, @ie remove it from buffer but save in kill ring.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1016 With a numeric prefix argument N, kill N sequential subtrees.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1017 @kindex C-c C-x M-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1018 @item C-c C-x M-w
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1019 Copy subtree to kill ring. With a numeric prefix argument N, copy the N
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1020 sequential subtrees.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1021 @kindex C-c C-x C-y
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1022 @item C-c C-x C-y
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1023 Yank subtree from kill ring. This does modify the level of the subtree to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1024 make sure the tree fits in nicely at the yank position. The yank level can
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1025 also be specified with a numeric prefix argument, or by yanking after a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1026 headline marker like @samp{****}.
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
1027 @kindex C-y
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
1028 @item C-y
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1029 @vindex org-yank-adjusted-subtrees
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1030 @vindex org-yank-folded-subtrees
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
1031 Depending on the variables @code{org-yank-adjusted-subtrees} and
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
1032 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
1033 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
101758
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1034 C-x C-y}. With the default settings, no level adjustment will take place,
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1035 but the yanked tree will be folded unless doing so would swallow text
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1036 previously visible. Any prefix argument to this command will force a normal
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1037 @code{yank} to be executed, with the prefix passed along. A good way to
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1038 force a normal yank is @kbd{C-u C-y}. If you use @code{yank-pop} after a
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1039 yank, it will yank previous kill items plainly, without adjustment and
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
1040 folding.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1041 @kindex C-c C-x c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1042 @item C-c C-x c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1043 Clone a subtree by making a number of sibling copies of it. You will be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1044 prompted for the number of copies to make, and you can also specify if any
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1045 timestamps in the entry should be shifted. This can be useful, for example,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1046 to create a number of tasks related to a series of lectures to prepare. For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1047 more details, see the docstring of the command
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1048 @code{org-clone-subtree-with-time-shift}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1049 @kindex C-c C-w
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1050 @item C-c C-w
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
1051 Refile entry or region to a different location. @xref{Refiling notes}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1052 @kindex C-c ^
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1053 @item C-c ^
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1054 Sort same-level entries. When there is an active region, all entries in the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1055 region will be sorted. Otherwise the children of the current headline are
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1056 sorted. The command prompts for the sorting method, which can be
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1057 alphabetically, numerically, by time (first timestamp with active preferred,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1058 creation time, scheduled time, deadline time), by priority, by TODO keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1059 (in the sequence the keywords have been defined in the setup) or by the value
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1060 of a property. Reverse sorting is possible as well. You can also supply
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1061 your own function to extract the sorting key. With a @kbd{C-u} prefix,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1062 sorting will be case-sensitive. With two @kbd{C-u C-u} prefixes, duplicate
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1063 entries will also be removed.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1064 @kindex C-x n s
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1065 @item C-x n s
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1066 Narrow buffer to current subtree.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1067 @kindex C-x n w
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1068 @item C-x n w
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1069 Widen buffer to remove narrowing.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1070 @kindex C-c *
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1071 @item C-c *
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1072 Turn a normal line or plain list item into a headline (so that it becomes a
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1073 subheading at its location). Also turn a headline into a normal line by
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1074 removing the stars. If there is an active region, turn all lines in the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1075 region into headlines. If the first line in the region was an item, turn
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1076 only the item lines into headlines. Finally, if the first line is a
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1077 headline, remove the stars from all headlines in the region.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1078 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1079
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1080 @cindex region, active
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1081 @cindex active region
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1082 @cindex transient mark mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1083 When there is an active region (Transient Mark mode), promotion and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1084 demotion work on all headlines in the region. To select a region of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1085 headlines, it is best to place both point and mark at the beginning of a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1086 line, mark at the beginning of the first headline, and point at the line
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1087 just after the last headline to change. Note that when the cursor is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1088 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1089 functionality.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1090
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1091 @node Archiving, Sparse trees, Structure editing, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1092 @section Archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1093 @cindex archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1094
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1095 When a project represented by a (sub)tree is finished, you may want
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1096 to move the tree out of the way and to stop it from contributing to the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1097 agenda. Org mode knows two ways of archiving. You can mark a tree with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1098 the ARCHIVE tag, or you can move an entire (sub)tree to a different
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1099 location.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1100
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1101 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1102 * ARCHIVE tag:: Marking a tree as inactive
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1103 * Moving subtrees:: Moving a tree to an archive file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1104 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1105
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1106 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1107 @subsection The ARCHIVE tag
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1108 @cindex internal archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1109
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1110 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1111 its location in the outline tree, but behaves in the following way:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1112 @itemize @minus
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1113 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1114 @vindex org-cycle-open-archived-trees
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1115 It does not open when you attempt to do so with a visibility cycling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1116 command (@pxref{Visibility cycling}). You can force cycling archived
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1117 subtrees with @kbd{C-@key{TAB}}, or by setting the option
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1118 @code{org-cycle-open-archived-trees}. Also normal outline commands like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1119 @code{show-all} will open archived subtrees.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1120 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1121 @vindex org-sparse-tree-open-archived-trees
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1122 During sparse tree construction (@pxref{Sparse trees}), matches in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1123 archived subtrees are not exposed, unless you configure the option
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1124 @code{org-sparse-tree-open-archived-trees}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1125 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1126 @vindex org-agenda-skip-archived-trees
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1127 During agenda view construction (@pxref{Agenda Views}), the content of
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1128 archived trees is ignored unless you configure the option
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1129 @code{org-agenda-skip-archived-trees}, in which case these trees will always
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1130 be included. In the agenda you can press the @kbd{v} key to get archives
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1131 temporarily included.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1132 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1133 @vindex org-export-with-archived-trees
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1134 Archived trees are not exported (@pxref{Exporting}), only the headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1135 is. Configure the details using the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1136 @code{org-export-with-archived-trees}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1137 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1138 @vindex org-columns-skip-arrchived-trees
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1139 Archived trees are excluded from column view unless the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1140 @code{org-columns-skip-arrchived-trees} is configured to @code{nil}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1141 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1142
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1143 The following commands help managing the ARCHIVE tag:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1144
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1145 @table @kbd
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1146 @kindex C-c C-x a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1147 @item C-c C-x a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1148 Toggle the ARCHIVE tag for the current headline. When the tag is set,
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1149 the headline changes to a shadowed face, and the subtree below it is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1150 hidden.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1151 @kindex C-u C-c C-x a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1152 @item C-u C-c C-x a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1153 Check if any direct children of the current headline should be archived.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1154 To do this, each subtree is checked for open TODO entries. If none are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1155 found, the command offers to set the ARCHIVE tag for the child. If the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1156 cursor is @emph{not} on a headline when this command is invoked, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1157 level 1 trees will be checked.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1158 @kindex C-@kbd{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1159 @item C-@kbd{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1160 Cycle a tree even if it is tagged with ARCHIVE.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1161 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1162
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1163 @node Moving subtrees, , ARCHIVE tag, Archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1164 @subsection Moving subtrees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1165 @cindex external archiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1166
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1167 Once an entire project is finished, you may want to move it to a different
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1168 location. Org can move it to an @emph{Archive Sibling} in the same tree, to a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1169 different tree in the current file, or to a different file, the archive file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1170
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1171 @table @kbd
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1172 @kindex C-c C-x A
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1173 @item C-c C-x A
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1174 Move the current entry to the @emph{Archive Sibling}. This is a sibling of
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1175 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1176 (@pxref{ARCHIVE tag}). The entry becomes a child of that sibling and in this
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1177 way retains a lot of its original context, including inherited tags and
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1178 approximate position in the outline.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1179 @kindex C-c $
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1180 @kindex C-c C-x C-s
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1181 @itemx C-c $
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1182 @item C-c C-x C-s
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1183 @vindex org-archive-location
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1184 Archive the subtree starting at the cursor position to the location
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1185 given by @code{org-archive-location}. Context information that could be
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1186 lost, like the file name, the category, inherited tags, and the TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1187 state will be stored as properties in the entry.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1188 @kindex C-u C-c C-x C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1189 @item C-u C-c C-x C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1190 Check if any direct children of the current headline could be moved to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1191 the archive. To do this, each subtree is checked for open TODO entries.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1192 If none are found, the command offers to move it to the archive
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1193 location. If the cursor is @emph{not} on a headline when this command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1194 is invoked, the level 1 trees will be checked.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1195 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1196
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1197 @cindex archive locations
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1198 The default archive location is a file in the same directory as the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1199 current file, with the name derived by appending @file{_archive} to the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1200 current file name. For information and examples on how to change this,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1201 see the documentation string of the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1202 @code{org-archive-location}. There is also an in-buffer option for
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1203 setting this variable, for example@footnote{For backward compatibility,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1204 the following also works: If there are several such lines in a file,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1205 each specifies the archive location for the text below it. The first
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1206 such line also applies to any text before its definition. However,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1207 using this method is @emph{strongly} deprecated as it is incompatible
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1208 with the outline structure of the document. The correct method for
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1209 setting multiple archive locations in a buffer is using properties.}:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1210
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1211 @cindex #+ARCHIVE
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1212 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1213 #+ARCHIVE: %s_done::
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1214 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1215
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1216 @cindex property, ARCHIVE
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1217 @noindent
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1218 If you would like to have a special ARCHIVE location for a single entry
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1219 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1220 location as the value (@pxref{Properties and Columns}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1221
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1222 @vindex org-archive-save-context-info
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1223 When a subtree is moved, it receives a number of special properties that
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1224 record context information like the file from where the entry came, its
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1225 outline path the archiving time etc. Configure the variable
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1226 @code{org-archive-save-context-info} to adjust the amount of information
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1227 added.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1228
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1229 @node Sparse trees, Plain lists, Archiving, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1230 @section Sparse trees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1231 @cindex sparse trees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1232 @cindex trees, sparse
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1233 @cindex folding, sparse trees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1234 @cindex occur, command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1235
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1236 @vindex org-show-hierarchy-above
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1237 @vindex org-show-following-heading
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1238 @vindex org-show-siblings
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1239 @vindex org-show-entry-below
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1240 An important feature of Org mode is the ability to construct @emph{sparse
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1241 trees} for selected information in an outline tree, so that the entire
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1242 document is folded as much as possible, but the selected information is made
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1243 visible along with the headline structure above it@footnote{See also the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1244 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1245 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1246 control on how much context is shown around each match.}. Just try it out
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1247 and you will see immediately how it works.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1248
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1249 Org mode contains several commands creating such trees, all these
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1250 commands can be accessed through a dispatcher:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1251
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1252 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1253 @kindex C-c /
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1254 @item C-c /
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1255 This prompts for an extra key to select a sparse-tree creating command.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1256 @kindex C-c / r
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1257 @item C-c / r
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1258 @vindex org-remove-highlights-with-change
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1259 Occur. Prompts for a regexp and shows a sparse tree with all matches. If
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1260 the match is in a headline, the headline is made visible. If the match is in
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1261 the body of an entry, headline and body are made visible. In order to
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1262 provide minimal context, also the full hierarchy of headlines above the match
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1263 is shown, as well as the headline following the match. Each match is also
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1264 highlighted; the highlights disappear when the buffer is changed by an
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1265 editing command@footnote{This depends on the option
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1266 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1267 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1268 so several calls to this command can be stacked.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1269 @end table
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1270
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1271 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1272 @vindex org-agenda-custom-commands
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1273 For frequently used sparse trees of specific search strings, you can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1274 use the variable @code{org-agenda-custom-commands} to define fast
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1275 keyboard access to specific sparse trees. These commands will then be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1276 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1277 For example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1278
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1279 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1280 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1281 '(("f" occur-tree "FIXME")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1282 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1283
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1284 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1285 a sparse tree matching the string @samp{FIXME}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1286
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1287 The other sparse tree commands select headings based on TODO keywords,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1288 tags, or properties and will be discussed later in this manual.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1289
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1290 @kindex C-c C-e v
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1291 @cindex printing sparse trees
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1292 @cindex visible text, printing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1293 To print a sparse tree, you can use the Emacs command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1294 @code{ps-print-buffer-with-faces} which does not print invisible parts
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1295 of the document @footnote{This does not work under XEmacs, because
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1296 XEmacs uses selective display for outlining, not text properties.}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1297 Or you can use the command @kbd{C-c C-e v} to export only the visible
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1298 part of the document and print the resulting file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1299
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1300 @node Plain lists, Drawers, Sparse trees, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1301 @section Plain lists
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1302 @cindex plain lists
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1303 @cindex lists, plain
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1304 @cindex lists, ordered
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1305 @cindex ordered lists
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1306
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1307 Within an entry of the outline tree, hand-formatted lists can provide
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1308 additional structure. They also provide a way to create lists of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1309 checkboxes (@pxref{Checkboxes}). Org supports editing such lists,
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1310 and the HTML exporter (@pxref{Exporting}) parses and formats them.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1311
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1312 Org knows ordered lists, unordered lists, and description lists.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1313 @itemize @bullet
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1314 @item
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1315 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1316 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1317 they will be seen as top-level headlines. Also, when you are hiding leading
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1318 stars to get a clean outline view, plain list items starting with a star are
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1319 visually indistinguishable from true headlines. In short: even though
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1320 @samp{*} is supported, it may be better to not use it for plain list items.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1321 as bullets.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1322 @item
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1323 @emph{Ordered} list items start with a numeral followed by either a period or
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1324 a right parenthesis, such as @samp{1.} or @samp{1)}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1325 @item
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1326 @emph{Description} list items are like unordered list items, but contain the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1327 separator @samp{ :: } to separate the description @emph{term} from the
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
1328 description.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1329 @end itemize
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1330
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1331 @vindex org-empty-line-terminates-plain-lists
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1332 Items belonging to the same list must have the same indentation on the first
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1333 line. In particular, if an ordered list reaches number @samp{10.}, then the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1334 2--digit numbers must be written left-aligned with the other numbers in the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1335 list. Indentation also determines the end of a list item. It ends before
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1336 the next line that is indented like the bullet/number, or less. Empty lines
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1337 are part of the previous item, so you can have several paragraphs in one
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1338 item. If you would like an empty line to terminate all currently open plain
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1339 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1340 Here is an example:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1341
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1342 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1343 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1344 ** Lord of the Rings
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1345 My favorite scenes are (in this order)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1346 1. The attack of the Rohirrim
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
1347 2. Eowyn's fight with the witch king
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1348 + this was already my favorite scene in the book
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1349 + I really like Miranda Otto.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1350 3. Peter Jackson being shot by Legolas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1351 - on DVD only
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1352 He makes a really funny face when it happens.
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
1353 But in the end, no individual scenes matter but the film as a whole.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1354 Important actors in this film are:
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
1355 - @b{Elijah Wood} :: He plays Frodo
101148
9a61f941d76d Fix another typo.
Glenn Morris <rgm@gnu.org>
parents: 101147
diff changeset
1356 - @b{Sean Austin} :: He plays Sam, Frodo's friend. I still remember
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1357 him very well from his role as Mikey Walsh in @i{The Goonies}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1358 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1359 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1360
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1361 Org supports these lists by tuning filling and wrapping commands to deal with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1362 them correctly@footnote{Org only changes the filling settings for Emacs. For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1363 XEmacs, you should use Kyle E. Jones' @file{filladapt.el}. To turn this on,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1364 put into @file{.emacs}: @code{(require 'filladapt)}}, and by exporting them
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1365 properly (@pxref{Exporting}). Since indentation is what governs the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1366 structure of these lists, many structural constructs like @code{#+BEGIN_...}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1367 blocks can be indented to signal that they should be part of a list item.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1368
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1369 The following commands act on items when the cursor is in the first line
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1370 of an item (the line with the bullet or number).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1371
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1372 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1373 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1374 @item @key{TAB}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1375 @vindex org-cycle-include-plain-lists
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1376 Items can be folded just like headline levels. Normally this works only if
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1377 the cursor is on a plain list item. For more details, see the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1378 @code{org-cycle-include-plain-lists}. to @code{integrate}, plain list items
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1379 will be treated like low-level. The level of an item is then given by the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1380 indentation of the bullet/number. Items are always subordinate to real
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1381 headlines, however; the hierarchies remain completely separated.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1382
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1383 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1384 fixes the indentation of the current line in a heuristic way.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1385 @kindex M-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1386 @item M-@key{RET}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1387 @vindex org-M-RET-may-split-line
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1388 Insert new item at current level. With a prefix argument, force a new
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1389 heading (@pxref{Structure editing}). If this command is used in the middle
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1390 of a line, the line is @emph{split} and the rest of the line becomes the new
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1391 item@footnote{If you do not want the line to be split, customize the variable
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1392 @code{org-M-RET-may-split-line}.}. If this command is executed in the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1393 @emph{whitespace before a bullet or number}, the new item is created
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1394 @emph{before} the current item. If the command is executed in the white
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1395 space before the text that is part of an item but does not contain the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1396 bullet, a bullet is added to the current line.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1397 @kindex M-S-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1398 @item M-S-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1399 Insert a new item with a checkbox (@pxref{Checkboxes}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1400 @kindex S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1401 @kindex S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1402 @item S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1403 @itemx S-@key{down}
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1404 @cindex shift-selection-mode
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1405 @vindex org-support-shift-select
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1406 Jump to the previous/next item in the current list, but only if
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1407 @code{org-support-shift-select} is off. If not, you can still use paragraph
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1408 jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1409 similar effect.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1410 @kindex M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1411 @kindex M-S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1412 @item M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1413 @itemx M-S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1414 Move the item including subitems up/down (swap with previous/next item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1415 of same indentation). If the list is ordered, renumbering is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1416 automatic.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1417 @kindex M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1418 @kindex M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1419 @item M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1420 @itemx M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1421 Decrease/increase the indentation of the item, including subitems.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1422 Initially, the item tree is selected based on current indentation.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1423 When these commands are executed several times in direct succession,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1424 the initially selected region is used, even if the new indentation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1425 would imply a different hierarchy. To use the new hierarchy, break
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1426 the command chain with a cursor motion or so.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1427 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1428 @item C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1429 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1430 state of the checkbox. If not, this command makes sure that all the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1431 items on this list level use the same bullet. Furthermore, if this is
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1432 an ordered list, make sure the numbering is OK.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1433 @kindex C-c -
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1434 @item C-c -
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1435 Cycle the entire list level through the different itemize/enumerate bullets
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1436 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}). With a numeric prefix
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1437 argument N, select the Nth bullet from this list. If there is an active
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1438 region when calling this, all lines will be converted to list items. If the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1439 first line already was a list item, any item markers will be removed from the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1440 list. Finally, even without an active region, a normal line will be
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1441 converted into a list item.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1442 @kindex C-c *
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1443 @item C-c *
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1444 Turn a plain list item into a headline (so that it becomes a subheading at
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1445 its location). @xref{Structure editing}, for a detailed explanation.
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
1446 @kindex S-@key{left}
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
1447 @kindex S-@key{right}
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
1448 @item S-@key{left}/@key{right}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1449 @vindex org-support-shift-select
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1450 This command also cycles bullet styles when the cursor in on the bullet or
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1451 anywhere in an item line, details depending on
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
1452 @code{org-support-shift-select}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1453 @kindex C-c ^
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1454 @item C-c ^
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1455 Sort the plain list. You will be prompted for the sorting method:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1456 numerically, alphabetically, by time, or by custom function.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1457 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1458
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1459 @node Drawers, Blocks, Plain lists, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1460 @section Drawers
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1461 @cindex drawers
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1462 @cindex #+DRAWERS
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1463 @cindex visibility cycling, drawers
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1464
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1465 @vindex org-drawers
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1466 Sometimes you want to keep information associated with an entry, but you
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1467 normally don't want to see it. For this, Org mode has @emph{drawers}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1468 Drawers need to be configured with the variable
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1469 @code{org-drawers}@footnote{You can define drawers on a per-file basis
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1470 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}. Drawers
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1471 look like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1472
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1473 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1474 ** This is a headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1475 Still outside the drawer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1476 :DRAWERNAME:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1477 This is inside the drawer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1478 :END:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1479 After the drawer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1480 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1481
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1482 Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1483 show the entry, but keep the drawer collapsed to a single line. In order to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1484 look inside the drawer, you need to move the cursor to the drawer line and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1485 press @key{TAB} there. Org mode uses the @code{PROPERTIES} drawer for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1486 storing properties (@pxref{Properties and Columns}), and you can also arrange
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1487 for state change notes (@pxref{Tracking TODO state changes}) and clock times
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1488 (@pxref{Clocking work time}) to be stored in a drawer @code{LOGBOOK}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1489
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1490 @node Blocks, Footnotes, Drawers, Document Structure
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1491 @section Blocks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1492
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1493 @vindex org-hide-block-startup
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1494 @cindex blocks, folding
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1495 Org-mode uses begin...end blocks for various purposes from including source
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1496 code examples (@pxref{Literal examples}) to capturing time logging
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1497 information (@pxref{Clocking work time}). These blocks can be folded and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1498 unfolded by pressing TAB in the begin line. You can also get all blocks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1499 folded at startup by configuring the variable @code{org-hide-block-startup}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1500 or on a per-file basis by using
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1501
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1502 @cindex @code{hideblocks}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1503 @cindex @code{nohideblocks}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1504 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1505 #+STARTUP: hideblocks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1506 #+STARTUP: nohideblocks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1507 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1508
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1509 @node Footnotes, Orgstruct mode, Blocks, Document Structure
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1510 @section Footnotes
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1511 @cindex footnotes
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1512
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1513 Org mode supports the creation of footnotes. In contrast to the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1514 @file{footnote.el} package, Org mode's footnotes are designed for work on a
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1515 larger document, not only for one-off documents like emails. The basic
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1516 syntax is similar to the one used by @file{footnote.el}, @ie a footnote is
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1517 defined in a paragraph that is started by a footnote marker in square
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1518 brackets in column 0, no indentation allowed. If you need a paragraph break
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1519 inside a footnote, use the La@TeX{} idiom @samp{\par}. The footnote reference
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1520 is simply the marker in square brackets, inside text. For example:
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1521
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1522 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1523 The Org homepage[fn:1] now looks a lot better than it used to.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1524 ...
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1525 [fn:1] The link is: http://orgmode.org
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1526 @end example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1527
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1528 Org mode extends the number-based syntax to @emph{named} footnotes and
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1529 optional inline definition. Using plain numbers as markers (as
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1530 @file{footnote.el} does) is supported for backward compatibility, but not
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1531 encouraged because of possible conflicts with La@TeX{} snippets (@pxref{Embedded
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1532 LaTeX}). Here are the valid references:
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1533
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1534 @table @code
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1535 @item [1]
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1536 A plain numeric footnote marker. Compatible with @file{footnote.el}, but not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1537 recommended because somthing like @samp{[1]} could easily be part of a code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1538 snippet.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1539 @item [fn:name]
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1540 A named footnote reference, where @code{name} is a unique label word, or, for
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1541 simplicity of automatic creation, a number.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1542 @item [fn:: This is the inline definition of this footnote]
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1543 A La@TeX{}-like anonymous footnote where the definition is given directly at the
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1544 reference point.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1545 @item [fn:name: a definition]
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1546 An inline definition of a footnote, which also specifies a name for the note.
102151
328f4b370b74 Remove duplicate words.
Juanma Barranquero <lekktu@gmail.com>
parents: 102059
diff changeset
1547 Since Org allows multiple references to the same note, you can then use
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1548 @code{[fn:name]} to create additional references.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1549 @end table
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1550
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1551 @vindex org-footnote-auto-label
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1552 Footnote labels can be created automatically, or you can create names yourself.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1553 This is handled by the variable @code{org-footnote-auto-label} and its
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1554 corresponding @code{#+STARTUP} keywords, see the docstring of that variable
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1555 for details.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1556
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1557 @noindent The following command handles footnotes:
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1558
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1559 @table @kbd
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1560 @kindex C-c C-x f
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1561 @item C-c C-x f
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1562 The footnote action command.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1563
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1564 When the cursor is on a footnote reference, jump to the definition. When it
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1565 is at a definition, jump to the (first) reference.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1566
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1567 @vindex org-footnote-define-inline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1568 @vindex org-footnote-section
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1569 @vindex org-footnote-auto-adjust
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1570 Otherwise, create a new footnote. Depending on the variable
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1571 @code{org-footnote-define-inline}@footnote{The corresponding in-buffer
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1572 setting is: @code{#+STARTUP: fninline} or @code{#+STARTUP: nofninline}}, the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1573 definition will be placed right into the text as part of the reference, or
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1574 separately into the location determined by the variable
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1575 @code{org-footnote-section}.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1576
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1577 When this command is called with a prefix argument, a menu of additional
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1578 options is offered:
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1579 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1580 s @r{Sort the footnote definitions by reference sequence. During editing,}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1581 @r{Org makes no effort to sort footnote definitions into a particular}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1582 @r{sequence. If you want them sorted, use this command, which will}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1583 @r{also move entries according to @code{org-footnote-section}. Automatic}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1584 @r{sorting after each insertion/deletion can be configured using the}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1585 @r{variable @code{org-footnote-auto-adjust}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1586 r @r{Renumber the simple @code{fn:N} footnotes. Automatic renumbering}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1587 @r{after each insertion/deletion can be configured using the variable}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1588 @r{@code{org-footnote-auto-adjust}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1589 S @r{Short for first @code{r}, then @code{s} action.}
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1590 n @r{Normalize the footnotes by collecting all definitions (including}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1591 @r{inline definitions) into a special section, and then numbering them}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1592 @r{in sequence. The references will then also be numbers. This is}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1593 @r{meant to be the final step before finishing a document (e.g. sending}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1594 @r{off an email). The exporters do this automatically, and so could}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1595 @r{something like @code{message-send-hook}.}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1596 d @r{Delete the footnote at point, and all definitions of and references}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1597 @r{to it.}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1598 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1599 Depending on the variable @code{org-footnote-auto-adjust}@footnote{the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1600 corresponding in-buffer options are @code{fnadjust} and @code{nofnadjust}.},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1601 renumbering and sorting footnotes can be automatic after each insertion or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1602 deletion.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1603
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1604 @kindex C-c C-c
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1605 @item C-c C-c
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1606 If the cursor is on a footnote reference, jump to the definition. If it is a
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1607 the definition, jump back to the reference. When called at a footnote
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1608 location with a prefix argument, offer the same menu as @kbd{C-c C-x f}.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1609 @kindex C-c C-o
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1610 @kindex mouse-1
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1611 @kindex mouse-2
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1612 @item C-c C-o @r{or} mouse-1/2
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1613 Footnote labels are also links to the corresponding definition/reference, and
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1614 you can use the usual commands to follow these links.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1615 @end table
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1616
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1617 @node Orgstruct mode, , Footnotes, Document Structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1618 @section The Orgstruct minor mode
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1619 @cindex Orgstruct mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1620 @cindex minor mode for structure editing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1621
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1622 If you like the intuitive way the Org mode structure editing and list
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1623 formatting works, you might want to use these commands in other modes like
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1624 Text mode or Mail mode as well. The minor mode @code{orgstruct-mode} makes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1625 this possible. Toggle the mode with @kbd{M-x orgstruct-mode}, or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1626 turn it on by default, for example in Mail mode, with one of:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1627
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1628 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1629 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1630 (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1631 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1632
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1633 When this mode is active and the cursor is on a line that looks to Org like a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1634 headline or the first line of a list item, most structure editing commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1635 will work, even if the same keys normally have different functionality in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1636 major mode you are using. If the cursor is not in one of those special
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1637 lines, Orgstruct mode lurks silently in the shadow. When you use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1638 @code{orgstruct++-mode}, Org will also export indentation and autofill
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1639 settings into that mode, and detect item context after the first line of an
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1640 item.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1641
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1642 @node Tables, Hyperlinks, Document Structure, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1643 @chapter Tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1644 @cindex tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1645 @cindex editing tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1646
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1647 Org comes with a fast and intuitive table editor. Spreadsheet-like
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1648 calculations are supported in connection with the Emacs @file{calc}
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1649 package
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1650 @ifinfo
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1651 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1652 @end ifinfo
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1653 @ifnotinfo
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1654 (see the Emacs Calculator manual for more information about the Emacs
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1655 calculator).
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1656 @end ifnotinfo
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1657
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1658 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1659 * Built-in table editor:: Simple tables
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1660 * Column width and alignment:: Overrule the automatic settings
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1661 * Column groups:: Grouping to trigger vertical lines
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1662 * Orgtbl mode:: The table editor as minor mode
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1663 * The spreadsheet:: The table editor has spreadsheet capabilities
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1664 * Org-Plot:: Plotting from org tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1665 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1666
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1667 @node Built-in table editor, Column width and alignment, Tables, Tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1668 @section The built-in table editor
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1669 @cindex table editor, built-in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1670
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1671 Org makes it easy to format tables in plain ASCII. Any line with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1672 @samp{|} as the first non-whitespace character is considered part of a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1673 table. @samp{|} is also the column separator. A table might look like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1674 this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1675
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1676 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1677 | Name | Phone | Age |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1678 |-------+-------+-----|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1679 | Peter | 1234 | 17 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1680 | Anna | 4321 | 25 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1681 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1682
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1683 A table is re-aligned automatically each time you press @key{TAB} or
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1684 @key{RET} or @kbd{C-c C-c} inside the table. @key{TAB} also moves to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1685 the next field (@key{RET} to the next row) and creates new table rows
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1686 at the end of the table or before horizontal lines. The indentation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1687 of the table is set by the first line. Any line starting with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1688 @samp{|-} is considered as a horizontal separator line and will be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1689 expanded on the next re-align to span the whole table width. So, to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1690 create the above table, you would only type
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1691
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1692 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1693 |Name|Phone|Age|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1694 |-
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1695 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1696
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1697 @noindent and then press @key{TAB} to align the table and start filling in
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1698 fields. Even faster would be to type @code{|Name|Phone|Age} followed by
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1699 @kbd{C-c @key{RET}}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1700
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1701 @vindex org-enable-table-editor
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1702 @vindex org-table-auto-blank-field
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1703 When typing text into a field, Org treats @key{DEL},
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1704 @key{Backspace}, and all character keys in a special way, so that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1705 inserting and deleting avoids shifting other fields. Also, when
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1706 typing @emph{immediately after the cursor was moved into a new field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1707 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1708 field is automatically made blank. If this behavior is too
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1709 unpredictable for you, configure the variables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1710 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1711
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1712 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1713 @tsubheading{Creation and conversion}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1714 @kindex C-c |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1715 @item C-c |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1716 Convert the active region to table. If every line contains at least one
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1717 TAB character, the function assumes that the material is tab separated.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1718 If every line contains a comma, comma-separated values (CSV) are assumed.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1719 If not, lines are split at whitespace into fields. You can use a prefix
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1720 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1721 C-u} forces TAB, and a numeric argument N indicates that at least N
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1722 consecutive spaces, or alternatively a TAB will be the separator.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1723 @*
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1724 If there is no active region, this command creates an empty Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1725 table. But it's easier just to start typing, like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1726 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1727
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1728 @tsubheading{Re-aligning and field motion}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1729 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1730 @item C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1731 Re-align the table without moving the cursor.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1732 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1733 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1734 @item @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1735 Re-align the table, move to the next field. Creates a new row if
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1736 necessary.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1737 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1738 @kindex S-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1739 @item S-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1740 Re-align, move to previous field.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1741 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1742 @kindex @key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1743 @item @key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1744 Re-align the table and move down to next row. Creates a new row if
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1745 necessary. At the beginning or end of a line, @key{RET} still does
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1746 NEWLINE, so it can be used to split a table.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1747 @c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1748 @kindex M-a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1749 @item M-a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1750 Move to beginning of the current table field, or on to the previous field.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1751 @kindex M-e
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1752 @item M-e
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1753 Move to end of the current table field, or on to the next field.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1754
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1755 @tsubheading{Column and row editing}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1756 @kindex M-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1757 @kindex M-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1758 @item M-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1759 @itemx M-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1760 Move the current column left/right.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1761 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1762 @kindex M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1763 @item M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1764 Kill the current column.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1765 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1766 @kindex M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1767 @item M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1768 Insert a new column to the left of the cursor position.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1769 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1770 @kindex M-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1771 @kindex M-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1772 @item M-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1773 @itemx M-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1774 Move the current row up/down.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1775 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1776 @kindex M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1777 @item M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1778 Kill the current row or horizontal line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1779 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1780 @kindex M-S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1781 @item M-S-@key{down}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1782 Insert a new row above the current row. With a prefix argument, the line is
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1783 created below the current one.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1784 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1785 @kindex C-c -
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1786 @item C-c -
101509
c915fbc219ff Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101460
diff changeset
1787 Insert a horizontal line below current row. With a prefix argument, the line
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1788 is created above the current line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1789 @c
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1790 @kindex C-c @key{RET}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1791 @item C-c @key{RET}
101509
c915fbc219ff Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101460
diff changeset
1792 Insert a horizontal line below current row, and move the cursor into the row
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1793 below that line.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
1794 @c
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1795 @kindex C-c ^
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1796 @item C-c ^
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1797 Sort the table lines in the region. The position of point indicates the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1798 column to be used for sorting, and the range of lines is the range
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1799 between the nearest horizontal separator lines, or the entire table. If
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1800 point is before the first column, you will be prompted for the sorting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1801 column. If there is an active region, the mark specifies the first line
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1802 and the sorting column, while point should be in the last line to be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1803 included into the sorting. The command prompts for the sorting type
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1804 (alphabetically, numerically, or by time). When called with a prefix
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1805 argument, alphabetic sorting will be case-sensitive.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1806
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1807 @tsubheading{Regions}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1808 @kindex C-c C-x M-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1809 @item C-c C-x M-w
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1810 Copy a rectangular region from a table to a special clipboard. Point and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1811 mark determine edge fields of the rectangle. If there is no active region,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1812 copy just the current field. The process ignores horizontal separator lines.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1813 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1814 @kindex C-c C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1815 @item C-c C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1816 Copy a rectangular region from a table to a special clipboard, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1817 blank all fields in the rectangle. So this is the ``cut'' operation.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1818 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1819 @kindex C-c C-x C-y
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1820 @item C-c C-x C-y
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1821 Paste a rectangular region into a table.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
1822 The upper left corner ends up in the current field. All involved fields
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1823 will be overwritten. If the rectangle does not fit into the present table,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1824 the table is enlarged as needed. The process ignores horizontal separator
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1825 lines.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1826 @c
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1827 @kindex M-@key{RET}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
1828 @itemx M-@kbd{RET}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1829 Wrap several fields in a column like a paragraph. If there is an active
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1830 region, and both point and mark are in the same column, the text in the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1831 column is wrapped to minimum width for the given number of lines. A numeric
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1832 prefix argument may be used to change the number of desired lines. If there
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1833 is no region, the current field is split at the cursor position and the text
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1834 fragment to the right of the cursor is prepended to the field one line
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1835 down. If there is no region, but you specify a prefix argument, the current
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1836 field is made blank, and the content is appended to the field above.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1837
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1838 @tsubheading{Calculations}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1839 @cindex formula, in tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1840 @cindex calculations, in tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1841 @cindex region, active
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1842 @cindex active region
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1843 @cindex transient mark mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1844 @kindex C-c +
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1845 @item C-c +
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1846 Sum the numbers in the current column, or in the rectangle defined by
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1847 the active region. The result is shown in the echo area and can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1848 be inserted with @kbd{C-y}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1849 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1850 @kindex S-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1851 @item S-@key{RET}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1852 @vindex org-table-copy-increment
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
1853 When current field is empty, copy from first non-empty field above. When not
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
1854 empty, copy current field down to next row and move cursor along with it.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
1855 Depending on the variable @code{org-table-copy-increment}, integer field
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
1856 values will be incremented during copy. Integers that are too large will not
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
1857 be incremented. Also, a @code{0} prefix argument temporarily disables the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1858 increment. This key is also used by shift-selection and related modes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1859 (@pxref{Conflicts}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1860
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1861 @tsubheading{Miscellaneous}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1862 @kindex C-c `
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1863 @item C-c `
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1864 Edit the current field in a separate window. This is useful for fields that
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1865 are not fully visible (@pxref{Column width and alignment}). When called with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1866 a @kbd{C-u} prefix, just make the full field visible, so that it can be
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1867 edited in place.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1868 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1869 @item M-x org-table-import
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1870 Import a file as a table. The table should be TAB or whitespace
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1871 separated. Use, for example, to import a spreadsheet table or data
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1872 from a database, because these programs generally can write
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1873 TAB-separated text files. This command works by inserting the file into
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1874 the buffer and then converting the region to a table. Any prefix
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1875 argument is passed on to the converter, which uses it to determine the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
1876 separator.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1877 @item C-c |
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1878 Tables can also be imported by pasting tabular text into the Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1879 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1880 @kbd{C-c |} command (see above under @i{Creation and conversion}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1881 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1882 @item M-x org-table-export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1883 @vindex org-table-export-default-format
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1884 Export the table, by default as a TAB-separated file. Use for data
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1885 exchange with, for example, spreadsheet or database programs. The format
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1886 used to export the file can be configured in the variable
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1887 @code{org-table-export-default-format}. You may also use properties
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1888 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1889 name and the format for table export in a subtree. Org supports quite
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1890 general formats for exported tables. The exporter format is the same as the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1891 format used by Orgtbl radio tables, see @ref{Translator functions}, for a
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
1892 detailed description.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1893 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1894
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1895 If you don't like the automatic table editor because it gets in your
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1896 way on lines which you would like to start with @samp{|}, you can turn
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1897 it off with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1898
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1899 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1900 (setq org-enable-table-editor nil)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1901 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1902
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1903 @noindent Then the only table command that still works is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1904 @kbd{C-c C-c} to do a manual re-align.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1905
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1906 @node Column width and alignment, Column groups, Built-in table editor, Tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1907 @section Column width and alignment
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1908 @cindex narrow columns in tables
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1909 @cindex alignment in tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1910
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1911 The width of columns is automatically determined by the table editor. And
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1912 also the alignment of a column is determined automatically from the fraction
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1913 of number-like versus non-number fields in the column.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1914
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1915 Sometimes a single field or a few fields need to carry more text,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1916 leading to inconveniently wide columns. To limit@footnote{This feature
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1917 does not work on XEmacs.} the width of a column, one field anywhere in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1918 the column may contain just the string @samp{<N>} where @samp{N} is an
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1919 integer specifying the width of the column in characters. The next
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1920 re-align will then set the width of this column to no more than this
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1921 value.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1922
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1923 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1924 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1925 |---+------------------------------| |---+--------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1926 | | | | | <6> |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1927 | 1 | one | | 1 | one |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1928 | 2 | two | ----\ | 2 | two |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1929 | 3 | This is a long chunk of text | ----/ | 3 | This=> |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1930 | 4 | four | | 4 | four |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1931 |---+------------------------------| |---+--------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1932 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1933 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1934
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1935 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1936 Fields that are wider become clipped and end in the string @samp{=>}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1937 Note that the full text is still in the buffer, it is only invisible.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1938 To see the full text, hold the mouse over the field---a tool-tip window
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1939 will show the full content. To edit such a field, use the command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1940 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote). This will
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1941 open a new window with the full field. Edit it and finish with @kbd{C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1942 C-c}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1943
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1944 @vindex org-startup-align-all-tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1945 When visiting a file containing a table with narrowed columns, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1946 necessary character hiding has not yet happened, and the table needs to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1947 be aligned before it looks nice. Setting the option
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1948 @code{org-startup-align-all-tables} will realign all tables in a file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1949 upon visiting, but also slow down startup. You can also set this option
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1950 on a per-file basis with:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1951
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1952 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1953 #+STARTUP: align
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1954 #+STARTUP: noalign
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1955 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1956
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1957 If you would like to overrule the automatic alignment of number-rich columns
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1958 to the right and of string-rich column to the left, you and use @samp{<r>} or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1959 @samp{<l>} in a similar fashion. You may also combine alignment and field
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1960 width like this: @samp{<l10>}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1961
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
1962 @node Column groups, Orgtbl mode, Column width and alignment, Tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1963 @section Column groups
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1964 @cindex grouping columns in tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1965
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1966 When Org exports tables, it does so by default without vertical
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1967 lines because that is visually more satisfying in general. Occasionally
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1968 however, vertical lines can be useful to structure a table into groups
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1969 of columns, much like horizontal lines can do for groups of rows. In
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1970 order to specify column groups, you can use a special row where the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1971 first field contains only @samp{/}. The further fields can either
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1972 contain @samp{<} to indicate that this column should start a group,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1973 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1974 a group of its own. Boundaries between column groups will upon export be
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1975 marked with vertical lines. Here is an example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1976
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1977 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1978 | | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1979 |---+----+-----+-----+-----+---------+------------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1980 | / | <> | < | | > | < | > |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1981 | # | 1 | 1 | 1 | 1 | 1 | 1 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1982 | # | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1983 | # | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1984 |---+----+-----+-----+-----+---------+------------|
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
1985 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2)))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1986 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1987
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1988 It is also sufficient to just insert the column group starters after
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1989 every vertical line you'd like to have:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1990
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1991 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1992 | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1993 |----+-----+-----+-----+---------+------------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1994 | / | < | | | < | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1995 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1996
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1997 @node Orgtbl mode, The spreadsheet, Column groups, Tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1998 @section The Orgtbl minor mode
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
1999 @cindex Orgtbl mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2000 @cindex minor mode for tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2001
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2002 If you like the intuitive way the Org table editor works, you
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2003 might also want to use it in other modes like Text mode or Mail mode.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2004 The minor mode Orgtbl mode makes this possible. You can always toggle
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2005 the mode with @kbd{M-x orgtbl-mode}. To turn it on by default, for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2006 example in mail mode, use
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2007
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2008 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2009 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2010 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2011
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2012 Furthermore, with some special setup, it is possible to maintain tables
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2013 in arbitrary syntax with Orgtbl mode. For example, it is possible to
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2014 construct La@TeX{} tables with the underlying ease and power of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2015 Orgtbl mode, including spreadsheet capabilities. For details, see
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2016 @ref{Tables in arbitrary syntax}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2017
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2018 @node The spreadsheet, Org-Plot, Orgtbl mode, Tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2019 @section The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2020 @cindex calculations, in tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2021 @cindex spreadsheet capabilities
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2022 @cindex @file{calc} package
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2023
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2024 The table editor makes use of the Emacs @file{calc} package to implement
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2025 spreadsheet-like capabilities. It can also evaluate Emacs Lisp forms to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2026 derive fields from other fields. While fully featured, Org's
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2027 implementation is not identical to other spreadsheets. For example,
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2028 Org knows the concept of a @emph{column formula} that will be
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2029 applied to all non-header fields in a column without having to copy the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2030 formula to each relevant field.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2031
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2032 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2033 * References:: How to refer to another field or range
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2034 * Formula syntax for Calc:: Using Calc to compute stuff
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2035 * Formula syntax for Lisp:: Writing formulas in Emacs Lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2036 * Field formulas:: Formulas valid for a single field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2037 * Column formulas:: Formulas valid for an entire column
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2038 * Editing and debugging formulas:: Fixing formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2039 * Updating the table:: Recomputing all dependent fields
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2040 * Advanced features:: Field names, parameters and automatic recalc
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2041 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2042
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2043 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2044 @subsection References
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2045 @cindex references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2046
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2047 To compute fields in the table from other fields, formulas must
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2048 reference other fields or ranges. In Org, fields can be referenced
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2049 by name, by absolute coordinates, and by relative coordinates. To find
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2050 out what the coordinates of a field are, press @kbd{C-c ?} in that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2051 field, or press @kbd{C-c @}} to toggle the display of a grid.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2052
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2053 @subsubheading Field references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2054 @cindex field references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2055 @cindex references, to fields
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2056
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2057 Formulas can reference the value of another field in two ways. Like in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2058 any other spreadsheet, you may reference fields with a letter/number
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2059 combination like @code{B3}, meaning the 2nd field in the 3rd row.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2060 @c Such references are always fixed to that field, they don't change
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2061 @c when you copy and paste a formula to a different field. So
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2062 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2063
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2064 @noindent
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2065 Org also uses another, more general operator that looks like this:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2066 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2067 @@@var{row}$@var{column}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2068 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2069
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2070 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2071 Column references can be absolute like @samp{1}, @samp{2},...@samp{@var{N}},
100508
00c300ec74ba 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100460
diff changeset
2072 or relative to the current column like @samp{+1} or @samp{-2}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2073
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2074 The row specification only counts data lines and ignores horizontal
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2075 separator lines (hlines). You can use absolute row numbers
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2076 @samp{1}...@samp{@var{N}}, and row numbers relative to the current row like
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2077 @samp{+3} or @samp{-1}. Or specify the row relative to one of the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2078 hlines: @samp{I} refers to the first hline@footnote{Note that only
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2079 hlines are counted that @emph{separate} table lines. If the table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2080 starts with a hline above the header, it does not count.}, @samp{II} to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2081 the second, etc@. @samp{-I} refers to the first such line above the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2082 current line, @samp{+I} to the first such line below the current line.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2083 You can also write @samp{III+2} which is the second data line after the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2084 third hline in the table.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2085
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2086 @samp{0} refers to the current row and column. Also, if you omit
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2087 either the column or the row part of the reference, the current
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2088 row/column is implied.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2089
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2090 Org's references with @emph{unsigned} numbers are fixed references
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2091 in the sense that if you use the same reference in the formula for two
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2092 different fields, the same field will be referenced each time.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2093 Org's references with @emph{signed} numbers are floating
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2094 references because the same reference operator can reference different
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2095 fields depending on the field being calculated by the formula.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2096
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2097 As a special case, references like @samp{$LR5} and @samp{$LR12} can be used
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2098 to refer in a stable way to the 5th and 12th field in the last row of the
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2099 table.
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
2100
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2101 Here are a few examples:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2102
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2103 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2104 @@2$3 @r{2nd row, 3rd column}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2105 C2 @r{same as previous}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2106 $5 @r{column 5 in the current row}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2107 E& @r{same as previous}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2108 @@2 @r{current column, row 2}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2109 @@-1$-3 @r{the field one row up, three columns to the left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2110 @@-I$2 @r{field just under hline above current row, column 2}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2111 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2112
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2113 @subsubheading Range references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2114 @cindex range references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2115 @cindex references, to ranges
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2116
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2117 You may reference a rectangular range of fields by specifying two field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2118 references connected by two dots @samp{..}. If both fields are in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2119 current row, you may simply use @samp{$2..$7}, but if at least one field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2120 is in a different row, you need to use the general @code{@@row$column}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2121 format at least for the first field (i.e the reference must start with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2122 @samp{@@} in order to be interpreted correctly). Examples:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2123
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2124 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2125 $1..$3 @r{First three fields in the current row.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2126 $P..$Q @r{Range, using column names (see under Advanced)}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2127 @@2$1..@@4$3 @r{6 fields between these two fields.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2128 A2..C4 @r{Same as above.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2129 @@-1$-2..@@-1 @r{3 numbers from the column to the left, 2 up to current row}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2130 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2131
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2132 @noindent Range references return a vector of values that can be fed
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2133 into Calc vector functions. Empty fields in ranges are normally
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2134 suppressed, so that the vector contains only the non-empty fields (but
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2135 see the @samp{E} mode switch below). If there are no non-empty fields,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2136 @samp{[0]} is returned to avoid syntax errors in formulas.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2137
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2138 @subsubheading Named references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2139 @cindex named references
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2140 @cindex references, named
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2141 @cindex name, of column or field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2142 @cindex constants, in calculations
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2143 @cindex #+CONSTANTS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2144
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2145 @vindex org-table-formula-constants
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2146 @samp{$name} is interpreted as the name of a column, parameter or
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2147 constant. Constants are defined globally through the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2148 @code{org-table-formula-constants}, and locally (for the file) through a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2149 line like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2150
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2151 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2152 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2153 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2154
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2155 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2156 @vindex constants-unit-system
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2157 @pindex constants.el
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2158 Also properties (@pxref{Properties and Columns}) can be used as
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2159 constants in table formulas: for a property @samp{:Xyz:} use the name
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2160 @samp{$PROP_Xyz}, and the property will be searched in the current
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2161 outline entry and in the hierarchy above it. If you have the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2162 @file{constants.el} package, it will also be used to resolve constants,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2163 including natural constants like @samp{$h} for Planck's constant, and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2164 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2165 supply the values of constants in two different unit systems, @code{SI}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2166 and @code{cgs}. Which one is used depends on the value of the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2167 @code{constants-unit-system}. You can use the @code{#+STARTUP} options
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2168 @code{constSI} and @code{constcgs} to set this value for the current
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2169 buffer.}. Column names and parameters can be specified in special table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2170 lines. These are described below, see @ref{Advanced features}. All
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2171 names must start with a letter, and further consist of letters and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2172 numbers.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2173
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2174 @subsubheading Remote references
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2175 @cindex remote references
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2176 @cindex references, remote
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2177 @cindex references, to a different table
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2178 @cindex name, of column or field
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2179 @cindex constants, in calculations
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2180 @cindex #+TBLNAME
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2181
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2182 You may also reference constants, fields and ranges from a different table,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2183 either in the current file or even in a different file. The syntax is
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2184
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2185 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2186 remote(NAME-OR-ID,REF)
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2187 @end example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2188
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2189 @noindent
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2190 where NAME can be the name of a table in the current file as set by a
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2191 @code{#+TBLNAME: NAME} line before the table. It can also be the ID of an
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2192 entry, even in a different file, and the reference then refers to the first
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2193 table in that entry. REF is an absolute field or range reference as
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2194 described above for example @code{@@3$3} or @code{$somename}, valid in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2195 referenced table.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2196
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2197 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2198 @subsection Formula syntax for Calc
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2199 @cindex formula syntax, Calc
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2200 @cindex syntax, of formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2201
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2202 A formula can be any algebraic expression understood by the Emacs
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2203 @file{Calc} package. @b{Note that @file{calc} has the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2204 non-standard convention that @samp{/} has lower precedence than
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2205 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.} Before
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2206 evaluation by @code{calc-eval} (@pxref{Calling Calc from
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2207 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2208 Emacs Calc Manual}),
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2209 @c FIXME: The link to the Calc manual in HTML does not work.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2210 variable substitution takes place according to the rules described above.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2211 @cindex vectors, in table calculations
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2212 The range vectors can be directly fed into the Calc vector functions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2213 like @samp{vmean} and @samp{vsum}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2214
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2215 @cindex format specifier
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2216 @cindex mode, for @file{calc}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2217 @vindex org-calc-default-modes
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2218 A formula can contain an optional mode string after a semicolon. This
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2219 string consists of flags to influence Calc and other modes during
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2220 execution. By default, Org uses the standard Calc modes (precision
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
2221 12, angular units degrees, fraction and symbolic modes off). The display
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2222 format, however, has been changed to @code{(float 8)} to keep tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2223 compact. The default settings can be configured using the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2224 @code{org-calc-default-modes}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2225
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2226 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2227 p20 @r{switch the internal precision to 20 digits}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2228 n3 s3 e2 f4 @r{normal, scientific, engineering, or fixed display format}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2229 D R @r{angle modes: degrees, radians}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2230 F S @r{fraction and symbolic modes}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2231 N @r{interpret all fields as numbers, use 0 for non-numbers}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2232 T @r{force text interpretation}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2233 E @r{keep empty fields in ranges}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2234 L @r{literal}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2235 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2236
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2237 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2238 In addition, you may provide a @code{printf} format specifier to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2239 reformat the final result. A few examples:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2240
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2241 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2242 $1+$2 @r{Sum of first and second field}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2243 $1+$2;%.2f @r{Same, format result to two decimals}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2244 exp($2)+exp($1) @r{Math functions can be used}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2245 $0;%.1f @r{Reformat current cell to 1 decimal}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2246 ($3-32)*5/9 @r{Degrees F -> C conversion}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2247 $c/$1/$cm @r{Hz -> cm conversion, using @file{constants.el}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2248 tan($1);Dp3s1 @r{Compute in degrees, precision 3, display SCI 1}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2249 sin($1);Dp3%.1e @r{Same, but use printf specifier for display}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2250 vmean($2..$7) @r{Compute column range mean, using vector function}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2251 vmean($2..$7);EN @r{Same, but treat empty fields as 0}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2252 taylor($3,x=7,2) @r{taylor series of $3, at x=7, second degree}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2253 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2254
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2255 Calc also contains a complete set of logical operations. For example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2256
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2257 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2258 if($1<20,teen,string("")) @r{``teen'' if age $1 less than 20, else empty}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2259 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2260
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2261 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2262 @subsection Emacs Lisp forms as formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2263 @cindex Lisp forms, as table formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2264
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2265 It is also possible to write a formula in Emacs Lisp; this can be useful
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
2266 for string manipulation and control structures, if Calc's
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2267 functionality is not enough. If a formula starts with a single-quote
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2268 followed by an opening parenthesis, then it is evaluated as a Lisp form.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2269 The evaluation should return either a string or a number. Just as with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2270 @file{calc} formulas, you can specify modes and a printf format after a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2271 semicolon. With Emacs Lisp forms, you need to be conscious about the way
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2272 field references are interpolated into the form. By default, a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2273 reference will be interpolated as a Lisp string (in double-quotes)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2274 containing the field. If you provide the @samp{N} mode switch, all
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2275 referenced elements will be numbers (non-number fields will be zero) and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2276 interpolated as Lisp numbers, without quotes. If you provide the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2277 @samp{L} flag, all fields will be interpolated literally, without quotes.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2278 @Ie{}, if you want a reference to be interpreted as a string by the Lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2279 form, enclose the reference operator itself in double-quotes, like
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2280 @code{"$3"}. Ranges are inserted as space-separated fields, so you can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2281 embed them in list or vector syntax. A few examples, note how the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2282 @samp{N} mode is used when we do computations in Lisp.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2283
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2284 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2285 @r{Swap the first two characters of the content of column 1}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2286 '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
101509
c915fbc219ff Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101460
diff changeset
2287 @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2288 '(+ $1 $2);N
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2289 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2290 '(apply '+ '($1..$4));N
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2291 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2292
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2293 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2294 @subsection Field formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2295 @cindex field formula
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2296 @cindex formula, for individual table field
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2297
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2298 To assign a formula to a particular field, type it directly into the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2299 field, preceded by @samp{:=}, for example @samp{:=$1+$2}. When you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2300 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2301 the field, the formula will be stored as the formula for this field,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2302 evaluated, and the current field replaced with the result.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2303
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2304 @cindex #+TBLFM
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2305 Formulas are stored in a special line starting with @samp{#+TBLFM:}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2306 directly below the table. If you typed the equation in the 4th field of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2307 the 3rd data line in the table, the formula will look like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2308 @samp{@@3$4=$1+$2}. When inserting/deleting/swapping column and rows
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2309 with the appropriate commands, @i{absolute references} (but not relative
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2310 ones) in stored formulas are modified in order to still reference the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2311 same field. Of course this is not true if you edit the table structure
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2312 with normal editing commands---then you must fix the equations yourself.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2313 The left-hand side of a formula may also be a named field (@pxref{Advanced
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
2314 features}), or a last-row reference like @samp{$LR3}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2315
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2316 Instead of typing an equation into the field, you may also use the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2317 following command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2318
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2319 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2320 @kindex C-u C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2321 @item C-u C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2322 Install a new formula for the current field. The command prompts for a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2323 formula with default taken from the @samp{#+TBLFM:} line, applies
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2324 it to the current field, and stores it.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2325 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2326
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2327 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2328 @subsection Column formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2329 @cindex column formula
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2330 @cindex formula, for table column
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2331
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2332 Often in a table, the same formula should be used for all fields in a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2333 particular column. Instead of having to copy the formula to all fields
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2334 in that column, Org allows you to assign a single formula to an entire
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2335 column. If the table contains horizontal separator hlines, everything
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2336 before the first such line is considered part of the table @emph{header}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2337 and will not be modified by column formulas.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2338
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2339 To assign a formula to a column, type it directly into any field in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2340 column, preceded by an equal sign, like @samp{=$1+$2}. When you press
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2341 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2342 the formula will be stored as the formula for the current column, evaluated
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2343 and the current field replaced with the result. If the field contains only
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2344 @samp{=}, the previously stored formula for this column is used. For each
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2345 column, Org will only remember the most recently used formula. In the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2346 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}. The left-hand
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2347 side of a column formula cannot currently be the name of column, it
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2348 must be the numeric column reference.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2349
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2350 Instead of typing an equation into the field, you may also use the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2351 following command:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2352
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2353 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2354 @kindex C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2355 @item C-c =
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2356 Install a new formula for the current column and replace current field with
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2357 the result of the formula. The command prompts for a formula, with default
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2358 taken from the @samp{#+TBLFM} line, applies it to the current field and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2359 stores it. With a numeric prefix argument(@eg @kbd{C-5 C-c =}) the command
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2360 will apply it to that many consecutive fields in the current column.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2361 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2362
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2363 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2364 @subsection Editing and debugging formulas
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2365 @cindex formula editing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2366 @cindex editing, of table formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2367
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2368 @vindex org-table-use-standard-references
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2369 You can edit individual formulas in the minibuffer or directly in the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2370 field. Org can also prepare a special buffer with all active
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2371 formulas of a table. When offering a formula for editing, Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2372 converts references to the standard format (like @code{B3} or @code{D&})
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2373 if possible. If you prefer to only work with the internal format (like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2374 @code{@@3$2} or @code{$4}), configure the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2375 @code{org-table-use-standard-references}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2376
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2377 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2378 @kindex C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2379 @kindex C-u C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2380 @item C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2381 @itemx C-u C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2382 Edit the formula associated with the current column/field in the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2383 minibuffer. See @ref{Column formulas}, and @ref{Field formulas}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2384 @kindex C-u C-u C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2385 @item C-u C-u C-c =
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2386 Re-insert the active formula (either a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2387 field formula, or a column formula) into the current field, so that you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2388 can edit it directly in the field. The advantage over editing in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2389 minibuffer is that you can use the command @kbd{C-c ?}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2390 @kindex C-c ?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2391 @item C-c ?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2392 While editing a formula in a table field, highlight the field(s)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2393 referenced by the reference at the cursor position in the formula.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2394 @kindex C-c @}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2395 @item C-c @}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2396 Toggle the display of row and column numbers for a table, using
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2397 overlays. These are updated each time the table is aligned; you can
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2398 force it with @kbd{C-c C-c}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2399 @kindex C-c @{
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2400 @item C-c @{
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2401 Toggle the formula debugger on and off. See below.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2402 @kindex C-c '
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2403 @item C-c '
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2404 Edit all formulas for the current table in a special buffer, where the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2405 formulas will be displayed one per line. If the current field has an
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2406 active formula, the cursor in the formula editor will mark it.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2407 While inside the special buffer, Org will automatically highlight
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2408 any field or range reference at the cursor position. You may edit,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2409 remove and add formulas, and use the following commands:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2410 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2411 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2412 @kindex C-x C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2413 @item C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2414 @itemx C-x C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2415 Exit the formula editor and store the modified formulas. With @kbd{C-u}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2416 prefix, also apply the new formulas to the entire table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2417 @kindex C-c C-q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2418 @item C-c C-q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2419 Exit the formula editor without installing changes.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2420 @kindex C-c C-r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2421 @item C-c C-r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2422 Toggle all references in the formula editor between standard (like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2423 @code{B3}) and internal (like @code{@@3$2}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2424 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2425 @item @key{TAB}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2426 Pretty-print or indent Lisp formula at point. When in a line containing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2427 a Lisp formula, format the formula according to Emacs Lisp rules.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2428 Another @key{TAB} collapses the formula back again. In the open
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2429 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2430 @kindex M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2431 @item M-@key{TAB}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2432 Complete Lisp symbols, just like in Emacs Lisp mode.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2433 @kindex S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2434 @kindex S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2435 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2436 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2437 @item S-@key{up}/@key{down}/@key{left}/@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2438 Shift the reference at point. For example, if the reference is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2439 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2440 This also works for relative references and for hline references.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2441 @kindex M-S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2442 @kindex M-S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2443 @item M-S-@key{up}/@key{down}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2444 Move the test line for column formulas in the Org buffer up and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2445 down.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2446 @kindex M-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2447 @kindex M-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2448 @item M-@key{up}/@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2449 Scroll the window displaying the table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2450 @kindex C-c @}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2451 @item C-c @}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2452 Turn the coordinate grid in the table on and off.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2453 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2454 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2455
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2456 Making a table field blank does not remove the formula associated with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2457 the field, because that is stored in a different line (the @samp{#+TBLFM}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2458 line)---during the next recalculation the field will be filled again.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2459 To remove a formula from a field, you have to give an empty reply when
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2460 prompted for the formula, or to edit the @samp{#+TBLFM} line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2461
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2462 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2463 You may edit the @samp{#+TBLFM} directly and re-apply the changed
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2464 equations with @kbd{C-c C-c} in that line or with the normal
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2465 recalculation commands in the table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2466
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2467 @subsubheading Debugging formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2468 @cindex formula debugging
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2469 @cindex debugging, of table formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2470 When the evaluation of a formula leads to an error, the field content
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2471 becomes the string @samp{#ERROR}. If you would like see what is going
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2472 on during variable substitution and calculation in order to find a bug,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2473 turn on formula debugging in the @code{Tbl} menu and repeat the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2474 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2475 field. Detailed information will be displayed.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2476
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2477 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2478 @subsection Updating the table
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2479 @cindex recomputing table fields
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2480 @cindex updating, table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2481
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2482 Recalculation of a table is normally not automatic, but needs to be
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2483 triggered by a command. See @ref{Advanced features}, for a way to make
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2484 recalculation at least semi-automatic.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2485
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2486 In order to recalculate a line of a table or the entire table, use the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2487 following commands:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2488
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2489 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2490 @kindex C-c *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2491 @item C-c *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2492 Recalculate the current row by first applying the stored column formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2493 from left to right, and all field formulas in the current row.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2494 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2495 @kindex C-u C-c *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2496 @item C-u C-c *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2497 @kindex C-u C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2498 @itemx C-u C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2499 Recompute the entire table, line by line. Any lines before the first
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2500 hline are left alone, assuming that these are part of the table header.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2501 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2502 @kindex C-u C-u C-c *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2503 @kindex C-u C-u C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2504 @item C-u C-u C-c *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2505 @itemx C-u C-u C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2506 Iterate the table by recomputing it until no further changes occur.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2507 This may be necessary if some computed fields use the value of other
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2508 fields that are computed @i{later} in the calculation sequence.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2509 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2510
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2511 @node Advanced features, , Updating the table, The spreadsheet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2512 @subsection Advanced features
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2513
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2514 If you want the recalculation of fields to happen automatically, or if
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2515 you want to be able to assign @i{names} to fields and columns, you need
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2516 to reserve the first column of the table for special marking characters.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2517 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2518 @kindex C-#
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2519 @item C-#
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2520 Rotate the calculation mark in first column through the states @samp{},
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2521 @samp{#}, @samp{*}, @samp{!}, @samp{$}. When there is an active region,
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2522 change all marks in the region.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2523 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2524
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2525 Here is an example of a table that collects exam results of students and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2526 makes use of these features:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2527
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2528 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2529 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2530 |---+---------+--------+--------+--------+-------+------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2531 | | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2532 |---+---------+--------+--------+--------+-------+------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2533 | ! | | P1 | P2 | P3 | Tot | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2534 | # | Maximum | 10 | 15 | 25 | 50 | 10.0 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2535 | ^ | | m1 | m2 | m3 | mt | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2536 |---+---------+--------+--------+--------+-------+------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2537 | # | Peter | 10 | 8 | 23 | 41 | 8.2 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2538 | # | Sam | 2 | 4 | 3 | 9 | 1.8 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2539 |---+---------+--------+--------+--------+-------+------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2540 | | Average | | | | 29.7 | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2541 | ^ | | | | | at | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2542 | $ | max=50 | | | | | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2543 |---+---------+--------+--------+--------+-------+------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2544 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2545 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2546 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2547
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2548 @noindent @b{Important}: please note that for these special tables,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2549 recalculating the table with @kbd{C-u C-c *} will only affect rows that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2550 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2551 to the field itself. The column formulas are not applied in rows with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2552 empty first field.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2553
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2554 @cindex marking characters, tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2555 The marking characters have the following meaning:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2556 @table @samp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2557 @item !
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2558 The fields in this line define names for the columns, so that you may
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2559 refer to a column as @samp{$Tot} instead of @samp{$6}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2560 @item ^
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2561 This row defines names for the fields @emph{above} the row. With such
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2562 a definition, any formula in the table may use @samp{$m1} to refer to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2563 the value @samp{10}. Also, if you assign a formula to a names field, it
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2564 will be stored as @samp{$name=...}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2565 @item _
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2566 Similar to @samp{^}, but defines names for the fields in the row
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2567 @emph{below}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2568 @item $
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2569 Fields in this row can define @emph{parameters} for formulas. For
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2570 example, if a field in a @samp{$} row contains @samp{max=50}, then
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2571 formulas in this table can refer to the value 50 using @samp{$max}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2572 Parameters work exactly like constants, only that they can be defined on
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2573 a per-table basis.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2574 @item #
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2575 Fields in this row are automatically recalculated when pressing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2576 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row. Also, this row
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2577 is selected for a global recalculation with @kbd{C-u C-c *}. Unmarked
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2578 lines will be left alone by this command.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2579 @item *
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2580 Selects this line for global recalculation with @kbd{C-u C-c *}, but
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2581 not for automatic recalculation. Use this when automatic
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2582 recalculation slows down editing too much.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2583 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2584 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2585 All lines that should be recalculated should be marked with @samp{#}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2586 or @samp{*}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2587 @item /
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2588 Do not export this line. Useful for lines that contain the narrowing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2589 @samp{<N>} markers.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2590 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2591
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2592 Finally, just to whet your appetite for what can be done with the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2593 fantastic @file{calc.el} package, here is a table that computes the Taylor
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2594 series of degree @code{n} at location @code{x} for a couple of
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2595 functions.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2596
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2597 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2598 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2599 |---+-------------+---+-----+--------------------------------------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2600 | | Func | n | x | Result |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2601 |---+-------------+---+-----+--------------------------------------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2602 | # | exp(x) | 1 | x | 1 + x |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2603 | # | exp(x) | 2 | x | 1 + x + x^2 / 2 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2604 | # | exp(x) | 3 | x | 1 + x + x^2 / 2 + x^3 / 6 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2605 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2606 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2607 | * | tan(x) | 3 | x | 0.0175 x + 1.77e-6 x^3 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2608 |---+-------------+---+-----+--------------------------------------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2609 #+TBLFM: $5=taylor($2,$4,$3);n3
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2610 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2611 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2612
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2613 @node Org-Plot, , The spreadsheet, Tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2614 @section Org-Plot
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2615 @cindex graph, in tables
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2616 @cindex plot tables using gnuplot
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2617 @cindex #+PLOT
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2618
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2619 Org-Plot can produce 2D and 3D graphs of information stored in org tables
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
2620 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
2621 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}. To see
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2622 this in action, ensure that you have both Gnuplot and Gnuplot mode installed
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
2623 on your system, then call @code{org-plot/gnuplot} on the following table.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2624
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2625 @example
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2626 @group
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2627 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2628 | Sede | Max cites | H-index |
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2629 |-----------+-----------+---------|
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2630 | Chile | 257.72 | 21.39 |
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2631 | Leeds | 165.77 | 19.68 |
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2632 | Sao Paolo | 71.00 | 11.50 |
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2633 | Stockholm | 134.19 | 14.33 |
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2634 | Morelia | 257.56 | 17.67 |
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2635 @end group
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2636 @end example
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2637
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2638 Notice that Org Plot is smart enough to apply the table's headers as labels.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2639 Further control over the labels, type, content, and appearance of plots can
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2640 be exercised through the @code{#+PLOT:} lines preceding a table. See below
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2641 for a complete list of Org-plot options. For more information and examples
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2642 see the Org-plot tutorial at
102000
c61bbad9f3b7 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101802
diff changeset
2643 @uref{http://orgmode.org/worg/org-tutorials/org-plot.php}.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2644
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2645 @subsubheading Plot Options
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2646
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2647 @table @code
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2648 @item set
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2649 Specify any @command{gnuplot} option to be set when graphing.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2650
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2651 @item title
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2652 Specify the title of the plot.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2653
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2654 @item ind
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2655 Specify which column of the table to use as the @code{x} axis.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2656
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2657 @item deps
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2658 Specify the columns to graph as a Lisp style list, surrounded by parentheses
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
2659 and separated by spaces for example @code{dep:(3 4)} to graph the third and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2660 fourth columns (defaults to graphing all other columns aside from the @code{ind}
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
2661 column).
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2662
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2663 @item type
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2664 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2665
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2666 @item with
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2667 Specify a @code{with} option to be inserted for every col being plotted
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2668 (@eg @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
103365
6a5d3ff46ec7 * org.texi (Org Plot): Fix tags (Bug#3507).
Chong Yidong <cyd@stupidchicken.com>
parents: 102151
diff changeset
2669 Defaults to @code{lines}.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2670
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2671 @item file
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2672 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2673
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2674 @item labels
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2675 List of labels to be used for the deps (defaults to the column headers if
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2676 they exist).
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2677
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2678 @item line
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2679 Specify an entire line to be inserted in the Gnuplot script.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2680
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2681 @item map
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2682 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2683 flat mapping rather than a @code{3d} slope.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2684
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
2685 @item timefmt
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2686 Specify format of Org-mode timestamps as they will be parsed by Gnuplot.
103365
6a5d3ff46ec7 * org.texi (Org Plot): Fix tags (Bug#3507).
Chong Yidong <cyd@stupidchicken.com>
parents: 102151
diff changeset
2687 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
2688
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2689 @item script
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2690 If you want total control, you can specify a script file (place the file name
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2691 between double-quotes) which will be used to plot. Before plotting, every
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2692 instance of @code{$datafile} in the specified script will be replaced with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2693 the path to the generated data file. Note: even if you set this option, you
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2694 may still want to specify the plot type, as that can impact the content of
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2695 the data file.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2696 @end table
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
2697
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2698 @node Hyperlinks, TODO Items, Tables, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2699 @chapter Hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2700 @cindex hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2701
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2702 Like HTML, Org provides links inside a file, external links to
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
2703 other files, Usenet articles, emails, and much more.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2704
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2705 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2706 * Link format:: How links in Org are formatted
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2707 * Internal links:: Links to other places in the current file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2708 * External links:: URL-like links to the world
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2709 * Handling links:: Creating, inserting and following
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2710 * Using links outside Org:: Linking from my C source code?
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2711 * Link abbreviations:: Shortcuts for writing complex links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2712 * Search options:: Linking to a specific location
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2713 * Custom searches:: When the default search is not enough
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2714 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2715
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2716 @node Link format, Internal links, Hyperlinks, Hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2717 @section Link format
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2718 @cindex link format
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2719 @cindex format, of links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2720
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2721 Org will recognize plain URL-like links and activate them as
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2722 clickable links. The general link format, however, looks like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2723
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2724 @example
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2725 [[link][description]] @r{or alternatively} [[link]]
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2726 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2727
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2728 @noindent
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2729 Once a link in the buffer is complete (all brackets present), Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2730 will change the display so that @samp{description} is displayed instead
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2731 of @samp{[[link][description]]} and @samp{link} is displayed instead of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2732 @samp{[[link]]}. Links will be highlighted in the face @code{org-link},
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2733 which by default is an underlined face. You can directly edit the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2734 visible part of a link. Note that this can be either the @samp{link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2735 part (if there is no description) or the @samp{description} part. To
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2736 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2737 cursor on the link.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2738
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2739 If you place the cursor at the beginning or just behind the end of the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2740 displayed text and press @key{BACKSPACE}, you will remove the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2741 (invisible) bracket at that location. This makes the link incomplete
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2742 and the internals are again displayed as plain text. Inserting the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2743 missing bracket hides the link internals again. To show the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2744 internal structure of all links, use the menu entry
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2745 @code{Org->Hyperlinks->Literal links}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2746
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2747 @node Internal links, External links, Link format, Hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2748 @section Internal links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2749 @cindex internal links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2750 @cindex links, internal
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2751 @cindex targets, for links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2752
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2753 @cindex property, CUSTOM_ID
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2754 If the link does not look like a URL, it is considered to be internal in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2755 current file. The most important case is a link like
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2756 @samp{[[#my-custom-id]]} which will link to the entry with the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2757 @code{CUSTOM_ID} property @samp{my-custom-id}. Such custom IDs are very good
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2758 for HTML export (@pxref{HTML export}) where they produce pretty section
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2759 links. You are responsible yourself to make sure these custom IDs are unique
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2760 in a file.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2761
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2762 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2763 lead to a text search in the current file.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2764
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2765 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2766 or with a mouse click (@pxref{Handling links}). Links to custom IDs will
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2767 point to the corresponding headline. The preferred match for a text link is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2768 a @i{dedicated target}: the same string in double angular brackets. Targets
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2769 may be located anywhere; sometimes it is convenient to put them into a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2770 comment line. For example
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2771
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2772 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2773 # <<My Target>>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2774 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2775
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2776 @noindent In HTML export (@pxref{HTML export}), such targets will become
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
2777 named anchors for direct access through @samp{http} links@footnote{Note that
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
2778 text before the first headline is usually not exported, so the first such
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
2779 target should be after the first headline, or in the line directly before the
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
2780 first headline.}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2781
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2782 If no dedicated target exists, Org will search for the words in the link. In
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2783 the above example the search would be for @samp{my target}. Links starting
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2784 with a star like @samp{*My Target} restrict the search to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2785 headlines@footnote{To insert a link targeting a headline, in-buffer
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2786 completion can be used. Just type a star followed by a few optional letters
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2787 into the buffer and press @kbd{M-@key{TAB}}. All headlines in the current
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2788 buffer will be offered as completions. @xref{Handling links}, for more
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2789 commands creating links.}. When searching, Org mode will first try an
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2790 exact match, but then move on to more and more lenient searches. For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2791 example, the link @samp{[[*My Targets]]} will find any of the following:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2792
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2793 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2794 ** My targets
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2795 ** TODO my targets are bright
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2796 ** my 20 targets are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2797 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2798
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2799
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2800 Following a link pushes a mark onto Org's own mark ring. You can
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2801 return to the previous position with @kbd{C-c &}. Using this command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2802 several times in direct succession goes back to positions recorded
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2803 earlier.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2804
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2805 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2806 * Radio targets:: Make targets trigger links in plain text
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2807 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2808
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2809 @node Radio targets, , Internal links, Internal links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2810 @subsection Radio targets
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2811 @cindex radio targets
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2812 @cindex targets, radio
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2813 @cindex links, radio targets
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2814
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2815 Org can automatically turn any occurrences of certain target names
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2816 in normal text into a link. So without explicitly creating a link, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2817 text connects to the target radioing its position. Radio targets are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2818 enclosed by triple angular brackets. For example, a target @samp{<<<My
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2819 Target>>>} causes each occurrence of @samp{my target} in normal text to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2820 become activated as a link. The Org file is scanned automatically
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2821 for radio targets only when the file is first loaded into Emacs. To
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2822 update the target list during editing, press @kbd{C-c C-c} with the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2823 cursor on or at a target.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2824
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2825 @node External links, Handling links, Internal links, Hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2826 @section External links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2827 @cindex links, external
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2828 @cindex external links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2829 @cindex links, external
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2830 @cindex Gnus links
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2831 @cindex BBDB links
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2832 @cindex IRC links
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2833 @cindex URL links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2834 @cindex file links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2835 @cindex VM links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2836 @cindex RMAIL links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2837 @cindex WANDERLUST links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2838 @cindex MH-E links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2839 @cindex USENET links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2840 @cindex SHELL links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2841 @cindex Info links
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2842 @cindex Elisp links
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2843
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2844 Org supports links to files, websites, Usenet and email messages,
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2845 BBDB database entries and links to both IRC conversations and their
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2846 logs. External links are URL-like locators. They start with a short
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2847 identifying string followed by a colon. There can be no space after
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2848 the colon. The following list shows examples for each link type.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2849
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2850 @example
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2851 http://www.astro.uva.nl/~dominik @r{on the web}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2852 file:/home/dominik/images/jupiter.jpg @r{file, absolute path}
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
2853 /home/dominik/images/jupiter.jpg @r{same as above}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2854 file:papers/last.pdf @r{file, relative path}
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
2855 ./papers/last.pdf @r{same as above}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2856 file:projects.org @r{another Org file}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2857 file:projects.org::some words @r{text search in Org file}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2858 file:projects.org::*task title @r{heading search in Org file}
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2859 id:B7423F4D-2E8A-471B-8810-C40F074717E9 @r{Link to heading by ID}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2860 news:comp.emacs @r{Usenet link}
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2861 mailto:adent@@galaxy.net @r{Mail link}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2862 vm:folder @r{VM folder link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2863 vm:folder#id @r{VM message link}
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2864 vm://myself@@some.where.org/folder#id @r{VM on remote machine}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2865 wl:folder @r{WANDERLUST folder link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2866 wl:folder#id @r{WANDERLUST message link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2867 mhe:folder @r{MH-E folder link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2868 mhe:folder#id @r{MH-E message link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2869 rmail:folder @r{RMAIL folder link}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2870 rmail:folder#id @r{RMAIL message link}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2871 gnus:group @r{Gnus group link}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2872 gnus:group#id @r{Gnus article link}
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
2873 bbdb:R.*Stallman @r{BBDB link (with regexp)}
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
2874 irc:/irc.com/#emacs/bob @r{IRC link}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2875 shell:ls *.org @r{A shell command}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2876 elisp:org-agenda @r{Interactive Elisp command}
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
2877 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2878 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2879
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2880 A link should be enclosed in double brackets and may contain a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2881 descriptive text to be displayed instead of the URL (@pxref{Link
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2882 format}), for example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2883
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2884 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2885 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2886 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2887
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2888 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2889 If the description is a file name or URL that points to an image, HTML
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2890 export (@pxref{HTML export}) will inline the image as a clickable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2891 button. If there is no description at all and the link points to an
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2892 image,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2893 that image will be inlined into the exported HTML file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2894
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2895 @cindex square brackets, around links
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2896 @cindex plain text external links
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2897 Org also finds external links in the normal text and activates them
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2898 as links. If spaces must be part of the link (for example in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2899 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2900 about the end of the link, enclose them in square brackets.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2901
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2902 @node Handling links, Using links outside Org, External links, Hyperlinks
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2903 @section Handling links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2904 @cindex links, handling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2905
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2906 Org provides methods to create a link in the correct syntax, to
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2907 insert it into an Org file, and to follow the link.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2908
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2909 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2910 @kindex C-c l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2911 @cindex storing links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2912 @item C-c l
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2913 Store a link to the current location. This is a @emph{global} command (you
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2914 must create the key binding yourself) which can be used in any buffer to
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2915 create a link. The link will be stored for later insertion into an Org
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2916 buffer (see below). What kind of link will be created depends on the current
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2917 buffer:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2918
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2919 @b{Org-mode buffers}@*
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2920 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2921 to the target. Otherwise it points to the current headline, which will also
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2922 be the description.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2923
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2924 @vindex org-link-to-org-use-id
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2925 @cindex property, CUSTOM_ID
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2926 @cindex property, ID
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2927 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2928 will be stored. In addition or alternatively (depending on the value of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2929 @code{org-link-to-org-use-id}), a globally unique @code{ID} property will be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2930 created and/or used to construct a link. So using this command in Org
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2931 buffers will potentially create two links: a human-readable from the custom
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2932 ID, and one that is globally unique and works even if the entry is moved from
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2933 file to file. Later, when inserting the link, you need to decide which one
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2934 to use.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2935
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2936 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2937 Pretty much all Emacs mail clients are supported. The link will point to the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2938 current article, or, in some GNUS buffers, to the group. The description is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2939 constructed from the author and the subject.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2940
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2941 @b{Web browsers: W3 and W3M}@*
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2942 Here the link will be the current URL, with the page title as description.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2943
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2944 @b{Contacts: BBDB}@*
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2945 Links created in a BBDB buffer will point to the current entry.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2946
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2947 @b{Chat: IRC}@*
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2948 @vindex org-irc-link-to-logs
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2949 For IRC links, if you set the variable @code{org-irc-link-to-logs} to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2950 @code{t}, a @samp{file:/} style link to the relevant point in the logs for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2951 the current conversation is created. Otherwise an @samp{irc:/} style link to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2952 the user/channel/server under the point will be stored.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2953
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2954 @b{Other files}@*
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2955 For any other files, the link will point to the file, with a search string
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2956 (@pxref{Search options}) pointing to the contents of the current line. If
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2957 there is an active region, the selected words will form the basis of the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2958 search string. If the automatically created link is not working correctly or
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
2959 accurately enough, you can write custom functions to select the search string
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2960 and to do the search for particular file types---see @ref{Custom searches}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2961 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2962 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2963 @kindex C-c C-l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2964 @cindex link completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2965 @cindex completion, of links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2966 @cindex inserting links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2967 @item C-c C-l
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2968 @vindex org-keep-stored-link-after-insertion
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2969 Insert a link@footnote{ Note that you don't have to use this command to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2970 insert a link. Links in Org are plain text, and you can type or paste them
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2971 straight into the buffer. By using this command, the links are automatically
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2972 enclosed in double brackets, and you will be asked for the optional
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2973 descriptive text.}. This prompts for a link to be inserted into the buffer.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2974 You can just type a link, using text for an internal link, or one of the link
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2975 type prefixes mentioned in the examples above. The link will be inserted
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2976 into the buffer@footnote{After insertion of a stored link, the link will be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2977 removed from the list of stored links. To keep it in the list later use, use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2978 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2979 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
2980 If some text was selected when this command is called, the selected text
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2981 becomes the default description.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2982
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2983 @b{Inserting stored links}@*
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2984 All links stored during the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2985 current session are part of the history for this prompt, so you can access
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2986 them with @key{up} and @key{down} (or @kbd{M-p/n}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2987
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2988 @b{Completion support}@* Completion with @key{TAB} will help you to insert
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2989 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2990 defined through link abbreviations (@pxref{Link abbreviations}). If you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2991 press @key{RET} after inserting only the @var{prefix}, Org will offer
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2992 specific completion support for some link types@footnote{This works by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2993 calling a special function @code{org-PREFIX-complete-link}.} For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2994 example, if you type @kbd{file @key{RET}}, file name completion (alternative
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2995 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
2996 @key{RET}} you can complete contact names.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2997 @kindex C-u C-c C-l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2998 @cindex file name completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2999 @cindex completion, of file names
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3000 @item C-u C-c C-l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3001 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3002 a file will be inserted and you may use file name completion to select
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3003 the name of the file. The path to the file is inserted relative to the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3004 directory of the current Org file, if the linked file is in the current
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3005 directory or in a sub-directory of it, or if the path is written relative
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3006 to the current directory using @samp{../}. Otherwise an absolute path
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3007 is used, if possible with @samp{~/} for your home directory. You can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3008 force an absolute path with two @kbd{C-u} prefixes.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3009 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3010 @item C-c C-l @r{(with cursor on existing link)}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3011 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3012 link and description parts of the link.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3013 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3014 @cindex following links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3015 @kindex C-c C-o
101758
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3016 @kindex RET
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3017 @item C-c C-o @r{or} @key{RET}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3018 @vindex org-file-apps
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3019 Open link at point. This will launch a web browser for URLs (using
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3020 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3021 the corresponding links, and execute the command in a shell link. When the
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3022 cursor is on an internal link, this commands runs the corresponding search.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3023 When the cursor is on a TAG list in a headline, it creates the corresponding
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3024 TAGS view. If the cursor is on a timestamp, it compiles the agenda for that
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3025 date. Furthermore, it will visit text and remote files in @samp{file:} links
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3026 with Emacs and select a suitable application for local non-text files.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3027 Classification of files is based on file extension only. See option
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
3028 @code{org-file-apps}. If you want to override the default application and
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
3029 visit the file with Emacs, use a @kbd{C-u} prefix. If you want to avoid
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
3030 opening in Emacs, use a @kbd{C-u C-u} prefix.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3031 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3032 @kindex mouse-2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3033 @kindex mouse-1
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3034 @item mouse-2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3035 @itemx mouse-1
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3036 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3037 would. Under Emacs 22, @kbd{mouse-1} will also follow a link.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3038 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3039 @kindex mouse-3
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3040 @item mouse-3
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3041 @vindex org-display-internal-link-with-indirect-buffer
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3042 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3043 internal links to be displayed in another window@footnote{See the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3044 variable @code{org-display-internal-link-with-indirect-buffer}}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3045 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3046 @cindex mark ring
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3047 @kindex C-c %
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3048 @item C-c %
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3049 Push the current position onto the mark ring, to be able to return
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3050 easily. Commands following an internal link do this automatically.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3051 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3052 @cindex links, returning to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3053 @kindex C-c &
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3054 @item C-c &
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3055 Jump back to a recorded position. A position is recorded by the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3056 commands following internal links, and by @kbd{C-c %}. Using this
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3057 command several times in direct succession moves through a ring of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3058 previously recorded positions.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3059 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3060 @kindex C-c C-x C-n
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3061 @kindex C-c C-x C-p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3062 @cindex links, finding next/previous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3063 @item C-c C-x C-n
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3064 @itemx C-c C-x C-p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3065 Move forward/backward to the next link in the buffer. At the limit of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3066 the buffer, the search fails once, and then wraps around. The key
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3067 bindings for this are really too long, you might want to bind this also
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3068 to @kbd{C-n} and @kbd{C-p}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3069 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3070 (add-hook 'org-load-hook
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3071 (lambda ()
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3072 (define-key 'org-mode-map "\C-n" 'org-next-link)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3073 (define-key 'org-mode-map "\C-p" 'org-previous-link)))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3074 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3075 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3076
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3077 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3078 @section Using links outside Org
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3079
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3080 You can insert and follow links that have Org syntax not only in
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3081 Org, but in any Emacs buffer. For this, you should create two
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3082 global commands, like this (please select suitable global keys
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3083 yourself):
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3084
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3085 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3086 (global-set-key "\C-c L" 'org-insert-link-global)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3087 (global-set-key "\C-c o" 'org-open-at-point-global)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3088 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3089
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3090 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3091 @section Link abbreviations
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3092 @cindex link abbreviations
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3093 @cindex abbreviation, links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3094
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3095 Long URLs can be cumbersome to type, and often many similar links are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3096 needed in a document. For this you can use link abbreviations. An
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3097 abbreviated link looks like this
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3098
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3099 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3100 [[linkword:tag][description]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3101 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3102
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3103 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3104 @vindex org-link-abbrev-alist
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3105 where the tag is optional. The @i{linkword} must be a word; letter, numbers,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3106 @samp{-}, and @samp{_} are allowed here. Abbreviations are resolved
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3107 according to the information in the variable @code{org-link-abbrev-alist}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3108 that relates the linkwords to replacement text. Here is an example:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3109
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3110 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3111 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3112 (setq org-link-abbrev-alist
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3113 '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3114 ("google" . "http://www.google.com/search?q=")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3115 ("ads" . "http://adsabs.harvard.edu/cgi-bin/
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3116 nph-abs_connect?author=%s&db_key=AST")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3117 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3118 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3119
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3120 If the replacement text contains the string @samp{%s}, it will be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3121 replaced with the tag. Otherwise the tag will be appended to the string
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3122 in order to create the link. You may also specify a function that will
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3123 be called with the tag as the only argument to create the link.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3124
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3125 With the above setting, you could link to a specific bug with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3126 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3127 @code{[[google:OrgMode]]} and find out what the Org author is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3128 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3129
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3130 If you need special abbreviations just for a single Org buffer, you
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3131 can define them in the file with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3132
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3133 @cindex #+LINK
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3134 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3135 #+LINK: bugzilla http://10.1.2.9/bugzilla/show_bug.cgi?id=
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3136 #+LINK: google http://www.google.com/search?q=%s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3137 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3138
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3139 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3140 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3141 complete link abbreviations. You may also define a function
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3142 @code{org-PREFIX-complete-link} that implements special (@eg completion)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3143 support for inserting such a link with @kbd{C-c C-l}. Such a function should
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3144 not accept any arguments, and return the full link with prefix.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3145
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3146 @node Search options, Custom searches, Link abbreviations, Hyperlinks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3147 @section Search options in file links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3148 @cindex search option in file links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3149 @cindex file links, searching
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3150
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3151 File links can contain additional information to make Emacs jump to a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3152 particular location in the file when following a link. This can be a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3153 line number or a search option after a double@footnote{For backward
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3154 compatibility, line numbers can also follow a single colon.} colon. For
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3155 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3156 links}) to a file, it encodes the words in the current line as a search
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3157 string that can be used to find this line back later when following the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3158 link with @kbd{C-c C-o}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3159
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3160 Here is the syntax of the different ways to attach a search to a file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3161 link, together with an explanation:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3162
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3163 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3164 [[file:~/code/main.c::255]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3165 [[file:~/xx.org::My Target]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3166 [[file:~/xx.org::*My Target]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3167 [[file:~/xx.org::/regexp/]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3168 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3169
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3170 @table @code
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3171 @item 255
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3172 Jump to line 255.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3173 @item My Target
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3174 Search for a link target @samp{<<My Target>>}, or do a text search for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3175 @samp{my target}, similar to the search in internal links, see
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3176 @ref{Internal links}. In HTML export (@pxref{HTML export}), such a file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3177 link will become an HTML reference to the corresponding named anchor in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3178 the linked file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3179 @item *My Target
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3180 In an Org file, restrict search to headlines.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3181 @item /regexp/
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3182 Do a regular expression search for @code{regexp}. This uses the Emacs
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3183 command @code{occur} to list all matches in a separate window. If the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3184 target file is in Org mode, @code{org-occur} is used to create a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3185 sparse tree with the matches.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3186 @c If the target file is a directory,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3187 @c @code{grep} will be used to search all files in the directory.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3188 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3189
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3190 As a degenerate case, a file link with an empty file name can be used
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3191 to search the current file. For example, @code{[[file:::find me]]} does
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3192 a search for @samp{find me} in the current file, just as
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3193 @samp{[[find me]]} would.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3194
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3195 @node Custom searches, , Search options, Hyperlinks
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3196 @section Custom Searches
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3197 @cindex custom search strings
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3198 @cindex search strings, custom
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3199
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3200 The default mechanism for creating search strings and for doing the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3201 actual search related to a file link may not work correctly in all
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3202 cases. For example, Bib@TeX{} database files have many entries like
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3203 @samp{year="1993"} which would not result in good search strings,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3204 because the only unique identification for a Bib@TeX{} entry is the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3205 citation key.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3206
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3207 @vindex org-create-file-search-functions
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3208 @vindex org-execute-file-search-functions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3209 If you come across such a problem, you can write custom functions to set
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3210 the right search string for a particular file type, and to do the search
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3211 for the string in the file. Using @code{add-hook}, these functions need
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3212 to be added to the hook variables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3213 @code{org-create-file-search-functions} and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3214 @code{org-execute-file-search-functions}. See the docstring for these
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3215 variables for more information. Org actually uses this mechanism
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3216 for Bib@TeX{} database files, and you can use the corresponding code as
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3217 an implementation example. See the file @file{org-bibtex.el}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3218
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3219 @node TODO Items, Tags, Hyperlinks, Top
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3220 @chapter TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3221 @cindex TODO items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3222
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3223 Org mode does not maintain TODO lists as separate documents@footnote{Of
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
3224 course, you can make a document that contains only long lists of TODO items,
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3225 but this is not required.}. Instead, TODO items are an integral part of the
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3226 notes file, because TODO items usually come up while taking notes! With Org
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3227 mode, simply mark any entry in a tree as being a TODO item. In this way,
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3228 information is not duplicated, and the entire context from which the TODO
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3229 item emerged is always present.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3230
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3231 Of course, this technique for managing TODO items scatters them
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3232 throughout your notes file. Org mode compensates for this by providing
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3233 methods to give you an overview of all the things that you have to do.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3234
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3235 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3236 * TODO basics:: Marking and displaying TODO entries
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3237 * TODO extensions:: Workflow and assignments
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3238 * Progress logging:: Dates and notes for progress
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3239 * Priorities:: Some things are more important than others
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3240 * Breaking down tasks:: Splitting a task into manageable pieces
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3241 * Checkboxes:: Tick-off lists
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3242 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3243
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3244 @node TODO basics, TODO extensions, TODO Items, TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3245 @section Basic TODO functionality
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3246
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3247 Any headline becomes a TODO item when it starts with the word
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3248 @samp{TODO}, for example:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3249
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3250 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3251 *** TODO Write letter to Sam Fortune
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3252 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3253
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3254 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3255 The most important commands to work with TODO entries are:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3256
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3257 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3258 @kindex C-c C-t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3259 @cindex cycling, of TODO states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3260 @item C-c C-t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3261 Rotate the TODO state of the current item among
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3262
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3263 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3264 ,-> (unmarked) -> TODO -> DONE --.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3265 '--------------------------------'
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3266 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3267
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3268 The same rotation can also be done ``remotely'' from the timeline and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3269 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3270
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3271 @kindex C-u C-c C-t
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3272 @item C-u C-c C-t
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3273 Select a specific keyword using completion or (if it has been set up)
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3274 the fast selection interface. For the latter, you need to assign keys
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3275 to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3276 more information.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3277
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3278 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3279 @kindex S-@key{left}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3280 @vindex org-treat-S-cursor-todo-selection-as-state-change
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3281 @item S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3282 @itemx S-@key{left}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3283 Select the following/preceding TODO state, similar to cycling. Useful
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3284 mostly if more than two TODO states are possible (@pxref{TODO
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3285 extensions}). See also @ref{Conflicts}, for a discussion of the interaction
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3286 with @code{shift-selection-mode}. See also the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3287 @code{org-treat-S-cursor-todo-selection-as-state-change}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3288 @kindex C-c C-v
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3289 @kindex C-c / t
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3290 @cindex sparse tree, for TODO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3291 @item C-c C-v
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3292 @itemx C-c / t
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3293 @vindex org-todo-keywords
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3294 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}). Folds the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3295 entire buffer, but shows all TODO items and the headings hierarchy above
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3296 them. With a prefix argument, search for a specific TODO. You will be
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3297 prompted for the keyword, and you can also give a list of keywords like
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3298 @code{KWD1|KWD2|...} to list entries that match any one of these keywords.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3299 With numeric prefix argument N, show the tree for the Nth keyword in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3300 variable @code{org-todo-keywords}. With two prefix arguments, find all TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3301 and DONE entries.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3302 @kindex C-c a t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3303 @item C-c a t
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3304 Show the global TODO list. Collects the TODO items from all agenda
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3305 files (@pxref{Agenda Views}) into a single buffer. The new buffer will
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3306 be in @code{agenda-mode}, which provides commands to examine and
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3307 manipulate the TODO entries from the new buffer (@pxref{Agenda
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3308 commands}). @xref{Global TODO list}, for more information.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3309 @kindex S-M-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3310 @item S-M-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3311 Insert a new TODO entry below the current one.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3312 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3313
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
3314 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3315 @vindex org-todo-state-tags-triggers
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
3316 Changing a TODO state can also trigger tag changes. See the docstring of the
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
3317 option @code{org-todo-state-tags-triggers} for details.
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
3318
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3319 @node TODO extensions, Progress logging, TODO basics, TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3320 @section Extended use of TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3321 @cindex extended TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3322
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3323 @vindex org-todo-keywords
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3324 By default, marked TODO entries have one of only two states: TODO and
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3325 DONE. Org mode allows you to classify TODO items in more complex ways
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3326 with @emph{TODO keywords} (stored in @code{org-todo-keywords}). With
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3327 special setup, the TODO keyword system can work differently in different
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3328 files.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3329
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3330 Note that @i{tags} are another way to classify headlines in general and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3331 TODO items in particular (@pxref{Tags}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3332
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3333 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3334 * Workflow states:: From TODO to DONE in steps
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3335 * TODO types:: I do this, Fred does the rest
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3336 * Multiple sets in one file:: Mixing it all, and still finding your way
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3337 * Fast access to TODO states:: Single letter selection of a state
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3338 * Per-file keywords:: Different files, different requirements
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3339 * Faces for TODO keywords:: Highlighting states
101747
374ac7d3b3ac Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101703
diff changeset
3340 * TODO dependencies:: When one task needs to wait for others
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3341 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3342
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3343 @node Workflow states, TODO types, TODO extensions, TODO extensions
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3344 @subsection TODO keywords as workflow states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3345 @cindex TODO workflow
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3346 @cindex workflow states as TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3347
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3348 You can use TODO keywords to indicate different @emph{sequential} states
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3349 in the process of working on an item, for example@footnote{Changing
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3350 this variable only becomes effective after restarting Org mode in a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3351 buffer.}:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3352
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3353 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3354 (setq org-todo-keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3355 '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3356 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3357
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3358 The vertical bar separates the TODO keywords (states that @emph{need
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
3359 action}) from the DONE states (which need @emph{no further action}). If
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3360 you don't provide the separator bar, the last state is used as the DONE
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3361 state.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3362 @cindex completion, of TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3363 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3364 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED. You may
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3365 also use a numeric prefix argument to quickly select a specific state. For
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3366 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
103366
66652dbd881c * org.texi (Workflow states, Agenda commands): Fix tags (Bug#3508).
Chong Yidong <cyd@stupidchicken.com>
parents: 103365
diff changeset
3367 Or you can use @kbd{S-@key{left}} to go backward through the sequence. If you
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3368 define many keywords, you can use in-buffer completion
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3369 (@pxref{Completion}) or even a special one-key selection scheme
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3370 (@pxref{Fast access to TODO states}) to insert these words into the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3371 buffer. Changing a TODO state can be logged with a timestamp, see
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3372 @ref{Tracking TODO state changes}, for more information.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3373
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3374 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3375 @subsection TODO keywords as types
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3376 @cindex TODO types
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3377 @cindex names as TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3378 @cindex types as TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3379
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3380 The second possibility is to use TODO keywords to indicate different
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3381 @emph{types} of action items. For example, you might want to indicate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3382 that items are for ``work'' or ``home''. Or, when you work with several
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3383 people on a single project, you might want to assign action items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3384 directly to persons, by using their names as TODO keywords. This would
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3385 be set up like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3386
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3387 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3388 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3389 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3390
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3391 In this case, different keywords do not indicate a sequence, but rather
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3392 different types. So the normal work flow would be to assign a task to a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3393 person, and later to mark it DONE. Org mode supports this style by adapting
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3394 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3395 @kbd{t} command in the timeline and agenda buffers.}. When used several
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3396 times in succession, it will still cycle through all names, in order to first
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3397 select the right type for a task. But when you return to the item after some
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3398 time and execute @kbd{C-c C-t} again, it will switch from any name directly
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3399 to DONE. Use prefix arguments or completion to quickly select a specific
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3400 name. You can also review the items of a specific TODO type in a sparse tree
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3401 by using a numeric prefix to @kbd{C-c C-v}. For example, to see all things
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3402 Lucy has to do, you would use @kbd{C-3 C-c C-v}. To collect Lucy's items
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3403 from all agenda files into a single buffer, you would use the numeric prefix
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3404 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3405
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3406 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3407 @subsection Multiple keyword sets in one file
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3408 @cindex TODO keyword sets
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3409
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3410 Sometimes you may want to use different sets of TODO keywords in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3411 parallel. For example, you may want to have the basic
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3412 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3413 separate state indicating that an item has been canceled (so it is not
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3414 DONE, but also does not require action). Your setup would then look
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3415 like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3416
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3417 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3418 (setq org-todo-keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3419 '((sequence "TODO" "|" "DONE")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3420 (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3421 (sequence "|" "CANCELED")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3422 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3423
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3424 The keywords should all be different, this helps Org mode to keep track
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3425 of which subsequence should be used for a given entry. In this setup,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3426 @kbd{C-c C-t} only operates within a subsequence, so it switches from
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3427 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3428 (nothing) to @code{REPORT}. Therefore you need a mechanism to initially
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3429 select the correct sequence. Besides the obvious ways like typing a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3430 keyword or using completion, you may also apply the following commands:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3431
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3432 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3433 @kindex C-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3434 @kindex C-S-@key{left}
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3435 @kindex C-u C-u C-c C-t
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3436 @item C-u C-u C-c C-t
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3437 @itemx C-S-@key{right}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3438 @itemx C-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3439 These keys jump from one TODO subset to the next. In the above example,
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3440 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3441 @code{DONE} to @code{REPORT}, and any of the words in the second row to
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3442 @code{CANCELED}. Note that the @kbd{C-S-} key binding conflict with
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3443 @code{shift-selection-mode} (@pxref{Conflicts}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3444 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3445 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3446 @item S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3447 @itemx S-@key{left}
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3448 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3449 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3450 from @code{DONE} to @code{REPORT} in the example above. See also
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3451 @ref{Conflicts}, for a discussion of the interaction with
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3452 @code{shift-selection-mode}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3453 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3454
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3455 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3456 @subsection Fast access to TODO states
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3457
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3458 If you would like to quickly change an entry to an arbitrary TODO state
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3459 instead of cycling through the states, you can set up keys for
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3460 single-letter access to the states. This is done by adding the section
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3461 key after each keyword, in parentheses. For example:
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3462
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3463 @lisp
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3464 (setq org-todo-keywords
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3465 '((sequence "TODO(t)" "|" "DONE(d)")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3466 (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3467 (sequence "|" "CANCELED(c)")))
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3468 @end lisp
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3469
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3470 @vindex org-fast-tag-selection-include-todo
101758
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3471 If you then press @code{C-c C-t} followed by the selection key, the entry
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3472 will be switched to this state. @key{SPC} can be used to remove any TODO
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3473 keyword from an entry.@footnote{Check also the variable
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3474 @code{org-fast-tag-selection-include-todo}, it allows you to change the TODO
101758
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3475 state through the tags interface (@pxref{Setting tags}), in case you like to
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3476 mingle the two concepts. Note that this means you need to come up with
64835454876e 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101747
diff changeset
3477 unique keys across both sets of keywords.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3478
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3479 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3480 @subsection Setting up keywords for individual files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3481 @cindex keyword options
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3482 @cindex per-file keywords
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3483 @cindex #+TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3484 @cindex #+TYP_TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3485 @cindex #+SEQ_TODO
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3486
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3487 It can be very useful to use different aspects of the TODO mechanism in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3488 different files. For file-local settings, you need to add special lines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3489 to the file which set the keywords and interpretation for that file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3490 only. For example, to set one of the two examples discussed above, you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3491 need one of the following lines, starting in column zero anywhere in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3492 file:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3493
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3494 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3495 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3496 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3497 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3498 interpretation, but it means the same as @code{#+TODO}), or
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3499 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3500 #+TYP_TODO: Fred Sara Lucy Mike | DONE
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3501 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3502
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3503 A setup for using several sets in parallel would be:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3504
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3505 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3506 #+TODO: TODO | DONE
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3507 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3508 #+TODO: | CANCELED
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3509 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3510
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3511 @cindex completion, of option keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3512 @kindex M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3513 @noindent To make sure you are using the correct keyword, type
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3514 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3515
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3516 @cindex DONE, final TODO keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3517 Remember that the keywords after the vertical bar (or the last keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3518 if no bar is there) must always mean that the item is DONE (although you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3519 may use a different word). After changing one of these lines, use
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3520 @kbd{C-c C-c} with the cursor still in the line to make the changes
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3521 known to Org mode@footnote{Org mode parses these lines only when
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3522 Org mode is activated after visiting a file. @kbd{C-c C-c} with the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3523 cursor in a line starting with @samp{#+} is simply restarting Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3524 for the current buffer.}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3525
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3526 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3527 @subsection Faces for TODO keywords
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3528 @cindex faces, for TODO keywords
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3529
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3530 @vindex org-todo @r{(face)}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3531 @vindex org-done @r{(face)}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3532 @vindex org-todo-keyword-faces
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3533 Org mode highlights TODO keywords with special faces: @code{org-todo}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3534 for keywords indicating that an item still has to be acted upon, and
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3535 @code{org-done} for keywords indicating that an item is finished. If
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3536 you are using more than 2 different states, you might want to use
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3537 special faces for some of them. This can be done using the variable
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3538 @code{org-todo-keyword-faces}. For example:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3539
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3540 @lisp
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
3541 @group
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3542 (setq org-todo-keyword-faces
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3543 '(("TODO" . org-warning)
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3544 ("DEFERRED" . shadow)
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3545 ("CANCELED" . (:foreground "blue" :weight bold))))
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
3546 @end group
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3547 @end lisp
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3548
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3549 While using a list with face properties as shown for CANCELED
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3550 @emph{should} work, this does not aways seem to be the case. If
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3551 necessary, define a special face and use that.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3552
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3553 @node TODO dependencies, , Faces for TODO keywords, TODO extensions
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3554 @subsection TODO dependencies
101703
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3555 @cindex TODO dependencies
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3556 @cindex dependencies, of TODO states
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3557
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3558 @vindex org-enforce-todo-dependencies
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3559 @cindex property, ORDERED
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3560 The structure of Org files (hierarchy and lists) makes it easy to define TODO
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3561 dependencies. Usually, a parent TODO task should not be marked DONE until
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3562 all subtasks (defined as children tasks) are marked as DONE. And sometimes
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3563 there is a logical sequence to a number of (sub)tasks, so that one task
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3564 cannot be acted upon before all siblings above it are done. If you customize
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3565 the variable @code{org-enforce-todo-dependencies}, Org will block entries
101703
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3566 from changing state to DONE while they have children that are not DONE.
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3567 Furthermore, if an entry has a property @code{ORDERED}, each of its children
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3568 will be blocked until all earlier siblings are marked DONE. Here is an
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3569 example:
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3570
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3571 @example
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3572 * TODO Blocked until (two) is done
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3573 ** DONE one
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3574 ** TODO two
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3575
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3576 * Parent
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3577 :PROPERTIES:
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3578 :ORDERED: t
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3579 :END:
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3580 ** TODO a
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3581 ** TODO b, needs to wait for (a)
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3582 ** TODO c, needs to wait for (a) and (b)
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3583 @end example
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3584
101671
4c26fea2986c 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101609
diff changeset
3585 @table @kbd
4c26fea2986c 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101609
diff changeset
3586 @kindex C-c C-x o
4c26fea2986c 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101609
diff changeset
3587 @item C-c C-x o
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3588 @vindex org-track-ordered-property-with-tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3589 @cindex property, ORDERED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3590 Toggle the @code{ORDERED} property of the current entry. A property is used
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3591 for this behavior because this should be local to the current entry, not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3592 inherited like a tag. However, if you would like to @i{track} the value of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3593 this property with a tag for better visibility, customize the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3594 @code{org-track-ordered-property-with-tag}.
101703
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3595 @kindex C-u C-u C-u C-c C-t
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3596 @item C-u C-u C-u C-c C-t
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3597 Change TODO state, circumventing any state blocking.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3598 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3599
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3600 @vindex org-agenda-dim-blocked-tasks
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3601 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3602 that cannot be closed because of such dependencies will be shown in a dimmed
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3603 font or even made invisible in agenda views (@pxref{Agenda Views}).
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3604
101703
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3605 @cindex checkboxes and TODO dependencies
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3606 @vindex org-enforce-todo-dependencies
101703
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3607 You can also block changes of TODO states by looking at checkboxes
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3608 (@pxref{Checkboxes}). If you set the variable
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3609 @code{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3610 checkboxes will be blocked from switching to DONE.
1e9411498c8f 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 101671
diff changeset
3611
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3612 If you need more complex dependency structures, for example dependencies
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3613 between entries in different trees or files, check out the contributed
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3614 module @file{org-depend.el}.
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3615
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3616 @page
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3617 @node Progress logging, Priorities, TODO extensions, TODO Items
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3618 @section Progress logging
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3619 @cindex progress logging
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3620 @cindex logging, of progress
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3621
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3622 Org mode can automatically record a timestamp and possibly a note when
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3623 you mark a TODO item as DONE, or even each time you change the state of
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3624 a TODO item. This system is highly configurable, settings can be on a
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3625 per-keyword basis and can be localized to a file or even a subtree. For
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3626 information on how to clock working time for a task, see @ref{Clocking
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3627 work time}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3628
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3629 @menu
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3630 * Closing items:: When was this entry marked DONE?
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3631 * Tracking TODO state changes:: When did the status change?
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3632 @end menu
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3633
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3634 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3635 @subsection Closing items
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3636
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3637 The most basic logging is to keep track of @emph{when} a certain TODO
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3638 item was finished. This is achieved with@footnote{The corresponding
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3639 in-buffer setting is: @code{#+STARTUP: logdone}}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3640
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3641 @lisp
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3642 (setq org-log-done 'time)
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3643 @end lisp
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3644
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3645 @noindent
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3646 Then each time you turn an entry from a TODO (not-done) state into any
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3647 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3648 just after the headline. If you turn the entry back into a TODO item
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3649 through further state cycling, that line will be removed again. If you
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3650 want to record a note along with the timestamp, use@footnote{The
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3651 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3652
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3653 @lisp
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3654 (setq org-log-done 'note)
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3655 @end lisp
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3656
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3657 @noindent
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3658 You will then be prompted for a note, and that note will be stored below
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3659 the entry with a @samp{Closing Note} heading.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3660
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3661 In the timeline (@pxref{Timeline}) and in the agenda
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3662 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3663 display the TODO items with a @samp{CLOSED} timestamp on each day,
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3664 giving you an overview of what has been done.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3665
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3666 @node Tracking TODO state changes, , Closing items, Progress logging
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3667 @subsection Tracking TODO state changes
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3668 @cindex drawer, for state change recording
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3669
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3670 @vindex org-log-states-order-reversed
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3671 @vindex org-log-into-drawer
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3672 @cindex property, LOG_INTO_DRAWER
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3673 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3674 might want to keep track of when a state change occurred and maybe take a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3675 note about this change. You can either record just a timestamp, or a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3676 time-stamped note for a change. These records will be inserted after the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3677 headline as an itemized list, newest first@footnote{See the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3678 @code{org-log-states-order-reversed}}. When taking a lot of notes, you might
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3679 want to get the notes out of the way into a drawer (@pxref{Drawers}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3680 Customize the variable @code{org-log-into-drawer} to get this
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3681 behavior---the recommended drawer for this is called @code{LOGBOOK}. You can
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3682 also overrule the setting of this variable for a subtree by setting a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3683 @code{LOG_INTO_DRAWER} property.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3684
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3685 Since it is normally too much to record a note for every state, Org mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3686 expects configuration on a per-keyword basis for this. This is achieved by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3687 adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3688 in parentheses after each keyword. For example, with the setting
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3689
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3690 @lisp
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3691 (setq org-todo-keywords
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3692 '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3693 @end lisp
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3694
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3695 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3696 @vindex org-log-done
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3697 you not only define global TODO keywords and fast access keys, but also
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3698 request that a time is recorded when the entry is set to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3699 DONE@footnote{It is possible that Org mode will record two timestamps
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3700 when you are using both @code{org-log-done} and state change logging.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3701 However, it will never prompt for two notes---if you have configured
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3702 both, the state change recording note will take precedence and cancel
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3703 the @samp{Closing Note}.}, and that a note is recorded when switching to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3704 WAIT or CANCELED. The setting for WAIT is even more special: the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3705 @samp{!} after the slash means that in addition to the note taken when
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3706 entering the state, a timestamp should be recorded when @i{leaving} the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3707 WAIT state, if and only if the @i{target} state does not configure
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3708 logging for entering it. So it has no effect when switching from WAIT
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3709 to DONE, because DONE is configured to record a timestamp only. But
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3710 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3711 setting now triggers a timestamp even though TODO has no logging
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3712 configured.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3713
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3714 You can use the exact same syntax for setting logging preferences local
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3715 to a buffer:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3716 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3717 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3718 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3719
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3720 @cindex property, LOGGING
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3721 In order to define logging settings that are local to a subtree or a
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3722 single item, define a LOGGING property in this entry. Any non-empty
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3723 LOGGING property resets all logging settings to nil. You may then turn
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3724 on logging for this specific tree using STARTUP keywords like
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3725 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3726 settings like @code{TODO(!)}. For example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3727
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3728 @example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3729 * TODO Log each state with only a time
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3730 :PROPERTIES:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3731 :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3732 :END:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3733 * TODO Only log when switching to WAIT, and when repeating
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3734 :PROPERTIES:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3735 :LOGGING: WAIT(@@) logrepeat
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3736 :END:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3737 * TODO No logging at all
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3738 :PROPERTIES:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3739 :LOGGING: nil
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3740 :END:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3741 @end example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3742
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3743 @node Priorities, Breaking down tasks, Progress logging, TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3744 @section Priorities
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3745 @cindex priorities
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3746
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3747 If you use Org mode extensively, you may end up enough TODO items that
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3748 it starts to make sense to prioritize them. Prioritizing can be done by
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3749 placing a @emph{priority cookie} into the headline of a TODO item, like
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3750 this
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3751
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3752 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3753 *** TODO [#A] Write letter to Sam Fortune
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3754 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3755
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3756 @noindent
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3757 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3758 @samp{C}. @samp{A} is the highest priority. An entry without a cookie
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3759 is treated as priority @samp{B}. Priorities make a difference only in
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3760 the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3761 no inherent meaning to Org mode.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3762
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3763 Priorities can be attached to any outline tree entries; they do not need
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3764 to be TODO items.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3765
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3766 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3767 @kindex @kbd{C-c ,}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3768 @item @kbd{C-c ,}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3769 Set the priority of the current headline. The command prompts for a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3770 priority character @samp{A}, @samp{B} or @samp{C}. When you press
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3771 @key{SPC} instead, the priority cookie is removed from the headline.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3772 The priorities can also be changed ``remotely'' from the timeline and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3773 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3774 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3775 @kindex S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3776 @kindex S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3777 @item S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3778 @itemx S-@key{down}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3779 @vindex org-priority-start-cycle-with-default
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3780 Increase/decrease priority of current headline@footnote{See also the option
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3781 @code{org-priority-start-cycle-with-default}.}. Note that these keys are
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3782 also used to modify timestamps (@pxref{Creating timestamps}). See also
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3783 @ref{Conflicts}, for a discussion of the interaction with
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
3784 @code{shift-selection-mode}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3785 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3786
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3787 @vindex org-highest-priority
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3788 @vindex org-lowest-priority
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3789 @vindex org-default-priority
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3790 You can change the range of allowed priorities by setting the variables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3791 @code{org-highest-priority}, @code{org-lowest-priority}, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3792 @code{org-default-priority}. For an individual buffer, you may set
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3793 these values (highest, lowest, default) like this (please make sure that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3794 the highest priority is earlier in the alphabet than the lowest
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3795 priority):
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3796
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3797 @cindex #+PRIORITIES
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3798 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3799 #+PRIORITIES: A C B
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3800 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3801
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3802 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3803 @section Breaking tasks down into subtasks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3804 @cindex tasks, breaking down
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3805
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3806 @vindex org-agenda-todo-list-sublevels
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3807 It is often advisable to break down large tasks into smaller, manageable
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3808 subtasks. You can do this by creating an outline tree below a TODO item,
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3809 with detailed subtasks on the tree@footnote{To keep subtasks out of the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3810 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}. To keep
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3811 the overview over the fraction of subtasks that are already completed, insert
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3812 either @samp{[/]} or @samp{[%]} anywhere in the headline. These cookies will
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3813 be updates each time the todo status of a child changes. For example:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3814
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3815 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3816 * Organize Party [33%]
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3817 ** TODO Call people [1/2]
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3818 *** TODO Peter
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3819 *** DONE Sarah
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3820 ** TODO Buy food
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3821 ** DONE Talk to neighbor
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3822 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3823
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3824 @cindex property, COOKIE_DATA
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3825 If a heading has both checkboxes and TODO children below it, the meaning of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3826 the statistics cookie become ambiguous. Set the property
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3827 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3828 this issue.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3829
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3830 If you would like a TODO entry to automatically change to DONE
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3831 when all children are done, you can use the following setup:
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3832
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3833 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3834 (defun org-summary-todo (n-done n-not-done)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3835 "Switch entry to DONE when all subentries are done, to TODO otherwise."
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3836 (let (org-log-done org-log-states) ; turn off logging
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3837 (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3838
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3839 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3840 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3841
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3842
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3843 Another possibility is the use of checkboxes to identify (a hierarchy of) a
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
3844 large number of subtasks (@pxref{Checkboxes}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3845
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3846
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3847 @node Checkboxes, , Breaking down tasks, TODO Items
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3848 @section Checkboxes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3849 @cindex checkboxes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3850
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3851 Every item in a plain list (@pxref{Plain lists}) can be made into a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3852 checkbox by starting it with the string @samp{[ ]}. This feature is
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3853 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3854 Checkboxes are not included into the global TODO list, so they are often
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3855 great to split a task into a number of simple steps. Or you can use
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3856 them in a shopping list. To toggle a checkbox, use @kbd{C-c C-c}, or
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3857 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3858
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3859 Here is an example of a checkbox list.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3860
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3861 @example
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3862 * TODO Organize party [2/4]
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3863 - [-] call people [1/3]
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3864 - [ ] Peter
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3865 - [X] Sarah
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3866 - [ ] Sam
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3867 - [X] order food
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3868 - [ ] think about what music to play
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3869 - [X] talk to the neighbors
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3870 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3871
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3872 Checkboxes work hierarchically, so if a checkbox item has children that
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3873 are checkboxes, toggling one of the children checkboxes will make the
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3874 parent checkbox reflect if none, some, or all of the children are
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3875 checked.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
3876
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3877 @cindex statistics, for checkboxes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3878 @cindex checkbox statistics
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3879 @cindex property, COOKIE_DATA
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3880 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3881 indicating how many checkboxes present in this entry have been checked off,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3882 and the total number of checkboxes present. This can give you an idea on how
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3883 many checkboxes remain, even without opening a folded entry. The cookies can
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3884 be placed into a headline or into (the first line of) a plain list item.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3885 Each cookie covers checkboxes of direct children structurally below the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3886 headline/item on which the cookie appears@footnote{Set the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3887 @code{org-recursive-checkbox-statistics} if you want such cookies to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3888 represent the all checkboxes below the cookie, not just the direct
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3889 children.}. You have to insert the cookie yourself by typing either
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3890 @samp{[/]} or @samp{[%]}. With @samp{[/]} you get an @samp{n out of m}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3891 result, as in the examples above. With @samp{[%]} you get information about
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3892 the percentage of checkboxes checked (in the above example, this would be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3893 @samp{[50%]} and @samp{[33%]}, respectively). In a headline, a cookie can
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3894 count either checkboxes below the heading or TODO states of children, and it
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3895 will display whatever was changed last. Set the property @code{COOKIE_DATA}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3896 to either @samp{checkbox} or @samp{todo} to resolve this issue.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3897
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3898 @cindex blocking, of checkboxes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3899 @cindex checkbox blocking
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3900 @cindex property, ORDERED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3901 If the current outline node has an @code{ORDERED} property, checkboxes must
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3902 be checked off in sequence, and an error will be thrown if you try to check
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3903 off a box while there are unchecked boxes above it.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3904
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3905 @noindent The following commands work with checkboxes:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3906
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3907 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3908 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3909 @item C-c C-c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3910 Toggle checkbox status or (with prefix arg) checkbox presence at point. With
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3911 double prefix argument, set it to @samp{[-]}, which is considered to be an
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3912 intermediate state.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3913 @kindex C-c C-x C-b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3914 @item C-c C-x C-b
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3915 Toggle checkbox status or (with prefix arg) checkbox presence at point. With
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3916 double prefix argument, set it to @samp{[-]}, which is considered to be an
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3917 intermediate state.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3918 @itemize @minus
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3919 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3920 If there is an active region, toggle the first checkbox in the region
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3921 and set all remaining boxes to the same status as the first. With a prefix
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
3922 arg, add or remove the checkbox for all items in the region.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3923 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3924 If the cursor is in a headline, toggle checkboxes in the region between
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3925 this headline and the next (so @emph{not} the entire subtree).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3926 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3927 If there is no active region, just toggle the checkbox at point.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3928 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3929 @kindex M-S-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3930 @item M-S-@key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3931 Insert a new item with a checkbox.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3932 This works only if the cursor is already in a plain list item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3933 (@pxref{Plain lists}).
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3934 @kindex C-c C-x o
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3935 @item C-c C-x o
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3936 @vindex org-track-ordered-property-with-tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3937 @cindex property, ORDERED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3938 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3939 be checked off in sequence. A property is used for this behavior because
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3940 this should be local to the current entry, not inherited like a tag.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3941 However, if you would like to @i{track} the value of this property with a tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3942 for better visibility, customize the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3943 @code{org-track-ordered-property-with-tag}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3944 @kindex C-c #
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3945 @item C-c #
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3946 Update the checkbox statistics in the current outline entry. When
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3947 called with a @kbd{C-u} prefix, update the entire file. Checkbox
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3948 statistic cookies are updated automatically if you toggle checkboxes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3949 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}. If you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3950 delete boxes or add/change them by hand, use this command to get things
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
3951 back into sync. Or simply toggle any checkbox twice with @kbd{C-c C-c}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3952 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3953
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3954 @node Tags, Properties and Columns, TODO Items, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3955 @chapter Tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3956 @cindex tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3957 @cindex headline tagging
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3958 @cindex matching, tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3959 @cindex sparse tree, tag based
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3960
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3961 An excellent way to implement labels and contexts for cross-correlating
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
3962 information is to assign @i{tags} to headlines. Org mode has extensive
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3963 support for tags.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3964
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3965 @vindex org-tag-faces
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3966 Every headline can contain a list of tags; they occur at the end of the
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
3967 headline. Tags are normal words containing letters, numbers, @samp{_}, and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3968 @samp{@@}. Tags must be preceded and followed by a single colon, @eg{},
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
3969 @samp{:work:}. Several tags can be specified, as in @samp{:work:urgent:}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3970 Tags will by default be in bold face with the same color as the headline.
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
3971 You may specify special faces for specific tags using the variable
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
3972 @code{org-tag-faces}, in much the same way as you can for TODO keywords
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
3973 (@pxref{Faces for TODO keywords}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3974
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3975 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3976 * Tag inheritance:: Tags use the tree structure of the outline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3977 * Setting tags:: How to assign tags to a headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3978 * Tag searches:: Searching for combinations of tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3979 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3980
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3981 @node Tag inheritance, Setting tags, Tags, Tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3982 @section Tag inheritance
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3983 @cindex tag inheritance
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3984 @cindex inheritance, of tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3985 @cindex sublevels, inclusion into tags match
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3986
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3987 @i{Tags} make use of the hierarchical structure of outline trees. If a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3988 heading has a certain tag, all subheadings will inherit the tag as
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3989 well. For example, in the list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3990
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3991 @example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3992 * Meeting with the French group :work:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3993 ** Summary by Frank :boss:notes:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3994 *** TODO Prepare slides for him :action:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3995 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3996
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3997 @noindent
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3998 the final heading will have the tags @samp{:work:}, @samp{:boss:},
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
3999 @samp{:notes:}, and @samp{:action:} even though the final heading is not
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4000 explicitly marked with those tags. You can also set tags that all entries in
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4001 a file should inherit just as if these tags were defined in a hypothetical
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
4002 level zero that surrounds the entire file.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4003
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4004 @cindex #+FILETAGS
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4005 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4006 #+FILETAGS: :Peter:Boss:Secret:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4007 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4008
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4009 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4010 @vindex org-use-tag-inheritance
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4011 @vindex org-tags-exclude-from-inheritance
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4012 To limit tag inheritance to specific tags, or to turn it off entirely, use
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4013 the variables @code{org-use-tag-inheritance} and
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4014 @code{org-tags-exclude-from-inheritance}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4015
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4016 @vindex org-tags-match-list-sublevels
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4017 When a headline matches during a tags search while tag inheritance is turned
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4018 on, all the sublevels in the same tree will (for a simple match form) match
101146
04d0b710c360 Peter Tury <tury.peter at gmail.com> (tiny change)
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
4019 as well@footnote{This is only true if the search does not involve more
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4020 complex tests including properties (@pxref{Property searches}).}. The list
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4021 of matches may then become very long. If you only want to see the first tags
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4022 match in a subtree, configure the variable
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4023 @code{org-tags-match-list-sublevels} (not recommended).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4024
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4025 @node Setting tags, Tag searches, Tag inheritance, Tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4026 @section Setting tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4027 @cindex setting tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4028 @cindex tags, setting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4029
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4030 @kindex M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4031 Tags can simply be typed into the buffer at the end of a headline.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4032 After a colon, @kbd{M-@key{TAB}} offers completion on tags. There is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4033 also a special command for inserting tags:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4034
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4035 @table @kbd
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
4036 @kindex C-c C-q
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
4037 @item C-c C-q
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4038 @cindex completion, of tags
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4039 @vindex org-tags-column
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4040 Enter new tags for the current headline. Org mode will either offer
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4041 completion or a special single-key interface for setting tags, see
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4042 below. After pressing @key{RET}, the tags will be inserted and aligned
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4043 to @code{org-tags-column}. When called with a @kbd{C-u} prefix, all
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4044 tags in the current buffer will be aligned to that column, just to make
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4045 things look nice. TAGS are automatically realigned after promotion,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4046 demotion, and TODO state changes (@pxref{TODO basics}).
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
4047 @kindex C-c C-c
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
4048 @item C-c C-c
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
4049 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4050 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4051
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4052 @vindex org-tag-alist
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4053 Org will support tag insertion based on a @emph{list of tags}. By
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4054 default this list is constructed dynamically, containing all tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4055 currently used in the buffer. You may also globally specify a hard list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4056 of tags with the variable @code{org-tag-alist}. Finally you can set
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4057 the default tags for a given file with lines like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4058
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4059 @cindex #+TAGS
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4060 @example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4061 #+TAGS: @@work @@home @@tennisclub
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4062 #+TAGS: laptop car pc sailboat
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4063 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4064
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4065 If you have globally defined your preferred set of tags using the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4066 variable @code{org-tag-alist}, but would like to use a dynamic tag list
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4067 in a specific file, add an empty TAGS option line to that file:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4068
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4069 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4070 #+TAGS:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4071 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4072
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4073 @vindex org-tag-persistent-alist
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4074 If you have a preferred set of tags that you would like to use in every file,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4075 in addition to those defined on a per-file basis by TAGS option lines, then
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4076 you may specify a list of tags with the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4077 @code{org-tag-persistent-alist}. You may turn this off on a per-file basis
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4078 by adding a STARTUP option line to that file:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4079
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4080 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4081 #+STARTUP: noptag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4082 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4083
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4084 By default Org mode uses the standard minibuffer completion facilities for
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4085 entering tags. However, it also implements another, quicker, tag selection
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4086 method called @emph{fast tag selection}. This allows you to select and
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4087 deselect tags with just a single key press. For this to work well you should
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4088 assign unique letters to most of your commonly used tags. You can do this
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4089 globally by configuring the variable @code{org-tag-alist} in your
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4090 @file{.emacs} file. For example, you may find the need to tag many items in
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4091 different files with @samp{:@@home:}. In this case you can set something
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4092 like:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4093
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4094 @lisp
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4095 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4096 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4097
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4098 @noindent If the tag is only relevant to the file you are working on, then you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4099 can instead set the TAGS option line as:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4100
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4101 @example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4102 #+TAGS: @@work(w) @@home(h) @@tennisclub(t) laptop(l) pc(p)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4103 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4104
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4105 @noindent The tags interface will show the available tags in a splash
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4106 window. If you want to start a new line after a specific tag, insert
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4107 @samp{\n} into the tag list
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4108
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4109 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4110 #+TAGS: @@work(w) @@home(h) @@tennisclub(t) \n laptop(l) pc(p)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4111 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4112
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4113 @noindent or write them in two lines:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4114
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4115 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4116 #+TAGS: @@work(w) @@home(h) @@tennisclub(t)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4117 #+TAGS: laptop(l) pc(p)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4118 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4119
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4120 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4121 You can also group together tags that are mutually exclusive by using
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4122 braces, as in:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4123
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4124 @example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4125 #+TAGS: @{ @@work(w) @@home(h) @@tennisclub(t) @} laptop(l) pc(p)
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4126 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4127
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4128 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4129 and @samp{@@tennisclub} should be selected. Multiple such groups are allowed.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4130
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4131 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4132 these lines to activate any changes.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4133
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4134 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4135 To set these mutually exclusive groups in the variable @code{org-tags-alist},
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4136 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4137 of the braces. Similarly, you can use @code{:newline} to indicate a line
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4138 break. The previous example would be set globally by the following
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4139 configuration:
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4140
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4141 @lisp
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4142 (setq org-tag-alist '((:startgroup . nil)
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4143 ("@@work" . ?w) ("@@home" . ?h)
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4144 ("@@tennisclub" . ?t)
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4145 (:endgroup . nil)
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4146 ("laptop" . ?l) ("pc" . ?p)))
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4147 @end lisp
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4148
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4149 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4150 automatically present you with a special interface, listing inherited tags,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4151 the tags of the current headline, and a list of all valid tags with
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4152 corresponding keys@footnote{Keys will automatically be assigned to tags which
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4153 have no configured keys.}. In this interface, you can use the following
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4154 keys:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4155
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4156 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4157 @item a-z...
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4158 Pressing keys assigned to tags will add or remove them from the list of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4159 tags in the current line. Selecting a tag in a group of mutually
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4160 exclusive tags will turn off any other tags from that group.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4161 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4162 @item @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4163 Enter a tag in the minibuffer, even if the tag is not in the predefined
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4164 list. You will be able to complete on all tags present in the buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4165 @kindex @key{SPC}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4166 @item @key{SPC}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4167 Clear all tags for this line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4168 @kindex @key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4169 @item @key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4170 Accept the modified set.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4171 @item C-g
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4172 Abort without installing changes.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4173 @item q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4174 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4175 @item !
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4176 Turn off groups of mutually exclusive tags. Use this to (as an
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4177 exception) assign several tags from such a group.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4178 @item C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4179 Toggle auto-exit after the next change (see below).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4180 If you are using expert mode, the first @kbd{C-c} will display the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4181 selection window.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4182 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4183
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4184 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4185 This method lets you assign tags to a headline with very few keys. With
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4186 the above setup, you could clear the current tags and set @samp{@@home},
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4187 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4188 C-c @key{SPC} h l p @key{RET}}. Switching from @samp{@@home} to
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4189 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4190 alternatively with @kbd{C-c C-c C-c w}. Adding the non-predefined tag
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4191 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4192 @key{RET} @key{RET}}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4193
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4194 @vindex org-fast-tag-selection-single-key
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4195 If you find that most of the time you need only a single key press to
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4196 modify your list of tags, set the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4197 @code{org-fast-tag-selection-single-key}. Then you no longer have to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4198 press @key{RET} to exit fast tag selection---it will immediately exit
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4199 after the first change. If you then occasionally need more keys, press
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4200 @kbd{C-c} to turn off auto-exit for the current tag selection process
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4201 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4202 C-c}). If you set the variable to the value @code{expert}, the special
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4203 window is not even shown for single-key tag selection, it comes up only
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4204 when you press an extra @kbd{C-c}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4205
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4206 @node Tag searches, , Setting tags, Tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4207 @section Tag searches
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4208 @cindex tag searches
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4209 @cindex searching for tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4210
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4211 Once a system of tags has been set up, it can be used to collect related
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4212 information into special lists.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4213
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4214 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4215 @kindex C-c \
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4216 @kindex C-c / m
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4217 @item C-c \
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4218 @itemx C-c / m
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4219 Create a sparse tree with all headlines matching a tags search. With a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4220 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4221 @kindex C-c a m
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4222 @item C-c a m
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4223 Create a global list of tag matches from all agenda files.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4224 @xref{Matching tags and properties}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4225 @kindex C-c a M
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4226 @item C-c a M
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4227 @vindex org-tags-match-list-sublevels
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4228 Create a global list of tag matches from all agenda files, but check
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4229 only TODO items and force checking subitems (see variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4230 @code{org-tags-match-list-sublevels}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4231 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4232
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4233 These commands all prompt for a match string which allows basic Boolean logic
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4234 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4235 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4236 which are tagged, like @samp{Kathy} or @samp{Sally}. The full syntax of the search
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4237 string is rich and allows also matching against TODO keywords, entry levels
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4238 and properties. For a complete description with many examples, see
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4239 @ref{Matching tags and properties}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4240
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
4241
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4242 @node Properties and Columns, Dates and Times, Tags, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4243 @chapter Properties and Columns
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4244 @cindex properties
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4245
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4246 Properties are a set of key-value pairs associated with an entry. There
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4247 are two main applications for properties in Org mode. First, properties
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4248 are like tags, but with a value. Second, you can use properties to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4249 implement (very basic) database capabilities in an Org buffer. For
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4250 an example of the first application, imagine maintaining a file where
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4251 you document bugs and plan releases for a piece of software. Instead of
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4252 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4253 property, say @code{:Release:}, that in different subtrees has different
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4254 values, such as @code{1.0} or @code{2.0}. For an example of the second
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
4255 application of properties, imagine keeping track of your music CDs,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4256 where properties could be things such as the album, artist, date of
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4257 release, number of tracks, and so on.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4258
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4259 Properties can be conveniently edited and viewed in column view
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4260 (@pxref{Column view}).
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4261
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4262 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4263 * Property syntax:: How properties are spelled out
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4264 * Special properties:: Access to other Org mode features
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4265 * Property searches:: Matching property values
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4266 * Property inheritance:: Passing values down the tree
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4267 * Column view:: Tabular viewing and editing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4268 * Property API:: Properties for Lisp programmers
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4269 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4270
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4271 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4272 @section Property syntax
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4273 @cindex property syntax
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4274 @cindex drawer, for properties
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4275
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4276 Properties are key-value pairs. They need to be inserted into a special
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4277 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}. Each property
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4278 is specified on a single line, with the key (surrounded by colons)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4279 first, and the value after it. Here is an example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4280
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4281 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4282 * CD collection
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4283 ** Classic
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4284 *** Goldberg Variations
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4285 :PROPERTIES:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4286 :Title: Goldberg Variations
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4287 :Composer: J.S. Bach
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4288 :Artist: Glen Gould
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4289 :Publisher: Deutsche Grammophon
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4290 :NDisks: 1
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4291 :END:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4292 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4293
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4294 You may define the allowed values for a particular property @samp{:Xyz:}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4295 by setting a property @samp{:Xyz_ALL:}. This special property is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4296 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4297 the entire tree. When allowed values are defined, setting the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4298 corresponding property becomes easier and is less prone to typing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4299 errors. For the example with the CD collection, we can predefine
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4300 publishers and the number of disks in a box like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4301
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4302 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4303 * CD collection
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4304 :PROPERTIES:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4305 :NDisks_ALL: 1 2 3 4
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
4306 :Publisher_ALL: "Deutsche Grammophon" Philips EMI
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4307 :END:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4308 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4309
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4310 If you want to set properties that can be inherited by any entry in a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4311 file, use a line like
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4312 @cindex property, _ALL
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4313 @cindex #+PROPERTY
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4314 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4315 #+PROPERTY: NDisks_ALL 1 2 3 4
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4316 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4317
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4318 @vindex org-global-properties
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4319 Property values set with the global variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4320 @code{org-global-properties} can be inherited by all entries in all
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4321 Org files.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4322
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4323 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4324 The following commands help to work with properties:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4325
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4326 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4327 @kindex M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4328 @item M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4329 After an initial colon in a line, complete property keys. All keys used
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4330 in the current file will be offered as possible completions.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4331 @kindex C-c C-x p
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4332 @item C-c C-x p
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4333 Set a property. This prompts for a property name and a value. If
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4334 necessary, the property drawer is created as well.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4335 @item M-x org-insert-property-drawer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4336 Insert a property drawer into the current entry. The drawer will be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4337 inserted early in the entry, but after the lines with planning
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4338 information like deadlines.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4339 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4340 @item C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4341 With the cursor in a property drawer, this executes property commands.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4342 @item C-c C-c s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4343 Set a property in the current entry. Both the property and the value
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4344 can be inserted using completion.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4345 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4346 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4347 @item S-@key{left}/@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4348 Switch property at point to the next/previous allowed value.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4349 @item C-c C-c d
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4350 Remove a property from the current entry.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4351 @item C-c C-c D
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4352 Globally remove a property, from all entries in the current file.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4353 @item C-c C-c c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4354 Compute the property at point, using the operator and scope from the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4355 nearest column format definition.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4356 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4357
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4358 @node Special properties, Property searches, Property syntax, Properties and Columns
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4359 @section Special properties
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4360 @cindex properties, special
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4361
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4362 Special properties provide an alternative access method to Org mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4363 features, like the TODO state or the priority of an entry, discussed in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4364 previous chapters. This interface exists so that you can include
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4365 these states in a column view (@pxref{Column view}), or to use them in
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4366 queries. The following property names are special and should not be
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4367 used as keys in the properties drawer:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4368
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4369 @cindex property, special, TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4370 @cindex property, special, TAGS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4371 @cindex property, special, ALLTAGS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4372 @cindex property, special, CATEGORY
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4373 @cindex property, special, PRIORITY
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4374 @cindex property, special, DEADLINE
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4375 @cindex property, special, SCHEDULED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4376 @cindex property, special, CLOSED
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4377 @cindex property, special, TIMESTAMP
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4378 @cindex property, special, TIMESTAMP_IA
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4379 @cindex property, special, CLOCKSUM
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4380 @c guessing that ITEM is needed in this area; also, should this list be sorted?
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4381 @cindex property, special, ITEM
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4382 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4383 TODO @r{The TODO keyword of the entry.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4384 TAGS @r{The tags defined directly in the headline.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4385 ALLTAGS @r{All tags, including inherited ones.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4386 CATEGORY @r{The category of an entry.}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4387 PRIORITY @r{The priority of the entry, a string with a single letter.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4388 DEADLINE @r{The deadline time string, without the angular brackets.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4389 SCHEDULED @r{The scheduling timestamp, without the angular brackets.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4390 CLOSED @r{When was this entry closed?}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4391 TIMESTAMP @r{The first keyword-less timestamp in the entry.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4392 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4393 CLOCKSUM @r{The sum of CLOCK intervals in the subtree. @code{org-clock-sum}}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4394 @r{must be run first to compute the values.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4395 ITEM @r{The content of the entry.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4396 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4397
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4398 @node Property searches, Property inheritance, Special properties, Properties and Columns
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4399 @section Property searches
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4400 @cindex properties, searching
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4401 @cindex searching, of properties
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4402
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4403 To create sparse trees and special lists with selection based on properties,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4404 the same commands are used as for tag searches (@pxref{Tag searches}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4405 @table @kbd
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4406 @kindex C-c \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4407 @kindex C-c / m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4408 @item C-c \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4409 @itemx C-c / m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4410 Create a sparse tree with all matching entries. With a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4411 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4412 @kindex C-c a m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4413 @item C-c a m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4414 Create a global list of tag/property matches from all agenda files.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4415 @xref{Matching tags and properties}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4416 @kindex C-c a M
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4417 @item C-c a M
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4418 @vindex org-tags-match-list-sublevels
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4419 Create a global list of tag matches from all agenda files, but check
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4420 only TODO items and force checking of subitems (see variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4421 @code{org-tags-match-list-sublevels}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4422 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4423
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4424 The syntax for the search string is described in @ref{Matching tags and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4425 properties}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4426
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4427 There is also a special command for creating sparse trees based on a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4428 single property:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4429
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4430 @table @kbd
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4431 @kindex C-c / p
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4432 @item C-c / p
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4433 Create a sparse tree based on the value of a property. This first
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4434 prompts for the name of a property, and then for a value. A sparse tree
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4435 is created with all entries that define this property with the given
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4436 value. If you enclose the value into curly braces, it is interpreted as
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4437 a regular expression and matched against the property values.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4438 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4439
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4440 @node Property inheritance, Column view, Property searches, Properties and Columns
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4441 @section Property Inheritance
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4442 @cindex properties, inheritance
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4443 @cindex inheritance, of properties
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4444
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4445 @vindex org-use-property-inheritance
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4446 The outline structure of Org-mode documents lends itself for an
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4447 inheritance model of properties: if the parent in a tree has a certain
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4448 property, the children can inherit this property. Org mode does not
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4449 turn this on by default, because it can slow down property searches
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4450 significantly and is often not needed. However, if you find inheritance
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4451 useful, you can turn it on by setting the variable
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4452 @code{org-use-property-inheritance}. It may be set to @code{t} to make
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4453 all properties inherited from the parent, to a list of properties
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4454 that should be inherited, or to a regular expression that matches
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4455 inherited properties.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4456
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4457 Org mode has a few properties for which inheritance is hard-coded, at
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4458 least for the special applications for which they are used:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4459
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4460 @cindex property, COLUMNS
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4461 @table @code
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4462 @item COLUMNS
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4463 The @code{:COLUMNS:} property defines the format of column view
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4464 (@pxref{Column view}). It is inherited in the sense that the level
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4465 where a @code{:COLUMNS:} property is defined is used as the starting
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4466 point for a column view table, independently of the location in the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4467 subtree from where columns view is turned on.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4468 @item CATEGORY
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4469 @cindex property, CATEGORY
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4470 For agenda view, a category set through a @code{:CATEGORY:} property
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4471 applies to the entire subtree.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4472 @item ARCHIVE
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4473 @cindex property, ARCHIVE
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4474 For archiving, the @code{:ARCHIVE:} property may define the archive
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4475 location for the entire subtree (@pxref{Moving subtrees}).
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4476 @item LOGGING
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4477 @cindex property, LOGGING
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4478 The LOGGING property may define logging settings for an entry or a
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4479 subtree (@pxref{Tracking TODO state changes}).
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4480 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4481
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4482 @node Column view, Property API, Property inheritance, Properties and Columns
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4483 @section Column view
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4484
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4485 A great way to view and edit properties in an outline tree is
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4486 @emph{column view}. In column view, each outline node is turned into a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4487 table row. Columns in this table provide access to properties of the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4488 entries. Org mode implements columns by overlaying a tabular structure
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4489 over the headline of each item. While the headlines have been turned
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4490 into a table row, you can still change the visibility of the outline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4491 tree. For example, you get a compact table by switching to CONTENTS
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4492 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4493 is active), but you can still open, read, and edit the entry below each
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4494 headline. Or, you can switch to column view after executing a sparse
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4495 tree command and in this way get a table only for the selected items.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4496 Column view also works in agenda buffers (@pxref{Agenda Views}) where
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4497 queries have collected selected items, possibly from a number of files.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4498
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4499 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4500 * Defining columns:: The COLUMNS format property
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4501 * Using column view:: How to create and use column view
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4502 * Capturing column view:: A dynamic block for column view
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4503 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4504
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4505 @node Defining columns, Using column view, Column view, Column view
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4506 @subsection Defining columns
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4507 @cindex column view, for properties
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4508 @cindex properties, column view
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4509
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4510 Setting up a column view first requires defining the columns. This is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4511 done by defining a column format line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4512
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4513 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4514 * Scope of column definitions:: Where defined, where valid?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4515 * Column attributes:: Appearance and content of a column
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4516 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4517
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4518 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4519 @subsubsection Scope of column definitions
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4520
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4521 To define a column format for an entire file, use a line like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4522
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4523 @cindex #+COLUMNS
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4524 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4525 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4526 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4527
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4528 To specify a format that only applies to a specific tree, add a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4529 @code{:COLUMNS:} property to the top node of that tree, for example:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4530
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4531 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4532 ** Top node for columns view
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4533 :PROPERTIES:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4534 :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4535 :END:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4536 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4537
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4538 If a @code{:COLUMNS:} property is present in an entry, it defines columns
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4539 for the entry itself, and for the entire subtree below it. Since the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4540 column definition is part of the hierarchical structure of the document,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4541 you can define columns on level 1 that are general enough for all
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4542 sublevels, and more specific columns further down, when you edit a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4543 deeper part of the tree.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4544
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4545 @node Column attributes, , Scope of column definitions, Defining columns
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4546 @subsubsection Column attributes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4547 A column definition sets the attributes of a column. The general
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4548 definition looks like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4549
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4550 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4551 %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4552 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4553
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4554 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4555 Except for the percent sign and the property name, all items are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4556 optional. The individual parts have the following meaning:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4557
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4558 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4559 @var{width} @r{An integer specifying the width of the column in characters.}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4560 @r{If omitted, the width will be determined automatically.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4561 @var{property} @r{The property that should be edited in this column.}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4562 (title) @r{The header text for the column. If omitted, the}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4563 @r{property name is used.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4564 @{@var{summary-type}@} @r{The summary type. If specified, the column values for}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4565 @r{parent nodes are computed from the children.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4566 @r{Supported summary types are:}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4567 @{+@} @r{Sum numbers in this column.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4568 @{+;%.1f@} @r{Like @samp{+}, but format result with @samp{%.1f}.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4569 @{$@} @r{Currency, short for @samp{+;%.2f}.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4570 @{:@} @r{Sum times, HH:MM:SS, plain numbers are hours.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4571 @{X@} @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4572 @{X/@} @r{Checkbox status, @samp{[n/m]}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4573 @{X%@} @r{Checkbox status, @samp{[n%]}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4574 @{min@} @r{Smallest number in column.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4575 @{max@} @r{Largest number.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4576 @{mean@} @r{Arithmetic mean of numbers.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4577 @{:min@} @r{Smallest time value in column.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4578 @{:max@} @r{Largest time value.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4579 @{:mean@} @r{Arithmetic mean of time values.}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4580 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4581
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4582 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4583 Here is an example for a complete columns definition, along with allowed
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4584 values.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4585
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4586 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4587 :COLUMNS: %20ITEM %9Approved(Approved?)@{X@} %Owner %11Status \@footnote{Please note that the COLUMNS definition must be on a single line---it is wrapped here only because of formatting constraints.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4588 %10Time_Estimate@{:@} %CLOCKSUM
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4589 :Owner_ALL: Tammy Mark Karl Lisa Don
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4590 :Status_ALL: "In progress" "Not started yet" "Finished" ""
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4591 :Approved_ALL: "[ ]" "[X]"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4592 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4593
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4594 @noindent
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4595 The first column, @samp{%25ITEM}, means the first 25 characters of the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4596 item itself, @ie of the headline. You probably always should start the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4597 column definition with the @samp{ITEM} specifier. The other specifiers
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4598 create columns @samp{Owner} with a list of names as allowed values, for
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4599 @samp{Status} with four different possible values, and for a checkbox
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4600 field @samp{Approved}. When no width is given after the @samp{%}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4601 character, the column will be exactly as wide as it needs to be in order
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4602 to fully display all values. The @samp{Approved} column does have a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4603 modified title (@samp{Approved?}, with a question mark). Summaries will
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4604 be created for the @samp{Time_Estimate} column by adding time duration
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4605 expressions like HH:MM, and for the @samp{Approved} column, by providing
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4606 an @samp{[X]} status if all children have been checked. The
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4607 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4608 in the subtree.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4609
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4610 @node Using column view, Capturing column view, Defining columns, Column view
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4611 @subsection Using column view
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4612
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4613 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4614 @tsubheading{Turning column view on and off}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4615 @kindex C-c C-x C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4616 @item C-c C-x C-c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4617 @vindex org-columns-default-format
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4618 Turn on column view. If the cursor is before the first headline in the file,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4619 column view is turned on for the entire file, using the @code{#+COLUMNS}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4620 definition. If the cusor is somewhere inside the outline, this command
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4621 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4622 defines a format. When one is found, the column view table is established
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4623 for the tree starting at the entry that contains the @code{:COLUMNS:}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4624 property. If no such property is found, the format is taken from the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4625 @code{#+COLUMNS} line or from the variable @code{org-columns-default-format},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4626 and column view is established for the current entry and its subtree.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4627 @kindex r
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4628 @item r
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4629 Recreate the column view, to include recent changes made in the buffer.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4630 @kindex g
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4631 @item g
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4632 Same as @kbd{r}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4633 @kindex q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4634 @item q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4635 Exit column view.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4636 @tsubheading{Editing values}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4637 @item @key{left} @key{right} @key{up} @key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4638 Move through the column view from field to field.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4639 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4640 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4641 @item S-@key{left}/@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4642 Switch to the next/previous allowed value of the field. For this, you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4643 have to have specified allowed values for a property.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4644 @item 1..9,0
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4645 Directly select the nth allowed value, @kbd{0} selects the 10th value.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4646 @kindex n
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4647 @kindex p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4648 @itemx n / p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4649 Same as @kbd{S-@key{left}/@key{right}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4650 @kindex e
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4651 @item e
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4652 Edit the property at point. For the special properties, this will
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4653 invoke the same interface that you normally use to change that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4654 property. For example, when editing a TAGS property, the tag completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4655 or fast selection interface will pop up.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4656 @kindex C-c C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4657 @item C-c C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4658 When there is a checkbox at point, toggle it.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4659 @kindex v
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4660 @item v
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4661 View the full value of this property. This is useful if the width of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4662 the column is smaller than that of the value.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4663 @kindex a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4664 @item a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4665 Edit the list of allowed values for this property. If the list is found
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4666 in the hierarchy, the modified values is stored there. If no list is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4667 found, the new value is stored in the first entry that is part of the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4668 current column view.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4669 @tsubheading{Modifying the table structure}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4670 @kindex <
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4671 @kindex >
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4672 @item < / >
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4673 Make the column narrower/wider by one character.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4674 @kindex S-M-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4675 @item S-M-@key{right}
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4676 Insert a new column, to the left of the current column.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4677 @kindex S-M-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4678 @item S-M-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4679 Delete the current column.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4680 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4681
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4682 @node Capturing column view, , Using column view, Column view
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4683 @subsection Capturing column view
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4684
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4685 Since column view is just an overlay over a buffer, it cannot be
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4686 exported or printed directly. If you want to capture a column view, use
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4687 a @code{columnview} dynamic block (@pxref{Dynamic blocks}). The frame
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4688 of this block looks like this:
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4689
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4690 @cindex #+BEGIN, columnview
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4691 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4692 * The column view
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4693 #+BEGIN: columnview :hlines 1 :id "label"
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4694
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4695 #+END:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4696 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4697
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4698 @noindent This dynamic block has the following parameters:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4699
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4700 @table @code
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4701 @item :id
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4702 This is the most important parameter. Column view is a feature that is
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4703 often localized to a certain (sub)tree, and the capture block might be
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4704 at a different location in the file. To identify the tree whose view to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4705 capture, you can use 4 values:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4706 @cindex property, ID
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4707 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4708 local @r{use the tree in which the capture block is located}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4709 global @r{make a global view, including all headings in the file}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4710 "file:@var{path-to-file}"
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
4711 @r{run column view at the top of this file}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4712 "@var{ID}" @r{call column view in the tree that has an @code{:ID:}}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4713 @r{property with the value @i{label}. You can use}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4714 @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
4715 @r{the current entry and copy it to the kill-ring.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4716 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4717 @item :hlines
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4718 When @code{t}, insert an hline after every line. When a number @var{N}, insert
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4719 an hline before each headline with level @code{<= @var{N}}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4720 @item :vlines
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4721 When set to @code{t}, force column groups to get vertical lines.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4722 @item :maxlevel
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4723 When set to a number, don't capture entries below this level.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4724 @item :skip-empty-rows
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4725 When set to @code{t}, skip rows where the only non-empty specifier of the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4726 column view is @code{ITEM}.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
4727
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4728 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4729
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4730 @noindent
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4731 The following commands insert or update the dynamic block:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4732
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4733 @table @kbd
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4734 @kindex C-c C-x i
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4735 @item C-c C-x i
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4736 Insert a dynamic block capturing a column view. You will be prompted
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4737 for the scope or ID of the view.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4738 @kindex C-c C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4739 @item C-c C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4740 @kindex C-c C-x C-u
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4741 @itemx C-c C-x C-u
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4742 Update dynamic block at point. The cursor needs to be in the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4743 @code{#+BEGIN} line of the dynamic block.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4744 @kindex C-u C-c C-x C-u
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4745 @item C-u C-c C-x C-u
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4746 Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4747 you have several clock table blocks in a buffer.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4748 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4749
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4750 You can add formulas to the column view table and you may add plotting
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4751 instructions in front of the table---these will survive an update of the
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4752 block. If there is a @code{#+TBLFM:} after the table, the table will
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4753 actually be recalculated automatically after an update.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4754
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4755 An alternative way to capture and process property values into a table is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4756 provided by Eric Schulte's @file{org-collector.el} which is a contributed
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4757 package@footnote{Contributed packages are not part of Emacs, but are
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4758 distributed with the main distribution of Org (visit
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4759 @uref{http://orgmode.org}).}. It provides a general API to collect
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4760 properties from entries in a certain scope, and arbitrary Lisp expressions to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4761 process these values before inserting them into a table or a dynamic block.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4762
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4763 @node Property API, , Column view, Properties and Columns
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4764 @section The Property API
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4765 @cindex properties, API
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4766 @cindex API, for properties
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4767
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4768 There is a full API for accessing and changing properties. This API can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4769 be used by Emacs Lisp programs to work with properties and to implement
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4770 features based on them. For more information see @ref{Using the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4771 property API}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4772
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4773 @node Dates and Times, Capture, Properties and Columns, Top
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4774 @chapter Dates and Times
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4775 @cindex dates
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4776 @cindex times
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4777 @cindex timestamp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4778 @cindex date stamp
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4779
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4780 To assist project planning, TODO items can be labeled with a date and/or
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4781 a time. The specially formatted string carrying the date and time
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4782 information is called a @emph{timestamp} in Org mode. This may be a
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4783 little confusing because timestamp is often used as indicating when
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4784 something was created or last changed. However, in Org mode this term
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4785 is used in a much wider sense.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4786
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4787 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4788 * Timestamps:: Assigning a time to a tree entry
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4789 * Creating timestamps:: Commands which insert timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4790 * Deadlines and scheduling:: Planning your work
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4791 * Clocking work time:: Tracking how long you spend on a task
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4792 * Effort estimates:: Planning work effort in advance
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
4793 * Relative timer:: Notes with a running timer
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4794 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4795
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4796
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4797 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4798 @section Timestamps, deadlines, and scheduling
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4799 @cindex timestamps
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4800 @cindex ranges, time
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4801 @cindex date stamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4802 @cindex deadlines
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4803 @cindex scheduling
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4804
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4805 A timestamp is a specification of a date (possibly with a time or a range
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4806 of times) in a special format, either @samp{<2003-09-16 Tue>} or
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4807 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4808 12:00-12:30>}@footnote{This is the standard ISO date/time format. To
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4809 use an alternative format, see @ref{Custom time format}.}. A timestamp
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4810 can appear anywhere in the headline or body of an Org tree entry. Its
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4811 presence causes entries to be shown on specific dates in the agenda
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4812 (@pxref{Weekly/daily agenda}). We distinguish:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4813
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4814 @table @var
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4815 @item Plain timestamp; Event; Appointment
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4816 @cindex timestamp
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4817 A simple timestamp just assigns a date/time to an item. This is just
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4818 like writing down an appointment or event in a paper agenda. In the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4819 timeline and agenda displays, the headline of an entry associated with a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4820 plain timestamp will be shown exactly on that date.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4821
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4822 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4823 * Meet Peter at the movies <2006-11-01 Wed 19:15>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4824 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4825 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4826
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4827 @item Timestamp with repeater interval
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4828 @cindex timestamp, with repeater interval
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4829 A timestamp may contain a @emph{repeater interval}, indicating that it
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4830 applies not only on the given date, but again and again after a certain
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4831 interval of N days (d), weeks (w), months (m), or years (y). The
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4832 following will show up in the agenda every Wednesday:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4833
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4834 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4835 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4836 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4837
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4838 @item Diary-style sexp entries
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4839 For more complex date specifications, Org mode supports using the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4840 special sexp diary entries implemented in the Emacs calendar/diary
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4841 package. For example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4842
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4843 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4844 * The nerd meeting on every 2nd Thursday of the month
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4845 <%%(diary-float t 4 2)>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4846 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4847
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4848 @item Time/Date range
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4849 @cindex timerange
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4850 @cindex date range
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4851 Two timestamps connected by @samp{--} denote a range. The headline
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4852 will be shown on the first and last day of the range, and on any dates
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4853 that are displayed and fall in the range. Here is an example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4854
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4855 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4856 ** Meeting in Amsterdam
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4857 <2004-08-23 Mon>--<2004-08-26 Thu>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4858 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4859
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4860 @item Inactive timestamp
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4861 @cindex timestamp, inactive
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4862 @cindex inactive timestamp
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4863 Just like a plain timestamp, but with square brackets instead of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4864 angular ones. These timestamps are inactive in the sense that they do
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4865 @emph{not} trigger an entry to show up in the agenda.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4866
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4867 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4868 * Gillian comes late for the fifth time [2006-11-01 Wed]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4869 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4870
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4871 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4872
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4873 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4874 @section Creating timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4875 @cindex creating timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4876 @cindex timestamps, creating
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4877
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4878 For Org mode to recognize timestamps, they need to be in the specific
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4879 format. All commands listed below produce timestamps in the correct
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4880 format.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4881
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4882 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4883 @kindex C-c .
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4884 @item C-c .
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4885 Prompt for a date and insert a corresponding timestamp. When the cursor is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4886 at an existing timestamp in the buffer, the command is used to modify this
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4887 timestamp instead of inserting a new one. When this command is used twice in
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
4888 succession, a time range is inserted.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4889 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4890 @kindex C-c !
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4891 @item C-c !
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4892 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4893 an agenda entry.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4894 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4895 @kindex C-u C-c .
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4896 @kindex C-u C-c !
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4897 @item C-u C-c .
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4898 @itemx C-u C-c !
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4899 @vindex org-time-stamp-rounding-minutes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4900 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4901 contains date and time. The default time can be rounded to multiples of 5
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4902 minutes, see the option @code{org-time-stamp-rounding-minutes}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4903 @c
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4904 @kindex C-c <
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4905 @item C-c <
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4906 Insert a timestamp corresponding to the cursor date in the Calendar.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4907 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4908 @kindex C-c >
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4909 @item C-c >
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4910 Access the Emacs calendar for the current date. If there is a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4911 timestamp in the current line, go to the corresponding date
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4912 instead.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4913 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4914 @kindex C-c C-o
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4915 @item C-c C-o
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4916 Access the agenda for the date given by the timestamp or -range at
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4917 point (@pxref{Weekly/daily agenda}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4918 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4919 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4920 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4921 @item S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4922 @itemx S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4923 Change date at cursor by one day. These key bindings conflict with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4924 shift-selection and related modes (@pxref{Conflicts}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4925 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4926 @kindex S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4927 @kindex S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4928 @item S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4929 @itemx S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4930 Change the item under the cursor in a timestamp. The cursor can be on a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4931 year, month, day, hour or minute. When the timestamp contains a time range
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4932 like @samp{15:30-16:30}, modifying the first time will also shift the second,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4933 shifting the time block with constant length. To change the length, modify
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4934 the second time. Note that if the cursor is in a headline and not at a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4935 timestamp, these same keys modify the priority of an item.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4936 (@pxref{Priorities}). The key bindings also conflict with shift-selection and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4937 related modes (@pxref{Conflicts}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4938 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4939 @kindex C-c C-y
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4940 @cindex evaluate time range
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4941 @item C-c C-y
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4942 Evaluate a time range by computing the difference between start and end.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4943 With a prefix argument, insert result after the time range (in a table: into
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4944 the following column).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4945 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4946
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4947
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4948 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4949 * The date/time prompt:: How Org mode helps you entering date and time
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4950 * Custom time format:: Making dates look different
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4951 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4952
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4953 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4954 @subsection The date/time prompt
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4955 @cindex date, reading in minibuffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4956 @cindex time, reading in minibuffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4957
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4958 @vindex org-read-date-prefer-future
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4959 When Org mode prompts for a date/time, the default is shown as an ISO
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4960 date, and the prompt therefore seems to ask for an ISO date. But it
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4961 will in fact accept any string containing some date and/or time
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4962 information, and it is really smart about interpreting your input. You
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4963 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4964 copied from an email message. Org mode will find whatever information
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4965 is in there and derive anything you have not specified from the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4966 @emph{default date and time}. The default is usually the current date
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4967 and time, but when modifying an existing timestamp, or when entering
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4968 the second stamp of a range, it is taken from the stamp in the buffer.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4969 When filling in information, Org mode assumes that most of the time you
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4970 will want to enter a date in the future: if you omit the month/year and
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4971 the given day/month is @i{before} today, it will assume that you mean a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4972 future date@footnote{See the variable
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4973 @code{org-read-date-prefer-future}.}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4974
101146
04d0b710c360 Peter Tury <tury.peter at gmail.com> (tiny change)
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
4975 For example, let's assume that today is @b{June 13, 2006}. Here is how
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4976 various inputs will be interpreted, the items filled in by Org mode are
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4977 in @b{bold}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4978
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4979 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4980 3-2-5 --> 2003-02-05
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4981 14 --> @b{2006}-@b{06}-14
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4982 12 --> @b{2006}-@b{07}-12
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4983 Fri --> nearest Friday (defaultdate or later)
101146
04d0b710c360 Peter Tury <tury.peter at gmail.com> (tiny change)
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
4984 sep 15 --> @b{2006}-09-15
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4985 feb 15 --> @b{2007}-02-15
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4986 sep 12 9 --> 2009-09-12
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4987 12:45 --> @b{2006}-@b{06}-@b{13} 12:45
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4988 22 sept 0:34 --> @b{2006}-09-22 0:34
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4989 w4 --> ISO week for of the current year @b{2006}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4990 2012 w4 fri --> Friday of ISO week 4 in 2012
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
4991 2012-w04-5 --> Same as above
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4992 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4993
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4994 Furthermore you can specify a relative date by giving, as the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4995 @emph{first} thing in the input: a plus/minus sign, a number and a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
4996 letter ([dwmy]) to indicate change in days, weeks, months, or years. With a
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4997 single plus or minus, the date is always relative to today. With a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4998 double plus or minus, it is relative to the default date. If instead of
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
4999 a single letter, you use the abbreviation of day name, the date will be
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5000 the nth such day. @Eg
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5001
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5002 @example
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5003 +0 --> today
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5004 . --> today
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5005 +4d --> four days from today
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5006 +4 --> same as above
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5007 +2w --> two weeks from today
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5008 ++5 --> five days from default date
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5009 +2tue --> second Tuesday from now.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5010 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5011
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5012 @vindex parse-time-months
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5013 @vindex parse-time-weekdays
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5014 The function understands English month and weekday abbreviations. If
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5015 you want to use unabbreviated names and/or other languages, configure
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5016 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5017
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5018 @cindex calendar, for selecting date
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5019 @vindex org-popup-calendar-for-date-prompt
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5020 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5021 you don't need/want the calendar, configure the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5022 @code{org-popup-calendar-for-date-prompt}.}. When you exit the date
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5023 prompt, either by clicking on a date in the calendar, or by pressing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5024 @key{RET}, the date selected in the calendar will be combined with the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5025 information entered at the prompt. You can control the calendar fully
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5026 from the minibuffer:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5027
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5028 @kindex <
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5029 @kindex >
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5030 @kindex mouse-1
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5031 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5032 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5033 @kindex S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5034 @kindex S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5035 @kindex M-S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5036 @kindex M-S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5037 @kindex @key{RET}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5038 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5039 > / < @r{Scroll calendar forward/backward by one month.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5040 mouse-1 @r{Select date by clicking on it.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5041 S-@key{right}/@key{left} @r{One day forward/backward.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5042 S-@key{down}/@key{up} @r{One week forward/backward.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5043 M-S-@key{right}/@key{left} @r{One month forward/backward.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5044 @key{RET} @r{Choose date in calendar.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5045 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5046
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5047 @vindex org-read-date-display-live
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5048 The actions of the date/time prompt may seem complex, but I assure you they
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5049 will grow on you, and you will start getting annoyed by pretty much any other
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5050 way of entering a date/time out there. To help you understand what is going
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5051 on, the current interpretation of your input will be displayed live in the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5052 minibuffer@footnote{If you find this distracting, turn the display of with
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5053 @code{org-read-date-display-live}.}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5054
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5055 @node Custom time format, , The date/time prompt, Creating timestamps
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5056 @subsection Custom time format
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5057 @cindex custom date/time format
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5058 @cindex time format, custom
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5059 @cindex date format, custom
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5060
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5061 @vindex org-display-custom-times
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5062 @vindex org-time-stamp-custom-formats
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5063 Org mode uses the standard ISO notation for dates and times as it is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5064 defined in ISO 8601. If you cannot get used to this and require another
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5065 representation of date and time to keep you happy, you can get it by
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5066 customizing the variables @code{org-display-custom-times} and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5067 @code{org-time-stamp-custom-formats}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5068
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5069 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5070 @kindex C-c C-x C-t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5071 @item C-c C-x C-t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5072 Toggle the display of custom formats for dates and times.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5073 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5074
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5075 @noindent
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5076 Org mode needs the default format for scanning, so the custom date/time
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5077 format does not @emph{replace} the default format---instead it is put
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5078 @emph{over} the default format using text properties. This has the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5079 following consequences:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5080 @itemize @bullet
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5081 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5082 You cannot place the cursor onto a timestamp anymore, only before or
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5083 after.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5084 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5085 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5086 each component of a timestamp. If the cursor is at the beginning of
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5087 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5088 just like @kbd{S-@key{left}/@key{right}}. At the end of the stamp, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5089 time will be changed by one minute.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5090 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5091 If the timestamp contains a range of clock times or a repeater, these
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5092 will not be overlayed, but remain in the buffer as they were.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5093 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5094 When you delete a timestamp character-by-character, it will only
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5095 disappear from the buffer after @emph{all} (invisible) characters
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5096 belonging to the ISO timestamp have been removed.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5097 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5098 If the custom timestamp format is longer than the default and you are
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5099 using dates in tables, table alignment will be messed up. If the custom
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5100 format is shorter, things do work as expected.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5101 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5102
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5103
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5104 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5105 @section Deadlines and scheduling
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5106
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5107 A timestamp may be preceded by special keywords to facilitate planning:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5108
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5109 @table @var
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5110 @item DEADLINE
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5111 @cindex DEADLINE keyword
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5112
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5113 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5114 to be finished on that date.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5115
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5116 @vindex org-deadline-warning-days
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5117 On the deadline date, the task will be listed in the agenda. In
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5118 addition, the agenda for @emph{today} will carry a warning about the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5119 approaching or missed deadline, starting
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5120 @code{org-deadline-warning-days} before the due date, and continuing
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5121 until the entry is marked DONE. An example:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5122
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5123 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5124 *** TODO write article about the Earth for the Guide
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5125 The editor in charge is [[bbdb:Ford Prefect]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5126 DEADLINE: <2004-02-29 Sun>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5127 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5128
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5129 You can specify a different lead time for warnings for a specific
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5130 deadlines using the following syntax. Here is an example with a warning
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5131 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5132
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5133 @item SCHEDULED
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5134 @cindex SCHEDULED keyword
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5135
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5136 Meaning: you are planning to start working on that task on the given
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5137 date.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5138
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5139 @vindex org-agenda-skip-scheduled-if-done
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5140 The headline will be listed under the given date@footnote{It will still
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5141 be listed on that date after it has been marked DONE. If you don't like
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5142 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}. In
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5143 addition, a reminder that the scheduled date has passed will be present
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5144 in the compilation for @emph{today}, until the entry is marked DONE.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5145 @Ie the task will automatically be forwarded until completed.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5146
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5147 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5148 *** TODO Call Trillian for a date on New Years Eve.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5149 SCHEDULED: <2004-12-25 Sat>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5150 @end example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5151
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5152 @noindent
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5153 @b{Important:} Scheduling an item in Org mode should @i{not} be
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5154 understood in the same way that we understand @i{scheduling a meeting}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5155 Setting a date for a meeting is just a simple appointment, you should
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5156 mark this entry with a simple plain timestamp, to get this item shown
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5157 on the date where it applies. This is a frequent misunderstanding by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5158 Org users. In Org mode, @i{scheduling} means setting a date when you
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5159 want to start working on an action item.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5160 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5161
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5162 You may use timestamps with repeaters in scheduling and deadline
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5163 entries. Org mode will issue early and late warnings based on the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5164 assumption that the timestamp represents the @i{nearest instance} of
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5165 the repeater. However, the use of diary sexp entries like
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5166 @c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5167 @code{<%%(diary-float t 42)>}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5168 @c
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5169 in scheduling and deadline timestamps is limited. Org mode does not
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5170 know enough about the internals of each sexp function to issue early and
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5171 late warnings. However, it will show the item on each day where the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5172 sexp entry matches.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5173
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5174 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5175 * Inserting deadline/schedule:: Planning items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5176 * Repeated tasks:: Items that show up again and again
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5177 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5178
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5179 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5180 @subsection Inserting deadlines or schedules
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5181
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5182 The following commands allow you to quickly insert a deadline or to schedule
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5183 an item:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5184
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5185 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5186 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5187 @kindex C-c C-d
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5188 @item C-c C-d
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5189 Insert @samp{DEADLINE} keyword along with a stamp. The insertion will
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5190 happen in the line directly following the headline. When called with a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5191 prefix arg, an existing deadline will be removed from the entry.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5192 @c FIXME Any CLOSED timestamp will be removed.????????
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5193 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5194 @kindex C-c C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5195 @item C-c C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5196 Insert @samp{SCHEDULED} keyword along with a stamp. The insertion will
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5197 happen in the line directly following the headline. Any CLOSED
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5198 timestamp will be removed. When called with a prefix argument, remove
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5199 the scheduling date from the entry.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5200 @c
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5201 @kindex C-c C-x C-k
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5202 @kindex k a
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5203 @kindex k s
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5204 @item C-c C-x C-k
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5205 Mark the current entry for agenda action. After you have marked the entry
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5206 like this, you can open the agenda or the calendar to find an appropriate
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5207 date. With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5208 schedule the marked item.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5209 @c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5210 @kindex C-c / d
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5211 @cindex sparse tree, for deadlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5212 @item C-c / d
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5213 @vindex org-deadline-warning-days
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5214 Create a sparse tree with all deadlines that are either past-due, or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5215 which will become due within @code{org-deadline-warning-days}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5216 With @kbd{C-u} prefix, show all deadlines in the file. With a numeric
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5217 prefix, check that many days. For example, @kbd{C-1 C-c / d} shows
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5218 all deadlines due tomorrow.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5219 @c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5220 @kindex C-c / b
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5221 @item C-c / b
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5222 Sparse tree for deadlines and scheduled items before a given date.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5223 @c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5224 @kindex C-c / a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5225 @item C-c / a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5226 Sparse tree for deadlines and scheduled items after a given date.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5227 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5228
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5229 @node Repeated tasks, , Inserting deadline/schedule, Deadlines and scheduling
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5230 @subsection Repeated tasks
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5231 @cindex tasks, repeated
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5232 @cindex repeated tasks
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5233
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5234 Some tasks need to be repeated again and again. Org mode helps to
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5235 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5236 or plain timestamp. In the following example
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5237 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5238 ** TODO Pay the rent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5239 DEADLINE: <2005-10-01 Sat +1m>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5240 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5241 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5242 the @code{+1m} is a repeater; the intended interpretation is that the task
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5243 has a deadline on <2005-10-01> and repeats itself every (one) month starting
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5244 from that time. If you need both a repeater and a special warning period in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5245 a deadline entry, the repeater should come first and the warning period last:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5246 @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5247
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5248 Deadlines and scheduled items produce entries in the agenda when they
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5249 are over-due, so it is important to be able to mark such an entry as
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5250 completed once you have done so. When you mark a DEADLINE or a SCHEDULE
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5251 with the TODO keyword DONE, it will no longer produce entries in the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5252 agenda. The problem with this is, however, that then also the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5253 @emph{next} instance of the repeated entry will not be active. Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5254 deals with this in the following way: When you try to mark such an entry
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5255 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5256 timestamp by the repeater interval, and immediately set the entry state
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5257 back to TODO. In the example above, setting the state to DONE would
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5258 actually switch the date like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5259
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5260 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5261 ** TODO Pay the rent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5262 DEADLINE: <2005-11-01 Tue +1m>
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5263 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5264
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5265 @vindex org-log-repeat
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5266 A timestamp@footnote{You can change this using the option
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5267 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5268 @code{lognoterepeat}, and @code{nologrepeat}. With @code{lognoterepeat}, you
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
5269 will also be prompted for a note.} will be added under the deadline, to keep
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5270 a record that you actually acted on the previous instance of this deadline.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5271
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5272 As a consequence of shifting the base date, this entry will no longer be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5273 visible in the agenda when checking past dates, but all future instances
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5274 will be visible.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5275
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5276 With the @samp{+1m} cookie, the date shift will always be exactly one
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5277 month. So if you have not paid the rent for three months, marking this
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5278 entry DONE will still keep it as an overdue deadline. Depending on the
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5279 task, this may not be the best way to handle it. For example, if you
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5280 forgot to call you father for 3 weeks, it does not make sense to call
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5281 him 3 times in a single day to make up for it. Finally, there are tasks
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5282 like changing batteries which should always repeat a certain time
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5283 @i{after} the last time you did it. For these tasks, Org mode has
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5284 special repeaters markers with @samp{++} and @samp{.+}. For example:
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5285
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5286 @example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5287 ** TODO Call Father
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5288 DEADLINE: <2008-02-10 Sun ++1w>
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5289 Marking this DONE will shift the date by at least one week,
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5290 but also by as many weeks as it takes to get this date into
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5291 the future. However, it stays on a Sunday, even if you called
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5292 and marked it done on Saturday.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5293 ** TODO Check the batteries in the smoke detectors
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5294 DEADLINE: <2005-11-01 Tue .+1m>
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5295 Marking this DONE will shift the date to one month after
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5296 today.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5297 @end example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5298
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5299 You may have both scheduling and deadline information for a specific
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5300 task---just make sure that the repeater intervals on both are the same.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5301
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5302 An alternative to using a repeater is to create a number of copies of a task
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5303 subtree, with dates shifted in each copy. The command @kbd{C-c C-x c} was
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5304 created for this purpose, it is described in @ref{Structure editing}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5305
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5306
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5307 @node Clocking work time, Effort estimates, Deadlines and scheduling, Dates and Times
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5308 @section Clocking work time
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5309
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5310 Org mode allows you to clock the time you spend on specific tasks in a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5311 project. When you start working on an item, you can start the clock.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5312 When you stop working on that task, or when you mark the task done, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5313 clock is stopped and the corresponding time interval is recorded. It
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5314 also computes the total time spent on each subtree of a project.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5315
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5316 Normally, the clock does not survive exiting and re-entering Emacs, but you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5317 can arrange for the clock information to persist across Emacs sessions with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5318
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5319 @lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5320 (setq org-clock-persist t)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5321 (org-clock-persistence-insinuate)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5322 @end lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5323
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5324 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5325 @kindex C-c C-x C-i
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5326 @item C-c C-x C-i
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5327 @vindex org-clock-into-drawer
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5328 Start the clock on the current item (clock-in). This inserts the CLOCK
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5329 keyword together with a timestamp. If this is not the first clocking of
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5330 this item, the multiple CLOCK lines will be wrapped into a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5331 @code{:LOGBOOK:} drawer (see also the variable
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5332 @code{org-clock-into-drawer}). When called with a @kbd{C-u} prefix argument,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5333 select the task from a list of recently clocked tasks. With two @kbd{C-u
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5334 C-u} prefixes, clock into the task at point and mark it as the default task.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5335 The default task will always be available when selecting a clocking task,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5336 with letter @kbd{d}.@*
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5337 @cindex property: CLOCK_MODELINE_TOTAL
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5338 @cindex property: LAST_REPEAT
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5339 @vindex org-clock-modeline-total
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5340 While the clock is running, the current clocking time is shown in the mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5341 line, along with the title of the task. The clock time shown will be all
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5342 time ever clocked for this task and its children. If the task has an effort
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5343 estimate (@pxref{Effort estimates}), the mode line displays the current
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5344 clocking time against it@footnote{To add an effort estimate ``on the fly'',
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5345 hook a function doing this to @code{org-clock-in-prepare-hook}.} If the task
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5346 is a repeating one (@pxref{Repeated tasks}), only the time since the last
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5347 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5348 will be shown. More control over what time is shown can be exercised with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5349 the @code{CLOCK_MODELINE_TOTAL} property. It may have the values
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5350 @code{current} to show only the current clocking instance, @code{today} to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5351 show all time clocked on this tasks today (see also the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5352 @code{org-extend-today-until}), @code{all} to include all time, or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5353 @code{auto} which is the default@footnote{See also the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5354 @code{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5355 mode line entry will pop up a menu with clocking options.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5356 @kindex C-c C-x C-o
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5357 @item C-c C-x C-o
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5358 @vindex org-log-note-clock-out
101216
178b2fad42c1 * org.texi (Clocking work time): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents: 101163
diff changeset
5359 Stop the clock (clock-out). This inserts another timestamp at the same
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5360 location where the clock was last started. It also directly computes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5361 the resulting time in inserts it after the time range as @samp{=>
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5362 HH:MM}. See the variable @code{org-log-note-clock-out} for the
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5363 possibility to record an additional note together with the clock-out
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5364 timestamp@footnote{The corresponding in-buffer setting is:
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5365 @code{#+STARTUP: lognoteclock-out}}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5366 @kindex C-c C-x C-e
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5367 @item C-c C-x C-e
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5368 Update the effort estimate for the current clock task.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5369 @kindex C-c C-y
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5370 @kindex C-c C-c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5371 @item C-c C-y @ @ @r{or}@ @ C-c C-c
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5372 Recompute the time interval after changing one of the timestamps. This
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5373 is only necessary if you edit the timestamps directly. If you change
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5374 them with @kbd{S-@key{cursor}} keys, the update is automatic.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5375 @kindex C-c C-t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5376 @item C-c C-t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5377 Changing the TODO state of an item to DONE automatically stops the clock
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5378 if it is running in this same item.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5379 @kindex C-c C-x C-x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5380 @item C-c C-x C-x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5381 Cancel the current clock. This is useful if a clock was started by
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5382 mistake, or if you ended up working on something else.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5383 @kindex C-c C-x C-j
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5384 @item C-c C-x C-j
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5385 Jump to the entry that contains the currently running clock. With a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5386 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5387 tasks.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5388 @kindex C-c C-x C-d
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5389 @item C-c C-x C-d
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5390 @vindex org-remove-highlights-with-change
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5391 Display time summaries for each subtree in the current buffer. This
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5392 puts overlays at the end of each headline, showing the total time
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5393 recorded under that heading, including the time of any subheadings. You
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5394 can use visibility cycling to study the tree, but the overlays disappear
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5395 when you change the buffer (see variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5396 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5397 @kindex C-c C-x C-r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5398 @item C-c C-x C-r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5399 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5400 report as an Org-mode table into the current file. When the cursor is
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5401 at an existing clock table, just update it. When called with a prefix
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5402 argument, jump to the first clock report in the current document and
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5403 update it.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5404 @cindex #+BEGIN, clocktable
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5405 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5406 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5407 #+END: clocktable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5408 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5409 @noindent
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5410 If such a block already exists at point, its content is replaced by the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5411 new table. The @samp{BEGIN} line can specify options:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5412 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5413 :maxlevel @r{Maximum level depth to which times are listed in the table.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5414 :emphasize @r{When @code{t}, emphasize level one and level two items.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5415 :scope @r{The scope to consider. This can be any of the following:}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5416 nil @r{the current buffer or narrowed region}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5417 file @r{the full current buffer}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5418 subtree @r{the subtree where the clocktable is located}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5419 tree@var{N} @r{the surrounding level @var{N} tree, for example @code{tree3}}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5420 tree @r{the surrounding level 1 tree}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5421 agenda @r{all agenda files}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5422 ("file"..) @r{scan these files}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5423 file-with-archives @r{current file and its archives}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5424 agenda-with-archives @r{all agenda files, including archives}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5425 :block @r{The time block to consider. This block is specified either}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5426 @r{absolute, or relative to the current time and may be any of}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5427 @r{these formats:}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5428 2007-12-31 @r{New year eve 2007}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5429 2007-12 @r{December 2007}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5430 2007-W50 @r{ISO-week 50 in 2007}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5431 2007 @r{the year 2007}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5432 today, yesterday, today-@var{N} @r{a relative day}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5433 thisweek, lastweek, thisweek-@var{N} @r{a relative week}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5434 thismonth, lastmonth, thismonth-@var{N} @r{a relative month}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5435 thisyear, lastyear, thisyear-@var{N} @r{a relative year}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5436 @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5437 :tstart @r{A time string specifying when to start considering times.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5438 :tend @r{A time string specifying when to stop considering times.}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5439 :step @r{@code{week} or @code{day}, to split the table into chunks.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5440 @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5441 :link @r{Link the item headlines in the table to their origins.}
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5442 :formula @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5443 @r{As a special case, @samp{:formula %} adds a column with % time.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5444 @r{If you do not specify a formula here, any existing formula.}
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5445 @r{below the clock table will survive updates and be evaluated.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5446 :timestamp @r{A timestamp for the entry, when available. Look for SCHEDULED,}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5447 @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5448 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5449 To get a clock summary of the current level 1 tree, for the current
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5450 day, you could write
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5451 @example
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5452 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5453 #+END: clocktable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5454 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5455 @noindent
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5456 and to use a specific time range you could write@footnote{Note that all
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5457 parameters must be specified in a single line---the line is broken here
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5458 only to fit it into the manual.}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5459 @example
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5460 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5461 :tend "<2006-08-10 Thu 12:00>"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5462 #+END: clocktable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5463 @end example
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5464 A summary of the current subtree with % times would be
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5465 @example
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5466 #+BEGIN: clocktable :scope subtree :link t :formula %
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5467 #+END: clocktable
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5468 @end example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5469 @kindex C-c C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5470 @item C-c C-c
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5471 @kindex C-c C-x C-u
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5472 @itemx C-c C-x C-u
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5473 Update dynamic block at point. The cursor needs to be in the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5474 @code{#+BEGIN} line of the dynamic block.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5475 @kindex C-u C-c C-x C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5476 @item C-u C-c C-x C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5477 Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5478 you have several clock table blocks in a buffer.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5479 @kindex S-@key{left}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5480 @kindex S-@key{right}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5481 @item S-@key{left}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5482 @itemx S-@key{right}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5483 Shift the current @code{:block} interval and update the table. The cursor
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5484 needs to be in the @code{#+BEGIN: clocktable} line for this command. If
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5485 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5486 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5487
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5488 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5489 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5490 worked on or closed during a day.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5491
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5492 @node Effort estimates, Relative timer, Clocking work time, Dates and Times
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5493 @section Effort estimates
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5494 @cindex effort estimates
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5495
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5496 @cindex property, Effort
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5497 @vindex org-effort-property
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5498 If you want to plan your work in a very detailed way, or if you need to
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5499 produce offers with quotations of the estimated work effort, you may want to
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5500 assign effort estimates to entries. If you are also clocking your work, you
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5501 may later want to compare the planned effort with the actual working time, a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5502 great way to improve planning estimates. Effort estimates are stored in a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5503 special property @samp{Effort}@footnote{You may change the property being
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5504 used with the variable @code{org-effort-property}.}. Clearly the best way to
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5505 work with effort estimates is through column view (@pxref{Column view}). You
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5506 should start by setting up discrete values for effort estimates, and a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5507 @code{COLUMNS} format that displays these values together with clock sums (if
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5508 you want to clock your time). For a specific buffer you can use
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5509
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5510 @example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5511 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5512 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5513 @end example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5514
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5515 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5516 @vindex org-global-properties
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5517 @vindex org-columns-default-format
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5518 or, even better, you can set up these values globally by customizing the
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5519 variables @code{org-global-properties} and @code{org-columns-default-format}.
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5520 In particular if you want to use this setup also in the agenda, a global
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5521 setup may be advised.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5522
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5523 The way to assign estimates to individual items is then to switch to column
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5524 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5525 value. The values you enter will immediately be summed up in the hierarchy.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5526 In the column next to it, any clocked time will be displayed.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5527
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5528 @vindex org-agenda-columns-add-appointments-to-effort-sum
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5529 If you switch to column view in the daily/weekly agenda, the effort column
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5530 will summarize the estimated work effort for each day@footnote{Please note
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5531 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5532 column view}).}, and you can use this to find space in your schedule. To get
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5533 an overview of the entire part of the day that is committed, you can set the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5534 option @code{org-agenda-columns-add-appointments-to-effort-sum}. The
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5535 appointments on a day that take place over a specified time interval will
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5536 then also be added to the load estimate of the day.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5537
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5538 Effort estimates can be used in secondary agenda filtering that is triggered
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5539 with the @kbd{/} key in the agenda (@pxref{Agenda commands}). If you have
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5540 these estimates defined consistently, two or three key presses will narrow
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
5541 down the list to stuff that fits into an available time slot.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5542
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5543 @node Relative timer, , Effort estimates, Dates and Times
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5544 @section Taking notes with a relative timer
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5545 @cindex relative timer
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5546
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5547 When taking notes during, for example, a meeting or a video viewing, it can
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5548 be useful to have access to times relative to a starting time. Org provides
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5549 such a relative timer and make it easy to create timed notes.
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5550
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5551 @table @kbd
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5552 @kindex C-c C-x .
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5553 @item C-c C-x .
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5554 Insert a relative time into the buffer. The first time you use this, the
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5555 timer will be started. When called with a prefix argument, the timer is
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5556 restarted.
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5557 @kindex C-c C-x -
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5558 @item C-c C-x -
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5559 Insert a description list item with the current relative time. With a prefix
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5560 argument, first reset the timer to 0.
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5561 @kindex M-@key{RET}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5562 @item M-@key{RET}
101273
497ab52cc072 Peter Tury <tury.peter at gmail.com> (tiny change)
Glenn Morris <rgm@gnu.org>
parents: 101216
diff changeset
5563 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5564 new timer items.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5565 @kindex C-c C-x ,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5566 @item C-c C-x ,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5567 Pause the timer, or continue it if it is already paused.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5568 @c removed the sentence because it is redundant to the following item
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5569 @kindex C-u C-c C-x ,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5570 @item C-u C-c C-x ,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5571 Stop the timer. After this, you can only start a new timer, not continue the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5572 old one. This command also removes the timer from the mode line.
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5573 @kindex C-c C-x 0
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5574 @item C-c C-x 0
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5575 Reset the timer without inserting anything into the buffer. By default, the
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5576 timer is reset to 0. When called with a @kbd{C-u} prefix, reset the timer to
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5577 specific starting offset. The user is prompted for the offset, with a
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5578 default taken from a timer string at point, if any, So this can be used to
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5579 restart taking notes after a break in the process. When called with a double
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5580 prefix argument @kbd{C-c C-u}, change all timer strings in the active region
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5581 by a certain amount. This can be used to fix timer strings if the timer was
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5582 not started at exactly the right moment.
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5583 @end table
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5584
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5585 @node Capture, Agenda Views, Dates and Times, Top
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5586 @chapter Capture
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5587 @cindex capture
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5588
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5589 An important part of any organization system is the ability to quickly
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5590 capture new ideas and tasks, and to associate reference material with them.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5591 Org uses the @file{remember.el} package to create tasks, and stores files
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5592 related to a task (@i{attachments}) in a special directory.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5593
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5594 @menu
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5595 * Remember:: Capture new tasks/ideas with little interruption
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5596 * Attachments:: Add files to tasks.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5597 * RSS Feeds:: Getting input from RSS feeds
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5598 * Protocols:: External (@eg Browser) access to Emacs and Org
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5599 @end menu
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5600
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5601 @node Remember, Attachments, Capture, Capture
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5602 @section Remember
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5603 @cindex @file{remember.el}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5604
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5605 The Remember package by John Wiegley lets you store quick notes with little
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5606 interruption of your work flow. It is an excellent way to add new notes and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5607 tasks to Org files. The @code{remember.el} package is part of Emacs 23, not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5608 Emacs 22. See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5609 more information.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5610
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5611 Org significantly expands the possibilities of Remember: you may define
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5612 templates for different note types, and associate target files and headlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5613 with specific templates. It also allows you to select the location where a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5614 note should be stored interactively, on the fly.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5615
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5616 @menu
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5617 * Setting up Remember for Org:: Some code for .emacs to get things going
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5618 * Remember templates:: Define the outline of different note types
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5619 * Storing notes:: Directly get the note to where it belongs
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5620 * Refiling notes:: Moving a note or task to a project
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5621 @end menu
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5622
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5623 @node Setting up Remember for Org, Remember templates, Remember, Remember
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5624 @subsection Setting up Remember for Org
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5625
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5626 The following customization will tell Remember to use Org files as
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5627 target, and to create annotations compatible with Org links.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5628
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5629 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5630 (org-remember-insinuate)
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5631 (setq org-directory "~/path/to/my/orgfiles/")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5632 (setq org-default-notes-file (concat org-directory "/notes.org"))
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5633 (define-key global-map "\C-cr" 'org-remember)
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5634 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5635
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5636 @noindent
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5637 The last line binds the command @code{org-remember} to a global
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5638 key@footnote{Please select your own key, @kbd{C-c r} is only a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5639 suggestion.}. @code{org-remember} basically just calls Remember,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5640 but it makes a few things easier: if there is an active region, it will
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5641 automatically copy the region into the Remember buffer. It also allows
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5642 to jump to the buffer and location where Remember notes are being
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5643 stored: just call @code{org-remember} with a prefix argument. If you
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5644 use two prefix arguments, Org jumps to the location where the last
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5645 remember note was stored.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5646
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5647 The Remember buffer will actually use @code{org-mode} as its major mode, so
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5648 that all editing features of Org mode are available. In addition to this, a
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
5649 minor mode @code{org-remember-mode} is turned on, for the single purpose that
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
5650 you can use its keymap @code{org-remember-mode-map} to overwrite some of
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5651 Org mode's key bindings.
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
5652
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5653 You can also call @code{org-remember} in a special way from the agenda,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5654 using the @kbd{k r} key combination. With this access, any timestamps
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5655 inserted by the selected Remember template (see below) will default to
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5656 the cursor date in the agenda, rather than to the current date.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5657
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5658 @node Remember templates, Storing notes, Setting up Remember for Org, Remember
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5659 @subsection Remember templates
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5660 @cindex templates, for Remember
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5661
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5662 In combination with Org, you can use templates to generate
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5663 different types of Remember notes. For example, if you would like
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5664 to use one template to create general TODO entries, another one for
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5665 journal entries, and a third one for collecting random ideas, you could
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5666 use:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5667
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5668 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5669 (setq org-remember-templates
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5670 '(("Todo" ?t "* TODO %?\n %i\n %a" "~/org/TODO.org" "Tasks")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5671 ("Journal" ?j "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5672 ("Idea" ?i "* %^@{Title@}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas")))
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5673 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5674
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5675 @vindex org-remember-default-headline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5676 @vindex org-directory
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5677 @noindent In these entries, the first string is just a name, and the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5678 character specifies how to select the template. It is useful if the
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5679 character is also the first letter of the name. The next string specifies
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5680 the template. Two more (optional) strings give the file in which, and the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5681 headline under which, the new note should be stored. The file (if not present
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5682 or @code{nil}) defaults to @code{org-default-notes-file}, the heading to
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5683 @code{org-remember-default-headline}. If the file name is not an absolute
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5684 path, it will be interpreted relative to @code{org-directory}. The heading
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5685 can also be the symbols @code{top} or @code{bottom} to send notes as level 1
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5686 entries to the beginning or end of the file, respectively.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5687
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5688 An optional sixth element specifies the contexts in which the user can select
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5689 the template. This element can be a list of major modes or a function.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5690 @code{org-remember} will first check whether the function returns @code{t} or
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5691 if we are in any of the listed major modes, and exclude templates for which
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5692 this condition is not fulfilled. Templates that do not specify this element
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5693 at all, or that use @code{nil} or @code{t} as a value will always be
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5694 selectable.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5695
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5696 So for example:
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5697
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5698 @example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5699 (setq org-remember-templates
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5700 '(("Bug" ?b "* BUG %?\n %i\n %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5701 ("Journal" ?j "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org" "X" my-check)
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5702 ("Idea" ?i "* %^@{Title@}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas")))
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5703 @end example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5704
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5705 @noindent
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5706 The first template will only be available when invoking @code{org-remember}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5707 from an buffer in @code{emacs-lisp-mode}. The second template will only be
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5708 available when the function @code{my-check} returns @code{t}. The third
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5709 template will be proposed in any context.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5710
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5711 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5712 something, Org will prompt for a key to select the template (if you have
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5713 more than one template) and then prepare the buffer like
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5714 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5715 * TODO
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5716 [[file:@var{link to where you called remember}]]
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5717 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5718
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5719 @noindent
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5720 During expansion of the template, special @kbd{%}-escapes allow dynamic
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5721 insertion of content:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5722 @example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5723 %^@{@var{prompt}@} @r{prompt the user for a string and replace this sequence with it.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5724 @r{You may specify a default value and a completion table with}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5725 @r{%^@{prompt|default|completion2|completion3...@}}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5726 @r{The arrow keys access a prompt-specific history.}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5727 %a @r{annotation, normally the link created with @code{org-store-link}}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5728 %A @r{like @code{%a}, but prompt for the description part}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5729 %i @r{initial content, the region when remember is called with C-u.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5730 @r{The entire text will be indented like @code{%i} itself.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5731 %t @r{timestamp, date only}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5732 %T @r{timestamp with date and time}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5733 %u, %U @r{like the above, but inactive timestamps}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5734 %^t @r{like @code{%t}, but prompt for date. Similarly @code{%^T}, @code{%^u}, @code{%^U}}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5735 @r{You may define a prompt like @code{%^@{Birthday@}t}}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5736 %n @r{user name (taken from @code{user-full-name})}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5737 %c @r{Current kill ring head.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5738 %x @r{Content of the X clipboard.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5739 %^C @r{Interactive selection of which kill or clip to use.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5740 %^L @r{Like @code{%^C}, but insert as link.}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5741 %^g @r{prompt for tags, with completion on tags in target file.}
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5742 %k @r{title of currently clocked task}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5743 %K @r{link to currently clocked task}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5744 %^G @r{prompt for tags, with completion all tags in all agenda files.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5745 %^@{@var{prop}@}p @r{Prompt the user for a value for property @var{prop}}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5746 %:keyword @r{specific information for certain link types, see below}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5747 %[@var{file}] @r{insert the contents of the file given by @var{file}}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5748 %(@var{sexp}) @r{evaluate Elisp @var{sexp} and replace with the result}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5749 %! @r{immediately store note after completing the template}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5750 @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5751 %& @r{jump to target location immediately after storing note}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5752 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5753
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5754 @noindent
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5755 For specific link types, the following keywords will be
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5756 defined@footnote{If you define your own link types (@pxref{Adding
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5757 hyperlink types}), any property you store with
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5758 @code{org-store-link-props} can be accessed in remember templates in a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5759 similar way.}:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5760
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5761 @vindex org-from-is-user-regexp
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5762 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5763 Link type | Available keywords
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5764 -------------------+----------------------------------------------
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5765 bbdb | %:name %:company
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5766 bbdb | %::server %:port %:nick
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5767 vm, wl, mh, rmail | %:type %:subject %:message-id
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5768 | %:from %:fromname %:fromaddress
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5769 | %:to %:toname %:toaddress
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5770 | %:fromto @r{(either "to NAME" or "from NAME")@footnote{This will always be the other, not the user. See the variable @code{org-from-is-user-regexp}.}}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5771 gnus | %:group, @r{for messages also all email fields}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5772 w3, w3m | %:url
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5773 info | %:file %:node
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5774 calendar | %:date"
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5775 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5776
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5777 @noindent
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5778 To place the cursor after template expansion use:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5779
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5780 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5781 %? @r{After completing the template, position cursor here.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5782 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5783
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5784 @noindent
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5785 If you change your mind about which template to use, call
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5786 @code{org-remember} in the remember buffer. You may then select a new
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5787 template that will be filled with the previous context information.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5788
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5789 @node Storing notes, Refiling notes, Remember templates, Remember
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5790 @subsection Storing notes
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5791
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5792 @vindex org-remember-clock-out-on-exit
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5793 When you are finished preparing a note with Remember, you have to press
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5794 @kbd{C-c C-c} to file the note away. If you have started the clock in the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5795 Remember buffer, you will first be asked if you want to clock out
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5796 now@footnote{To avoid this query, configure the variable
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5797 @code{org-remember-clock-out-on-exit}.}. If you answer @kbd{n}, the clock
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
5798 will continue to run after the note was filed away.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5799
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5800 The handler will then store the note in the file and under the headline
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5801 specified in the template, or it will use the default file and headline.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
5802 The window configuration will be restored, sending you back to the working
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5803 context before the call to Remember. To re-use the location found
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5804 during the last call to Remember, exit the Remember buffer with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5805 @kbd{C-0 C-c C-c}, @ie specify a zero prefix argument to @kbd{C-c C-c}.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5806 Another special case is @kbd{C-2 C-c C-c} which files the note as a child of
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5807 the currently clocked item.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5808
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5809 @vindex org-remember-store-without-prompt
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5810 If you want to store the note directly to a different place, use
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5811 @kbd{C-1 C-c C-c} instead to exit Remember@footnote{Configure the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5812 variable @code{org-remember-store-without-prompt} to make this behavior
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5813 the default.}. The handler will then first prompt for a target file---if
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5814 you press @key{RET}, the value specified for the template is used.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5815 Then the command offers the headings tree of the selected file, with the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5816 cursor position at the default headline (if you specified one in the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5817 template). You can either immediately press @key{RET} to get the note
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5818 placed there. Or you can use the following keys to find a different
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5819 location:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5820 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5821 @key{TAB} @r{Cycle visibility.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5822 @key{down} / @key{up} @r{Next/previous visible headline.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5823 n / p @r{Next/previous visible headline.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5824 f / b @r{Next/previous headline same level.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5825 u @r{One level up.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5826 @c 0-9 @r{Digit argument.}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5827 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5828 @noindent
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5829 Pressing @key{RET} or @key{left} or @key{right}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5830 then leads to the following result.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5831
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5832 @vindex org-reverse-note-order
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5833 @multitable @columnfractions 0.2 0.15 0.65
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5834 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5835 @item on headline @tab @key{RET} @tab as sublevel of the heading at cursor, first or last
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5836 @item @tab @tab depending on @code{org-reverse-note-order}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5837 @item @tab @key{left}/@key{right} @tab as same level, before/after current heading
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5838 @item buffer-start @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5839 @item @tab @tab depending on @code{org-reverse-note-order}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5840 @item not on headline @tab @key{RET}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5841 @tab at cursor position, level taken from context.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5842 @end multitable
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5843
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5844 Before inserting the text into a tree, the function ensures that the text has
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5845 a headline, @ie a first line that starts with a @samp{*}. If not, a
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5846 headline is constructed from the current date. If you have indented the text
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5847 of the note below the headline, the indentation will be adapted if inserting
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5848 the note into the tree requires demotion from level 1.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5849
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5850 @node Refiling notes, , Storing notes, Remember
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5851 @subsection Refiling notes
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5852 @cindex refiling notes
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5853
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5854 Remember is usually used to quickly capture notes and tasks into one or
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5855 a few capture lists. When reviewing the captured data, you may want to
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5856 refile some of the entries into a different list, for example into a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5857 project. Cutting, finding the right location, and then pasting the note
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5858 is cumbersome. To simplify this process, you can use the following
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5859 special command:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5860
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5861 @table @kbd
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5862 @kindex C-c C-w
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5863 @item C-c C-w
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5864 @vindex org-reverse-note-order
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5865 @vindex org-refile-targets
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5866 @vindex org-refile-use-outline-path
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5867 @vindex org-outline-path-complete-in-steps
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5868 @vindex org-refile-allow-creating-parent-nodes
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5869 Refile the entry or region at point. This command offers possible locations
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5870 for refiling the entry and lets you select one with completion. The item (or
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5871 all items in the region) is filed below the target heading as a subitem.
99868
404f28130174 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 99851
diff changeset
5872 Depending on @code{org-reverse-note-order}, it will be either the first or
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5873 last subitem.@*
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5874 By default, all level 1 headlines in the current buffer are considered to be
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5875 targets, but you can have more complex definitions across a number of files.
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
5876 See the variable @code{org-refile-targets} for details. If you would like to
99868
404f28130174 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 99851
diff changeset
5877 select a location via a file-path-like completion along the outline path, see
404f28130174 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 99851
diff changeset
5878 the variables @code{org-refile-use-outline-path} and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5879 @code{org-outline-path-complete-in-steps}. If you would like to be able to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5880 create new nodes as new parents for for refiling on the fly, check the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5881 variable @code{org-refile-allow-creating-parent-nodes}.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5882 @kindex C-u C-c C-w
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5883 @item C-u C-c C-w
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5884 Use the refile interface to jump to a heading.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5885 @kindex C-u C-u C-c C-w
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
5886 @item C-u C-u C-c C-w
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
5887 Jump to the location where @code{org-refile} last moved a tree to.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5888 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
5889
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5890
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5891 @node Attachments, RSS Feeds, Remember, Capture
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5892 @section Attachments
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5893 @cindex attachments
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5894
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5895 @vindex org-attach-directory
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5896 It is often useful to associate reference material with an outline node/task.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5897 Small chunks of plain text can simply be stored in the subtree of a project.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5898 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5899 files that live elsewhere on your computer or in the cloud, like emails or
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5900 source code files belonging to a project. Another method is @i{attachments},
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5901 which are files located in a directory belonging to an outline node. Org
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5902 uses directories named by the unique ID of each entry. These directories are
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5903 located in the @file{data} directory which lives in the same directory where
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5904 your Org file lives@footnote{If you move entries or Org files from one
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5905 directory to another, you may want to configure @code{org-attach-directory}
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5906 to contain an absolute path.}. If you initialize this directory with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5907 @code{git init}, Org will automatically commit changes when it sees them.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5908 The attachment system has been contributed to Org by John Wiegley.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5909
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5910 In cases where it seems better to do so, you can also attach a directory of your
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5911 choice to an entry. You can also make children inherit the attachment
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5912 directory from a parent, so that an entire subtree uses the same attached
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5913 directory.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5914
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5915 @noindent The following commands deal with attachments.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5916
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5917 @table @kbd
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5918
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5919 @kindex C-c C-a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5920 @item C-c C-a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5921 The dispatcher for commands related to the attachment system. After these
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5922 keys, a list of commands is displayed and you need to press an additional key
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5923 to select a command:
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5924
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5925 @table @kbd
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5926 @kindex C-c C-a a
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5927 @item a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5928 @vindex org-attach-method
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5929 Select a file and move it into the task's attachment directory. The file
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5930 will be copied, moved, or linked, depending on @code{org-attach-method}.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5931 Note that hard links are not supported on all systems.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5932
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5933 @kindex C-c C-a c
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5934 @kindex C-c C-a m
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
5935 @kindex C-c C-a l
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5936 @item c/m/l
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5937 Attach a file using the copy/move/link method.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5938 Note that hard links are not supported on all systems.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5939
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5940 @kindex C-c C-a n
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5941 @item n
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5942 Create a new attachment as an Emacs buffer.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5943
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5944 @kindex C-c C-a z
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5945 @item z
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5946 Synchronize the current task with its attachment directory, in case you added
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5947 attachments yourself.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5948
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5949 @kindex C-c C-a o
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5950 @item o
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5951 @vindex org-file-apps
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5952 Open current task's attachment. If there are more than one, prompt for a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5953 file name first. Opening will follow the rules set by @code{org-file-apps}.
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
5954 For more details, see the information on following hyperlinks
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5955 (@pxref{Handling links}).
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5956
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5957 @kindex C-c C-a O
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5958 @item O
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5959 Also open the attachment, but force opening the file in Emacs.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5960
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5961 @kindex C-c C-a f
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5962 @item f
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5963 Open the current task's attachment directory.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5964
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5965 @kindex C-c C-a F
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5966 @item F
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5967 Also open the directory, but force using @command{dired} in Emacs.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5968
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5969 @kindex C-c C-a d
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5970 @item d
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5971 Select and delete a single attachment.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5972
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5973 @kindex C-c C-a D
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5974 @item D
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
5975 Delete all of a task's attachments. A safer way is to open the directory in
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5976 @command{dired} and delete from there.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5977
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5978 @kindex C-c C-a s
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5979 @item C-c C-a s
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5980 @cindex property, ATTACH_DIR
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5981 Set a specific directory as the entry's attachment directory. This works by
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5982 putting the directory path into the @code{ATTACH_DIR} property.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5983
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5984 @kindex C-c C-a i
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5985 @item C-c C-a i
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5986 @cindex property, ATTACH_DIR_INHERIT
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
5987 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5988 same directory for attachments as the parent does.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5989 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5990 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5991
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5992 @node RSS Feeds, Protocols, Attachments, Capture
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5993 @section RSS feeds
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5994 @cindex RSS feeds
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5995
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5996 Org has the capability to add and change entries based on information found in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5997 RSS feeds. You could use this to make a task out of each new podcast in a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5998 podcast feed. Or you could use a phone-based note-creating service on the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
5999 web to import tasks into Org. To access feeds, you need to configure the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6000 variable @code{org-feed-alist}. The docstring of this variable has detailed
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6001 information. Here is just an example:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6002
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6003 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6004 (setq org-feed-alist
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6005 '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2c3....."
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6006 "~/org/feeds.org" "ReQall Entries")
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6007 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6008 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6009 will configure that new items from the feed provided by @file{reqall.com}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6010 will result in new entries in the file @file{~/org/feeds.org} under the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6011 heading @samp{ReQall Entries}, whenever the following command is used:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6012
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6013 @table @kbd
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6014 @kindex C-c C-x g
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6015 @item C-c C-x g
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6016 Collect items from the feeds configured in @code{org-feed-alist} and act upon
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6017 them.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6018 @kindex C-c C-x G
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6019 @item C-c C-x G
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6020 Prompt for a feed name and go to the inbox configured for this feed.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6021 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6022
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6023 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6024 it will store information about the status of items in the feed, to avoid
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6025 adding the same item several times. You should add @samp{FEEDSTATUS} to the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6026 list of drawers in that file:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6027
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6028 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6029 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6030 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6031
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6032 For more information, see @file{org-feed.el} and the docstring of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6033 @code{org-feed-alist}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6034
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6035 @node Protocols, , RSS Feeds, Capture
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6036 @section Protocols for external access
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6037 @cindex protocols, for external access
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6038 @cindex emacsserver
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6039
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6040 You can set up Org for handling protocol calls from outside applications that
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6041 are passed to Emacs through the @file{emacsserver}. For example, you can
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6042 configure bookmarks in your web browser to send a link to the current page to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6043 Org and create a note from it using Remember (@pxref{Remember}). Or you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6044 could create a bookmark that will tell Emacs to open the local source file of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6045 a remote website you are looking at with the browser. See
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6046 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6047 documentation and setup instructions.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6048
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6049
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6050 @node Agenda Views, Embedded LaTeX, Capture, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6051 @chapter Agenda Views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6052 @cindex agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6053
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6054 Due to the way Org works, TODO items, time-stamped items, and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6055 tagged headlines can be scattered throughout a file or even a number of
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6056 files. To get an overview of open action items, or of events that are
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6057 important for a particular date, this information must be collected,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6058 sorted and displayed in an organized way.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6059
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6060 Org can select items based on various criteria and display them
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6061 in a separate buffer. Seven different view types are provided:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6062
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6063 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6064 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6065 an @emph{agenda} that is like a calendar and shows information
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6066 for specific dates,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6067 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6068 a @emph{TODO list} that covers all unfinished
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6069 action items,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6070 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6071 a @emph{match view}, showings headlines based on the tags, properties, and
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6072 TODO state associated with them,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6073 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6074 a @emph{timeline view} that shows all events in a single Org file,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6075 in time-sorted view,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6076 @item
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6077 a @emph{keyword search view} that shows all entries from multiple files
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6078 that contain specified keywords,
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6079 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6080 a @emph{stuck projects view} showing projects that currently don't move
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6081 along, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6082 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6083 @emph{custom views} that are special tag/keyword searches and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6084 combinations of different views.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6085 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6086
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6087 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6088 The extracted information is displayed in a special @emph{agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6089 buffer}. This buffer is read-only, but provides commands to visit the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6090 corresponding locations in the original Org files, and even to
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6091 edit these files remotely.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6092
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6093 @vindex org-agenda-window-setup
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6094 @vindex org-agenda-restore-windows-after-quit
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6095 Two variables control how the agenda buffer is displayed and whether the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6096 window configuration is restored when the agenda exits:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6097 @code{org-agenda-window-setup} and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6098 @code{org-agenda-restore-windows-after-quit}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6099
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6100 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6101 * Agenda files:: Files being searched for agenda information
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6102 * Agenda dispatcher:: Keyboard access to agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6103 * Built-in agenda views:: What is available out of the box?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6104 * Presentation and sorting:: How agenda items are prepared for display
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6105 * Agenda commands:: Remote editing of Org trees
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6106 * Custom agenda views:: Defining special searches and views
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6107 * Exporting Agenda Views::
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6108 * Agenda column view:: Using column view for collected entries
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6109 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6110
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6111 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6112 @section Agenda files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6113 @cindex agenda files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6114 @cindex files for agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6115
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6116 @vindex org-agenda-files
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6117 The information to be shown is normally collected from all @emph{agenda
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6118 files}, the files listed in the variable
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6119 @code{org-agenda-files}@footnote{If the value of that variable is not a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6120 list, but a single file name, then the list of agenda files will be
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6121 maintained in that external file.}. If a directory is part of this list,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6122 all files with the extension @file{.org} in this directory will be part
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6123 of the list.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6124
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6125 Thus, even if you only work with a single Org file, that file should
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6126 be put into the list@footnote{When using the dispatcher, pressing
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6127 @kbd{<} before selecting a command will actually limit the command to
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6128 the current file, and ignore @code{org-agenda-files} until the next
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6129 dispatcher command.}. You can customize @code{org-agenda-files}, but
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6130 the easiest way to maintain it is through the following commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6131
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6132 @cindex files, adding to agenda list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6133 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6134 @kindex C-c [
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6135 @item C-c [
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6136 Add current file to the list of agenda files. The file is added to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6137 the front of the list. If it was already in the list, it is moved to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6138 the front. With a prefix argument, file is added/moved to the end.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6139 @kindex C-c ]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6140 @item C-c ]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6141 Remove current file from the list of agenda files.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6142 @kindex C-,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6143 @kindex C-'
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6144 @item C-,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6145 @itemx C-'
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6146 Cycle through agenda file list, visiting one file after the other.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6147 @kindex M-x org-iswitchb
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6148 @item M-x org-iswitchb
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6149 Command to use an @code{iswitchb}-like interface to switch to and between Org
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6150 buffers.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6151 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6152
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6153 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6154 The Org menu contains the current list of files and can be used
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6155 to visit any of them.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6156
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6157 If you would like to focus the agenda temporarily on a file not in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6158 this list, or on just one file in the list, or even on only a subtree in a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6159 file, then this can be done in different ways. For a single agenda command,
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6160 you may press @kbd{<} once or several times in the dispatcher
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6161 (@pxref{Agenda dispatcher}). To restrict the agenda scope for an
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6162 extended period, use the following commands:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6163
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6164 @table @kbd
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6165 @kindex C-c C-x <
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6166 @item C-c C-x <
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6167 Permanently restrict the agenda to the current subtree. When with a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6168 prefix argument, or with the cursor before the first headline in a file,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6169 the agenda scope is set to the entire file. This restriction remains in
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6170 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6171 or @kbd{>} in the agenda dispatcher. If there is a window displaying an
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6172 agenda view, the new restriction takes effect immediately.
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
6173 @kindex C-c C-x >
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
6174 @item C-c C-x >
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6175 Remove the permanent restriction created by @kbd{C-c C-x <}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6176 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6177
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6178 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6179 When working with @file{speedbar.el}, you can use the following commands in
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6180 the Speedbar frame:
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6181 @table @kbd
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6182 @kindex <
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6183 @item < @r{in the speedbar frame}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6184 Permanently restrict the agenda to the item---either an Org file or a subtree
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6185 in such a file---at the cursor in the Speedbar frame.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6186 If there is a window displaying an agenda view, the new restriction takes
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6187 effect immediately.
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
6188 @kindex >
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6189 @item > @r{in the speedbar frame}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6190 Lift the restriction.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6191 @end table
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6192
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6193 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6194 @section The agenda dispatcher
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6195 @cindex agenda dispatcher
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6196 @cindex dispatching agenda commands
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6197 The views are created through a dispatcher, which should be bound to a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6198 global key---for example @kbd{C-c a} (@pxref{Installation}). In the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6199 following we will assume that @kbd{C-c a} is indeed how the dispatcher
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6200 is accessed and list keyboard access to commands accordingly. After
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6201 pressing @kbd{C-c a}, an additional letter is required to execute a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6202 command. The dispatcher offers the following default commands:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6203 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6204 @item a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6205 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6206 @item t @r{/} T
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6207 Create a list of all TODO items (@pxref{Global TODO list}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6208 @item m @r{/} M
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6209 Create a list of headlines matching a TAGS expression (@pxref{Matching
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6210 tags and properties}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6211 @item L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6212 Create the timeline view for the current buffer (@pxref{Timeline}).
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6213 @item s
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6214 Create a list of entries selected by a boolean expression of keywords
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6215 and/or regular expressions that must or must not occur in the entry.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6216 @item /
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6217 @vindex org-agenda-text-search-extra-files
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6218 Search for a regular expression in all agenda files and additionally in
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6219 the files listed in @code{org-agenda-text-search-extra-files}. This
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6220 uses the Emacs command @code{multi-occur}. A prefix argument can be
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6221 used to specify the number of context lines for each match, default is
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6222 1.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6223 @item # @r{/} !
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6224 Create a list of stuck projects (@pxref{Stuck projects}).
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6225 @item <
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6226 Restrict an agenda command to the current buffer@footnote{For backward
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6227 compatibility, you can also press @kbd{1} to restrict to the current
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6228 buffer.}. After pressing @kbd{<}, you still need to press the character
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6229 selecting the command.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6230 @item < <
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6231 If there is an active region, restrict the following agenda command to
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6232 the region. Otherwise, restrict it to the current subtree@footnote{For
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6233 backward compatibility, you can also press @kbd{0} to restrict to the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6234 current region/subtree.}. After pressing @kbd{< <}, you still need to press the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6235 character selecting the command.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6236 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6237
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6238 You can also define custom commands that will be accessible through the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6239 dispatcher, just like the default commands. This includes the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6240 possibility to create extended agenda buffers that contain several
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6241 blocks together, for example the weekly agenda, the global TODO list and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6242 a number of special tags matches. @xref{Custom agenda views}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6243
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6244 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6245 @section The built-in agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6246
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6247 In this section we describe the built-in views.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6248
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6249 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6250 * Weekly/daily agenda:: The calendar page with current tasks
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6251 * Global TODO list:: All unfinished action items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6252 * Matching tags and properties:: Structured information with fine-tuned search
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6253 * Timeline:: Time-sorted view for single file
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6254 * Keyword search:: Finding entries by keyword
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6255 * Stuck projects:: Find projects you need to review
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6256 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6257
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6258 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6259 @subsection The weekly/daily agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6260 @cindex agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6261 @cindex weekly agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6262 @cindex daily agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6263
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6264 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6265 paper agenda, showing all the tasks for the current week or day.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6266
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6267 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6268 @cindex org-agenda, command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6269 @kindex C-c a a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6270 @item C-c a a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6271 @vindex org-agenda-ndays
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6272 Compile an agenda for the current week from a list of Org files. The agenda
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6273 shows the entries for each day. With a numeric prefix@footnote{For backward
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6274 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6275 listed before the agenda. This feature is deprecated, use the dedicated TODO
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6276 list, or a block agenda instead (@pxref{Block agenda}).} (like @kbd{C-u 2 1
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6277 C-c a a}) you may set the number of days to be displayed (see also the
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6278 variable @code{org-agenda-ndays})
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6279 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6280
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6281 Remote editing from the agenda buffer means, for example, that you can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6282 change the dates of deadlines and appointments from the agenda buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6283 The commands available in the Agenda buffer are listed in @ref{Agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6284 commands}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6285
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6286 @subsubheading Calendar/Diary integration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6287 @cindex calendar integration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6288 @cindex diary integration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6289
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6290 Emacs contains the calendar and diary by Edward M. Reingold. The
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6291 calendar displays a three-month calendar with holidays from different
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6292 countries and cultures. The diary allows you to keep track of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6293 anniversaries, lunar phases, sunrise/set, recurrent appointments
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6294 (weekly, monthly) and more. In this way, it is quite complementary to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6295 Org. It can be very useful to combine output from Org with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6296 the diary.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6297
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6298 In order to include entries from the Emacs diary into Org mode's
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6299 agenda, you only need to customize the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6300
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6301 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6302 (setq org-agenda-include-diary t)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6303 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6304
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6305 @noindent After that, everything will happen automatically. All diary
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6306 entries including holidays, anniversaries, etc., will be included in the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6307 agenda buffer created by Org mode. @key{SPC}, @key{TAB}, and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6308 @key{RET} can be used from the agenda buffer to jump to the diary
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6309 file in order to edit existing diary entries. The @kbd{i} command to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6310 insert new entries for the current date works in the agenda buffer, as
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6311 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6312 Sunrise/Sunset times, show lunar phases and to convert to other
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6313 calendars, respectively. @kbd{c} can be used to switch back and forth
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6314 between calendar and agenda.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6315
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6316 If you are using the diary only for sexp entries and holidays, it is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6317 faster to not use the above setting, but instead to copy or even move
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6318 the entries into an Org file. Org mode evaluates diary-style sexp
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6319 entries, and does it faster because there is no overhead for first
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6320 creating the diary display. Note that the sexp entries must start at
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6321 the left margin, no whitespace is allowed before them. For example,
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6322 the following segment of an Org file will be processed and entries
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6323 will be made in the agenda:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6324
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6325 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6326 * Birthdays and similar stuff
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6327 #+CATEGORY: Holiday
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6328 %%(org-calendar-holiday) ; special function for holiday names
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6329 #+CATEGORY: Ann
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6330 %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6331 %%(diary-anniversary 2 10 1869) Mahatma Gandhi would be %d years old
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6332 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6333
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6334 @subsubheading Anniversaries from BBDB
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6335 @cindex BBDB, anniversaries
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6336 @cindex anniversaries, from BBDB
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6337
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6338 If you are using the Big Brothers Database to store your contacts, you will
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6339 very likely prefer to store anniversaries in BBDB rather than in a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6340 separate Org or diary file. Org supports this and will show BBDB
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6341 anniversaries as part of the agenda. All you need to do is to add the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6342 following to one your your agenda files:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6343
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6344 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6345 * Anniversaries
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6346 :PROPERTIES:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6347 :CATEGORY: Anniv
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6348 :END
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6349 %%(org-bbdb-anniversaries)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6350 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6351
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6352 You can then go ahead and define anniversaries for a BBDB record. Basically,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6353 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6354 record and then add the date in the format @code{YYYY-MM-DD}, followed by a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6355 space and the class of the anniversary (@samp{birthday} or @samp{wedding}, or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6356 a format string). If you omit the class, it will default to @samp{birthday}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6357 Here are a few examples, the header for the file @file{org-bbdb.el} contains
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6358 more detailed information.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6359
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6360 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6361 1973-06-22
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6362 1955-08-02 wedding
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6363 2008-04-14 %s released version 6.01 of org-mode, %d years ago
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6364 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6365
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6366 After a change to BBDB, or for the first agenda display during an Emacs
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6367 session, the agenda display will suffer a short delay as Org updates its
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6368 hash with anniversaries. However, from then on things will be very fast---much
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6369 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6370 in an Org or Diary file.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6371
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6372 @subsubheading Appointment reminders
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6373 @cindex @file{appt.el}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6374 @cindex appointment reminders
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6375
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6376 Org can interact with Emacs appointments notification facility. To add all
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6377 the appointments of your agenda files, use the command
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6378 @code{org-agenda-to-appt}. This command also lets you filter through the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6379 list of your appointments and add only those belonging to a specific category
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6380 or matching a regular expression. See the docstring for details.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6381
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6382 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6383 @subsection The global TODO list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6384 @cindex global TODO list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6385 @cindex TODO list, global
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6386
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6387 The global TODO list contains all unfinished TODO items formatted and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6388 collected into a single place.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6389
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6390 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6391 @kindex C-c a t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6392 @item C-c a t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6393 Show the global TODO list. This collects the TODO items from all
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6394 agenda files (@pxref{Agenda Views}) into a single buffer. The buffer is in
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6395 @code{agenda-mode}, so there are commands to examine and manipulate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6396 the TODO entries directly from that buffer (@pxref{Agenda commands}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6397 @kindex C-c a T
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6398 @item C-c a T
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6399 @cindex TODO keyword matching
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6400 @vindex org-todo-keywords
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6401 Like the above, but allows selection of a specific TODO keyword. You
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6402 can also do this by specifying a prefix argument to @kbd{C-c a t}. With
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6403 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6404 specify several keywords by separating them with @samp{|} as the boolean OR
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6405 operator. With a numeric prefix, the nth keyword in
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6406 @code{org-todo-keywords} is selected.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6407 @kindex r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6408 The @kbd{r} key in the agenda buffer regenerates it, and you can give
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6409 a prefix argument to this command to change the selected TODO keyword,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6410 for example @kbd{3 r}. If you often need a search for a specific
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6411 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6412 Matching specific TODO keywords can also be done as part of a tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6413 search (@pxref{Tag searches}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6414 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6415
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6416 Remote editing of TODO items means that you can change the state of a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6417 TODO entry with a single key press. The commands available in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6418 TODO list are described in @ref{Agenda commands}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6419
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6420 @cindex sublevels, inclusion into TODO list
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6421 Normally the global TODO list simply shows all headlines with TODO
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6422 keywords. This list can become very long. There are two ways to keep
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6423 it more compact:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6424 @itemize @minus
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6425 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6426 @vindex org-agenda-todo-ignore-scheduled
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6427 @vindex org-agenda-todo-ignore-deadlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6428 @vindex org-agenda-todo-ignore-with-date
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6429 Some people view a TODO item that has been @emph{scheduled} for execution or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6430 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6431 Configure the variables @code{org-agenda-todo-ignore-scheduled},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6432 @code{org-agenda-todo-ignore-deadlines}, and/or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6433 @code{org-agenda-todo-ignore-with-date} to exclude such items from the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6434 global TODO list.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6435 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6436 @vindex org-agenda-todo-list-sublevels
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6437 TODO items may have sublevels to break up the task into subtasks. In
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6438 such cases it may be enough to list only the highest level TODO headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6439 and omit the sublevels from the global list. Configure the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6440 @code{org-agenda-todo-list-sublevels} to get this behavior.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6441 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6442
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6443 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6444 @subsection Matching tags and properties
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6445 @cindex matching, of tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6446 @cindex matching, of properties
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6447 @cindex tags view
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6448 @cindex match view
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6449
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6450 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6451 or have properties (@pxref{Properties and Columns}), you can select headlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6452 based on this metadata and collect them into an agenda buffer. The match
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6453 syntax described here also applies when creating sparse trees with @kbd{C-c /
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6454 m}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6455
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6456 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6457 @kindex C-c a m
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6458 @item C-c a m
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6459 Produce a list of all headlines that match a given set of tags. The
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6460 command prompts for a selection criterion, which is a boolean logic
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6461 expression with tags, like @samp{+work+urgent-withboss} or
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6462 @samp{work|home} (@pxref{Tags}). If you often need a specific search,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6463 define a custom command for it (@pxref{Agenda dispatcher}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6464 @kindex C-c a M
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6465 @item C-c a M
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6466 @vindex org-tags-match-list-sublevels
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6467 @vindex org-agenda-tags-todo-honor-ignore-options
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6468 Like @kbd{C-c a m}, but only select headlines that are also TODO items and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6469 force checking subitems (see variable @code{org-tags-match-list-sublevels}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6470 To exclude scheduled/deadline items, see the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6471 @code{org-agenda-tags-todo-honor-ignore-options}. Matching specific TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6472 keywords together with a tags match is also possible, see @ref{Tag searches}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6473 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6474
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6475 The commands available in the tags list are described in @ref{Agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6476 commands}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6477
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6478 @subsubheading Match syntax
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6479
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6480 @cindex Boolean logic, for tag/property searches
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6481 A search string can use Boolean operators @samp{&} for AND and @samp{|} for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6482 OR. @samp{&} binds more strongly than @samp{|}. Parentheses are currently
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6483 not implemented. Each element in the search is either a tag, a regular
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6484 expression matching tags, or an expression like @code{PROPERTY OPERATOR
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6485 VALUE} with a comparison operator, accessing a property value. Each element
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6486 may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6487 sugar for positive selection. The AND operator @samp{&} is optional when
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6488 @samp{+} or @samp{-} is present. Here are some examples, using only tags.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6489
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6490 @table @samp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6491 @item +work-boss
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6492 Select headlines tagged @samp{:work:}, but discard those also tagged
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6493 @samp{:boss:}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6494 @item work|laptop
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6495 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6496 @item work|laptop+night
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6497 Like before, but require the @samp{:laptop:} lines to be tagged also
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6498 @samp{:night:}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6499 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6500
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6501 @cindex regular expressions, with tags search
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6502 Instead of a tag, you may also specify a regular expression enclosed in curly
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6503 braces. For example,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6504 @samp{work+@{^boss.*@}} matches headlines that contain the tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6505 @samp{:work:} and any tag @i{starting} with @samp{boss}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6506
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6507 @cindex TODO keyword matching, with tags search
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6508 @cindex level, require for tags/property match
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6509 @cindex category, require for tags/property match
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6510 @vindex org-odd-levels-only
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6511 You may also test for properties (@pxref{Properties and Columns}) at the same
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6512 time as matching tags. The properties may be real properties, or special
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6513 properties that represent other metadata (@pxref{Special properties}). For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6514 example, the ``property'' @code{TODO} represents the TODO keyword of the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6515 entry. Or, the ``property'' @code{LEVEL} represents the level of an entry.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6516 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6517 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6518 DONE. In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6519 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6520
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6521 Here are more examples:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6522 @table @samp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6523 @item work+TODO="WAITING"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6524 Select @samp{:work:}-tagged TODO lines with the specific TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6525 keyword @samp{WAITING}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6526 @item work+TODO="WAITING"|home+TODO="WAITING"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6527 Waiting tasks both at work and at home.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6528 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6529
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6530 When matching properties, a number of different operators can be used to test
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6531 the value of a property. Here is a complex example:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6532
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6533 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6534 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2 \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6535 +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6536 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6537
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6538 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6539 The type of comparison will depend on how the comparison value is written:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6540 @itemize @minus
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6541 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6542 If the comparison value is a plain number, a numerical comparison is done,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6543 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6544 @samp{>=}, and @samp{<>}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6545 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6546 If the comparison value is enclosed in double-quotes,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6547 a string comparison is done, and the same operators are allowed.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6548 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6549 If the comparison value is enclosed in double-quotes @emph{and} angular
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6550 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6551 assumed to be date/time specifications in the standard Org way, and the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6552 comparison will be done accordingly. Special values that will be recognized
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6553 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6554 @code{"<tomorrow>"} for these days at 0:00 hours, @ie without a time
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6555 specification. Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6556 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6557 respectively, can be used.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6558 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6559 If the comparison value is enclosed
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6560 in curly braces, a regexp match is performed, with @samp{=} meaning that the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6561 regexp matches the property value, and @samp{<>} meaning that it does not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6562 match.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6563 @end itemize
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6564
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6565 So the search string in the example finds entries tagged @samp{:work:} but
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6566 not @samp{:boss:}, which also have a priority value @samp{A}, a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6567 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6568 property that is numerically smaller than 2, a @samp{:With:} property that is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6569 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6570 on or after October 11, 2008.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6571
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6572 Accessing TODO, LEVEL, and CATEGORY during a search is fast. Accessing any
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6573 other properties will slow down the search. However, once you have paid the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6574 price by accessing one property, testing additional properties is cheap
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6575 again.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6576
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6577 You can configure Org mode to use property inheritance during a search, but
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6578 beware that this can slow down searches considerably. See @ref{Property
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6579 inheritance}, for details.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6580
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6581 For backward compatibility, and also for typing speed, there is also a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6582 different way to test TODO states in a search. For this, terminate the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6583 tags/property part of the search string (which may include several terms
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6584 connected with @samp{|}) with a @samp{/} and then specify a Boolean
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6585 expression just for TODO keywords. The syntax is then similar to that for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6586 tags, but should be applied with care: for example, a positive
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6587 selection on several TODO keywords cannot meaningfully be combined with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6588 boolean AND. However, @emph{negative selection} combined with AND can be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6589 meaningful. To make sure that only lines are checked that actually have any
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6590 TODO keyword (resulting in a speed-up), use @kbd{C-c a M}, or equivalently
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6591 start the TODO part after the slash with @samp{!}. Examples:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6592
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6593 @table @samp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6594 @item work/WAITING
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6595 Same as @samp{work+TODO="WAITING"}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6596 @item work/!-WAITING-NEXT
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6597 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6598 nor @samp{NEXT}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6599 @item work/!+WAITING|+NEXT
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6600 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6601 @samp{NEXT}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6602 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6603
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6604 @node Timeline, Keyword search, Matching tags and properties, Built-in agenda views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6605 @subsection Timeline for a single file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6606 @cindex timeline, single file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6607 @cindex time-sorted view
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6608
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6609 The timeline summarizes all time-stamped items from a single Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6610 file in a @emph{time-sorted view}. The main purpose of this command is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6611 to give an overview over events in a project.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6612
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6613 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6614 @kindex C-c a L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6615 @item C-c a L
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6616 Show a time-sorted view of the Org file, with all time-stamped items.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6617 When called with a @kbd{C-u} prefix, all unfinished TODO entries
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6618 (scheduled or not) are also listed under the current date.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6619 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6620
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6621 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6622 The commands available in the timeline buffer are listed in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6623 @ref{Agenda commands}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6624
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6625 @node Keyword search, Stuck projects, Timeline, Built-in agenda views
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6626 @subsection Keyword search
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6627 @cindex keyword search
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6628 @cindex searching, for keywords
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6629
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6630 This agenda view is a general text search facility for Org mode entries.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6631 It is particularly useful to find notes.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6632
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6633 @table @kbd
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6634 @kindex C-c a s
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6635 @item C-c a s
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6636 This is a special search that lets you select entries by keywords or
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6637 regular expression, using a boolean logic. For example, the search
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6638 string
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6639
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6640 @example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6641 +computer +wifi -ethernet -@{8\.11[bg]@}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6642 @end example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6643
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6644 @noindent
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6645 will search for note entries that contain the keywords @code{computer}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6646 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6647 not matched by the regular expression @code{8\.11[bg]}, meaning to
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6648 exclude both 8.11b and 8.11g.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6649
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6650 @vindex org-agenda-text-search-extra-files
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6651 Note that in addition to the agenda files, this command will also search
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6652 the files listed in @code{org-agenda-text-search-extra-files}.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6653 @end table
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6654
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6655 @node Stuck projects, , Keyword search, Built-in agenda views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6656 @subsection Stuck projects
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6657
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6658 If you are following a system like David Allen's GTD to organize your
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6659 work, one of the ``duties'' you have is a regular review to make sure
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6660 that all projects move along. A @emph{stuck} project is a project that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6661 has no defined next actions, so it will never show up in the TODO lists
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6662 Org mode produces. During the review, you need to identify such
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6663 projects and define next actions for them.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6664
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6665 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6666 @kindex C-c a #
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6667 @item C-c a #
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6668 List projects that are stuck.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6669 @kindex C-c a !
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6670 @item C-c a !
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6671 @vindex org-stuck-projects
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6672 Customize the variable @code{org-stuck-projects} to define what a stuck
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6673 project is and how to find it.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6674 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6675
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6676 You almost certainly will have to configure this view before it will
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6677 work for you. The built-in default assumes that all your projects are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6678 level-2 headlines, and that a project is not stuck if it has at least
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6679 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6680
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6681 Let's assume that you, in your own way of using Org mode, identify
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6682 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
6683 indicate a project that should not be considered yet. Let's further
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6684 assume that the TODO keyword DONE marks finished projects, and that NEXT
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6685 and TODO indicate next actions. The tag @@SHOP indicates shopping and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6686 is a next action even without the NEXT tag. Finally, if the project
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6687 contains the special word IGNORE anywhere, it should not be listed
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6688 either. In this case you would start by identifying eligible projects
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6689 with a tags/todo match@footnote{@xref{Tag searches}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6690 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6691 IGNORE in the subtree to identify projects that are not stuck. The
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6692 correct customization for this is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6693
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6694 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6695 (setq org-stuck-projects
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6696 '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6697 "\\<IGNORE\\>"))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6698 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6699
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6700 Note that if a project is identified as non-stuck, the subtree of this entry
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6701 will still be searched for stuck projects.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6702
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6703 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6704 @section Presentation and sorting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6705 @cindex presentation, of agenda items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6706
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6707 @vindex org-agenda-prefix-format
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6708 Before displaying items in an agenda view, Org mode visually prepares
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6709 the items and sorts them. Each item occupies a single line. The line
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6710 starts with a @emph{prefix} that contains the @emph{category}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6711 (@pxref{Categories}) of the item and other important information. You can
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6712 customize the prefix using the option @code{org-agenda-prefix-format}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6713 The prefix is followed by a cleaned-up version of the outline headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6714 associated with the item.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6715
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6716 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6717 * Categories:: Not all tasks are equal
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6718 * Time-of-day specifications:: How the agenda knows the time
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6719 * Sorting of agenda items:: The order of things
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6720 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6721
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6722 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6723 @subsection Categories
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6724
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6725 @cindex category
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6726 The category is a broad label assigned to each agenda item. By default,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6727 the category is simply derived from the file name, but you can also
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6728 specify it with a special line in the buffer, like this@footnote{For
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6729 backward compatibility, the following also works: if there are several
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6730 such lines in a file, each specifies the category for the text below it.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6731 The first category also applies to any text before the first CATEGORY
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6732 line. However, using this method is @emph{strongly} deprecated as it is
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6733 incompatible with the outline structure of the document. The correct
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6734 method for setting multiple categories in a buffer is using a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6735 property.}:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6736
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6737 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6738 #+CATEGORY: Thesis
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6739 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6740
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6741 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6742 @cindex property, CATEGORY
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6743 If you would like to have a special CATEGORY for a single entry or a
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
6744 (sub)tree, give the entry a @code{:CATEGORY:} property with the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
6745 special category you want to apply as the value.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6746
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6747 @noindent
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6748 The display in the agenda buffer looks best if the category is not
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6749 longer than 10 characters.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6750
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6751 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6752 @subsection Time-of-day specifications
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6753 @cindex time-of-day specification
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6754
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6755 Org mode checks each agenda item for a time-of-day specification. The
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6756 time can be part of the timestamp that triggered inclusion into the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6757 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}. Time
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6758 ranges can be specified with two timestamps, like
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6759 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6760 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6761
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6762 In the headline of the entry itself, a time(range) may also appear as
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
6763 plain text (like @samp{12:45} or a @samp{8:30-1pm}). If the agenda
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6764 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6765 specifications in diary entries are recognized as well.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6766
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6767 For agenda display, Org mode extracts the time and displays it in a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6768 standard 24 hour format as part of the prefix. The example times in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6769 the previous paragraphs would end up in the agenda like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6770
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6771 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6772 8:30-13:00 Arthur Dent lies in front of the bulldozer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6773 12:45...... Ford Prefect arrives and takes Arthur to the pub
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6774 19:00...... The Vogon reads his poem
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
6775 20:30-22:15 Marvin escorts the Hitchhikers to the bridge
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6776 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6777
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6778 @cindex time grid
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6779 If the agenda is in single-day mode, or for the display of today, the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6780 timed entries are embedded in a time grid, like
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6781
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6782 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6783 8:00...... ------------------
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6784 8:30-13:00 Arthur Dent lies in front of the bulldozer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6785 10:00...... ------------------
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6786 12:00...... ------------------
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6787 12:45...... Ford Prefect arrives and takes Arthur to the pub
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6788 14:00...... ------------------
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6789 16:00...... ------------------
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6790 18:00...... ------------------
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6791 19:00...... The Vogon reads his poem
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6792 20:00...... ------------------
101509
c915fbc219ff Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101460
diff changeset
6793 20:30-22:15 Marvin escorts the Hitchhikers to the bridge
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6794 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6795
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6796 @vindex org-agenda-use-time-grid
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6797 @vindex org-agenda-time-grid
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6798 The time grid can be turned on and off with the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6799 @code{org-agenda-use-time-grid}, and can be configured with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6800 @code{org-agenda-time-grid}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6801
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6802 @node Sorting of agenda items, , Time-of-day specifications, Presentation and sorting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6803 @subsection Sorting of agenda items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6804 @cindex sorting, of agenda items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6805 @cindex priorities, of agenda items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6806 Before being inserted into a view, the items are sorted. How this is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6807 done depends on the type of view.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6808 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6809 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6810 @vindex org-agenda-files
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6811 For the daily/weekly agenda, the items for each day are sorted. The
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6812 default order is to first collect all items containing an explicit
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6813 time-of-day specification. These entries will be shown at the beginning
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6814 of the list, as a @emph{schedule} for the day. After that, items remain
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6815 grouped in categories, in the sequence given by @code{org-agenda-files}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6816 Within each category, items are sorted by priority (@pxref{Priorities}),
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6817 which is composed of the base priority (2000 for priority @samp{A}, 1000
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6818 for @samp{B}, and 0 for @samp{C}), plus additional increments for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6819 overdue scheduled or deadline items.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6820 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6821 For the TODO list, items remain in the order of categories, but within
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6822 each category, sorting takes place according to priority
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6823 (@pxref{Priorities}). The priority used for sorting derives from the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6824 priority cookie, with additions depending on how close an item is to its due
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6825 or scheduled date.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6826 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6827 For tags matches, items are not sorted at all, but just appear in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6828 sequence in which they are found in the agenda files.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6829 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6830
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6831 @vindex org-agenda-sorting-strategy
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6832 Sorting can be customized using the variable
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6833 @code{org-agenda-sorting-strategy}, and may also include criteria based on
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
6834 the estimated effort of an entry (@pxref{Effort estimates}).
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6835
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6836 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6837 @section Commands in the agenda buffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6838 @cindex commands, in agenda buffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6839
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6840 Entries in the agenda buffer are linked back to the Org file or diary
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6841 file where they originate. You are not allowed to edit the agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6842 buffer itself, but commands are provided to show and jump to the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6843 original entry location, and to edit the Org files ``remotely'' from
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6844 the agenda buffer. In this way, all information is stored only once,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6845 removing the risk that your agenda and note files may diverge.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6846
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6847 Some commands can be executed with mouse clicks on agenda lines. For
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6848 the other commands, the cursor needs to be in the desired line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6849
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6850 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6851 @tsubheading{Motion}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6852 @cindex motion commands in agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6853 @kindex n
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6854 @item n
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6855 Next line (same as @key{up} and @kbd{C-p}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6856 @kindex p
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6857 @item p
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6858 Previous line (same as @key{down} and @kbd{C-n}).
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6859 @tsubheading{View/Go to Org file}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6860 @kindex mouse-3
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6861 @kindex @key{SPC}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6862 @item mouse-3
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6863 @itemx @key{SPC}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6864 Display the original location of the item in another window.
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
6865 With prefix arg, make sure that the entire entry is made visible in the
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
6866 outline, not only the heading.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6867 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6868 @kindex L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6869 @item L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6870 Display original location and recenter that window.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6871 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6872 @kindex mouse-2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6873 @kindex mouse-1
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6874 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6875 @item mouse-2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6876 @itemx mouse-1
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6877 @itemx @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6878 Go to the original location of the item in another window. Under Emacs
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6879 22, @kbd{mouse-1} will also works for this.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6880 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6881 @kindex @key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6882 @itemx @key{RET}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6883 Go to the original location of the item and delete other windows.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6884 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6885 @kindex f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6886 @item f
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6887 @vindex org-agenda-start-with-follow-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6888 Toggle Follow mode. In Follow mode, as you move the cursor through
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6889 the agenda buffer, the other window always shows the corresponding
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6890 location in the Org file. The initial setting for this mode in new
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6891 agenda buffers can be set with the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6892 @code{org-agenda-start-with-follow-mode}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6893 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6894 @kindex b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6895 @item b
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6896 Display the entire subtree of the current item in an indirect buffer. With a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6897 numeric prefix argument N, go up to level N and then take that tree. If N is
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6898 negative, go up that many levels. With a @kbd{C-u} prefix, do not remove the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6899 previously used indirect buffer.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6900 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6901 @kindex v l
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6902 @kindex l
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6903 @item v l @ @r{or short} @ l
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6904 @vindex org-log-done
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6905 @vindex org-agenda-log-mode-items
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
6906 Toggle Logbook mode. In Logbook mode, entries that were marked DONE while
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
6907 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
6908 entries that have been clocked on that day. You can configure the entry
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
6909 types that should be included in log mode using the variable
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
6910 @code{org-agenda-log-mode-items}. When called with a @kbd{C-u} prefix, show
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
6911 all possible logbook entries, including state changes. When called with two
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
6912 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6913 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6914 @kindex v a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6915 @kindex v A
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6916 @item v a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6917 @itemx v A
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6918 Toggle Archives mode. In Archives mode, trees that are marked
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6919 @code{ARCHIVED} are also scanned when producing the agenda. When you use the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6920 capital @kbd{A}, even all archive files are included. To exit archives mode,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6921 press @kbd{v a} again.
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
6922 @c
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6923 @kindex R
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6924 @item R
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6925 @vindex org-agenda-start-with-clockreport-mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6926 Toggle Clockreport mode. In Clockreport mode, the daily/weekly agenda will
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6927 always show a table with the clocked times for the timespan and file scope
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6928 covered by the current agenda view. The initial setting for this mode in new
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6929 agenda buffers can be set with the variable
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6930 @code{org-agenda-start-with-clockreport-mode}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6931
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6932 @tsubheading{Change display}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6933 @cindex display changing, in agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6934 @kindex o
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6935 @item o
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6936 Delete other windows.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6937 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6938 @kindex v d
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6939 @kindex d
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6940 @kindex v w
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6941 @kindex w
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6942 @kindex v m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6943 @kindex v y
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6944 @item v d @ @r{or short} @ d
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6945 @itemx v w @ @r{or short} @ w
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6946 @itemx v m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6947 @itemx v y
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6948 Switch to day/week/month/year view. When switching to day or week view,
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6949 this setting becomes the default for subsequent agenda commands. Since
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6950 month and year views are slow to create, they do not become the default.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6951 A numeric prefix argument may be used to jump directly to a specific day
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6952 of the year, ISO week, month, or year, respectively. For example,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6953 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9. When
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6954 setting day, week, or month view, a year may be encoded in the prefix
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6955 argument as well. For example, @kbd{200712 w} will jump to week 12 in
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6956 2007. If such a year specification has only one or two digits, it will
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6957 be mapped to the interval 1938-2037.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6958 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6959 @kindex D
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6960 @item D
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
6961 Toggle the inclusion of diary entries. See @ref{Weekly/daily agenda}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6962 @c
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6963 @kindex G
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6964 @item G
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6965 @vindex org-agenda-use-time-grid
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6966 @vindex org-agenda-time-grid
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6967 Toggle the time grid on and off. See also the variables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6968 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6969 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6970 @kindex r
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6971 @item r
103366
66652dbd881c * org.texi (Workflow states, Agenda commands): Fix tags (Bug#3508).
Chong Yidong <cyd@stupidchicken.com>
parents: 103365
diff changeset
6972 Recreate the agenda buffer, for example to reflect the changes after
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6973 modification of the timestamps of items with S-@key{left} and
103366
66652dbd881c * org.texi (Workflow states, Agenda commands): Fix tags (Bug#3508).
Chong Yidong <cyd@stupidchicken.com>
parents: 103365
diff changeset
6974 @kbd{S-@key{right}}. When the buffer is the global TODO list, a prefix
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6975 argument is interpreted to create a selective list for a specific TODO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6976 keyword.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6977 @kindex g
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6978 @item g
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
6979 Same as @kbd{r}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6980 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6981 @kindex s
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6982 @kindex C-x C-s
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6983 @item s
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
6984 @itemx C-x C-s
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6985 Save all Org buffers in the current Emacs session, and also the locations of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6986 IDs.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6987 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6988 @kindex @key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6989 @item @key{right}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
6990 @vindex org-agenda-ndays
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6991 Display the following @code{org-agenda-ndays} days. For example, if
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6992 the display covers a week, switch to the following week. With prefix
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6993 arg, go forward that many times @code{org-agenda-ndays} days.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6994 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6995 @kindex @key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6996 @item @key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6997 Display the previous dates.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6998 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6999 @kindex .
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7000 @item .
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7001 Go to today.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7002 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7003 @kindex j
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7004 @item j
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7005 Prompt for a date and go there.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7006 @c
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7007 @kindex C-c C-x C-c
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7008 @item C-c C-x C-c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7009 @vindex org-columns-default-format
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7010 Invoke column view (@pxref{Column view}) in the agenda buffer. The column
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7011 view format is taken from the entry at point, or (if there is no entry at
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7012 point), from the first entry in the agenda view. So whatever the format for
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7013 that entry would be in the original buffer (taken from a property, from a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7014 @code{#+COLUMNS} line, or from the default variable
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7015 @code{org-columns-default-format}), will be used in the agenda.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7016
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7017 @kindex C-c C-x >
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7018 @item C-c C-x >
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7019 Remove the restriction lock on the agenda, if it is currently restricted to a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7020 file or subtree (@pxref{Agenda files}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7021
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7022 @tsubheading{Secondary filtering and query editing}
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7023 @cindex filtering, by tag and effort, in agenda
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7024 @cindex tag filtering, in agenda
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7025 @cindex effort filtering, in agenda
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7026 @cindex query editing, in agenda
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7027
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7028 @kindex /
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7029 @item /
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7030 @vindex org-agenda-filter-preset
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7031 Filter the current agenda view with respect to a tag and/or effort estimates.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7032 The difference between this and a custom agenda command is that filtering is
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7033 very fast, so that you can switch quickly between different filters without
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7034 having to recreate the agenda@footnote{Custom commands can preset a filter by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7035 binding the variable @code{org-agenda-filter-preset} as an option. This
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7036 filter will then be applied to the view and persist as a basic filter through
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7037 refreshes and more secondary filtering.}
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7038
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7039 You will be prompted for a tag selection letter. Pressing @key{TAB} at that
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7040 prompt will offer use completion to select a tag (including any tags that do
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7041 not have a selection character). The command then hides all entries that do
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7042 not contain or inherit this tag. When called with prefix arg, remove the
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7043 entries that @emph{do} have the tag. A second @kbd{/} at the prompt will
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7044 turn off the filter and unhide any hidden entries. If the first key you
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7045 press is either @kbd{+} or @kbd{-}, the previous filter will be narrowed by
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7046 requiring or forbidding the selected additional tag. Instead of pressing
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
7047 @kbd{+} or @kbd{-} after @kbd{/}, you can also immediately use the @kbd{\}
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
7048 command.
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7049
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7050 @vindex org-sort-agenda-noeffort-is-high
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7051 In order to filter for effort estimates, you should set-up allowed
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7052 efforts globally, for example
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7053 @lisp
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7054 (setq org-global-properties
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7055 '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7056 @end lisp
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7057 You can then filter for an effort by first typing an operator, one of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7058 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7059 estimate in your array of allowed values, where @kbd{0} means the 10th value.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7060 The filter will then restrict to entries with effort smaller-or-equal, equal,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7061 or larger-or-equal than the selected value. If the digits 0-9 are not used
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7062 as fast access keys to tags, you can also simply press the index digit
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7063 directly without an operator. In this case, @kbd{<} will be assumed. For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7064 application of the operator, entries without a defined effort will be treated
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7065 according to the value of @code{org-sort-agenda-noeffort-is-high}. To filter
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7066 for tasks without effort definition, press @kbd{?} as the operator.
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7067
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7068 @kindex \
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7069 @item \
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7070 Narrow the current agenda filter by an additional condition. When called with
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7071 prefix arg, remove the entries that @emph{do} have the tag, or that do match
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7072 the effort criterion. You can achieve the same effect by pressing @kbd{+} or
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
7073 @kbd{-} as the first key after the @kbd{/} command.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7074
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7075 @kindex [
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7076 @kindex ]
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7077 @kindex @{
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7078 @kindex @}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7079 @item [ ] @{ @}
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7080 In the @i{search view} (@pxref{Keyword search}), these keys add new search
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7081 words (@kbd{[} and @kbd{]}) or new regular expressions (@kbd{@{} and
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7082 @kbd{@}}) to the query string. The opening bracket/brace will add a positive
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7083 search term prefixed by @samp{+}, indicating that this search term @i{must}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7084 occur/match in the entry. The closing bracket/brace will add a negative
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7085 search term which @i{must not} occur/match in the entry for it to be
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7086 selected.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7087
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7088
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7089 @tsubheading{Remote editing}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7090 @cindex remote editing, from agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7091
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7092 @item 0-9
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7093 Digit argument.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7094 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7095 @cindex undoing remote-editing events
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7096 @cindex remote editing, undo
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7097 @kindex C-_
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7098 @item C-_
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7099 Undo a change due to a remote editing command. The change is undone
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7100 both in the agenda buffer and in the remote buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7101 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7102 @kindex t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7103 @item t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7104 Change the TODO state of the item, both in the agenda and in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7105 original org file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7106 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7107 @kindex C-k
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7108 @item C-k
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7109 @vindex org-agenda-confirm-kill
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7110 Delete the current agenda item along with the entire subtree belonging
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7111 to it in the original Org file. If the text to be deleted remotely
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7112 is longer than one line, the kill needs to be confirmed by the user. See
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7113 variable @code{org-agenda-confirm-kill}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7114 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7115 @kindex C-c C-w
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7116 @item C-c C-w
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7117 Refile the entry at point.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7118 @c
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7119 @kindex a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7120 @item a
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7121 Toggle the ARCHIVE tag for the current headline.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7122 @c
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7123 @kindex A
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7124 @item A
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7125 Move the subtree corresponding to the current entry to its @emph{archive
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7126 sibling}.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7127 @c
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7128 @kindex $
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7129 @item $
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7130 Archive the subtree corresponding to the current headline. This means the
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7131 entry will be moved to the configured archive location, most likely a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7132 different file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7133 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7134 @kindex T
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7135 @item T
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7136 @vindex org-agenda-show-inherited-tags
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
7137 Show all tags associated with the current item. This is useful if you have
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
7138 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
7139 tags of a headline occasionally.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7140 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7141 @kindex :
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7142 @item :
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7143 Set tags for the current headline. If there is an active region in the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7144 agenda, change a tag for all headings in the region.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7145 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7146 @kindex ,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7147 @item ,
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7148 Set the priority for the current item. Org mode prompts for the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7149 priority character. If you reply with @key{SPC}, the priority cookie
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7150 is removed from the entry.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7151 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7152 @kindex P
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7153 @item P
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7154 Display weighted priority of current item.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7155 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7156 @kindex +
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7157 @kindex S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7158 @item +
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7159 @itemx S-@key{up}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7160 Increase the priority of the current item. The priority is changed in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7161 the original buffer, but the agenda is not resorted. Use the @kbd{r}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7162 key for this.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7163 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7164 @kindex -
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7165 @kindex S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7166 @item -
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7167 @itemx S-@key{down}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7168 Decrease the priority of the current item.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7169 @c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7170 @kindex z
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7171 @item z
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7172 @vindex org-log-into-drawer
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7173 Add a note to the entry. This note will be recorded, and then files to the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7174 same location where state change notes are put. Depending on
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7175 @code{org-log-into-drawer}, this maybe inside a drawer.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7176 @c
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7177 @kindex C-c C-a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7178 @item C-c C-a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7179 Dispatcher for all command related to attachments.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7180 @c
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7181 @kindex C-c C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7182 @item C-c C-s
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7183 Schedule this item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7184 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7185 @kindex C-c C-d
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7186 @item C-c C-d
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7187 Set a deadline for this item.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7188 @c
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7189 @kindex k
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7190 @item k
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7191 Agenda actions, to set dates for selected items to the cursor date.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7192 This command also works in the calendar! The command prompts for an
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
7193 additional key:
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7194 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7195 m @r{Mark the entry at point for action. You can also make entries}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7196 @r{in Org files with @kbd{C-c C-x C-k}.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7197 d @r{Set the deadline of the marked entry to the date at point.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7198 s @r{Schedule the marked entry at the date at point.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7199 r @r{Call @code{org-remember} with the cursor date as default date.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7200 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7201 @noindent
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
7202 Press @kbd{r} afterward to refresh the agenda and see the effect of the
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7203 command.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7204 @c
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7205 @kindex S-@key{right}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7206 @item S-@key{right}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7207 Change the timestamp associated with the current line by one day into the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7208 future. With a numeric prefix argument, change it by that many days. For
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7209 example, @kbd{3 6 5 S-@key{right}} will change it by a year. With a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7210 @kbd{C-u} prefix, change the time by one hour. If you immediately repeat the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7211 command, it will continue to change hours even without the prefix arg. With
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7212 a double @kbd{C-u C-u} prefix, do the same for changing minutes. The stamp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7213 is changed in the original Org file, but the change is not directly reflected
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7214 in the agenda buffer. Use @kbd{r} or @kbd{g} to update the buffer.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7215 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7216 @kindex S-@key{left}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7217 @item S-@key{left}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7218 Change the timestamp associated with the current line by one day
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7219 into the past.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7220 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7221 @kindex >
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7222 @item >
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7223 Change the timestamp associated with the current line to today.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7224 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7225 on my keyboard.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7226 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7227 @kindex I
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7228 @item I
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7229 Start the clock on the current item. If a clock is running already, it
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7230 is stopped first.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7231 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7232 @kindex O
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7233 @item O
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7234 Stop the previously started clock.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7235 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7236 @kindex X
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7237 @item X
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7238 Cancel the currently running clock.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7239
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7240 @kindex J
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7241 @item J
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7242 Jump to the running clock in another window.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7243
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7244 @tsubheading{Bulk remote editing selected entries}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7245 @cindex remote editing, bulk, from agenda
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7246
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7247 @kindex m
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7248 @item s
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7249 Mark the entry at point for bulk action.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7250
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7251 @kindex u
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7252 @item u
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7253 Unmark entry for bulk action.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7254
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7255 @kindex U
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7256 @item U
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7257 Unmark all marked entries for bulk action.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7258
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7259 @kindex B
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7260 @item B
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7261 Bulk action: act on all marked entries in the agenda. This will prompt for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7262 another key to select the action to be applied:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7263 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7264 r @r{Prompt for a single refile target and move all entries. The entries}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7265 @r{will no longer be in the agenda, refresh (@kbd{g}) to bring them back.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7266 $ @r{Archive all selected entries.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7267 A @r{Archive entries by moving them to their respective archive siblings.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7268 t @r{Change TODO state. This prompts for a single TODO keyword and}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7269 @r{changes the state of all selected entries, bypassing blocking and}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7270 @r{suppressing logging notes (but not time stamps).}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7271 + @r{Add a tag to all selected entries.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7272 - @r{Remove a tag from all selected entries.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7273 s @r{Schedule all items to a new date. To shift existing schedule dates}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7274 @r{by a fixed number of days, use something starting with double plus}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7275 @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7276 d @r{Set deadline to a specific date.}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7277 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7278
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7279
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7280 @tsubheading{Calendar commands}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7281 @cindex calendar commands, from agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7282 @kindex c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7283 @item c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7284 Open the Emacs calendar and move to the date at the agenda cursor.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7285 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7286 @item c
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7287 When in the calendar, compute and show the Org mode agenda for the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7288 date at the cursor.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7289 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7290 @cindex diary entries, creating from agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7291 @kindex i
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7292 @item i
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7293 Insert a new entry into the diary. Prompts for the type of entry
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7294 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7295 entry in the diary, just as @kbd{i d}, etc., would do in the calendar.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7296 The date is taken from the cursor position.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7297 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7298 @kindex M
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7299 @item M
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7300 Show the phases of the moon for the three months around current date.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7301 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7302 @kindex S
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7303 @item S
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7304 Show sunrise and sunset times. The geographical location must be set
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7305 with calendar variables, see the documentation for the Emacs calendar.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7306 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7307 @kindex C
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7308 @item C
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7309 Convert the date at cursor into many other cultural and historic
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7310 calendars.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7311 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7312 @kindex H
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7313 @item H
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7314 Show holidays for three months around the cursor date.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7315
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7316 @item M-x org-export-icalendar-combine-agenda-files
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7317 Export a single iCalendar file containing entries from all agenda files.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7318 This is a globally available command, and also available in the agenda menu.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7319
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7320 @tsubheading{Exporting to a file}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7321 @kindex C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7322 @item C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7323 @cindex exporting agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7324 @cindex agenda views, exporting
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7325 @vindex org-agenda-exporter-settings
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7326 Write the agenda view to a file. Depending on the extension of the selected
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7327 file name, the view will be exported as HTML (extension @file{.html} or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7328 @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}),
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7329 or plain text (any other extension). When called with a @kbd{C-u} prefix
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7330 argument, immediately open the newly created file. Use the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7331 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7332 for @file{htmlize} to be used during export.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7333
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7334 @tsubheading{Quit and Exit}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7335 @kindex q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7336 @item q
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7337 Quit agenda, remove the agenda buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7338 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7339 @kindex x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7340 @cindex agenda files, removing buffers
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7341 @item x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7342 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7343 for the compilation of the agenda. Buffers created by the user to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7344 visit Org files will not be removed.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7345 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7346
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7347
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7348 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7349 @section Custom agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7350 @cindex custom agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7351 @cindex agenda views, custom
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7352
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7353 Custom agenda commands serve two purposes: to store and quickly access
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7354 frequently used TODO and tags searches, and to create special composite
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7355 agenda buffers. Custom agenda commands will be accessible through the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7356 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7357
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7358 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7359 * Storing searches:: Type once, use often
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7360 * Block agenda:: All the stuff you need in a single buffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7361 * Setting Options:: Changing the rules
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7362 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7363
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7364 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7365 @subsection Storing searches
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7366
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7367 The first application of custom searches is the definition of keyboard
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7368 shortcuts for frequently used searches, either creating an agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7369 buffer, or a sparse tree (the latter covering of course only the current
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7370 buffer).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7371 @kindex C-c a C
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7372 @vindex org-agenda-custom-commands
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7373 Custom commands are configured in the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7374 @code{org-agenda-custom-commands}. You can customize this variable, for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7375 example by pressing @kbd{C-c a C}. You can also directly set it with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7376 Emacs Lisp in @file{.emacs}. The following example contains all valid
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7377 search types:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7378
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7379 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7380 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7381 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7382 '(("w" todo "WAITING")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7383 ("W" todo-tree "WAITING")
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7384 ("u" tags "+boss-urgent")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7385 ("v" tags-todo "+boss-urgent")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7386 ("U" tags-tree "+boss-urgent")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7387 ("f" occur-tree "\\<FIXME\\>")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7388 ("h" . "HOME+Name tags searches") ; description for "h" prefix
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7389 ("hl" tags "+home+Lisa")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7390 ("hp" tags "+home+Peter")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7391 ("hk" tags "+home+Kim")))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7392 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7393 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7394
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7395 @noindent
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7396 The initial string in each entry defines the keys you have to press
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7397 after the dispatcher command @kbd{C-c a} in order to access the command.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7398 Usually this will be just a single character, but if you have many
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7399 similar commands, you can also define two-letter combinations where the
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7400 first character is the same in several combinations and serves as a
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7401 prefix key@footnote{You can provide a description for a prefix key by
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7402 inserting a cons cell with the prefix and the description.}. The second
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7403 parameter is the search type, followed by the string or regular
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7404 expression to be used for the matching. The example above will
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7405 therefore define:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7406
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7407 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7408 @item C-c a w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7409 as a global search for TODO entries with @samp{WAITING} as the TODO
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7410 keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7411 @item C-c a W
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7412 as the same search, but only in the current buffer and displaying the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7413 results as a sparse tree
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7414 @item C-c a u
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7415 as a global tags search for headlines marked @samp{:boss:} but not
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7416 @samp{:urgent:}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7417 @item C-c a v
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7418 as the same search as @kbd{C-c a u}, but limiting the search to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7419 headlines that are also TODO items
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7420 @item C-c a U
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7421 as the same search as @kbd{C-c a u}, but only in the current buffer and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7422 displaying the result as a sparse tree
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7423 @item C-c a f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7424 to create a sparse tree (again: current buffer only) with all entries
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7425 containing the word @samp{FIXME}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7426 @item C-c a h
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7427 as a prefix command for a HOME tags search where you have to press an
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7428 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7429 Peter, or Kim) as additional tag to match.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7430 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7431
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7432 @node Block agenda, Setting Options, Storing searches, Custom agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7433 @subsection Block agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7434 @cindex block agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7435 @cindex agenda, with block views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7436
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7437 Another possibility is the construction of agenda views that comprise
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7438 the results of @emph{several} commands, each of which creates a block in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7439 the agenda buffer. The available commands include @code{agenda} for the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7440 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7441 for the global TODO list (as constructed with @kbd{C-c a t}), and the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7442 matching commands discussed above: @code{todo}, @code{tags}, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7443 @code{tags-todo}. Here are two examples:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7444
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7445 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7446 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7447 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7448 '(("h" "Agenda and Home-related tasks"
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7449 ((agenda "")
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7450 (tags-todo "home")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7451 (tags "garden")))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7452 ("o" "Agenda and Office-related tasks"
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7453 ((agenda "")
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7454 (tags-todo "work")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7455 (tags "office")))))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7456 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7457 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7458
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7459 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7460 This will define @kbd{C-c a h} to create a multi-block view for stuff
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7461 you need to attend to at home. The resulting agenda buffer will contain
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7462 your agenda for the current week, all TODO items that carry the tag
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7463 @samp{home}, and also all lines tagged with @samp{garden}. Finally the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7464 command @kbd{C-c a o} provides a similar view for office tasks.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7465
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7466 @node Setting Options, , Block agenda, Custom agenda views
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7467 @subsection Setting options for custom commands
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7468 @cindex options, for custom agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7469
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7470 @vindex org-agenda-custom-commands
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7471 Org mode contains a number of variables regulating agenda construction
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7472 and display. The global variables define the behavior for all agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7473 commands, including the custom commands. However, if you want to change
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7474 some settings just for a single custom view, you can do so. Setting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7475 options requires inserting a list of variable names and values at the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7476 right spot in @code{org-agenda-custom-commands}. For example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7477
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7478 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7479 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7480 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7481 '(("w" todo "WAITING"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7482 ((org-agenda-sorting-strategy '(priority-down))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7483 (org-agenda-prefix-format " Mixed: ")))
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7484 ("U" tags-tree "+boss-urgent"
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7485 ((org-show-following-heading nil)
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7486 (org-show-hierarchy-above nil)))
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7487 ("N" search ""
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7488 ((org-agenda-files '("~org/notes.org"))
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7489 (org-agenda-text-search-extra-files nil)))))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7490 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7491 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7492
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7493 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7494 Now the @kbd{C-c a w} command will sort the collected entries only by
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7495 priority, and the prefix format is modified to just say @samp{ Mixed: }
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7496 instead of giving the category of the entry. The sparse tags tree of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7497 @kbd{C-c a U} will now turn out ultra-compact, because neither the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7498 headline hierarchy above the match, nor the headline following the match
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7499 will be shown. The command @kbd{C-c a N} will do a text search limited
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7500 to only a single file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7501
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7502 @vindex org-agenda-custom-commands
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7503 For command sets creating a block agenda,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7504 @code{org-agenda-custom-commands} has two separate spots for setting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7505 options. You can add options that should be valid for just a single
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7506 command in the set, and options that should be valid for all commands in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7507 the set. The former are just added to the command entry, the latter
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7508 must come after the list of command entries. Going back to the block
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7509 agenda example (@pxref{Block agenda}), let's change the sorting strategy
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7510 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7511 the results for GARDEN tags query in the opposite order,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7512 @code{priority-up}. This would look like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7513
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7514 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7515 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7516 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7517 '(("h" "Agenda and Home-related tasks"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7518 ((agenda)
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7519 (tags-todo "home")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7520 (tags "garden"
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7521 ((org-agenda-sorting-strategy '(priority-up)))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7522 ((org-agenda-sorting-strategy '(priority-down))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7523 ("o" "Agenda and Office-related tasks"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7524 ((agenda)
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7525 (tags-todo "work")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7526 (tags "office")))))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7527 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7528 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7529
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7530 As you see, the values and parentheses setting is a little complex.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7531 When in doubt, use the customize interface to set this variable---it
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7532 fully supports its structure. Just one caveat: when setting options in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7533 this interface, the @emph{values} are just Lisp expressions. So if the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7534 value is a string, you need to add the double-quotes around the value
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7535 yourself.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7536
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7537
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7538 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7539 @section Exporting Agenda Views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7540 @cindex agenda views, exporting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7541
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
7542 If you are away from your computer, it can be very useful to have a printed
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
7543 version of some agenda views to carry around. Org mode can export custom
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
7544 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7545 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7546 ghostscript @file{ps2pdf} utility must be installed on the system. Selecting
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7547 a PDF file with also create the postscript file.}, and iCalendar files. If
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7548 you want to do this only occasionally, use the command
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7549
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7550 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7551 @kindex C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7552 @item C-x C-w
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7553 @cindex exporting agenda views
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7554 @cindex agenda views, exporting
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7555 @vindex org-agenda-exporter-settings
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7556 Write the agenda view to a file. Depending on the extension of the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7557 selected file name, the view will be exported as HTML (extension
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7558 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}),
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7559 iCalendar (extension @file{.ics}), or plain text (any other extension).
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7560 Use the variable @code{org-agenda-exporter-settings} to
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7561 set options for @file{ps-print} and for @file{htmlize} to be used during
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7562 export, for example
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7563
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7564 @vindex org-agenda-add-entry-text-maxlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7565 @vindex htmlize-output-type
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7566 @vindex ps-number-of-columns
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7567 @vindex ps-landscape-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7568 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7569 (setq org-agenda-exporter-settings
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7570 '((ps-number-of-columns 2)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7571 (ps-landscape-mode t)
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7572 (org-agenda-add-entry-text-maxlines 5)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7573 (htmlize-output-type 'css)))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7574 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7575 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7576
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7577 If you need to export certain agenda views frequently, you can associate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7578 any custom agenda command with a list of output file names
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7579 @footnote{If you want to store standard views like the weekly agenda
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7580 or the global TODO list as well, you need to define custom commands for
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7581 them in order to be able to specify file names.}. Here is an example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7582 that first defines custom commands for the agenda and the global
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7583 TODO list, together with a number of files to which to export them.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7584 Then we define two block agenda commands and specify file names for them
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7585 as well. File names can be relative to the current working directory,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7586 or absolute.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7587
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7588 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7589 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7590 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7591 '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7592 ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7593 ("h" "Agenda and Home-related tasks"
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7594 ((agenda "")
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7595 (tags-todo "home")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7596 (tags "garden"))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7597 nil
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7598 ("~/views/home.html"))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7599 ("o" "Agenda and Office-related tasks"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7600 ((agenda)
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7601 (tags-todo "work")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7602 (tags "office"))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7603 nil
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7604 ("~/views/office.ps" "~/calendars/office.ics"))))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7605 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7606 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7607
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7608 The extension of the file name determines the type of export. If it is
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7609 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7610 the buffer to HTML and save it to this file name. If the extension is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7611 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7612 Postscript output. If the extension is @file{.ics}, iCalendar export is
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7613 run export over all files that were used to construct the agenda, and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7614 limit the export to entries listed in the agenda. Any other
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7615 extension produces a plain ASCII file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7616
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7617 The export files are @emph{not} created when you use one of those
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7618 commands interactively because this might use too much overhead.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7619 Instead, there is a special command to produce @emph{all} specified
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7620 files in one step:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7621
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7622 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7623 @kindex C-c a e
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7624 @item C-c a e
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7625 Export all agenda views that have export file names associated with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7626 them.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7627 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7628
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7629 You can use the options section of the custom agenda commands to also
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7630 set options for the export commands. For example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7631
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7632 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7633 (setq org-agenda-custom-commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7634 '(("X" agenda ""
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7635 ((ps-number-of-columns 2)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7636 (ps-landscape-mode t)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7637 (org-agenda-prefix-format " [ ] ")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7638 (org-agenda-with-colors nil)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7639 (org-agenda-remove-tags t))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7640 ("theagenda.ps"))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7641 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7642
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7643 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7644 This command sets two options for the Postscript exporter, to make it
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7645 print in two columns in landscape format---the resulting page can be cut
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7646 in two and then used in a paper agenda. The remaining settings modify
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7647 the agenda prefix to omit category and scheduling information, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7648 instead include a checkbox to check off items. We also remove the tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7649 to make the lines compact, and we don't want to use colors for the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7650 black-and-white printer. Settings specified in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7651 @code{org-agenda-exporter-settings} will also apply, but the settings
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7652 in @code{org-agenda-custom-commands} take precedence.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7653
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7654 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7655 From the command line you may also use
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7656 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7657 emacs -f org-batch-store-agenda-views -kill
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7658 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7659 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7660 or, if you need to modify some parameters@footnote{Quoting depends on the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7661 system you use, please check the FAQ for examples.}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7662 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7663 emacs -eval '(org-batch-store-agenda-views \
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7664 org-agenda-ndays 30 \
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
7665 org-agenda-start-day "2007-11-01" \
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7666 org-agenda-include-diary nil \
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7667 org-agenda-files (quote ("~/org/project.org")))' \
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7668 -kill
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7669 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7670 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7671 which will create the agenda views restricted to the file
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7672 @file{~/org/project.org}, without diary entries and with a 30-day
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
7673 extent.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7674
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7675 You can also extract agenda information in a way that allows further
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7676 processing by other programs. See @ref{Extracting agenda information}, for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7677 more information.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7678
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7679
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7680 @node Agenda column view, , Exporting Agenda Views, Agenda Views
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7681 @section Using column view in the agenda
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7682 @cindex column view, in agenda
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7683 @cindex agenda, column view
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7684
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7685 Column view (@pxref{Column view}) is normally used to view and edit
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7686 properties embedded in the hierarchical structure of an Org file. It can be
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7687 quite useful to use column view also from the agenda, where entries are
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7688 collected by certain criteria.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7689
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7690 @table @kbd
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7691 @kindex C-c C-x C-c
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7692 @item C-c C-x C-c
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7693 Turn on column view in the agenda.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7694 @end table
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7695
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7696 To understand how to use this properly, it is important to realize that the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7697 entries in the agenda are no longer in their proper outline environment.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7698 This causes the following issues:
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7699
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7700 @enumerate
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7701 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7702 @vindex org-columns-default-format
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7703 @vindex org-overriding-columns-format
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7704 Org needs to make a decision which @code{COLUMNS} format to use. Since the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7705 entries in the agenda are collected from different files, and different files
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7706 may have different @code{COLUMNS} formats, this is a non-trivial problem.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7707 Org first checks if the variable @code{org-overriding-columns-format} is
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7708 currently set, and if so, takes the format from there. Otherwise it takes
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7709 the format associated with the first item in the agenda, or, if that item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7710 does not have a specific format (defined in a property, or in its file), it
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7711 uses @code{org-columns-default-format}.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7712 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7713 @cindex property, special, CLOCKSUM
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7714 If any of the columns has a summary type defined (@pxref{Column attributes}),
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7715 turning on column view in the agenda will visit all relevant agenda files and
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7716 make sure that the computations of this property are up to date. This is
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7717 also true for the special @code{CLOCKSUM} property. Org will then sum the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7718 values displayed in the agenda. In the daily/weekly agenda, the sums will
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7719 cover a single day, in all other views they cover the entire block. It is
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7720 vital to realize that the agenda may show the same entry @emph{twice} (for
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7721 example as scheduled and as a deadline), and it may show two entries from the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7722 same hierarchy (for example a @emph{parent} and its @emph{child}). In these
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7723 cases, the summation in the agenda will lead to incorrect results because
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7724 some values will count double.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7725 @item
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7726 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7727 the entire clocked time for this item. So even in the daily/weekly agenda,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7728 the clocksum listed in column view may originate from times outside the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7729 current view. This has the advantage that you can compare these values with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7730 a column listing the planned total effort for a task---one of the major
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7731 applications for column view in the agenda. If you want information about
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7732 clocked time in the displayed period use clock table mode (press @kbd{R} in
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7733 the agenda).
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7734 @end enumerate
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7735
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7736
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7737 @node Embedded LaTeX, Exporting, Agenda Views, Top
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7738 @chapter Embedded La@TeX{}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7739 @cindex @TeX{} interpretation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7740 @cindex La@TeX{} interpretation
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7741
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7742 Plain ASCII is normally sufficient for almost all note taking. One
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7743 exception, however, are scientific notes which need to be able to contain
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7744 mathematical symbols and the occasional formula. La@TeX{}@footnote{La@TeX{}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7745 is a macro system based on Donald E. Knuth's @TeX{} system. Many of the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7746 features described here as ``La@TeX{}'' are really from @TeX{}, but for
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7747 simplicity I am blurring this distinction.} is widely used to typeset
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7748 scientific documents. Org mode supports embedding La@TeX{} code into its
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7749 files, because many academics are used to reading La@TeX{} source code, and
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7750 because it can be readily processed into images for HTML production.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7751
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7752 It is not necessary to mark La@TeX{} macros and code in any special way.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7753 If you observe a few conventions, Org mode knows how to find it and what
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7754 to do with it.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7755
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7756 @menu
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7757 * Math symbols:: @TeX{} macros for symbols and Greek letters
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7758 * Subscripts and superscripts:: Simple syntax for raising/lowering text
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7759 * LaTeX fragments:: Complex formulas made easy
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7760 * Processing LaTeX fragments:: Previewing La@TeX{} processing
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7761 * CDLaTeX mode:: Speed up entering of formulas
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7762 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7763
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7764 @node Math symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7765 @section Math symbols
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7766 @cindex math symbols
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7767 @cindex @TeX{} macros
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7768
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7769 You can use La@TeX{} macros to insert special symbols like @samp{\alpha} to
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7770 indicate the Greek letter, or @samp{\to} to indicate an arrow. Completion
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7771 for these macros is available, just type @samp{\} and maybe a few letters,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7772 and press @kbd{M-@key{TAB}} to see possible completions. Unlike La@TeX{}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7773 code, Org mode allows these macros to be present without surrounding math
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7774 delimiters, for example:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7775
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7776 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7777 Angles are written as Greek letters \alpha, \beta and \gamma.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7778 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7779 @noindent
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7780 During HTML export (@pxref{HTML export}), these symbols are translated
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7781 into the proper syntax for HTML, for the above examples this is
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7782 @samp{&alpha;} and @samp{&rarr;}, respectively. If you need such a symbol
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7783 inside a word, terminate it like this: @samp{\Aacute@{@}stor}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7784
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7785 @node Subscripts and superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7786 @section Subscripts and superscripts
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7787 @cindex subscript
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7788 @cindex superscript
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7789
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7790 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7791 and subscripts. Again, these can be used without embedding them in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7792 math-mode delimiters. To increase the readability of ASCII text, it is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7793 not necessary (but OK) to surround multi-character sub- and superscripts
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7794 with curly braces. For example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7795
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7796 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7797 The mass if the sun is M_sun = 1.989 x 10^30 kg. The radius of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7798 the sun is R_@{sun@} = 6.96 x 10^8 m.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7799 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7800
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7801 To avoid interpretation as raised or lowered text, you can quote
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7802 @samp{^} and @samp{_} with a backslash: @samp{\^} and @samp{\_}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7803
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7804 During HTML export (@pxref{HTML export}), subscript and superscripts
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7805 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7806
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7807 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7808 @section La@TeX{} fragments
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7809 @cindex La@TeX{} fragments
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7810
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7811 @vindex org-format-latex-header
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7812 With symbols, sub- and superscripts, HTML is pretty much at its end when
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7813 it comes to representing mathematical formulas@footnote{Yes, there is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7814 MathML, but that is not yet fully supported by many browsers, and there
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7815 is no decent converter for turning La@TeX{} or ASCII representations of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7816 formulas into MathML. So for the time being, converting formulas into
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7817 images seems the way to go.}. More complex expressions need a dedicated
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7818 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7819 fragments. It provides commands to preview the typeset result of these
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7820 fragments, and upon export to HTML, all fragments will be converted to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7821 images and inlined into the HTML document@footnote{The La@TeX{} export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7822 will not use images for displaying La@TeX{} fragments but include these
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7823 fragments directly into the La@TeX{} code.}. For this to work you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7824 need to be on a system with a working La@TeX{} installation. You also
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7825 need the @file{dvipng} program, available at
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7826 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7827 will be used when processing a fragment can be configured with the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7828 variable @code{org-format-latex-header}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7829
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7830 La@TeX{} fragments don't need any special marking at all. The following
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7831 snippets will be identified as La@TeX{} source code:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7832 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7833 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7834 Environments of any kind. The only requirement is that the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7835 @code{\begin} statement appears on a new line, preceded by only
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7836 whitespace.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7837 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7838 Text within the usual La@TeX{} math delimiters. To avoid conflicts with
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7839 currency specifications, single @samp{$} characters are only recognized as
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7840 math delimiters if the enclosed text contains at most two line breaks, is
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7841 directly attached to the @samp{$} characters with no whitespace in between,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7842 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7843 For the other delimiters, there is no such restriction, so when in doubt, use
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
7844 @samp{\(...\)} as inline math delimiters.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7845 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7846
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7847 @noindent For example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7848
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7849 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7850 \begin@{equation@} % arbitrary environments,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7851 x=\sqrt@{b@} % even tables, figures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7852 \end@{equation@} % etc
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7853
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7854 If $a^2=b$ and \( b=2 \), then the solution must be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7855 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7856 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7857
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7858 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7859 @vindex org-format-latex-options
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7860 If you need any of the delimiter ASCII sequences for other purposes, you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7861 can configure the option @code{org-format-latex-options} to deselect the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7862 ones you do not wish to have interpreted by the La@TeX{} converter.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7863
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7864 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7865 @section Processing LaTeX fragments
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7866 @cindex LaTeX fragments, preview
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7867
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7868 La@TeX{} fragments can be processed to produce preview images of the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7869 typeset expressions:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7870
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7871 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7872 @kindex C-c C-x C-l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7873 @item C-c C-x C-l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7874 Produce a preview image of the La@TeX{} fragment at point and overlay it
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7875 over the source code. If there is no fragment at point, process all
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7876 fragments in the current entry (between two headlines). When called
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7877 with a prefix argument, process the entire subtree. When called with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7878 two prefix arguments, or when the cursor is before the first headline,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7879 process the entire buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7880 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7881 @item C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7882 Remove the overlay preview images.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7883 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7884
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7885 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7886 converted into images and inlined into the document if the following
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7887 setting is active:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7888
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7889 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7890 (setq org-export-with-LaTeX-fragments t)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7891 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7892
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7893 @node CDLaTeX mode, , Processing LaTeX fragments, Embedded LaTeX
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7894 @section Using CDLa@TeX{} to enter math
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7895 @cindex CDLa@TeX{}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7896
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7897 CDLa@TeX{} mode is a minor mode that is normally used in combination with a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7898 major La@TeX{} mode like AUC@TeX{} in order to speed-up insertion of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7899 environments and math templates. Inside Org mode, you can make use of
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7900 some of the features of CDLa@TeX{} mode. You need to install
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7901 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7902 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7903 Don't use CDLa@TeX{} mode itself under Org mode, but use the light
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7904 version @code{org-cdlatex-mode} that comes as part of Org mode. Turn it
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7905 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7906 Org files with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7907
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7908 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7909 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7910 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7911
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7912 When this mode is enabled, the following features are present (for more
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7913 details see the documentation of CDLa@TeX{} mode):
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7914 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7915 @kindex C-c @{
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7916 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7917 Environment templates can be inserted with @kbd{C-c @{}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7918 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7919 @kindex @key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7920 The @key{TAB} key will do template expansion if the cursor is inside a
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7921 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7922 inside such a fragment, see the documentation of the function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7923 @code{org-inside-LaTeX-fragment-p}.}. For example, @key{TAB} will
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7924 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7925 correctly inside the first brace. Another @key{TAB} will get you into
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7926 the second brace. Even outside fragments, @key{TAB} will expand
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7927 environment abbreviations at the beginning of a line. For example, if
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7928 you write @samp{equ} at the beginning of a line and press @key{TAB},
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7929 this abbreviation will be expanded to an @code{equation} environment.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7930 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7931 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7932 @kindex _
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7933 @kindex ^
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7934 @vindex cdlatex-simplify-sub-super-scripts
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7935 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7936 characters together with a pair of braces. If you use @key{TAB} to move
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7937 out of the braces, and if the braces surround only a single character or
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7938 macro, they are removed again (depending on the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7939 @code{cdlatex-simplify-sub-super-scripts}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7940 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7941 @kindex `
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7942 Pressing the backquote @kbd{`} followed by a character inserts math
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7943 macros, also outside La@TeX{} fragments. If you wait more than 1.5 seconds
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7944 after the backquote, a help window will pop up.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7945 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7946 @kindex '
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7947 Pressing the single-quote @kbd{'} followed by another character modifies
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7948 the symbol before point with an accent or a font. If you wait more than
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7949 1.5 seconds after the backquote, a help window will pop up. Character
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7950 modification will work only inside La@TeX{} fragments, outside the quote
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7951 is normal.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7952 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7953
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7954 @node Exporting, Publishing, Embedded LaTeX, Top
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7955 @chapter Exporting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7956 @cindex exporting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7957
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7958 Org-mode documents can be exported into a variety of other formats. For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7959 printing and sharing of notes, ASCII export produces a readable and simple
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7960 version of an Org file. HTML export allows you to publish a notes file on
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7961 the web, while the XOXO format provides a solid base for exchange with a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7962 broad range of other applications. La@TeX{} export lets you use Org mode and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7963 its structured editing functions to easily create La@TeX{} files. DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7964 export makes it possible to convert Org files to many other formats using
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7965 DocBook tools. To incorporate entries with associated times like deadlines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7966 or appointments into a desktop calendar program like iCal, Org mode can also
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7967 produce extracts in the iCalendar format. Currently Org mode only supports
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7968 export, not import of these different formats.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
7969
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
7970 Org supports export of selected regions when @code{transient-mark-mode} is
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
7971 enabled (default in Emacs 23).
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
7972
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7973 @menu
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7974 * Markup rules:: Which structures are recognized?
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7975 * Selective export:: Using tags to select and exclude trees
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7976 * Export options:: Per-file export settings
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7977 * The export dispatcher:: How to access exporter commands
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7978 * ASCII export:: Exporting to plain ASCII
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7979 * HTML export:: Exporting to HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7980 * LaTeX and PDF export:: Exporting to La@TeX{}, and processing to PDF
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7981 * DocBook export:: Exporting to DocBook
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7982 * XOXO export:: Exporting to XOXO
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7983 * iCalendar export:: Exporting in iCalendar format
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7984 @end menu
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7985
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
7986 @node Markup rules, Selective export, Exporting, Exporting
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7987 @section Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7988
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7989 When exporting Org-mode documents, the exporter tries to reflect the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7990 structure of the document as accurately as possible in the backend. Since
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7991 export targets like HTML, La@TeX{}, or DocBook allow much richer formatting,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7992 Org mode has rules on how to prepare text for rich export. This section
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
7993 summarizes the markup rules used in an Org-mode buffer.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7994
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7995 @menu
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7996 * Document title:: How the document title is determined
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7997 * Headings and sections:: The main structure of the exported document
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7998 * Table of contents:: If, where, how to create a table of contents
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
7999 * Initial text:: Text before the first headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8000 * Lists:: Plain lists are exported
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8001 * Paragraphs:: What determines beginning and ending
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8002 * Literal examples:: Source code and other examples
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8003 * Include files:: Include the contents of a file during export
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8004 * Tables exported:: Tables are exported richly
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8005 * Inlined images:: How to inline images during export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8006 * Footnote markup:: ASCII representation of footnotes
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8007 * Emphasis and monospace:: To bold or not to bold
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8008 * TeX macros and LaTeX fragments:: Create special, rich export.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8009 * Horizontal rules:: A line across the page
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8010 * Comment lines:: Some lines will not be exported
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8011 * Macro replacement:: Global replacement of place holders
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8012 @end menu
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8013
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8014 @node Document title, Headings and sections, Markup rules, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8015 @subheading Document title
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8016 @cindex document title, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8017
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8018 @noindent
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8019 The title of the exported document is taken from the special line
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8020
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8021 @cindex #+TITLE
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8022 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8023 #+TITLE: This is the title of the document
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8024 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8025
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8026 @noindent
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8027 If this line does not exist, the title is derived from the first non-empty,
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8028 non-comment line in the buffer. If no such line exists, or if you have
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8029 turned off exporting of the text before the first headline (see below), the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8030 title will be the file name without extension.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8031
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8032 @cindex property, EXPORT_TITLE
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8033 If you are exporting only a subtree by marking is as the region, the heading
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8034 of the subtree will become the title of the document. If the subtree has a
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8035 property @code{EXPORT_TITLE}, that will take precedence.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8036
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8037 @node Headings and sections, Table of contents, Document title, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8038 @subheading Headings and sections
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8039 @cindex headings and sections, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8040
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8041 @vindex org-headline-levels
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8042 The outline structure of the document as described in @ref{Document
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8043 Structure}, forms the basis for defining sections of the exported document.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8044 However, since the outline structure is also used for (for example) lists of
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8045 tasks, only the first three outline levels will be used as headings. Deeper
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8046 levels will become itemized lists. You can change the location of this
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8047 switch globally by setting the variable @code{org-headline-levels}, or on a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8048 per-file basis with a line
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8049
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8050 @cindex #+OPTIONS
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8051 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8052 #+OPTIONS: H:4
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8053 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8054
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8055 @node Table of contents, Initial text, Headings and sections, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8056 @subheading Table of contents
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8057 @cindex table of contents, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8058
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8059 @vindex org-export-with-toc
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8060 The table of contents is normally inserted directly before the first headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8061 of the file. If you would like to get it to a different location, insert the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8062 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8063 location. The depth of the table of contents is by default the same as the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8064 number of headline levels, but you can choose a smaller number, or turn off
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8065 the table of contents entirely, by configuring the variable
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8066 @code{org-export-with-toc}, or on a per-file basis with a line like
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8067
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8068 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8069 #+OPTIONS: toc:2 (only to two levels in TOC)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8070 #+OPTIONS: toc:nil (no TOC at all)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8071 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8072
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8073 @node Initial text, Lists, Table of contents, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8074 @subheading Text before the first headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8075 @cindex text before first headline, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8076 @cindex #+TEXT
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8077
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8078 Org mode normally exports the text before the first headline, and even uses
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8079 the first line as the document title. The text will be fully marked up. If
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8080 you need to include literal HTML, La@TeX{}, or DocBook code, use the special
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8081 constructs described below in the sections for the individual exporters.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8082
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8083 @vindex org-export-skip-text-before-1st-heading
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8084 Some people like to use the space before the first headline for setup and
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8085 internal links and therefore would like to control the exported text before
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8086 the first headline in a different way. You can do so by setting the variable
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8087 @code{org-export-skip-text-before-1st-heading} to @code{t}. On a per-file
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8088 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8089
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8090 @noindent
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8091 If you still want to have some text before the first headline, use the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8092 @code{#+TEXT} construct:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8093
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8094 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8095 #+OPTIONS: skip:t
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8096 #+TEXT: This text will go before the *first* headline.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8097 #+TEXT: [TABLE-OF-CONTENTS]
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8098 #+TEXT: This goes between the table of contents and the first headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8099 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8100
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8101 @node Lists, Paragraphs, Initial text, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8102 @subheading Lists
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8103 @cindex lists, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8104
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8105 Plain lists as described in @ref{Plain lists}, are translated to the backend's
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8106 syntax for such lists. Most backends support unordered, ordered, and
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8107 description lists.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8108
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8109 @node Paragraphs, Literal examples, Lists, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8110 @subheading Paragraphs, line breaks, and quoting
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8111 @cindex paragraphs, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8112
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8113 Paragraphs are separated by at least one empty line. If you need to enforce
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8114 a line break within a paragraph, use @samp{\\} at the end of a line.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8115
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8116 To keep the line breaks in a region, but otherwise use normal formatting, you
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8117 can use this construct, which can also be used to format poetry.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8118
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8119 @cindex #+BEGIN_VERSE
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8120 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8121 #+BEGIN_VERSE
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8122 Great clouds overhead
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8123 Tiny black birds rise and fall
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8124 Snow covers Emacs
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
8125
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8126 -- AlexSchroeder
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8127 #+END_VERSE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8128 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8129
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8130 When quoting a passage from another document, it is customary to format this
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8131 as a paragraph that is indented on both the left and the right margin. You
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8132 can include quotations in Org-mode documents like this:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8133
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8134 @cindex #+BEGIN_QUOTE
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8135 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8136 #+BEGIN_QUOTE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8137 Everything should be made as simple as possible,
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8138 but not any simpler -- Albert Einstein
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8139 #+END_QUOTE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8140 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8141
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8142 If you would like to center some text, do it like this:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8143 @cindex #+BEGIN_CENTER
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8144 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8145 #+BEGIN_CENTER
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8146 Everything should be made as simple as possible, \\
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8147 but not any simpler
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8148 #+END_CENTER
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8149 @end example
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8150
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8151 @node Literal examples, Include files, Paragraphs, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8152 @subheading Literal examples
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8153 @cindex literal examples, markup rules
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8154 @cindex code line references, markup rules
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8155
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8156 You can include literal examples that should not be subjected to
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8157 markup. Such examples will be typeset in monospace, so this is well suited
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8158 for source code and similar examples.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8159 @cindex #+BEGIN_EXAMPLE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8160
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8161 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8162 #+BEGIN_EXAMPLE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8163 Some example from a text file.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8164 #+END_EXAMPLE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8165 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8166
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8167 Note that such blocks may be @i{indented} in order to align nicely with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8168 indented text and in particular with plain list structure (@pxref{Plain
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8169 lists}). For simplicity when using small examples, you can also start the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8170 example lines with a colon followed by a space. There may also be additional
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8171 whitespace before the colon:
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8172
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8173 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8174 Here is an example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8175 : Some example from a text file.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8176 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8177
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8178 @cindex formatting source code, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8179 If the example is source code from a programming language, or any other text
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8180 that can be marked up by font-lock in Emacs, you can ask for the example to
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8181 look like the fontified Emacs buffer@footnote{Currently this works only for
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8182 the HTML backend, and requires the @file{htmlize.el} package version 1.34 or
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8183 later.}. This is done with the @samp{src} block, where you also need to
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8184 specify the name of the major mode that should be used to fontify the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8185 example:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8186 @cindex #+BEGIN_SRC
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8187
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8188 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8189 #+BEGIN_SRC emacs-lisp
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8190 (defun org-xor (a b)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8191 "Exclusive or."
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8192 (if a (not b) b))
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8193 #+END_SRC
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8194 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8195
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8196 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8197 switch to the end of the @code{BEGIN} line, to get the lines of the example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8198 numbered. If you use a @code{+n} switch, the numbering from the previous
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8199 numbered snippet will be continued in the current one. In literal examples,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8200 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8201 targets for special hyperlinks like @code{[[(name)]]} (@ie the reference name
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8202 enclosed in single parenthesis). In HTML, hovering the mouse over such a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8203 link will remote-highlight the corresponding code line, which is kind of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8204 cool.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8205
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8206 You can also add a @code{-r} switch which @i{removes} the labels from the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8207 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8208 labels in the source code while using line numbers for the links, which might
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8209 be useful to explain those in an org-mode example code.}. With the @code{-n}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8210 switch, links to these references will be labeled by the line numbers from
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8211 the code listing, otherwise links will use the labels with no parentheses.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8212 Here is an example:
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8213
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8214 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8215 #+BEGIN_SRC emacs-lisp -n -r
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8216 (save-excursion (ref:sc)
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8217 (goto-char (point-min)) (ref:jump)
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8218 #+END_SRC
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8219 In line [[(sc)]] we remember the current position. [[(jump)][Line (jump)]]
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8220 jumps to point-min.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8221 @end example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8222
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8223 @vindex org-coderef-label-format
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8224 If the syntax for the label format conflicts with the language syntax, use a
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8225 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8226 -n -r -l "((%s))"}. See also the variable @code{org-coderef-label-format}.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8227
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8228 HTML export also allows examples to be published as text areas, @xref{Text
101509
c915fbc219ff Fix typos.
Glenn Morris <rgm@gnu.org>
parents: 101460
diff changeset
8229 areas in HTML export}.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8230
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8231 @table @kbd
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8232 @kindex C-c '
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8233 @item C-c '
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8234 Edit the source code example at point in its native mode. This works by
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8235 switching to a temporary buffer with the source code. You need to exit by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8236 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8237 or @samp{#} will get a comma prepended, to keep them from being interpreted
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8238 by Org as outline nodes or special comments. These commas will be striped
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8239 for editing with @kbd{C-c '}, and also for export.}, the edited version will
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8240 then replace the old version in the Org buffer. Fixed-width regions
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8241 (where each line starts with a colon followed by a space) will be edited
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8242 using @code{artist-mode}@footnote{You may select a different-mode with the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8243 variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8244 drawings easily. Using this command in an empty line will create a new
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8245 fixed-width region.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8246 @kindex C-c l
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8247 @item C-c l
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8248 Calling @code{org-store-link} while editing a source code example in a
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8249 temporary buffer created with @kbd{C-c '} will prompt for a label, make sure
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8250 that it is unique in the current buffer, and insert it with the proper
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8251 formatting like @samp{(ref:label)} at the end of the current line. Then the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8252 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8253 @end table
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8254
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8255
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8256 @node Include files, Tables exported, Literal examples, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8257 @subheading Include files
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8258 @cindex include files, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8259
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8260 During export, you can include the content of another file. For example, to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8261 include your @file{.emacs} file, you could use:
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8262 @cindex #+INCLUDE
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8263
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8264 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8265 #+INCLUDE: "~/.emacs" src emacs-lisp
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8266 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8267 @noindent
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8268 The optional second and third parameter are the markup (@samp{quote},
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8269 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8270 language for formatting the contents. The markup is optional, if it is not
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8271 given, the text will be assumed to be in Org mode format and will be
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8272 processed normally. The include line will also allow additional keyword
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8273 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8274 first line and for each following line, as well as any options accepted by
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8275 the selected markup. For example, to include a file as an item, use
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8276
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8277 @example
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8278 #+INCLUDE: "~/snippets/xx" :prefix1 " + " :prefix " "
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8279 @end example
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8280
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8281 @table @kbd
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8282 @kindex C-c '
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8283 @item C-c '
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8284 Visit the include file at point.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8285 @end table
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8286
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8287 @node Tables exported, Inlined images, Include files, Markup rules
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8288 @subheading Tables
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8289 @cindex tables, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8290
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8291 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8292 the @file{table.el} package will be exported properly. For Org mode tables,
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8293 the lines before the first horizontal separator line will become table header
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
8294 lines. You can use the following lines somewhere before the table to assign
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8295 a caption and a label for cross references:
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8296
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8297 @example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8298 #+CAPTION: This is the caption for the next table (or link)
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8299 #+LABEL: tbl:basic-data
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8300 @end example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8301
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8302 @node Inlined images, Footnote markup, Tables exported, Markup rules
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8303 @subheading Inlined Images
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8304 @cindex inlined images, markup rules
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8305
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8306 Some backends (HTML, La@TeX{}, and DocBook) allow you to directly include images
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8307 into the exported document. Org does this, if a link to an image files does
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8308 not have a description part, for example @code{[[./img/a.jpg]]}. If you wish
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8309 to define a caption for the image and maybe a label for internal cross
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8310 references, you can use (before, but close to the link)
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8311
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8312 @example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8313 #+CAPTION: This is the caption for the next figure link (or table)
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8314 #+LABEL: fig:SED-HR4049
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8315 @end example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8316
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8317 You may also define additional attributes for the figure. As this is
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8318 backend-specific, see the sections about the individual backends for more
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8319 information.
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
8320
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8321 @node Footnote markup, Emphasis and monospace, Inlined images, Markup rules
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8322 @subheading Footnote markup
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8323 @cindex footnotes, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8324 @cindex @file{footnote.el}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8325
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8326 Footnotes defined in the way described in @ref{Footnotes}, will be exported by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8327 all backends. Org allows multiple references to the same note, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8328 different backends support this to varying degrees.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8329
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8330 @node Emphasis and monospace, TeX macros and LaTeX fragments, Footnote markup, Markup rules
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8331 @subheading Emphasis and monospace
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8332
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8333 @cindex underlined text, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8334 @cindex bold text, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8335 @cindex italic text, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8336 @cindex verbatim text, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8337 @cindex code text, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8338 @cindex strike-through text, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8339 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8340 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}. Text
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8341 in the code and verbatim string is not processed for Org-mode specific
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8342 syntax, it is exported verbatim.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8343
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8344 @node TeX macros and LaTeX fragments, Horizontal rules, Emphasis and monospace, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8345 @subheading @TeX{} macros and La@TeX{} fragments
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8346 @cindex La@TeX{} fragments, markup rules
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8347 @cindex @TeX{} macros, markup rules
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8348 @cindex HTML entities
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8349 @cindex La@TeX{} entities
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8350
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8351 @vindex org-html-entities
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8352 A @TeX{}-like syntax is used to specify special characters. Where possible,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8353 these will be transformed into the native format of the exporter backend.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8354 Strings like @code{\alpha} will be exported as @code{&alpha;} in the HTML
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8355 output, and as @code{$\alpha$} in the La@TeX{} output. Similarly,
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8356 @code{\nbsp} will become @code{&nbsp;} in HTML and @code{~} in La@TeX{}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8357 This applies for a large number of entities, with names taken from both HTML
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8358 and La@TeX{}, see the variable @code{org-html-entities} for the complete
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8359 list. If you are unsure about a name, use @kbd{M-@key{TAB}} for completion
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8360 after having typed the backslash and optionally a few characters
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8361 (@pxref{Completion}).
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8362
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8363 La@TeX{} fragments are converted into images for HTML export, and they are
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8364 written literally into the La@TeX{} export. See also @ref{Embedded LaTeX}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8365
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8366 Finally, @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8367 @samp{...} are all converted into special commands creating hyphens of
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8368 different lengths or a compact set of dots.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8369
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8370 @node Horizontal rules, Comment lines, TeX macros and LaTeX fragments, Markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8371 @subheading Horizontal rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8372 @cindex horizontal rules, markup rules
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8373 A line consisting of only dashes, and at least 5 of them, will be
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8374 exported as a horizontal line (@samp{<hr/>} in HTML).
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8375
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8376 @node Comment lines, Macro replacement, Horizontal rules, Markup rules
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8377 @subheading Comment lines
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8378 @cindex comment lines
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8379 @cindex exporting, not
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8380 @cindex #+BEGIN_COMMENT
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8381
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8382 Lines starting with @samp{#} in column zero are treated as comments and will
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8383 never be exported. Also entire subtrees starting with the word
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8384 @samp{COMMENT} will never be exported. Finally, regions surrounded by
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8385 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8386
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8387 @table @kbd
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8388 @kindex C-c ;
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8389 @item C-c ;
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8390 Toggle the COMMENT keyword at the beginning of an entry.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8391 @end table
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8392
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8393 @node Macro replacement, , Comment lines, Markup rules
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8394 @subheading Macro replacement
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8395 @cindex macro replacement, during export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8396 @cindex #+MACRO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8397
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8398 You can define text snippets with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8399
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8400 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8401 #+MACRO: name replacement text $1, $2 are arguments
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8402 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8403
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8404 @noindent which can be referenced anywhere in the document (even in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8405 code examples) with @code{@{@{@{name(arg1,arg2)@}@}@}}. In addition to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8406 defined macros, @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc.,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8407 will reference information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8408 similar lines. Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8409 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8410 and to the modification time of the file being exported, respectively.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8411 @var{FORMAT} should be a format string understood by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8412 @code{format-time-string}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8413
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8414 @node Selective export, Export options, Markup rules, Exporting
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8415 @section Selective export
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8416 @cindex export, selective by tags
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8417
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8418 @vindex org-export-select-tags
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8419 @vindex org-export-exclude-tags
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8420 You may use tags to select the parts of a document that should be exported,
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8421 or to exclude parts from export. This behavior is governed by two variables:
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8422 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8423
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8424 Org first checks if any of the @emph{select} tags is present in the buffer.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8425 If yes, all trees that do not carry one of these tags will be excluded. If a
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8426 selected tree is a subtree, the heading hierarchy above it will also be
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8427 selected for export, but not the text below those headings.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8428
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8429 @noindent
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8430 If none of the select tags is found, the whole buffer will be selected for
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8431 export.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8432
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8433 @noindent
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8434 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8435 be removed from the export buffer.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8436
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8437 @node Export options, The export dispatcher, Selective export, Exporting
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8438 @section Export options
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8439 @cindex options, for export
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8440
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8441 @cindex completion, of option keywords
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8442 The exporter recognizes special lines in the buffer which provide
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8443 additional information. These lines may be put anywhere in the file.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8444 The whole set of lines can be inserted into the buffer with @kbd{C-c
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8445 C-e t}. For individual lines, a good way to make sure the keyword is
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8446 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8447 (@pxref{Completion}). For a summary of other in-buffer settings not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8448 specifically related to export, see @ref{In-buffer settings}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8449 In particular, note that you can place commonly-used (export) options in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8450 a separate file which can be included using @code{#+SETUPFILE}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8451
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8452 @table @kbd
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8453 @kindex C-c C-e t
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8454 @item C-c C-e t
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8455 Insert template with export options, see example below.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8456 @end table
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8457
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8458 @cindex #+TITLE
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8459 @cindex #+AUTHOR
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8460 @cindex #+DATE
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8461 @cindex #+EMAIL
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8462 @cindex #+DESCRIPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8463 @cindex #+KEYWORDS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8464 @cindex #+LANGUAGE
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8465 @cindex #+TEXT
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8466 @cindex #+OPTIONS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8467 @cindex #+BIND
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8468 @cindex #+LINK_UP
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8469 @cindex #+LINK_HOME
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8470 @cindex #+EXPORT_SELECT_TAGS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8471 @cindex #+EXPORT_EXCLUDE_TAGS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8472 @cindex #+LATEX_HEADER
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8473 @vindex user-full-name
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8474 @vindex user-mail-address
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8475 @vindex org-export-default-language
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8476 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8477 #+TITLE: the title to be shown (default is the buffer name)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8478 #+AUTHOR: the author (default taken from @code{user-full-name})
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8479 #+DATE: a date, fixed, of a format string for @code{format-time-string}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8480 #+EMAIL: his/her email address (default from @code{user-mail-address})
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8481 #+DESCRIPTION: the page description, @eg for the XHTML meta tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8482 #+KEYWORDS: the page keywords, @eg for the XHTML meta tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8483 #+LANGUAGE: language for HTML, @eg @samp{en} (@code{org-export-default-language})
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8484 #+TEXT: Some descriptive text to be inserted at the beginning.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8485 #+TEXT: Several lines may be given.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8486 #+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8487 #+BIND: lisp-var lisp-val, e.g.: org-export-latex-low-levels itemize
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8488 @r{You need to confirm using these, or configure @code{org-export-allow-BIND}}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8489 #+LINK_UP: the ``up'' link of an exported page
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8490 #+LINK_HOME: the ``home'' link of an exported page
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8491 #+LATEX_HEADER: extra line(s) for the LaTeX header, like \usepackage@{xyz@}
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8492 #+EXPORT_SELECT_TAGS: Tags that select a tree for export
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8493 #+EXPORT_EXCLUDE_TAGS: Tags that exclude a tree from export
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8494 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8495
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8496 @noindent
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8497 The OPTIONS line is a compact@footnote{If you want to configure many options
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8498 this way, you can use several OPTIONS lines.} form to specify export settings. Here
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8499 you can:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8500 @cindex headline levels
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8501 @cindex section-numbers
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8502 @cindex table of contents
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8503 @cindex line-break preservation
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8504 @cindex quoted HTML tags
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8505 @cindex fixed-width sections
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8506 @cindex tables
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8507 @cindex @TeX{}-like syntax for sub- and superscripts
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8508 @cindex footnotes
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8509 @cindex special strings
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8510 @cindex emphasized text
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8511 @cindex @TeX{} macros
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8512 @cindex La@TeX{} fragments
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8513 @cindex author info, in export
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8514 @cindex time info, in export
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8515 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8516 H: @r{set the number of headline levels for export}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8517 num: @r{turn on/off section-numbers}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8518 toc: @r{turn on/off table of contents, or set level limit (integer)}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8519 \n: @r{turn on/off line-break-preservation}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8520 @@: @r{turn on/off quoted HTML tags}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8521 :: @r{turn on/off fixed-width sections}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8522 |: @r{turn on/off tables}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8523 ^: @r{turn on/off @TeX{}-like syntax for sub- and superscripts. If}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8524 @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8525 @r{the simple @code{a_b} will be left as it is.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8526 -: @r{turn on/off conversion of special strings.}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8527 f: @r{turn on/off footnotes like this[1].}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
8528 todo: @r{turn on/off inclusion of TODO keywords into exported text}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
8529 pri: @r{turn on/off priority cookies}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
8530 tags: @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
8531 <: @r{turn on/off inclusion of any time/date stamps like DEADLINES}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8532 *: @r{turn on/off emphasized text (bold, italic, underlined)}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8533 TeX: @r{turn on/off simple @TeX{} macros in plain text}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8534 LaTeX: @r{turn on/off La@TeX{} fragments}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8535 skip: @r{turn on/off skipping the text before the first heading}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8536 author: @r{turn on/off inclusion of author name/email into exported file}
97028
70c4b1cbc9e3 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 96976
diff changeset
8537 creator: @r{turn on/off inclusion of creator info into exported file}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8538 timestamp: @r{turn on/off inclusion creation time into exported file}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8539 d: @r{turn on/off inclusion of drawers}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8540 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8541 @noindent
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8542 These options take effect in both the HTML and La@TeX{} export, except
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8543 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8544 @code{nil} for the La@TeX{} export.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8545
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8546 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8547 calling an export command, the subtree can overrule some of the file's export
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8548 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8549 @code{EXPORT_TEXT}, @code{EXPORT_AUTHOR}, @code{EXPORT_DATE}, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8550 @code{EXPORT_OPTIONS}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8551
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8552 @node The export dispatcher, ASCII export, Export options, Exporting
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8553 @section The export dispatcher
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8554 @cindex dispatcher, for export commands
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8555
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8556 All export commands can be reached using the export dispatcher, which is a
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8557 prefix key that prompts for an additional key specifying the command.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8558 Normally the entire file is exported, but if there is an active region that
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8559 contains one outline tree, the first heading is used as document title and
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8560 the subtrees are exported.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8561
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8562 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8563 @kindex C-c C-e
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8564 @item C-c C-e
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8565 @vindex org-export-run-in-background
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8566 Dispatcher for export and publishing commands. Displays a help-window
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8567 listing the additional key(s) needed to launch an export or publishing
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
8568 command. The prefix arg is passed through to the exporter. A double prefix
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
8569 @kbd{C-u C-u} causes most commands to be executed in the background, in a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8570 separate Emacs process@footnote{To make this behavior the default, customize
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
8571 the variable @code{org-export-run-in-background}.}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8572 @kindex C-c C-e v
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8573 @item C-c C-e v
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8574 Like @kbd{C-c C-e}, but only export the text that is currently visible
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8575 (@ie not hidden by outline visibility).
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8576 @kindex C-u C-u C-c C-e
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8577 @item C-u C-u C-c C-e
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8578 @vindex org-export-run-in-background
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8579 Call an the exporter, but reverse the setting of
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8580 @code{org-export-run-in-background}, @ie request background processing if
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8581 not set, or force processing in the current Emacs process if set.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8582 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8583
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8584 @node ASCII export, HTML export, The export dispatcher, Exporting
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8585 @section ASCII export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8586 @cindex ASCII export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8587
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8588 ASCII export produces a simple and very readable version of an Org-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8589 file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8590
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8591 @cindex region, active
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8592 @cindex active region
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8593 @cindex transient-mark-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8594 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8595 @kindex C-c C-e a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8596 @item C-c C-e a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8597 @cindex property, EXPORT_FILE_NAME
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8598 Export as ASCII file. For an Org file, @file{myfile.org}, the ASCII file
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8599 will be @file{myfile.txt}. The file will be overwritten without
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8600 warning. If there is an active region@footnote{This requires
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8601 @code{transient-mark-mode} be turned on.}, only the region will be
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8602 exported. If the selected region is a single tree@footnote{To select the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8603 current subtree, use @kbd{C-c @@}.}, the tree head will
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8604 become the document title. If the tree head entry has or inherits an
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8605 @code{EXPORT_FILE_NAME} property, that name will be used for the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
8606 export.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8607 @kindex C-c C-e A
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8608 @item C-c C-e A
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8609 Export to a temporary buffer, do not create a file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8610 @kindex C-c C-e v a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8611 @item C-c C-e v a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8612 Export only the visible part of the document.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8613 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8614
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8615 @cindex headline levels, for exporting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8616 In the exported version, the first 3 outline levels will become
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8617 headlines, defining a general document structure. Additional levels
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8618 will be exported as itemized lists. If you want that transition to occur
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8619 at a different level, specify it with a prefix argument. For example,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8620
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8621 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8622 @kbd{C-1 C-c C-e a}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8623 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8624
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8625 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8626 creates only top level headlines and does the rest as items. When
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8627 headlines are converted to items, the indentation of the text following
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8628 the headline is changed to fit nicely under the item. This is done with
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8629 the assumption that the first body line indicates the base indentation of
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8630 the body text. Any indentation larger than this is adjusted to preserve
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8631 the layout relative to the first line. Should there be lines with less
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8632 indentation than the first, these are left alone.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8633
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8634 @vindex org-export-ascii-links-to-notes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8635 Links will be exported in a footnote-like style, with the descriptive part in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8636 the text and the link in a note before the next heading. See the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8637 @code{org-export-ascii-links-to-notes} for details and other options.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8638
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
8639 @node HTML export, LaTeX and PDF export, ASCII export, Exporting
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8640 @section HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8641 @cindex HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8642
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8643 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8644 HTML formatting, in ways similar to John Gruber's @emph{markdown}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8645 language, but with additional support for tables.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8646
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8647 @menu
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8648 * HTML Export commands:: How to invoke HTML export
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8649 * Quoting HTML tags:: Using direct HTML in Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8650 * Links:: Transformation of links for HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8651 * Tables in HTML export:: How to modify the formatting of tables
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8652 * Images in HTML export:: How to insert figures into HTML output
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8653 * Text areas in HTML export:: An alternative way to show an example
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8654 * CSS support:: Changing the appearance of the output
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8655 * Javascript support:: Info and Folding in a web browser
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8656 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8657
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8658 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8659 @subsection HTML export commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8660
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8661 @cindex region, active
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8662 @cindex active region
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8663 @cindex transient-mark-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8664 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8665 @kindex C-c C-e h
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8666 @item C-c C-e h
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8667 @cindex property, EXPORT_FILE_NAME
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8668 Export as HTML file @file{myfile.html}. For an Org file @file{myfile.org},
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8669 the ASCII file will be @file{myfile.html}. The file will be overwritten
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8670 without warning. If there is an active region@footnote{This requires
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8671 @code{transient-mark-mode} be turned on.}, only the region will be
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8672 exported. If the selected region is a single tree@footnote{To select the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8673 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8674 title. If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8675 property, that name will be used for the export.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8676 @kindex C-c C-e b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8677 @item C-c C-e b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8678 Export as HTML file and immediately open it with a browser.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8679 @kindex C-c C-e H
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8680 @item C-c C-e H
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8681 Export to a temporary buffer, do not create a file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8682 @kindex C-c C-e R
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
8683 @item C-c C-e R
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8684 Export the active region to a temporary buffer. With a prefix argument, do
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8685 not produce the file header and footer, but just the plain HTML section for
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8686 the region. This is good for cut-and-paste operations.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8687 @kindex C-c C-e v h
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8688 @kindex C-c C-e v b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8689 @kindex C-c C-e v H
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8690 @kindex C-c C-e v R
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8691 @item C-c C-e v h
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8692 @item C-c C-e v b
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8693 @item C-c C-e v H
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8694 @item C-c C-e v R
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8695 Export only the visible part of the document.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8696 @item M-x org-export-region-as-html
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8697 Convert the region to HTML under the assumption that it was Org-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8698 syntax before. This is a global command that can be invoked in any
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8699 buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8700 @item M-x org-replace-region-by-HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8701 Replace the active region (assumed to be in Org-mode syntax) by HTML
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8702 code.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8703 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8704
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8705 @cindex headline levels, for exporting
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8706 In the exported version, the first 3 outline levels will become headlines,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8707 defining a general document structure. Additional levels will be exported as
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8708 itemized lists. If you want that transition to occur at a different level,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8709 specify it with a numeric prefix argument. For example,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8710
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8711 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8712 @kbd{C-2 C-c C-e b}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8713 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8714
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8715 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8716 creates two levels of headings and does the rest as items.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8717
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8718 @node Quoting HTML tags, Links, HTML Export commands, HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8719 @subsection Quoting HTML tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8720
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8721 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8722 @samp{&gt;} in HTML export. If you want to include simple HTML tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8723 which should be interpreted as such, mark them with @samp{@@} as in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8724 @samp{@@<b>bold text@@</b>}. Note that this really works only for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8725 simple tags. For more extensive HTML that should be copied verbatim to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8726 the exported file use either
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8727
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8728 @cindex #+HTML
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8729 @cindex #+BEGIN_HTML
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8730 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8731 #+HTML: Literal HTML code for export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8732 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8733
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8734 @noindent or
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8735 @cindex #+BEGIN_HTML
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8736
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8737 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8738 #+BEGIN_HTML
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8739 All lines between these markers are exported literally
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8740 #+END_HTML
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8741 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8742
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8743
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8744 @node Links, Tables in HTML export, Quoting HTML tags, HTML export
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8745 @subsection Links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8746
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8747 @cindex links, in HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8748 @cindex internal links, in HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8749 @cindex external links, in HTML export
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8750 Internal links (@pxref{Internal links}) will continue to work in HTML. This
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8751 includes automatic links created by radio targets (@pxref{Radio
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8752 targets}). Links to external files will still work if the target file is on
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8753 the same @i{relative} path as the published Org file. Links to other
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8754 @file{.org} files will be translated into HTML links under the assumption
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8755 that an HTML version also exists of the linked file, at the same relative
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8756 path. @samp{id:} links can then be used to jump to specific entries across
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8757 files. For information related to linking files while publishing them to a
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8758 publishing directory see @ref{Publishing links}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8759
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
8760 If you want to specify attributes for links, you can do so using a special
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
8761 @code{#+ATTR_HTML} line to define attributes that will be added to the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8762 @code{<a>} or @code{<img>} tags. Here is an example that sets @code{title}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8763 and @code{style} attributes for a link:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8764
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8765 @cindex #+ATTR_HTML
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8766 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8767 #+ATTR_HTML: title="The Org-mode homepage" style="color:red;"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8768 [[http://orgmode.org]]
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8769 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8770
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8771 @node Tables in HTML export, Images in HTML export, Links, HTML export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8772 @subsection Tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8773 @cindex tables, in HTML
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8774 @vindex org-export-html-table-tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8775
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8776 Org-mode tables are exported to HTML using the table tag defined in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8777 @code{org-export-html-table-tag}. The default setting makes tables without
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8778 cell borders and frame. If you would like to change this for individual
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8779 tables, place somthing like the following before the table:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8780
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8781 @cindex #+CAPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8782 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8783 #+CAPTION: This is a table with lines around and between cells
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8784 #+ATTR_HTML: border="2" rules="all" frame="all"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8785 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8786
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8787 @node Images in HTML export, Text areas in HTML export, Tables in HTML export, HTML export
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8788 @subsection Images
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8789
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8790 @cindex images, inline in HTML
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8791 @cindex inlining images in HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8792 @vindex org-export-html-inline-images
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8793 HTML export can inline images given as links in the Org file, and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8794 it can make an image the clickable part of a link. By
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8795 default@footnote{But see the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8796 @code{org-export-html-inline-images}.}, images are inlined if a link does
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8797 not have a description. So @samp{[[file:myimg.jpg]]} will be inlined,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8798 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8799 @samp{the image} that points to the image. If the description part
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8800 itself is a @code{file:} link or a @code{http:} URL pointing to an
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8801 image, this image will be inlined and activated so that clicking on the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8802 image will activate the link. For example, to include a thumbnail that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8803 will link to a high resolution version of the image, you could use:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8804
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8805 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8806 [[file:highres.jpg][file:thumb.jpg]]
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8807 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8808
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8809 If you need to add attributes to an inlines image, use a @code{#+ATTR_HTML},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8810 for example:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8811
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8812 @cindex #+CAPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8813 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8814 #+CAPTION: A black cat stalking a spider
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8815 #+ATTR_HTML: alt="cat/spider image" title="one second before action"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8816 [[./img/a.jpg]]
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8817 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8818
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8819 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8820 and you could use @code{http} addresses just as well.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8821
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8822 @node Text areas in HTML export, CSS support, Images in HTML export, HTML export
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8823 @subsection Text areas
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8824
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8825 @cindex text areas, in HTML
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8826 An alternative way to publish literal code examples in HTML is to use text
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8827 areas, where the example can even be edited before pasting it into an
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8828 application. It is triggered by a @code{-t} switch at an @code{example} or
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8829 @code{src} block. Using this switch disables any options for syntax and
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8830 label highlighting, and line numbering, which may be present. You may also
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8831 use @code{-h} and @code{-w} switches to specify the height and width of the
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8832 text area, which default to the number of lines in the example, and 80,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8833 respectively. For example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8834
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8835 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8836 #+BEGIN_EXAMPLE -t -w 40
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8837 (defun org-xor (a b)
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8838 "Exclusive or."
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8839 (if a (not b) b))
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8840 #+END_EXAMPLE
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8841 @end example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8842
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8843
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8844 @node CSS support, Javascript support, Text areas in HTML export, HTML export
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8845 @subsection CSS support
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8846 @cindex CSS, for HTML export
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8847 @cindex HTML export, CSS
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8848
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8849 @vindex org-export-html-todo-kwd-class-prefix
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8850 @vindex org-export-html-tag-class-prefix
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8851 You can also give style information for the exported file. The HTML exporter
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8852 assigns the following special CSS classes@footnote{If the classes on TODO
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8853 keywords and tags lead to conflicts, use the variables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8854 @code{org-export-html-todo-kwd-class-prefix} and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8855 @code{org-export-html-tag-class-prefix} to make them unique.} to appropriate
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8856 parts of the document---your style specifications may change these, in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8857 addition to any of the standard classes like for headlines, tables, etc.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8858 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8859 p.author @r{author information, including email}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8860 p.date @r{publishing date}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8861 p.creator @r{creator info, about org-mode version}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8862 .title @r{document title}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8863 .todo @r{TODO keywords, all not-done states}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8864 .done @r{the DONE keywords, all stated the count as done}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8865 .WAITING @r{each TODO keyword also uses a class named after itself}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8866 .timestamp @r{timestamp}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8867 .timestamp-kwd @r{keyword associated with a timestamp, like SCHEDULED}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8868 .timestamp-wrapper @r{span around keyword plus timestamp}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8869 .tag @r{tag in a headline}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8870 ._HOME @r{each tag uses itself as a class, "@@" replaced by "_"}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8871 .target @r{target for links}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8872 .linenr @r{the line number in a code example}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8873 .code-highlighted @r{for highlighting referenced code lines}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8874 div.outline-N @r{div for outline level N (headline plus text))}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8875 div.outline-text-N @r{extra div for text at outline level N}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8876 .section-number-N @r{section number in headlines, different for each level}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8877 div.figure @r{how to format an inlined image}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8878 pre.src @r{formatted source code}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8879 pre.example @r{normal example}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8880 p.verse @r{verse paragraph}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8881 div.footnotes @r{footnote section headline}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8882 p.footnote @r{footnote definition paragraph, containing a footnote}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8883 .footref @r{a footnote reference number (always a <sup>)}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8884 .footnum @r{footnote number in footnote definition (always <sup>)}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8885 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8886
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8887 @vindex org-export-html-style-default
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8888 @vindex org-export-html-style-include-default
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8889 @vindex org-export-html-style
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8890 @vindex org-export-html-extra
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8891 @vindex org-export-html-style-default
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8892 Each exported file contains a compact default style that defines these
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8893 classes in a basic way@footnote{This style is defined in the constant
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8894 @code{org-export-html-style-default}, which you should not modify. To turn
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8895 inclusion of these defaults off, customize
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8896 @code{org-export-html-style-include-default}}. You may overwrite these
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8897 settings, or add to them by using the variables @code{org-export-html-style}
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8898 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8899 granular settings, like file-local settings). To set the latter variable
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8900 individually for each file, you can use
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8901
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8902 @cindex #+STYLE
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8903 @example
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8904 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8905 @end example
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8906
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
8907 @noindent
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8908 For longer style definitions, you can use several such lines. You could also
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8909 directly write a @code{<style>} @code{</style>} section in this way, without
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
8910 referring to an external file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8911
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8912 @c FIXME: More about header and footer styles
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8913 @c FIXME: Talk about links and targets.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8914
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8915 @node Javascript support, , CSS support, HTML export
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8916 @subsection Javascript supported display of web pages
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8917
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8918 @cindex Rose, Sebastian
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8919 Sebastian Rose has written a JavaScript program especially designed to
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8920 enhance the web viewing experience of HTML files created with Org. This
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8921 program allows you to view large files in two different ways. The first one
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8922 is an @emph{Info}-like mode where each section is displayed separately and
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8923 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8924 as well, press @kbd{?} for an overview of the available keys). The second
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8925 view type is a @emph{folding} view much like Org provides inside Emacs. The
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8926 script is available at @url{http://orgmode.org/org-info.js} and you can find
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8927 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8928 We host the script at our site, but if you use it a lot, you might
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8929 not want to be dependent on @url{orgmode.org} and prefer to install a local
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
8930 copy on your own web server.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8931
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8932 To use the script, you need to make sure that the @file{org-jsinfo.el} module
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8933 gets loaded. It should be loaded by default, but you can try @kbd{M-x
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8934 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8935 this is indeed the case. All it then takes to make use of the program is
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
8936 adding a single line to the Org file:
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8937
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8938 @cindex #+INFOJS_OPT
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8939 @example
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8940 #+INFOJS_OPT: view:info toc:nil
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8941 @end example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8942
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8943 @noindent
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8944 If this line is found, the HTML header will automatically contain the code
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8945 needed to invoke the script. Using the line above, you can set the following
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8946 viewing options:
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8947
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8948 @example
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8949 path: @r{The path to the script. The default is to grab the script from}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8950 @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8951 @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8952 view: @r{Initial view when website is first shown. Possible values are:}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8953 info @r{Info-like interface with one section per page.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8954 overview @r{Folding interface, initially showing only top-level.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8955 content @r{Folding interface, starting with all headlines visible.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8956 showall @r{Folding interface, all headlines and text visible.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8957 sdepth: @r{Maximum headline level that will still become an independent}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8958 @r{section for info and folding modes. The default is taken from}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8959 @r{@code{org-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8960 @r{If this is smaller than in @code{org-headline-levels}, each}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8961 @r{info/folding section can still contain child headlines.}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8962 toc: @r{Should the table of content @emph{initially} be visible?}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8963 @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8964 tdepth: @r{The depth of the table of contents. The defaults are taken from}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8965 @r{the variables @code{org-headline-levels} and @code{org-export-with-toc}.}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8966 ftoc: @r{Does the css of the page specify a fixed position for the "toc"?}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
8967 @r{If yes, the toc will never be displayed as a section.}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8968 ltoc: @r{Should there be short contents (children) in each section?}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8969 @r{Make this @code{above} if the section should be above initial text.}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8970 mouse: @r{Headings are highlighted when the mouse is over them. Should be}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8971 @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8972 buttons: @r{Should view-toggle buttons be everywhere? When @code{nil} (the}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8973 @r{default), only one such button will be present.}
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8974 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8975 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8976 @vindex org-infojs-options
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8977 @vindex org-export-html-use-infojs
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8978 You can choose default values for these options by customizing the variable
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8979 @code{org-infojs-options}. If you always want to apply the script to your
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8980 pages, configure the variable @code{org-export-html-use-infojs}.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
8981
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8982 @node LaTeX and PDF export, DocBook export, HTML export, Exporting
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8983 @section La@TeX{} and PDF export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8984 @cindex La@TeX{} export
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
8985 @cindex PDF export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8986 @cindex Guerry, Bastian
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
8987
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
8988 Org mode contains a La@TeX{} exporter written by Bastien Guerry. With
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
8989 further processing, this backend is also used to produce PDF output. Since
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8990 the La@TeX{} output uses @file{hyperref} to implement links and cross
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
8991 references, the PDF output file will be fully linked.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8992
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8993 @menu
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
8994 * LaTeX/PDF export commands:: Which key invokes which commands
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8995 * Quoting LaTeX code:: Incorporating literal La@TeX{} code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8996 * Sectioning structure:: Changing sectioning in La@TeX{} output
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8997 * Tables in LaTeX export:: Options for exporting tables to La@TeX{}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
8998 * Images in LaTeX export:: How to insert figures into La@TeX{} output
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8999 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9000
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9001 @node LaTeX/PDF export commands, Quoting LaTeX code, LaTeX and PDF export, LaTeX and PDF export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9002 @subsection La@TeX{} export commands
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9003
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9004 @cindex region, active
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9005 @cindex active region
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9006 @cindex transient-mark-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9007 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9008 @kindex C-c C-e l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9009 @item C-c C-e l
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9010 @cindex property EXPORT_FILE_NAME
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9011 Export as La@TeX{} file @file{myfile.tex}. For an Org file
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9012 @file{myfile.org}, the ASCII file will be @file{myfile.tex}. The file will
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9013 be overwritten without warning. If there is an active region@footnote{This
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9014 requires @code{transient-mark-mode} be turned on.}, only the region will be
100607
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9015 exported. If the selected region is a single tree@footnote{To select the
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9016 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9017 title. If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
87dcbbf4f5fa 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100508
diff changeset
9018 property, that name will be used for the export.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9019 @kindex C-c C-e L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9020 @item C-c C-e L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9021 Export to a temporary buffer, do not create a file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9022 @kindex C-c C-e v l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9023 @kindex C-c C-e v L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9024 @item C-c C-e v l
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9025 @item C-c C-e v L
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9026 Export only the visible part of the document.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9027 @item M-x org-export-region-as-latex
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9028 Convert the region to La@TeX{} under the assumption that it was Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9029 syntax before. This is a global command that can be invoked in any
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9030 buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9031 @item M-x org-replace-region-by-latex
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9032 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9033 code.
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9034 @kindex C-c C-e p
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9035 @item C-c C-e p
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9036 Export as La@TeX{} and then process to PDF.
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9037 @kindex C-c C-e d
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9038 @item C-c C-e d
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9039 Export as La@TeX{} and then process to PDF, then open the resulting PDF file.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9040 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9041
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9042 @cindex headline levels, for exporting
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9043 @vindex org-latex-low-levels
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9044 In the exported version, the first 3 outline levels will become
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9045 headlines, defining a general document structure. Additional levels
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9046 will be exported as description lists. The exporter can ignore them or
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9047 convert them to a custom string depending on
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9048 @code{org-latex-low-levels}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9049
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9050 If you want that transition to occur at a different level, specify it
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9051 with a numeric prefix argument. For example,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9052
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9053 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9054 @kbd{C-2 C-c C-e l}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9055 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9056
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9057 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9058 creates two levels of headings and does the rest as items.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9059
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9060 @node Quoting LaTeX code, Sectioning structure, LaTeX/PDF export commands, LaTeX and PDF export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9061 @subsection Quoting La@TeX{} code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9062
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9063 Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9064 inserted into the La@TeX{} file. This includes simple macros like
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9065 @samp{\ref@{LABEL@}} to create a cross reference to a figure. Furthermore,
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9066 you can add special code that should only be present in La@TeX{} export with
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9067 the following constructs:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9068
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9069 @cindex #+LaTeX
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9070 @cindex #+BEGIN_LaTeX
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9071 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9072 #+LaTeX: Literal LaTeX code for export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9073 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9074
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9075 @noindent or
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9076 @cindex #+BEGIN_LaTeX
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9077
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9078 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9079 #+BEGIN_LaTeX
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9080 All lines between these markers are exported literally
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9081 #+END_LaTeX
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9082 @end example
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9083
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9084 @node Sectioning structure, Tables in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9085 @subsection Sectioning structure
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9086 @cindex La@TeX{} class
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9087 @cindex La@TeX{} sectioning structure
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9088
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9089 By default, the La@TeX{} output uses the class @code{article}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9090
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9091 @vindex org-export-latex-default-class
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9092 @vindex org-export-latex-classes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9093 @cindex #+LATEX_HEADER
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9094 @cindex #+LATEX_CLASS
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9095 @cindex property, LATEX_CLASS
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9096 You can change this globally by setting a different value for
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9097 @code{org-export-latex-default-class} or locally by adding an option like
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9098 @code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9099 property that applies when exporting a region containing only this (sub)tree.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9100 The class should be listed in @code{org-export-latex-classes}, where you can
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9101 also define the sectioning structure for each class, as well as defining
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9102 additional classes. You can also use @code{#+LATEX_HEADER:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9103 \usepackage@{xyz@}} to add lines to the header.
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9104
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9105 @node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9106 @subsection Tables in La@TeX{} export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9107 @cindex tables, in La@TeX{} export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9108
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9109 For La@TeX{} export of a table, you can specify a label and a caption
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9110 (@pxref{Markup rules}). You can also use the @code{ATTR_LaTeX} line to
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9111 request a longtable environment for the table, so that it may span several
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9112 pages. Finally, you can set the alignment string:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9113
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9114 @cindex #+CAPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9115 @cindex #+LABEL
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9116 @cindex #+ATTR_LaTeX
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9117 @example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9118 #+CAPTION: A long table
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9119 #+LABEL: tbl:long
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9120 #+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9121 | ..... | ..... |
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9122 | ..... | ..... |
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9123 @end example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9124
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9125
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9126 @node Images in LaTeX export, , Tables in LaTeX export, LaTeX and PDF export
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9127 @subsection Images in La@TeX{} export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9128 @cindex images, inline in La@TeX{}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9129 @cindex inlining images in La@TeX{}
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9130
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9131 Images that are linked to without a description part in the link, like
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9132 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9133 output files resulting from La@TeX{} output. Org will use an
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9134 @code{\includegraphics} macro to insert the image. If you have specified a
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9135 caption and/or a label as described in @ref{Markup rules}, the figure will
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
9136 be wrapped into a @code{figure} environment and thus become a floating
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9137 element. Finally, you can use an @code{#+ATTR_LaTeX:} line to specify the
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9138 options that can be used in the optional argument of the
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9139 @code{\includegraphics} macro.
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9140
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9141 @cindex #+CAPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9142 @cindex #+LABEL
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9143 @cindex #+ATTR_LaTeX
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9144 @example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9145 #+CAPTION: The black-body emission of the disk around HR 4049
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9146 #+LABEL: fig:SED-HR4049
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9147 #+ATTR_LaTeX: width=5cm,angle=90
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9148 [[./img/sed-hr4049.pdf]]
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9149 @end example
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9150
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9151 @vindex org-export-latex-inline-image-extensions
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9152 If you need references to a label created in this way, write
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9153 @samp{\ref@{fig:SED-HR4049@}} just like in La@TeX{}. The default settings will
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9154 recognize files types that can be included as images during processing by
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9155 @command{pdflatex} (@file{png}, @file{jpg}, and @file{pdf} files). If you process your
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9156 files in a different way, you may need to customize the variable
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
9157 @code{org-export-latex-inline-image-extensions}.
100450
76e8764c5225 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 100271
diff changeset
9158
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9159 @node DocBook export, XOXO export, LaTeX and PDF export, Exporting
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9160 @section DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9161 @cindex DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9162 @cindex PDF export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9163 @cindex Cui, Baoqui
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9165 Org contains a DocBook exporter written by Baoqiu Cui. Once an Org file is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9166 exported to DocBook format, it can be further processed to produce other
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9167 formats, including PDF, HTML, man pages, etc., using many available DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9168 tools and stylesheets.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9169
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9170 Currently DocBook exporter only supports DocBook V5.0.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9171
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9172 @menu
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9173 * DocBook export commands:: How to invoke DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9174 * Quoting DocBook code:: Incorporating DocBook code in Org files
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9175 * Recursive sections:: Recursive sections in DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9176 * Tables in DocBook export:: Tables are exported as HTML tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9177 * Images in DocBook export:: How to insert figures into DocBook output
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9178 * Special characters:: How to handle special characters
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9179 @end menu
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9180
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9181 @node DocBook export commands, Quoting DocBook code, DocBook export, DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9182 @subsection DocBook export commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9183
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9184 @cindex region, active
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9185 @cindex active region
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9186 @cindex transient-mark-mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9187 @table @kbd
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9188 @kindex C-c C-e D
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9189 @item C-c C-e D
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9190 @cindex property EXPORT_FILE_NAME
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9191 Export as DocBook file. For an Org file, @file{myfile.org}, the DocBook XML
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9192 file will be @file{myfile.xml}. The file will be overwritten without
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9193 warning. If there is an active region@footnote{This requires
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9194 @code{transient-mark-mode} to be turned on}, only the region will be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9195 exported. If the selected region is a single tree@footnote{To select the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9196 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9197 title. If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9198 property, that name will be used for the export.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9199 @kindex C-c C-e V
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9200 @item C-c C-e V
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9201 Export as DocBook file, process to PDF, then open the resulting PDF file.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9202
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9203 @vindex org-export-docbook-xslt-proc-command
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9204 @vindex org-export-docbook-xsl-fo-proc-command
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9205 Note that, in order to produce PDF output based on exported DocBook file, you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9206 need to have XSLT processor and XSL-FO processor software installed on your
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9207 system. Check variables @code{org-export-docbook-xslt-proc-command} and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9208 @code{org-export-docbook-xsl-fo-proc-command}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9209
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9210 @kindex C-c C-e v D
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9211 @item C-c C-e v D
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9212 Export only the visible part of the document.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9213 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9214
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9215 @node Quoting DocBook code, Recursive sections, DocBook export commands, DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9216 @subsection Quoting DocBook code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9217
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9218 You can quote DocBook code in Org files and copy it verbatim into exported
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9219 DocBook file with the following constructs:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9220
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9221 @cindex #+DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9222 @cindex #+BEGIN_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9223 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9224 #+DOCBOOK: Literal DocBook code for export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9225 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9226
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9227 @noindent or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9228 @cindex #+BEGIN_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9229
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9230 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9231 #+BEGIN_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9232 All lines between these markers are exported by DocBook exporter
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9233 literally.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9234 #+END_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9235 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9236
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9237 For example, you can use the following lines to include a DocBook warning
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9238 admonition. As to what this warning says, you should pay attention to the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9239 document context when quoting DocBook code in Org files. You may make
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9240 exported DocBook XML files invalid by not quoting DocBook code correctly.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9241
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9242 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9243 #+BEGIN_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9244 <warning>
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9245 <para>You should know what you are doing when quoting DocBook XML code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9246 in your Org file. Invalid DocBook XML file may be generated by
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9247 DocBook exporter if you are not careful!</para>
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9248 </warning>
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9249 #+END_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9250 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9251
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9252 @node Recursive sections, Tables in DocBook export, Quoting DocBook code, DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9253 @subsection Recursive sections
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9254 @cindex DocBook recursive sections
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9255
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9256 DocBook exporter exports Org files as articles using the @code{article}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9257 element in DocBook. Recursive sections, @ie @code{section} elements, are
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9258 used in exported articles. Top level headlines in Org files are exported as
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9259 top level sections, and lower level headlines are exported as nested
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9260 sections. The entire structure of Org files will be exported completely, no
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9261 matter how many nested levels of headlines there are.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9262
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9263 Using recursive sections makes it easy to port and reuse exported DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9264 code in other DocBook document types like @code{book} or @code{set}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9265
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9266 @node Tables in DocBook export, Images in DocBook export, Recursive sections, DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9267 @subsection Tables in DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9268 @cindex tables, in DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9269
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9270 Tables in Org files are exported as HTML tables, which have been supported since
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9271 DocBook V4.3.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9272
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9273 If a table does not have a caption, an informal table is generated using the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9274 @code{informaltable} element; otherwise, a formal table will be generated
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9275 using the @code{table} element.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9276
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9277 @node Images in DocBook export, Special characters, Tables in DocBook export, DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9278 @subsection Images in DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9279 @cindex images, inline in DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9280 @cindex inlining images in DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9281
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9282 Images that are linked to without a description part in the link, like
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9283 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]}, will be exported to DocBook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9284 using @code{mediaobject} elements. Each @code{mediaobject} element contains
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9285 an @code{imageobject} that wraps an @code{imagedata} element. If you have
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9286 specified a caption for an image as described in @ref{Markup rules}, a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9287 @code{caption} element will be added in @code{mediaobject}. If a label is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9288 also specified, it will be exported as an @code{xml:id} attribute of the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9289 @code{mediaobject} element.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9290
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9291 @vindex org-export-docbook-default-image-attributes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9292 Image attributes supported by the @code{imagedata} element, like @code{align}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9293 or @code{width}, can be specified in two ways: you can either customize
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9294 variable @code{org-export-docbook-default-image-attributes} or use the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9295 @code{#+ATTR_DOCBOOK:} line. Attributes specified in variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9296 @code{org-export-docbook-default-image-attributes} are applied to all inline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9297 images in the Org file to be exported (unless they are overwritten by image
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9298 attributes specified in @code{#+ATTR_DOCBOOK:} lines).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9299
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9300 The @code{#+ATTR_DOCBOOK:} line can be used to specify additional image
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9301 attributes or overwrite default image attributes for individual images. If
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9302 the same attribute appears in both the @code{#+ATTR_DOCBOOK:} line and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9303 variable @code{org-export-docbook-default-image-attributes}, the former
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9304 overwrites the latter. Here is an example about how image attributes can be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9305 set:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9306
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9307 @cindex #+CAPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9308 @cindex #+LABEL
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9309 @cindex #+ATTR_DOCBOOK
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9310 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9311 #+CAPTION: The logo of Org mode
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9312 #+LABEL: unicorn-svg
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9313 #+ATTR_DOCBOOK: scalefit="1" width="100%" depth="100%"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9314 [[./img/org-mode-unicorn.svg]]
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9315 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9316
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9317 @vindex org-export-docbook-inline-image-extensions
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9318 By default, DocBook exporter recognizes the following image file types:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9319 @file{jpeg}, @file{jpg}, @file{png}, @file{gif}, and @file{svg}. You can
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9320 customize variable @code{org-export-docbook-inline-image-extensions} to add
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9321 more types to this list as long as DocBook supports them.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9322
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9323 @node Special characters, , Images in DocBook export, DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9324 @subsection Special characters in DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9325 @cindex Special characters in DocBook export
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9326
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9327 @vindex org-export-docbook-doctype
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9328 @vindex org-html-entities
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9329 Special characters that are written in @TeX{}-like syntax, such as @code{\alpha},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9330 @code{\Gamma}, and @code{\Zeta}, are supported by DocBook exporter. These
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9331 characters are rewritten to XML entities, like @code{&alpha;},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9332 @code{&Gamma;}, and @code{&Zeta;}, based on the list saved in variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9333 @code{org-html-entities}. As long as the generated DocBook file includes the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9334 corresponding entities, these special characters are recognized.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9335
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9336 You can customize variable @code{org-export-docbook-doctype} to include the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9337 entities you need. For example, you can set variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9338 @code{org-export-docbook-doctype} to the following value to recognize all
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9339 special characters included in XHTML entities:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9340
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9341 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9342 "<!DOCTYPE article [
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9343 <!ENTITY % xhtml1-symbol PUBLIC
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9344 \"-//W3C//ENTITIES Symbol for HTML//EN//XML\"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9345 \"http://www.w3.org/2003/entities/2007/xhtml1-symbol.ent\"
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9346 >
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9347 %xhtml1-symbol;
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9348 ]>
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9349 "
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9350 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9351
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9352 @node XOXO export, iCalendar export, DocBook export, Exporting
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9353 @section XOXO export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9354 @cindex XOXO export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9355
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9356 Org mode contains an exporter that produces XOXO-style output.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9357 Currently, this exporter only handles the general outline structure and
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9358 does not interpret any additional Org-mode features.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9359
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9360 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9361 @kindex C-c C-e x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9362 @item C-c C-e x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9363 Export as XOXO file @file{myfile.html}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9364 @kindex C-c C-e v
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9365 @item C-c C-e v x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9366 Export only the visible part of the document.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9367 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9368
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9369 @node iCalendar export, , XOXO export, Exporting
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9370 @section iCalendar export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9371 @cindex iCalendar export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9372
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9373 @vindex org-icalendar-include-todo
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9374 @vindex org-icalendar-use-deadline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9375 @vindex org-icalendar-use-scheduled
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9376 @vindex org-icalendar-categories
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9377 Some people use Org mode for keeping track of projects, but still prefer a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9378 standard calendar application for anniversaries and appointments. In this
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9379 case it can be useful to show deadlines and other time-stamped items in Org
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9380 files in the calendar application. Org mode can export calendar information
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9381 in the standard iCalendar format. If you also want to have TODO entries
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9382 included in the export, configure the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9383 @code{org-icalendar-include-todo}. Plain timestamps are exported as VEVENT,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9384 and TODO items as VTODO. It will also create events from deadlines that are
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9385 in non-TODO items. Deadlines and scheduling dates in TODO items will be used
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9386 to set the start and due dates for the TODO entry@footnote{See the variables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9387 @code{org-icalendar-use-deadline} and @code{org-icalendar-use-scheduled}.}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9388 As categories, it will use the tags locally defined in the heading, and the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9389 file/tree category@footnote{To add inherited tags or the TODO state,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9390 configure the variable @code{org-icalendar-categories}.}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9391
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9392 @vindex org-icalendar-store-UID
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9393 @cindex property, ID
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9394 The iCalendar standard requires each entry to have a globally unique
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9395 identifier (UID). Org creates these identifiers during export. If you set
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9396 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9397 @code{:ID:} property of the entry and re-used next time you report this
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9398 entry. Since a single entry can give rise to multiple iCalendar entries (as
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9399 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9400 prefixes to the UID, depending on what triggered the inclusion of the entry.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9401 In this way the UID remains unique, but a synchronization program can still
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9402 figure out from which entry all the different instances originate.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9403
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9404 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9405 @kindex C-c C-e i
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9406 @item C-c C-e i
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9407 Create iCalendar entries for the current file and store them in the same
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9408 directory, using a file extension @file{.ics}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9409 @kindex C-c C-e I
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9410 @item C-c C-e I
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9411 @vindex org-agenda-files
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9412 Like @kbd{C-c C-e i}, but do this for all files in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9413 @code{org-agenda-files}. For each of these files, a separate iCalendar
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9414 file will be written.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9415 @kindex C-c C-e c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9416 @item C-c C-e c
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9417 @vindex org-combined-agenda-icalendar-file
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9418 Create a single large iCalendar file from all files in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9419 @code{org-agenda-files} and write it to the file given by
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9420 @code{org-combined-agenda-icalendar-file}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9421 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9422
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9423 @vindex org-use-property-inheritance
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9424 @vindex org-icalendar-include-body
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9425 @cindex property, SUMMARY
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9426 @cindex property, DESCRIPTION
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9427 @cindex property, LOCATION
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9428 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9429 property can be inherited from higher in the hierarchy if you configure
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9430 @code{org-use-property-inheritance} accordingly.} properties if the selected
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9431 entries have them. If not, the summary will be derived from the headline,
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9432 and the description from the body (limited to
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9433 @code{org-icalendar-include-body} characters).
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9434
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9435 How this calendar is best read and updated, depends on the application
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9436 you are using. The FAQ covers this issue.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9437
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9438 @node Publishing, Miscellaneous, Exporting, Top
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9439 @chapter Publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9440 @cindex publishing
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9441 @cindex O'Toole, David
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9442
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9443 Org includes a publishing management system that allows you to configure
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9444 automatic HTML conversion of @emph{projects} composed of interlinked org
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9445 files. You can also configure Org to automatically upload your exported HTML
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9446 pages and related attachments, such as images and source code files, to a web
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9447 server.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9448
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9449 You can also use Org to convert files into PDF, or even combine HTML and PDF
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9450 conversion so that files are available in both formats on the server.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9451
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9452 Publishing has been contributed to Org by David O'Toole.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9453
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9454 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9455 * Configuration:: Defining projects
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9456 * Uploading files:: How to get files up on the server
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9457 * Sample configuration:: Example projects
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9458 * Triggering publication:: Publication commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9459 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9460
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9461 @node Configuration, Uploading files, Publishing, Publishing
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9462 @section Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9463
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9464 Publishing needs significant configuration to specify files, destination
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9465 and many other properties of a project.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9466
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9467 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9468 * Project alist:: The central configuration variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9469 * Sources and destinations:: From here to there
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9470 * Selecting files:: What files are part of the project?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9471 * Publishing action:: Setting the function doing the publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9472 * Publishing options:: Tweaking HTML export
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9473 * Publishing links:: Which links keep working after publishing?
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9474 * Project page index:: Publishing a list of project files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9475 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9476
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9477 @node Project alist, Sources and destinations, Configuration, Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9478 @subsection The variable @code{org-publish-project-alist}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9479 @cindex org-publish-project-alist
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9480 @cindex projects, for publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9481
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9482 @vindex org-publish-project-alist
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9483 Publishing is configured almost entirely through setting the value of one
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9484 variable, called @code{org-publish-project-alist}. Each element of the list
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9485 configures one project, and may be in one of the two following forms:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9486
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9487 @lisp
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9488 ("project-name" :property value :property value ...)
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9489 @r{or}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9490 ("project-name" :components ("project-name" "project-name" ...))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9491
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9492 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9493
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9494 In both cases, projects are configured by specifying property values. A
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9495 project defines the set of files that will be published, as well as the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9496 publishing configuration to use when publishing those files. When a project
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9497 takes the second form listed above, the individual members of the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9498 @code{:components} property are taken to be sub-projects, which group
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9499 together files requiring different publishing options. When you publish such
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9500 a ``meta-project'', all the components will also be published, in the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9501 sequence given.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9502
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9503 @node Sources and destinations, Selecting files, Project alist, Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9504 @subsection Sources and destinations for files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9505 @cindex directories, for publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9506
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9507 Most properties are optional, but some should always be set. In
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9508 particular, Org needs to know where to look for source files,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9509 and where to put published files.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9510
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9511 @multitable @columnfractions 0.3 0.7
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9512 @item @code{:base-directory}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9513 @tab Directory containing publishing source files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9514 @item @code{:publishing-directory}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9515 @tab Directory where output files will be published. You can directly
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9516 publish to a webserver using a file name syntax appropriate for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9517 the Emacs @file{tramp} package. Or you can publish to a local directory and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9518 use external tools to upload your website (@pxref{Uploading files}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9519 @item @code{:preparation-function}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9520 @tab Function called before starting the publishing process, for example, to
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9521 run @code{make} for updating files to be published.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9522 @item @code{:completion-function}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9523 @tab Function called after finishing the publishing process, for example, to
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
9524 change permissions of the resulting files.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9525 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9526 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9527
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9528 @node Selecting files, Publishing action, Sources and destinations, Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9529 @subsection Selecting files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9530 @cindex files, selecting for publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9531
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9532 By default, all files with extension @file{.org} in the base directory
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9533 are considered part of the project. This can be modified by setting the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9534 properties
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9535 @multitable @columnfractions 0.25 0.75
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9536 @item @code{:base-extension}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9537 @tab Extension (without the dot!) of source files. This actually is a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9538 regular expression. Set this to the symbol @code{any} if you want to get all
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9539 files in @code{:base-directory}, even without extension.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9540
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9541 @item @code{:exclude}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9542 @tab Regular expression to match file names that should not be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9543 published, even though they have been selected on the basis of their
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9544 extension.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9545
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9546 @item @code{:include}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9547 @tab List of files to be included regardless of @code{:base-extension}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9548 and @code{:exclude}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9549 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9550
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9551 @node Publishing action, Publishing options, Selecting files, Configuration
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9552 @subsection Publishing action
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9553 @cindex action, for publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9554
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9555 Publishing means that a file is copied to the destination directory and
99139
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9556 possibly transformed in the process. The default transformation is to export
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9557 Org files as HTML files, and this is done by the function
8fa7ef477c04 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 98649
diff changeset
9558 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9559 export}). But you also can publish your content as PDF files using
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9560 @code{org-publish-org-to-pdf}. If you want to publish the Org file itself,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9561 but with @i{archived}, @i{commented}, and @i{tag-excluded} trees removed, use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9562 @code{org-publish-org-to-org} and set the parameters @code{:plain-source}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9563 and/or @code{:htmlized-source}. This will produce @file{file.org} and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9564 @file{file.org.html} in the publishing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9565 directory@footnote{@file{file-source.org} and @file{file-source.org.html} if
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9566 source and publishing directories are equal. Note that with this kind of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9567 setup, you need to add @code{:exclude "-source\\.org"} to the project
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9568 definition in @code{org-publish-project-alist} to avoid that the published
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9569 source files will be considered as new org files the next time the project is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9570 published.}. Other files like images only
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9571 need to be copied to the publishing destination, for this you may use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9572 @code{org-publish-attachment}. For non-Org files, you always need to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9573 specify the publishing function:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9574
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9575 @multitable @columnfractions 0.3 0.7
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9576 @item @code{:publishing-function}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9577 @tab Function executing the publication of a file. This may also be a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9578 list of functions, which will all be called in turn.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9579 @item @code{:plain-source}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9580 @tab Non-nil means, publish plain source.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9581 @item @code{:htmlized-source}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9582 @tab Non-nil means, publish htmlized source.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9583 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9584
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9585 The function must accept two arguments: a property list containing at least a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9586 @code{:publishing-directory} property, and the name of the file to be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9587 published. It should take the specified file, make the necessary
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9588 transformation (if any) and place the result into the destination folder.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9589
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9590 @node Publishing options, Publishing links, Publishing action, Configuration
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9591 @subsection Options for the HTML/La@TeX{} exporters
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9592 @cindex options, for publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9593
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9594 The property list can be used to set many export options for the HTML
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9595 and La@TeX{} exporters. In most cases, these properties correspond to user
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9596 variables in Org. The table below lists these properties along
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9597 with the variable they belong to. See the documentation string for the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9598 respective variable for details.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9599
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9600 @vindex org-export-html-link-up
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9601 @vindex org-export-html-link-home
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9602 @vindex org-export-default-language
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9603 @vindex org-display-custom-times
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9604 @vindex org-export-headline-levels
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9605 @vindex org-export-with-section-numbers
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9606 @vindex org-export-section-number-format
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9607 @vindex org-export-with-toc
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9608 @vindex org-export-preserve-breaks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9609 @vindex org-export-with-archived-trees
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9610 @vindex org-export-with-emphasize
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9611 @vindex org-export-with-sub-superscripts
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9612 @vindex org-export-with-special-strings
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9613 @vindex org-export-with-footnotes
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9614 @vindex org-export-with-drawers
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9615 @vindex org-export-with-tags
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9616 @vindex org-export-with-todo-keywords
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9617 @vindex org-export-with-priority
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9618 @vindex org-export-with-TeX-macros
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9619 @vindex org-export-with-LaTeX-fragments
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9620 @vindex org-export-skip-text-before-1st-heading
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9621 @vindex org-export-with-fixed-width
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9622 @vindex org-export-with-timestamps
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9623 @vindex org-export-author-info
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9624 @vindex org-export-creator-info
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9625 @vindex org-export-with-tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9626 @vindex org-export-highlight-first-table-line
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9627 @vindex org-export-html-style-include-default
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9628 @vindex org-export-html-style
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9629 @vindex org-export-html-style-extra
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9630 @vindex org-export-html-link-org-files-as-html
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9631 @vindex org-export-html-inline-images
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9632 @vindex org-export-html-extension
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9633 @vindex org-export-html-table-tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9634 @vindex org-export-html-expand
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9635 @vindex org-export-html-with-timestamp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9636 @vindex org-export-publishing-directory
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9637 @vindex org-export-html-preamble
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9638 @vindex org-export-html-postamble
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9639 @vindex org-export-html-auto-preamble
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9640 @vindex org-export-html-auto-postamble
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9641 @vindex user-full-name
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9642 @vindex user-mail-address
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9643 @vindex org-export-select-tags
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9644 @vindex org-export-exclude-tags
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9645
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9646 @multitable @columnfractions 0.32 0.68
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9647 @item @code{:link-up} @tab @code{org-export-html-link-up}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9648 @item @code{:link-home} @tab @code{org-export-html-link-home}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9649 @item @code{:language} @tab @code{org-export-default-language}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9650 @item @code{:customtime} @tab @code{org-display-custom-times}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9651 @item @code{:headline-levels} @tab @code{org-export-headline-levels}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9652 @item @code{:section-numbers} @tab @code{org-export-with-section-numbers}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9653 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9654 @item @code{:table-of-contents} @tab @code{org-export-with-toc}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9655 @item @code{:preserve-breaks} @tab @code{org-export-preserve-breaks}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9656 @item @code{:archived-trees} @tab @code{org-export-with-archived-trees}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9657 @item @code{:emphasize} @tab @code{org-export-with-emphasize}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9658 @item @code{:sub-superscript} @tab @code{org-export-with-sub-superscripts}
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9659 @item @code{:special-strings} @tab @code{org-export-with-special-strings}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9660 @item @code{:footnotes} @tab @code{org-export-with-footnotes}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9661 @item @code{:drawers} @tab @code{org-export-with-drawers}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9662 @item @code{:tags} @tab @code{org-export-with-tags}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9663 @item @code{:todo-keywords} @tab @code{org-export-with-todo-keywords}
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9664 @item @code{:priority} @tab @code{org-export-with-priority}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9665 @item @code{:TeX-macros} @tab @code{org-export-with-TeX-macros}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9666 @item @code{:LaTeX-fragments} @tab @code{org-export-with-LaTeX-fragments}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9667 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9668 @item @code{:fixed-width} @tab @code{org-export-with-fixed-width}
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
9669 @item @code{:timestamps} @tab @code{org-export-with-timestamps}
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
9670 @item @code{:author-info} @tab @code{org-export-author-info}
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
9671 @item @code{:creator-info} @tab @code{org-export-creator-info}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9672 @item @code{:tables} @tab @code{org-export-with-tables}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9673 @item @code{:table-auto-headline} @tab @code{org-export-highlight-first-table-line}
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
9674 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9675 @item @code{:style} @tab @code{org-export-html-style}
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
9676 @item @code{:style-extra} @tab @code{org-export-html-style-extra}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9677 @item @code{:convert-org-links} @tab @code{org-export-html-link-org-files-as-html}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9678 @item @code{:inline-images} @tab @code{org-export-html-inline-images}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9679 @item @code{:html-extension} @tab @code{org-export-html-extension}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9680 @item @code{:xml-declaration} @tab @code{org-export-html-xml-declaration}
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
9681 @item @code{:html-table-tag} @tab @code{org-export-html-table-tag}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9682 @item @code{:expand-quoted-html} @tab @code{org-export-html-expand}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9683 @item @code{:timestamp} @tab @code{org-export-html-with-timestamp}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9684 @item @code{:publishing-directory} @tab @code{org-export-publishing-directory}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9685 @item @code{:preamble} @tab @code{org-export-html-preamble}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9686 @item @code{:postamble} @tab @code{org-export-html-postamble}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9687 @item @code{:auto-preamble} @tab @code{org-export-html-auto-preamble}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9688 @item @code{:auto-postamble} @tab @code{org-export-html-auto-postamble}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9689 @item @code{:author} @tab @code{user-full-name}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9690 @item @code{:email} @tab @code{user-mail-address} : @code{addr;addr;..}
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
9691 @item @code{:select-tags} @tab @code{org-export-select-tags}
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
9692 @item @code{:exclude-tags} @tab @code{org-export-exclude-tags}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9693 @item @code{:latex-image-options} @tab @code{org-export-latex-image-default-option}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9694 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9695
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9696 Most of the @code{org-export-with-*} variables have the same effect in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9697 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9698 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9699 La@TeX{} export.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9700
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9701 @vindex org-publish-project-alist
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9702 When a property is given a value in @code{org-publish-project-alist},
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9703 its setting overrides the value of the corresponding user variable (if
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
9704 any) during publishing. Options set within a file (@pxref{Export
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9705 options}), however, override everything.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9706
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9707 @node Publishing links, Project page index, Publishing options, Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9708 @subsection Links between published files
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9709 @cindex links, publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9710
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9711 To create a link from one Org file to another, you would use
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9712 something like @samp{[[file:foo.org][The foo]]} or simply
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9713 @samp{file:foo.org.} (@pxref{Hyperlinks}). When published, this link
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9714 becomes a link to @file{foo.html}. In this way, you can interlink the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9715 pages of your "org web" project and the links will work as expected when
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9716 you publish them to HTML. If you also publish the Org source file and want
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9717 to link to that, use an @code{http:} link instead of a @code{file:} link,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9718 because @code{file:} links are converted to link to the corresponding
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9719 @file{html} file.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9720
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9721 You may also link to related files, such as images. Provided you are careful
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9722 with relative file names, and provided you have also configured Org to upload
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9723 the related files, these links will work too. See @ref{Complex example}, for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9724 an example of this usage.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9725
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9726 Sometimes an Org file to be published may contain links that are
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9727 only valid in your production environment, but not in the publishing
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9728 location. In this case, use the property
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9729
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9730 @multitable @columnfractions 0.4 0.6
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9731 @item @code{:link-validation-function}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9732 @tab Function to validate links
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9733 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9734
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9735 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9736 to define a function for checking link validity. This function must
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9737 accept two arguments, the file name and a directory relative to which
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9738 the file name is interpreted in the production environment. If this
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9739 function returns @code{nil}, then the HTML generator will only insert a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9740 description into the HTML file, but no link. One option for this
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9741 function is @code{org-publish-validate-link} which checks if the given
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9742 file is part of any project in @code{org-publish-project-alist}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9743
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9744 @node Project page index, , Publishing links, Configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9745 @subsection Project page index
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9746 @cindex index, of published pages
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9747
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9748 The following properties may be used to control publishing of an
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9749 index of files or a summary page for a given project.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9750
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9751 @multitable @columnfractions 0.25 0.75
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9752 @item @code{:auto-index}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9753 @tab When non-nil, publish an index during @code{org-publish-current-project}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9754 or @code{org-publish-all}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9755
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9756 @item @code{:index-filename}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9757 @tab Filename for output of index. Defaults to @file{sitemap.org} (which
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9758 becomes @file{sitemap.html}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9759
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9760 @item @code{:index-title}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9761 @tab Title of index page. Defaults to name of file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9762
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9763 @item @code{:index-function}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9764 @tab Plug-in function to use for generation of index.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9765 Defaults to @code{org-publish-org-index}, which generates a plain list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9766 of links to all files in the project.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9767 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9768
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9769 @node Uploading files, Sample configuration, Configuration, Publishing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9770 @section Uploading files
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9771 @cindex rsync
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9772 @cindex unison
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9773
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9774 For those people already utilizing third party sync tools such as
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9775 @command{rsync} or @command{unison}, it might be preferable not to use the built in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9776 @i{remote} publishing facilities of Org mode which rely heavily on
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9777 Tramp. Tramp, while very useful and powerful, tends not to be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9778 so efficient for multiple file transfer and has been known to cause problems
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9779 under heavy usage.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9780
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9781 Specialized synchronization utilities offer several advantages. In addition
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9782 to timestamp comparison, they also do content and permissions/attribute
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9783 checks. For this reason you might prefer to publish your web to a local
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9784 directory (possibly even @i{in place} with your Org files) and then use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9785 @file{unison} or @file{rsync} to do the synchronization with the remote host.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9786
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9787 Since Unison (for example) can be configured as to which files to transfer to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9788 a certain remote destination, it can greatly simplify the project publishing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9789 definition. Simply keep all files in the correct location, process your Org
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9790 files with @code{org-publish} and let the synchronization tool do the rest.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9791 You do not need, in this scenario, to include attachments such as @file{jpg},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9792 @file{css} or @file{gif} files in the project definition since the 3rd party
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9793 tool syncs them.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9794
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9795 Publishing to a local directory is also much faster than to a remote one, so
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9796 that you can afford more easily to republish entire projects. If you set
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9797 @code{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9798 benefit of re-including any changed external files such as source example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9799 files you might include with @code{#+INCLUDE}. The timestamp mechanism in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9800 Org is not smart enough to detect if included files have been modified.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9801
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9802 @node Sample configuration, Triggering publication, Uploading files, Publishing
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9803 @section Sample configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9804
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9805 Below we provide two example configurations. The first one is a simple
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9806 project publishing only a set of Org files. The second example is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9807 more complex, with a multi-component project.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9808
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9809 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9810 * Simple example:: One-component publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9811 * Complex example:: A multi-component publishing example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9812 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9813
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9814 @node Simple example, Complex example, Sample configuration, Sample configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9815 @subsection Example: simple publishing configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9816
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9817 This example publishes a set of Org files to the @file{public_html}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9818 directory on the local machine.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9819
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9820 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9821 (setq org-publish-project-alist
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9822 '(("org"
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9823 :base-directory "~/org/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9824 :publishing-directory "~/public_html"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9825 :section-numbers nil
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9826 :table-of-contents nil
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
9827 :style "<link rel=\"stylesheet\"
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9828 href=\"../other/mystyle.css\"
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9829 type=\"text/css\"/>")))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9830 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9831
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9832 @node Complex example, , Simple example, Sample configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9833 @subsection Example: complex publishing configuration
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9834
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9835 This more complicated example publishes an entire website, including
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9836 Org files converted to HTML, image files, Emacs Lisp source code, and
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9837 style sheets. The publishing directory is remote and private files are
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9838 excluded.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9839
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9840 To ensure that links are preserved, care should be taken to replicate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9841 your directory structure on the web server, and to use relative file
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9842 paths. For example, if your Org files are kept in @file{~/org} and your
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9843 publishable images in @file{~/images}, you'd link to an image with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9844 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9845 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9846 file:../images/myimage.png
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9847 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9848 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9849 On the web server, the relative path to the image should be the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9850 same. You can accomplish this by setting up an "images" folder in the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9851 right place on the web server, and publishing images to it.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9852
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9853 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9854 (setq org-publish-project-alist
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9855 '(("orgfiles"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9856 :base-directory "~/org/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9857 :base-extension "org"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9858 :publishing-directory "/ssh:user@@host:~/html/notebook/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9859 :publishing-function org-publish-org-to-html
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9860 :exclude "PrivatePage.org" ;; regexp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9861 :headline-levels 3
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9862 :section-numbers nil
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9863 :table-of-contents nil
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
9864 :style "<link rel=\"stylesheet\"
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9865 href=\"../other/mystyle.css\" type=\"text/css\"/>"
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9866 :auto-preamble t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9867 :auto-postamble nil)
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9868
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9869 ("images"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9870 :base-directory "~/images/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9871 :base-extension "jpg\\|gif\\|png"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9872 :publishing-directory "/ssh:user@@host:~/html/images/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9873 :publishing-function org-publish-attachment)
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
9874
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9875 ("other"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9876 :base-directory "~/other/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9877 :base-extension "css\\|el"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9878 :publishing-directory "/ssh:user@@host:~/html/other/"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9879 :publishing-function org-publish-attachment)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9880 ("website" :components ("orgfiles" "images" "other"))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9881 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9882
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9883 @node Triggering publication, , Sample configuration, Publishing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9884 @section Triggering publication
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9885
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9886 Once properly configured, Org can publish with the following commands:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9887
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9888 @table @kbd
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9889 @kindex C-c C-e C
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9890 @item C-c C-e C
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9891 Prompt for a specific project and publish all files that belong to it.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9892 @kindex C-c C-e P
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9893 @item C-c C-e P
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9894 Publish the project containing the current file.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9895 @kindex C-c C-e F
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9896 @item C-c C-e F
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9897 Publish only the current file.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9898 @kindex C-c C-e E
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9899 @item C-c C-e E
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9900 Publish every project.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9901 @end table
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9902
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9903 @vindex org-publish-use-timestamps-flag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9904 Org uses timestamps to track when a file has changed. The above functions
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9905 normally only publish changed files. You can override this and force
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9906 publishing of all files by giving a prefix argument to any of the commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9907 above, or by customizing the variable @code{org-publish-use-timestamps-flag}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9908 This may be necessary in particular if files include other files via
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9909 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9910
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9911 @node Miscellaneous, Hacking, Publishing, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9912 @chapter Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9913
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9914 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9915 * Completion:: M-TAB knows what you need
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9916 * Customization:: Adapting Org to your taste
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9917 * In-buffer settings:: Overview of the #+KEYWORDS
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9918 * The very busy C-c C-c key:: When in doubt, press C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9919 * Clean view:: Getting rid of leading stars in the outline
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9920 * TTY keys:: Using Org on a tty
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9921 * Interaction:: Other Emacs packages
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9922 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9923
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9924
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9925 @node Completion, Customization, Miscellaneous, Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9926 @section Completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9927 @cindex completion, of @TeX{} symbols
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9928 @cindex completion, of TODO keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9929 @cindex completion, of dictionary words
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9930 @cindex completion, of option keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9931 @cindex completion, of tags
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9932 @cindex completion, of property keys
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9933 @cindex completion, of link abbreviations
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9934 @cindex @TeX{} symbol completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9935 @cindex TODO keywords completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9936 @cindex dictionary word completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9937 @cindex option keyword completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9938 @cindex tag completion
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9939 @cindex link abbreviations, completion of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9940
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9941 Org supports in-buffer completion. This type of completion does
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9942 not make use of the minibuffer. You simply type a few letters into
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9943 the buffer and use the key to complete text right there.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9944
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9945 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9946 @kindex M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9947 @item M-@key{TAB}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9948 Complete word at point
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9949 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9950 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9951 At the beginning of a headline, complete TODO keywords.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9952 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9953 After @samp{\}, complete @TeX{} symbols supported by the exporter.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9954 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9955 After @samp{*}, complete headlines in the current buffer so that they
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9956 can be used in search links like @samp{[[*find this headline]]}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9957 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9958 After @samp{:} in a headline, complete tags. The list of tags is taken
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9959 from the variable @code{org-tag-alist} (possibly set through the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9960 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9961 dynamically from all tags used in the current buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9962 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9963 After @samp{:} and not in a headline, complete property keys. The list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9964 of keys is constructed dynamically from all keys used in the current
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9965 buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9966 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9967 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9968 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9969 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9970 @samp{OPTIONS} which set file-specific options for Org mode. When the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9971 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9972 will insert example settings for this keyword.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9973 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9974 In the line after @samp{#+STARTUP: }, complete startup keywords,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
9975 @ie valid keys for this line.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9976 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9977 Elsewhere, complete dictionary words using Ispell.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9978 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9979 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9980
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9981 @node Customization, In-buffer settings, Completion, Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9982 @section Customization
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9983 @cindex customization
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9984 @cindex options, for customization
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9985 @cindex variables, for customization
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9986
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9987 There are more than 180 variables that can be used to customize
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
9988 Org. For the sake of compactness of the manual, I am not
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9989 describing the variables here. A structured overview of customization
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9990 variables is available with @kbd{M-x org-customize}. Or select
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9991 @code{Browse Org Group} from the @code{Org->Customization} menu. Many
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9992 settings can also be activated on a per-file basis, by putting special
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9993 lines into the buffer (@pxref{In-buffer settings}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9994
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9995 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9996 @section Summary of in-buffer settings
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9997 @cindex in-buffer settings
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9998 @cindex special keywords
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9999
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10000 Org mode uses special lines in the buffer to define settings on a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10001 per-file basis. These lines start with a @samp{#+} followed by a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10002 keyword, a colon, and then individual words defining a setting. Several
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10003 setting words can be in the same line, but you can also have multiple
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10004 lines for the keyword. While these settings are described throughout
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10005 the manual, here is a summary. After changing any of those lines in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10006 buffer, press @kbd{C-c C-c} with the cursor still in the line to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10007 activate the changes immediately. Otherwise they become effective only
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10008 when the file is visited again in a new Emacs session.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10009
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10010 @vindex org-archive-location
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10011 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10012 @item #+ARCHIVE: %s_done::
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10013 This line sets the archive location for the agenda file. It applies for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10014 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10015 of the file. The first such line also applies to any entries before it.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10016 The corresponding variable is @code{org-archive-location}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10017 @item #+CATEGORY:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10018 This line sets the category for the agenda file. The category applies
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10019 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10020 end of the file. The first such line also applies to any entries before it.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10021 @item #+COLUMNS: %25ITEM .....
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10022 @cindex property, COLUMNS
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10023 Set the default format for columns view. This format applies when
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10024 columns view is invoked in locations where no @code{COLUMNS} property
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10025 applies.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10026 @item #+CONSTANTS: name1=value1 ...
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10027 @vindex org-table-formula-constants
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10028 @vindex org-table-formula
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10029 Set file-local values for constants to be used in table formulas. This
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10030 line set the local variable @code{org-table-formula-constants-local}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10031 The global version of this variable is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10032 @code{org-table-formula-constants}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10033 @item #+FILETAGS: :tag1:tag2:tag3:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10034 Set tags that can be inherited by any entry in the file, including the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10035 top-level entries.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10036 @item #+DRAWERS: NAME1 .....
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10037 @vindex org-drawers
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10038 Set the file-local set of drawers. The corresponding global variable is
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10039 @code{org-drawers}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10040 @item #+LINK: linkword replace
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10041 @vindex org-link-abbrev-alist
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10042 These lines (several are allowed) specify link abbreviations.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10043 @xref{Link abbreviations}. The corresponding variable is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10044 @code{org-link-abbrev-alist}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10045 @item #+PRIORITIES: highest lowest default
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10046 @vindex org-highest-priority
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10047 @vindex org-lowest-priority
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10048 @vindex org-default-priority
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10049 This line sets the limits and the default for the priorities. All three
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10050 must be either letters A-Z or numbers 0-9. The highest priority must
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10051 have a lower ASCII number that the lowest priority.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10052 @item #+PROPERTY: Property_Name Value
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10053 This line sets a default inheritance value for entries in the current
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10054 buffer, most useful for specifying the allowed values of a property.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10055 @cindex #+SETUPFILE
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10056 @item #+SETUPFILE: file
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10057 This line defines a file that holds more in-buffer setup. Normally this is
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10058 entirely ignored. Only when the buffer is parsed for option-setting lines
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10059 (@ie when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10060 settings line, or when exporting), then the contents of this file are parsed
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
10061 as if they had been included in the buffer. In particular, the file can be
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10062 any other Org mode file with internal setup. You can visit the file the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10063 cursor is in the line with @kbd{C-c '}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10064 @item #+STARTUP:
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10065 @cindex #+STARTUP:
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10066 This line sets options to be used at startup of Org mode, when an
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10067 Org file is being visited.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10068
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10069 The first set of options deals with the initial visibility of the outline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10070 tree. The corresponding variable for global default settings is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10071 @code{org-startup-folded}, with a default value @code{t}, which means
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10072 @code{overview}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10073 @vindex org-startup-folded
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10074 @cindex @code{overview}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10075 @cindex @code{content}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10076 @cindex @code{showall}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10077 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10078 overview @r{top-level headlines only}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10079 content @r{all headlines}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10080 showall @r{no folding at all, show everything}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10081 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10082
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10083 @vindex org-startup-indented
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10084 @cindex @code{indent}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10085 @cindex @code{noindent}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10086 Dynamic virtual indentation is controlled by the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10087 @code{org-startup-indented}@footnote{Emacs 23 and Org-mode 6.29 are required}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10088 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10089 indent @r{start with @code{org-indent-mode} turned on}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10090 noindent @r{start with @code{org-indent-mode} turned off}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10091 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10092
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10093 @vindex org-startup-align-all-tables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10094 Then there are options for aligning tables upon visiting a file. This
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10095 is useful in files containing narrowed table columns. The corresponding
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10096 variable is @code{org-startup-align-all-tables}, with a default value
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10097 @code{nil}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10098 @cindex @code{align}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10099 @cindex @code{noalign}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10100 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10101 align @r{align all tables}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10102 noalign @r{don't align tables on startup}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10103 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10104 @vindex org-log-done
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10105 @vindex org-log-note-clock-out
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10106 @vindex org-log-repeat
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10107 Logging the closing and reopening of TODO items and clock intervals can be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10108 configured using these options (see variables @code{org-log-done},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10109 @code{org-log-note-clock-out} and @code{org-log-repeat})
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10110 @cindex @code{logdone}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10111 @cindex @code{lognotedone}, STARTUP keyword
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10112 @cindex @code{nologdone}, STARTUP keyword
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10113 @cindex @code{lognoteclock-out}, STARTUP keyword
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10114 @cindex @code{nolognoteclock-out}, STARTUP keyword
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10115 @cindex @code{logrepeat}, STARTUP keyword
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10116 @cindex @code{lognoterepeat}, STARTUP keyword
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10117 @cindex @code{nologrepeat}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10118 @example
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10119 logdone @r{record a timestamp when an item is marked DONE}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10120 lognotedone @r{record timestamp and a note when DONE}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10121 nologdone @r{don't record when items are marked DONE}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10122 logrepeat @r{record a time when reinstating a repeating item}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10123 lognoterepeat @r{record a note when reinstating a repeating item}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10124 nologrepeat @r{do not record when reinstating repeating item}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10125 lognoteclock-out @r{record a note when clocking out}
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10126 nolognoteclock-out @r{don't record a note when clocking out}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10127 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10128 @vindex org-hide-leading-stars
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10129 @vindex org-odd-levels-only
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10130 Here are the options for hiding leading stars in outline headings, and for
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10131 indenting outlines. The corresponding variables are
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10132 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10133 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10134 @cindex @code{hidestars}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10135 @cindex @code{showstars}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10136 @cindex @code{odd}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10137 @cindex @code{even}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10138 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10139 hidestars @r{make all but one of the stars starting a headline invisible.}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10140 showstars @r{show all stars starting a headline}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10141 indent @r{virtual indentation according to outline level}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10142 noindent @r{no virtual indentation according to outline level}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10143 odd @r{allow only odd outline levels (1,3,...)}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10144 oddeven @r{allow all outline levels}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10145 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10146 @vindex org-put-time-stamp-overlays
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10147 @vindex org-time-stamp-overlay-formats
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10148 To turn on custom format overlays over timestamps (variables
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10149 @code{org-put-time-stamp-overlays} and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10150 @code{org-time-stamp-overlay-formats}), use
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10151 @cindex @code{customtime}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10152 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10153 customtime @r{overlay custom time format}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10154 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10155 @vindex constants-unit-system
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10156 The following options influence the table spreadsheet (variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10157 @code{constants-unit-system}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10158 @cindex @code{constcgs}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10159 @cindex @code{constSI}, STARTUP keyword
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10160 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10161 constcgs @r{@file{constants.el} should use the c-g-s unit system}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10162 constSI @r{@file{constants.el} should use the SI unit system}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10163 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10164 @vindex org-footnote-define-inline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10165 @vindex org-footnote-auto-label
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10166 @vindex org-footnote-auto-adjust
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10167 To influence footnote settings, use the following keywords. The
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10168 corresponding variables are @code{org-footnote-define-inline},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10169 @code{org-footnote-auto-label}, and @code{org-footnote-auto-adjust}.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10170 @cindex @code{fninline}, STARTUP keyword
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10171 @cindex @code{nofninline}, STARTUP keyword
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10172 @cindex @code{fnlocal}, STARTUP keyword
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10173 @cindex @code{fnprompt}, STARTUP keyword
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10174 @cindex @code{fnauto}, STARTUP keyword
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10175 @cindex @code{fnconfirm}, STARTUP keyword
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10176 @cindex @code{fnplain}, STARTUP keyword
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10177 @cindex @code{fnadjust}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10178 @cindex @code{nofnadjust}, STARTUP keyword
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10179 @example
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10180 fninline @r{define footnotes inline}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10181 fnnoinline @r{define footnotes in separate section}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10182 fnlocal @r{define footnotes near first reference, but not inline}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10183 fnprompt @r{prompt for footnote labels}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10184 fnauto @r{create [fn:1]-like labels automatically (default)}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10185 fnconfirm @r{offer automatic label for editing or confirmation}
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10186 fnplain @r{create [1]-like labels automatically}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10187 fnadjust @r{automatically renumber and sort footnotes}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10188 nofnadjust @r{do not renumber and sort automatically}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10189 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10190 @cindex org-hide-block-startup
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10191 To hide blocks on startup, use these keywords. The corresponding variable is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10192 @code{org-hide-block-startup}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10193 @cindex @code{hideblocks}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10194 @cindex @code{nohideblocks}, STARTUP keyword
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10195 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10196 hideblocks @r{Hide all begin/end blocks on startup}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10197 nohideblocks @r{Do not hide blocks on startup}
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10198 @end example
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10199 @item #+TAGS: TAG1(c1) TAG2(c2)
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10200 @vindex org-tag-alist
92148
f991f10f15ec Merge from emacs--rel--22
Miles Bader <miles@gnu.org>
parents: 87836
diff changeset
10201 These lines (several such lines are allowed) specify the valid tags in
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10202 this file, and (potentially) the corresponding @emph{fast tag selection}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10203 keys. The corresponding variable is @code{org-tag-alist}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10204 @item #+TBLFM:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10205 This line contains the formulas for the table directly above the line.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10206 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10207 @itemx #+OPTIONS:, #+BIND:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10208 @itemx #+DESCRIPTION:, #+KEYWORDS:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10209 @itemx #+LATEX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10210 @itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10211 These lines provide settings for exporting files. For more details see
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10212 @ref{Export options}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10213 @item #+TODO: #+SEQ_TODO: #+TYP_TODO:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10214 @vindex org-todo-keywords
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10215 These lines set the TODO keywords and their interpretation in the
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10216 current file. The corresponding variable is @code{org-todo-keywords}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10217 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10218
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10219 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10220 @section The very busy C-c C-c key
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10221 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10222 @cindex C-c C-c, overview
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10223
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10224 The key @kbd{C-c C-c} has many purposes in Org, which are all
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10225 mentioned scattered throughout this manual. One specific function of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10226 this key is to add @emph{tags} to a headline (@pxref{Tags}). In many
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10227 other circumstances it means something like @emph{``Hey Org, look
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10228 here and update according to what you see here''}. Here is a summary of
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10229 what this means in different contexts.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10230
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10231 @itemize @minus
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10232 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10233 If there are highlights in the buffer from the creation of a sparse
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10234 tree, or from clock display, remove these highlights.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10235 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10236 If the cursor is in one of the special @code{#+KEYWORD} lines, this
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10237 triggers scanning the buffer for these lines and updating the
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10238 information.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10239 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10240 If the cursor is inside a table, realign the table. This command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10241 works even if the automatic table editor has been turned off.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10242 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10243 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10244 the entire table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10245 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10246 If the cursor is inside a table created by the @file{table.el} package,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10247 activate that table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10248 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10249 If the current buffer is a Remember buffer, close the note and file it.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10250 With a prefix argument, file it, without further interaction, to the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10251 default location.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10252 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10253 If the cursor is on a @code{<<<target>>>}, update radio targets and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10254 corresponding links in this buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10255 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10256 If the cursor is in a property line or at the start or end of a property
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10257 drawer, offer property commands.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10258 @item
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10259 If the cursor is at a footnote reference, go to the corresponding
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10260 definition, and vice versa.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10261 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10262 If the cursor is in a plain list item with a checkbox, toggle the status
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10263 of the checkbox.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10264 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10265 If the cursor is on a numbered item in a plain list, renumber the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10266 ordered list.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10267 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10268 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10269 block is updated.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10270 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10271
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10272 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10273 @section A cleaner outline view
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10274 @cindex hiding leading stars
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10275 @cindex dynamic indentation
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10276 @cindex odd-levels-only outlines
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10277 @cindex clean outline view
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10278
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10279 Some people find it noisy and distracting that the Org headlines start with a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10280 potentially large number of stars, and that text below the headlines is not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10281 indented. While this is no problem when writing a book where the outline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10282 headings are really section headlines, in a more list-oriented outline,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10283 indented structure is a lot cleaner:
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10284
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10285 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10286 @group
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10287 * Top level headline | * Top level headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10288 ** Second level | * Second level
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10289 *** 3rd level | * 3rd level
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10290 some text | some text
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10291 *** 3rd level | * 3rd level
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10292 more text | more text
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10293 * Another top level headline | * Another top level headline
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10294 @end group
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10295 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10296
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10297 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10298 If you are using Emacs 23 and at least version 6.29 of Org, this kind of view
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10299 can be achieved dynamically at display time using @code{org-indent-mode}. In
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10300 this minor mode, all lines are prefixed for display with the necessary amount
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10301 of space. Also headlines are prefixed with additional stars, so that the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10302 amount of indentation shifts by two@footnote{See the variable
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10303 @code{org-indent-indentation-per-level}.} spaces per level. All headline
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10304 stars but the last one are made invisible using the @code{org-hide}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10305 face@footnote{Turning on @code{org-indent-mode} sets
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10306 @code{org-hide-leading-stars} to @code{t} and @code{org-adapt-indentation} to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10307 @code{nil}.} - see below under @samp{2.} for more information on how this
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10308 works. You can turn on @code{org-indent-mode} for all files by customizing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10309 the variable @code{org-startup-indented}, or you can turn it on for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10310 individual files using
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10311
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10312 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10313 #+STARTUP: indent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10314 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10315
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10316 If you want a similar effect in earlier version of Emacs and/or Org, or if
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10317 you want the indentation to be hard space characters so that the plain text
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10318 file looks as similar as possible to the Emacs display, Org supports you in
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10319 the following way:
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10320
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10321 @enumerate
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
10322 @item
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10323 @emph{Indentation of text below headlines}@*
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10324 You may indent text below each headline to make the left boundary line up
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10325 with the headline, like
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10326
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10327 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10328 *** 3rd level
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10329 more text, now indented
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10330 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10331
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10332 @vindex org-adapt-indentation
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10333 Org supports this with paragraph filling, line wrapping, and structure
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10334 editing@footnote{See also the variable @code{org-adapt-indentation}.},
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10335 preserving or adapting the indentation as appropriate.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10336
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10337 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10338 @vindex org-hide-leading-stars
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10339 @emph{Hiding leading stars}@* You can modify the display in such a way that
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10340 all leading stars become invisible. To do this in a global way, configure
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10341 the variable @code{org-hide-leading-stars} or change this on a per-file basis
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10342 with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10343
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10344 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10345 #+STARTUP: hidestars
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10346 #+STARTUP: showstars
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10347 @end example
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
10348
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10349 With hidden stars, the tree becomes:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10350
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10351 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10352 @group
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10353 * Top level headline
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10354 * Second level
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10355 * 3rd level
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10356 ...
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10357 @end group
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10358 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10359
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10360 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10361 @vindex org-hide @r{(face)}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10362 The leading stars are not truly replaced by whitespace, they are only
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10363 fontified with the face @code{org-hide} that uses the background color as
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10364 font color. If you are not using either white or black background, you may
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10365 have to customize this face to get the wanted effect. Another possibility is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10366 to set this font such that the extra stars are @i{almost} invisible, for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10367 example using the color @code{grey90} on a white background.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10368
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10369 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10370 @vindex org-odd-levels-only
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10371 Things become cleaner still if you skip all the even levels and use only odd
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10372 levels 1, 3, 5..., effectively adding two stars to go from one outline level
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10373 to the next@footnote{When you need to specify a level for a property search
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10374 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}. In this
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10375 way we get the outline view shown at the beginning of this section. In order
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10376 to make the structure editing and export commands handle this convention
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10377 correctly, configure the variable @code{org-odd-levels-only}, or set this on
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10378 a per-file basis with one of the following lines:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10379
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10380 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10381 #+STARTUP: odd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10382 #+STARTUP: oddeven
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10383 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10384
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10385 You can convert an Org file from single-star-per-level to the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10386 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10387 RET} in that file. The reverse operation is @kbd{M-x
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10388 org-convert-to-oddeven-levels}.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10389 @end enumerate
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10390
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10391 @node TTY keys, Interaction, Clean view, Miscellaneous
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10392 @section Using Org on a tty
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10393 @cindex tty key bindings
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10394
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10395 Because Org contains a large number of commands, by default many of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10396 Org's core commands are bound to keys that are generally not
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10397 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10398 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10399 together with modifiers like @key{Meta} and/or @key{Shift}. To access
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10400 these commands on a tty when special keys are unavailable, the following
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10401 alternative bindings can be used. The tty bindings below will likely be
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10402 more cumbersome; you may find for some of the bindings below that a
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10403 customized workaround suits you better. For example, changing a timestamp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10404 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10405 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10406
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10407 @multitable @columnfractions 0.15 0.2 0.2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10408 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10409 @item @kbd{S-@key{TAB}} @tab @kbd{C-u @key{TAB}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10410 @item @kbd{M-@key{left}} @tab @kbd{C-c C-x l} @tab @kbd{@key{Esc} @key{left}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10411 @item @kbd{M-S-@key{left}} @tab @kbd{C-c C-x L} @tab
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10412 @item @kbd{M-@key{right}} @tab @kbd{C-c C-x r} @tab @kbd{@key{Esc} @key{right}}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10413 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10414 @item @kbd{M-@key{up}} @tab @kbd{C-c C-x u} @tab @kbd{@key{Esc} @key{up}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10415 @item @kbd{M-S-@key{up}} @tab @kbd{C-c C-x U} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10416 @item @kbd{M-@key{down}} @tab @kbd{C-c C-x d} @tab @kbd{@key{Esc} @key{down}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10417 @item @kbd{M-S-@key{down}} @tab @kbd{C-c C-x D} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10418 @item @kbd{S-@key{RET}} @tab @kbd{C-c C-x c} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10419 @item @kbd{M-@key{RET}} @tab @kbd{C-c C-x m} @tab @kbd{@key{Esc} @key{RET}}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10420 @item @kbd{M-S-@key{RET}} @tab @kbd{C-c C-x M} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10421 @item @kbd{S-@key{left}} @tab @kbd{C-c @key{left}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10422 @item @kbd{S-@key{right}} @tab @kbd{C-c @key{right}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10423 @item @kbd{S-@key{up}} @tab @kbd{C-c @key{up}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10424 @item @kbd{S-@key{down}} @tab @kbd{C-c @key{down}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10425 @item @kbd{C-S-@key{left}} @tab @kbd{C-c C-x @key{left}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10426 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10427 @end multitable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10428
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10429
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10430 @node Interaction, , TTY keys, Miscellaneous
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10431 @section Interaction with other packages
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10432 @cindex packages, interaction with other
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10433 Org lives in the world of GNU Emacs and interacts in various ways
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10434 with other code out there.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10435
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10436 @menu
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10437 * Cooperation:: Packages Org cooperates with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10438 * Conflicts:: Packages that lead to conflicts
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10439 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10440
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10441 @node Cooperation, Conflicts, Interaction, Interaction
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10442 @subsection Packages that Org cooperates with
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10443
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10444 @table @asis
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10445 @cindex @file{calc.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10446 @cindex Gillespie, Dave
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10447 @item @file{calc.el} by Dave Gillespie
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10448 Org uses the Calc package for implementing spreadsheet
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10449 functionality in its tables (@pxref{The spreadsheet}). Org
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10450 checks for the availability of Calc by looking for the function
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10451 @code{calc-eval} which will have been autoloaded during setup if Calc has
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10452 been installed properly. As of Emacs 22, Calc is part of the Emacs
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10453 distribution. Another possibility for interaction between the two
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10454 packages is using Calc for embedded calculations. @xref{Embedded Mode,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10455 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10456 @item @file{constants.el} by Carsten Dominik
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10457 @cindex @file{constants.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10458 @cindex Dominik, Carsten
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10459 @vindex org-table-formula-constants
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10460 In a table formula (@pxref{The spreadsheet}), it is possible to use
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10461 names for natural constants or units. Instead of defining your own
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10462 constants in the variable @code{org-table-formula-constants}, install
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10463 the @file{constants} package which defines a large number of constants
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10464 and units, and lets you use unit prefixes like @samp{M} for
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10465 @samp{Mega}, etc@. You will need version 2.0 of this package, available
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10466 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10467 the function @code{constants-get}, which has to be autoloaded in your
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10468 setup. See the installation instructions in the file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10469 @file{constants.el}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10470 @item @file{cdlatex.el} by Carsten Dominik
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10471 @cindex @file{cdlatex.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10472 @cindex Dominik, Carsten
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10473 Org mode can make use of the CDLa@TeX{} package to efficiently enter
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10474 La@TeX{} fragments into Org files. See @ref{CDLaTeX mode}.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10475 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10476 @cindex @file{imenu.el}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10477 Imenu allows menu access to an index of items in a file. Org mode
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10478 supports Imenu---all you need to do to get the index is the following:
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10479 @lisp
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10480 (add-hook 'org-mode-hook
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10481 (lambda () (imenu-add-to-menubar "Imenu")))
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10482 @end lisp
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10483 @vindex org-imenu-depth
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10484 By default the index is two levels deep---you can modify the depth using
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10485 the option @code{org-imenu-depth}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10486 @item @file{remember.el} by John Wiegley
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10487 @cindex @file{remember.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10488 @cindex Wiegley, John
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10489 Org cooperates with remember, see @ref{Remember}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10490 @file{Remember.el} is not part of Emacs, find it on the web.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10491 @item @file{speedbar.el} by Eric M. Ludlam
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10492 @cindex @file{speedbar.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10493 @cindex Ludlam, Eric M.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10494 Speedbar is a package that creates a special frame displaying files and
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10495 index items in files. Org mode supports Speedbar and allows you to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10496 drill into Org files directly from the Speedbar. It also allows you to
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10497 restrict the scope of agenda commands to a file or a subtree by using
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10498 the command @kbd{<} in the Speedbar frame.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10499 @cindex @file{table.el}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10500 @item @file{table.el} by Takaaki Ota
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10501 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10502 @cindex table editor, @file{table.el}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10503 @cindex @file{table.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10504 @cindex Ota, Takaaki
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10505
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10506 Complex ASCII tables with automatic line wrapping, column- and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10507 row-spanning, and alignment can be created using the Emacs table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10508 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10509 and also part of Emacs 22).
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10510 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10511 will call @command{table-recognize-table} and move the cursor into the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10512 table. Inside a table, the keymap of Org mode is inactive. In order
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10513 to execute Org mode-related commands, leave the table.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10514
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10515 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10516 @kindex C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10517 @item C-c C-c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10518 Recognize @file{table.el} table. Works when the cursor is in a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10519 table.el table.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10520 @c
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10521 @kindex C-c ~
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10522 @item C-c ~
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10523 Insert a @file{table.el} table. If there is already a table at point, this
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10524 command converts it between the @file{table.el} format and the Org-mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10525 format. See the documentation string of the command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10526 @code{org-convert-table} for the restrictions under which this is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10527 possible.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10528 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10529 @file{table.el} is part of Emacs 22.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10530 @item @file{footnote.el} by Steven L. Baur
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10531 @cindex @file{footnote.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10532 @cindex Baur, Steven L.
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10533 Org mode recognizes numerical footnotes as provided by this package.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10534 However, Org mode also has its own footnote support (@pxref{Footnotes}),
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10535 which makes using @file{footnote.el} unnecessary.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10536 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10537
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10538 @node Conflicts, , Cooperation, Interaction
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10539 @subsection Packages that lead to conflicts with Org mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10540
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10541 @table @asis
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10542
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10543 @cindex @code{shift-selection-mode}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10544 @vindex org-support-shift-select
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10545 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10546 cursor motions combined with the shift key should start or enlarge regions.
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10547 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10548 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10549 at such a location. By default, @kbd{S-@key{cursor}} commands outside
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10550 special contexts don't do anything, but you can customize the variable
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10551 @code{org-support-shift-select}. Org mode then tries to accommodate shift
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10552 selection by (i) using it outside of the special contexts where special
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10553 commands apply, and by (ii) extending an existing active region even if the
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10554 cursor moves across a special context.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10555
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10556 @item @file{CUA.el} by Kim. F. Storm
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10557 @cindex @file{CUA.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10558 @cindex Storm, Kim. F.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10559 @vindex org-replace-disputed-keys
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10560 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10561 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10562 region. In fact, Emacs 23 has this built-in in the form of
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10563 @code{shift-selection-mode}, see previous paragraph. If you are using Emacs
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10564 23, you probably don't want to use another package for this purpose. However,
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10565 if you prefer to leave these keys to a different package while working in
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10566 Org mode, configure the variable @code{org-replace-disputed-keys}. When set,
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10567 Org will move the following key bindings in Org files, and in the agenda
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10568 buffer (but not during date selection).
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10569
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10570 @example
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10571 S-UP -> M-p S-DOWN -> M-n
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10572 S-LEFT -> M-- S-RIGHT -> M-+
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10573 C-S-LEFT -> M-S-- C-S-RIGHT -> M-S-+
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10574 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10575
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10576 @vindex org-disputed-keys
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10577 Yes, these are unfortunately more difficult to remember. If you want
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10578 to have other replacement keys, look at the variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10579 @code{org-disputed-keys}.
101570
d5d2428a1b30 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101509
diff changeset
10580
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10581 @item @file{yasnippet.el}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10582 @cindex @file{yasnippet.el}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10583 The way Org-mode binds the TAB key (binding to @code{[tab]} instead of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10584 @code{"\t"}) overrules yasnippets' access to this key. The following code
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10585 fixed this problem:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10586
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10587 @lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10588 (add-hook 'org-mode-hook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10589 (lambda ()
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10590 (org-set-local 'yas/trigger-key [tab])
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10591 (define-key yas/keymap [tab] 'yas/next-field-group)))
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10592 @end lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10593
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10594 @item @file{windmove.el} by Hovav Shacham
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10595 @cindex @file{windmove.el}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10596 This package also uses the @kbd{S-<cursor>} keys, so everything written
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10597 in the paragraph above about CUA mode also applies here.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10598
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10599 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10600
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10601 @node Hacking, History and Acknowledgments, Miscellaneous, Top
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10602 @appendix Hacking
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10603 @cindex hacking
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10604
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10605 This appendix covers some aspects where users can extend the functionality of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10606 Org.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10607
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10608 @menu
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10609 * Hooks:: Who to reach into Org's internals
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10610 * Add-on packages:: Available extensions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10611 * Adding hyperlink types:: New custom link types
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10612 * Context-sensitive commands:: How to add functionality to such commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10613 * Tables in arbitrary syntax:: Orgtbl for La@TeX{} and other programs
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10614 * Dynamic blocks:: Automatically filled blocks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10615 * Special agenda views:: Customized views
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10616 * Extracting agenda information:: Postprocessing of agenda information
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10617 * Using the property API:: Writing programs that use entry properties
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10618 * Using the mapping API:: Mapping over all or selected entries
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10619 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10620
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10621 @node Hooks, Add-on packages, Hacking, Hacking
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10622 @section Hooks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10623 @cindex hooks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10624
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10625 Org has a large number of hook variables that can be used to add
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10626 functionality. This appendix about hacking is going to illustrate the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10627 use of some of them. A complete list of all hooks with documentation is
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10628 maintained by the Worg project and can be found at
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10629 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10630
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10631 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10632 @section Add-on packages
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10633 @cindex add-on packages
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10634
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10635 A large number of add-on packages have been written by various authors.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10636 These packages are not part of Emacs, but they are distributed as contributed
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10637 packages with the separate release available at the Org mode home page at
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10638 @uref{http://orgmode.org}. The list of contributed packages, along with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10639 documentation about each package, is maintained by the Worg project at
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10640 @uref{http://orgmode.org/worg/org-contrib/}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10641
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10642
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10643
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10644 @node Adding hyperlink types, Context-sensitive commands, Add-on packages, Hacking
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10645 @section Adding hyperlink types
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10646 @cindex hyperlinks, adding new types
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10647
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10648 Org has a large number of hyperlink types built-in
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10649 (@pxref{Hyperlinks}). If you would like to add new link types, Org
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10650 provides an interface for doing so. Let's look at an example file,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10651 @file{org-man.el}, that will add support for creating links like
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10652 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10653 Emacs:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10654
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10655 @lisp
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10656 ;;; org-man.el - Support for links to manpages in Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10657
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10658 (require 'org)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10659
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10660 (org-add-link-type "man" 'org-man-open)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10661 (add-hook 'org-store-link-functions 'org-man-store-link)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10662
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10663 (defcustom org-man-command 'man
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10664 "The Emacs command to be used to display a man page."
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10665 :group 'org-link
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10666 :type '(choice (const man) (const woman)))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10667
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10668 (defun org-man-open (path)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10669 "Visit the manpage on PATH.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10670 PATH should be a topic that can be thrown at the man command."
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10671 (funcall org-man-command path))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10672
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10673 (defun org-man-store-link ()
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10674 "Store a link to a manpage."
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10675 (when (memq major-mode '(Man-mode woman-mode))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10676 ;; This is a man page, we do make this link
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10677 (let* ((page (org-man-get-page-name))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10678 (link (concat "man:" page))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10679 (description (format "Manpage for %s" page)))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10680 (org-store-link-props
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10681 :type "man"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10682 :link link
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10683 :description description))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10684
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10685 (defun org-man-get-page-name ()
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10686 "Extract the page name from the buffer name."
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10687 ;; This works for both `Man-mode' and `woman-mode'.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10688 (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10689 (match-string 1 (buffer-name))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10690 (error "Cannot create link to this man page")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10691
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10692 (provide 'org-man)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10693
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10694 ;;; org-man.el ends here
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10695 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10696
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10697 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10698 You would activate this new link type in @file{.emacs} with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10699
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10700 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10701 (require 'org-man)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10702 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10703
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10704 @noindent
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
10705 Let's go through the file and see what it does.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10706 @enumerate
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10707 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10708 It does @code{(require 'org)} to make sure that @file{org.el} has been
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10709 loaded.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10710 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10711 The next line calls @code{org-add-link-type} to define a new link type
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10712 with prefix @samp{man}. The call also contains the name of a function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10713 that will be called to follow such a link.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10714 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10715 @vindex org-store-link-functions
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10716 The next line adds a function to @code{org-store-link-functions}, in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10717 order to allow the command @kbd{C-c l} to record a useful link in a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10718 buffer displaying a man page.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10719 @end enumerate
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10720
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10721 The rest of the file defines the necessary variables and functions.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10722 First there is a customization variable that determines which Emacs
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10723 command should be used to display man pages. There are two options,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10724 @code{man} and @code{woman}. Then the function to follow a link is
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10725 defined. It gets the link path as an argument---in this case the link
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10726 path is just a topic for the manual command. The function calls the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10727 value of @code{org-man-command} to display the man page.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10728
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10729 Finally the function @code{org-man-store-link} is defined. When you try
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10730 to store a link with @kbd{C-c l}, this function will be called to
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10731 try to make a link. The function must first decide if it is supposed to
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10732 create the link for this buffer type; we do this by checking the value
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10733 of the variable @code{major-mode}. If not, the function must exit and
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10734 return the value @code{nil}. If yes, the link is created by getting the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10735 manual topic from the buffer name and prefixing it with the string
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10736 @samp{man:}. Then it must call the command @code{org-store-link-props}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10737 and set the @code{:type} and @code{:link} properties. Optionally you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10738 can also set the @code{:description} property to provide a default for
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10739 the link description when the link is later inserted into an Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10740 buffer with @kbd{C-c C-l}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10741
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10742 When is makes sense for your new link type, you may also define a function
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10743 @code{org-PREFIX-complete-link} that implements special (@eg completion)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10744 support for inserting such a link with @kbd{C-c C-l}. Such a function should
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10745 not accept any arguments, and return the full link with prefix.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10746
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10747 @node Context-sensitive commands, Tables in arbitrary syntax, Adding hyperlink types, Hacking
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10748 @section Context-sensitive commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10749 @cindex context-sensitive commands, hooks
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10750 @cindex add-ons, context-sensitive commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10751 @vindex org-ctrl-c-ctrl-c-hook
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10752
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10753 Org has several commands that act differently depending on context. The most
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10754 important example it the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10755 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10756
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10757 Add-ons can tap into this functionality by providing a function that detects
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10758 special context for that add-on and executes functionality appropriate for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10759 the context. Here is an example from Dan Davison's @file{org-R.el} which
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10760 allows you to evaluate commands based on the @file{R} programming language. For
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10761 this package, special contexts are lines that start with @code{#+R:} or
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10762 @code{#+RR:}.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10763
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10764 @lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10765 (defun org-R-apply-maybe ()
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10766 "Detect if this is context for org-R and execute R commands."
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10767 (if (save-excursion
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10768 (beginning-of-line 1)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10769 (looking-at "#\\+RR?:"))
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10770 (progn (call-interactively 'org-R-apply)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10771 t) ;; to signal that we took action
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10772 nil)) ;; to signal that we did not
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10773
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10774 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10775 @end lisp
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10776
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10777 The function first checks if the cursor is in such a line. If that is the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10778 case, @code{org-R-apply} is called and the function returns @code{t} to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10779 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10780 contexts. If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10781
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10782
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10783 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10784 @section Tables and lists in arbitrary syntax
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10785 @cindex tables, in other modes
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10786 @cindex lists, in other modes
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10787 @cindex Orgtbl mode
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10788
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10789 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10790 frequent feature request has been to make it work with native tables in
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10791 specific languages, for example La@TeX{}. However, this is extremely
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10792 hard to do in a general way, would lead to a customization nightmare,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10793 and would take away much of the simplicity of the Orgtbl-mode table
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10794 editor.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10795
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10796
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10797 This appendix describes a different approach. We keep the Orgtbl mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10798 table in its native format (the @i{source table}), and use a custom
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10799 function to @i{translate} the table to the correct syntax, and to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10800 @i{install} it in the right location (the @i{target table}). This puts
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10801 the burden of writing conversion functions on the user, but it allows
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10802 for a very flexible system.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10803
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10804 Bastien added the ability to do the same with lists. You can use Org's
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10805 facilities to edit and structure lists by turning @code{orgstruct-mode}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10806 on, then locally exporting such lists in another format (HTML, La@TeX{}
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10807 or Texinfo.)
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10808
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10809
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10810 @menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10811 * Radio tables:: Sending and receiving
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10812 * A LaTeX example:: Step by step, almost a tutorial
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10813 * Translator functions:: Copy and modify
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10814 * Radio lists:: Doing the same for lists
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10815 @end menu
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10816
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10817 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10818 @subsection Radio tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10819 @cindex radio tables
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10820
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10821 To define the location of the target table, you first need to create two
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10822 lines that are comments in the current mode, but contain magic words for
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10823 Orgtbl mode to find. Orgtbl mode will insert the translated table
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10824 between these lines, replacing whatever was there before. For example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10825
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10826 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10827 /* BEGIN RECEIVE ORGTBL table_name */
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10828 /* END RECEIVE ORGTBL table_name */
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10829 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10830
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10831 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10832 Just above the source table, we put a special line that tells
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10833 Orgtbl mode how to translate this table and where to install it. For
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10834 example:
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10835 @cindex #+ORGTBL
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10836 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10837 #+ORGTBL: SEND table_name translation_function arguments....
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10838 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10839
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10840 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10841 @code{table_name} is the reference name for the table that is also used
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10842 in the receiver lines. @code{translation_function} is the Lisp function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10843 that does the translation. Furthermore, the line can contain a list of
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10844 arguments (alternating key and value) at the end. The arguments will be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10845 passed as a property list to the translation function for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10846 interpretation. A few standard parameters are already recognized and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10847 acted upon before the translation function is called:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10848
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10849 @table @code
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10850 @item :skip N
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10851 Skip the first N lines of the table. Hlines do count as separate lines for
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10852 this parameter!
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
10853
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10854 @item :skipcols (n1 n2 ...)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10855 List of columns that should be skipped. If the table has a column with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10856 calculation marks, that column is automatically discarded as well.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10857 Please note that the translator function sees the table @emph{after} the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10858 removal of these columns, the function never knows that there have been
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10859 additional columns.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10860 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10861
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10862 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10863 The one problem remaining is how to keep the source table in the buffer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10864 without disturbing the normal workings of the file, for example during
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10865 compilation of a C file or processing of a La@TeX{} file. There are a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10866 number of different solutions:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10867
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10868 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10869 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10870 The table could be placed in a block comment if that is supported by the
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10871 language. For example, in C mode you could wrap the table between
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10872 @samp{/*} and @samp{*/} lines.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
10873 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10874 Sometimes it is possible to put the table after some kind of @i{END}
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10875 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10876 in La@TeX{}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10877 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10878 You can just comment the table line-by-line whenever you want to process
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10879 the file, and uncomment it whenever you need to edit the table. This
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10880 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10881 makes this comment-toggling very easy, in particular if you bind it to a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10882 key.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10883 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10884
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10885 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10886 @subsection A La@TeX{} example of radio tables
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10887 @cindex La@TeX{}, and Orgtbl mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10888
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10889 The best way to wrap the source table in La@TeX{} is to use the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10890 @code{comment} environment provided by @file{comment.sty}. It has to be
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10891 activated by placing @code{\usepackage@{comment@}} into the document
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10892 header. Orgtbl mode can insert a radio table skeleton@footnote{By
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10893 default this works only for La@TeX{}, HTML, and Texinfo. Configure the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10894 variable @code{orgtbl-radio-tables} to install templates for other
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10895 modes.} with the command @kbd{M-x orgtbl-insert-radio-table}. You will
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10896 be prompted for a table name, let's say we use @samp{salesfigures}. You
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10897 will then get the following template:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10898
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10899 @cindex #+ORGTBL, SEND
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10900 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10901 % BEGIN RECEIVE ORGTBL salesfigures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10902 % END RECEIVE ORGTBL salesfigures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10903 \begin@{comment@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10904 #+ORGTBL: SEND salesfigures orgtbl-to-latex
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10905 | | |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10906 \end@{comment@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10907 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10908
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10909 @noindent
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10910 @vindex La@TeX{}-verbatim-environments
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10911 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10912 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10913 into the receiver location with name @code{salesfigures}. You may now
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10914 fill in the table, feel free to use the spreadsheet features@footnote{If
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10915 the @samp{#+TBLFM} line contains an odd number of dollar characters,
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10916 this may cause problems with font-lock in La@TeX{} mode. As shown in the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10917 example you can fix this by adding an extra line inside the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10918 @code{comment} environment that is used to balance the dollar
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10919 expressions. If you are using AUC@TeX{} with the font-latex library, a
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10920 much better solution is to add the @code{comment} environment to the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10921 variable @code{LaTeX-verbatim-environments}.}:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10922
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10923 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10924 % BEGIN RECEIVE ORGTBL salesfigures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10925 % END RECEIVE ORGTBL salesfigures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10926 \begin@{comment@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10927 #+ORGTBL: SEND salesfigures orgtbl-to-latex
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10928 | Month | Days | Nr sold | per day |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10929 |-------+------+---------+---------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10930 | Jan | 23 | 55 | 2.4 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10931 | Feb | 21 | 16 | 0.8 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10932 | March | 22 | 278 | 12.6 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10933 #+TBLFM: $4=$3/$2;%.1f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10934 % $ (optional extra dollar to keep font-lock happy, see footnote)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10935 \end@{comment@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10936 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10937
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10938 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10939 When you are done, press @kbd{C-c C-c} in the table to get the converted
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10940 table inserted between the two marker lines.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10941
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
10942 Now let's assume you want to make the table header by hand, because you
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10943 want to control how columns are aligned, etc@. In this case we make sure
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10944 that the table translator skips the first 2 lines of the source
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10945 table, and tell the command to work as a @i{splice}, @ie to not produce
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10946 header and footer commands of the target table:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10947
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10948 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10949 \begin@{tabular@}@{lrrr@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10950 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10951 % BEGIN RECEIVE ORGTBL salesfigures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10952 % END RECEIVE ORGTBL salesfigures
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10953 \end@{tabular@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10954 %
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10955 \begin@{comment@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10956 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10957 | Month | Days | Nr sold | per day |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10958 |-------+------+---------+---------|
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10959 | Jan | 23 | 55 | 2.4 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10960 | Feb | 21 | 16 | 0.8 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10961 | March | 22 | 278 | 12.6 |
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10962 #+TBLFM: $4=$3/$2;%.1f
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10963 \end@{comment@}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10964 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10965
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10966 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10967 Orgtbl mode. It uses a @code{tabular} environment to typeset the table
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10968 and marks horizontal lines with @code{\hline}. Furthermore, it
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10969 interprets the following parameters (see also @pxref{Translator functions}):
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10970
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10971 @table @code
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10972 @item :splice nil/t
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10973 When set to t, return only table body lines, don't wrap them into a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10974 tabular environment. Default is nil.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10975
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10976 @item :fmt fmt
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
10977 A format to be used to wrap each field, it should contain @code{%s} for the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10978 original field value. For example, to wrap each field value in dollars,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10979 you could use @code{:fmt "$%s$"}. This may also be a property list with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10980 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10981 A function of one argument can be used in place of the strings; the
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10982 function must return a formatted string.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10983
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10984 @item :efmt efmt
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10985 Use this format to print numbers with exponentials. The format should
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10986 have @code{%s} twice for inserting mantissa and exponent, for example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10987 @code{"%s\\times10^@{%s@}"}. The default is @code{"%s\\,(%s)"}. This
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10988 may also be a property list with column numbers and formats, for example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10989 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}. After
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10990 @code{efmt} has been applied to a value, @code{fmt} will also be
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10991 applied. Similar to @code{fmt}, functions of two arguments can be
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10992 supplied instead of strings.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10993 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10994
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
10995 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10996 @subsection Translator functions
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
10997 @cindex HTML, and Orgtbl mode
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10998 @cindex translator function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10999
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11000 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11001 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11002 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11003 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11004 code that produces tables during HTML export.}, these all use a generic
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11005 translator, @code{orgtbl-to-generic}. For example, @code{orgtbl-to-latex}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11006 itself is a very short function that computes the column definitions for the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11007 @code{tabular} environment, defines a few field and line separators and then
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11008 hands processing over to the generic translator. Here is the entire code:
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11009
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11010 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11011 @group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11012 (defun orgtbl-to-latex (table params)
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11013 "Convert the Orgtbl mode TABLE to LaTeX."
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11014 (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11015 org-table-last-alignment ""))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11016 (params2
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11017 (list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11018 :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11019 :tend "\\end@{tabular@}"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11020 :lstart "" :lend " \\\\" :sep " & "
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11021 :efmt "%s\\,(%s)" :hline "\\hline")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11022 (orgtbl-to-generic table (org-combine-plists params2 params))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11023 @end group
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11024 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11025
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11026 As you can see, the properties passed into the function (variable
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11027 @var{PARAMS}) are combined with the ones newly defined in the function
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11028 (variable @var{PARAMS2}). The ones passed into the function (@ie the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11029 ones set by the @samp{ORGTBL SEND} line) take precedence. So if you
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11030 would like to use the La@TeX{} translator, but wanted the line endings to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11031 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11032 overrule the default with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11033
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11034 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11035 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11036 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11037
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11038 For a new language, you can either write your own converter function in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11039 analogy with the La@TeX{} translator, or you can use the generic function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11040 directly. For example, if you have a language where a table is started
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11041 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11042 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11043 separator is a TAB, you could call the generic translator like this (on
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11044 a single line!):
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11045
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11046 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11047 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11048 :lstart "!BL! " :lend " !EL!" :sep "\t"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11049 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11050
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11051 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11052 Please check the documentation string of the function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11053 @code{orgtbl-to-generic} for a full list of parameters understood by
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11054 that function, and remember that you can pass each of them into
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11055 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11056 using the generic function.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11057
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11058 Of course you can also write a completely new function doing complicated
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11059 things the generic translator cannot do. A translator function takes
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11060 two arguments. The first argument is the table, a list of lines, each
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11061 line either the symbol @code{hline} or a list of fields. The second
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11062 argument is the property list containing all parameters specified in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11063 @samp{#+ORGTBL: SEND} line. The function must return a single string
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11064 containing the formatted table. If you write a generally useful
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11065 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11066 others can benefit from your work.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11067
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11068 @node Radio lists, , Translator functions, Tables in arbitrary syntax
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11069 @subsection Radio lists
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11070 @cindex radio lists
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11071 @cindex org-list-insert-radio-list
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11072
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11073 Sending and receiving radio lists works exactly the same way than
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11074 sending and receiving radio tables (@pxref{Radio tables}) @footnote{You
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11075 need to load the @code{org-export-latex.el} package to use radio lists
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11076 since the relevant code is there for now.}. As for radio tables, you
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11077 can insert radio lists templates in HTML, La@TeX{} and Texinfo modes by
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11078 calling @code{org-list-insert-radio-list}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11079
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11080 Here are the differences with radio tables:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11081
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11082 @itemize @minus
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11083 @item
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11084 Use @code{ORGLST} instead of @code{ORGTBL}.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11085 @item
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11086 The available translation functions for radio lists don't take
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11087 parameters.
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11088 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11089 @kbd{C-c C-c} will work when pressed on the first item of the list.
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11090 @end itemize
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11091
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11092 Here is a La@TeX{} example. Let's say that you have this in your
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11093 La@TeX{} file:
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11094
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11095 @cindex #+ORGLIST
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11096 @example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11097 % BEGIN RECEIVE ORGLST to-buy
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11098 % END RECEIVE ORGLST to-buy
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11099 \begin@{comment@}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11100 #+ORGLIST: SEND to-buy orgtbl-to-latex
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11101 - a new house
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11102 - a new computer
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11103 + a new keyboard
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11104 + a new mouse
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11105 - a new life
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11106 \end@{comment@}
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11107 @end example
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11108
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11109 Pressing `C-c C-c' on @code{a new house} and will insert the converted
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11110 La@TeX{} list between the two marker lines.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11111
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11112 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11113 @section Dynamic blocks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11114 @cindex dynamic blocks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11115
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11116 Org documents can contain @emph{dynamic blocks}. These are
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11117 specially marked regions that are updated by some user-written function.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11118 A good example for such a block is the clock table inserted by the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11119 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11120
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11121 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11122 to the block and can also specify parameters for the function producing
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11123 the content of the block.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11124
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11125 #+BEGIN:dynamic block
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11126 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11127 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11128
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11129 #+END:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11130 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11131
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11132 Dynamic blocks are updated with the following commands
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11133
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11134 @table @kbd
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11135 @kindex C-c C-x C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11136 @item C-c C-x C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11137 Update dynamic block at point.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11138 @kindex C-u C-c C-x C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11139 @item C-u C-c C-x C-u
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11140 Update all dynamic blocks in the current file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11141 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11142
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11143 Updating a dynamic block means to remove all the text between BEGIN and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11144 END, parse the BEGIN line for parameters and then call the specific
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11145 writer function for this block to insert the new content. If you want
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11146 to use the original content in the writer function, you can use the
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11147 extra parameter @code{:content}.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11148
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11149 For a block with name @code{myblock}, the writer function is
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11150 @code{org-dblock-write:myblock} with as only parameter a property list
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11151 with the parameters given in the begin line. Here is a trivial example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11152 of a block that keeps track of when the block update function was last
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11153 run:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11154
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11155 @example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11156 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11157
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11158 #+END:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11159 @end example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11160
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11161 @noindent
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11162 The corresponding block writer function could look like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11163
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11164 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11165 (defun org-dblock-write:block-update-time (params)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11166 (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11167 (insert "Last block update at: "
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11168 (format-time-string fmt (current-time)))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11169 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11170
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11171 If you want to make sure that all dynamic blocks are always up-to-date,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11172 you could add the function @code{org-update-all-dblocks} to a hook, for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11173 example @code{before-save-hook}. @code{org-update-all-dblocks} is
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11174 written in a way such that it does nothing in buffers that are not in
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11175 @code{org-mode}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11176
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11177 @node Special agenda views, Extracting agenda information, Dynamic blocks, Hacking
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11178 @section Special agenda views
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11179 @cindex agenda views, user-defined
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11180
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11181 Org provides a special hook that can be used to narrow down the
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11182 selection made by any of the agenda views. You may specify a function
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11183 that is used at each match to verify if the match should indeed be part
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11184 of the agenda view, and if not, how much should be skipped.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11185
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11186 Let's say you want to produce a list of projects that contain a WAITING
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11187 tag anywhere in the project tree. Let's further assume that you have
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11188 marked all tree headings that define a project with the TODO keyword
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11189 PROJECT. In this case you would run a TODO search for the keyword
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11190 PROJECT, but skip the match unless there is a WAITING tag anywhere in
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11191 the subtree belonging to the project line.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11192
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11193 To achieve this, you must write a function that searches the subtree for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11194 the tag. If the tag is found, the function must return @code{nil} to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11195 indicate that this match should not be skipped. If there is no such
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11196 tag, return the location of the end of the subtree, to indicate that
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11197 search should continue from there.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11198
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11199 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11200 (defun my-skip-unless-waiting ()
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11201 "Skip trees that are not waiting"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11202 (let ((subtree-end (save-excursion (org-end-of-subtree t))))
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11203 (if (re-search-forward ":waiting:" subtree-end t)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11204 nil ; tag found, do not skip
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11205 subtree-end))) ; tag not found, continue after end of subtree
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11206 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11207
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11208 Now you may use this function in an agenda custom command, for example
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11209 like this:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11210
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11211 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11212 (org-add-agenda-custom-command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11213 '("b" todo "PROJECT"
99503
9d16e131644e 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99139
diff changeset
11214 ((org-agenda-skip-function 'my-skip-unless-waiting)
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11215 (org-agenda-overriding-header "Projects waiting for something: "))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11216 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11217
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11218 @vindex org-agenda-overriding-header
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11219 Note that this also binds @code{org-agenda-overriding-header} to get a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11220 meaningful header in the agenda view.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11221
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11222 @vindex org-odd-levels-only
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11223 @vindex org-agenda-skip-function
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11224 A general way to create custom searches is to base them on a search for
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11225 entries with a certain level limit. If you want to study all entries with
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11226 your custom search function, simply do a search for
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11227 @samp{LEVEL>0}@footnote{Note that, when using @code{org-odd-levels-only}, a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11228 level number corresponds to order in the hierarchy, not to the number of
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11229 stars.}, and then use @code{org-agenda-skip-function} to select the entries
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11230 you really want to have.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11231
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11232 You may also put a Lisp form into @code{org-agenda-skip-function}. In
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11233 particular, you may use the functions @code{org-agenda-skip-entry-if}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11234 and @code{org-agenda-skip-subtree-if} in this form, for example:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11235
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11236 @table @code
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11237 @item '(org-agenda-skip-entry-if 'scheduled)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11238 Skip current entry if it has been scheduled.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11239 @item '(org-agenda-skip-entry-if 'notscheduled)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11240 Skip current entry if it has not been scheduled.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11241 @item '(org-agenda-skip-entry-if 'deadline)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11242 Skip current entry if it has a deadline.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11243 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11244 Skip current entry if it has a deadline, or if it is scheduled.
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11245 @item '(org-agenda-skip-entry-if 'timestamp)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11246 Skip current entry if it has any timestamp, may also be deadline or scheduled.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11247 @item '(org-agenda-skip-entry 'regexp "regular expression")
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11248 Skip current entry if the regular expression matches in the entry.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11249 @item '(org-agenda-skip-entry 'notregexp "regular expression")
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11250 Skip current entry unless the regular expression matches.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11251 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11252 Same as above, but check and skip the entire subtree.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11253 @end table
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11254
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11255 Therefore we could also have written the search for WAITING projects
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11256 like this, even without defining a special function:
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11257
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11258 @lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11259 (org-add-agenda-custom-command
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11260 '("b" todo "PROJECT"
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11261 ((org-agenda-skip-function '(org-agenda-skip-subtree-if
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11262 'regexp ":waiting:"))
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11263 (org-agenda-overriding-header "Projects waiting for something: "))))
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11264 @end lisp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11265
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11266 @node Extracting agenda information, Using the property API, Special agenda views, Hacking
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11267 @section Extracting agenda information
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11268 @cindex agenda, pipe
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11269 @cindex Scripts, for agenda processing
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11270
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11271 @vindex org-agenda-custom-commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11272 Org provides commands to access agenda information for the command
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11273 line in Emacs batch mode. This extracted information can be sent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11274 directly to a printer, or it can be read by a program that does further
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11275 processing of the data. The first of these commands is the function
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11276 @code{org-batch-agenda}, that produces an agenda view and sends it as
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11277 ASCII text to STDOUT. The command takes a single string as parameter.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11278 If the string has length 1, it is used as a key to one of the commands
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11279 you have configured in @code{org-agenda-custom-commands}, basically any
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11280 key you can use after @kbd{C-c a}. For example, to directly print the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11281 current TODO list, you could use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11282
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11283 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11284 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11285 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11286
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11287 If the parameter is a string with 2 or more characters, it is used as a
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11288 tags/TODO match string. For example, to print your local shopping list
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11289 (all items with the tag @samp{shop}, but excluding the tag
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11290 @samp{NewYork}), you could use
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11291
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11292 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11293 emacs -batch -l ~/.emacs \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11294 -eval '(org-batch-agenda "+shop-NewYork")' | lpr
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11295 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11296
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11297 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11298 You may also modify parameters on the fly like this:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11299
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11300 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11301 emacs -batch -l ~/.emacs \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11302 -eval '(org-batch-agenda "a" \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11303 org-agenda-ndays 30 \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11304 org-agenda-include-diary nil \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11305 org-agenda-files (quote ("~/org/project.org")))' \
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11306 | lpr
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11307 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11308
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11309 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11310 which will produce a 30-day agenda, fully restricted to the Org file
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11311 @file{~/org/projects.org}, not even including the diary.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11312
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11313 If you want to process the agenda data in more sophisticated ways, you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11314 can use the command @code{org-batch-agenda-csv} to get a comma-separated
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11315 list of values for each agenda item. Each line in the output will
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11316 contain a number of fields separated by commas. The fields in a line
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11317 are:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11318
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11319 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11320 category @r{The category of the item}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11321 head @r{The headline, without TODO keyword, TAGS and PRIORITY}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11322 type @r{The type of the agenda entry, can be}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11323 todo @r{selected in TODO match}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11324 tagsmatch @r{selected in tags match}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11325 diary @r{imported from diary}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11326 deadline @r{a deadline}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11327 scheduled @r{scheduled}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11328 timestamp @r{appointment, selected by timestamp}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11329 closed @r{entry was closed on date}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11330 upcoming-deadline @r{warning about nearing deadline}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11331 past-scheduled @r{forwarded scheduled item}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11332 block @r{entry has date block including date}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11333 todo @r{The TODO keyword, if any}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11334 tags @r{All tags including inherited ones, separated by colons}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11335 date @r{The relevant date, like 2007-2-14}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11336 time @r{The time, like 15:00-16:50}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11337 extra @r{String with extra planning info}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11338 priority-l @r{The priority letter if any was given}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11339 priority-n @r{The computed numerical priority}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11340 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11341
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11342 @noindent
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11343 Time and date will only be given if a timestamp (or deadline/scheduled)
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11344 led to the selection of the item.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11345
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11346 A CSV list like this is very easy to use in a post-processing script.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11347 For example, here is a Perl program that gets the TODO list from
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11348 Emacs/Org and prints all the items, preceded by a checkbox:
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11349
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11350 @example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11351 #!/usr/bin/perl
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11352
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11353 # define the Emacs command to run
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11354 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11355
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11356 # run it and capture the output
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11357 $agenda = qx@{$cmd 2>/dev/null@};
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11358
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11359 # loop over all lines
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11360 foreach $line (split(/\n/,$agenda)) @{
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11361 # get the individual values
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11362 ($category,$head,$type,$todo,$tags,$date,$time,$extra,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11363 $priority_l,$priority_n) = split(/,/,$line);
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11364 # process and print
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11365 print "[ ] $head\n";
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11366 @}
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11367 @end example
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11368
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11369
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11370
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11371
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11372
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11373
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11374
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11375
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11376
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11377
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11378
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11379
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11380
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11381
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11382 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11383 @section Using the property API
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11384 @cindex API, for properties
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11385 @cindex properties, API
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11386
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11387 Here is a description of the functions that can be used to work with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11388 properties.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11389
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11390 @defun org-entry-properties &optional pom which
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11391 Get all properties of the entry at point-or-marker POM.@*
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11392 This includes the TODO keyword, the tags, time strings for deadline,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11393 scheduled, and clocking, and any additional properties defined in the
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11394 entry. The return value is an alist, keys may occur multiple times
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11395 if the property key was used several times.@*
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11396 POM may also be nil, in which case the current entry is used.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11397 If WHICH is nil or `all', get all properties. If WHICH is
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11398 `special' or `standard', only get that subclass.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11399 @end defun
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11400 @vindex org-use-property-inheritance
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11401 @defun org-entry-get pom property &optional inherit
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11402 Get value of PROPERTY for entry at point-or-marker POM. By default,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11403 this only looks at properties defined locally in the entry. If INHERIT
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11404 is non-nil and the entry does not have the property, then also check
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11405 higher levels of the hierarchy. If INHERIT is the symbol
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11406 @code{selective}, use inheritance if and only if the setting of
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11407 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11408 @end defun
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11409
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11410 @defun org-entry-delete pom property
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11411 Delete the property PROPERTY from entry at point-or-marker POM.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11412 @end defun
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11413
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11414 @defun org-entry-put pom property value
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11415 Set PROPERTY to VALUE for entry at point-or-marker POM.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11416 @end defun
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11417
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11418 @defun org-buffer-property-keys &optional include-specials
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11419 Get all property keys in the current buffer.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11420 @end defun
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11421
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11422 @defun org-insert-property-drawer
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11423 Insert a property drawer at point.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11424 @end defun
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11425
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11426 @defun org-entry-put-multivalued-property pom property &rest values
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11427 Set PROPERTY at point-or-marker POM to VALUES. VALUES should be a list of
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11428 strings. They will be concatenated, with spaces as separators.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11429 @end defun
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11430
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11431 @defun org-entry-get-multivalued-property pom property
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11432 Treat the value of the property PROPERTY as a whitespace-separated list of
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11433 values and return the values as a list of strings.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11434 @end defun
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11435
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11436 @defun org-entry-add-to-multivalued-property pom property value
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11437 Treat the value of the property PROPERTY as a whitespace-separated list of
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11438 values and make sure that VALUE is in this list.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11439 @end defun
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11440
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11441 @defun org-entry-remove-from-multivalued-property pom property value
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11442 Treat the value of the property PROPERTY as a whitespace-separated list of
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11443 values and make sure that VALUE is @emph{not} in this list.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11444 @end defun
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11445
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11446 @defun org-entry-member-in-multivalued-property pom property value
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11447 Treat the value of the property PROPERTY as a whitespace-separated list of
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11448 values and check if VALUE is in this list.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11449 @end defun
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11450
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11451 @node Using the mapping API, , Using the property API, Hacking
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11452 @section Using the mapping API
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11453 @cindex API, for mapping
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11454 @cindex mapping entries, API
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11455
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11456 Org has sophisticated mapping capabilities to find all entries satisfying
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11457 certain criteria. Internally, this functionality is used to produce agenda
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11458 views, but there is also an API that can be used to execute arbitrary
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11459 functions for each or selected entries. The main entry point for this API
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
11460 is:
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11461
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11462 @defun org-map-entries func &optional match scope &rest skip
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11463 Call FUNC at each headline selected by MATCH in SCOPE.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11464
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11465 FUNC is a function or a Lisp form. The function will be called without
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11466 arguments, with the cursor positioned at the beginning of the headline.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11467 The return values of all calls to the function will be collected and
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11468 returned as a list.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11469
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11470 The call to FUNC will be wrapped into a save-excursion form, so FUNC
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11471 does not need to preserve point. After evaluation, the cursor will be
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11472 moved to the end of the line (presumably of the headline of the
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11473 processed entry) and search continues from there. Under some
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11474 circumstances, this may not produce the wanted results. For example,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11475 if you have removed (@eg archived) the current (sub)tree it could
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11476 mean that the next entry will be skipped entirely. In such cases, you
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11477 can specify the position from where search should continue by making
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11478 FUNC set the variable `org-map-continue-from' to the desired buffer
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11479 position.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11480
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11481 MATCH is a tags/property/todo match as it is used in the agenda match view.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11482 Only headlines that are matched by this query will be considered during
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11483 the iteration. When MATCH is nil or t, all headlines will be
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11484 visited by the iteration.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11485
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11486 SCOPE determines the scope of this command. It can be any of:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11487
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11488 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11489 nil @r{the current buffer, respecting the restriction if any}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11490 tree @r{the subtree started with the entry at point}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11491 file @r{the current buffer, without restriction}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11492 file-with-archives
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11493 @r{the current buffer, and any archives associated with it}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11494 agenda @r{all agenda files}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11495 agenda-with-archives
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11496 @r{all agenda files with any archive files associated with them}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11497 (file1 file2 ...)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11498 @r{if this is a list, all files in the list will be scanned}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11499 @end example
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11500 @noindent
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11501 The remaining args are treated as settings for the skipping facilities of
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11502 the scanner. The following items can be given here:
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11503
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11504 @vindex org-agenda-skip-function
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11505 @example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11506 archive @r{skip trees with the archive tag}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11507 comment @r{skip trees with the COMMENT keyword}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11508 function or Lisp form
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11509 @r{will be used as value for @code{org-agenda-skip-function},}
102151
328f4b370b74 Remove duplicate words.
Juanma Barranquero <lekktu@gmail.com>
parents: 102059
diff changeset
11510 @r{so whenever the function returns t, FUNC}
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11511 @r{will not be called for that entry and search will}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11512 @r{continue from the point where the function leaves it}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11513 @end example
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11514 @end defun
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11515
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11516 The function given to that mapping routine can really do anything you like.
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
11517 It can use the property API (@pxref{Using the property API}) to gather more
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
11518 information about the entry, or in order to change metadata in the entry.
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11519 Here are a couple of functions that might be handy:
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
11520
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11521 @defun org-todo &optional arg
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11522 Change the TODO state of the entry, see the docstring of the functions for
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11523 the many possible values for the argument ARG.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11524 @end defun
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11525
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11526 @defun org-priority &optional action
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11527 Change the priority of the entry, see the docstring of this function for the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11528 possible values for ACTION.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11529 @end defun
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11530
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11531 @defun org-toggle-tag tag &optional onoff
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11532 Toggle the tag TAG in the current entry. Setting ONOFF to either @code{on}
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11533 or @code{off} will not toggle tag, but ensure that it is either on or off.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11534 @end defun
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11535
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11536 @defun org-promote
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11537 Promote the current entry.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11538 @end defun
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11539
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11540 @defun org-demote
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11541 Demote the current entry.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11542 @end defun
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11543
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11544 Here is a simple example that will turn all entries in the current file with
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11545 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11546 Entries in comment trees and in archive trees will be ignored.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11547
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11548 @lisp
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11549 (org-map-entries
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11550 '(org-todo "UPCOMING")
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11551 "+TOMORROW" 'file 'archive 'comment)
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11552 @end lisp
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11553
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11554 The following example counts the number of entries with TODO keyword
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11555 @code{WAITING}, in all agenda files.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11556
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11557 @lisp
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
11558 (length (org-map-entries t "/+WAITING" 'agenda))
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11559 @end lisp
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11560
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11561 @node History and Acknowledgments, Main Index, Hacking, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11562 @appendix History and Acknowledgments
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11563 @cindex acknowledgments
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11564 @cindex history
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11565 @cindex thanks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11566
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11567 Org was born in 2003, out of frustration over the user interface
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11568 of the Emacs Outline mode. I was trying to organize my notes and
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11569 projects, and using Emacs seemed to be the natural way to go. However,
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11570 having to remember eleven different commands with two or three keys per
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11571 command, only to hide and show parts of the outline tree, that seemed
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11572 entirely unacceptable to me. Also, when using outlines to take notes, I
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11573 constantly wanted to restructure the tree, organizing it parallel to my
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11574 thoughts and plans. @emph{Visibility cycling} and @emph{structure
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11575 editing} were originally implemented in the package
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11576 @file{outline-magic.el}, but quickly moved to the more general
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11577 @file{org.el}. As this environment became comfortable for project
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11578 planning, the next step was adding @emph{TODO entries}, basic
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11579 @emph{timestamps}, and @emph{table support}. These areas highlighted the two main
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11580 goals that Org still has today: to be a new, outline-based,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11581 plain text mode with innovative and intuitive editing features, and to
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11582 incorporate project planning functionality directly into a notes file.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11583
101147
a62da64665d1 Fix some more typos.
Glenn Morris <rgm@gnu.org>
parents: 101146
diff changeset
11584 A special thanks goes to @i{Bastien Guerry} who has not only written a large
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11585 number of extensions to Org (most of them integrated into the core by now),
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11586 but who has also helped in the development and maintenance of Org so much that he
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11587 should be considered the main co-contributor to this package.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11588
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11589 Since the first release, literally thousands of emails to me or to
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11590 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11591 reports, feedback, new ideas, and sometimes patches and add-on code.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11592 Many thanks to everyone who has helped to improve this package. I am
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11593 trying to keep here a list of the people who had significant influence
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11594 in shaping one or more aspects of Org. The list may not be
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11595 complete, if I have forgotten someone, please accept my apologies and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11596 let me know.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11597
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11598 @itemize @bullet
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11599
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11600 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11601 @i{Russel Adams} came up with the idea for drawers.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11602 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11603 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11604 @item
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11605 @i{Christophe Bataillon} created the great unicorn logo that we use on the
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11606 Org-mode website.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11607 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11608 @i{Alex Bochannek} provided a patch for rounding timestamps.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11609 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11610 @i{Brad Bozarth} showed how to pull RSS feed data into Org-mode files.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11611 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11612 @i{Tom Breton} wrote @file{org-choose.el}.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11613 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11614 @i{Charles Cave}'s suggestion sparked the implementation of templates
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11615 for Remember.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11616 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11617 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11618 specified time.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11619 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11620 @i{Gregory Chernov} patched support for Lisp forms into table
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11621 calculations and improved XEmacs compatibility, in particular by porting
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11622 @file{nouline.el} to XEmacs.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11623 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11624 @i{Sacha Chua} suggested copying some linking code from Planner.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11625 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11626 @i{Baoqiu Cui} contributed the DocBook exporter.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11627 @item
101163
4081ddcf7d5f A previous typo fix was incorrect.
Glenn Morris <rgm@gnu.org>
parents: 101148
diff changeset
11628 @i{Eddward DeVilla} proposed and tested checkbox statistics. He also
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11629 came up with the idea of properties, and that there should be an API for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11630 them.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11631 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11632 @i{Nick Dokos} tracked down several nasty bugs.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11633 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11634 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11635 inspired some of the early development, including HTML export. He also
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11636 asked for a way to narrow wide table columns.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11637 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11638 @i{Christian Egli} converted the documentation into Texinfo format,
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11639 patched CSS formatting into the HTML exporter, and inspired the agenda.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11640 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11641 @i{David Emery} provided a patch for custom CSS support in exported
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11642 HTML agendas.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11643 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11644 @i{Nic Ferrier} contributed mailcap and XOXO support.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11645 @item
92864
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11646 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
8fc0a6fd114c * org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik <dominik@science.uva.nl>
parents: 92148
diff changeset
11647 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11648 @i{John Foerch} figured out how to make incremental search show context
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11649 around a match in a hidden outline tree.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11650 @item
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11651 @i{Niels Giesen} had the idea to automatically archive DONE trees.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11652 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11653 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11654 has been prolific with patches, ideas, and bug reports.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11655 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11656 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11657 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11658 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11659 task state change logging, and the clocktable. His clear explanations have
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11660 been critical when we started to adopt the Git version control system.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11661 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11662 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11663 patches.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11664 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11665 @i{Phil Jackson} wrote @file{org-irc.el}.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11666 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11667 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11668 folded entries, and column view for properties.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11669 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11670 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11671 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11672 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it. He also
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11673 provided frequent feedback and some patches.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11674 @item
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11675 @i{Matt Lundin} has proposed last-row references for table formulas and named
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11676 invisible anchors. He has also worked a lot on the FAQ.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11677 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11678 @i{Jason F. McBrayer} suggested agenda export to CSV format.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11679 @item
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11680 @i{Max Mikhanosha} came up with the idea of refiling.
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11681 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11682 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11683 basis.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11684 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11685 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11686 happy.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11687 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11688 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11689 and being able to quickly restrict the agenda to a subtree.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11690 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11691 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11692 @item
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11693 @i{Greg Newman} refreshed the unicorn logo into its current form.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11694 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11695 @i{Tim O'Callaghan} suggested in-file links, search options for general
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11696 file links, and TAGS.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11697 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11698 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11699 into Japanese.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11700 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11701 @i{Oliver Oppitz} suggested multi-state TODO items.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11702 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11703 @i{Scott Otterson} sparked the introduction of descriptive text for
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11704 links, among other things.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11705 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11706 @i{Pete Phillips} helped during the development of the TAGS feature, and
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11707 provided frequent feedback.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11708 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11709 @i{Martin Pohlack} provided the code snippet to bundle character insertion
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11710 into bundles of 20 for undo.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11711 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11712 @i{T.V. Raman} reported bugs and suggested improvements.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11713 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11714 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11715 control.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11716 @item
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11717 @i{Paul Rivier} provided the basic implementation of named footnotes.
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11718 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11719 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11720 @item
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11721 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11722 webpages derived from Org using an Info-like or a folding interface with
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11723 single-key navigation.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11724 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11725 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11726 conflict with @file{allout.el}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11727 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11728 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11729 extensive patches.
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11730 @item
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11731 @i{Philip Rooke} created the Org reference card, provided lots
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11732 of feedback, developed and applied standards to the Org documentation.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11733 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11734 @i{Christian Schlauer} proposed angular brackets around links, among
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11735 other things.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11736 @item
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11737 @i{Eric Schulte} wrote @file{org-plot.el} and contributed various patches,
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11738 small features and modules.
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11739 @item
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11740 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11741 @file{organizer-mode.el}.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11742 @item
101460
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11743 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
27ea311fecfa 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101273
diff changeset
11744 examples, and remote highlighting for referenced code lines.
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11745 @item
99851
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
11746 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
11747 now packaged into Org's @file{contrib} directory.
68981b04c1ac 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 99709
diff changeset
11748 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11749 @i{Daniel Sinder} came up with the idea of internal archiving by locking
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11750 subtrees.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11751 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11752 @i{Dale Smith} proposed link abbreviations.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11753 @item
98649
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11754 @i{James TD Smith} has contributed a large number of patches for useful
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11755 tweaks and features.
5796ed317137 Lots of minor fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 97382
diff changeset
11756 @item
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11757 @i{Adam Spiers} asked for global linking commands, inspired the link
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11758 extension system, added support for mairix, and proposed the mapping API.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11759 @item
100271
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
11760 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
11761 with links transformation to Org syntax.
ba4358a5f1c6 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 99868
diff changeset
11762 @item
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11763 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11764 chapter about publishing.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11765 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11766 @i{J@"urgen Vollmer} contributed code generating the table of contents
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11767 in HTML output.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11768 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11769 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11770 keyword.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11771 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11772 @i{David Wainberg} suggested archiving, and improvements to the linking
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11773 system.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11774 @item
96044
c1ef445563bb 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 95933
diff changeset
11775 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
101609
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11776 @file{muse.el}, which have some overlap with Org. Initially the development
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11777 of Org was fully independent because I was not aware of the existence of
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11778 these packages. But with time I have occasionally looked at John's code and
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11779 learned a lot from it. John has also contributed a number of great ideas and
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11780 patches directly to Org, including the attachment system
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11781 (@file{org-attach.el}), integration with Apple Mail
6be1e380a009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents: 101574
diff changeset
11782 (@file{org-mac-message.el}), and hierarchical dependencies of TODO items.
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11783 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11784 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11785 linking to Gnus.
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11786 @item
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11787 @i{Roland Winkler} requested additional key bindings to make Org
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11788 work on a tty.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11789 @item
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11790 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11791 and contributed various ideas and code snippets.
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11792 @end itemize
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11793
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11794
87836
22ad67b23797 (Property inheritance): New section
Carsten Dominik <dominik@science.uva.nl>
parents: 84329
diff changeset
11795 @node Main Index, Key Index, History and Acknowledgments, Top
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11796 @unnumbered Concept Index
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11797
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11798 @printindex cp
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11799
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11800 @node Key Index, Variable Index, Main Index, Top
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11801 @unnumbered Key Index
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11802
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11803 @printindex ky
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11804
104164
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11805 @node Variable Index, , Key Index, Top
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11806 @unnumbered Variable Index
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11807
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11808 This is not a complete index of variables and faces, only the ones that are
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11809 mentioned in the manual. For a more complete list, use @kbd{M-x
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11810 org-customize @key{RET}} and then klick yourself through the tree.
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11811
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11812 @printindex vr
ac1a55cc2c38 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik <dominik@science.uva.nl>
parents: 103366
diff changeset
11813
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11814 @bye
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11815
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11816 @ignore
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11817 arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
84308
c2eb0b4307ea Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11818 @end ignore
94409
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11819
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11820 @c Local variables:
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11821 @c ispell-local-dictionary: "en_US-w_accents"
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11822 @c ispell-local-pdict: "./.aspell.org.pws"
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11823 @c fill-column: 77
e0901c47caf2 Massive changes in all parts of the documentation.
Carsten Dominik <dominik@science.uva.nl>
parents: 93759
diff changeset
11824 @c End:
96976
86e1b62bcc3e New version 6.06a.
Carsten Dominik <dominik@science.uva.nl>
parents: 96072
diff changeset
11825