Revert "Use `add-to-invisibility-spec' directly"
[org-mode/org-tableheadings.git] / doc / org.texi
blobead83726e43e0a10f7ce251ca1da1e34b77f7b3f
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @set VERSION 6.35trans
7 @set DATE April 2010
9 @c Version and Contact Info
10 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
11 @set AUTHOR Carsten Dominik
12 @set MAINTAINER Carsten Dominik
13 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
14 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
15 @c %**end of header
16 @finalout
18 @c Macro definitions
19 @iftex
20 @c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
21 @end iftex
22 @macro Ie {}
23 I.e.,
24 @end macro
25 @macro ie {}
26 i.e.,
27 @end macro
28 @macro Eg {}
29 E.g.,
30 @end macro
31 @macro eg {}
32 e.g.,
33 @end macro
35 @c Subheadings inside a table.
36 @macro tsubheading{text}
37 @ifinfo
38 @subsubheading \text\
39 @end ifinfo
40 @ifnotinfo
41 @item @b{\text\}
42 @end ifnotinfo
43 @end macro
45 @copying
46 This manual is for Org version @value{VERSION}.
48 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
50 @quotation
51 Permission is granted to copy, distribute and/or modify this document
52 under the terms of the GNU Free Documentation License, Version 1.3 or
53 any later version published by the Free Software Foundation; with no
54 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
55 and with the Back-Cover Texts as in (a) below.  A copy of the license
56 is included in the section entitled ``GNU Free Documentation License.''
58 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
59 modify this GNU manual.  Buying copies from the FSF supports it in
60 developing GNU and promoting software freedom.''
62 This document is part of a collection distributed under the GNU Free
63 Documentation License.  If you want to distribute this document
64 separately from the collection, you can do so by adding a copy of the
65 license to the document, as described in section 6 of the license.
66 @end quotation
67 @end copying
69 @dircategory Emacs
70 @direntry
71 * Org Mode: (org).      Outline-based notes management and organizer
72 @end direntry
74 @titlepage
75 @title The Org Manual
77 @subtitle Release @value{VERSION}
78 @author by Carsten Dominik
80 @c The following two commands start the copyright page.
81 @page
82 @vskip 0pt plus 1filll
83 @insertcopying
84 @end titlepage
86 @c Output the table of contents at the beginning.
87 @contents
89 @ifnottex
90 @node Top, Introduction, (dir), (dir)
91 @top Org Mode Manual
93 @insertcopying
94 @end ifnottex
96 @menu
97 * Introduction::                Getting started
98 * Document Structure::          A tree works like your brain
99 * Tables::                      Pure magic for quick formatting
100 * Hyperlinks::                  Notes in context
101 * TODO Items::                  Every tree branch can be a TODO item
102 * Tags::                        Tagging headlines and matching sets of tags
103 * Properties and Columns::      Storing information about an entry
104 * Dates and Times::             Making items useful for planning
105 * Capture - Refile - Archive::  The ins and outs for projects
106 * Agenda Views::                Collecting information into views
107 * Markup::                      Prepare text for rich export
108 * Exporting::                   Sharing and publishing of notes
109 * Publishing::                  Create a web site of linked Org files
110 * Miscellaneous::               All the rest which did not fit elsewhere
111 * Hacking::                     How to hack your way around
112 * MobileOrg::                   Viewing and capture on a mobile device
113 * History and Acknowledgments::  How Org came into being
114 * Main Index::                  An index of Org's concepts and features
115 * Key Index::                   Key bindings and where they are described
116 * Variable Index::              Variables mentioned in the manual
118 @detailmenu
119  --- The Detailed Node Listing ---
121 Introduction
123 * Summary::                     Brief summary of what Org does
124 * Installation::                How to install a downloaded version of Org
125 * Activation::                  How to activate Org for certain buffers
126 * Feedback::                    Bug reports, ideas, patches etc.
127 * Conventions::                 Type-setting conventions in the manual
129 Document Structure
131 * Outlines::                    Org is based on Outline mode
132 * Headlines::                   How to typeset Org tree headlines
133 * Visibility cycling::          Show and hide, much simplified
134 * Motion::                      Jumping to other headlines
135 * Structure editing::           Changing sequence and level of headlines
136 * Sparse trees::                Matches embedded in context
137 * Plain lists::                 Additional structure within an entry
138 * Drawers::                     Tucking stuff away
139 * Blocks::                      Folding blocks
140 * Footnotes::                   How footnotes are defined in Org's syntax
141 * Orgstruct mode::              Structure editing outside Org
143 Tables
145 * Built-in table editor::       Simple tables
146 * Column width and alignment::  Overrule the automatic settings
147 * Column groups::               Grouping to trigger vertical lines
148 * Orgtbl mode::                 The table editor as minor mode
149 * The spreadsheet::             The table editor has spreadsheet capabilities
150 * Org-Plot::                    Plotting from org tables
152 The spreadsheet
154 * References::                  How to refer to another field or range
155 * Formula syntax for Calc::     Using Calc to compute stuff
156 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
157 * Field formulas::              Formulas valid for a single field
158 * Column formulas::             Formulas valid for an entire column
159 * Editing and debugging formulas::  Fixing formulas
160 * Updating the table::          Recomputing all dependent fields
161 * Advanced features::           Field names, parameters and automatic recalc
163 Hyperlinks
165 * Link format::                 How links in Org are formatted
166 * Internal links::              Links to other places in the current file
167 * External links::              URL-like links to the world
168 * Handling links::              Creating, inserting and following
169 * Using links outside Org::     Linking from my C source code?
170 * Link abbreviations::          Shortcuts for writing complex links
171 * Search options::              Linking to a specific location
172 * Custom searches::             When the default search is not enough
174 Internal links
176 * Radio targets::               Make targets trigger links in plain text
178 TODO Items
180 * TODO basics::                 Marking and displaying TODO entries
181 * TODO extensions::             Workflow and assignments
182 * Progress logging::            Dates and notes for progress
183 * Priorities::                  Some things are more important than others
184 * Breaking down tasks::         Splitting a task into manageable pieces
185 * Checkboxes::                  Tick-off lists
187 Extended use of TODO keywords
189 * Workflow states::             From TODO to DONE in steps
190 * TODO types::                  I do this, Fred does the rest
191 * Multiple sets in one file::   Mixing it all, and still finding your way
192 * Fast access to TODO states::  Single letter selection of a state
193 * Per-file keywords::           Different files, different requirements
194 * Faces for TODO keywords::     Highlighting states
195 * TODO dependencies::           When one task needs to wait for others
197 Progress logging
199 * Closing items::               When was this entry marked DONE?
200 * Tracking TODO state changes::  When did the status change?
201 * Tracking your habits::        How consistent have you been?
203 Tags
205 * Tag inheritance::             Tags use the tree structure of the outline
206 * Setting tags::                How to assign tags to a headline
207 * Tag searches::                Searching for combinations of tags
209 Properties and Columns
211 * Property syntax::             How properties are spelled out
212 * Special properties::          Access to other Org mode features
213 * Property searches::           Matching property values
214 * Property inheritance::        Passing values down the tree
215 * Column view::                 Tabular viewing and editing
216 * Property API::                Properties for Lisp programmers
218 Column view
220 * Defining columns::            The COLUMNS format property
221 * Using column view::           How to create and use column view
222 * Capturing column view::       A dynamic block for column view
224 Defining columns
226 * Scope of column definitions::  Where defined, where valid?
227 * Column attributes::           Appearance and content of a column
229 Dates and Times
231 * Timestamps::                  Assigning a time to a tree entry
232 * Creating timestamps::         Commands which insert timestamps
233 * Deadlines and scheduling::    Planning your work
234 * Clocking work time::          Tracking how long you spend on a task
235 * Resolving idle time::         Resolving time if you've been idle
236 * Effort estimates::            Planning work effort in advance
237 * Relative timer::              Notes with a running timer
239 Creating timestamps
241 * The date/time prompt::        How Org mode helps you entering date and time
242 * Custom time format::          Making dates look different
244 Deadlines and scheduling
246 * Inserting deadline/schedule::  Planning items
247 * Repeated tasks::              Items that show up again and again
249 Capture - Refile - Archive
251 * Remember::                    Capture new tasks/ideas with little interruption
252 * Attachments::                 Add files to tasks.
253 * RSS Feeds::                   Getting input from RSS feeds
254 * Protocols::                   External (e.g. Browser) access to Emacs and Org
255 * Refiling notes::              Moving a tree from one place to another
256 * Archiving::                   What to do with finished projects
258 Remember
260 * Setting up Remember for Org::  Some code for .emacs to get things going
261 * Remember templates::          Define the outline of different note types
262 * Storing notes::               Directly get the note to where it belongs
264 Archiving
266 * Moving subtrees::             Moving a tree to an archive file
267 * Internal archiving::          Switch off a tree but keep i in the file
269 Agenda Views
271 * Agenda files::                Files being searched for agenda information
272 * Agenda dispatcher::           Keyboard access to agenda views
273 * Built-in agenda views::       What is available out of the box?
274 * Presentation and sorting::    How agenda items are prepared for display
275 * Agenda commands::             Remote editing of Org trees
276 * Custom agenda views::         Defining special searches and views
277 * Exporting Agenda Views::      Writing a view to a file
278 * Agenda column view::          Using column view for collected entries
280 The built-in agenda views
282 * Weekly/daily agenda::         The calendar page with current tasks
283 * Global TODO list::            All unfinished action items
284 * Matching tags and properties::  Structured information with fine-tuned search
285 * Timeline::                    Time-sorted view for single file
286 * Search view::                 Find entries by searching for text
287 * Stuck projects::              Find projects you need to review
289 Presentation and sorting
291 * Categories::                  Not all tasks are equal
292 * Time-of-day specifications::  How the agenda knows the time
293 * Sorting of agenda items::     The order of things
295 Custom agenda views
297 * Storing searches::            Type once, use often
298 * Block agenda::                All the stuff you need in a single buffer
299 * Setting Options::             Changing the rules
301 Markup for rich export
303 * Structural markup elements::  The basic structure as seen by the exporter
304 * Images and tables::           Tables and Images will be included
305 * Literal examples::            Source code examples with special formatting
306 * Include files::               Include additional files into a document
307 * Index entries::               
308 * Macro replacement::           Use macros to create complex output
309 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
311 Structural markup elements
313 * Document title::              Where the title is taken from
314 * Headings and sections::       The document structure as seen by the exporter
315 * Table of contents::           The if and where of the table of contents
316 * Initial text::                Text before the first heading?
317 * Lists::                       Lists
318 * Paragraphs::                  Paragraphs
319 * Footnote markup::             Footnotes
320 * Emphasis and monospace::      Bold, italic, etc.
321 * Horizontal rules::            Make a line
322 * Comment lines::               What will *not* be exported
324 Embedded La@TeX{}
326 * Special symbols::             Greek letters and other symbols
327 * Subscripts and superscripts::  Simple syntax for raising/lowering text
328 * LaTeX fragments::             Complex formulas made easy
329 * Previewing LaTeX fragments::  What will this snippet look like?
330 * CDLaTeX mode::                Speed up entering of formulas
332 Exporting
334 * Selective export::            Using tags to select and exclude trees
335 * Export options::              Per-file export settings
336 * The export dispatcher::       How to access exporter commands
337 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
338 * HTML export::                 Exporting to HTML
339 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
340 * DocBook export::              Exporting to DocBook
341 * Freemind export::             Exporting to Freemind mind maps
342 * XOXO export::                 Exporting to XOXO
343 * iCalendar export::            Exporting in iCalendar format
345 HTML export
347 * HTML Export commands::        How to invoke HTML export
348 * Quoting HTML tags::           Using direct HTML in Org mode
349 * Links in HTML export::        How links will be interpreted and formatted
350 * Tables in HTML export::       How to modify the formatting of tables
351 * Images in HTML export::       How to insert figures into HTML output
352 * Text areas in HTML export::   An alternative way to show an example
353 * CSS support::                 Changing the appearance of the output
354 * Javascript support::          Info and Folding in a web browser
356 La@TeX{} and PDF export
358 * LaTeX/PDF export commands::   Which key invokes which commands
359 * Header and sectioning::       Setting up the export file structure
360 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
361 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
362 * Images in LaTeX export::      How to insert figures into La@TeX{} output
363 * Beamer class export::         Turning the file into a presentation
365 DocBook export
367 * DocBook export commands::     How to invoke DocBook export
368 * Quoting DocBook code::        Incorporating DocBook code in Org files
369 * Recursive sections::          Recursive sections in DocBook
370 * Tables in DocBook export::    Tables are exported as HTML tables
371 * Images in DocBook export::    How to insert figures into DocBook output
372 * Special characters::          How to handle special characters
374 Publishing
376 * Configuration::               Defining projects
377 * Uploading files::             How to get files up on the server
378 * Sample configuration::        Example projects
379 * Triggering publication::      Publication commands
381 Configuration
383 * Project alist::               The central configuration variable
384 * Sources and destinations::    From here to there
385 * Selecting files::             What files are part of the project?
386 * Publishing action::           Setting the function doing the publishing
387 * Publishing options::          Tweaking HTML export
388 * Publishing links::            Which links keep working after publishing?
389 * Sitemap::                     Generating a list of all pages
390 * Generating an index::         An index that reaches across pages
392 Sample configuration
394 * Simple example::              One-component publishing
395 * Complex example::             A multi-component publishing example
397 Miscellaneous
399 * Completion::                  M-TAB knows what you need
400 * Speed keys::                  Electic commands at the beginning of a headline
401 * Customization::               Adapting Org to your taste
402 * In-buffer settings::          Overview of the #+KEYWORDS
403 * The very busy C-c C-c key::   When in doubt, press C-c C-c
404 * Clean view::                  Getting rid of leading stars in the outline
405 * TTY keys::                    Using Org on a tty
406 * Interaction::                 Other Emacs packages
408 Interaction with other packages
410 * Cooperation::                 Packages Org cooperates with
411 * Conflicts::                   Packages that lead to conflicts
413 Hacking
415 * Hooks::                       Who to reach into Org's internals
416 * Add-on packages::             Available extensions
417 * Adding hyperlink types::      New custom link types
418 * Context-sensitive commands::  How to add functionality to such commands
419 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
420 * Dynamic blocks::              Automatically filled blocks
421 * Special agenda views::        Customized views
422 * Extracting agenda information::  Postprocessing of agenda information
423 * Using the property API::      Writing programs that use entry properties
424 * Using the mapping API::       Mapping over all or selected entries
426 Tables and lists in arbitrary syntax
428 * Radio tables::                Sending and receiving radio tables
429 * A LaTeX example::             Step by step, almost a tutorial
430 * Translator functions::        Copy and modify
431 * Radio lists::                 Doing the same for lists
433 MobileOrg
435 * Setting up the staging area::  Where to interact with the mobile device
436 * Pushing to MobileOrg::        Uploading Org files and agendas
437 * Pulling from MobileOrg::      Integrating captured and flagged items
439 @end detailmenu
440 @end menu
442 @node Introduction, Document Structure, Top, Top
443 @chapter Introduction
444 @cindex introduction
446 @menu
447 * Summary::                     Brief summary of what Org does
448 * Installation::                How to install a downloaded version of Org
449 * Activation::                  How to activate Org for certain buffers
450 * Feedback::                    Bug reports, ideas, patches etc.
451 * Conventions::                 Type-setting conventions in the manual
452 @end menu
454 @node Summary, Installation, Introduction, Introduction
455 @section Summary
456 @cindex summary
458 Org is a mode for keeping notes, maintaining TODO lists, and doing
459 project planning with a fast and effective plain-text system.
461 Org develops organizational tasks around NOTES files that contain
462 lists or information about projects as plain text.  Org is
463 implemented on top of Outline mode, which makes it possible to keep the
464 content of large files well structured.  Visibility cycling and
465 structure editing help to work with the tree.  Tables are easily created
466 with a built-in table editor.  Org supports TODO items, deadlines,
467 timestamps, and scheduling.  It dynamically compiles entries into an
468 agenda that utilizes and smoothly integrates much of the Emacs calendar
469 and diary.  Plain text URL-like links connect to websites, emails,
470 Usenet messages, BBDB entries, and any files related to the projects.
471 For printing and sharing of notes, an Org file can be exported as a
472 structured ASCII file, as HTML, or (TODO and agenda items only) as an
473 iCalendar file.  It can also serve as a publishing tool for a set of
474 linked web pages.
476 An important design aspect that distinguishes Org from, for example,
477 Planner/Muse is that it encourages you to store every piece of information
478 only once.  In Planner, you have project pages, day pages and possibly
479 other files, duplicating some information such as tasks.  In Org,
480 you only have notes files.  In your notes you mark entries as tasks, and
481 label them with tags and timestamps.  All necessary lists, like a
482 schedule for the day, the agenda for a meeting, tasks lists selected by
483 tags, etc., are created dynamically when you need them.
485 Org keeps simple things simple.  When first fired up, it should
486 feel like a straightforward, easy to use outliner.  Complexity is not
487 imposed, but a large amount of functionality is available when you need
488 it.  Org is a toolbox and can be used in different ways, for
489 example as:
491 @example
492 @r{@bullet{} an outline extension with visibility cycling and structure editing}
493 @r{@bullet{} an ASCII system and table editor for taking structured notes}
494 @r{@bullet{} an ASCII table editor with spreadsheet-like capabilities}
495 @r{@bullet{} a TODO list editor}
496 @r{@bullet{} a full agenda and planner with deadlines and work scheduling}
497 @pindex GTD, Getting Things Done
498 @r{@bullet{} an environment to implement David Allen's GTD system}
499 @r{@bullet{} a basic database application}
500 @r{@bullet{} a simple hypertext system, with HTML and La@TeX{} export}
501 @r{@bullet{} a publishing tool to create a set of interlinked webpages}
502 @end example
504 Org's automatic, context-sensitive table editor with spreadsheet
505 capabilities can be integrated into any major mode by activating the
506 minor Orgtbl mode.  Using a translation step, it can be used to maintain
507 tables in arbitrary file types, for example in La@TeX{}.  The structure
508 editing and list creation capabilities can be used outside Org with
509 the minor Orgstruct mode.
511 @cindex FAQ
512 There is a website for Org which provides links to the newest
513 version of Org, as well as additional information, frequently asked
514 questions (FAQ), links to tutorials, etc@.  This page is located at
515 @uref{http://orgmode.org}.
517 @page
520 @node Installation, Activation, Summary, Introduction
521 @section Installation
522 @cindex installation
523 @cindex XEmacs
525 @b{Important:} @i{If you are using a version of Org that is part of the Emacs
526 distribution or an XEmacs package, please skip this section and go directly
527 to @ref{Activation}.}
529 If you have downloaded Org from the Web, either as a distribution @file{.zip}
530 or @file{.tar} file, or as a Git archive, you must take the following steps
531 to install it: go into the unpacked Org distribution directory and edit the
532 top section of the file @file{Makefile}.  You must set the name of the Emacs
533 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
534 directories where local Lisp and Info files are kept.  If you don't have
535 access to the system-wide directories, you can simply run Org directly from
536 the distribution directory by adding the @file{lisp} subdirectory to the
537 Emacs load path.  To do this, add the following line to @file{.emacs}:
539 @example
540 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
541 @end example
543 @noindent
544 If you plan to use code from the @file{contrib} subdirectory, do a similar
545 step for this directory:
547 @example
548 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
549 @end example
551 @sp 2
552 @cartouche
553 XEmacs users now need to install the file @file{noutline.el} from
554 the @file{xemacs} sub-directory of the Org distribution.  Use the
555 command:
557 @example
558      make install-noutline
559 @end example
560 @end cartouche
561 @sp 2
563 @noindent Now byte-compile the Lisp files with the shell command:
565 @example
566 make
567 @end example
569 @noindent If you are running Org from the distribution directory, this is
570 all.  If you want to install Org into the system directories, use (as
571 administrator)
573 @example
574 make install
575 @end example
577 Installing Info files is system dependent, because of differences in the
578 @file{install-info} program.  In Debian it copies the info files into the
579 correct directory and modifies the info directory file.  In many other
580 systems, the files need to be copied to the correct directory separately, and
581 @file{install-info} then only modifies the directory file.  Check your system
582 documentation to find out which of the following commands you need:
584 @example
585 make install-info
586 make install-info-debian
587 @end example
589 Then add the following line to @file{.emacs}.  It is needed so that
590 Emacs can autoload functions that are located in files not immediately loaded
591 when Org-mode starts.
592 @lisp
593 (require 'org-install)
594 @end lisp
596 Do not forget to activate Org as described in the following section.
597 @page
599 @node Activation, Feedback, Installation, Introduction
600 @section Activation
601 @cindex activation
602 @cindex autoload
603 @cindex global key bindings
604 @cindex key bindings, global
606 @iftex
607 @b{Important:} @i{If you use copy-and-paste to copy Lisp code from the
608 PDF documentation as viewed by some PDF viewers to your @file{.emacs} file, the
609 single-quote character comes out incorrectly and the code will not work.
610 You need to fix the single-quotes by hand, or copy from Info
611 documentation.}
612 @end iftex
614 Add the following lines to your @file{.emacs} file.  The last three lines
615 define @emph{global} keys for the commands @command{org-store-link},
616 @command{org-agenda}, and @command{org-iswitchb}---please choose suitable
617 keys yourself.
619 @lisp
620 ;; The following lines are always needed.  Choose your own keys.
621 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
622 (global-set-key "\C-cl" 'org-store-link)
623 (global-set-key "\C-ca" 'org-agenda)
624 (global-set-key "\C-cb" 'org-iswitchb)
625 @end lisp
627 Furthermore, you must activate @code{font-lock-mode} in Org
628 buffers, because significant functionality depends on font-locking being
629 active.  You can do this with either one of the following two lines
630 (XEmacs users must use the second option):
631 @lisp
632 (global-font-lock-mode 1)                     ; for all buffers
633 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
634 @end lisp
636 @cindex Org mode, turning on
637 With this setup, all files with extension @samp{.org} will be put
638 into Org mode.  As an alternative, make the first line of a file look
639 like this:
641 @example
642 MY PROJECTS    -*- mode: org; -*-
643 @end example
645 @vindex org-insert-mode-line-in-empty-file
646 @noindent which will select Org mode for this buffer no matter what
647 the file's name is.  See also the variable
648 @code{org-insert-mode-line-in-empty-file}.
650 Many commands in Org work on the region if the region is @i{active}.  To make
651 use of this, you need to have @code{transient-mark-mode}
652 (@code{zmacs-regions} in XEmacs) turned on.  In Emacs 23 this is the default,
653 in Emacs 22 you need to do this yourself with
654 @lisp
655 (transient-mark-mode 1)
656 @end lisp
657 @noindent If you do not like @code{transient-mark-mode}, you can create an
658 active region by using the mouse to select a region, or pressing
659 @kbd{C-@key{SPC}} twice before moving the cursor.
661 @node Feedback, Conventions, Activation, Introduction
662 @section Feedback
663 @cindex feedback
664 @cindex bug reports
665 @cindex maintainer
666 @cindex author
668 If you find problems with Org, or if you have questions, remarks, or ideas
669 about it, please mail to the Org mailing list @email{emacs-orgmode@@gnu.org}.
670 If you are not a member of the mailing list, your mail will be passed to the
671 list after a moderator has approved it.
673 For bug reports, please provide as much information as possible, including
674 the version information of Emacs (@kbd{M-x emacs-version @key{RET}}) and Org
675 (@kbd{M-x org-version @key{RET}}), as well as the Org related setup in
676 @file{.emacs}.  The easiest way to do this is to use the command
677 @example
678 @kbd{M-x org-submit-bug-report}
679 @end example
680 @noindent which will put all this information into an Emacs mail buffer so
681 that you only need to add your description.  If you re not sending the Email
682 from within Emacs, please copy and paste the content into your Email program.
684 If an error occurs, a backtrace can be very useful (see below on how to
685 create one).  Often a small example file helps, along with clear information
686 about:
688 @enumerate
689 @item What exactly did you do?
690 @item What did you expect to happen?
691 @item What happened instead?
692 @end enumerate
693 @noindent Thank you for helping to improve this mode.
695 @subsubheading How to create a useful backtrace
697 @cindex backtrace of an error
698 If working with Org produces an error with a message you don't
699 understand, you may have hit a bug.  The best way to report this is by
700 providing, in addition to what was mentioned above, a @emph{backtrace}.
701 This is information from the built-in debugger about where and how the
702 error occurred.  Here is how to produce a useful backtrace:
704 @enumerate
705 @item
706 Reload uncompiled versions of all Org-mode Lisp files.  The backtrace
707 contains much more information if it is produced with uncompiled code.
708 To do this, use
709 @example
710 C-u M-x org-reload RET
711 @end example
712 @noindent
713 or select @code{Org -> Refresh/Reload -> Reload Org uncompiled} from the
714 menu.
715 @item
716 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
717 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
718 @item
719 Do whatever you have to do to hit the error.  Don't forget to
720 document the steps you take.
721 @item
722 When you hit the error, a @file{*Backtrace*} buffer will appear on the
723 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
724 attach it to your bug report.
725 @end enumerate
727 @node Conventions,  , Feedback, Introduction
728 @section Typesetting conventions used in this manual
730 Org uses three types of keywords: TODO keywords, tags, and property
731 names.  In this manual we use the following conventions:
733 @table @code
734 @item TODO
735 @itemx WAITING
736 TODO keywords are written with all capitals, even if they are
737 user-defined.
738 @item boss
739 @itemx ARCHIVE
740 User-defined tags are written in lowercase; built-in tags with special
741 meaning are written with all capitals.
742 @item Release
743 @itemx PRIORITY
744 User-defined properties are capitalized; built-in properties with
745 special meaning are written with all capitals.
746 @end table
748 @node Document Structure, Tables, Introduction, Top
749 @chapter Document Structure
750 @cindex document structure
751 @cindex structure of document
753 Org is based on Outline mode and provides flexible commands to
754 edit the structure of the document.
756 @menu
757 * Outlines::                    Org is based on Outline mode
758 * Headlines::                   How to typeset Org tree headlines
759 * Visibility cycling::          Show and hide, much simplified
760 * Motion::                      Jumping to other headlines
761 * Structure editing::           Changing sequence and level of headlines
762 * Sparse trees::                Matches embedded in context
763 * Plain lists::                 Additional structure within an entry
764 * Drawers::                     Tucking stuff away
765 * Blocks::                      Folding blocks
766 * Footnotes::                   How footnotes are defined in Org's syntax
767 * Orgstruct mode::              Structure editing outside Org
768 @end menu
770 @node Outlines, Headlines, Document Structure, Document Structure
771 @section Outlines
772 @cindex outlines
773 @cindex Outline mode
775 Org is implemented on top of Outline mode.  Outlines allow a
776 document to be organized in a hierarchical structure, which (at least
777 for me) is the best representation of notes and thoughts.  An overview
778 of this structure is achieved by folding (hiding) large parts of the
779 document to show only the general document structure and the parts
780 currently being worked on.  Org greatly simplifies the use of
781 outlines by compressing the entire show/hide functionality into a single
782 command, @command{org-cycle}, which is bound to the @key{TAB} key.
784 @node Headlines, Visibility cycling, Outlines, Document Structure
785 @section Headlines
786 @cindex headlines
787 @cindex outline tree
788 @vindex org-special-ctrl-a/e
790 Headlines define the structure of an outline tree.  The headlines in
791 Org start with one or more stars, on the left margin@footnote{See
792 the variable @code{org-special-ctrl-a/e} to configure special behavior
793 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
795 @example
796 * Top level headline
797 ** Second level
798 *** 3rd level
799     some text
800 *** 3rd level
801     more text
803 * Another top level headline
804 @end example
806 @noindent Some people find the many stars too noisy and would prefer an
807 outline that has whitespace followed by a single star as headline
808 starters.  @ref{Clean view}, describes a setup to realize this.
810 @vindex org-cycle-separator-lines
811 An empty line after the end of a subtree is considered part of it and
812 will be hidden when the subtree is folded.  However, if you leave at
813 least two empty lines, one empty line will remain visible after folding
814 the subtree, in order to structure the collapsed view.  See the
815 variable @code{org-cycle-separator-lines} to modify this behavior.
817 @node Visibility cycling, Motion, Headlines, Document Structure
818 @section Visibility cycling
819 @cindex cycling, visibility
820 @cindex visibility cycling
821 @cindex trees, visibility
822 @cindex show hidden text
823 @cindex hide text
825 Outlines make it possible to hide parts of the text in the buffer.
826 Org uses just two commands, bound to @key{TAB} and
827 @kbd{S-@key{TAB}} to change the visibility in the buffer.
829 @cindex subtree visibility states
830 @cindex subtree cycling
831 @cindex folded, subtree visibility state
832 @cindex children, subtree visibility state
833 @cindex subtree, subtree visibility state
834 @table @kbd
835 @kindex @key{TAB}
836 @item @key{TAB}
837 @emph{Subtree cycling}: Rotate current subtree among the states
839 @example
840 ,-> FOLDED -> CHILDREN -> SUBTREE --.
841 '-----------------------------------'
842 @end example
844 @vindex org-cycle-emulate-tab
845 @vindex org-cycle-global-at-bob
846 The cursor must be on a headline for this to work@footnote{see, however,
847 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
848 beginning of the buffer and the first line is not a headline, then
849 @key{TAB} actually runs global cycling (see below)@footnote{see the
850 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
851 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
853 @cindex global visibility states
854 @cindex global cycling
855 @cindex overview, global visibility state
856 @cindex contents, global visibility state
857 @cindex show all, global visibility state
858 @kindex S-@key{TAB}
859 @item S-@key{TAB}
860 @itemx C-u @key{TAB}
861 @emph{Global cycling}: Rotate the entire buffer among the states
863 @example
864 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
865 '--------------------------------------'
866 @end example
868 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
869 CONTENTS view up to headlines of level N will be shown.  Note that inside
870 tables, @kbd{S-@key{TAB}} jumps to the previous field.
872 @cindex show all, command
873 @kindex C-u C-u C-u @key{TAB}
874 @item C-u C-u C-u @key{TAB}
875 Show all, including drawers.
876 @kindex C-c C-r
877 @item C-c C-r
878 Reveal context around point, showing the current entry, the following heading
879 and the hierarchy above.  Useful for working near a location that has been
880 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
881 (@pxref{Agenda commands}).  With a prefix argument show, on each
882 level, all sibling headings.  With double prefix arg, also show the entire
883 subtree of the parent.
884 @kindex C-c C-x b
885 @item C-c C-x b
886 Show the current subtree in an indirect buffer@footnote{The indirect
887 buffer
888 @ifinfo
889 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
890 @end ifinfo
891 @ifnotinfo
892 (see the Emacs manual for more information about indirect buffers)
893 @end ifnotinfo
894 will contain the entire buffer, but will be narrowed to the current
895 tree.  Editing the indirect buffer will also change the original buffer,
896 but without affecting visibility in that buffer.}.  With a numeric
897 prefix argument N, go up to level N and then take that tree.  If N is
898 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
899 the previously used indirect buffer.
900 @end table
902 @vindex org-startup-folded
903 @cindex @code{overview}, STARTUP keyword
904 @cindex @code{content}, STARTUP keyword
905 @cindex @code{showall}, STARTUP keyword
906 @cindex @code{showeverything}, STARTUP keyword
908 When Emacs first visits an Org file, the global state is set to
909 OVERVIEW, i.e. only the top level headlines are visible.  This can be
910 configured through the variable @code{org-startup-folded}, or on a
911 per-file basis by adding one of the following lines anywhere in the
912 buffer:
914 @example
915 #+STARTUP: overview
916 #+STARTUP: content
917 #+STARTUP: showall
918 #+STARTUP: showeverything
919 @end example
921 @cindex property, VISIBILITY
922 @noindent
923 Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
924 and Columns}) will get their visibility adapted accordingly.  Allowed values
925 for this property are @code{folded}, @code{children}, @code{content}, and
926 @code{all}.
927 @table @kbd
928 @kindex C-u C-u @key{TAB}
929 @item C-u C-u @key{TAB}
930 Switch back to the startup visibility of the buffer, i.e. whatever is
931 requested by startup options and @samp{VISIBILITY} properties in individual
932 entries.
933 @end table
935 @node Motion, Structure editing, Visibility cycling, Document Structure
936 @section Motion
937 @cindex motion, between headlines
938 @cindex jumping, to headlines
939 @cindex headline navigation
940 The following commands jump to other headlines in the buffer.
942 @table @kbd
943 @kindex C-c C-n
944 @item C-c C-n
945 Next heading.
946 @kindex C-c C-p
947 @item C-c C-p
948 Previous heading.
949 @kindex C-c C-f
950 @item C-c C-f
951 Next heading same level.
952 @kindex C-c C-b
953 @item C-c C-b
954 Previous heading same level.
955 @kindex C-c C-u
956 @item C-c C-u
957 Backward to higher level heading.
958 @kindex C-c C-j
959 @item C-c C-j
960 Jump to a different place without changing the current outline
961 visibility.  Shows the document structure in a temporary buffer, where
962 you can use the following keys to find your destination:
963 @vindex org-goto-auto-isearch
964 @example
965 @key{TAB}         @r{Cycle visibility.}
966 @key{down} / @key{up}   @r{Next/previous visible headline.}
967 @key{RET}         @r{Select this location.}
968 @kbd{/}           @r{Do a Sparse-tree search}
969 @r{The following keys work if you turn off @code{org-goto-auto-isearch}}
970 n / p        @r{Next/previous visible headline.}
971 f / b        @r{Next/previous headline same level.}
972 u            @r{One level up.}
973 0-9          @r{Digit argument.}
974 q            @r{Quit}
975 @end example
976 @vindex org-goto-interface
977 @noindent
978 See also the variable @code{org-goto-interface}.
979 @end table
981 @node Structure editing, Sparse trees, Motion, Document Structure
982 @section Structure editing
983 @cindex structure editing
984 @cindex headline, promotion and demotion
985 @cindex promotion, of subtrees
986 @cindex demotion, of subtrees
987 @cindex subtree, cut and paste
988 @cindex pasting, of subtrees
989 @cindex cutting, of subtrees
990 @cindex copying, of subtrees
991 @cindex sorting, of subtrees
992 @cindex subtrees, cut and paste
994 @table @kbd
995 @kindex M-@key{RET}
996 @item M-@key{RET}
997 @vindex org-M-RET-may-split-line
998 Insert new heading with same level as current.  If the cursor is in a
999 plain list item, a new item is created (@pxref{Plain lists}).  To force
1000 creation of a new headline, use a prefix argument, or first press @key{RET}
1001 to get to the beginning of the next line.  When this command is used in
1002 the middle of a line, the line is split and the rest of the line becomes
1003 the new headline@footnote{If you do not want the line to be split,
1004 customize the variable @code{org-M-RET-may-split-line}.}.  If the
1005 command is used at the beginning of a headline, the new headline is
1006 created before the current line.  If at the beginning of any other line,
1007 the content of that line is made the new heading.  If the command is
1008 used at the end of a folded subtree (i.e. behind the ellipses at the end
1009 of a headline), then a headline like the current one will be inserted
1010 after the end of the subtree.
1011 @kindex C-@key{RET}
1012 @item C-@key{RET}
1013 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
1014 current heading, the new heading is placed after the body instead of before
1015 it.  This command works from anywhere in the entry.
1016 @kindex M-S-@key{RET}
1017 @item M-S-@key{RET}
1018 @vindex org-treat-insert-todo-heading-as-state-change
1019 Insert new TODO entry with same level as current heading.  See also the
1020 variable @code{org-treat-insert-todo-heading-as-state-change}.
1021 @kindex C-S-@key{RET}
1022 @item C-S-@key{RET}
1023 Insert new TODO entry with same level as current heading.  Like
1024 @kbd{C-@key{RET}}, the new headline will be inserted after the current
1025 subtree.
1026 @kindex @key{TAB}
1027 @item @key{TAB} @r{in new, empty entry}
1028 In a new entry with no text yet, the first @key{TAB} demotes the entry to
1029 become a child of the previous one.  The next @key{TAB} makes it a parent,
1030 and so on, all the way to top level.  Yet another @key{TAB}, and you are back
1031 to the initial level.
1032 @kindex M-@key{left}
1033 @item M-@key{left}
1034 Promote current heading by one level.
1035 @kindex M-@key{right}
1036 @item M-@key{right}
1037 Demote current heading by one level.
1038 @kindex M-S-@key{left}
1039 @item M-S-@key{left}
1040 Promote the current subtree by one level.
1041 @kindex M-S-@key{right}
1042 @item M-S-@key{right}
1043 Demote the current subtree by one level.
1044 @kindex M-S-@key{up}
1045 @item M-S-@key{up}
1046 Move subtree up (swap with previous subtree of same
1047 level).
1048 @kindex M-S-@key{down}
1049 @item M-S-@key{down}
1050 Move subtree down (swap with next subtree of same level).
1051 @kindex C-c C-x C-w
1052 @item C-c C-x C-w
1053 Kill subtree, i.e. remove it from buffer but save in kill ring.
1054 With a numeric prefix argument N, kill N sequential subtrees.
1055 @kindex C-c C-x M-w
1056 @item C-c C-x M-w
1057 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
1058 sequential subtrees.
1059 @kindex C-c C-x C-y
1060 @item C-c C-x C-y
1061 Yank subtree from kill ring.  This does modify the level of the subtree to
1062 make sure the tree fits in nicely at the yank position.  The yank level can
1063 also be specified with a numeric prefix argument, or by yanking after a
1064 headline marker like @samp{****}.
1065 @kindex C-y
1066 @item C-y
1067 @vindex org-yank-adjusted-subtrees
1068 @vindex org-yank-folded-subtrees
1069 Depending on the variables @code{org-yank-adjusted-subtrees} and
1070 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
1071 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
1072 C-x C-y}.  With the default settings, no level adjustment will take place,
1073 but the yanked tree will be folded unless doing so would swallow text
1074 previously visible.  Any prefix argument to this command will force a normal
1075 @code{yank} to be executed, with the prefix passed along.  A good way to
1076 force a normal yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a
1077 yank, it will yank previous kill items plainly, without adjustment and
1078 folding.
1079 @kindex C-c C-x c
1080 @item C-c C-x c
1081 Clone a subtree by making a number of sibling copies of it.  You will be
1082 prompted for the number of copies to make, and you can also specify if any
1083 timestamps in the entry should be shifted.  This can be useful, for example,
1084 to create a number of tasks related to a series of lectures to prepare.  For
1085 more details, see the docstring of the command
1086 @code{org-clone-subtree-with-time-shift}.
1087 @kindex C-c C-w
1088 @item C-c C-w
1089 Refile entry or region to a different location.  @xref{Refiling notes}.
1090 @kindex C-c ^
1091 @item C-c ^
1092 Sort same-level entries.  When there is an active region, all entries in the
1093 region will be sorted.  Otherwise the children of the current headline are
1094 sorted.  The command prompts for the sorting method, which can be
1095 alphabetically, numerically, by time (first timestamp with active preferred,
1096 creation time, scheduled time, deadline time), by priority, by TODO keyword
1097 (in the sequence the keywords have been defined in the setup) or by the value
1098 of a property.  Reverse sorting is possible as well.  You can also supply
1099 your own function to extract the sorting key.  With a @kbd{C-u} prefix,
1100 sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes, duplicate
1101 entries will also be removed.
1102 @kindex C-x n s
1103 @item C-x n s
1104 Narrow buffer to current subtree.
1105 @kindex C-x n w
1106 @item C-x n w
1107 Widen buffer to remove narrowing.
1108 @kindex C-c *
1109 @item C-c *
1110 Turn a normal line or plain list item into a headline (so that it becomes a
1111 subheading at its location).  Also turn a headline into a normal line by
1112 removing the stars.  If there is an active region, turn all lines in the
1113 region into headlines.  If the first line in the region was an item, turn
1114 only the item lines into headlines.  Finally, if the first line is a
1115 headline, remove the stars from all headlines in the region.
1116 @end table
1118 @cindex region, active
1119 @cindex active region
1120 @cindex transient mark mode
1121 When there is an active region (Transient Mark mode), promotion and
1122 demotion work on all headlines in the region.  To select a region of
1123 headlines, it is best to place both point and mark at the beginning of a
1124 line, mark at the beginning of the first headline, and point at the line
1125 just after the last headline to change.  Note that when the cursor is
1126 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
1127 functionality.
1130 @node Sparse trees, Plain lists, Structure editing, Document Structure
1131 @section Sparse trees
1132 @cindex sparse trees
1133 @cindex trees, sparse
1134 @cindex folding, sparse trees
1135 @cindex occur, command
1137 @vindex org-show-hierarchy-above
1138 @vindex org-show-following-heading
1139 @vindex org-show-siblings
1140 @vindex org-show-entry-below
1141 An important feature of Org mode is the ability to construct @emph{sparse
1142 trees} for selected information in an outline tree, so that the entire
1143 document is folded as much as possible, but the selected information is made
1144 visible along with the headline structure above it@footnote{See also the
1145 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
1146 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
1147 control on how much context is shown around each match.}.  Just try it out
1148 and you will see immediately how it works.
1150 Org mode contains several commands creating such trees, all these
1151 commands can be accessed through a dispatcher:
1153 @table @kbd
1154 @kindex C-c /
1155 @item C-c /
1156 This prompts for an extra key to select a sparse-tree creating command.
1157 @kindex C-c / r
1158 @item C-c / r
1159 @vindex org-remove-highlights-with-change
1160 Occur.  Prompts for a regexp and shows a sparse tree with all matches.  If
1161 the match is in a headline, the headline is made visible.  If the match is in
1162 the body of an entry, headline and body are made visible.  In order to
1163 provide minimal context, also the full hierarchy of headlines above the match
1164 is shown, as well as the headline following the match.  Each match is also
1165 highlighted; the highlights disappear when the buffer is changed by an
1166 editing command@footnote{This depends on the option
1167 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1168 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1169 so several calls to this command can be stacked.
1170 @end table
1172 @noindent
1173 @vindex org-agenda-custom-commands
1174 For frequently used sparse trees of specific search strings, you can
1175 use the variable @code{org-agenda-custom-commands} to define fast
1176 keyboard access to specific sparse trees.  These commands will then be
1177 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1178 For example:
1180 @lisp
1181 (setq org-agenda-custom-commands
1182       '(("f" occur-tree "FIXME")))
1183 @end lisp
1185 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1186 a sparse tree matching the string @samp{FIXME}.
1188 The other sparse tree commands select headings based on TODO keywords,
1189 tags, or properties and will be discussed later in this manual.
1191 @kindex C-c C-e v
1192 @cindex printing sparse trees
1193 @cindex visible text, printing
1194 To print a sparse tree, you can use the Emacs command
1195 @code{ps-print-buffer-with-faces} which does not print invisible parts
1196 of the document @footnote{This does not work under XEmacs, because
1197 XEmacs uses selective display for outlining, not text properties.}.
1198 Or you can use the command @kbd{C-c C-e v} to export only the visible
1199 part of the document and print the resulting file.
1201 @node Plain lists, Drawers, Sparse trees, Document Structure
1202 @section Plain lists
1203 @cindex plain lists
1204 @cindex lists, plain
1205 @cindex lists, ordered
1206 @cindex ordered lists
1208 Within an entry of the outline tree, hand-formatted lists can provide
1209 additional structure.  They also provide a way to create lists of
1210 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1211 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1213 Org knows ordered lists, unordered lists, and description lists.
1214 @itemize @bullet
1215 @item
1216 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1217 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1218 they will be seen as top-level headlines.  Also, when you are hiding leading
1219 stars to get a clean outline view, plain list items starting with a star are
1220 visually indistinguishable from true headlines.  In short: even though
1221 @samp{*} is supported, it may be better to not use it for plain list items.}
1222 as bullets.
1223 @item
1224 @emph{Ordered} list items start with a numeral followed by either a period or
1225 a right parenthesis, such as @samp{1.} or @samp{1)}.
1226 @item
1227 @emph{Description} list items are unordered list items, and contain the
1228 separator @samp{ :: } to separate the description @emph{term} from the
1229 description.
1230 @end itemize
1232 @vindex org-empty-line-terminates-plain-lists
1233 Items belonging to the same list must have the same indentation on the first
1234 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1235 2--digit numbers must be written left-aligned with the other numbers in the
1236 list.  Indentation also determines the end of a list item.  It ends before
1237 the next line that is indented like the bullet/number, or less.  Empty lines
1238 are part of the previous item, so you can have several paragraphs in one
1239 item.  If you would like an empty line to terminate all currently open plain
1240 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1241 Here is an example:
1243 @example
1244 @group
1245 ** Lord of the Rings
1246    My favorite scenes are (in this order)
1247    1. The attack of the Rohirrim
1248    2. Eowyn's fight with the witch king
1249       + this was already my favorite scene in the book
1250       + I really like Miranda Otto.
1251    3. Peter Jackson being shot by Legolas
1252        - on DVD only
1253       He makes a really funny face when it happens.
1254    But in the end, no individual scenes matter but the film as a whole.
1255    Important actors in this film are:
1256    - @b{Elijah Wood} :: He plays Frodo
1257    - @b{Sean Austin} :: He plays Sam, Frodo's friend.  I still remember
1258      him very well from his role as Mikey Walsh in @i{The Goonies}.
1259 @end group
1260 @end example
1262 Org supports these lists by tuning filling and wrapping commands to deal with
1263 them correctly@footnote{Org only changes the filling settings for Emacs.  For
1264 XEmacs, you should use Kyle E. Jones' @file{filladapt.el}.  To turn this on,
1265 put into @file{.emacs}: @code{(require 'filladapt)}}, and by exporting them
1266 properly (@pxref{Exporting}).  Since indentation is what governs the
1267 structure of these lists, many structural constructs like @code{#+BEGIN_...}
1268 blocks can be indented to signal that they should be part of a list item.
1270 The following commands act on items when the cursor is in the first line
1271 of an item (the line with the bullet or number).
1273 @table @kbd
1274 @kindex @key{TAB}
1275 @item @key{TAB}
1276 @vindex org-cycle-include-plain-lists
1277 Items can be folded just like headline levels.  Normally this works only if
1278 the cursor is on a plain list item.  For more details, see the variable
1279 @code{org-cycle-include-plain-lists}. to @code{integrate}, plain list items
1280 will be treated like low-level.  The level of an item is then given by the
1281 indentation of the bullet/number.  Items are always subordinate to real
1282 headlines, however; the hierarchies remain completely separated.
1284 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1285 fixes the indentation of the current line in a heuristic way.
1286 @kindex M-@key{RET}
1287 @item M-@key{RET}
1288 @vindex org-M-RET-may-split-line
1289 Insert new item at current level.  With a prefix argument, force a new
1290 heading (@pxref{Structure editing}).  If this command is used in the middle
1291 of a line, the line is @emph{split} and the rest of the line becomes the new
1292 item@footnote{If you do not want the line to be split, customize the variable
1293 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1294 @emph{whitespace before a bullet or number}, the new item is created
1295 @emph{before} the current item.  If the command is executed in the white
1296 space before the text that is part of an item but does not contain the
1297 bullet, a bullet is added to the current line.
1298 @kindex M-S-@key{RET}
1299 @item M-S-@key{RET}
1300 Insert a new item with a checkbox (@pxref{Checkboxes}).
1301 @kindex @key{TAB}
1302 @item @key{TAB} @r{in new, empty item}
1303 In a new item with no text yet, the first @key{TAB} demotes the item to
1304 become a child of the previous one.  The next @key{TAB} makes it a parent,
1305 and so on, all the way to the left margin.  Yet another @key{TAB}, and you
1306 are back to the initial level.
1307 @kindex S-@key{up}
1308 @kindex S-@key{down}
1309 @item S-@key{up}
1310 @itemx S-@key{down}
1311 @cindex shift-selection-mode
1312 @vindex org-support-shift-select
1313 Jump to the previous/next item in the current list, but only if
1314 @code{org-support-shift-select} is off.  If not, you can still use paragraph
1315 jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
1316 similar effect.
1317 @kindex M-S-@key{up}
1318 @kindex M-S-@key{down}
1319 @item M-S-@key{up}
1320 @itemx M-S-@key{down}
1321 Move the item including subitems up/down (swap with previous/next item
1322 of same indentation).  If the list is ordered, renumbering is
1323 automatic.
1324 @kindex M-S-@key{left}
1325 @kindex M-S-@key{right}
1326 @item M-S-@key{left}
1327 @itemx M-S-@key{right}
1328 Decrease/increase the indentation of the item, including subitems.
1329 Initially, the item tree is selected based on current indentation.
1330 When these commands are executed several times in direct succession,
1331 the initially selected region is used, even if the new indentation
1332 would imply a different hierarchy.  To use the new hierarchy, break
1333 the command chain with a cursor motion or so.
1334 @kindex C-c C-c
1335 @item C-c C-c
1336 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1337 state of the checkbox.  If not, this command makes sure that all the
1338 items on this list level use the same bullet.  Furthermore, if this is
1339 an ordered list, make sure the numbering is OK.
1340 @kindex C-c -
1341 @item C-c -
1342 Cycle the entire list level through the different itemize/enumerate bullets
1343 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1344 argument N, select the Nth bullet from this list.  If there is an active
1345 region when calling this, all lines will be converted to list items.  If the
1346 first line already was a list item, any item markers will be removed from the
1347 list.  Finally, even without an active region, a normal line will be
1348 converted into a list item.
1349 @kindex C-c *
1350 @item C-c *
1351 Turn a plain list item into a headline (so that it becomes a subheading at
1352 its location). @xref{Structure editing}, for a detailed explanation.
1353 @kindex S-@key{left}
1354 @kindex S-@key{right}
1355 @item S-@key{left}/@key{right}
1356 @vindex org-support-shift-select
1357 This command also cycles bullet styles when the cursor in on the bullet or
1358 anywhere in an item line, details depending on
1359 @code{org-support-shift-select}.
1360 @kindex C-c ^
1361 @item C-c ^
1362 Sort the plain list.  You will be prompted for the sorting method:
1363 numerically, alphabetically, by time, or by custom function.
1364 @end table
1366 @node Drawers, Blocks, Plain lists, Document Structure
1367 @section Drawers
1368 @cindex drawers
1369 @cindex #+DRAWERS
1370 @cindex visibility cycling, drawers
1372 @vindex org-drawers
1373 Sometimes you want to keep information associated with an entry, but you
1374 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1375 Drawers need to be configured with the variable
1376 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1377 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1378 look like this:
1380 @example
1381 ** This is a headline
1382    Still outside the drawer
1383    :DRAWERNAME:
1384       This is inside the drawer.
1385    :END:
1386    After the drawer.
1387 @end example
1389 Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and
1390 show the entry, but keep the drawer collapsed to a single line.  In order to
1391 look inside the drawer, you need to move the cursor to the drawer line and
1392 press @key{TAB} there.  Org mode uses the @code{PROPERTIES} drawer for
1393 storing properties (@pxref{Properties and Columns}), and you can also arrange
1394 for state change notes (@pxref{Tracking TODO state changes}) and clock times
1395 (@pxref{Clocking work time}) to be stored in a drawer @code{LOGBOOK}.  If you
1396 want to store a quick note in the LOGBOOK drawer, in a similar way as this is
1397 done by state changes, use
1399 @table @kbd
1400 @kindex C-c C-z
1401 @item C-c C-z
1402 Add a time-stamped note to the LOGBOOK drawer.
1403 @end table
1405 @node Blocks, Footnotes, Drawers, Document Structure
1406 @section Blocks
1408 @vindex org-hide-block-startup
1409 @cindex blocks, folding
1410 Org-mode uses begin...end blocks for various purposes from including source
1411 code examples (@pxref{Literal examples}) to capturing time logging
1412 information (@pxref{Clocking work time}).  These blocks can be folded and
1413 unfolded by pressing TAB in the begin line.  You can also get all blocks
1414 folded at startup by configuring the variable @code{org-hide-block-startup}
1415 or on a per-file basis by using
1417 @cindex @code{hideblocks}, STARTUP keyword
1418 @cindex @code{nohideblocks}, STARTUP keyword
1419 @example
1420 #+STARTUP: hideblocks
1421 #+STARTUP: nohideblocks
1422 @end example
1424 @node Footnotes, Orgstruct mode, Blocks, Document Structure
1425 @section Footnotes
1426 @cindex footnotes
1428 Org mode supports the creation of footnotes.  In contrast to the
1429 @file{footnote.el} package, Org mode's footnotes are designed for work on a
1430 larger document, not only for one-off documents like emails.  The basic
1431 syntax is similar to the one used by @file{footnote.el}, i.e. a footnote is
1432 defined in a paragraph that is started by a footnote marker in square
1433 brackets in column 0, no indentation allowed.  If you need a paragraph break
1434 inside a footnote, use the La@TeX{} idiom @samp{\par}.  The footnote reference
1435 is simply the marker in square brackets, inside text.  For example:
1437 @example
1438 The Org homepage[fn:1] now looks a lot better than it used to.
1440 [fn:1] The link is: http://orgmode.org
1441 @end example
1443 Org mode extends the number-based syntax to @emph{named} footnotes and
1444 optional inline definition.  Using plain numbers as markers (as
1445 @file{footnote.el} does) is supported for backward compatibility, but not
1446 encouraged because of possible conflicts with La@TeX{} snippets (@pxref{Embedded
1447 LaTeX}).  Here are the valid references:
1449 @table @code
1450 @item [1]
1451 A plain numeric footnote marker.  Compatible with @file{footnote.el}, but not
1452 recommended because somthing like @samp{[1]} could easily be part of a code
1453 snippet.
1454 @item [fn:name]
1455 A named footnote reference, where @code{name} is a unique label word, or, for
1456 simplicity of automatic creation, a number.
1457 @item [fn:: This is the inline definition of this footnote]
1458 A La@TeX{}-like anonymous footnote where the definition is given directly at the
1459 reference point.
1460 @item [fn:name: a definition]
1461 An inline definition of a footnote, which also specifies a name for the note.
1462 Since Org allows multiple references to the same note, you can then use
1463 @code{[fn:name]} to create additional references.
1464 @end table
1466 @vindex org-footnote-auto-label
1467 Footnote labels can be created automatically, or you can create names yourself.
1468 This is handled by the variable @code{org-footnote-auto-label} and its
1469 corresponding @code{#+STARTUP} keywords, see the docstring of that variable
1470 for details.
1472 @noindent The following command handles footnotes:
1474 @table @kbd
1475 @kindex C-c C-x f
1476 @item C-c C-x f
1477 The footnote action command.
1479 When the cursor is on a footnote reference, jump to the definition.  When it
1480 is at a definition, jump to the (first) reference.
1482 @vindex org-footnote-define-inline
1483 @vindex org-footnote-section
1484 @vindex org-footnote-auto-adjust
1485 Otherwise, create a new footnote.  Depending on the variable
1486 @code{org-footnote-define-inline}@footnote{The corresponding in-buffer
1487 setting is: @code{#+STARTUP: fninline} or @code{#+STARTUP: nofninline}}, the
1488 definition will be placed right into the text as part of the reference, or
1489 separately into the location determined by the variable
1490 @code{org-footnote-section}.
1492 When this command is called with a prefix argument, a menu of additional
1493 options is offered:
1494 @example
1495 s   @r{Sort the footnote definitions by reference sequence.  During editing,}
1496     @r{Org makes no effort to sort footnote definitions into a particular}
1497     @r{sequence.  If you want them sorted, use this command, which will}
1498     @r{also move entries according to @code{org-footnote-section}.  Automatic}
1499     @r{sorting after each insertion/deletion can be configured using the}
1500     @r{variable @code{org-footnote-auto-adjust}.}
1501 r   @r{Renumber the simple @code{fn:N} footnotes.  Automatic renumbering}
1502     @r{after each insertion/deletion can be configured using the variable}
1503     @r{@code{org-footnote-auto-adjust}.}
1504 S   @r{Short for first @code{r}, then @code{s} action.}
1505 n   @r{Normalize the footnotes by collecting all definitions (including}
1506     @r{inline definitions) into a special section, and then numbering them}
1507     @r{in sequence.  The references will then also be numbers.  This is}
1508     @r{meant to be the final step before finishing a document (e.g. sending}
1509     @r{off an email).  The exporters do this automatically, and so could}
1510     @r{something like @code{message-send-hook}.}
1511 d   @r{Delete the footnote at point, and all definitions of and references}
1512     @r{to it.}
1513 @end example
1514 Depending on the variable @code{org-footnote-auto-adjust}@footnote{the
1515 corresponding in-buffer options are @code{fnadjust} and @code{nofnadjust}.},
1516 renumbering and sorting footnotes can be automatic after each insertion or
1517 deletion.
1519 @kindex C-c C-c
1520 @item C-c C-c
1521 If the cursor is on a footnote reference, jump to the definition.  If it is a
1522 the definition, jump back to the reference.  When called at a footnote
1523 location with a prefix argument, offer the same menu as @kbd{C-c C-x f}.
1524 @kindex C-c C-o
1525 @kindex mouse-1
1526 @kindex mouse-2
1527 @item C-c C-o  @r{or} mouse-1/2
1528 Footnote labels are also links to the corresponding definition/reference, and
1529 you can use the usual commands to follow these links.
1530 @end table
1532 @node Orgstruct mode,  , Footnotes, Document Structure
1533 @section The Orgstruct minor mode
1534 @cindex Orgstruct mode
1535 @cindex minor mode for structure editing
1537 If you like the intuitive way the Org mode structure editing and list
1538 formatting works, you might want to use these commands in other modes like
1539 Text mode or Mail mode as well.  The minor mode @code{orgstruct-mode} makes
1540 this possible.   Toggle the mode with @kbd{M-x orgstruct-mode}, or
1541 turn it on by default, for example in Mail mode, with one of:
1543 @lisp
1544 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1545 (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
1546 @end lisp
1548 When this mode is active and the cursor is on a line that looks to Org like a
1549 headline or the first line of a list item, most structure editing commands
1550 will work, even if the same keys normally have different functionality in the
1551 major mode you are using.  If the cursor is not in one of those special
1552 lines, Orgstruct mode lurks silently in the shadow.  When you use
1553 @code{orgstruct++-mode}, Org will also export indentation and autofill
1554 settings into that mode, and detect item context after the first line of an
1555 item.
1557 @node Tables, Hyperlinks, Document Structure, Top
1558 @chapter Tables
1559 @cindex tables
1560 @cindex editing tables
1562 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1563 calculations are supported in connection with the Emacs @file{calc}
1564 package
1565 @ifinfo
1566 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1567 @end ifinfo
1568 @ifnotinfo
1569 (see the Emacs Calculator manual for more information about the Emacs
1570 calculator).
1571 @end ifnotinfo
1573 @menu
1574 * Built-in table editor::       Simple tables
1575 * Column width and alignment::  Overrule the automatic settings
1576 * Column groups::               Grouping to trigger vertical lines
1577 * Orgtbl mode::                 The table editor as minor mode
1578 * The spreadsheet::             The table editor has spreadsheet capabilities
1579 * Org-Plot::                    Plotting from org tables
1580 @end menu
1582 @node Built-in table editor, Column width and alignment, Tables, Tables
1583 @section The built-in table editor
1584 @cindex table editor, built-in
1586 Org makes it easy to format tables in plain ASCII.  Any line with
1587 @samp{|} as the first non-whitespace character is considered part of a
1588 table.  @samp{|} is also the column separator.  A table might look like
1589 this:
1591 @example
1592 | Name  | Phone | Age |
1593 |-------+-------+-----|
1594 | Peter |  1234 |  17 |
1595 | Anna  |  4321 |  25 |
1596 @end example
1598 A table is re-aligned automatically each time you press @key{TAB} or
1599 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1600 the next field (@key{RET} to the next row) and creates new table rows
1601 at the end of the table or before horizontal lines.  The indentation
1602 of the table is set by the first line.  Any line starting with
1603 @samp{|-} is considered as a horizontal separator line and will be
1604 expanded on the next re-align to span the whole table width.  So, to
1605 create the above table, you would only type
1607 @example
1608 |Name|Phone|Age|
1610 @end example
1612 @noindent and then press @key{TAB} to align the table and start filling in
1613 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
1614 @kbd{C-c @key{RET}}.
1616 @vindex org-enable-table-editor
1617 @vindex org-table-auto-blank-field
1618 When typing text into a field, Org treats @key{DEL},
1619 @key{Backspace}, and all character keys in a special way, so that
1620 inserting and deleting avoids shifting other fields.  Also, when
1621 typing @emph{immediately after the cursor was moved into a new field
1622 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1623 field is automatically made blank.  If this behavior is too
1624 unpredictable for you, configure the variables
1625 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1627 @table @kbd
1628 @tsubheading{Creation and conversion}
1629 @kindex C-c |
1630 @item C-c |
1631 Convert the active region to table. If every line contains at least one
1632 TAB character, the function assumes that the material is tab separated.
1633 If every line contains a comma, comma-separated values (CSV) are assumed.
1634 If not, lines are split at whitespace into fields.  You can use a prefix
1635 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1636 C-u} forces TAB, and a numeric argument N indicates that at least N
1637 consecutive spaces, or alternatively a TAB will be the separator.
1639 If there is no active region, this command creates an empty Org
1640 table.  But it's easier just to start typing, like
1641 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1643 @tsubheading{Re-aligning and field motion}
1644 @kindex C-c C-c
1645 @item C-c C-c
1646 Re-align the table without moving the cursor.
1648 @kindex @key{TAB}
1649 @item @key{TAB}
1650 Re-align the table, move to the next field.  Creates a new row if
1651 necessary.
1653 @kindex S-@key{TAB}
1654 @item S-@key{TAB}
1655 Re-align, move to previous field.
1657 @kindex @key{RET}
1658 @item @key{RET}
1659 Re-align the table and move down to next row.  Creates a new row if
1660 necessary.  At the beginning or end of a line, @key{RET} still does
1661 NEWLINE, so it can be used to split a table.
1663 @kindex M-a
1664 @item M-a
1665 Move to beginning of the current table field, or on to the previous field.
1666 @kindex M-e
1667 @item M-e
1668 Move to end of the current table field, or on to the next field.
1670 @tsubheading{Column and row editing}
1671 @kindex M-@key{left}
1672 @kindex M-@key{right}
1673 @item M-@key{left}
1674 @itemx M-@key{right}
1675 Move the current column left/right.
1677 @kindex M-S-@key{left}
1678 @item M-S-@key{left}
1679 Kill the current column.
1681 @kindex M-S-@key{right}
1682 @item M-S-@key{right}
1683 Insert a new column to the left of the cursor position.
1685 @kindex M-@key{up}
1686 @kindex M-@key{down}
1687 @item M-@key{up}
1688 @itemx M-@key{down}
1689 Move the current row up/down.
1691 @kindex M-S-@key{up}
1692 @item M-S-@key{up}
1693 Kill the current row or horizontal line.
1695 @kindex M-S-@key{down}
1696 @item M-S-@key{down}
1697 Insert a new row above the current row.  With a prefix argument, the line is
1698 created below the current one.
1700 @kindex C-c -
1701 @item C-c -
1702 Insert a horizontal line below current row.  With a prefix argument, the line
1703 is created above the current line.
1705 @kindex C-c @key{RET}
1706 @item C-c @key{RET}
1707 Insert a horizontal line below current row, and move the cursor into the row
1708 below that line.
1710 @kindex C-c ^
1711 @item C-c ^
1712 Sort the table lines in the region.  The position of point indicates the
1713 column to be used for sorting, and the range of lines is the range
1714 between the nearest horizontal separator lines, or the entire table.  If
1715 point is before the first column, you will be prompted for the sorting
1716 column.  If there is an active region, the mark specifies the first line
1717 and the sorting column, while point should be in the last line to be
1718 included into the sorting.  The command prompts for the sorting type
1719 (alphabetically, numerically, or by time).  When called with a prefix
1720 argument, alphabetic sorting will be case-sensitive.
1722 @tsubheading{Regions}
1723 @kindex C-c C-x M-w
1724 @item C-c C-x M-w
1725 Copy a rectangular region from a table to a special clipboard.  Point and
1726 mark determine edge fields of the rectangle.  If there is no active region,
1727 copy just the current field.  The process ignores horizontal separator lines.
1729 @kindex C-c C-x C-w
1730 @item C-c C-x C-w
1731 Copy a rectangular region from a table to a special clipboard, and
1732 blank all fields in the rectangle.  So this is the ``cut'' operation.
1734 @kindex C-c C-x C-y
1735 @item C-c C-x C-y
1736 Paste a rectangular region into a table.
1737 The upper left corner ends up in the current field.  All involved fields
1738 will be overwritten.  If the rectangle does not fit into the present table,
1739 the table is enlarged as needed.  The process ignores horizontal separator
1740 lines.
1742 @kindex M-@key{RET}
1743 @itemx M-@kbd{RET}
1744 Wrap several fields in a column like a paragraph.  If there is an active
1745 region, and both point and mark are in the same column, the text in the
1746 column is wrapped to minimum width for the given number of lines.  A numeric
1747 prefix argument may be used to change the number of desired lines.  If there
1748 is no region, the current field is split at the cursor position and the text
1749 fragment to the right of the cursor is prepended to the field one line
1750 down. If there is no region, but you specify a prefix argument, the current
1751 field is made blank, and the content is appended to the field above.
1753 @tsubheading{Calculations}
1754 @cindex formula, in tables
1755 @cindex calculations, in tables
1756 @cindex region, active
1757 @cindex active region
1758 @cindex transient mark mode
1759 @kindex C-c +
1760 @item C-c +
1761 Sum the numbers in the current column, or in the rectangle defined by
1762 the active region.  The result is shown in the echo area and can
1763 be inserted with @kbd{C-y}.
1765 @kindex S-@key{RET}
1766 @item S-@key{RET}
1767 @vindex org-table-copy-increment
1768 When current field is empty, copy from first non-empty field above.  When not
1769 empty, copy current field down to next row and move cursor along with it.
1770 Depending on the variable @code{org-table-copy-increment}, integer field
1771 values will be incremented during copy.  Integers that are too large will not
1772 be incremented.  Also, a @code{0} prefix argument temporarily disables the
1773 increment.  This key is also used by shift-selection and related modes
1774 (@pxref{Conflicts}).
1776 @tsubheading{Miscellaneous}
1777 @kindex C-c `
1778 @item C-c `
1779 Edit the current field in a separate window.  This is useful for fields that
1780 are not fully visible (@pxref{Column width and alignment}).  When called with
1781 a @kbd{C-u} prefix, just make the full field visible, so that it can be
1782 edited in place.
1784 @item M-x org-table-import
1785 Import a file as a table.  The table should be TAB or whitespace
1786 separated.  Use, for example, to import a spreadsheet table or data
1787 from a database, because these programs generally can write
1788 TAB-separated text files.  This command works by inserting the file into
1789 the buffer and then converting the region to a table.  Any prefix
1790 argument is passed on to the converter, which uses it to determine the
1791 separator.
1792 @item C-c |
1793 Tables can also be imported by pasting tabular text into the Org
1794 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1795 @kbd{C-c |} command (see above under @i{Creation and conversion}).
1797 @item M-x org-table-export
1798 @vindex org-table-export-default-format
1799 Export the table, by default as a TAB-separated file.  Use for data
1800 exchange with, for example, spreadsheet or database programs.  The format
1801 used to export the file can be configured in the variable
1802 @code{org-table-export-default-format}.  You may also use properties
1803 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1804 name and the format for table export in a subtree.  Org supports quite
1805 general formats for exported tables.  The exporter format is the same as the
1806 format used by Orgtbl radio tables, see @ref{Translator functions}, for a
1807 detailed description.
1808 @end table
1810 If you don't like the automatic table editor because it gets in your
1811 way on lines which you would like to start with @samp{|}, you can turn
1812 it off with
1814 @lisp
1815 (setq org-enable-table-editor nil)
1816 @end lisp
1818 @noindent Then the only table command that still works is
1819 @kbd{C-c C-c} to do a manual re-align.
1821 @node Column width and alignment, Column groups, Built-in table editor, Tables
1822 @section Column width and alignment
1823 @cindex narrow columns in tables
1824 @cindex alignment in tables
1826 The width of columns is automatically determined by the table editor.  And
1827 also the alignment of a column is determined automatically from the fraction
1828 of number-like versus non-number fields in the column.
1830 Sometimes a single field or a few fields need to carry more text, leading to
1831 inconveniently wide columns.  Or maybe you want to make a table with several
1832 columns having a fixed width, regardless of content.  To set@footnote{This
1833 feature does not work on XEmacs.} the width of a column, one field anywhere
1834 in the column may contain just the string @samp{<N>} where @samp{N} is an
1835 integer specifying the width of the column in characters.  The next re-align
1836 will then set the width of this column to this value.
1838 @example
1839 @group
1840 |---+------------------------------|               |---+--------|
1841 |   |                              |               |   | <6>    |
1842 | 1 | one                          |               | 1 | one    |
1843 | 2 | two                          |     ----\     | 2 | two    |
1844 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1845 | 4 | four                         |               | 4 | four   |
1846 |---+------------------------------|               |---+--------|
1847 @end group
1848 @end example
1850 @noindent
1851 Fields that are wider become clipped and end in the string @samp{=>}.
1852 Note that the full text is still in the buffer, it is only invisible.
1853 To see the full text, hold the mouse over the field---a tool-tip window
1854 will show the full content.  To edit such a field, use the command
1855 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1856 open a new window with the full field.  Edit it and finish with @kbd{C-c
1857 C-c}.
1859 @vindex org-startup-align-all-tables
1860 When visiting a file containing a table with narrowed columns, the
1861 necessary character hiding has not yet happened, and the table needs to
1862 be aligned before it looks nice.  Setting the option
1863 @code{org-startup-align-all-tables} will realign all tables in a file
1864 upon visiting, but also slow down startup.  You can also set this option
1865 on a per-file basis with:
1867 @example
1868 #+STARTUP: align
1869 #+STARTUP: noalign
1870 @end example
1872 If you would like to overrule the automatic alignment of number-rich columns
1873 to the right and of string-rich column to the left, you and use @samp{<r>} or
1874 @samp{<l>} in a similar fashion.  You may also combine alignment and field
1875 width like this: @samp{<l10>}.
1877 @node Column groups, Orgtbl mode, Column width and alignment, Tables
1878 @section Column groups
1879 @cindex grouping columns in tables
1881 When Org exports tables, it does so by default without vertical
1882 lines because that is visually more satisfying in general.  Occasionally
1883 however, vertical lines can be useful to structure a table into groups
1884 of columns, much like horizontal lines can do for groups of rows.  In
1885 order to specify column groups, you can use a special row where the
1886 first field contains only @samp{/}.  The further fields can either
1887 contain @samp{<} to indicate that this column should start a group,
1888 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1889 a group of its own.  Boundaries between column groups will upon export be
1890 marked with vertical lines.  Here is an example:
1892 @example
1893 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1894 |---+----+-----+-----+-----+---------+------------|
1895 | / | <> |   < |     |   > |       < |          > |
1896 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1897 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1898 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1899 |---+----+-----+-----+-----+---------+------------|
1900 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2)))
1901 @end example
1903 It is also sufficient to just insert the column group starters after
1904 every vertical line you'd like to have:
1906 @example
1907 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1908 |----+-----+-----+-----+---------+------------|
1909 | /  | <   |     |     | <       |            |
1910 @end example
1912 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1913 @section The Orgtbl minor mode
1914 @cindex Orgtbl mode
1915 @cindex minor mode for tables
1917 If you like the intuitive way the Org table editor works, you
1918 might also want to use it in other modes like Text mode or Mail mode.
1919 The minor mode Orgtbl mode makes this possible.  You can always toggle
1920 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1921 example in mail mode, use
1923 @lisp
1924 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1925 @end lisp
1927 Furthermore, with some special setup, it is possible to maintain tables
1928 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1929 construct La@TeX{} tables with the underlying ease and power of
1930 Orgtbl mode, including spreadsheet capabilities.  For details, see
1931 @ref{Tables in arbitrary syntax}.
1933 @node The spreadsheet, Org-Plot, Orgtbl mode, Tables
1934 @section The spreadsheet
1935 @cindex calculations, in tables
1936 @cindex spreadsheet capabilities
1937 @cindex @file{calc} package
1939 The table editor makes use of the Emacs @file{calc} package to implement
1940 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1941 derive fields from other fields.  While fully featured, Org's implementation
1942 is not identical to other spreadsheets.  For example, Org knows the concept
1943 of a @emph{column formula} that will be applied to all non-header fields in a
1944 column without having to copy the formula to each relevant field.  There is
1945 also a formula debugger, and a formula editor with features for highlighting
1946 fields in the table corresponding to the references at the point in the
1947 formula, moving these references by arrow keys
1949 @menu
1950 * References::                  How to refer to another field or range
1951 * Formula syntax for Calc::     Using Calc to compute stuff
1952 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1953 * Field formulas::              Formulas valid for a single field
1954 * Column formulas::             Formulas valid for an entire column
1955 * Editing and debugging formulas::  Fixing formulas
1956 * Updating the table::          Recomputing all dependent fields
1957 * Advanced features::           Field names, parameters and automatic recalc
1958 @end menu
1960 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1961 @subsection References
1962 @cindex references
1964 To compute fields in the table from other fields, formulas must
1965 reference other fields or ranges.  In Org, fields can be referenced
1966 by name, by absolute coordinates, and by relative coordinates.  To find
1967 out what the coordinates of a field are, press @kbd{C-c ?} in that
1968 field, or press @kbd{C-c @}} to toggle the display of a grid.
1970 @subsubheading Field references
1971 @cindex field references
1972 @cindex references, to fields
1974 Formulas can reference the value of another field in two ways.  Like in
1975 any other spreadsheet, you may reference fields with a letter/number
1976 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1977 @c Such references are always fixed to that field, they don't change
1978 @c when you copy and paste a formula to a different field.  So
1979 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1981 @noindent
1982 Org also uses another, more general operator that looks like this:
1983 @example
1984 @@@var{row}$@var{column}
1985 @end example
1987 @noindent
1988 Column references can be absolute like @samp{1}, @samp{2},...@samp{@var{N}},
1989 or relative to the current column like @samp{+1} or @samp{-2}.
1991 The row specification only counts data lines and ignores horizontal
1992 separator lines (hlines).  You can use absolute row numbers
1993 @samp{1}...@samp{@var{N}}, and row numbers relative to the current row like
1994 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1995 hlines: @samp{I} refers to the first hline@footnote{Note that only
1996 hlines are counted that @emph{separate} table lines.  If the table
1997 starts with a hline above the header, it does not count.}, @samp{II} to
1998 the second, etc@.  @samp{-I} refers to the first such line above the
1999 current line, @samp{+I} to the first such line below the current line.
2000 You can also write @samp{III+2} which is the second data line after the
2001 third hline in the table.
2003 @samp{0} refers to the current row and column.  Also, if you omit
2004 either the column or the row part of the reference, the current
2005 row/column is implied.
2007 Org's references with @emph{unsigned} numbers are fixed references
2008 in the sense that if you use the same reference in the formula for two
2009 different fields, the same field will be referenced each time.
2010 Org's references with @emph{signed} numbers are floating
2011 references because the same reference operator can reference different
2012 fields depending on the field being calculated by the formula.
2014 As a special case, references like @samp{$LR5} and @samp{$LR12} can be used
2015 to refer in a stable way to the 5th and 12th field in the last row of the
2016 table.
2018 Here are a few examples:
2020 @example
2021 @@2$3      @r{2nd row, 3rd column}
2022 C2        @r{same as previous}
2023 $5        @r{column 5 in the current row}
2024 E&        @r{same as previous}
2025 @@2        @r{current column, row 2}
2026 @@-1$-3    @r{the field one row up, three columns to the left}
2027 @@-I$2     @r{field just under hline above current row, column 2}
2028 @end example
2030 @subsubheading Range references
2031 @cindex range references
2032 @cindex references, to ranges
2034 You may reference a rectangular range of fields by specifying two field
2035 references connected by two dots @samp{..}.  If both fields are in the
2036 current row, you may simply use @samp{$2..$7}, but if at least one field
2037 is in a different row, you need to use the general @code{@@row$column}
2038 format at least for the first field (i.e the reference must start with
2039 @samp{@@} in order to be interpreted correctly).  Examples:
2041 @example
2042 $1..$3        @r{First three fields in the current row.}
2043 $P..$Q        @r{Range, using column names (see under Advanced)}
2044 @@2$1..@@4$3    @r{6 fields between these two fields.}
2045 A2..C4        @r{Same as above.}
2046 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
2047 @end example
2049 @noindent Range references return a vector of values that can be fed
2050 into Calc vector functions.  Empty fields in ranges are normally
2051 suppressed, so that the vector contains only the non-empty fields (but
2052 see the @samp{E} mode switch below).  If there are no non-empty fields,
2053 @samp{[0]} is returned to avoid syntax errors in formulas.
2055 @subsubheading Field coordinates in formulas
2056 @cindex field coordinates
2057 @cindex coordinates, of field
2058 @cindex row, of field coordinates
2059 @cindex column, of field coordinates
2061 For Calc formulas and Lisp formulas @code{@@#} and @code{$#} can be used to
2062 get the row or column number of the field where the formula result goes.
2063 The traditional Lisp formula equivalents are @code{org-table-current-dline}
2064 and @code{org-table-current-column}.  Examples:
2066 @example
2067 if(@@# % 2, $#, string(""))   @r{column number on odd lines only}
2068 $3 = remote(FOO, @@@@#$2)      @r{copy column 2 from table FOO into}
2069                              @r{column 3 of the current table}
2070 @end example
2072 @noindent For the second example, table FOO must have at least as many rows
2073 as the current table.  Inefficient@footnote{The computation time scales as
2074 O(N^2) because table FOO is parsed for each field to be copied.} for large
2075 number of rows.
2077 @subsubheading Named references
2078 @cindex named references
2079 @cindex references, named
2080 @cindex name, of column or field
2081 @cindex constants, in calculations
2082 @cindex #+CONSTANTS
2084 @vindex org-table-formula-constants
2085 @samp{$name} is interpreted as the name of a column, parameter or
2086 constant.  Constants are defined globally through the variable
2087 @code{org-table-formula-constants}, and locally (for the file) through a
2088 line like
2090 @example
2091 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
2092 @end example
2094 @noindent
2095 @vindex constants-unit-system
2096 @pindex constants.el
2097 Also properties (@pxref{Properties and Columns}) can be used as
2098 constants in table formulas: for a property @samp{:Xyz:} use the name
2099 @samp{$PROP_Xyz}, and the property will be searched in the current
2100 outline entry and in the hierarchy above it.  If you have the
2101 @file{constants.el} package, it will also be used to resolve constants,
2102 including natural constants like @samp{$h} for Planck's constant, and
2103 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
2104 supply the values of constants in two different unit systems, @code{SI}
2105 and @code{cgs}.  Which one is used depends on the value of the variable
2106 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
2107 @code{constSI} and @code{constcgs} to set this value for the current
2108 buffer.}.  Column names and parameters can be specified in special table
2109 lines.  These are described below, see @ref{Advanced features}.  All
2110 names must start with a letter, and further consist of letters and
2111 numbers.
2113 @subsubheading Remote references
2114 @cindex remote references
2115 @cindex references, remote
2116 @cindex references, to a different table
2117 @cindex name, of column or field
2118 @cindex constants, in calculations
2119 @cindex #+TBLNAME
2121 You may also reference constants, fields and ranges from a different table,
2122 either in the current file or even in a different file.  The syntax is
2124 @example
2125 remote(NAME-OR-ID,REF)
2126 @end example
2128 @noindent
2129 where NAME can be the name of a table in the current file as set by a
2130 @code{#+TBLNAME: NAME} line before the table.  It can also be the ID of an
2131 entry, even in a different file, and the reference then refers to the first
2132 table in that entry.  REF is an absolute field or range reference as
2133 described above for example @code{@@3$3} or @code{$somename}, valid in the
2134 referenced table.
2136 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
2137 @subsection Formula syntax for Calc
2138 @cindex formula syntax, Calc
2139 @cindex syntax, of formulas
2141 A formula can be any algebraic expression understood by the Emacs
2142 @file{Calc} package.  @b{Note that @file{calc} has the
2143 non-standard convention that @samp{/} has lower precedence than
2144 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
2145 evaluation by @code{calc-eval} (@pxref{Calling Calc from
2146 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
2147 Emacs Calc Manual}),
2148 @c FIXME:  The link to the Calc manual in HTML does not work.
2149 variable substitution takes place according to the rules described above.
2150 @cindex vectors, in table calculations
2151 The range vectors can be directly fed into the Calc vector functions
2152 like @samp{vmean} and @samp{vsum}.
2154 @cindex format specifier
2155 @cindex mode, for @file{calc}
2156 @vindex org-calc-default-modes
2157 A formula can contain an optional mode string after a semicolon.  This
2158 string consists of flags to influence Calc and other modes during
2159 execution.  By default, Org uses the standard Calc modes (precision
2160 12, angular units degrees, fraction and symbolic modes off).  The display
2161 format, however, has been changed to @code{(float 8)} to keep tables
2162 compact.  The default settings can be configured using the variable
2163 @code{org-calc-default-modes}.
2165 @example
2166 p20           @r{set the internal Calc calculation precision to 20 digits}
2167 n3 s3 e2 f4   @r{Normal, scientific, engineering, or fixed}
2168               @r{format of the result of Calc passed back to Org.}
2169               @r{Calc formatting is unlimited in precision as}
2170               @r{long as the Calc calculation precision is greater.}
2171 D R           @r{angle modes: degrees, radians}
2172 F S           @r{fraction and symbolic modes}
2173 N             @r{interpret all fields as numbers, use 0 for non-numbers}
2174 T             @r{force text interpretation}
2175 E             @r{keep empty fields in ranges}
2176 L             @r{literal}
2177 @end example
2179 @noindent
2180 Unless you use large integer numbers or high-precision-calculation
2181 and -display for floating point numbers you may alternatively provide a
2182 @code{printf} format specifier to reformat the Calc result after it has been
2183 passed back to Org instead of letting Calc already do the
2184 formatting@footnote{The @code{printf} reformatting is limited in precision
2185 because the value passed to it is converted into an @code{integer} or
2186 @code{double}.  The @code{integer} is limited in size by truncating the
2187 signed value to 32 bits.  The @code{double} is limited in precision to 64
2188 bits overall which leaves approximately 16 significant decimal digits.}.
2189 A few examples:
2191 @example
2192 $1+$2                @r{Sum of first and second field}
2193 $1+$2;%.2f           @r{Same, format result to two decimals}
2194 exp($2)+exp($1)      @r{Math functions can be used}
2195 $0;%.1f              @r{Reformat current cell to 1 decimal}
2196 ($3-32)*5/9          @r{Degrees F -> C conversion}
2197 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
2198 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
2199 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
2200 vmean($2..$7)        @r{Compute column range mean, using vector function}
2201 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
2202 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
2203 @end example
2205 Calc also contains a complete set of logical operations.  For example
2207 @example
2208 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
2209 @end example
2211 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
2212 @subsection Emacs Lisp forms as formulas
2213 @cindex Lisp forms, as table formulas
2215 It is also possible to write a formula in Emacs Lisp; this can be useful
2216 for string manipulation and control structures, if Calc's
2217 functionality is not enough.  If a formula starts with a single-quote
2218 followed by an opening parenthesis, then it is evaluated as a Lisp form.
2219 The evaluation should return either a string or a number.  Just as with
2220 @file{calc} formulas, you can specify modes and a printf format after a
2221 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
2222 field references are interpolated into the form.  By default, a
2223 reference will be interpolated as a Lisp string (in double-quotes)
2224 containing the field.  If you provide the @samp{N} mode switch, all
2225 referenced elements will be numbers (non-number fields will be zero) and
2226 interpolated as Lisp numbers, without quotes.  If you provide the
2227 @samp{L} flag, all fields will be interpolated literally, without quotes.
2228 I.e., if you want a reference to be interpreted as a string by the Lisp
2229 form, enclose the reference operator itself in double-quotes, like
2230 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
2231 embed them in list or vector syntax.  A few examples, note how the
2232 @samp{N} mode is used when we do computations in Lisp.
2234 @example
2235 @r{Swap the first two characters of the content of column 1}
2236   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
2237 @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}}
2238   '(+ $1 $2);N
2239 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
2240   '(apply '+ '($1..$4));N
2241 @end example
2243 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
2244 @subsection Field formulas
2245 @cindex field formula
2246 @cindex formula, for individual table field
2248 To assign a formula to a particular field, type it directly into the
2249 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
2250 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
2251 the field, the formula will be stored as the formula for this field,
2252 evaluated, and the current field replaced with the result.
2254 @cindex #+TBLFM
2255 Formulas are stored in a special line starting with @samp{#+TBLFM:}
2256 directly below the table.  If you typed the equation in the 4th field of
2257 the 3rd data line in the table, the formula will look like
2258 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
2259 with the appropriate commands, @i{absolute references} (but not relative
2260 ones) in stored formulas are modified in order to still reference the
2261 same field.  Of course this is not true if you edit the table structure
2262 with normal editing commands---then you must fix the equations yourself.
2263 The left-hand side of a formula may also be a named field (@pxref{Advanced
2264 features}), or a last-row reference like @samp{$LR3}.
2266 Instead of typing an equation into the field, you may also use the
2267 following command
2269 @table @kbd
2270 @kindex C-u C-c =
2271 @item C-u C-c =
2272 Install a new formula for the current field.  The command prompts for a
2273 formula with default taken from the @samp{#+TBLFM:} line, applies
2274 it to the current field, and stores it.
2275 @end table
2277 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
2278 @subsection Column formulas
2279 @cindex column formula
2280 @cindex formula, for table column
2282 Often in a table, the same formula should be used for all fields in a
2283 particular column.  Instead of having to copy the formula to all fields
2284 in that column, Org allows you to assign a single formula to an entire
2285 column.  If the table contains horizontal separator hlines, everything
2286 before the first such line is considered part of the table @emph{header}
2287 and will not be modified by column formulas.
2289 To assign a formula to a column, type it directly into any field in the
2290 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2291 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2292 the formula will be stored as the formula for the current column, evaluated
2293 and the current field replaced with the result.  If the field contains only
2294 @samp{=}, the previously stored formula for this column is used.  For each
2295 column, Org will only remember the most recently used formula.  In the
2296 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}.  The left-hand
2297 side of a column formula cannot currently be the name of column, it
2298 must be the numeric column reference.
2300 Instead of typing an equation into the field, you may also use the
2301 following command:
2303 @table @kbd
2304 @kindex C-c =
2305 @item C-c =
2306 Install a new formula for the current column and replace current field with
2307 the result of the formula.  The command prompts for a formula, with default
2308 taken from the @samp{#+TBLFM} line, applies it to the current field and
2309 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2310 will apply it to that many consecutive fields in the current column.
2311 @end table
2313 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2314 @subsection Editing and debugging formulas
2315 @cindex formula editing
2316 @cindex editing, of table formulas
2318 @vindex org-table-use-standard-references
2319 You can edit individual formulas in the minibuffer or directly in the
2320 field.  Org can also prepare a special buffer with all active
2321 formulas of a table.  When offering a formula for editing, Org
2322 converts references to the standard format (like @code{B3} or @code{D&})
2323 if possible.  If you prefer to only work with the internal format (like
2324 @code{@@3$2} or @code{$4}), configure the variable
2325 @code{org-table-use-standard-references}.
2327 @table @kbd
2328 @kindex C-c =
2329 @kindex C-u C-c =
2330 @item C-c =
2331 @itemx C-u C-c =
2332 Edit the formula associated with the current column/field in the
2333 minibuffer.  See @ref{Column formulas}, and @ref{Field formulas}.
2334 @kindex C-u C-u C-c =
2335 @item C-u C-u C-c =
2336 Re-insert the active formula (either a
2337 field formula, or a column formula) into the current field, so that you
2338 can edit it directly in the field.  The advantage over editing in the
2339 minibuffer is that you can use the command @kbd{C-c ?}.
2340 @kindex C-c ?
2341 @item C-c ?
2342 While editing a formula in a table field, highlight the field(s)
2343 referenced by the reference at the cursor position in the formula.
2344 @kindex C-c @}
2345 @item C-c @}
2346 Toggle the display of row and column numbers for a table, using
2347 overlays.  These are updated each time the table is aligned; you can
2348 force it with @kbd{C-c C-c}.
2349 @kindex C-c @{
2350 @item C-c @{
2351 Toggle the formula debugger on and off.  See below.
2352 @kindex C-c '
2353 @item C-c '
2354 Edit all formulas for the current table in a special buffer, where the
2355 formulas will be displayed one per line.  If the current field has an
2356 active formula, the cursor in the formula editor will mark it.
2357 While inside the special buffer, Org will automatically highlight
2358 any field or range reference at the cursor position.  You may edit,
2359 remove and add formulas, and use the following commands:
2360 @table @kbd
2361 @kindex C-c C-c
2362 @kindex C-x C-s
2363 @item C-c C-c
2364 @itemx C-x C-s
2365 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2366 prefix, also apply the new formulas to the entire table.
2367 @kindex C-c C-q
2368 @item C-c C-q
2369 Exit the formula editor without installing changes.
2370 @kindex C-c C-r
2371 @item C-c C-r
2372 Toggle all references in the formula editor between standard (like
2373 @code{B3}) and internal (like @code{@@3$2}).
2374 @kindex @key{TAB}
2375 @item @key{TAB}
2376 Pretty-print or indent Lisp formula at point.  When in a line containing
2377 a Lisp formula, format the formula according to Emacs Lisp rules.
2378 Another @key{TAB} collapses the formula back again.  In the open
2379 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
2380 @kindex M-@key{TAB}
2381 @item M-@key{TAB}
2382 Complete Lisp symbols, just like in Emacs Lisp mode.
2383 @kindex S-@key{up}
2384 @kindex S-@key{down}
2385 @kindex S-@key{left}
2386 @kindex S-@key{right}
2387 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2388 Shift the reference at point.  For example, if the reference is
2389 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2390 This also works for relative references and for hline references.
2391 @kindex M-S-@key{up}
2392 @kindex M-S-@key{down}
2393 @item M-S-@key{up}/@key{down}
2394 Move the test line for column formulas in the Org buffer up and
2395 down.
2396 @kindex M-@key{up}
2397 @kindex M-@key{down}
2398 @item M-@key{up}/@key{down}
2399 Scroll the window displaying the table.
2400 @kindex C-c @}
2401 @item C-c @}
2402 Turn the coordinate grid in the table on and off.
2403 @end table
2404 @end table
2406 Making a table field blank does not remove the formula associated with
2407 the field, because that is stored in a different line (the @samp{#+TBLFM}
2408 line)---during the next recalculation the field will be filled again.
2409 To remove a formula from a field, you have to give an empty reply when
2410 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2412 @kindex C-c C-c
2413 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2414 equations with @kbd{C-c C-c} in that line or with the normal
2415 recalculation commands in the table.
2417 @subsubheading Debugging formulas
2418 @cindex formula debugging
2419 @cindex debugging, of table formulas
2420 When the evaluation of a formula leads to an error, the field content
2421 becomes the string @samp{#ERROR}.  If you would like see what is going
2422 on during variable substitution and calculation in order to find a bug,
2423 turn on formula debugging in the @code{Tbl} menu and repeat the
2424 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2425 field.  Detailed information will be displayed.
2427 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2428 @subsection Updating the table
2429 @cindex recomputing table fields
2430 @cindex updating, table
2432 Recalculation of a table is normally not automatic, but needs to be
2433 triggered by a command.  See @ref{Advanced features}, for a way to make
2434 recalculation at least semi-automatic.
2436 In order to recalculate a line of a table or the entire table, use the
2437 following commands:
2439 @table @kbd
2440 @kindex C-c *
2441 @item C-c *
2442 Recalculate the current row by first applying the stored column formulas
2443 from left to right, and all field formulas in the current row.
2445 @kindex C-u C-c *
2446 @item C-u C-c *
2447 @kindex C-u C-c C-c
2448 @itemx C-u C-c C-c
2449 Recompute the entire table, line by line.  Any lines before the first
2450 hline are left alone, assuming that these are part of the table header.
2452 @kindex C-u C-u C-c *
2453 @kindex C-u C-u C-c C-c
2454 @item C-u C-u C-c *
2455 @itemx C-u C-u C-c C-c
2456 Iterate the table by recomputing it until no further changes occur.
2457 This may be necessary if some computed fields use the value of other
2458 fields that are computed @i{later} in the calculation sequence.
2459 @end table
2461 @node Advanced features,  , Updating the table, The spreadsheet
2462 @subsection Advanced features
2464 If you want the recalculation of fields to happen automatically, or if
2465 you want to be able to assign @i{names} to fields and columns, you need
2466 to reserve the first column of the table for special marking characters.
2467 @table @kbd
2468 @kindex C-#
2469 @item C-#
2470 Rotate the calculation mark in first column through the states @samp{ },
2471 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
2472 change all marks in the region.
2473 @end table
2475 Here is an example of a table that collects exam results of students and
2476 makes use of these features:
2478 @example
2479 @group
2480 |---+---------+--------+--------+--------+-------+------|
2481 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2482 |---+---------+--------+--------+--------+-------+------|
2483 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2484 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2485 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2486 |---+---------+--------+--------+--------+-------+------|
2487 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2488 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2489 |---+---------+--------+--------+--------+-------+------|
2490 |   | Average |        |        |        |  29.7 |      |
2491 | ^ |         |        |        |        |    at |      |
2492 | $ | max=50  |        |        |        |       |      |
2493 |---+---------+--------+--------+--------+-------+------|
2494 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2495 @end group
2496 @end example
2498 @noindent @b{Important}: please note that for these special tables,
2499 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2500 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2501 to the field itself.  The column formulas are not applied in rows with
2502 empty first field.
2504 @cindex marking characters, tables
2505 The marking characters have the following meaning:
2506 @table @samp
2507 @item !
2508 The fields in this line define names for the columns, so that you may
2509 refer to a column as @samp{$Tot} instead of @samp{$6}.
2510 @item ^
2511 This row defines names for the fields @emph{above} the row.  With such
2512 a definition, any formula in the table may use @samp{$m1} to refer to
2513 the value @samp{10}.  Also, if you assign a formula to a names field, it
2514 will be stored as @samp{$name=...}.
2515 @item _
2516 Similar to @samp{^}, but defines names for the fields in the row
2517 @emph{below}.
2518 @item $
2519 Fields in this row can define @emph{parameters} for formulas.  For
2520 example, if a field in a @samp{$} row contains @samp{max=50}, then
2521 formulas in this table can refer to the value 50 using @samp{$max}.
2522 Parameters work exactly like constants, only that they can be defined on
2523 a per-table basis.
2524 @item #
2525 Fields in this row are automatically recalculated when pressing
2526 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2527 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2528 lines will be left alone by this command.
2529 @item *
2530 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2531 not for automatic recalculation.  Use this when automatic
2532 recalculation slows down editing too much.
2533 @item
2534 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2535 All lines that should be recalculated should be marked with @samp{#}
2536 or @samp{*}.
2537 @item /
2538 Do not export this line.  Useful for lines that contain the narrowing
2539 @samp{<N>} markers or column group markers.
2540 @end table
2542 Finally, just to whet your appetite for what can be done with the
2543 fantastic @file{calc.el} package, here is a table that computes the Taylor
2544 series of degree @code{n} at location @code{x} for a couple of
2545 functions.
2547 @example
2548 @group
2549 |---+-------------+---+-----+--------------------------------------|
2550 |   | Func        | n | x   | Result                               |
2551 |---+-------------+---+-----+--------------------------------------|
2552 | # | exp(x)      | 1 | x   | 1 + x                                |
2553 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2554 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2555 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2556 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2557 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2558 |---+-------------+---+-----+--------------------------------------|
2559 #+TBLFM: $5=taylor($2,$4,$3);n3
2560 @end group
2561 @end example
2563 @node Org-Plot,  , The spreadsheet, Tables
2564 @section Org-Plot
2565 @cindex graph, in tables
2566 @cindex plot tables using gnuplot
2567 @cindex #+PLOT
2569 Org-Plot can produce 2D and 3D graphs of information stored in org tables
2570 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
2571 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}.  To see
2572 this in action, ensure that you have both Gnuplot and Gnuplot mode installed
2573 on your system, then call @code{org-plot/gnuplot} on the following table.
2575 @example
2576 @group
2577 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
2578 | Sede      | Max cites | H-index |
2579 |-----------+-----------+---------|
2580 | Chile     |    257.72 |   21.39 |
2581 | Leeds     |    165.77 |   19.68 |
2582 | Sao Paolo |     71.00 |   11.50 |
2583 | Stockholm |    134.19 |   14.33 |
2584 | Morelia   |    257.56 |   17.67 |
2585 @end group
2586 @end example
2588 Notice that Org Plot is smart enough to apply the table's headers as labels.
2589 Further control over the labels, type, content, and appearance of plots can
2590 be exercised through the @code{#+PLOT:} lines preceding a table.  See below
2591 for a complete list of Org-plot options.  For more information and examples
2592 see the Org-plot tutorial at
2593 @uref{http://orgmode.org/worg/org-tutorials/org-plot.php}.
2595 @subsubheading Plot Options
2597 @table @code
2598 @item set
2599 Specify any @command{gnuplot} option to be set when graphing.
2601 @item title
2602 Specify the title of the plot.
2604 @item ind
2605 Specify which column of the table to use as the @code{x} axis.
2607 @item deps
2608 Specify the columns to graph as a Lisp style list, surrounded by parentheses
2609 and separated by spaces for example @code{dep:(3 4)} to graph the third and
2610 fourth columns (defaults to graphing all other columns aside from the @code{ind}
2611 column).
2613 @item type
2614 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2616 @item with
2617 Specify a @code{with} option to be inserted for every col being plotted
2618 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2619 Defaults to @code{lines}.
2621 @item file
2622 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
2624 @item labels
2625 List of labels to be used for the deps (defaults to the column headers if
2626 they exist).
2628 @item line
2629 Specify an entire line to be inserted in the Gnuplot script.
2631 @item map
2632 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2633 flat mapping rather than a @code{3d} slope.
2635 @item timefmt
2636 Specify format of Org-mode timestamps as they will be parsed by Gnuplot.
2637 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2639 @item script
2640 If you want total control, you can specify a script file (place the file name
2641 between double-quotes) which will be used to plot.  Before plotting, every
2642 instance of @code{$datafile} in the specified script will be replaced with
2643 the path to the generated data file.  Note: even if you set this option, you
2644 may still want to specify the plot type, as that can impact the content of
2645 the data file.
2646 @end table
2648 @node Hyperlinks, TODO Items, Tables, Top
2649 @chapter Hyperlinks
2650 @cindex hyperlinks
2652 Like HTML, Org provides links inside a file, external links to
2653 other files, Usenet articles, emails, and much more.
2655 @menu
2656 * Link format::                 How links in Org are formatted
2657 * Internal links::              Links to other places in the current file
2658 * External links::              URL-like links to the world
2659 * Handling links::              Creating, inserting and following
2660 * Using links outside Org::     Linking from my C source code?
2661 * Link abbreviations::          Shortcuts for writing complex links
2662 * Search options::              Linking to a specific location
2663 * Custom searches::             When the default search is not enough
2664 @end menu
2666 @node Link format, Internal links, Hyperlinks, Hyperlinks
2667 @section Link format
2668 @cindex link format
2669 @cindex format, of links
2671 Org will recognize plain URL-like links and activate them as
2672 clickable links.  The general link format, however, looks like this:
2674 @example
2675 [[link][description]]       @r{or alternatively}           [[link]]
2676 @end example
2678 @noindent
2679 Once a link in the buffer is complete (all brackets present), Org
2680 will change the display so that @samp{description} is displayed instead
2681 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2682 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2683 which by default is an underlined face.  You can directly edit the
2684 visible part of a link.  Note that this can be either the @samp{link}
2685 part (if there is no description) or the @samp{description} part.  To
2686 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2687 cursor on the link.
2689 If you place the cursor at the beginning or just behind the end of the
2690 displayed text and press @key{BACKSPACE}, you will remove the
2691 (invisible) bracket at that location.  This makes the link incomplete
2692 and the internals are again displayed as plain text.  Inserting the
2693 missing bracket hides the link internals again.  To show the
2694 internal structure of all links, use the menu entry
2695 @code{Org->Hyperlinks->Literal links}.
2697 @node Internal links, External links, Link format, Hyperlinks
2698 @section Internal links
2699 @cindex internal links
2700 @cindex links, internal
2701 @cindex targets, for links
2703 @cindex property, CUSTOM_ID
2704 If the link does not look like a URL, it is considered to be internal in the
2705 current file.  The most important case is a link like
2706 @samp{[[#my-custom-id]]} which will link to the entry with the
2707 @code{CUSTOM_ID} property @samp{my-custom-id}.  Such custom IDs are very good
2708 for HTML export (@pxref{HTML export}) where they produce pretty section
2709 links.  You are responsible yourself to make sure these custom IDs are unique
2710 in a file.
2712 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
2713 lead to a text search in the current file.
2715 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
2716 or with a mouse click (@pxref{Handling links}).  Links to custom IDs will
2717 point to the corresponding headline.  The preferred match for a text link is
2718 a @i{dedicated target}: the same string in double angular brackets.  Targets
2719 may be located anywhere; sometimes it is convenient to put them into a
2720 comment line. For example
2722 @example
2723 # <<My Target>>
2724 @end example
2726 @noindent In HTML export (@pxref{HTML export}), such targets will become
2727 named anchors for direct access through @samp{http} links@footnote{Note that
2728 text before the first headline is usually not exported, so the first such
2729 target should be after the first headline, or in the line directly before the
2730 first headline.}.
2732 If no dedicated target exists, Org will search for the words in the link.  In
2733 the above example the search would be for @samp{my target}.  Links starting
2734 with a star like @samp{*My Target} restrict the search to
2735 headlines@footnote{To insert a link targeting a headline, in-buffer
2736 completion can be used.  Just type a star followed by a few optional letters
2737 into the buffer and press @kbd{M-@key{TAB}}.  All headlines in the current
2738 buffer will be offered as completions.  @xref{Handling links}, for more
2739 commands creating links.}.  When searching, Org mode will first try an
2740 exact match, but then move on to more and more lenient searches.  For
2741 example, the link @samp{[[*My Targets]]} will find any of the following:
2743 @example
2744 ** My targets
2745 ** TODO my targets are bright
2746 ** my 20 targets are
2747 @end example
2750 Following a link pushes a mark onto Org's own mark ring.  You can
2751 return to the previous position with @kbd{C-c &}.  Using this command
2752 several times in direct succession goes back to positions recorded
2753 earlier.
2755 @menu
2756 * Radio targets::               Make targets trigger links in plain text
2757 @end menu
2759 @node Radio targets,  , Internal links, Internal links
2760 @subsection Radio targets
2761 @cindex radio targets
2762 @cindex targets, radio
2763 @cindex links, radio targets
2765 Org can automatically turn any occurrences of certain target names
2766 in normal text into a link.  So without explicitly creating a link, the
2767 text connects to the target radioing its position.  Radio targets are
2768 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2769 Target>>>} causes each occurrence of @samp{my target} in normal text to
2770 become activated as a link.  The Org file is scanned automatically
2771 for radio targets only when the file is first loaded into Emacs.  To
2772 update the target list during editing, press @kbd{C-c C-c} with the
2773 cursor on or at a target.
2775 @node External links, Handling links, Internal links, Hyperlinks
2776 @section External links
2777 @cindex links, external
2778 @cindex external links
2779 @cindex links, external
2780 @cindex Gnus links
2781 @cindex BBDB links
2782 @cindex IRC links
2783 @cindex URL links
2784 @cindex file links
2785 @cindex VM links
2786 @cindex RMAIL links
2787 @cindex WANDERLUST links
2788 @cindex MH-E links
2789 @cindex USENET links
2790 @cindex SHELL links
2791 @cindex Info links
2792 @cindex Elisp links
2794 Org supports links to files, websites, Usenet and email messages,
2795 BBDB database entries and links to both IRC conversations and their
2796 logs.  External links are URL-like locators.  They start with a short
2797 identifying string followed by a colon.  There can be no space after
2798 the colon.  The following list shows examples for each link type.
2800 @example
2801 http://www.astro.uva.nl/~dominik          @r{on the web}
2802 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2803 /home/dominik/images/jupiter.jpg          @r{same as above}
2804 file:papers/last.pdf                      @r{file, relative path}
2805 ./papers/last.pdf                         @r{same as above}
2806 file:/myself@@some.where:papers/last.pdf   @r{file, path on remote machine}
2807 /myself@@some.where:papers/last.pdf        @r{same as above}
2808 file:sometextfile::NNN                    @r{file with line number to jump to}
2809 file:projects.org                         @r{another Org file}
2810 file:projects.org::some words             @r{text search in Org file}
2811 file:projects.org::*task title            @r{heading search in Org file}
2812 docview:papers/last.pdf::NNN              @r{open file in doc-view mode at page NNN}
2813 id:B7423F4D-2E8A-471B-8810-C40F074717E9   @r{Link to heading by ID}
2814 news:comp.emacs                           @r{Usenet link}
2815 mailto:adent@@galaxy.net                   @r{Mail link}
2816 vm:folder                                 @r{VM folder link}
2817 vm:folder#id                              @r{VM message link}
2818 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2819 wl:folder                                 @r{WANDERLUST folder link}
2820 wl:folder#id                              @r{WANDERLUST message link}
2821 mhe:folder                                @r{MH-E folder link}
2822 mhe:folder#id                             @r{MH-E message link}
2823 rmail:folder                              @r{RMAIL folder link}
2824 rmail:folder#id                           @r{RMAIL message link}
2825 gnus:group                                @r{Gnus group link}
2826 gnus:group#id                             @r{Gnus article link}
2827 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
2828 irc:/irc.com/#emacs/bob                   @r{IRC link}
2829 shell:ls *.org                            @r{A shell command}
2830 elisp:org-agenda                          @r{Interactive Elisp command}
2831 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
2832 @end example
2834 A link should be enclosed in double brackets and may contain a
2835 descriptive text to be displayed instead of the URL (@pxref{Link
2836 format}), for example:
2838 @example
2839 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2840 @end example
2842 @noindent
2843 If the description is a file name or URL that points to an image, HTML
2844 export (@pxref{HTML export}) will inline the image as a clickable
2845 button.  If there is no description at all and the link points to an
2846 image,
2847 that image will be inlined into the exported HTML file.
2849 @cindex square brackets, around links
2850 @cindex plain text external links
2851 Org also finds external links in the normal text and activates them
2852 as links.  If spaces must be part of the link (for example in
2853 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2854 about the end of the link, enclose them in square brackets.
2856 @node Handling links, Using links outside Org, External links, Hyperlinks
2857 @section Handling links
2858 @cindex links, handling
2860 Org provides methods to create a link in the correct syntax, to
2861 insert it into an Org file, and to follow the link.
2863 @table @kbd
2864 @kindex C-c l
2865 @cindex storing links
2866 @item C-c l
2867 Store a link to the current location.  This is a @emph{global} command (you
2868 must create the key binding yourself) which can be used in any buffer to
2869 create a link.  The link will be stored for later insertion into an Org
2870 buffer (see below).  What kind of link will be created depends on the current
2871 buffer:
2873 @b{Org-mode buffers}@*
2874 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
2875 to the target.  Otherwise it points to the current headline, which will also
2876 be the description.
2878 @vindex org-link-to-org-use-id
2879 @cindex property, CUSTOM_ID
2880 @cindex property, ID
2881 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
2882 will be stored.  In addition or alternatively (depending on the value of
2883 @code{org-link-to-org-use-id}), a globally unique @code{ID} property will be
2884 created and/or used to construct a link.  So using this command in Org
2885 buffers will potentially create two links: a human-readable from the custom
2886 ID, and one that is globally unique and works even if the entry is moved from
2887 file to file.  Later, when inserting the link, you need to decide which one
2888 to use.
2890 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
2891 Pretty much all Emacs mail clients are supported.  The link will point to the
2892 current article, or, in some GNUS buffers, to the group.  The description is
2893 constructed from the author and the subject.
2895 @b{Web browsers: W3 and W3M}@*
2896 Here the link will be the current URL, with the page title as description.
2898 @b{Contacts: BBDB}@*
2899 Links created in a BBDB buffer will point to the current entry.
2901 @b{Chat: IRC}@*
2902 @vindex org-irc-link-to-logs
2903 For IRC links, if you set the variable @code{org-irc-link-to-logs} to
2904 @code{t}, a @samp{file:/} style link to the relevant point in the logs for
2905 the current conversation is created.  Otherwise an @samp{irc:/} style link to
2906 the user/channel/server under the point will be stored.
2908 @b{Other files}@*
2909 For any other files, the link will point to the file, with a search string
2910 (@pxref{Search options}) pointing to the contents of the current line.  If
2911 there is an active region, the selected words will form the basis of the
2912 search string.  If the automatically created link is not working correctly or
2913 accurately enough, you can write custom functions to select the search string
2914 and to do the search for particular file types---see @ref{Custom searches}.
2915 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
2917 @b{Agenda view}@*
2918 When the cursor is in an agenda view, the created link points to the
2919 entry referenced by the current line.
2922 @kindex C-c C-l
2923 @cindex link completion
2924 @cindex completion, of links
2925 @cindex inserting links
2926 @item C-c C-l
2927 @vindex org-keep-stored-link-after-insertion
2928 Insert a link@footnote{ Note that you don't have to use this command to
2929 insert a link.  Links in Org are plain text, and you can type or paste them
2930 straight into the buffer.  By using this command, the links are automatically
2931 enclosed in double brackets, and you will be asked for the optional
2932 descriptive text.}.  This prompts for a link to be inserted into the buffer.
2933 You can just type a link, using text for an internal link, or one of the link
2934 type prefixes mentioned in the examples above.  The link will be inserted
2935 into the buffer@footnote{After insertion of a stored link, the link will be
2936 removed from the list of stored links.  To keep it in the list later use, use
2937 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2938 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2939 If some text was selected when this command is called, the selected text
2940 becomes the default description.
2942 @b{Inserting stored links}@*
2943 All links stored during the
2944 current session are part of the history for this prompt, so you can access
2945 them with @key{up} and @key{down} (or @kbd{M-p/n}).
2947 @b{Completion support}@* Completion with @key{TAB} will help you to insert
2948 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2949 defined through link abbreviations (@pxref{Link abbreviations}).  If you
2950 press @key{RET} after inserting only the @var{prefix}, Org will offer
2951 specific completion support for some link types@footnote{This works by
2952 calling a special function @code{org-PREFIX-complete-link}.}  For
2953 example, if you type @kbd{file @key{RET}}, file name completion (alternative
2954 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
2955 @key{RET}} you can complete contact names.
2956 @kindex C-u C-c C-l
2957 @cindex file name completion
2958 @cindex completion, of file names
2959 @item C-u C-c C-l
2960 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2961 a file will be inserted and you may use file name completion to select
2962 the name of the file.  The path to the file is inserted relative to the
2963 directory of the current Org file, if the linked file is in the current
2964 directory or in a sub-directory of it, or if the path is written relative
2965 to the current directory using @samp{../}.  Otherwise an absolute path
2966 is used, if possible with @samp{~/} for your home directory.  You can
2967 force an absolute path with two @kbd{C-u} prefixes.
2969 @item C-c C-l @r{(with cursor on existing link)}
2970 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2971 link and description parts of the link.
2973 @cindex following links
2974 @kindex C-c C-o
2975 @kindex RET
2976 @item C-c C-o @r{or} @key{RET}
2977 @vindex org-file-apps
2978 Open link at point.  This will launch a web browser for URLs (using
2979 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
2980 the corresponding links, and execute the command in a shell link.  When the
2981 cursor is on an internal link, this commands runs the corresponding search.
2982 When the cursor is on a TAG list in a headline, it creates the corresponding
2983 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
2984 date.  Furthermore, it will visit text and remote files in @samp{file:} links
2985 with Emacs and select a suitable application for local non-text files.
2986 Classification of files is based on file extension only.  See option
2987 @code{org-file-apps}.  If you want to override the default application and
2988 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
2989 opening in Emacs, use a @kbd{C-u C-u} prefix.@*
2990 If the cursor is on a headline, but not on a link, offer all links in the
2991 headline and entry text.
2993 @kindex mouse-2
2994 @kindex mouse-1
2995 @item mouse-2
2996 @itemx mouse-1
2997 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2998 would.  Under Emacs 22, @kbd{mouse-1} will also follow a link.
3000 @kindex mouse-3
3001 @item mouse-3
3002 @vindex org-display-internal-link-with-indirect-buffer
3003 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
3004 internal links to be displayed in another window@footnote{See the
3005 variable @code{org-display-internal-link-with-indirect-buffer}}.
3007 @cindex mark ring
3008 @kindex C-c %
3009 @item C-c %
3010 Push the current position onto the mark ring, to be able to return
3011 easily. Commands following an internal link do this automatically.
3013 @cindex links, returning to
3014 @kindex C-c &
3015 @item C-c &
3016 Jump back to a recorded position.  A position is recorded by the
3017 commands following internal links, and by @kbd{C-c %}.  Using this
3018 command several times in direct succession moves through a ring of
3019 previously recorded positions.
3021 @kindex C-c C-x C-n
3022 @kindex C-c C-x C-p
3023 @cindex links, finding next/previous
3024 @item C-c C-x C-n
3025 @itemx C-c C-x C-p
3026 Move forward/backward to the next link in the buffer.  At the limit of
3027 the buffer, the search fails once, and then wraps around.  The key
3028 bindings for this are really too long, you might want to bind this also
3029 to @kbd{C-n} and @kbd{C-p}
3030 @lisp
3031 (add-hook 'org-load-hook
3032   (lambda ()
3033     (define-key 'org-mode-map "\C-n" 'org-next-link)
3034     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
3035 @end lisp
3036 @end table
3038 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
3039 @section Using links outside Org
3041 You can insert and follow links that have Org syntax not only in
3042 Org, but in any Emacs buffer.  For this, you should create two
3043 global commands, like this (please select suitable global keys
3044 yourself):
3046 @lisp
3047 (global-set-key "\C-c L" 'org-insert-link-global)
3048 (global-set-key "\C-c o" 'org-open-at-point-global)
3049 @end lisp
3051 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
3052 @section Link abbreviations
3053 @cindex link abbreviations
3054 @cindex abbreviation, links
3056 Long URLs can be cumbersome to type, and often many similar links are
3057 needed in a document.  For this you can use link abbreviations.  An
3058 abbreviated link looks like this
3060 @example
3061 [[linkword:tag][description]]
3062 @end example
3064 @noindent
3065 @vindex org-link-abbrev-alist
3066 where the tag is optional.  The @i{linkword} must be a word; letter, numbers,
3067 @samp{-}, and @samp{_} are allowed here.  Abbreviations are resolved
3068 according to the information in the variable @code{org-link-abbrev-alist}
3069 that relates the linkwords to replacement text.  Here is an example:
3071 @lisp
3072 @group
3073 (setq org-link-abbrev-alist
3074   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3075     ("google"   . "http://www.google.com/search?q=")
3076     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
3077                    nph-abs_connect?author=%s&db_key=AST")))
3078 @end group
3079 @end lisp
3081 If the replacement text contains the string @samp{%s}, it will be
3082 replaced with the tag.  Otherwise the tag will be appended to the string
3083 in order to create the link.  You may also specify a function that will
3084 be called with the tag as the only argument to create the link.
3086 With the above setting, you could link to a specific bug with
3087 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
3088 @code{[[google:OrgMode]]} and find out what the Org author is
3089 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
3091 If you need special abbreviations just for a single Org buffer, you
3092 can define them in the file with
3094 @cindex #+LINK
3095 @example
3096 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
3097 #+LINK: google    http://www.google.com/search?q=%s
3098 @end example
3100 @noindent
3101 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
3102 complete link abbreviations.  You may also define a function
3103 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
3104 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
3105 not accept any arguments, and return the full link with prefix.
3107 @node Search options, Custom searches, Link abbreviations, Hyperlinks
3108 @section Search options in file links
3109 @cindex search option in file links
3110 @cindex file links, searching
3112 File links can contain additional information to make Emacs jump to a
3113 particular location in the file when following a link.  This can be a
3114 line number or a search option after a double@footnote{For backward
3115 compatibility, line numbers can also follow a single colon.} colon. For
3116 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
3117 links}) to a file, it encodes the words in the current line as a search
3118 string that can be used to find this line back later when following the
3119 link with @kbd{C-c C-o}.
3121 Here is the syntax of the different ways to attach a search to a file
3122 link, together with an explanation:
3124 @example
3125 [[file:~/code/main.c::255]]
3126 [[file:~/xx.org::My Target]]
3127 [[file:~/xx.org::*My Target]]
3128 [[file:~/xx.org::#my-custom-id]]
3129 [[file:~/xx.org::/regexp/]]
3130 @end example
3132 @table @code
3133 @item 255
3134 Jump to line 255.
3135 @item My Target
3136 Search for a link target @samp{<<My Target>>}, or do a text search for
3137 @samp{my target}, similar to the search in internal links, see
3138 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
3139 link will become an HTML reference to the corresponding named anchor in
3140 the linked file.
3141 @item *My Target
3142 In an Org file, restrict search to headlines.
3143 @item #my-custom-id
3144 Link to a heading with a @code{CUSTOM_ID} property
3145 @item /regexp/
3146 Do a regular expression search for @code{regexp}.  This uses the Emacs
3147 command @code{occur} to list all matches in a separate window.  If the
3148 target file is in Org mode, @code{org-occur} is used to create a
3149 sparse tree with the matches.
3150 @c If the target file is a directory,
3151 @c @code{grep} will be used to search all files in the directory.
3152 @end table
3154 As a degenerate case, a file link with an empty file name can be used
3155 to search the current file.  For example, @code{[[file:::find me]]} does
3156 a search for @samp{find me} in the current file, just as
3157 @samp{[[find me]]} would.
3159 @node Custom searches,  , Search options, Hyperlinks
3160 @section Custom Searches
3161 @cindex custom search strings
3162 @cindex search strings, custom
3164 The default mechanism for creating search strings and for doing the
3165 actual search related to a file link may not work correctly in all
3166 cases.  For example, Bib@TeX{} database files have many entries like
3167 @samp{year="1993"} which would not result in good search strings,
3168 because the only unique identification for a Bib@TeX{} entry is the
3169 citation key.
3171 @vindex org-create-file-search-functions
3172 @vindex org-execute-file-search-functions
3173 If you come across such a problem, you can write custom functions to set
3174 the right search string for a particular file type, and to do the search
3175 for the string in the file.  Using @code{add-hook}, these functions need
3176 to be added to the hook variables
3177 @code{org-create-file-search-functions} and
3178 @code{org-execute-file-search-functions}.  See the docstring for these
3179 variables for more information.  Org actually uses this mechanism
3180 for Bib@TeX{} database files, and you can use the corresponding code as
3181 an implementation example.  See the file @file{org-bibtex.el}.
3183 @node TODO Items, Tags, Hyperlinks, Top
3184 @chapter TODO Items
3185 @cindex TODO items
3187 Org mode does not maintain TODO lists as separate documents@footnote{Of
3188 course, you can make a document that contains only long lists of TODO items,
3189 but this is not required.}.  Instead, TODO items are an integral part of the
3190 notes file, because TODO items usually come up while taking notes!  With Org
3191 mode, simply mark any entry in a tree as being a TODO item.  In this way,
3192 information is not duplicated, and the entire context from which the TODO
3193 item emerged is always present.
3195 Of course, this technique for managing TODO items scatters them
3196 throughout your notes file.  Org mode compensates for this by providing
3197 methods to give you an overview of all the things that you have to do.
3199 @menu
3200 * TODO basics::                 Marking and displaying TODO entries
3201 * TODO extensions::             Workflow and assignments
3202 * Progress logging::            Dates and notes for progress
3203 * Priorities::                  Some things are more important than others
3204 * Breaking down tasks::         Splitting a task into manageable pieces
3205 * Checkboxes::                  Tick-off lists
3206 @end menu
3208 @node TODO basics, TODO extensions, TODO Items, TODO Items
3209 @section Basic TODO functionality
3211 Any headline becomes a TODO item when it starts with the word
3212 @samp{TODO}, for example:
3214 @example
3215 *** TODO Write letter to Sam Fortune
3216 @end example
3218 @noindent
3219 The most important commands to work with TODO entries are:
3221 @table @kbd
3222 @kindex C-c C-t
3223 @cindex cycling, of TODO states
3224 @item C-c C-t
3225 Rotate the TODO state of the current item among
3227 @example
3228 ,-> (unmarked) -> TODO -> DONE --.
3229 '--------------------------------'
3230 @end example
3232 The same rotation can also be done ``remotely'' from the timeline and
3233 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3235 @kindex C-u C-c C-t
3236 @item C-u C-c C-t
3237 Select a specific keyword using completion or (if it has been set up)
3238 the fast selection interface.  For the latter, you need to assign keys
3239 to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for
3240 more information.
3242 @kindex S-@key{right}
3243 @kindex S-@key{left}
3244 @vindex org-treat-S-cursor-todo-selection-as-state-change
3245 @item S-@key{right}
3246 @itemx S-@key{left}
3247 Select the following/preceding TODO state, similar to cycling.  Useful
3248 mostly if more than two TODO states are possible (@pxref{TODO
3249 extensions}).  See also @ref{Conflicts}, for a discussion of the interaction
3250 with @code{shift-selection-mode}.  See also the variable
3251 @code{org-treat-S-cursor-todo-selection-as-state-change}.
3252 @kindex C-c C-v
3253 @kindex C-c / t
3254 @cindex sparse tree, for TODO
3255 @item C-c C-v
3256 @itemx C-c / t
3257 @vindex org-todo-keywords
3258 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds the
3259 entire buffer, but shows all TODO items and the headings hierarchy above
3260 them.  With a prefix argument, search for a specific TODO.  You will be
3261 prompted for the keyword, and you can also give a list of keywords like
3262 @code{KWD1|KWD2|...} to list entries that match any one of these keywords.
3263 With numeric prefix argument N, show the tree for the Nth keyword in the
3264 variable @code{org-todo-keywords}.  With two prefix arguments, find all TODO
3265 and DONE entries.
3266 @kindex C-c a t
3267 @item C-c a t
3268 Show the global TODO list.  Collects the TODO items from all agenda
3269 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
3270 be in @code{agenda-mode}, which provides commands to examine and
3271 manipulate the TODO entries from the new buffer (@pxref{Agenda
3272 commands}).  @xref{Global TODO list}, for more information.
3273 @kindex S-M-@key{RET}
3274 @item S-M-@key{RET}
3275 Insert a new TODO entry below the current one.
3276 @end table
3278 @noindent
3279 @vindex org-todo-state-tags-triggers
3280 Changing a TODO state can also trigger tag changes.  See the docstring of the
3281 option @code{org-todo-state-tags-triggers} for details.
3283 @node TODO extensions, Progress logging, TODO basics, TODO Items
3284 @section Extended use of TODO keywords
3285 @cindex extended TODO keywords
3287 @vindex org-todo-keywords
3288 By default, marked TODO entries have one of only two states: TODO and
3289 DONE.  Org mode allows you to classify TODO items in more complex ways
3290 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
3291 special setup, the TODO keyword system can work differently in different
3292 files.
3294 Note that @i{tags} are another way to classify headlines in general and
3295 TODO items in particular (@pxref{Tags}).
3297 @menu
3298 * Workflow states::             From TODO to DONE in steps
3299 * TODO types::                  I do this, Fred does the rest
3300 * Multiple sets in one file::   Mixing it all, and still finding your way
3301 * Fast access to TODO states::  Single letter selection of a state
3302 * Per-file keywords::           Different files, different requirements
3303 * Faces for TODO keywords::     Highlighting states
3304 * TODO dependencies::           When one task needs to wait for others
3305 @end menu
3307 @node Workflow states, TODO types, TODO extensions, TODO extensions
3308 @subsection TODO keywords as workflow states
3309 @cindex TODO workflow
3310 @cindex workflow states as TODO keywords
3312 You can use TODO keywords to indicate different @emph{sequential} states
3313 in the process of working on an item, for example@footnote{Changing
3314 this variable only becomes effective after restarting Org mode in a
3315 buffer.}:
3317 @lisp
3318 (setq org-todo-keywords
3319   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
3320 @end lisp
3322 The vertical bar separates the TODO keywords (states that @emph{need
3323 action}) from the DONE states (which need @emph{no further action}).  If
3324 you don't provide the separator bar, the last state is used as the DONE
3325 state.
3326 @cindex completion, of TODO keywords
3327 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
3328 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
3329 also use a numeric prefix argument to quickly select a specific state.  For
3330 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
3331 Or you can use @kbd{S-@key{left}} to go backward through the sequence.  If you
3332 define many keywords, you can use in-buffer completion
3333 (@pxref{Completion}) or even a special one-key selection scheme
3334 (@pxref{Fast access to TODO states}) to insert these words into the
3335 buffer.  Changing a TODO state can be logged with a timestamp, see
3336 @ref{Tracking TODO state changes}, for more information.
3338 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
3339 @subsection TODO keywords as types
3340 @cindex TODO types
3341 @cindex names as TODO keywords
3342 @cindex types as TODO keywords
3344 The second possibility is to use TODO keywords to indicate different
3345 @emph{types} of action items.  For example, you might want to indicate
3346 that items are for ``work'' or ``home''.  Or, when you work with several
3347 people on a single project, you might want to assign action items
3348 directly to persons, by using their names as TODO keywords.  This would
3349 be set up like this:
3351 @lisp
3352 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
3353 @end lisp
3355 In this case, different keywords do not indicate a sequence, but rather
3356 different types.  So the normal work flow would be to assign a task to a
3357 person, and later to mark it DONE.  Org mode supports this style by adapting
3358 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
3359 @kbd{t} command in the timeline and agenda buffers.}.  When used several
3360 times in succession, it will still cycle through all names, in order to first
3361 select the right type for a task.  But when you return to the item after some
3362 time and execute @kbd{C-c C-t} again, it will switch from any name directly
3363 to DONE.  Use prefix arguments or completion to quickly select a specific
3364 name.  You can also review the items of a specific TODO type in a sparse tree
3365 by using a numeric prefix to @kbd{C-c C-v}.  For example, to see all things
3366 Lucy has to do, you would use @kbd{C-3 C-c C-v}.  To collect Lucy's items
3367 from all agenda files into a single buffer, you would use the numeric prefix
3368 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
3370 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
3371 @subsection Multiple keyword sets in one file
3372 @cindex TODO keyword sets
3374 Sometimes you may want to use different sets of TODO keywords in
3375 parallel.  For example, you may want to have the basic
3376 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
3377 separate state indicating that an item has been canceled (so it is not
3378 DONE, but also does not require action).  Your setup would then look
3379 like this:
3381 @lisp
3382 (setq org-todo-keywords
3383       '((sequence "TODO" "|" "DONE")
3384         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
3385         (sequence "|" "CANCELED")))
3386 @end lisp
3388 The keywords should all be different, this helps Org mode to keep track
3389 of which subsequence should be used for a given entry.  In this setup,
3390 @kbd{C-c C-t} only operates within a subsequence, so it switches from
3391 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
3392 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
3393 select the correct sequence.  Besides the obvious ways like typing a
3394 keyword or using completion, you may also apply the following commands:
3396 @table @kbd
3397 @kindex C-S-@key{right}
3398 @kindex C-S-@key{left}
3399 @kindex C-u C-u C-c C-t
3400 @item C-u C-u C-c C-t
3401 @itemx C-S-@key{right}
3402 @itemx C-S-@key{left}
3403 These keys jump from one TODO subset to the next.  In the above example,
3404 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
3405 @code{DONE} to @code{REPORT}, and any of the words in the second row to
3406 @code{CANCELED}.  Note that the @kbd{C-S-} key binding conflict with
3407 @code{shift-selection-mode} (@pxref{Conflicts}).
3408 @kindex S-@key{right}
3409 @kindex S-@key{left}
3410 @item S-@key{right}
3411 @itemx S-@key{left}
3412 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
3413 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
3414 from @code{DONE} to @code{REPORT} in the example above.  See also
3415 @ref{Conflicts}, for a discussion of the interaction with
3416 @code{shift-selection-mode}.
3417 @end table
3419 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
3420 @subsection Fast access to TODO states
3422 If you would like to quickly change an entry to an arbitrary TODO state
3423 instead of cycling through the states, you can set up keys for
3424 single-letter access to the states.  This is done by adding the section
3425 key after each keyword, in parentheses.  For example:
3427 @lisp
3428 (setq org-todo-keywords
3429       '((sequence "TODO(t)" "|" "DONE(d)")
3430         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
3431         (sequence "|" "CANCELED(c)")))
3432 @end lisp
3434 @vindex org-fast-tag-selection-include-todo
3435 If you then press @code{C-c C-t} followed by the selection key, the entry
3436 will be switched to this state.  @key{SPC} can be used to remove any TODO
3437 keyword from an entry.@footnote{Check also the variable
3438 @code{org-fast-tag-selection-include-todo}, it allows you to change the TODO
3439 state through the tags interface (@pxref{Setting tags}), in case you like to
3440 mingle the two concepts.  Note that this means you need to come up with
3441 unique keys across both sets of keywords.}
3443 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
3444 @subsection Setting up keywords for individual files
3445 @cindex keyword options
3446 @cindex per-file keywords
3447 @cindex #+TODO
3448 @cindex #+TYP_TODO
3449 @cindex #+SEQ_TODO
3451 It can be very useful to use different aspects of the TODO mechanism in
3452 different files.  For file-local settings, you need to add special lines
3453 to the file which set the keywords and interpretation for that file
3454 only.  For example, to set one of the two examples discussed above, you
3455 need one of the following lines, starting in column zero anywhere in the
3456 file:
3458 @example
3459 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
3460 @end example
3461 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
3462 interpretation, but it means the same as @code{#+TODO}), or
3463 @example
3464 #+TYP_TODO: Fred Sara Lucy Mike | DONE
3465 @end example
3467 A setup for using several sets in parallel would be:
3469 @example
3470 #+TODO: TODO | DONE
3471 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
3472 #+TODO: | CANCELED
3473 @end example
3475 @cindex completion, of option keywords
3476 @kindex M-@key{TAB}
3477 @noindent To make sure you are using the correct keyword, type
3478 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
3480 @cindex DONE, final TODO keyword
3481 Remember that the keywords after the vertical bar (or the last keyword
3482 if no bar is there) must always mean that the item is DONE (although you
3483 may use a different word).  After changing one of these lines, use
3484 @kbd{C-c C-c} with the cursor still in the line to make the changes
3485 known to Org mode@footnote{Org mode parses these lines only when
3486 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
3487 cursor in a line starting with @samp{#+} is simply restarting Org mode
3488 for the current buffer.}.
3490 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
3491 @subsection Faces for TODO keywords
3492 @cindex faces, for TODO keywords
3494 @vindex org-todo @r{(face)}
3495 @vindex org-done @r{(face)}
3496 @vindex org-todo-keyword-faces
3497 Org mode highlights TODO keywords with special faces: @code{org-todo}
3498 for keywords indicating that an item still has to be acted upon, and
3499 @code{org-done} for keywords indicating that an item is finished.  If
3500 you are using more than 2 different states, you might want to use
3501 special faces for some of them.  This can be done using the variable
3502 @code{org-todo-keyword-faces}.  For example:
3504 @lisp
3505 @group
3506 (setq org-todo-keyword-faces
3507       '(("TODO" . org-warning) ("STARTED" . "yellow")
3508         ("CANCELED" . (:foreground "blue" :weight bold))))
3509 @end group
3510 @end lisp
3512 While using a list with face properties as shown for CANCELED @emph{should}
3513 work, this does not aways seem to be the case.  If necessary, define a
3514 special face and use that.  A string is interpreted as a color.  The variable
3515 @code{org-faces-easy-properties} determines if that color is interpreted as a
3516 foreground or a background color.
3518 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
3519 @subsection TODO dependencies
3520 @cindex TODO dependencies
3521 @cindex dependencies, of TODO states
3523 @vindex org-enforce-todo-dependencies
3524 @cindex property, ORDERED
3525 The structure of Org files (hierarchy and lists) makes it easy to define TODO
3526 dependencies.  Usually, a parent TODO task should not be marked DONE until
3527 all subtasks (defined as children tasks) are marked as DONE.  And sometimes
3528 there is a logical sequence to a number of (sub)tasks, so that one task
3529 cannot be acted upon before all siblings above it are done.  If you customize
3530 the variable @code{org-enforce-todo-dependencies}, Org will block entries
3531 from changing state to DONE while they have children that are not DONE.
3532 Furthermore, if an entry has a property @code{ORDERED}, each of its children
3533 will be blocked until all earlier siblings are marked DONE.  Here is an
3534 example:
3536 @example
3537 * TODO Blocked until (two) is done
3538 ** DONE one
3539 ** TODO two
3541 * Parent
3542   :PROPERTIES:
3543     :ORDERED: t
3544   :END:
3545 ** TODO a
3546 ** TODO b, needs to wait for (a)
3547 ** TODO c, needs to wait for (a) and (b)
3548 @end example
3550 @table @kbd
3551 @kindex C-c C-x o
3552 @item C-c C-x o
3553 @vindex org-track-ordered-property-with-tag
3554 @cindex property, ORDERED
3555 Toggle the @code{ORDERED} property of the current entry.  A property is used
3556 for this behavior because this should be local to the current entry, not
3557 inherited like a tag.  However, if you would like to @i{track} the value of
3558 this property with a tag for better visibility, customize the variable
3559 @code{org-track-ordered-property-with-tag}.
3560 @kindex C-u C-u C-u C-c C-t
3561 @item C-u C-u C-u C-c C-t
3562 Change TODO state, circumventing any state blocking.
3563 @end table
3565 @vindex org-agenda-dim-blocked-tasks
3566 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
3567 that cannot be closed because of such dependencies will be shown in a dimmed
3568 font or even made invisible in agenda views (@pxref{Agenda Views}).
3570 @cindex checkboxes and TODO dependencies
3571 @vindex org-enforce-todo-dependencies
3572 You can also block changes of TODO states by looking at checkboxes
3573 (@pxref{Checkboxes}).  If you set the variable
3574 @code{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
3575 checkboxes will be blocked from switching to DONE.
3577 If you need more complex dependency structures, for example dependencies
3578 between entries in different trees or files, check out the contributed
3579 module @file{org-depend.el}.
3581 @page
3582 @node Progress logging, Priorities, TODO extensions, TODO Items
3583 @section Progress logging
3584 @cindex progress logging
3585 @cindex logging, of progress
3587 Org mode can automatically record a timestamp and possibly a note when
3588 you mark a TODO item as DONE, or even each time you change the state of
3589 a TODO item.  This system is highly configurable, settings can be on a
3590 per-keyword basis and can be localized to a file or even a subtree.  For
3591 information on how to clock working time for a task, see @ref{Clocking
3592 work time}.
3594 @menu
3595 * Closing items::               When was this entry marked DONE?
3596 * Tracking TODO state changes::  When did the status change?
3597 * Tracking your habits::        How consistent have you been?
3598 @end menu
3600 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3601 @subsection Closing items
3603 The most basic logging is to keep track of @emph{when} a certain TODO
3604 item was finished.  This is achieved with@footnote{The corresponding
3605 in-buffer setting is: @code{#+STARTUP: logdone}}.
3607 @lisp
3608 (setq org-log-done 'time)
3609 @end lisp
3611 @noindent
3612 Then each time you turn an entry from a TODO (not-done) state into any
3613 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3614 just after the headline.  If you turn the entry back into a TODO item
3615 through further state cycling, that line will be removed again.  If you
3616 want to record a note along with the timestamp, use@footnote{The
3617 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3619 @lisp
3620 (setq org-log-done 'note)
3621 @end lisp
3623 @noindent
3624 You will then be prompted for a note, and that note will be stored below
3625 the entry with a @samp{Closing Note} heading.
3627 In the timeline (@pxref{Timeline}) and in the agenda
3628 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3629 display the TODO items with a @samp{CLOSED} timestamp on each day,
3630 giving you an overview of what has been done.
3632 @node Tracking TODO state changes, Tracking your habits, Closing items, Progress logging
3633 @subsection Tracking TODO state changes
3634 @cindex drawer, for state change recording
3636 @vindex org-log-states-order-reversed
3637 @vindex org-log-into-drawer
3638 @cindex property, LOG_INTO_DRAWER
3639 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
3640 might want to keep track of when a state change occurred and maybe take a
3641 note about this change.  You can either record just a timestamp, or a
3642 time-stamped note for a change.  These records will be inserted after the
3643 headline as an itemized list, newest first@footnote{See the variable
3644 @code{org-log-states-order-reversed}}.  When taking a lot of notes, you might
3645 want to get the notes out of the way into a drawer (@pxref{Drawers}).
3646 Customize the variable @code{org-log-into-drawer} to get this
3647 behavior---the recommended drawer for this is called @code{LOGBOOK}.  You can
3648 also overrule the setting of this variable for a subtree by setting a
3649 @code{LOG_INTO_DRAWER} property.
3651 Since it is normally too much to record a note for every state, Org mode
3652 expects configuration on a per-keyword basis for this.  This is achieved by
3653 adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
3654 in parentheses after each keyword.  For example, with the setting
3656 @lisp
3657 (setq org-todo-keywords
3658   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3659 @end lisp
3661 @noindent
3662 @vindex org-log-done
3663 you not only define global TODO keywords and fast access keys, but also
3664 request that a time is recorded when the entry is set to
3665 DONE@footnote{It is possible that Org mode will record two timestamps
3666 when you are using both @code{org-log-done} and state change logging.
3667 However, it will never prompt for two notes---if you have configured
3668 both, the state change recording note will take precedence and cancel
3669 the @samp{Closing Note}.}, and that a note is recorded when switching to
3670 WAIT or CANCELED.  The setting for WAIT is even more special: the
3671 @samp{!} after the slash means that in addition to the note taken when
3672 entering the state, a timestamp should be recorded when @i{leaving} the
3673 WAIT state, if and only if the @i{target} state does not configure
3674 logging for entering it.  So it has no effect when switching from WAIT
3675 to DONE, because DONE is configured to record a timestamp only.  But
3676 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3677 setting now triggers a timestamp even though TODO has no logging
3678 configured.
3680 You can use the exact same syntax for setting logging preferences local
3681 to a buffer:
3682 @example
3683 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3684 @end example
3686 @cindex property, LOGGING
3687 In order to define logging settings that are local to a subtree or a
3688 single item, define a LOGGING property in this entry.  Any non-empty
3689 LOGGING property resets all logging settings to nil.  You may then turn
3690 on logging for this specific tree using STARTUP keywords like
3691 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3692 settings like @code{TODO(!)}.  For example
3694 @example
3695 * TODO Log each state with only a time
3696   :PROPERTIES:
3697   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3698   :END:
3699 * TODO Only log when switching to WAIT, and when repeating
3700   :PROPERTIES:
3701   :LOGGING: WAIT(@@) logrepeat
3702   :END:
3703 * TODO No logging at all
3704   :PROPERTIES:
3705   :LOGGING: nil
3706   :END:
3707 @end example
3709 @node Tracking your habits,  , Tracking TODO state changes, Progress logging
3710 @subsection Tracking your habits
3711 @cindex habits
3713 Org has the ability to track the consistency of a special category of TODOs,
3714 called ``habits''.  A habit has the following properties:
3716 @enumerate
3717 @item
3718 You have enabled the @code{habits} module by customizing the variable
3719 @code{org-modules}.
3720 @item
3721 The habit is a TODO, with a TODO keyword representing an open state.
3722 @item
3723 The property @code{STYLE} is set to the value @code{habit}.
3724 @item
3725 The TODO has a scheduled date, with a @code{.+} style repeat interval.
3726 @item
3727 The TODO may also have minimum and maximum ranges specified by using the
3728 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
3729 three days, but at most every two days.
3730 @item
3731 You must also have state logging for the @code{DONE} state enabled, in order
3732 for historical data to be represented in the consistency graph.  If it's not
3733 enabled it's not an error, but the consistency graphs will be largely
3734 meaningless.
3735 @end enumerate
3737 To give you an idea of what the above rules look like in action, here's an
3738 actual habit with some history:
3740 @example
3741 ** TODO Shave
3742    SCHEDULED: <2009-10-17 Sat .+2d/4d>
3743    - State "DONE"       from "TODO"       [2009-10-15 Thu]
3744    - State "DONE"       from "TODO"       [2009-10-12 Mon]
3745    - State "DONE"       from "TODO"       [2009-10-10 Sat]
3746    - State "DONE"       from "TODO"       [2009-10-04 Sun]
3747    - State "DONE"       from "TODO"       [2009-10-02 Fri]
3748    - State "DONE"       from "TODO"       [2009-09-29 Tue]
3749    - State "DONE"       from "TODO"       [2009-09-25 Fri]
3750    - State "DONE"       from "TODO"       [2009-09-19 Sat]
3751    - State "DONE"       from "TODO"       [2009-09-16 Wed]
3752    - State "DONE"       from "TODO"       [2009-09-12 Sat]
3753    :PROPERTIES:
3754    :STYLE:    habit
3755    :LAST_REPEAT: [2009-10-19 Mon 00:36]
3756    :END:
3757 @end example
3759 What this habit says is: I want to shave at most every 2 days (given by the
3760 @code{SCHEDULED} date and repeat interval) and at least every 4 days.  If
3761 today is the 15th, then the habit first appears in the agenda on Oct 17,
3762 after the minimum of 2 days has elapsed, and will appear overdue on Oct 19,
3763 after four days have elapsed.
3765 What's really useful about habits is that they are displayed along with a
3766 consistency graph, to show how consistent you've been at getting that task
3767 done in the past.  This graph shows every day that the task was done over the
3768 past three weeks, with colors for each day.  The colors used are:
3770 @table @code
3771 @item Blue
3772 If the task wasn't to be done yet on that day.
3773 @item Green
3774 If the task could have been done on that day.
3775 @item Yellow
3776 If the task was going to be overdue the next day.
3777 @item Red
3778 If the task was overdue on that day.
3779 @end table
3781 In addition to coloring each day, the day is also marked with an asterix if
3782 the task was actually done that day, and an exclamation mark to show where
3783 the current day falls in the graph.
3785 There are several configuration variables that can be used to change the way
3786 habits are displayed in the agenda.
3788 @table @code
3789 @item org-habit-graph-column
3790 The buffer column at which the consistency graph should be drawn.  This will
3791 overwrite any text in that column, so it's a good idea to keep your habits'
3792 titles brief and to the point.
3793 @item org-habit-preceding-days
3794 The amount of history, in days before today, to appear in consistency graphs.
3795 @item org-habit-following-days
3796 The number of days after today that will appear in consistency graphs.
3797 @item org-habit-show-habits-only-for-today
3798 If non-nil, only show habits in today's agenda view.  This is set to true by
3799 default.
3800 @end table
3802 Lastly, pressing @kbd{K} in the agenda buffer will cause habits to
3803 temporarily be disabled and they won't appear at all.  Press @kbd{K} again to
3804 bring them back.  They are also subject to tag filtering, if you have habits
3805 which should only be done in certain contexts, for example.
3807 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3808 @section Priorities
3809 @cindex priorities
3811 If you use Org mode extensively, you may end up with enough TODO items that
3812 it starts to make sense to prioritize them.  Prioritizing can be done by
3813 placing a @emph{priority cookie} into the headline of a TODO item, like this
3815 @example
3816 *** TODO [#A] Write letter to Sam Fortune
3817 @end example
3819 @noindent
3820 @vindex org-priority-faces
3821 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3822 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie is
3823 treated as priority @samp{B}.  Priorities make a difference only in the
3824 agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have no
3825 inherent meaning to Org mode.  The cookies can be highlighted with special
3826 faces by customizing the variable @code{org-priority-faces}.
3828 Priorities can be attached to any outline tree entries; they do not need
3829 to be TODO items.
3831 @table @kbd
3832 @kindex @kbd{C-c ,}
3833 @item @kbd{C-c ,}
3834 Set the priority of the current headline.  The command prompts for a
3835 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3836 @key{SPC} instead, the priority cookie is removed from the headline.
3837 The priorities can also be changed ``remotely'' from the timeline and
3838 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3840 @kindex S-@key{up}
3841 @kindex S-@key{down}
3842 @item S-@key{up}
3843 @itemx S-@key{down}
3844 @vindex org-priority-start-cycle-with-default
3845 Increase/decrease priority of current headline@footnote{See also the option
3846 @code{org-priority-start-cycle-with-default}.}.  Note that these keys are
3847 also used to modify timestamps (@pxref{Creating timestamps}).  See also
3848 @ref{Conflicts}, for a discussion of the interaction with
3849 @code{shift-selection-mode}.
3850 @end table
3852 @vindex org-highest-priority
3853 @vindex org-lowest-priority
3854 @vindex org-default-priority
3855 You can change the range of allowed priorities by setting the variables
3856 @code{org-highest-priority}, @code{org-lowest-priority}, and
3857 @code{org-default-priority}.  For an individual buffer, you may set
3858 these values (highest, lowest, default) like this (please make sure that
3859 the highest priority is earlier in the alphabet than the lowest
3860 priority):
3862 @cindex #+PRIORITIES
3863 @example
3864 #+PRIORITIES: A C B
3865 @end example
3867 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3868 @section Breaking tasks down into subtasks
3869 @cindex tasks, breaking down
3870 @cindex statistics, for TODO items
3872 @vindex org-agenda-todo-list-sublevels
3873 It is often advisable to break down large tasks into smaller, manageable
3874 subtasks.  You can do this by creating an outline tree below a TODO item,
3875 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3876 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3877 the overview over the fraction of subtasks that are already completed, insert
3878 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3879 be updated each time the TODO status of a child changes, or when pressing
3880 @kbd{C-c C-c} on the cookie.  For example:
3882 @example
3883 * Organize Party [33%]
3884 ** TODO Call people [1/2]
3885 *** TODO Peter
3886 *** DONE Sarah
3887 ** TODO Buy food
3888 ** DONE Talk to neighbor
3889 @end example
3891 @cindex property, COOKIE_DATA
3892 If a heading has both checkboxes and TODO children below it, the meaning of
3893 the statistics cookie become ambiguous.  Set the property
3894 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
3895 this issue.
3897 @vindex org-hierarchical-todo-statistics
3898 If you would like to have the statistics cookie count any TODO entries in the
3899 subtree (not just direct children), configure the variable
3900 @code{org-hierarchical-todo-statistics}.  To do this for a single subtree,
3901 include the word @samp{recursive} into the value of the @code{COOKIE_DATA}
3902 property.
3904 @example
3905 * Parent capturing statistics [2/20]
3906   :PROPERTIES:
3907   :COOKIE_DATA: todo recursive
3908   :END:
3909 @end example
3911 If you would like a TODO entry to automatically change to DONE
3912 when all children are done, you can use the following setup:
3914 @example
3915 (defun org-summary-todo (n-done n-not-done)
3916   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3917   (let (org-log-done org-log-states)   ; turn off logging
3918     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3920 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3921 @end example
3924 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3925 large number of subtasks (@pxref{Checkboxes}).
3928 @node Checkboxes,  , Breaking down tasks, TODO Items
3929 @section Checkboxes
3930 @cindex checkboxes
3932 Every item in a plain list (@pxref{Plain lists}) can be made into a
3933 checkbox by starting it with the string @samp{[ ]}.  This feature is
3934 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3935 Checkboxes are not included into the global TODO list, so they are often
3936 great to split a task into a number of simple steps.  Or you can use
3937 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3938 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3940 Here is an example of a checkbox list.
3942 @example
3943 * TODO Organize party [2/4]
3944   - [-] call people [1/3]
3945     - [ ] Peter
3946     - [X] Sarah
3947     - [ ] Sam
3948   - [X] order food
3949   - [ ] think about what music to play
3950   - [X] talk to the neighbors
3951 @end example
3953 Checkboxes work hierarchically, so if a checkbox item has children that
3954 are checkboxes, toggling one of the children checkboxes will make the
3955 parent checkbox reflect if none, some, or all of the children are
3956 checked.
3958 @cindex statistics, for checkboxes
3959 @cindex checkbox statistics
3960 @cindex property, COOKIE_DATA
3961 @vindex org-hierarchical-checkbox-statistics
3962 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
3963 indicating how many checkboxes present in this entry have been checked off,
3964 and the total number of checkboxes present.  This can give you an idea on how
3965 many checkboxes remain, even without opening a folded entry.  The cookies can
3966 be placed into a headline or into (the first line of) a plain list item.
3967 Each cookie covers checkboxes of direct children structurally below the
3968 headline/item on which the cookie appears@footnote{Set the variable
3969 @code{org-hierarchical-checkbox-statistics} if you want such cookies to
3970 represent the all checkboxes below the cookie, not just the direct
3971 children.}.  You have to insert the cookie yourself by typing either
3972 @samp{[/]} or @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m}
3973 result, as in the examples above.  With @samp{[%]} you get information about
3974 the percentage of checkboxes checked (in the above example, this would be
3975 @samp{[50%]} and @samp{[33%]}, respectively).  In a headline, a cookie can
3976 count either checkboxes below the heading or TODO states of children, and it
3977 will display whatever was changed last.  Set the property @code{COOKIE_DATA}
3978 to either @samp{checkbox} or @samp{todo} to resolve this issue.
3980 @cindex blocking, of checkboxes
3981 @cindex checkbox blocking
3982 @cindex property, ORDERED
3983 If the current outline node has an @code{ORDERED} property, checkboxes must
3984 be checked off in sequence, and an error will be thrown if you try to check
3985 off a box while there are unchecked boxes above it.
3987 @noindent The following commands work with checkboxes:
3989 @table @kbd
3990 @kindex C-c C-c
3991 @item C-c C-c
3992 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
3993 double prefix argument, set it to @samp{[-]}, which is considered to be an
3994 intermediate state.
3995 @kindex C-c C-x C-b
3996 @item C-c C-x C-b
3997 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
3998 double prefix argument, set it to @samp{[-]}, which is considered to be an
3999 intermediate state.
4000 @itemize @minus
4001 @item
4002 If there is an active region, toggle the first checkbox in the region
4003 and set all remaining boxes to the same status as the first.  With a prefix
4004 arg, add or remove the checkbox for all items in the region.
4005 @item
4006 If the cursor is in a headline, toggle checkboxes in the region between
4007 this headline and the next (so @emph{not} the entire subtree).
4008 @item
4009 If there is no active region, just toggle the checkbox at point.
4010 @end itemize
4011 @kindex M-S-@key{RET}
4012 @item M-S-@key{RET}
4013 Insert a new item with a checkbox.
4014 This works only if the cursor is already in a plain list item
4015 (@pxref{Plain lists}).
4016 @kindex C-c C-x o
4017 @item C-c C-x o
4018 @vindex org-track-ordered-property-with-tag
4019 @cindex property, ORDERED
4020 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
4021 be checked off in sequence.  A property is used for this behavior because
4022 this should be local to the current entry, not inherited like a tag.
4023 However, if you would like to @i{track} the value of this property with a tag
4024 for better visibility, customize the variable
4025 @code{org-track-ordered-property-with-tag}.
4026 @kindex C-c #
4027 @item C-c #
4028 Update the statistics cookie in the current outline entry.  When called with
4029 a @kbd{C-u} prefix, update the entire file.  Checkbox statistic cookies are
4030 updated automatically if you toggle checkboxes with @kbd{C-c C-c} and make
4031 new ones with @kbd{M-S-@key{RET}}.  TODO statistics cookies update when
4032 changing TODO states.  If you delete boxes/entries or add/change them by
4033 hand, use this command to get things back into sync.  Or simply toggle any
4034 entry twice (checkboxes with @kbd{C-c C-c}).
4035 @end table
4037 @node Tags, Properties and Columns, TODO Items, Top
4038 @chapter Tags
4039 @cindex tags
4040 @cindex headline tagging
4041 @cindex matching, tags
4042 @cindex sparse tree, tag based
4044 An excellent way to implement labels and contexts for cross-correlating
4045 information is to assign @i{tags} to headlines.  Org mode has extensive
4046 support for tags.
4048 @vindex org-tag-faces
4049 Every headline can contain a list of tags; they occur at the end of the
4050 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
4051 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
4052 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
4053 Tags will by default be in bold face with the same color as the headline.
4054 You may specify special faces for specific tags using the variable
4055 @code{org-tag-faces}, in much the same way as you can for TODO keywords
4056 (@pxref{Faces for TODO keywords}).
4058 @menu
4059 * Tag inheritance::             Tags use the tree structure of the outline
4060 * Setting tags::                How to assign tags to a headline
4061 * Tag searches::                Searching for combinations of tags
4062 @end menu
4064 @node Tag inheritance, Setting tags, Tags, Tags
4065 @section Tag inheritance
4066 @cindex tag inheritance
4067 @cindex inheritance, of tags
4068 @cindex sublevels, inclusion into tags match
4070 @i{Tags} make use of the hierarchical structure of outline trees.  If a
4071 heading has a certain tag, all subheadings will inherit the tag as
4072 well.  For example, in the list
4074 @example
4075 * Meeting with the French group      :work:
4076 ** Summary by Frank                  :boss:notes:
4077 *** TODO Prepare slides for him      :action:
4078 @end example
4080 @noindent
4081 the final heading will have the tags @samp{:work:}, @samp{:boss:},
4082 @samp{:notes:}, and @samp{:action:} even though the final heading is not
4083 explicitly marked with those tags.  You can also set tags that all entries in
4084 a file should inherit just as if these tags were defined in a hypothetical
4085 level zero that surrounds the entire file.  Use a line like this@footnote{As
4086 with all these in-buffer settings, pressing @kbd{C-c C-c} activates any
4087 changes in the line.}:
4089 @cindex #+FILETAGS
4090 @example
4091 #+FILETAGS: :Peter:Boss:Secret:
4092 @end example
4094 @noindent
4095 @vindex org-use-tag-inheritance
4096 @vindex org-tags-exclude-from-inheritance
4097 To limit tag inheritance to specific tags, or to turn it off entirely, use
4098 the variables @code{org-use-tag-inheritance} and
4099 @code{org-tags-exclude-from-inheritance}.
4101 @vindex org-tags-match-list-sublevels
4102 When a headline matches during a tags search while tag inheritance is turned
4103 on, all the sublevels in the same tree will (for a simple match form) match
4104 as well@footnote{This is only true if the search does not involve more
4105 complex tests including properties (@pxref{Property searches}).}.  The list
4106 of matches may then become very long.  If you only want to see the first tags
4107 match in a subtree, configure the variable
4108 @code{org-tags-match-list-sublevels} (not recommended).
4110 @node Setting tags, Tag searches, Tag inheritance, Tags
4111 @section Setting tags
4112 @cindex setting tags
4113 @cindex tags, setting
4115 @kindex M-@key{TAB}
4116 Tags can simply be typed into the buffer at the end of a headline.
4117 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
4118 also a special command for inserting tags:
4120 @table @kbd
4121 @kindex C-c C-q
4122 @item C-c C-q
4123 @cindex completion, of tags
4124 @vindex org-tags-column
4125 Enter new tags for the current headline.  Org mode will either offer
4126 completion or a special single-key interface for setting tags, see
4127 below.  After pressing @key{RET}, the tags will be inserted and aligned
4128 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
4129 tags in the current buffer will be aligned to that column, just to make
4130 things look nice.  TAGS are automatically realigned after promotion,
4131 demotion, and TODO state changes (@pxref{TODO basics}).
4132 @kindex C-c C-c
4133 @item C-c C-c
4134 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
4135 @end table
4137 @vindex org-tag-alist
4138 Org will support tag insertion based on a @emph{list of tags}.  By
4139 default this list is constructed dynamically, containing all tags
4140 currently used in the buffer.  You may also globally specify a hard list
4141 of tags with the variable @code{org-tag-alist}.  Finally you can set
4142 the default tags for a given file with lines like
4144 @cindex #+TAGS
4145 @example
4146 #+TAGS: @@work @@home @@tennisclub
4147 #+TAGS: laptop car pc sailboat
4148 @end example
4150 If you have globally defined your preferred set of tags using the
4151 variable @code{org-tag-alist}, but would like to use a dynamic tag list
4152 in a specific file, add an empty TAGS option line to that file:
4154 @example
4155 #+TAGS:
4156 @end example
4158 @vindex org-tag-persistent-alist
4159 If you have a preferred set of tags that you would like to use in every file,
4160 in addition to those defined on a per-file basis by TAGS option lines, then
4161 you may specify a list of tags with the variable
4162 @code{org-tag-persistent-alist}.  You may turn this off on a per-file basis
4163 by adding a STARTUP option line to that file:
4165 @example
4166 #+STARTUP: noptag
4167 @end example
4169 By default Org mode uses the standard minibuffer completion facilities for
4170 entering tags.  However, it also implements another, quicker, tag selection
4171 method called @emph{fast tag selection}.  This allows you to select and
4172 deselect tags with just a single key press.  For this to work well you should
4173 assign unique letters to most of your commonly used tags.  You can do this
4174 globally by configuring the variable @code{org-tag-alist} in your
4175 @file{.emacs} file.  For example, you may find the need to tag many items in
4176 different files with @samp{:@@home:}.  In this case you can set something
4177 like:
4179 @lisp
4180 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
4181 @end lisp
4183 @noindent If the tag is only relevant to the file you are working on, then you
4184 can instead set the TAGS option line as:
4186 @example
4187 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
4188 @end example
4190 @noindent The tags interface will show the available tags in a splash
4191 window.  If you want to start a new line after a specific tag, insert
4192 @samp{\n} into the tag list
4194 @example
4195 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t) \n laptop(l)  pc(p)
4196 @end example
4198 @noindent or write them in two lines:
4200 @example
4201 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)
4202 #+TAGS: laptop(l)  pc(p)
4203 @end example
4205 @noindent
4206 You can also group together tags that are mutually exclusive by using
4207 braces, as in:
4209 @example
4210 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
4211 @end example
4213 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
4214 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
4216 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
4217 these lines to activate any changes.
4219 @noindent
4220 To set these mutually exclusive groups in the variable @code{org-tags-alist},
4221 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
4222 of the braces.  Similarly, you can use @code{:newline} to indicate a line
4223 break.  The previous example would be set globally by the following
4224 configuration:
4226 @lisp
4227 (setq org-tag-alist '((:startgroup . nil)
4228                       ("@@work" . ?w) ("@@home" . ?h)
4229                       ("@@tennisclub" . ?t)
4230                       (:endgroup . nil)
4231                       ("laptop" . ?l) ("pc" . ?p)))
4232 @end lisp
4234 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
4235 automatically present you with a special interface, listing inherited tags,
4236 the tags of the current headline, and a list of all valid tags with
4237 corresponding keys@footnote{Keys will automatically be assigned to tags which
4238 have no configured keys.}.  In this interface, you can use the following
4239 keys:
4241 @table @kbd
4242 @item a-z...
4243 Pressing keys assigned to tags will add or remove them from the list of
4244 tags in the current line.  Selecting a tag in a group of mutually
4245 exclusive tags will turn off any other tags from that group.
4246 @kindex @key{TAB}
4247 @item @key{TAB}
4248 Enter a tag in the minibuffer, even if the tag is not in the predefined
4249 list.  You will be able to complete on all tags present in the buffer.
4250 @kindex @key{SPC}
4251 @item @key{SPC}
4252 Clear all tags for this line.
4253 @kindex @key{RET}
4254 @item @key{RET}
4255 Accept the modified set.
4256 @item C-g
4257 Abort without installing changes.
4258 @item q
4259 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
4260 @item !
4261 Turn off groups of mutually exclusive tags.  Use this to (as an
4262 exception) assign several tags from such a group.
4263 @item C-c
4264 Toggle auto-exit after the next change (see below).
4265 If you are using expert mode, the first @kbd{C-c} will display the
4266 selection window.
4267 @end table
4269 @noindent
4270 This method lets you assign tags to a headline with very few keys.  With
4271 the above setup, you could clear the current tags and set @samp{@@home},
4272 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
4273 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
4274 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
4275 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
4276 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
4277 @key{RET} @key{RET}}.
4279 @vindex org-fast-tag-selection-single-key
4280 If you find that most of the time you need only a single key press to
4281 modify your list of tags, set the variable
4282 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
4283 press @key{RET} to exit fast tag selection---it will immediately exit
4284 after the first change.  If you then occasionally need more keys, press
4285 @kbd{C-c} to turn off auto-exit for the current tag selection process
4286 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
4287 C-c}).  If you set the variable to the value @code{expert}, the special
4288 window is not even shown for single-key tag selection, it comes up only
4289 when you press an extra @kbd{C-c}.
4291 @vindex org-complete-tags-always-offer-all-agenda-tags
4292 As said before, when setting tags and @code{org-tag-alist} is nil, then the
4293 list of tags in the current buffer is used.  Normally, this behavior is very
4294 convenient, except in org remember buffers (@pxref{Remember}), because there
4295 are no tags that can be calculated dynamically.  Here, you most probably want
4296 to have completion for all tags in all agenda files.  This can be done by
4297 setting @code{org-complete-tags-always-offer-all-agenda-tags} to non-nil in
4298 those buffers.
4300 @lisp
4301 (add-hook 'org-remember-mode-hook
4302           (lambda ()
4303             (set (make-local-variable
4304                   'org-complete-tags-always-offer-all-agenda-tags)
4305                  t)))
4306 @end lisp
4308 Of course, you can also set it to @code{t} globally if you always want to
4309 have completion of all tags in all agenda files.
4311 @node Tag searches,  , Setting tags, Tags
4312 @section Tag searches
4313 @cindex tag searches
4314 @cindex searching for tags
4316 Once a system of tags has been set up, it can be used to collect related
4317 information into special lists.
4319 @table @kbd
4320 @kindex C-c \
4321 @kindex C-c / m
4322 @item C-c \
4323 @itemx C-c / m
4324 Create a sparse tree with all headlines matching a tags search.  With a
4325 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4326 @kindex C-c a m
4327 @item C-c a m
4328 Create a global list of tag matches from all agenda files.
4329 @xref{Matching tags and properties}.
4330 @kindex C-c a M
4331 @item C-c a M
4332 @vindex org-tags-match-list-sublevels
4333 Create a global list of tag matches from all agenda files, but check
4334 only TODO items and force checking subitems (see variable
4335 @code{org-tags-match-list-sublevels}).
4336 @end table
4338 These commands all prompt for a match string which allows basic Boolean logic
4339 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
4340 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
4341 which are tagged, like @samp{Kathy} or @samp{Sally}.  The full syntax of the search
4342 string is rich and allows also matching against TODO keywords, entry levels
4343 and properties.  For a complete description with many examples, see
4344 @ref{Matching tags and properties}.
4347 @node Properties and Columns, Dates and Times, Tags, Top
4348 @chapter Properties and Columns
4349 @cindex properties
4351 Properties are a set of key-value pairs associated with an entry.  There
4352 are two main applications for properties in Org mode.  First, properties
4353 are like tags, but with a value.  Second, you can use properties to
4354 implement (very basic) database capabilities in an Org buffer.  For
4355 an example of the first application, imagine maintaining a file where
4356 you document bugs and plan releases for a piece of software.  Instead of
4357 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
4358 property, say @code{:Release:}, that in different subtrees has different
4359 values, such as @code{1.0} or @code{2.0}.  For an example of the second
4360 application of properties, imagine keeping track of your music CDs,
4361 where properties could be things such as the album, artist, date of
4362 release, number of tracks, and so on.
4364 Properties can be conveniently edited and viewed in column view
4365 (@pxref{Column view}).
4367 @menu
4368 * Property syntax::             How properties are spelled out
4369 * Special properties::          Access to other Org mode features
4370 * Property searches::           Matching property values
4371 * Property inheritance::        Passing values down the tree
4372 * Column view::                 Tabular viewing and editing
4373 * Property API::                Properties for Lisp programmers
4374 @end menu
4376 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
4377 @section Property syntax
4378 @cindex property syntax
4379 @cindex drawer, for properties
4381 Properties are key-value pairs.  They need to be inserted into a special
4382 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
4383 is specified on a single line, with the key (surrounded by colons)
4384 first, and the value after it.  Here is an example:
4386 @example
4387 * CD collection
4388 ** Classic
4389 *** Goldberg Variations
4390     :PROPERTIES:
4391     :Title:     Goldberg Variations
4392     :Composer:  J.S. Bach
4393     :Artist:    Glen Gould
4394     :Publisher: Deutsche Grammophon
4395     :NDisks:    1
4396     :END:
4397 @end example
4399 You may define the allowed values for a particular property @samp{:Xyz:}
4400 by setting a property @samp{:Xyz_ALL:}.  This special property is
4401 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
4402 the entire tree.  When allowed values are defined, setting the
4403 corresponding property becomes easier and is less prone to typing
4404 errors.  For the example with the CD collection, we can predefine
4405 publishers and the number of disks in a box like this:
4407 @example
4408 * CD collection
4409   :PROPERTIES:
4410   :NDisks_ALL:  1 2 3 4
4411   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
4412   :END:
4413 @end example
4415 If you want to set properties that can be inherited by any entry in a
4416 file, use a line like
4417 @cindex property, _ALL
4418 @cindex #+PROPERTY
4419 @example
4420 #+PROPERTY: NDisks_ALL 1 2 3 4
4421 @end example
4423 @vindex org-global-properties
4424 Property values set with the global variable
4425 @code{org-global-properties} can be inherited by all entries in all
4426 Org files.
4428 @noindent
4429 The following commands help to work with properties:
4431 @table @kbd
4432 @kindex M-@key{TAB}
4433 @item M-@key{TAB}
4434 After an initial colon in a line, complete property keys.  All keys used
4435 in the current file will be offered as possible completions.
4436 @kindex C-c C-x p
4437 @item C-c C-x p
4438 Set a property.  This prompts for a property name and a value.  If
4439 necessary, the property drawer is created as well.
4440 @item M-x org-insert-property-drawer
4441 Insert a property drawer into the current entry.  The drawer will be
4442 inserted early in the entry, but after the lines with planning
4443 information like deadlines.
4444 @kindex C-c C-c
4445 @item C-c C-c
4446 With the cursor in a property drawer, this executes property commands.
4447 @item C-c C-c s
4448 Set a property in the current entry.  Both the property and the value
4449 can be inserted using completion.
4450 @kindex S-@key{right}
4451 @kindex S-@key{left}
4452 @item S-@key{left}/@key{right}
4453 Switch property at point to the next/previous allowed value.
4454 @item C-c C-c d
4455 Remove a property from the current entry.
4456 @item C-c C-c D
4457 Globally remove a property, from all entries in the current file.
4458 @item C-c C-c c
4459 Compute the property at point, using the operator and scope from the
4460 nearest column format definition.
4461 @end table
4463 @node Special properties, Property searches, Property syntax, Properties and Columns
4464 @section Special properties
4465 @cindex properties, special
4467 Special properties provide an alternative access method to Org mode
4468 features, like the TODO state or the priority of an entry, discussed in the
4469 previous chapters.  This interface exists so that you can include
4470 these states in a column view (@pxref{Column view}), or to use them in
4471 queries.  The following property names are special and should not be
4472 used as keys in the properties drawer:
4474 @cindex property, special, TODO
4475 @cindex property, special, TAGS
4476 @cindex property, special, ALLTAGS
4477 @cindex property, special, CATEGORY
4478 @cindex property, special, PRIORITY
4479 @cindex property, special, DEADLINE
4480 @cindex property, special, SCHEDULED
4481 @cindex property, special, CLOSED
4482 @cindex property, special, TIMESTAMP
4483 @cindex property, special, TIMESTAMP_IA
4484 @cindex property, special, CLOCKSUM
4485 @cindex property, special, BLOCKED
4486 @c guessing that ITEM is needed in this area; also, should this list be sorted?
4487 @cindex property, special, ITEM
4488 @example
4489 TODO         @r{The TODO keyword of the entry.}
4490 TAGS         @r{The tags defined directly in the headline.}
4491 ALLTAGS      @r{All tags, including inherited ones.}
4492 CATEGORY     @r{The category of an entry.}
4493 PRIORITY     @r{The priority of the entry, a string with a single letter.}
4494 DEADLINE     @r{The deadline time string, without the angular brackets.}
4495 SCHEDULED    @r{The scheduling timestamp, without the angular brackets.}
4496 CLOSED       @r{When was this entry closed?}
4497 TIMESTAMP    @r{The first keyword-less timestamp in the entry.}
4498 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
4499 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
4500              @r{must be run first to compute the values.}
4501 BLOCKED      @r{"t" if task is currently blocked by children or siblings}
4502 ITEM         @r{The content of the entry.}
4503 @end example
4505 @node Property searches, Property inheritance, Special properties, Properties and Columns
4506 @section Property searches
4507 @cindex properties, searching
4508 @cindex searching, of properties
4510 To create sparse trees and special lists with selection based on properties,
4511 the same commands are used as for tag searches (@pxref{Tag searches}).
4512 @table @kbd
4513 @kindex C-c \
4514 @kindex C-c / m
4515 @item C-c \
4516 @itemx C-c / m
4517 Create a sparse tree with all matching entries.  With a
4518 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4519 @kindex C-c a m
4520 @item C-c a m
4521 Create a global list of tag/property  matches from all agenda files.
4522 @xref{Matching tags and properties}.
4523 @kindex C-c a M
4524 @item C-c a M
4525 @vindex org-tags-match-list-sublevels
4526 Create a global list of tag matches from all agenda files, but check
4527 only TODO items and force checking of subitems (see variable
4528 @code{org-tags-match-list-sublevels}).
4529 @end table
4531 The syntax for the search string is described in @ref{Matching tags and
4532 properties}.
4534 There is also a special command for creating sparse trees based on a
4535 single property:
4537 @table @kbd
4538 @kindex C-c / p
4539 @item C-c / p
4540 Create a sparse tree based on the value of a property.  This first
4541 prompts for the name of a property, and then for a value.  A sparse tree
4542 is created with all entries that define this property with the given
4543 value.  If you enclose the value into curly braces, it is interpreted as
4544 a regular expression and matched against the property values.
4545 @end table
4547 @node Property inheritance, Column view, Property searches, Properties and Columns
4548 @section Property Inheritance
4549 @cindex properties, inheritance
4550 @cindex inheritance, of properties
4552 @vindex org-use-property-inheritance
4553 The outline structure of Org-mode documents lends itself for an
4554 inheritance model of properties: if the parent in a tree has a certain
4555 property, the children can inherit this property.  Org mode does not
4556 turn this on by default, because it can slow down property searches
4557 significantly and is often not needed.  However, if you find inheritance
4558 useful, you can turn it on by setting the variable
4559 @code{org-use-property-inheritance}.  It may be set to @code{t} to make
4560 all properties inherited from the parent, to a list of properties
4561 that should be inherited, or to a regular expression that matches
4562 inherited properties.
4564 Org mode has a few properties for which inheritance is hard-coded, at
4565 least for the special applications for which they are used:
4567 @cindex property, COLUMNS
4568 @table @code
4569 @item COLUMNS
4570 The @code{:COLUMNS:} property defines the format of column view
4571 (@pxref{Column view}).  It is inherited in the sense that the level
4572 where a @code{:COLUMNS:} property is defined is used as the starting
4573 point for a column view table, independently of the location in the
4574 subtree from where columns view is turned on.
4575 @item CATEGORY
4576 @cindex property, CATEGORY
4577 For agenda view, a category set through a @code{:CATEGORY:} property
4578 applies to the entire subtree.
4579 @item ARCHIVE
4580 @cindex property, ARCHIVE
4581 For archiving, the @code{:ARCHIVE:} property may define the archive
4582 location for the entire subtree (@pxref{Moving subtrees}).
4583 @item LOGGING
4584 @cindex property, LOGGING
4585 The LOGGING property may define logging settings for an entry or a
4586 subtree (@pxref{Tracking TODO state changes}).
4587 @end table
4589 @node Column view, Property API, Property inheritance, Properties and Columns
4590 @section Column view
4592 A great way to view and edit properties in an outline tree is
4593 @emph{column view}.  In column view, each outline node is turned into a
4594 table row.  Columns in this table provide access to properties of the
4595 entries.  Org mode implements columns by overlaying a tabular structure
4596 over the headline of each item.  While the headlines have been turned
4597 into a table row, you can still change the visibility of the outline
4598 tree.  For example, you get a compact table by switching to CONTENTS
4599 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
4600 is active), but you can still open, read, and edit the entry below each
4601 headline.  Or, you can switch to column view after executing a sparse
4602 tree command and in this way get a table only for the selected items.
4603 Column view also works in agenda buffers (@pxref{Agenda Views}) where
4604 queries have collected selected items, possibly from a number of files.
4606 @menu
4607 * Defining columns::            The COLUMNS format property
4608 * Using column view::           How to create and use column view
4609 * Capturing column view::       A dynamic block for column view
4610 @end menu
4612 @node Defining columns, Using column view, Column view, Column view
4613 @subsection Defining columns
4614 @cindex column view, for properties
4615 @cindex properties, column view
4617 Setting up a column view first requires defining the columns.  This is
4618 done by defining a column format line.
4620 @menu
4621 * Scope of column definitions::  Where defined, where valid?
4622 * Column attributes::           Appearance and content of a column
4623 @end menu
4625 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
4626 @subsubsection Scope of column definitions
4628 To define a column format for an entire file, use a line like
4630 @cindex #+COLUMNS
4631 @example
4632 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4633 @end example
4635 To specify a format that only applies to a specific tree, add a
4636 @code{:COLUMNS:} property to the top node of that tree, for example:
4638 @example
4639 ** Top node for columns view
4640    :PROPERTIES:
4641    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4642    :END:
4643 @end example
4645 If a @code{:COLUMNS:} property is present in an entry, it defines columns
4646 for the entry itself, and for the entire subtree below it.  Since the
4647 column definition is part of the hierarchical structure of the document,
4648 you can define columns on level 1 that are general enough for all
4649 sublevels, and more specific columns further down, when you edit a
4650 deeper part of the tree.
4652 @node Column attributes,  , Scope of column definitions, Defining columns
4653 @subsubsection Column attributes
4654 A column definition sets the attributes of a column.  The general
4655 definition looks like this:
4657 @example
4658  %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
4659 @end example
4661 @noindent
4662 Except for the percent sign and the property name, all items are
4663 optional.  The individual parts have the following meaning:
4665 @example
4666 @var{width}           @r{An integer specifying the width of the column in characters.}
4667                 @r{If omitted, the width will be determined automatically.}
4668 @var{property}        @r{The property that should be edited in this column.}
4669                 @r{Special properties representing meta data are allowed here}
4670                 @r{as well (@pxref{Special properties})}
4671 (title)         @r{The header text for the column. If omitted, the}
4672                 @r{property name is used.}
4673 @{@var{summary-type}@}  @r{The summary type.  If specified, the column values for}
4674                 @r{parent nodes are computed from the children.}
4675                 @r{Supported summary types are:}
4676                 @{+@}       @r{Sum numbers in this column.}
4677                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
4678                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
4679                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
4680                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
4681                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
4682                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}
4683                 @{min@}     @r{Smallest number in column.}
4684                 @{max@}     @r{Largest number.}
4685                 @{mean@}    @r{Arithmetic mean of numbers.}
4686                 @{:min@}    @r{Smallest time value in column.}
4687                 @{:max@}    @r{Largest time value.}
4688                 @{:mean@}   @r{Arithmetic mean of time values.}
4689                 @{@@min@}   @r{Minimum age (in days/hours/mins/seconds).}
4690                 @{@@max@}   @r{Maximum age (in days/hours/mins/seconds).}
4691                 @{@@mean@}  @r{Arithmetic mean of ages (in days/hours/mins/seconds).}
4692 @end example
4694 @noindent
4695 Be aware that you can only have one summary type for any property you
4696 include. Subsequent columns referencing the same property will all display the
4697 same summary information.
4699 Here is an example for a complete columns definition, along with allowed
4700 values.
4702 @example
4703 :COLUMNS:  %25ITEM %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.}
4704                    %10Time_Estimate@{:@} %CLOCKSUM
4705 :Owner_ALL:    Tammy Mark Karl Lisa Don
4706 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
4707 :Approved_ALL: "[ ]" "[X]"
4708 @end example
4710 @noindent
4711 The first column, @samp{%25ITEM}, means the first 25 characters of the
4712 item itself, i.e. of the headline.  You probably always should start the
4713 column definition with the @samp{ITEM} specifier.  The other specifiers
4714 create columns @samp{Owner} with a list of names as allowed values, for
4715 @samp{Status} with four different possible values, and for a checkbox
4716 field @samp{Approved}.  When no width is given after the @samp{%}
4717 character, the column will be exactly as wide as it needs to be in order
4718 to fully display all values.  The @samp{Approved} column does have a
4719 modified title (@samp{Approved?}, with a question mark).  Summaries will
4720 be created for the @samp{Time_Estimate} column by adding time duration
4721 expressions like HH:MM, and for the @samp{Approved} column, by providing
4722 an @samp{[X]} status if all children have been checked.  The
4723 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
4724 in the subtree.
4726 @node Using column view, Capturing column view, Defining columns, Column view
4727 @subsection Using column view
4729 @table @kbd
4730 @tsubheading{Turning column view on and off}
4731 @kindex C-c C-x C-c
4732 @item C-c C-x C-c
4733 @vindex org-columns-default-format
4734 Turn on column view.  If the cursor is before the first headline in the file,
4735 column view is turned on for the entire file, using the @code{#+COLUMNS}
4736 definition.  If the cursor is somewhere inside the outline, this command
4737 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
4738 defines a format.  When one is found, the column view table is established
4739 for the tree starting at the entry that contains the @code{:COLUMNS:}
4740 property.  If no such property is found, the format is taken from the
4741 @code{#+COLUMNS} line or from the variable @code{org-columns-default-format},
4742 and column view is established for the current entry and its subtree.
4743 @kindex r
4744 @item r
4745 Recreate the column view, to include recent changes made in the buffer.
4746 @kindex g
4747 @item g
4748 Same as @kbd{r}.
4749 @kindex q
4750 @item q
4751 Exit column view.
4752 @tsubheading{Editing values}
4753 @item @key{left} @key{right} @key{up} @key{down}
4754 Move through the column view from field to field.
4755 @kindex S-@key{left}
4756 @kindex S-@key{right}
4757 @item  S-@key{left}/@key{right}
4758 Switch to the next/previous allowed value of the field.  For this, you
4759 have to have specified allowed values for a property.
4760 @item 1..9,0
4761 Directly select the nth allowed value, @kbd{0} selects the 10th value.
4762 @kindex n
4763 @kindex p
4764 @itemx  n / p
4765 Same as @kbd{S-@key{left}/@key{right}}
4766 @kindex e
4767 @item e
4768 Edit the property at point.  For the special properties, this will
4769 invoke the same interface that you normally use to change that
4770 property.  For example, when editing a TAGS property, the tag completion
4771 or fast selection interface will pop up.
4772 @kindex C-c C-c
4773 @item C-c C-c
4774 When there is a checkbox at point, toggle it.
4775 @kindex v
4776 @item v
4777 View the full value of this property.  This is useful if the width of
4778 the column is smaller than that of the value.
4779 @kindex a
4780 @item a
4781 Edit the list of allowed values for this property.  If the list is found
4782 in the hierarchy, the modified values is stored there.  If no list is
4783 found, the new value is stored in the first entry that is part of the
4784 current column view.
4785 @tsubheading{Modifying the table structure}
4786 @kindex <
4787 @kindex >
4788 @item < / >
4789 Make the column narrower/wider by one character.
4790 @kindex S-M-@key{right}
4791 @item S-M-@key{right}
4792 Insert a new column, to the left of the current column.
4793 @kindex S-M-@key{left}
4794 @item S-M-@key{left}
4795 Delete the current column.
4796 @end table
4798 @node Capturing column view,  , Using column view, Column view
4799 @subsection Capturing column view
4801 Since column view is just an overlay over a buffer, it cannot be
4802 exported or printed directly.  If you want to capture a column view, use
4803 a @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4804 of this block looks like this:
4806 @cindex #+BEGIN, columnview
4807 @example
4808 * The column view
4809 #+BEGIN: columnview :hlines 1 :id "label"
4811 #+END:
4812 @end example
4814 @noindent This dynamic block has the following parameters:
4816 @table @code
4817 @item :id
4818 This is the most important parameter.  Column view is a feature that is
4819 often localized to a certain (sub)tree, and the capture block might be
4820 at a different location in the file.  To identify the tree whose view to
4821 capture, you can use 4 values:
4822 @cindex property, ID
4823 @example
4824 local     @r{use the tree in which the capture block is located}
4825 global    @r{make a global view, including all headings in the file}
4826 "file:@var{path-to-file}"
4827           @r{run column view at the top of this file}
4828 "@var{ID}"      @r{call column view in the tree that has an @code{:ID:}}
4829           @r{property with the value @i{label}.  You can use}
4830           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4831           @r{the current entry and copy it to the kill-ring.}
4832 @end example
4833 @item :hlines
4834 When @code{t}, insert an hline after every line.  When a number @var{N}, insert
4835 an hline before each headline with level @code{<= @var{N}}.
4836 @item :vlines
4837 When set to @code{t}, force column groups to get vertical lines.
4838 @item :maxlevel
4839 When set to a number, don't capture entries below this level.
4840 @item :skip-empty-rows
4841 When set to @code{t}, skip rows where the only non-empty specifier of the
4842 column view is @code{ITEM}.
4844 @end table
4846 @noindent
4847 The following commands insert or update the dynamic block:
4849 @table @kbd
4850 @kindex C-c C-x i
4851 @item C-c C-x i
4852 Insert a dynamic block capturing a column view.  You will be prompted
4853 for the scope or ID of the view.
4854 @kindex C-c C-c
4855 @item C-c C-c
4856 @kindex C-c C-x C-u
4857 @itemx C-c C-x C-u
4858 Update dynamic block at point.  The cursor needs to be in the
4859 @code{#+BEGIN} line of the dynamic block.
4860 @kindex C-u C-c C-x C-u
4861 @item C-u C-c C-x C-u
4862 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4863 you have several clock table blocks in a buffer.
4864 @end table
4866 You can add formulas to the column view table and you may add plotting
4867 instructions in front of the table---these will survive an update of the
4868 block.  If there is a @code{#+TBLFM:} after the table, the table will
4869 actually be recalculated automatically after an update.
4871 An alternative way to capture and process property values into a table is
4872 provided by Eric Schulte's @file{org-collector.el} which is a contributed
4873 package@footnote{Contributed packages are not part of Emacs, but are
4874 distributed with the main distribution of Org (visit
4875 @uref{http://orgmode.org}).}.  It provides a general API to collect
4876 properties from entries in a certain scope, and arbitrary Lisp expressions to
4877 process these values before inserting them into a table or a dynamic block.
4879 @node Property API,  , Column view, Properties and Columns
4880 @section The Property API
4881 @cindex properties, API
4882 @cindex API, for properties
4884 There is a full API for accessing and changing properties.  This API can
4885 be used by Emacs Lisp programs to work with properties and to implement
4886 features based on them.  For more information see @ref{Using the
4887 property API}.
4889 @node Dates and Times, Capture - Refile - Archive, Properties and Columns, Top
4890 @chapter Dates and Times
4891 @cindex dates
4892 @cindex times
4893 @cindex timestamp
4894 @cindex date stamp
4896 To assist project planning, TODO items can be labeled with a date and/or
4897 a time.  The specially formatted string carrying the date and time
4898 information is called a @emph{timestamp} in Org mode.  This may be a
4899 little confusing because timestamp is often used as indicating when
4900 something was created or last changed.  However, in Org mode this term
4901 is used in a much wider sense.
4903 @menu
4904 * Timestamps::                  Assigning a time to a tree entry
4905 * Creating timestamps::         Commands which insert timestamps
4906 * Deadlines and scheduling::    Planning your work
4907 * Clocking work time::          Tracking how long you spend on a task
4908 * Resolving idle time::         Resolving time if you've been idle
4909 * Effort estimates::            Planning work effort in advance
4910 * Relative timer::              Notes with a running timer
4911 @end menu
4914 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4915 @section Timestamps, deadlines, and scheduling
4916 @cindex timestamps
4917 @cindex ranges, time
4918 @cindex date stamps
4919 @cindex deadlines
4920 @cindex scheduling
4922 A timestamp is a specification of a date (possibly with a time or a range of
4923 times) in a special format, either @samp{<2003-09-16 Tue>} or
4924 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4925 12:00-12:30>}@footnote{This is inspired by the standard ISO 8601 date/time
4926 format.  To use an alternative format, see @ref{Custom time format}.}.  A
4927 timestamp can appear anywhere in the headline or body of an Org tree entry.
4928 Its presence causes entries to be shown on specific dates in the agenda
4929 (@pxref{Weekly/daily agenda}).  We distinguish:
4931 @table @var
4932 @item Plain timestamp; Event; Appointment
4933 @cindex timestamp
4934 A simple timestamp just assigns a date/time to an item.  This is just
4935 like writing down an appointment or event in a paper agenda.  In the
4936 timeline and agenda displays, the headline of an entry associated with a
4937 plain timestamp will be shown exactly on that date.
4939 @example
4940 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4941 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4942 @end example
4944 @item Timestamp with repeater interval
4945 @cindex timestamp, with repeater interval
4946 A timestamp may contain a @emph{repeater interval}, indicating that it
4947 applies not only on the given date, but again and again after a certain
4948 interval of N days (d), weeks (w), months (m), or years (y).  The
4949 following will show up in the agenda every Wednesday:
4951 @example
4952 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4953 @end example
4955 @item Diary-style sexp entries
4956 For more complex date specifications, Org mode supports using the
4957 special sexp diary entries implemented in the Emacs calendar/diary
4958 package.  For example
4960 @example
4961 * The nerd meeting on every 2nd Thursday of the month
4962   <%%(diary-float t 4 2)>
4963 @end example
4965 @item Time/Date range
4966 @cindex timerange
4967 @cindex date range
4968 Two timestamps connected by @samp{--} denote a range.  The headline
4969 will be shown on the first and last day of the range, and on any dates
4970 that are displayed and fall in the range.  Here is an example:
4972 @example
4973 ** Meeting in Amsterdam
4974    <2004-08-23 Mon>--<2004-08-26 Thu>
4975 @end example
4977 @item Inactive timestamp
4978 @cindex timestamp, inactive
4979 @cindex inactive timestamp
4980 Just like a plain timestamp, but with square brackets instead of
4981 angular ones.  These timestamps are inactive in the sense that they do
4982 @emph{not} trigger an entry to show up in the agenda.
4984 @example
4985 * Gillian comes late for the fifth time [2006-11-01 Wed]
4986 @end example
4988 @end table
4990 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
4991 @section Creating timestamps
4992 @cindex creating timestamps
4993 @cindex timestamps, creating
4995 For Org mode to recognize timestamps, they need to be in the specific
4996 format.  All commands listed below produce timestamps in the correct
4997 format.
4999 @table @kbd
5000 @kindex C-c .
5001 @item C-c .
5002 Prompt for a date and insert a corresponding timestamp.  When the cursor is
5003 at an existing timestamp in the buffer, the command is used to modify this
5004 timestamp instead of inserting a new one.  When this command is used twice in
5005 succession, a time range is inserted.
5007 @kindex C-c !
5008 @item C-c !
5009 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
5010 an agenda entry.
5012 @kindex C-u C-c .
5013 @kindex C-u C-c !
5014 @item C-u C-c .
5015 @itemx C-u C-c !
5016 @vindex org-time-stamp-rounding-minutes
5017 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
5018 contains date and time.  The default time can be rounded to multiples of 5
5019 minutes, see the option @code{org-time-stamp-rounding-minutes}.
5021 @kindex C-c <
5022 @item C-c <
5023 Insert a timestamp corresponding to the cursor date in the Calendar.
5025 @kindex C-c >
5026 @item C-c >
5027 Access the Emacs calendar for the current date.  If there is a
5028 timestamp in the current line, go to the corresponding date
5029 instead.
5031 @kindex C-c C-o
5032 @item C-c C-o
5033 Access the agenda for the date given by the timestamp or -range at
5034 point (@pxref{Weekly/daily agenda}).
5036 @kindex S-@key{left}
5037 @kindex S-@key{right}
5038 @item S-@key{left}
5039 @itemx S-@key{right}
5040 Change date at cursor by one day.  These key bindings conflict with
5041 shift-selection and related modes (@pxref{Conflicts}).
5043 @kindex S-@key{up}
5044 @kindex S-@key{down}
5045 @item S-@key{up}
5046 @itemx S-@key{down}
5047 Change the item under the cursor in a timestamp.  The cursor can be on a
5048 year, month, day, hour or minute.  When the timestamp contains a time range
5049 like @samp{15:30-16:30}, modifying the first time will also shift the second,
5050 shifting the time block with constant length.  To change the length, modify
5051 the second time.  Note that if the cursor is in a headline and not at a
5052 timestamp, these same keys modify the priority of an item.
5053 (@pxref{Priorities}). The key bindings also conflict with shift-selection and
5054 related modes (@pxref{Conflicts}).
5056 @kindex C-c C-y
5057 @cindex evaluate time range
5058 @item C-c C-y
5059 Evaluate a time range by computing the difference between start and end.
5060 With a prefix argument, insert result after the time range (in a table: into
5061 the following column).
5062 @end table
5065 @menu
5066 * The date/time prompt::        How Org mode helps you entering date and time
5067 * Custom time format::          Making dates look different
5068 @end menu
5070 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
5071 @subsection The date/time prompt
5072 @cindex date, reading in minibuffer
5073 @cindex time, reading in minibuffer
5075 @vindex org-read-date-prefer-future
5076 When Org mode prompts for a date/time, the default is shown in default
5077 date/time format, and the prompt therefore seems to ask for a specific
5078 format.  But it will in fact accept any string containing some date and/or
5079 time information, and it is really smart about interpreting your input.  You
5080 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
5081 copied from an email message.  Org mode will find whatever information is in
5082 there and derive anything you have not specified from the @emph{default date
5083 and time}.  The default is usually the current date and time, but when
5084 modifying an existing timestamp, or when entering the second stamp of a
5085 range, it is taken from the stamp in the buffer.  When filling in
5086 information, Org mode assumes that most of the time you will want to enter a
5087 date in the future: if you omit the month/year and the given day/month is
5088 @i{before} today, it will assume that you mean a future date@footnote{See the
5089 variable @code{org-read-date-prefer-future}.  You may set that variable to
5090 the symbol @code{time} to even make a time before now shift the date to
5091 tomorrow.}.  If the date has been automatically shifted into the future, the
5092 time prompt will show this with @samp{(=>F).}
5094 For example, let's assume that today is @b{June 13, 2006}.  Here is how
5095 various inputs will be interpreted, the items filled in by Org mode are
5096 in @b{bold}.
5098 @example
5099 3-2-5         --> 2003-02-05
5100 2/5/3         --> 2003-02-05
5101 14            --> @b{2006}-@b{06}-14
5102 12            --> @b{2006}-@b{07}-12
5103 2/5           --> @b{2003}-02-05
5104 Fri           --> nearest Friday (defaultdate or later)
5105 sep 15        --> @b{2006}-09-15
5106 feb 15        --> @b{2007}-02-15
5107 sep 12 9      --> 2009-09-12
5108 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
5109 22 sept 0:34  --> @b{2006}-09-22 0:34
5110 w4            --> ISO week for of the current year @b{2006}
5111 2012 w4 fri   --> Friday of ISO week 4 in 2012
5112 2012-w04-5    --> Same as above
5113 @end example
5115 Furthermore you can specify a relative date by giving, as the
5116 @emph{first} thing in the input: a plus/minus sign, a number and a
5117 letter ([dwmy]) to indicate change in days, weeks, months, or years.  With a
5118 single plus or minus, the date is always relative to today.  With a
5119 double plus or minus, it is relative to the default date.  If instead of
5120 a single letter, you use the abbreviation of day name, the date will be
5121 the nth such day.  E.g.
5123 @example
5124 +0            --> today
5125 .             --> today
5126 +4d           --> four days from today
5127 +4            --> same as above
5128 +2w           --> two weeks from today
5129 ++5           --> five days from default date
5130 +2tue         --> second Tuesday from now.
5131 @end example
5133 @vindex parse-time-months
5134 @vindex parse-time-weekdays
5135 The function understands English month and weekday abbreviations.  If
5136 you want to use unabbreviated names and/or other languages, configure
5137 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
5139 @cindex calendar, for selecting date
5140 @vindex org-popup-calendar-for-date-prompt
5141 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
5142 you don't need/want the calendar, configure the variable
5143 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
5144 prompt, either by clicking on a date in the calendar, or by pressing
5145 @key{RET}, the date selected in the calendar will be combined with the
5146 information entered at the prompt.  You can control the calendar fully
5147 from the minibuffer:
5149 @kindex <
5150 @kindex >
5151 @kindex mouse-1
5152 @kindex S-@key{right}
5153 @kindex S-@key{left}
5154 @kindex S-@key{down}
5155 @kindex S-@key{up}
5156 @kindex M-S-@key{right}
5157 @kindex M-S-@key{left}
5158 @kindex @key{RET}
5159 @example
5160 > / <          @r{Scroll calendar forward/backward by one month.}
5161 mouse-1        @r{Select date by clicking on it.}
5162 S-@key{right}/@key{left}     @r{One day forward/backward.}
5163 S-@key{down}/@key{up}     @r{One week forward/backward.}
5164 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
5165 @key{RET}           @r{Choose date in calendar.}
5166 @end example
5168 @vindex org-read-date-display-live
5169 The actions of the date/time prompt may seem complex, but I assure you they
5170 will grow on you, and you will start getting annoyed by pretty much any other
5171 way of entering a date/time out there.  To help you understand what is going
5172 on, the current interpretation of your input will be displayed live in the
5173 minibuffer@footnote{If you find this distracting, turn the display of with
5174 @code{org-read-date-display-live}.}.
5176 @node Custom time format,  , The date/time prompt, Creating timestamps
5177 @subsection Custom time format
5178 @cindex custom date/time format
5179 @cindex time format, custom
5180 @cindex date format, custom
5182 @vindex org-display-custom-times
5183 @vindex org-time-stamp-custom-formats
5184 Org mode uses the standard ISO notation for dates and times as it is
5185 defined in ISO 8601.  If you cannot get used to this and require another
5186 representation of date and time to keep you happy, you can get it by
5187 customizing the variables @code{org-display-custom-times} and
5188 @code{org-time-stamp-custom-formats}.
5190 @table @kbd
5191 @kindex C-c C-x C-t
5192 @item C-c C-x C-t
5193 Toggle the display of custom formats for dates and times.
5194 @end table
5196 @noindent
5197 Org mode needs the default format for scanning, so the custom date/time
5198 format does not @emph{replace} the default format---instead it is put
5199 @emph{over} the default format using text properties.  This has the
5200 following consequences:
5201 @itemize @bullet
5202 @item
5203 You cannot place the cursor onto a timestamp anymore, only before or
5204 after.
5205 @item
5206 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
5207 each component of a timestamp.  If the cursor is at the beginning of
5208 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
5209 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
5210 time will be changed by one minute.
5211 @item
5212 If the timestamp contains a range of clock times or a repeater, these
5213 will not be overlayed, but remain in the buffer as they were.
5214 @item
5215 When you delete a timestamp character-by-character, it will only
5216 disappear from the buffer after @emph{all} (invisible) characters
5217 belonging to the ISO timestamp have been removed.
5218 @item
5219 If the custom timestamp format is longer than the default and you are
5220 using dates in tables, table alignment will be messed up.  If the custom
5221 format is shorter, things do work as expected.
5222 @end itemize
5225 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
5226 @section Deadlines and scheduling
5228 A timestamp may be preceded by special keywords to facilitate planning:
5230 @table @var
5231 @item DEADLINE
5232 @cindex DEADLINE keyword
5234 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
5235 to be finished on that date.
5237 @vindex org-deadline-warning-days
5238 On the deadline date, the task will be listed in the agenda.  In
5239 addition, the agenda for @emph{today} will carry a warning about the
5240 approaching or missed deadline, starting
5241 @code{org-deadline-warning-days} before the due date, and continuing
5242 until the entry is marked DONE.  An example:
5244 @example
5245 *** TODO write article about the Earth for the Guide
5246     The editor in charge is [[bbdb:Ford Prefect]]
5247     DEADLINE: <2004-02-29 Sun>
5248 @end example
5250 You can specify a different lead time for warnings for a specific
5251 deadlines using the following syntax.  Here is an example with a warning
5252 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
5254 @item SCHEDULED
5255 @cindex SCHEDULED keyword
5257 Meaning: you are planning to start working on that task on the given
5258 date.
5260 @vindex org-agenda-skip-scheduled-if-done
5261 The headline will be listed under the given date@footnote{It will still
5262 be listed on that date after it has been marked DONE.  If you don't like
5263 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
5264 addition, a reminder that the scheduled date has passed will be present
5265 in the compilation for @emph{today}, until the entry is marked DONE.
5266 I.e. the task will automatically be forwarded until completed.
5268 @example
5269 *** TODO Call Trillian for a date on New Years Eve.
5270     SCHEDULED: <2004-12-25 Sat>
5271 @end example
5273 @noindent
5274 @b{Important:} Scheduling an item in Org mode should @i{not} be
5275 understood in the same way that we understand @i{scheduling a meeting}.
5276 Setting a date for a meeting is just a simple appointment, you should
5277 mark this entry with a simple plain timestamp, to get this item shown
5278 on the date where it applies.  This is a frequent misunderstanding by
5279 Org users.  In Org mode, @i{scheduling} means setting a date when you
5280 want to start working on an action item.
5281 @end table
5283 You may use timestamps with repeaters in scheduling and deadline
5284 entries.  Org mode will issue early and late warnings based on the
5285 assumption that the timestamp represents the @i{nearest instance} of
5286 the repeater.  However, the use of diary sexp entries like
5288 @code{<%%(diary-float t 42)>}
5290 in scheduling and deadline timestamps is limited.  Org mode does not
5291 know enough about the internals of each sexp function to issue early and
5292 late warnings.  However, it will show the item on each day where the
5293 sexp entry matches.
5295 @menu
5296 * Inserting deadline/schedule::  Planning items
5297 * Repeated tasks::              Items that show up again and again
5298 @end menu
5300 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
5301 @subsection Inserting deadlines or schedules
5303 The following commands allow you to quickly insert a deadline or to schedule
5304 an item:
5306 @table @kbd
5308 @kindex C-c C-d
5309 @item C-c C-d
5310 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will happen
5311 in the line directly following the headline.  When called with a prefix arg,
5312 an existing deadline will be removed from the entry.  Depending on the
5313 variable @code{org-log-redeadline}@footnote{with corresponding
5314 @code{#+STARTUP} keywords @code{logredeadline}, @code{lognoteredeadline},
5315 and @code{nologredeadline}}, a note will be taken when changing an existing
5316 deadline.
5317 @c FIXME Any CLOSED timestamp will be removed.????????
5319 @kindex C-c C-s
5320 @item C-c C-s
5321 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
5322 happen in the line directly following the headline.  Any CLOSED timestamp
5323 will be removed.  When called with a prefix argument, remove the scheduling
5324 date from the entry.  Depending on the variable
5325 @code{org-log-reschedule}@footnote{with corresponding @code{#+STARTUP}
5326 keywords @code{logredeadline}, @code{lognoteredeadline}, and
5327 @code{nologredeadline}}, a note will be taken when changing an existing
5328 scheduling time.
5330 @kindex C-c C-x C-k
5331 @kindex k a
5332 @kindex k s
5333 @item C-c C-x C-k
5334 Mark the current entry for agenda action.  After you have marked the entry
5335 like this, you can open the agenda or the calendar to find an appropriate
5336 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
5337 schedule the marked item.
5339 @kindex C-c / d
5340 @cindex sparse tree, for deadlines
5341 @item C-c / d
5342 @vindex org-deadline-warning-days
5343 Create a sparse tree with all deadlines that are either past-due, or
5344 which will become due within @code{org-deadline-warning-days}.
5345 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
5346 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
5347 all deadlines due tomorrow.
5349 @kindex C-c / b
5350 @item C-c / b
5351 Sparse tree for deadlines and scheduled items before a given date.
5353 @kindex C-c / a
5354 @item C-c / a
5355 Sparse tree for deadlines and scheduled items after a given date.
5356 @end table
5358 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
5359 @subsection Repeated tasks
5360 @cindex tasks, repeated
5361 @cindex repeated tasks
5363 Some tasks need to be repeated again and again.  Org mode helps to
5364 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
5365 or plain timestamp.  In the following example
5366 @example
5367 ** TODO Pay the rent
5368    DEADLINE: <2005-10-01 Sat +1m>
5369 @end example
5370 @noindent
5371 the @code{+1m} is a repeater; the intended interpretation is that the task
5372 has a deadline on <2005-10-01> and repeats itself every (one) month starting
5373 from that time.  If you need both a repeater and a special warning period in
5374 a deadline entry, the repeater should come first and the warning period last:
5375 @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
5377 @vindex org-todo-repeat-to-state
5378 Deadlines and scheduled items produce entries in the agenda when they are
5379 over-due, so it is important to be able to mark such an entry as completed
5380 once you have done so.  When you mark a DEADLINE or a SCHEDULE with the TODO
5381 keyword DONE, it will no longer produce entries in the agenda.  The problem
5382 with this is, however, that then also the @emph{next} instance of the
5383 repeated entry will not be active.  Org mode deals with this in the following
5384 way: When you try to mark such an entry DONE (using @kbd{C-c C-t}), it will
5385 shift the base date of the repeating timestamp by the repeater interval, and
5386 immediately set the entry state back to TODO@footnote{In fact, the target
5387 state is taken from, in this sequence, the @code{REPEAT_TO_STATE} property or
5388 the variable @code{org-todo-repeat-to-state}.  If neither of these is
5389 specified, the target state defaults to the first state of the TODO state
5390 sequence.}.  In the example above, setting the state to DONE would actually
5391 switch the date like this:
5393 @example
5394 ** TODO Pay the rent
5395    DEADLINE: <2005-11-01 Tue +1m>
5396 @end example
5398 @vindex org-log-repeat
5399 A timestamp@footnote{You can change this using the option
5400 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
5401 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
5402 will also be prompted for a note.} will be added under the deadline, to keep
5403 a record that you actually acted on the previous instance of this deadline.
5405 As a consequence of shifting the base date, this entry will no longer be
5406 visible in the agenda when checking past dates, but all future instances
5407 will be visible.
5409 With the @samp{+1m} cookie, the date shift will always be exactly one
5410 month.  So if you have not paid the rent for three months, marking this
5411 entry DONE will still keep it as an overdue deadline.  Depending on the
5412 task, this may not be the best way to handle it.  For example, if you
5413 forgot to call you father for 3 weeks, it does not make sense to call
5414 him 3 times in a single day to make up for it.  Finally, there are tasks
5415 like changing batteries which should always repeat a certain time
5416 @i{after} the last time you did it.  For these tasks, Org mode has
5417 special repeaters markers with @samp{++} and @samp{.+}.  For example:
5419 @example
5420 ** TODO Call Father
5421    DEADLINE: <2008-02-10 Sun ++1w>
5422    Marking this DONE will shift the date by at least one week,
5423    but also by as many weeks as it takes to get this date into
5424    the future.  However, it stays on a Sunday, even if you called
5425    and marked it done on Saturday.
5426 ** TODO Check the batteries in the smoke detectors
5427    DEADLINE: <2005-11-01 Tue .+1m>
5428    Marking this DONE will shift the date to one month after
5429    today.
5430 @end example
5432 You may have both scheduling and deadline information for a specific
5433 task---just make sure that the repeater intervals on both are the same.
5435 An alternative to using a repeater is to create a number of copies of a task
5436 subtree, with dates shifted in each copy.  The command @kbd{C-c C-x c} was
5437 created for this purpose, it is described in @ref{Structure editing}.
5440 @node Clocking work time, Resolving idle time, Deadlines and scheduling, Dates and Times
5441 @section Clocking work time
5443 Org mode allows you to clock the time you spend on specific tasks in a
5444 project.  When you start working on an item, you can start the clock.
5445 When you stop working on that task, or when you mark the task done, the
5446 clock is stopped and the corresponding time interval is recorded.  It
5447 also computes the total time spent on each subtree of a project.  And it
5448 remembers a history or tasks recently clocked, to that you can jump quickly
5449 between a number of tasks absorbing your time.
5451 To save the clock history across Emacs sessions, use
5452 @lisp
5453 (setq org-clock-persist 'history)
5454 (org-clock-persistence-insinuate)
5455 @end lisp
5456 When you clock into a new task after resuming Emacs, the incomplete
5457 clock@footnote{To resume the clock under the assumption that you have worked
5458 on this task while outside Emacs, use @code{(setq org-clock-persist t)}.}
5459 will be found (@pxref{Resolving idle time}) and you will be prompted about
5460 what to do with it.
5462 @table @kbd
5463 @kindex C-c C-x C-i
5464 @item C-c C-x C-i
5465 @vindex org-clock-into-drawer
5466 Start the clock on the current item (clock-in).  This inserts the CLOCK
5467 keyword together with a timestamp.  If this is not the first clocking of
5468 this item, the multiple CLOCK lines will be wrapped into a
5469 @code{:LOGBOOK:} drawer (see also the variable
5470 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
5471 select the task from a list of recently clocked tasks.  With two @kbd{C-u
5472 C-u} prefixes, clock into the task at point and mark it as the default task.
5473 The default task will always be available when selecting a clocking task,
5474 with letter @kbd{d}.@*
5475 @cindex property: CLOCK_MODELINE_TOTAL
5476 @cindex property: LAST_REPEAT
5477 @vindex org-clock-modeline-total
5478 While the clock is running, the current clocking time is shown in the mode
5479 line, along with the title of the task.  The clock time shown will be all
5480 time ever clocked for this task and its children.  If the task has an effort
5481 estimate (@pxref{Effort estimates}), the mode line displays the current
5482 clocking time against it@footnote{To add an effort estimate ``on the fly'',
5483 hook a function doing this to @code{org-clock-in-prepare-hook}.}  If the task
5484 is a repeating one (@pxref{Repeated tasks}), only the time since the last
5485 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
5486 will be shown.  More control over what time is shown can be exercised with
5487 the @code{CLOCK_MODELINE_TOTAL} property.  It may have the values
5488 @code{current} to show only the current clocking instance, @code{today} to
5489 show all time clocked on this tasks today (see also the variable
5490 @code{org-extend-today-until}), @code{all} to include all time, or
5491 @code{auto} which is the default@footnote{See also the variable
5492 @code{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
5493 mode line entry will pop up a menu with clocking options.
5494 @kindex C-c C-x C-o
5495 @item C-c C-x C-o
5496 @vindex org-log-note-clock-out
5497 Stop the clock (clock-out).  This inserts another timestamp at the same
5498 location where the clock was last started.  It also directly computes
5499 the resulting time in inserts it after the time range as @samp{=>
5500 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
5501 possibility to record an additional note together with the clock-out
5502 timestamp@footnote{The corresponding in-buffer setting is:
5503 @code{#+STARTUP: lognoteclock-out}}.
5504 @kindex C-c C-x C-e
5505 @item C-c C-x C-e
5506 Update the effort estimate for the current clock task.
5507 @kindex C-c C-y
5508 @kindex C-c C-c
5509 @item C-c C-y @ @ @r{or}@ @ C-c C-c
5510 Recompute the time interval after changing one of the timestamps.  This
5511 is only necessary if you edit the timestamps directly.  If you change
5512 them with @kbd{S-@key{cursor}} keys, the update is automatic.
5513 @kindex C-c C-t
5514 @item C-c C-t
5515 Changing the TODO state of an item to DONE automatically stops the clock
5516 if it is running in this same item.
5517 @kindex C-c C-x C-x
5518 @item C-c C-x C-x
5519 Cancel the current clock.  This is useful if a clock was started by
5520 mistake, or if you ended up working on something else.
5521 @kindex C-c C-x C-j
5522 @item C-c C-x C-j
5523 Jump to the entry that contains the currently running clock.  With a
5524 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
5525 tasks.
5526 @kindex C-c C-x C-d
5527 @item C-c C-x C-d
5528 @vindex org-remove-highlights-with-change
5529 Display time summaries for each subtree in the current buffer.  This
5530 puts overlays at the end of each headline, showing the total time
5531 recorded under that heading, including the time of any subheadings. You
5532 can use visibility cycling to study the tree, but the overlays disappear
5533 when you change the buffer (see variable
5534 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
5535 @kindex C-c C-x C-r
5536 @item C-c C-x C-r
5537 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
5538 report as an Org-mode table into the current file.  When the cursor is
5539 at an existing clock table, just update it.  When called with a prefix
5540 argument, jump to the first clock report in the current document and
5541 update it.
5542 @cindex #+BEGIN, clocktable
5543 @example
5544 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
5545 #+END: clocktable
5546 @end example
5547 @noindent
5548 If such a block already exists at point, its content is replaced by the
5549 new table.  The @samp{BEGIN} line can specify options:
5550 @example
5551 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
5552 :emphasize   @r{When @code{t}, emphasize level one and level two items.}
5553 :scope       @r{The scope to consider.  This can be any of the following:}
5554              nil        @r{the current buffer or narrowed region}
5555              file       @r{the full current buffer}
5556              subtree    @r{the subtree where the clocktable is located}
5557              tree@var{N}      @r{the surrounding level @var{N} tree, for example @code{tree3}}
5558              tree       @r{the surrounding level 1 tree}
5559              agenda     @r{all agenda files}
5560              ("file"..) @r{scan these files}
5561              file-with-archives    @r{current file and its archives}
5562              agenda-with-archives  @r{all agenda files, including archives}
5563 :block       @r{The time block to consider.  This block is specified either}
5564              @r{absolute, or relative to the current time and may be any of}
5565              @r{these formats:}
5566              2007-12-31    @r{New year eve 2007}
5567              2007-12       @r{December 2007}
5568              2007-W50      @r{ISO-week 50 in 2007}
5569              2007          @r{the year 2007}
5570              today, yesterday, today-@var{N}          @r{a relative day}
5571              thisweek, lastweek, thisweek-@var{N}     @r{a relative week}
5572              thismonth, lastmonth, thismonth-@var{N}  @r{a relative month}
5573              thisyear, lastyear, thisyear-@var{N}     @r{a relative year}
5574              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
5575 :tstart      @r{A time string specifying when to start considering times.}
5576 :tend        @r{A time string specifying when to stop considering times.}
5577 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
5578              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
5579 :link        @r{Link the item headlines in the table to their origins.}
5580 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
5581              @r{As a special case, @samp{:formula %} adds a column with % time.}
5582              @r{If you do not specify a formula here, any existing formula.}
5583              @r{below the clock table will survive updates and be evaluated.}
5584 :timestamp   @r{A timestamp for the entry, when available.  Look for SCHEDULED,}
5585              @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
5586 @end example
5587 To get a clock summary of the current level 1 tree, for the current
5588 day, you could write
5589 @example
5590 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
5591 #+END: clocktable
5592 @end example
5593 @noindent
5594 and to use a specific time range you could write@footnote{Note that all
5595 parameters must be specified in a single line---the line is broken here
5596 only to fit it into the manual.}
5597 @example
5598 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
5599                     :tend "<2006-08-10 Thu 12:00>"
5600 #+END: clocktable
5601 @end example
5602 A summary of the current subtree with % times would be
5603 @example
5604 #+BEGIN: clocktable :scope subtree :link t :formula %
5605 #+END: clocktable
5606 @end example
5607 @kindex C-c C-c
5608 @item C-c C-c
5609 @kindex C-c C-x C-u
5610 @itemx C-c C-x C-u
5611 Update dynamic block at point.  The cursor needs to be in the
5612 @code{#+BEGIN} line of the dynamic block.
5613 @kindex C-u C-c C-x C-u
5614 @item C-u C-c C-x C-u
5615 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
5616 you have several clock table blocks in a buffer.
5617 @kindex S-@key{left}
5618 @kindex S-@key{right}
5619 @item S-@key{left}
5620 @itemx S-@key{right}
5621 Shift the current @code{:block} interval and update the table.  The cursor
5622 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
5623 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
5624 @end table
5626 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
5627 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
5628 worked on or closed during a day.
5630 @node Resolving idle time, Effort estimates, Clocking work time, Dates and Times
5631 @section Resolving idle time
5632 @cindex resolve idle time
5634 @cindex idle, resolve, dangling
5635 If you clock in on a work item, and then walk away from your
5636 computer---perhaps to take a phone call---you often need to ``resolve'' the
5637 time you were away by either subtracting it from the current clock, or
5638 applying it to another one.
5640 @vindex org-clock-idle-time
5641 By customizing the variable @code{org-clock-idle-time} to some integer, such
5642 as 10 or 15, Emacs can alert you when you get back to your computer after
5643 being idle for that many minutes@footnote{On computers using Mac OS X,
5644 idleness is based on actual user idleness, not just Emacs' idle time.  For
5645 X11, you can install a utility program @file{x11idle.c}, available in the
5646 UTILITIES directory of the Org git distribution, to get the same general
5647 treatment of idleness.  On other systems, idle time refers to Emacs idle time
5648 only.}, and ask what you want to do with the idle time.  There will be a
5649 question waiting for you when you get back, indicating how much idle time has
5650 passed (constantly updated with the current amount), as well as a set of
5651 choices to correct the discrepancy:
5653 @table @kbd
5654 @item k
5655 To keep some or all of the minutes and stay clocked in, press @kbd{k}.  Org
5656 will ask how many of the minutes to keep.  Press @key{RET} to keep them all,
5657 effectively changing nothing, or enter a number to keep that many minutes.
5658 @item K
5659 If you use the shift key and press @kbd{K}, it will keep however many minutes
5660 you request and then immediately clock out of that task.  If you keep all of
5661 the minutes, this is the same as just clocking out of the current task.
5662 @item s
5663 To keep none of the minutes, use @kbd{s} to subtract all the away time from
5664 the clock, and then check back in from the moment you returned.
5665 @item S
5666 To keep none of the minutes and just clock out at the start of the away time,
5667 use the shift key and press @kbd{S}.  Remember that using shift will always
5668 leave you clocked out, no matter which option you choose.
5669 @item C
5670 To cancel the clock altogether, use @kbd{C}.  Note that if instead of
5671 cancelling you subtract the away time, and the resulting clock amount is less
5672 than a minute, the clock will still be cancelled rather than clutter up the
5673 log with an empty entry.
5674 @end table
5676 What if you subtracted those away minutes from the current clock, and now
5677 want to apply them to a new clock?  Simply clock in to any task immediately
5678 after the subtraction.  Org will notice that you have subtracted time ``on
5679 the books'', so to speak, and will ask if you want to apply those minutes to
5680 the next task you clock in on.
5682 There is one other instance when this clock resolution magic occurs.  Say you
5683 were clocked in and hacking away, and suddenly your cat chased a mouse who
5684 scared a hamster that crashed into your UPS's power button!  You suddenly
5685 lose all your buffers, but thanks to auto-save you still have your recent Org
5686 mode changes, including your last clock in.
5688 If you restart Emacs and clock into any task, Org will notice that you have a
5689 dangling clock which was never clocked out from your last session.  Using
5690 that clock's starting time as the beginning of the unaccounted-for period,
5691 Org will ask how you want to resolve that time.  The logic and behavior is
5692 identical to dealing with away time due to idleness, it's just happening due
5693 to a recovery event rather than a set amount of idle time.
5695 You can also check all the files visited by your Org agenda for dangling
5696 clocks at any time using @kbd{M-x org-resolve-clocks}.
5698 @node Effort estimates, Relative timer, Resolving idle time, Dates and Times
5699 @section Effort estimates
5700 @cindex effort estimates
5702 @cindex property, Effort
5703 @vindex org-effort-property
5704 If you want to plan your work in a very detailed way, or if you need to
5705 produce offers with quotations of the estimated work effort, you may want to
5706 assign effort estimates to entries.  If you are also clocking your work, you
5707 may later want to compare the planned effort with the actual working time, a
5708 great way to improve planning estimates.  Effort estimates are stored in a
5709 special property @samp{Effort}@footnote{You may change the property being
5710 used with the variable @code{org-effort-property}.}.  You can set the effort
5711 for an entry with the following commands:
5713 @table @kbd
5714 @kindex C-c C-x e
5715 @item C-c C-x e
5716 Set the effort estimate for the current entry.  With a numeric prefix
5717 argument, set it to the NTH allowed value (see below).  This command is also
5718 accessible from the agenda with the @kbd{e} key.
5719 @kindex C-c C-x C-e
5720 @item C-c C-x C-e
5721 Modify the effort estimate of the item currently being clocked.
5722 @end table
5724 Clearly the best way to work with effort estimates is through column view
5725 (@pxref{Column view}).  You should start by setting up discrete values for
5726 effort estimates, and a @code{COLUMNS} format that displays these values
5727 together with clock sums (if you want to clock your time).  For a specific
5728 buffer you can use
5730 @example
5731 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
5732 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
5733 @end example
5735 @noindent
5736 @vindex org-global-properties
5737 @vindex org-columns-default-format
5738 or, even better, you can set up these values globally by customizing the
5739 variables @code{org-global-properties} and @code{org-columns-default-format}.
5740 In particular if you want to use this setup also in the agenda, a global
5741 setup may be advised.
5743 The way to assign estimates to individual items is then to switch to column
5744 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
5745 value.  The values you enter will immediately be summed up in the hierarchy.
5746 In the column next to it, any clocked time will be displayed.
5748 @vindex org-agenda-columns-add-appointments-to-effort-sum
5749 If you switch to column view in the daily/weekly agenda, the effort column
5750 will summarize the estimated work effort for each day@footnote{Please note
5751 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
5752 column view}).}, and you can use this to find space in your schedule.  To get
5753 an overview of the entire part of the day that is committed, you can set the
5754 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
5755 appointments on a day that take place over a specified time interval will
5756 then also be added to the load estimate of the day.
5758 Effort estimates can be used in secondary agenda filtering that is triggered
5759 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
5760 these estimates defined consistently, two or three key presses will narrow
5761 down the list to stuff that fits into an available time slot.
5763 @node Relative timer,  , Effort estimates, Dates and Times
5764 @section Taking notes with a relative timer
5765 @cindex relative timer
5767 When taking notes during, for example, a meeting or a video viewing, it can
5768 be useful to have access to times relative to a starting time.  Org provides
5769 such a relative timer and make it easy to create timed notes.
5771 @table @kbd
5772 @kindex C-c C-x .
5773 @item C-c C-x .
5774 Insert a relative time into the buffer.  The first time you use this, the
5775 timer will be started.  When called with a prefix argument, the timer is
5776 restarted.
5777 @kindex C-c C-x -
5778 @item C-c C-x -
5779 Insert a description list item with the current relative time.  With a prefix
5780 argument, first reset the timer to 0.
5781 @kindex M-@key{RET}
5782 @item M-@key{RET}
5783 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
5784 new timer items.
5785 @kindex C-c C-x ,
5786 @item C-c C-x ,
5787 Pause the timer, or continue it if it is already paused.
5788 @c removed the sentence because it is redundant to the following item
5789 @kindex C-u C-c C-x ,
5790 @item C-u C-c C-x ,
5791 Stop the timer.  After this, you can only start a new timer, not continue the
5792 old one.  This command also removes the timer from the mode line.
5793 @kindex C-c C-x 0
5794 @item C-c C-x 0
5795 Reset the timer without inserting anything into the buffer.  By default, the
5796 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
5797 specific starting offset.  The user is prompted for the offset, with a
5798 default taken from a timer string at point, if any, So this can be used to
5799 restart taking notes after a break in the process.  When called with a double
5800 prefix argument @kbd{C-c C-u}, change all timer strings in the active region
5801 by a certain amount.  This can be used to fix timer strings if the timer was
5802 not started at exactly the right moment.
5803 @end table
5805 @node Capture - Refile - Archive, Agenda Views, Dates and Times, Top
5806 @chapter Capture - Refile - Archive
5807 @cindex capture
5809 An important part of any organization system is the ability to quickly
5810 capture new ideas and tasks, and to associate reference material with them.
5811 Org uses the @file{remember.el} package to create tasks, and stores files
5812 related to a task (@i{attachments}) in a special directory.  Once in the
5813 system, tasks and projects need to be moved around.  Moving completed project
5814 trees to an archive file keeps the system compact and fast.
5816 @menu
5817 * Remember::                    Capture new tasks/ideas with little interruption
5818 * Attachments::                 Add files to tasks.
5819 * RSS Feeds::                   Getting input from RSS feeds
5820 * Protocols::                   External (e.g. Browser) access to Emacs and Org
5821 * Refiling notes::              Moving a tree from one place to another
5822 * Archiving::                   What to do with finished projects
5823 @end menu
5825 @node Remember, Attachments, Capture - Refile - Archive, Capture - Refile - Archive
5826 @section Remember
5827 @cindex @file{remember.el}
5829 The Remember package by John Wiegley lets you store quick notes with little
5830 interruption of your work flow.  It is an excellent way to add new notes and
5831 tasks to Org files.  The @code{remember.el} package is part of Emacs 23, not
5832 Emacs 22.  See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
5833 more information.
5835 Org significantly expands the possibilities of Remember: you may define
5836 templates for different note types, and associate target files and headlines
5837 with specific templates.  It also allows you to select the location where a
5838 note should be stored interactively, on the fly.
5840 @menu
5841 * Setting up Remember for Org::  Some code for .emacs to get things going
5842 * Remember templates::          Define the outline of different note types
5843 * Storing notes::               Directly get the note to where it belongs
5844 @end menu
5846 @node Setting up Remember for Org, Remember templates, Remember, Remember
5847 @subsection Setting up Remember for Org
5849 The following customization will tell Remember to use Org files as
5850 target, and to create annotations compatible with Org links.
5852 @example
5853 (org-remember-insinuate)
5854 (setq org-directory "~/path/to/my/orgfiles/")
5855 (setq org-default-notes-file (concat org-directory "/notes.org"))
5856 (define-key global-map "\C-cr" 'org-remember)
5857 @end example
5859 @noindent
5860 The last line binds the command @code{org-remember} to a global
5861 key@footnote{Please select your own key, @kbd{C-c r} is only a
5862 suggestion.}.  @code{org-remember} basically just calls Remember,
5863 but it makes a few things easier: if there is an active region, it will
5864 automatically copy the region into the Remember buffer.  It also allows
5865 to jump to the buffer and location where Remember notes are being
5866 stored: just call @code{org-remember} with a prefix argument.  If you
5867 use two prefix arguments, Org jumps to the location where the last
5868 remember note was stored.
5870 The Remember buffer will actually use @code{org-mode} as its major mode, so
5871 that all editing features of Org mode are available.  In addition to this, a
5872 minor mode @code{org-remember-mode} is turned on, for the single purpose that
5873 you can use its keymap @code{org-remember-mode-map} to override some of
5874 Org mode's key bindings.
5876 You can also call @code{org-remember} in a special way from the agenda,
5877 using the @kbd{k r} key combination.  With this access, any timestamps
5878 inserted by the selected Remember template (see below) will default to
5879 the cursor date in the agenda, rather than to the current date.
5881 @node Remember templates, Storing notes, Setting up Remember for Org, Remember
5882 @subsection Remember templates
5883 @cindex templates, for Remember
5885 In combination with Org, you can use templates to generate
5886 different types of Remember notes.  For example, if you would like
5887 to use one template to create general TODO entries, another one for
5888 journal entries, and a third one for collecting random ideas, you could
5889 use:
5891 @example
5892 (setq org-remember-templates
5893  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
5894    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
5895    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5896 @end example
5898 @vindex org-remember-default-headline
5899 @vindex org-directory
5900 @noindent In these entries, the first string is just a name, and the
5901 character specifies how to select the template.  It is useful if the
5902 character is also the first letter of the name.  The next string specifies
5903 the template.  Two more (optional) strings give the file in which, and the
5904 headline under which, the new note should be stored.  The file (if not
5905 present or @code{nil}) defaults to @code{org-default-notes-file}, the heading
5906 to @code{org-remember-default-headline}.  If the file name is not an absolute
5907 path, it will be interpreted relative to @code{org-directory}.
5909 The heading can also be the symbols @code{top} or @code{bottom} to send notes
5910 as level 1 entries to the beginning or end of the file, respectively.  It may
5911 also be the symbol @code{date-tree}.  Then, a tree with year on level 1,
5912 month on level 2 and day on level three will be built in the file, and the
5913 entry will be filed into the tree under the current date@footnote{If the file
5914 contains an entry with a @code{DATE_TREE} property, the entire date tree will
5915 be built under that entry.}
5917 An optional sixth element specifies the contexts in which the user can select
5918 the template.  This element can be a list of major modes or a function.
5919 @code{org-remember} will first check whether the function returns @code{t} or
5920 if we are in any of the listed major modes, and exclude templates for which
5921 this condition is not fulfilled.  Templates that do not specify this element
5922 at all, or that use @code{nil} or @code{t} as a value will always be
5923 selectable.
5925 So for example:
5927 @example
5928 (setq org-remember-templates
5929  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
5930    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
5931    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5932 @end example
5934 @noindent
5935 The first template will only be available when invoking @code{org-remember}
5936 from a buffer in @code{emacs-lisp-mode}.  The second template will only be
5937 available when the function @code{my-check} returns @code{t}.  The third
5938 template will be proposed in any context.
5940 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
5941 something, Org will prompt for a key to select the template (if you have
5942 more than one template) and then prepare the buffer like
5943 @example
5944 * TODO
5945   [[file:@var{link to where you called remember}]]
5946 @end example
5948 @noindent
5949 During expansion of the template, special @kbd{%}-escapes@footnote{If you
5950 need one of these sequences literally, escape the @kbd{%} with a backslash.}
5951 allow dynamic insertion of content:
5952 @example
5953 %^@{@var{prompt}@}  @r{prompt the user for a string and replace this sequence with it.}
5954             @r{You may specify a default value and a completion table with}
5955             @r{%^@{prompt|default|completion2|completion3...@}}
5956             @r{The arrow keys access a prompt-specific history.}
5957 %a          @r{annotation, normally the link created with @code{org-store-link}}
5958 %A          @r{like @code{%a}, but prompt for the description part}
5959 %i          @r{initial content, the region when remember is called with C-u.}
5960             @r{The entire text will be indented like @code{%i} itself.}
5961 %t          @r{timestamp, date only}
5962 %T          @r{timestamp with date and time}
5963 %u, %U      @r{like the above, but inactive timestamps}
5964 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
5965             @r{You may define a prompt like @code{%^@{Birthday@}t}}
5966 %n          @r{user name (taken from @code{user-full-name})}
5967 %c          @r{Current kill ring head.}
5968 %x          @r{Content of the X clipboard.}
5969 %^C         @r{Interactive selection of which kill or clip to use.}
5970 %^L         @r{Like @code{%^C}, but insert as link.}
5971 %k          @r{title of the currently clocked task}
5972 %K          @r{link to the currently clocked task}
5973 %^g         @r{prompt for tags, with completion on tags in target file.}
5974 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
5975 %^@{@var{prop}@}p   @r{Prompt the user for a value for property @var{prop}}
5976 %:keyword   @r{specific information for certain link types, see below}
5977 %[@var{file}]     @r{insert the contents of the file given by @var{file}}
5978 %(@var{sexp})     @r{evaluate Elisp @var{sexp} and replace with the result}
5979 %!          @r{immediately store note after completing the template}
5980             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
5981 %&          @r{jump to target location immediately after storing note}
5982 @end example
5984 @noindent
5985 For specific link types, the following keywords will be
5986 defined@footnote{If you define your own link types (@pxref{Adding
5987 hyperlink types}), any property you store with
5988 @code{org-store-link-props} can be accessed in remember templates in a
5989 similar way.}:
5991 @vindex org-from-is-user-regexp
5992 @example
5993 Link type          |  Available keywords
5994 -------------------+----------------------------------------------
5995 bbdb               |  %:name %:company
5996 bbdb               |  %::server %:port %:nick
5997 vm, wl, mh, rmail  |  %:type %:subject %:message-id
5998                    |  %:from %:fromname %:fromaddress
5999                    |  %:to   %:toname   %:toaddress
6000                    |  %: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}.}}
6001 gnus               |  %:group, @r{for messages also all email fields}
6002 w3, w3m            |  %:url
6003 info               |  %:file %:node
6004 calendar           |  %:date"
6005 @end example
6007 @noindent
6008 To place the cursor after template expansion use:
6010 @example
6011 %?          @r{After completing the template, position cursor here.}
6012 @end example
6014 @noindent
6015 If you change your mind about which template to use, call
6016 @code{org-remember} in the remember buffer.  You may then select a new
6017 template that will be filled with the previous context information.
6019 @node Storing notes,  , Remember templates, Remember
6020 @subsection Storing notes
6022 @vindex org-remember-clock-out-on-exit
6023 When you are finished preparing a note with Remember, you have to press
6024 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
6025 Remember buffer, you will first be asked if you want to clock out
6026 now@footnote{To avoid this query, configure the variable
6027 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
6028 will continue to run after the note was filed away.
6030 The handler will then store the note in the file and under the headline
6031 specified in the template, or it will use the default file and headline.  The
6032 window configuration will be restored, sending you back to the working
6033 context before the call to Remember.  To re-use the location found during the
6034 last call to Remember, exit the Remember buffer with @kbd{C-0 C-c C-c},
6035 i.e. specify a zero prefix argument to @kbd{C-c C-c}.  Another special case
6036 is @kbd{C-2 C-c C-c} which files the note as a child of the currently clocked
6037 item, and @kbd{C-3 C-c C-c} files as a sibling of the currently clocked item.
6039 @vindex org-remember-store-without-prompt
6040 If you want to store the note directly to a different place, use
6041 @kbd{C-1 C-c C-c} instead to exit Remember@footnote{Configure the
6042 variable @code{org-remember-store-without-prompt} to make this behavior
6043 the default.}.  The handler will then first prompt for a target file---if
6044 you press @key{RET}, the value specified for the template is used.
6045 Then the command offers the headings tree of the selected file, with the
6046 cursor position at the default headline (if you specified one in the
6047 template).  You can either immediately press @key{RET} to get the note
6048 placed there.  Or you can use the following keys to find a different
6049 location:
6050 @example
6051 @key{TAB}         @r{Cycle visibility.}
6052 @key{down} / @key{up}   @r{Next/previous visible headline.}
6053 n / p        @r{Next/previous visible headline.}
6054 f / b        @r{Next/previous headline same level.}
6055 u            @r{One level up.}
6056 @c 0-9          @r{Digit argument.}
6057 @end example
6058 @noindent
6059 Pressing @key{RET} or @key{left} or @key{right}
6060 then leads to the following result.
6062 @vindex org-reverse-note-order
6063 @multitable @columnfractions 0.2 0.15 0.65
6064 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
6065 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
6066 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
6067 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
6068 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
6069 @item                 @tab @tab depending on @code{org-reverse-note-order}.
6070 @item not on headline @tab @key{RET}
6071       @tab at cursor position, level taken from context.
6072 @end multitable
6074 Before inserting the text into a tree, the function ensures that the text has
6075 a headline, i.e. a first line that starts with a @samp{*}.  If not, a
6076 headline is constructed from the current date.  If you have indented the text
6077 of the note below the headline, the indentation will be adapted if inserting
6078 the note into the tree requires demotion from level 1.
6081 @node Attachments, RSS Feeds, Remember, Capture - Refile - Archive
6082 @section Attachments
6083 @cindex attachments
6085 @vindex org-attach-directory
6086 It is often useful to associate reference material with an outline node/task.
6087 Small chunks of plain text can simply be stored in the subtree of a project.
6088 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
6089 files that live elsewhere on your computer or in the cloud, like emails or
6090 source code files belonging to a project.  Another method is @i{attachments},
6091 which are files located in a directory belonging to an outline node.  Org
6092 uses directories named by the unique ID of each entry.  These directories are
6093 located in the @file{data} directory which lives in the same directory where
6094 your Org file lives@footnote{If you move entries or Org files from one
6095 directory to another, you may want to configure @code{org-attach-directory}
6096 to contain an absolute path.}.  If you initialize this directory with
6097 @code{git init}, Org will automatically commit changes when it sees them.
6098 The attachment system has been contributed to Org by John Wiegley.
6100 In cases where it seems better to do so, you can also attach a directory of your
6101 choice to an entry.  You can also make children inherit the attachment
6102 directory from a parent, so that an entire subtree uses the same attached
6103 directory.
6105 @noindent The following commands deal with attachments.
6107 @table @kbd
6109 @kindex C-c C-a
6110 @item C-c C-a
6111 The dispatcher for commands related to the attachment system.  After these
6112 keys, a list of commands is displayed and you need to press an additional key
6113 to select a command:
6115 @table @kbd
6116 @kindex C-c C-a a
6117 @item a
6118 @vindex org-attach-method
6119 Select a file and move it into the task's attachment directory.  The file
6120 will be copied, moved, or linked, depending on @code{org-attach-method}.
6121 Note that hard links are not supported on all systems.
6123 @kindex C-c C-a c
6124 @kindex C-c C-a m
6125 @kindex C-c C-a l
6126 @item c/m/l
6127 Attach a file using the copy/move/link method.
6128 Note that hard links are not supported on all systems.
6130 @kindex C-c C-a n
6131 @item n
6132 Create a new attachment as an Emacs buffer.
6134 @kindex C-c C-a z
6135 @item z
6136 Synchronize the current task with its attachment directory, in case you added
6137 attachments yourself.
6139 @kindex C-c C-a o
6140 @item o
6141 @vindex org-file-apps
6142 Open current task's attachment.  If there are more than one, prompt for a
6143 file name first.  Opening will follow the rules set by @code{org-file-apps}.
6144 For more details, see the information on following hyperlinks
6145 (@pxref{Handling links}).
6147 @kindex C-c C-a O
6148 @item O
6149 Also open the attachment, but force opening the file in Emacs.
6151 @kindex C-c C-a f
6152 @item f
6153 Open the current task's attachment directory.
6155 @kindex C-c C-a F
6156 @item F
6157 Also open the directory, but force using @command{dired} in Emacs.
6159 @kindex C-c C-a d
6160 @item d
6161 Select and delete a single attachment.
6163 @kindex C-c C-a D
6164 @item D
6165 Delete all of a task's attachments.  A safer way is to open the directory in
6166 @command{dired} and delete from there.
6168 @kindex C-c C-a s
6169 @item C-c C-a s
6170 @cindex property, ATTACH_DIR
6171 Set a specific directory as the entry's attachment directory.  This works by
6172 putting the directory path into the @code{ATTACH_DIR} property.
6174 @kindex C-c C-a i
6175 @item C-c C-a i
6176 @cindex property, ATTACH_DIR_INHERIT
6177 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
6178 same directory for attachments as the parent does.
6179 @end table
6180 @end table
6182 @node RSS Feeds, Protocols, Attachments, Capture - Refile - Archive
6183 @section RSS feeds
6184 @cindex RSS feeds
6186 Org has the capability to add and change entries based on information found in
6187 RSS feeds.  You could use this to make a task out of each new podcast in a
6188 podcast feed.  Or you could use a phone-based note-creating service on the
6189 web to import tasks into Org.  To access feeds, you need to configure the
6190 variable @code{org-feed-alist}.  The docstring of this variable has detailed
6191 information.  Here is just an example:
6193 @example
6194 (setq org-feed-alist
6195       '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2c3....."
6196          "~/org/feeds.org" "ReQall Entries")
6197 @end example
6198 @noindent
6199 will configure that new items from the feed provided by @file{reqall.com}
6200 will result in new entries in the file @file{~/org/feeds.org} under the
6201 heading @samp{ReQall Entries}, whenever the following command is used:
6203 @table @kbd
6204 @kindex C-c C-x g
6205 @item C-c C-x g
6206 Collect items from the feeds configured in @code{org-feed-alist} and act upon
6207 them.
6208 @kindex C-c C-x G
6209 @item C-c C-x G
6210 Prompt for a feed name and go to the inbox configured for this feed.
6211 @end table
6213 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
6214 it will store information about the status of items in the feed, to avoid
6215 adding the same item several times.  You should add @samp{FEEDSTATUS} to the
6216 list of drawers in that file:
6218 @example
6219 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
6220 @end example
6222 For more information, see @file{org-feed.el} and the docstring of
6223 @code{org-feed-alist}.
6225 @node Protocols, Refiling notes, RSS Feeds, Capture - Refile - Archive
6226 @section Protocols for external access
6227 @cindex protocols, for external access
6228 @cindex emacsserver
6230 You can set up Org for handling protocol calls from outside applications that
6231 are passed to Emacs through the @file{emacsserver}.  For example, you can
6232 configure bookmarks in your web browser to send a link to the current page to
6233 Org and create a note from it using Remember (@pxref{Remember}).  Or you
6234 could create a bookmark that will tell Emacs to open the local source file of
6235 a remote website you are looking at with the browser.  See
6236 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
6237 documentation and setup instructions.
6239 @node Refiling notes, Archiving, Protocols, Capture - Refile - Archive
6240 @section Refiling notes
6241 @cindex refiling notes
6243 When reviewing the captured data, you may want to refile some of the entries
6244 into a different list, for example into a project.  Cutting, finding the
6245 right location, and then pasting the note is cumbersome.  To simplify this
6246 process, you can use the following special command:
6248 @table @kbd
6249 @kindex C-c C-w
6250 @item C-c C-w
6251 @vindex org-reverse-note-order
6252 @vindex org-refile-targets
6253 @vindex org-refile-use-outline-path
6254 @vindex org-outline-path-complete-in-steps
6255 @vindex org-refile-allow-creating-parent-nodes
6256 @vindex org-log-refile
6257 Refile the entry or region at point.  This command offers possible locations
6258 for refiling the entry and lets you select one with completion.  The item (or
6259 all items in the region) is filed below the target heading as a subitem.
6260 Depending on @code{org-reverse-note-order}, it will be either the first or
6261 last subitem.@*
6262 By default, all level 1 headlines in the current buffer are considered to be
6263 targets, but you can have more complex definitions across a number of files.
6264 See the variable @code{org-refile-targets} for details.  If you would like to
6265 select a location via a file-path-like completion along the outline path, see
6266 the variables @code{org-refile-use-outline-path} and
6267 @code{org-outline-path-complete-in-steps}.  If you would like to be able to
6268 create new nodes as new parents for refiling on the fly, check the
6269 variable @code{org-refile-allow-creating-parent-nodes}.
6270 When the variable @code{org-log-refile}@footnote{with corresponding
6271 @code{#+STARTUP} keywords @code{logrefile}, @code{lognoterefile},
6272 and @code{nologrefile}} is set, a time stamp or a note will be
6273 recorded when an entry has been refiled.
6274 @kindex C-u C-c C-w
6275 @item C-u C-c C-w
6276 Use the refile interface to jump to a heading.
6277 @kindex C-u C-u C-c C-w
6278 @item C-u C-u C-c C-w
6279 Jump to the location where @code{org-refile} last moved a tree to.
6280 @item C-2 C-c C-w
6281 Refile as the child of the item currently being clocked.
6282 @end table
6284 @node Archiving,  , Refiling notes, Capture - Refile - Archive
6285 @section Archiving
6286 @cindex archiving
6288 When a project represented by a (sub)tree is finished, you may want
6289 to move the tree out of the way and to stop it from contributing to the
6290 agenda.  Archiving is important to keep your working files compact and global
6291 searches like the construction of agenda views fast.
6293 @table @kbd
6294 @kindex C-c C-x C-a
6295 @item C-c C-x C-a
6296 @vindex org-archive-default-command
6297 Archive the current entry using the command specified in the variable
6298 @code{org-archive-default-command}.
6299 @end table
6301 @menu
6302 * Moving subtrees::             Moving a tree to an archive file
6303 * Internal archiving::          Switch off a tree but keep i in the file
6304 @end menu
6306 @node Moving subtrees, Internal archiving, Archiving, Archiving
6307 @subsection Moving a tree to the archive file
6308 @cindex external archiving
6310 The most common archiving action is to move a project tree to another file,
6311 the archive file.
6313 @table @kbd
6314 @kindex C-c $
6315 @kindex C-c C-x C-s
6316 @item C-c C-x C-s@ @r{or short} @ C-c $
6317 @vindex org-archive-location
6318 Archive the subtree starting at the cursor position to the location
6319 given by @code{org-archive-location}.
6320 @kindex C-u C-c C-x C-s
6321 @item C-u C-c C-x C-s
6322 Check if any direct children of the current headline could be moved to
6323 the archive.  To do this, each subtree is checked for open TODO entries.
6324 If none are found, the command offers to move it to the archive
6325 location.  If the cursor is @emph{not} on a headline when this command
6326 is invoked, the level 1 trees will be checked.
6327 @end table
6329 @cindex archive locations
6330 The default archive location is a file in the same directory as the
6331 current file, with the name derived by appending @file{_archive} to the
6332 current file name.  For information and examples on how to change this,
6333 see the documentation string of the variable
6334 @code{org-archive-location}.  There is also an in-buffer option for
6335 setting this variable, for example@footnote{For backward compatibility,
6336 the following also works: If there are several such lines in a file,
6337 each specifies the archive location for the text below it.  The first
6338 such line also applies to any text before its definition.  However,
6339 using this method is @emph{strongly} deprecated as it is incompatible
6340 with the outline structure of the document.  The correct method for
6341 setting multiple archive locations in a buffer is using properties.}:
6343 @cindex #+ARCHIVE
6344 @example
6345 #+ARCHIVE: %s_done::
6346 @end example
6348 @cindex property, ARCHIVE
6349 @noindent
6350 If you would like to have a special ARCHIVE location for a single entry
6351 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
6352 location as the value (@pxref{Properties and Columns}).
6354 @vindex org-archive-save-context-info
6355 When a subtree is moved, it receives a number of special properties that
6356 record context information like the file from where the entry came, its
6357 outline path the archiving time etc.  Configure the variable
6358 @code{org-archive-save-context-info} to adjust the amount of information
6359 added.
6362 @node Internal archiving,  , Moving subtrees, Archiving
6363 @subsection Internal archiving
6365 If you want to just switch off (for agenda views) certain subtrees without
6366 moving them to a different file, you can use the @code{ARCHIVE tag}.
6368 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
6369 its location in the outline tree, but behaves in the following way:
6370 @itemize @minus
6371 @item
6372 @vindex org-cycle-open-archived-trees
6373 It does not open when you attempt to do so with a visibility cycling
6374 command (@pxref{Visibility cycling}).  You can force cycling archived
6375 subtrees with @kbd{C-@key{TAB}}, or by setting the option
6376 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
6377 @code{show-all} will open archived subtrees.
6378 @item
6379 @vindex org-sparse-tree-open-archived-trees
6380 During sparse tree construction (@pxref{Sparse trees}), matches in
6381 archived subtrees are not exposed, unless you configure the option
6382 @code{org-sparse-tree-open-archived-trees}.
6383 @item
6384 @vindex org-agenda-skip-archived-trees
6385 During agenda view construction (@pxref{Agenda Views}), the content of
6386 archived trees is ignored unless you configure the option
6387 @code{org-agenda-skip-archived-trees}, in which case these trees will always
6388 be included.  In the agenda you can press @kbd{v a} to get archives
6389 temporarily included.
6390 @item
6391 @vindex org-export-with-archived-trees
6392 Archived trees are not exported (@pxref{Exporting}), only the headline
6393 is.  Configure the details using the variable
6394 @code{org-export-with-archived-trees}.
6395 @item
6396 @vindex org-columns-skip-arrchived-trees
6397 Archived trees are excluded from column view unless the variable
6398 @code{org-columns-skip-arrchived-trees} is configured to @code{nil}.
6399 @end itemize
6401 The following commands help managing the ARCHIVE tag:
6403 @table @kbd
6404 @kindex C-c C-x a
6405 @item C-c C-x a
6406 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
6407 the headline changes to a shadowed face, and the subtree below it is
6408 hidden.
6409 @kindex C-u C-c C-x a
6410 @item C-u C-c C-x a
6411 Check if any direct children of the current headline should be archived.
6412 To do this, each subtree is checked for open TODO entries.  If none are
6413 found, the command offers to set the ARCHIVE tag for the child.  If the
6414 cursor is @emph{not} on a headline when this command is invoked, the
6415 level 1 trees will be checked.
6416 @kindex C-@kbd{TAB}
6417 @item C-@kbd{TAB}
6418 Cycle a tree even if it is tagged with ARCHIVE.
6419 @kindex C-c C-x A
6420 @item C-c C-x A
6421 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
6422 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}.  The
6423 entry becomes a child of that sibling and in this way retains a lot of its
6424 original context, including inherited tags and approximate position in the
6425 outline.
6426 @end table
6429 @node Agenda Views, Markup, Capture - Refile - Archive, Top
6430 @chapter Agenda Views
6431 @cindex agenda views
6433 Due to the way Org works, TODO items, time-stamped items, and
6434 tagged headlines can be scattered throughout a file or even a number of
6435 files.  To get an overview of open action items, or of events that are
6436 important for a particular date, this information must be collected,
6437 sorted and displayed in an organized way.
6439 Org can select items based on various criteria and display them
6440 in a separate buffer.  Seven different view types are provided:
6442 @itemize @bullet
6443 @item
6444 an @emph{agenda} that is like a calendar and shows information
6445 for specific dates,
6446 @item
6447 a @emph{TODO list} that covers all unfinished
6448 action items,
6449 @item
6450 a @emph{match view}, showings headlines based on the tags, properties, and
6451 TODO state associated with them,
6452 @item
6453 a @emph{timeline view} that shows all events in a single Org file,
6454 in time-sorted view,
6455 @item
6456 a @emph{text search view} that shows all entries from multiple files
6457 that contain specified keywords,
6458 @item
6459 a @emph{stuck projects view} showing projects that currently don't move
6460 along, and
6461 @item
6462 @emph{custom views} that are special searches and combinations of different
6463 views.
6464 @end itemize
6466 @noindent
6467 The extracted information is displayed in a special @emph{agenda
6468 buffer}.  This buffer is read-only, but provides commands to visit the
6469 corresponding locations in the original Org files, and even to
6470 edit these files remotely.
6472 @vindex org-agenda-window-setup
6473 @vindex org-agenda-restore-windows-after-quit
6474 Two variables control how the agenda buffer is displayed and whether the
6475 window configuration is restored when the agenda exits:
6476 @code{org-agenda-window-setup} and
6477 @code{org-agenda-restore-windows-after-quit}.
6479 @menu
6480 * Agenda files::                Files being searched for agenda information
6481 * Agenda dispatcher::           Keyboard access to agenda views
6482 * Built-in agenda views::       What is available out of the box?
6483 * Presentation and sorting::    How agenda items are prepared for display
6484 * Agenda commands::             Remote editing of Org trees
6485 * Custom agenda views::         Defining special searches and views
6486 * Exporting Agenda Views::      Writing a view to a file
6487 * Agenda column view::          Using column view for collected entries
6488 @end menu
6490 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
6491 @section Agenda files
6492 @cindex agenda files
6493 @cindex files for agenda
6495 @vindex org-agenda-files
6496 The information to be shown is normally collected from all @emph{agenda
6497 files}, the files listed in the variable
6498 @code{org-agenda-files}@footnote{If the value of that variable is not a
6499 list, but a single file name, then the list of agenda files will be
6500 maintained in that external file.}. If a directory is part of this list,
6501 all files with the extension @file{.org} in this directory will be part
6502 of the list.
6504 Thus, even if you only work with a single Org file, that file should
6505 be put into the list@footnote{When using the dispatcher, pressing
6506 @kbd{<} before selecting a command will actually limit the command to
6507 the current file, and ignore @code{org-agenda-files} until the next
6508 dispatcher command.}.  You can customize @code{org-agenda-files}, but
6509 the easiest way to maintain it is through the following commands
6511 @cindex files, adding to agenda list
6512 @table @kbd
6513 @kindex C-c [
6514 @item C-c [
6515 Add current file to the list of agenda files.  The file is added to
6516 the front of the list.  If it was already in the list, it is moved to
6517 the front.  With a prefix argument, file is added/moved to the end.
6518 @kindex C-c ]
6519 @item C-c ]
6520 Remove current file from the list of agenda files.
6521 @kindex C-,
6522 @kindex C-'
6523 @item C-,
6524 @itemx C-'
6525 Cycle through agenda file list, visiting one file after the other.
6526 @kindex M-x org-iswitchb
6527 @item M-x org-iswitchb
6528 Command to use an @code{iswitchb}-like interface to switch to and between Org
6529 buffers.
6530 @end table
6532 @noindent
6533 The Org menu contains the current list of files and can be used
6534 to visit any of them.
6536 If you would like to focus the agenda temporarily on a file not in
6537 this list, or on just one file in the list, or even on only a subtree in a
6538 file, then this can be done in different ways.  For a single agenda command,
6539 you may press @kbd{<} once or several times in the dispatcher
6540 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
6541 extended period, use the following commands:
6543 @table @kbd
6544 @kindex C-c C-x <
6545 @item C-c C-x <
6546 Permanently restrict the agenda to the current subtree.  When with a
6547 prefix argument, or with the cursor before the first headline in a file,
6548 the agenda scope is set to the entire file.  This restriction remains in
6549 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
6550 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
6551 agenda view, the new restriction takes effect immediately.
6552 @kindex C-c C-x >
6553 @item C-c C-x >
6554 Remove the permanent restriction created by @kbd{C-c C-x <}.
6555 @end table
6557 @noindent
6558 When working with @file{speedbar.el}, you can use the following commands in
6559 the Speedbar frame:
6560 @table @kbd
6561 @kindex <
6562 @item < @r{in the speedbar frame}
6563 Permanently restrict the agenda to the item---either an Org file or a subtree
6564 in such a file---at the cursor in the Speedbar frame.
6565 If there is a window displaying an agenda view, the new restriction takes
6566 effect immediately.
6567 @kindex >
6568 @item > @r{in the speedbar frame}
6569 Lift the restriction.
6570 @end table
6572 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
6573 @section The agenda dispatcher
6574 @cindex agenda dispatcher
6575 @cindex dispatching agenda commands
6576 The views are created through a dispatcher, which should be bound to a
6577 global key---for example @kbd{C-c a} (@pxref{Installation}).  In the
6578 following we will assume that @kbd{C-c a} is indeed how the dispatcher
6579 is accessed and list keyboard access to commands accordingly.  After
6580 pressing @kbd{C-c a}, an additional letter is required to execute a
6581 command.  The dispatcher offers the following default commands:
6582 @table @kbd
6583 @item a
6584 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
6585 @item t @r{/} T
6586 Create a list of all TODO items (@pxref{Global TODO list}).
6587 @item m @r{/} M
6588 Create a list of headlines matching a TAGS expression (@pxref{Matching
6589 tags and properties}).
6590 @item L
6591 Create the timeline view for the current buffer (@pxref{Timeline}).
6592 @item s
6593 Create a list of entries selected by a boolean expression of keywords
6594 and/or regular expressions that must or must not occur in the entry.
6595 @item /
6596 @vindex org-agenda-text-search-extra-files
6597 Search for a regular expression in all agenda files and additionally in
6598 the files listed in @code{org-agenda-text-search-extra-files}.  This
6599 uses the Emacs command @code{multi-occur}.  A prefix argument can be
6600 used to specify the number of context lines for each match, default is
6602 @item # @r{/} !
6603 Create a list of stuck projects (@pxref{Stuck projects}).
6604 @item <
6605 Restrict an agenda command to the current buffer@footnote{For backward
6606 compatibility, you can also press @kbd{1} to restrict to the current
6607 buffer.}.  After pressing @kbd{<}, you still need to press the character
6608 selecting the command.
6609 @item < <
6610 If there is an active region, restrict the following agenda command to
6611 the region.  Otherwise, restrict it to the current subtree@footnote{For
6612 backward compatibility, you can also press @kbd{0} to restrict to the
6613 current region/subtree.}.  After pressing @kbd{< <}, you still need to press the
6614 character selecting the command.
6615 @end table
6617 You can also define custom commands that will be accessible through the
6618 dispatcher, just like the default commands.  This includes the
6619 possibility to create extended agenda buffers that contain several
6620 blocks together, for example the weekly agenda, the global TODO list and
6621 a number of special tags matches.  @xref{Custom agenda views}.
6623 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
6624 @section The built-in agenda views
6626 In this section we describe the built-in views.
6628 @menu
6629 * Weekly/daily agenda::         The calendar page with current tasks
6630 * Global TODO list::            All unfinished action items
6631 * Matching tags and properties::  Structured information with fine-tuned search
6632 * Timeline::                    Time-sorted view for single file
6633 * Search view::                 Find entries by searching for text
6634 * Stuck projects::              Find projects you need to review
6635 @end menu
6637 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
6638 @subsection The weekly/daily agenda
6639 @cindex agenda
6640 @cindex weekly agenda
6641 @cindex daily agenda
6643 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
6644 paper agenda, showing all the tasks for the current week or day.
6646 @table @kbd
6647 @cindex org-agenda, command
6648 @kindex C-c a a
6649 @item C-c a a
6650 @vindex org-agenda-ndays
6651 Compile an agenda for the current week from a list of Org files.  The agenda
6652 shows the entries for each day.  With a numeric prefix@footnote{For backward
6653 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
6654 listed before the agenda.  This feature is deprecated, use the dedicated TODO
6655 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
6656 C-c a a}) you may set the number of days to be displayed (see also the
6657 variable @code{org-agenda-ndays})
6658 @end table
6660 Remote editing from the agenda buffer means, for example, that you can
6661 change the dates of deadlines and appointments from the agenda buffer.
6662 The commands available in the Agenda buffer are listed in @ref{Agenda
6663 commands}.
6665 @subsubheading Calendar/Diary integration
6666 @cindex calendar integration
6667 @cindex diary integration
6669 Emacs contains the calendar and diary by Edward M. Reingold.  The
6670 calendar displays a three-month calendar with holidays from different
6671 countries and cultures.  The diary allows you to keep track of
6672 anniversaries, lunar phases, sunrise/set, recurrent appointments
6673 (weekly, monthly) and more.  In this way, it is quite complementary to
6674 Org.  It can be very useful to combine output from Org with
6675 the diary.
6677 In order to include entries from the Emacs diary into Org mode's
6678 agenda, you only need to customize the variable
6680 @lisp
6681 (setq org-agenda-include-diary t)
6682 @end lisp
6684 @noindent After that, everything will happen automatically.  All diary
6685 entries including holidays, anniversaries, etc., will be included in the
6686 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
6687 @key{RET} can be used from the agenda buffer to jump to the diary
6688 file in order to edit existing diary entries.  The @kbd{i} command to
6689 insert new entries for the current date works in the agenda buffer, as
6690 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
6691 Sunrise/Sunset times, show lunar phases and to convert to other
6692 calendars, respectively.  @kbd{c} can be used to switch back and forth
6693 between calendar and agenda.
6695 If you are using the diary only for sexp entries and holidays, it is
6696 faster to not use the above setting, but instead to copy or even move
6697 the entries into an Org file. Org mode evaluates diary-style sexp
6698 entries, and does it faster because there is no overhead for first
6699 creating the diary display.  Note that the sexp entries must start at
6700 the left margin, no whitespace is allowed before them.  For example,
6701 the following segment of an Org file will be processed and entries
6702 will be made in the agenda:
6704 @example
6705 * Birthdays and similar stuff
6706 #+CATEGORY: Holiday
6707 %%(org-calendar-holiday)   ; special function for holiday names
6708 #+CATEGORY: Ann
6709 %%(diary-anniversary  5 14 1956)@footnote{Note that the order of the arguments (month, day, year) depends on the setting of @code{calendar-date-style}.} Arthur Dent is %d years old
6710 %%(diary-anniversary 10  2 1869) Mahatma Gandhi would be %d years old
6711 @end example
6713 @subsubheading Anniversaries from BBDB
6714 @cindex BBDB, anniversaries
6715 @cindex anniversaries, from BBDB
6717 If you are using the Big Brothers Database to store your contacts, you will
6718 very likely prefer to store anniversaries in BBDB rather than in a
6719 separate Org or diary file.  Org supports this and will show BBDB
6720 anniversaries as part of the agenda.  All you need to do is to add the
6721 following to one your your agenda files:
6723 @example
6724 * Anniversaries
6725   :PROPERTIES:
6726   :CATEGORY: Anniv
6727   :END
6728 %%(org-bbdb-anniversaries)
6729 @end example
6731 You can then go ahead and define anniversaries for a BBDB record.  Basically,
6732 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
6733 record and then add the date in the format @code{YYYY-MM-DD}, followed by a
6734 space and the class of the anniversary (@samp{birthday} or @samp{wedding}, or
6735 a format string).  If you omit the class, it will default to @samp{birthday}.
6736 Here are a few examples, the header for the file @file{org-bbdb.el} contains
6737 more detailed information.
6739 @example
6740 1973-06-22
6741 1955-08-02 wedding
6742 2008-04-14 %s released version 6.01 of org-mode, %d years ago
6743 @end example
6745 After a change to BBDB, or for the first agenda display during an Emacs
6746 session, the agenda display will suffer a short delay as Org updates its
6747 hash with anniversaries.  However, from then on things will be very fast---much
6748 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
6749 in an Org or Diary file.
6751 @subsubheading Appointment reminders
6752 @cindex @file{appt.el}
6753 @cindex appointment reminders
6755 Org can interact with Emacs appointments notification facility.  To add all
6756 the appointments of your agenda files, use the command
6757 @code{org-agenda-to-appt}.  This command also lets you filter through the
6758 list of your appointments and add only those belonging to a specific category
6759 or matching a regular expression. See the docstring for details.
6761 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
6762 @subsection The global TODO list
6763 @cindex global TODO list
6764 @cindex TODO list, global
6766 The global TODO list contains all unfinished TODO items formatted and
6767 collected into a single place.
6769 @table @kbd
6770 @kindex C-c a t
6771 @item C-c a t
6772 Show the global TODO list.  This collects the TODO items from all
6773 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
6774 @code{agenda-mode}, so there are commands to examine and manipulate
6775 the TODO entries directly from that buffer (@pxref{Agenda commands}).
6776 @kindex C-c a T
6777 @item C-c a T
6778 @cindex TODO keyword matching
6779 @vindex org-todo-keywords
6780 Like the above, but allows selection of a specific TODO keyword.  You
6781 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
6782 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
6783 specify several keywords by separating them with @samp{|} as the boolean OR
6784 operator.  With a numeric prefix, the nth keyword in
6785 @code{org-todo-keywords} is selected.
6786 @kindex r
6787 The @kbd{r} key in the agenda buffer regenerates it, and you can give
6788 a prefix argument to this command to change the selected TODO keyword,
6789 for example @kbd{3 r}.  If you often need a search for a specific
6790 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
6791 Matching specific TODO keywords can also be done as part of a tags
6792 search (@pxref{Tag searches}).
6793 @end table
6795 Remote editing of TODO items means that you can change the state of a
6796 TODO entry with a single key press.  The commands available in the
6797 TODO list are described in @ref{Agenda commands}.
6799 @cindex sublevels, inclusion into TODO list
6800 Normally the global TODO list simply shows all headlines with TODO
6801 keywords.  This list can become very long.  There are two ways to keep
6802 it more compact:
6803 @itemize @minus
6804 @item
6805 @vindex org-agenda-todo-ignore-scheduled
6806 @vindex org-agenda-todo-ignore-deadlines
6807 @vindex org-agenda-todo-ignore-with-date
6808 Some people view a TODO item that has been @emph{scheduled} for execution or
6809 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
6810 Configure the variables @code{org-agenda-todo-ignore-scheduled},
6811 @code{org-agenda-todo-ignore-deadlines}, and/or
6812 @code{org-agenda-todo-ignore-with-date} to exclude such items from the
6813 global TODO list.
6814 @item
6815 @vindex org-agenda-todo-list-sublevels
6816 TODO items may have sublevels to break up the task into subtasks.  In
6817 such cases it may be enough to list only the highest level TODO headline
6818 and omit the sublevels from the global list.  Configure the variable
6819 @code{org-agenda-todo-list-sublevels} to get this behavior.
6820 @end itemize
6822 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
6823 @subsection Matching tags and properties
6824 @cindex matching, of tags
6825 @cindex matching, of properties
6826 @cindex tags view
6827 @cindex match view
6829 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
6830 or have properties (@pxref{Properties and Columns}), you can select headlines
6831 based on this metadata and collect them into an agenda buffer.  The match
6832 syntax described here also applies when creating sparse trees with @kbd{C-c /
6835 @table @kbd
6836 @kindex C-c a m
6837 @item C-c a m
6838 Produce a list of all headlines that match a given set of tags.  The
6839 command prompts for a selection criterion, which is a boolean logic
6840 expression with tags, like @samp{+work+urgent-withboss} or
6841 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
6842 define a custom command for it (@pxref{Agenda dispatcher}).
6843 @kindex C-c a M
6844 @item C-c a M
6845 @vindex org-tags-match-list-sublevels
6846 @vindex org-agenda-tags-todo-honor-ignore-options
6847 Like @kbd{C-c a m}, but only select headlines that are also TODO items and
6848 force checking subitems (see variable @code{org-tags-match-list-sublevels}).
6849 To exclude scheduled/deadline items, see the variable
6850 @code{org-agenda-tags-todo-honor-ignore-options}.  Matching specific TODO
6851 keywords together with a tags match is also possible, see @ref{Tag searches}.
6852 @end table
6854 The commands available in the tags list are described in @ref{Agenda
6855 commands}.
6857 @subsubheading Match syntax
6859 @cindex Boolean logic, for tag/property searches
6860 A search string can use Boolean operators @samp{&} for AND and @samp{|} for
6861 OR.  @samp{&} binds more strongly than @samp{|}.  Parentheses are currently
6862 not implemented.  Each element in the search is either a tag, a regular
6863 expression matching tags, or an expression like @code{PROPERTY OPERATOR
6864 VALUE} with a comparison operator, accessing a property value.  Each element
6865 may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
6866 sugar for positive selection.  The AND operator @samp{&} is optional when
6867 @samp{+} or @samp{-} is present.  Here are some examples, using only tags.
6869 @table @samp
6870 @item +work-boss
6871 Select headlines tagged @samp{:work:}, but discard those also tagged
6872 @samp{:boss:}.
6873 @item work|laptop
6874 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
6875 @item work|laptop+night
6876 Like before, but require the @samp{:laptop:} lines to be tagged also
6877 @samp{:night:}.
6878 @end table
6880 @cindex regular expressions, with tags search
6881 Instead of a tag, you may also specify a regular expression enclosed in curly
6882 braces.  For example,
6883 @samp{work+@{^boss.*@}} matches headlines that contain the tag
6884 @samp{:work:} and any tag @i{starting} with @samp{boss}.
6886 @cindex TODO keyword matching, with tags search
6887 @cindex level, require for tags/property match
6888 @cindex category, require for tags/property match
6889 @vindex org-odd-levels-only
6890 You may also test for properties (@pxref{Properties and Columns}) at the same
6891 time as matching tags.  The properties may be real properties, or special
6892 properties that represent other metadata (@pxref{Special properties}).  For
6893 example, the ``property'' @code{TODO} represents the TODO keyword of the
6894 entry.  Or, the ``property'' @code{LEVEL} represents the level of an entry.
6895 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
6896 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
6897 DONE.  In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
6898 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
6900 Here are more examples:
6901 @table @samp
6902 @item work+TODO="WAITING"
6903 Select @samp{:work:}-tagged TODO lines with the specific TODO
6904 keyword @samp{WAITING}.
6905 @item work+TODO="WAITING"|home+TODO="WAITING"
6906 Waiting tasks both at work and at home.
6907 @end table
6909 When matching properties, a number of different operators can be used to test
6910 the value of a property.  Here is a complex example:
6912 @example
6913 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
6914          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
6915 @end example
6917 @noindent
6918 The type of comparison will depend on how the comparison value is written:
6919 @itemize @minus
6920 @item
6921 If the comparison value is a plain number, a numerical comparison is done,
6922 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
6923 @samp{>=}, and @samp{<>}.
6924 @item
6925 If the comparison value is enclosed in double-quotes,
6926 a string comparison is done, and the same operators are allowed.
6927 @item
6928 If the comparison value is enclosed in double-quotes @emph{and} angular
6929 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
6930 assumed to be date/time specifications in the standard Org way, and the
6931 comparison will be done accordingly.  Special values that will be recognized
6932 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
6933 @code{"<tomorrow>"} for these days at 0:00 hours, i.e. without a time
6934 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
6935 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
6936 respectively, can be used.
6937 @item
6938 If the comparison value is enclosed
6939 in curly braces, a regexp match is performed, with @samp{=} meaning that the
6940 regexp matches the property value, and @samp{<>} meaning that it does not
6941 match.
6942 @end itemize
6944 So the search string in the example finds entries tagged @samp{:work:} but
6945 not @samp{:boss:}, which also have a priority value @samp{A}, a
6946 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
6947 property that is numerically smaller than 2, a @samp{:With:} property that is
6948 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
6949 on or after October 11, 2008.
6951 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
6952 other properties will slow down the search.  However, once you have paid the
6953 price by accessing one property, testing additional properties is cheap
6954 again.
6956 You can configure Org mode to use property inheritance during a search, but
6957 beware that this can slow down searches considerably.  See @ref{Property
6958 inheritance}, for details.
6960 For backward compatibility, and also for typing speed, there is also a
6961 different way to test TODO states in a search.  For this, terminate the
6962 tags/property part of the search string (which may include several terms
6963 connected with @samp{|}) with a @samp{/} and then specify a Boolean
6964 expression just for TODO keywords.  The syntax is then similar to that for
6965 tags, but should be applied with care: for example, a positive
6966 selection on several TODO keywords cannot meaningfully be combined with
6967 boolean AND.  However, @emph{negative selection} combined with AND can be
6968 meaningful.  To make sure that only lines are checked that actually have any
6969 TODO keyword (resulting in a speed-up), use @kbd{C-c a M}, or equivalently
6970 start the TODO part after the slash with @samp{!}.  Examples:
6972 @table @samp
6973 @item work/WAITING
6974 Same as @samp{work+TODO="WAITING"}
6975 @item work/!-WAITING-NEXT
6976 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
6977 nor @samp{NEXT}
6978 @item work/!+WAITING|+NEXT
6979 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
6980 @samp{NEXT}.
6981 @end table
6983 @node Timeline, Search view, Matching tags and properties, Built-in agenda views
6984 @subsection Timeline for a single file
6985 @cindex timeline, single file
6986 @cindex time-sorted view
6988 The timeline summarizes all time-stamped items from a single Org mode
6989 file in a @emph{time-sorted view}.  The main purpose of this command is
6990 to give an overview over events in a project.
6992 @table @kbd
6993 @kindex C-c a L
6994 @item C-c a L
6995 Show a time-sorted view of the Org file, with all time-stamped items.
6996 When called with a @kbd{C-u} prefix, all unfinished TODO entries
6997 (scheduled or not) are also listed under the current date.
6998 @end table
7000 @noindent
7001 The commands available in the timeline buffer are listed in
7002 @ref{Agenda commands}.
7004 @node Search view, Stuck projects, Timeline, Built-in agenda views
7005 @subsection Search view
7006 @cindex search view
7007 @cindex text search
7008 @cindex searching, for text
7010 This agenda view is a general text search facility for Org mode entries.
7011 It is particularly useful to find notes.
7013 @table @kbd
7014 @kindex C-c a s
7015 @item C-c a s
7016 This is a special search that lets you select entries by matching a substring
7017 or specific words using a boolean logic.
7018 @end table
7019 For example, the search string @samp{computer equipment} will find entries
7020 that contain @samp{computer equipment} as a substring.  If the two words are
7021 separated by more space or a line break, the search will still match.
7022 Search view can also search for specific keywords in the entry, using Boolean
7023 logic.  The search string @samp{+computer +wifi -ethernet -@{8\.11[bg]@}}
7024 will search for note entries that contain the keywords @code{computer}
7025 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
7026 not matched by the regular expression @code{8\.11[bg]}, meaning to
7027 exclude both 8.11b and 8.11g.  The first @samp{+} is necessary to turn on
7028 word search, other @samp{+} characters are optional.  For more details, see
7029 the docstring of the command @code{org-search-view}.
7031 @vindex org-agenda-text-search-extra-files
7032 Note that in addition to the agenda files, this command will also search
7033 the files listed in @code{org-agenda-text-search-extra-files}.
7035 @node Stuck projects,  , Search view, Built-in agenda views
7036 @subsection Stuck projects
7038 If you are following a system like David Allen's GTD to organize your
7039 work, one of the ``duties'' you have is a regular review to make sure
7040 that all projects move along.  A @emph{stuck} project is a project that
7041 has no defined next actions, so it will never show up in the TODO lists
7042 Org mode produces.  During the review, you need to identify such
7043 projects and define next actions for them.
7045 @table @kbd
7046 @kindex C-c a #
7047 @item C-c a #
7048 List projects that are stuck.
7049 @kindex C-c a !
7050 @item C-c a !
7051 @vindex org-stuck-projects
7052 Customize the variable @code{org-stuck-projects} to define what a stuck
7053 project is and how to find it.
7054 @end table
7056 You almost certainly will have to configure this view before it will
7057 work for you.  The built-in default assumes that all your projects are
7058 level-2 headlines, and that a project is not stuck if it has at least
7059 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
7061 Let's assume that you, in your own way of using Org mode, identify
7062 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
7063 indicate a project that should not be considered yet.  Let's further
7064 assume that the TODO keyword DONE marks finished projects, and that NEXT
7065 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
7066 is a next action even without the NEXT tag.  Finally, if the project
7067 contains the special word IGNORE anywhere, it should not be listed
7068 either.  In this case you would start by identifying eligible projects
7069 with a tags/todo match@footnote{@xref{Tag searches}.}
7070 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
7071 IGNORE in the subtree to identify projects that are not stuck.  The
7072 correct customization for this is
7074 @lisp
7075 (setq org-stuck-projects
7076       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
7077                                "\\<IGNORE\\>"))
7078 @end lisp
7080 Note that if a project is identified as non-stuck, the subtree of this entry
7081 will still be searched for stuck projects.
7083 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
7084 @section Presentation and sorting
7085 @cindex presentation, of agenda items
7087 @vindex org-agenda-prefix-format
7088 Before displaying items in an agenda view, Org mode visually prepares
7089 the items and sorts them.  Each item occupies a single line.  The line
7090 starts with a @emph{prefix} that contains the @emph{category}
7091 (@pxref{Categories}) of the item and other important information.  You can
7092 customize the prefix using the option @code{org-agenda-prefix-format}.
7093 The prefix is followed by a cleaned-up version of the outline headline
7094 associated with the item.
7096 @menu
7097 * Categories::                  Not all tasks are equal
7098 * Time-of-day specifications::  How the agenda knows the time
7099 * Sorting of agenda items::     The order of things
7100 @end menu
7102 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
7103 @subsection Categories
7105 @cindex category
7106 The category is a broad label assigned to each agenda item.  By default,
7107 the category is simply derived from the file name, but you can also
7108 specify it with a special line in the buffer, like this@footnote{For
7109 backward compatibility, the following also works: if there are several
7110 such lines in a file, each specifies the category for the text below it.
7111 The first category also applies to any text before the first CATEGORY
7112 line.  However, using this method is @emph{strongly} deprecated as it is
7113 incompatible with the outline structure of the document.  The correct
7114 method for setting multiple categories in a buffer is using a
7115 property.}:
7117 @example
7118 #+CATEGORY: Thesis
7119 @end example
7121 @noindent
7122 @cindex property, CATEGORY
7123 If you would like to have a special CATEGORY for a single entry or a
7124 (sub)tree, give the entry a @code{:CATEGORY:} property with the
7125 special category you want to apply as the value.
7127 @noindent
7128 The display in the agenda buffer looks best if the category is not
7129 longer than 10 characters.
7131 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
7132 @subsection Time-of-day specifications
7133 @cindex time-of-day specification
7135 Org mode checks each agenda item for a time-of-day specification.  The
7136 time can be part of the timestamp that triggered inclusion into the
7137 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
7138 ranges can be specified with two timestamps, like
7140 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
7142 In the headline of the entry itself, a time(range) may also appear as
7143 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
7144 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
7145 specifications in diary entries are recognized as well.
7147 For agenda display, Org mode extracts the time and displays it in a
7148 standard 24 hour format as part of the prefix.  The example times in
7149 the previous paragraphs would end up in the agenda like this:
7151 @example
7152     8:30-13:00 Arthur Dent lies in front of the bulldozer
7153    12:45...... Ford Prefect arrives and takes Arthur to the pub
7154    19:00...... The Vogon reads his poem
7155    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7156 @end example
7158 @cindex time grid
7159 If the agenda is in single-day mode, or for the display of today, the
7160 timed entries are embedded in a time grid, like
7162 @example
7163     8:00...... ------------------
7164     8:30-13:00 Arthur Dent lies in front of the bulldozer
7165    10:00...... ------------------
7166    12:00...... ------------------
7167    12:45...... Ford Prefect arrives and takes Arthur to the pub
7168    14:00...... ------------------
7169    16:00...... ------------------
7170    18:00...... ------------------
7171    19:00...... The Vogon reads his poem
7172    20:00...... ------------------
7173    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7174 @end example
7176 @vindex org-agenda-use-time-grid
7177 @vindex org-agenda-time-grid
7178 The time grid can be turned on and off with the variable
7179 @code{org-agenda-use-time-grid}, and can be configured with
7180 @code{org-agenda-time-grid}.
7182 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
7183 @subsection Sorting of agenda items
7184 @cindex sorting, of agenda items
7185 @cindex priorities, of agenda items
7186 Before being inserted into a view, the items are sorted.  How this is
7187 done depends on the type of view.
7188 @itemize @bullet
7189 @item
7190 @vindex org-agenda-files
7191 For the daily/weekly agenda, the items for each day are sorted.  The
7192 default order is to first collect all items containing an explicit
7193 time-of-day specification.  These entries will be shown at the beginning
7194 of the list, as a @emph{schedule} for the day.  After that, items remain
7195 grouped in categories, in the sequence given by @code{org-agenda-files}.
7196 Within each category, items are sorted by priority (@pxref{Priorities}),
7197 which is composed of the base priority (2000 for priority @samp{A}, 1000
7198 for @samp{B}, and 0 for @samp{C}), plus additional increments for
7199 overdue scheduled or deadline items.
7200 @item
7201 For the TODO list, items remain in the order of categories, but within
7202 each category, sorting takes place according to priority
7203 (@pxref{Priorities}).  The priority used for sorting derives from the
7204 priority cookie, with additions depending on how close an item is to its due
7205 or scheduled date.
7206 @item
7207 For tags matches, items are not sorted at all, but just appear in the
7208 sequence in which they are found in the agenda files.
7209 @end itemize
7211 @vindex org-agenda-sorting-strategy
7212 Sorting can be customized using the variable
7213 @code{org-agenda-sorting-strategy}, and may also include criteria based on
7214 the estimated effort of an entry (@pxref{Effort estimates}).
7216 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
7217 @section Commands in the agenda buffer
7218 @cindex commands, in agenda buffer
7220 Entries in the agenda buffer are linked back to the Org file or diary
7221 file where they originate.  You are not allowed to edit the agenda
7222 buffer itself, but commands are provided to show and jump to the
7223 original entry location, and to edit the Org files ``remotely'' from
7224 the agenda buffer.  In this way, all information is stored only once,
7225 removing the risk that your agenda and note files may diverge.
7227 Some commands can be executed with mouse clicks on agenda lines.  For
7228 the other commands, the cursor needs to be in the desired line.
7230 @table @kbd
7231 @tsubheading{Motion}
7232 @cindex motion commands in agenda
7233 @kindex n
7234 @item n
7235 Next line (same as @key{up} and @kbd{C-p}).
7236 @kindex p
7237 @item p
7238 Previous line (same as @key{down} and @kbd{C-n}).
7239 @tsubheading{View/Go to Org file}
7240 @kindex mouse-3
7241 @kindex @key{SPC}
7242 @item mouse-3
7243 @itemx @key{SPC}
7244 Display the original location of the item in another window.
7245 With prefix arg, make sure that the entire entry is made visible in the
7246 outline, not only the heading.
7248 @kindex L
7249 @item L
7250 Display original location and recenter that window.
7252 @kindex mouse-2
7253 @kindex mouse-1
7254 @kindex @key{TAB}
7255 @item mouse-2
7256 @itemx mouse-1
7257 @itemx @key{TAB}
7258 Go to the original location of the item in another window.  Under Emacs
7259 22, @kbd{mouse-1} will also works for this.
7261 @kindex @key{RET}
7262 @itemx @key{RET}
7263 Go to the original location of the item and delete other windows.
7265 @kindex F
7266 @item F
7267 @vindex org-agenda-start-with-follow-mode
7268 Toggle Follow mode.  In Follow mode, as you move the cursor through
7269 the agenda buffer, the other window always shows the corresponding
7270 location in the Org file.  The initial setting for this mode in new
7271 agenda buffers can be set with the variable
7272 @code{org-agenda-start-with-follow-mode}.
7274 @kindex C-c C-x b
7275 @item C-c C-x b
7276 Display the entire subtree of the current item in an indirect buffer.  With a
7277 numeric prefix argument N, go up to level N and then take that tree.  If N is
7278 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
7279 previously used indirect buffer.
7281 @kindex C-c C-o
7282 @item C-c C-o
7283 Follow a link in the entry.  This will offer a selection of any links in the
7284 text belonging to the referenced Org node.  If there is only one link, it
7285 will be followed without a selection prompt.
7287 @tsubheading{Change display}
7288 @cindex display changing, in agenda
7289 @kindex o
7290 @item o
7291 Delete other windows.
7293 @kindex v d
7294 @kindex d
7295 @kindex v w
7296 @kindex w
7297 @kindex v m
7298 @kindex v y
7299 @item v d @ @r{or short} @ d
7300 @itemx v w @ @r{or short} @ w
7301 @itemx v m
7302 @itemx v y
7303 Switch to day/week/month/year view.  When switching to day or week view,
7304 this setting becomes the default for subsequent agenda commands.  Since
7305 month and year views are slow to create, they do not become the default.
7306 A numeric prefix argument may be used to jump directly to a specific day
7307 of the year, ISO week, month, or year, respectively.  For example,
7308 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
7309 setting day, week, or month view, a year may be encoded in the prefix
7310 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
7311 2007.  If such a year specification has only one or two digits, it will
7312 be mapped to the interval 1938-2037.
7314 @kindex f
7315 @item f
7316 @vindex org-agenda-ndays
7317 Go forward in time to display the following @code{org-agenda-ndays} days.
7318 For example, if the display covers a week, switch to the following week.
7319 With prefix arg, go forward that many times @code{org-agenda-ndays} days.
7321 @kindex b
7322 @item b
7323 Go backward in time to display earlier dates.
7325 @kindex .
7326 @item .
7327 Go to today.
7329 @kindex j
7330 @item j
7331 Prompt for a date and go there.
7333 @kindex D
7334 @item D
7335 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
7337 @kindex v l
7338 @kindex v L
7339 @kindex l
7340 @item v l @ @r{or short} @ l
7341 @vindex org-log-done
7342 @vindex org-agenda-log-mode-items
7343 Toggle Logbook mode.  In Logbook mode, entries that were marked DONE while
7344 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
7345 entries that have been clocked on that day.  You can configure the entry
7346 types that should be included in log mode using the variable
7347 @code{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
7348 all possible logbook entries, including state changes.  When called with two
7349 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
7350 @kbd{v L} is equivalent to @kbd{C-u v l}.
7352 @kindex v [
7353 @kindex [
7354 @item v [ @ @r{or short} @ [
7355 Include inactive timestamps into the current view.  Only for weekly/daily
7356 agenda and timeline views.
7358 @kindex v a
7359 @kindex v A
7360 @item v a
7361 @itemx v A
7362 Toggle Archives mode.  In Archives mode, trees that are marked
7363 @code{ARCHIVED} are also scanned when producing the agenda.  When you use the
7364 capital @kbd{A}, even all archive files are included.  To exit archives mode,
7365 press @kbd{v a} again.
7367 @kindex v R
7368 @kindex R
7369 @item v R @ @r{or short} @ R
7370 @vindex org-agenda-start-with-clockreport-mode
7371 Toggle Clockreport mode.  In Clockreport mode, the daily/weekly agenda will
7372 always show a table with the clocked times for the timespan and file scope
7373 covered by the current agenda view.  The initial setting for this mode in new
7374 agenda buffers can be set with the variable
7375 @code{org-agenda-start-with-clockreport-mode}.
7377 @kindex v E
7378 @kindex E
7379 @item v E @ @r{or short} @ E
7380 @vindex org-agenda-start-with-entry-text-mode
7381 @vindex org-agenda-entry-text-maxlines
7382 Toggle entry text mode.  In entry text mode, a number of lines from the Org
7383 outline node referenced by an agenda line will be displayed below the line.
7384 The maximum number of lines is given by the variable
7385 @code{org-agenda-entry-text-maxlines}.  Calling this command with a numeric
7386 prefix argument will temporarily modify that number to the prefix value.
7388 @kindex G
7389 @item G
7390 @vindex org-agenda-use-time-grid
7391 @vindex org-agenda-time-grid
7392 Toggle the time grid on and off.  See also the variables
7393 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
7395 @kindex r
7396 @item r
7397 Recreate the agenda buffer, for example to reflect the changes after
7398 modification of the timestamps of items with @kbd{S-@key{left}} and
7399 @kbd{S-@key{right}}.  When the buffer is the global TODO list, a prefix
7400 argument is interpreted to create a selective list for a specific TODO
7401 keyword.
7402 @kindex g
7403 @item g
7404 Same as @kbd{r}.
7406 @kindex s
7407 @kindex C-x C-s
7408 @item s
7409 @itemx C-x C-s
7410 Save all Org buffers in the current Emacs session, and also the locations of
7411 IDs.
7413 @kindex C-c C-x C-c
7414 @item C-c C-x C-c
7415 @vindex org-columns-default-format
7416 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
7417 view format is taken from the entry at point, or (if there is no entry at
7418 point), from the first entry in the agenda view.  So whatever the format for
7419 that entry would be in the original buffer (taken from a property, from a
7420 @code{#+COLUMNS} line, or from the default variable
7421 @code{org-columns-default-format}), will be used in the agenda.
7423 @kindex C-c C-x >
7424 @item C-c C-x >
7425 Remove the restriction lock on the agenda, if it is currently restricted to a
7426 file or subtree (@pxref{Agenda files}).
7428 @tsubheading{Secondary filtering and query editing}
7429 @cindex filtering, by tag and effort, in agenda
7430 @cindex tag filtering, in agenda
7431 @cindex effort filtering, in agenda
7432 @cindex query editing, in agenda
7434 @kindex /
7435 @item /
7436 @vindex org-agenda-filter-preset
7437 Filter the current agenda view with respect to a tag and/or effort estimates.
7438 The difference between this and a custom agenda command is that filtering is
7439 very fast, so that you can switch quickly between different filters without
7440 having to recreate the agenda@footnote{Custom commands can preset a filter by
7441 binding the variable @code{org-agenda-filter-preset} as an option.  This
7442 filter will then be applied to the view and persist as a basic filter through
7443 refreshes and more secondary filtering.}
7445 You will be prompted for a tag selection letter, SPC will mean any tag at
7446 all.  Pressing @key{TAB} at that prompt will offer use completion to select a
7447 tag (including any tags that do not have a selection character).  The command
7448 then hides all entries that do not contain or inherit this tag.  When called
7449 with prefix arg, remove the entries that @emph{do} have the tag.  A second
7450 @kbd{/} at the prompt will turn off the filter and unhide any hidden entries.
7451 If the first key you press is either @kbd{+} or @kbd{-}, the previous filter
7452 will be narrowed by requiring or forbidding the selected additional tag.
7453 Instead of pressing @kbd{+} or @kbd{-} after @kbd{/}, you can also
7454 immediately use the @kbd{\} command.
7456 @vindex org-sort-agenda-noeffort-is-high
7457 In order to filter for effort estimates, you should set-up allowed
7458 efforts globally, for example
7459 @lisp
7460 (setq org-global-properties
7461     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
7462 @end lisp
7463 You can then filter for an effort by first typing an operator, one of
7464 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
7465 estimate in your array of allowed values, where @kbd{0} means the 10th value.
7466 The filter will then restrict to entries with effort smaller-or-equal, equal,
7467 or larger-or-equal than the selected value.  If the digits 0-9 are not used
7468 as fast access keys to tags, you can also simply press the index digit
7469 directly without an operator.  In this case, @kbd{<} will be assumed.  For
7470 application of the operator, entries without a defined effort will be treated
7471 according to the value of @code{org-sort-agenda-noeffort-is-high}.  To filter
7472 for tasks without effort definition, press @kbd{?} as the operator.
7474 Org also supports automatic, context-aware tag filtering.  If the variable
7475 @code{org-agenda-auto-exclude-function} is set to a user-defined function,
7476 that function can decide which tags should be excluded from the agenda
7477 automatically.  Once this is set, the @kbd{/} command then accepts @kbd{RET}
7478 as a sub-option key and runs the auto exclusion logic.  For example, let's
7479 say you use a @code{Net} tag to identify tasks which need network access, an
7480 @code{Errand} tag for errands in town, and a @code{Call} tag for making phone
7481 calls.  You could auto-exclude these tags based on the availability of the
7482 Internet, and outside of business hours, with something like this:
7484 @lisp
7485 @group
7486 (defun org-my-auto-exclude-function (tag)
7487   (and (cond
7488         ((string= tag "Net")
7489          (/= 0 (call-process "/sbin/ping" nil nil nil
7490                              "-c1" "-q" "-t1" "mail.gnu.org")))
7491         ((or (string= tag "Errand") (string= tag "Call"))
7492          (let ((hour (nth 2 (decode-time))))
7493            (or (< hour 8) (> hour 21)))))
7494        (concat "-" tag)))
7496 (setq org-agenda-auto-exclude-function 'org-my-auto-exclude-function)
7497 @end group
7498 @end lisp
7500 @kindex \
7501 @item \
7502 Narrow the current agenda filter by an additional condition.  When called with
7503 prefix arg, remove the entries that @emph{do} have the tag, or that do match
7504 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
7505 @kbd{-} as the first key after the @kbd{/} command.
7507 @kindex [
7508 @kindex ]
7509 @kindex @{
7510 @kindex @}
7511 @item [ ] @{ @}
7512 @table @i
7513 @item @r{in} search view
7514 add new search words (@kbd{[} and @kbd{]}) or new regular expressions
7515 (@kbd{@{} and @kbd{@}}) to the query string.  The opening bracket/brace will
7516 add a positive search term prefixed by @samp{+}, indicating that this search
7517 term @i{must} occur/match in the entry.  The closing bracket/brace will add a
7518 negative search term which @i{must not} occur/match in the entry for it to be
7519 selected.
7520 @end table
7522 @page
7523 @tsubheading{Remote editing}
7524 @cindex remote editing, from agenda
7526 @item 0-9
7527 Digit argument.
7529 @cindex undoing remote-editing events
7530 @cindex remote editing, undo
7531 @kindex C-_
7532 @item C-_
7533 Undo a change due to a remote editing command.  The change is undone
7534 both in the agenda buffer and in the remote buffer.
7536 @kindex t
7537 @item t
7538 Change the TODO state of the item, both in the agenda and in the
7539 original org file.
7541 @kindex C-S-@key{right}
7542 @kindex C-S-@key{left}
7543 @item C-S-@key{right}@r{/}@key{left}
7544 Switch to the next/previous set of TODO keywords.
7546 @kindex C-k
7547 @item C-k
7548 @vindex org-agenda-confirm-kill
7549 Delete the current agenda item along with the entire subtree belonging
7550 to it in the original Org file.  If the text to be deleted remotely
7551 is longer than one line, the kill needs to be confirmed by the user.  See
7552 variable @code{org-agenda-confirm-kill}.
7554 @kindex C-c C-w
7555 @item C-c C-w
7556 Refile the entry at point.
7558 @kindex C-c C-x C-a
7559 @kindex a
7560 @item C-c C-x C-a @ @r{or short} @ a
7561 @vindex org-archive-default-command
7562 Archive the subtree corresponding to the entry at point using the default
7563 archiving command set in @code{org-archive-default-command}.  When using the
7564 @code{a} key, confirmation will be required.
7566 @kindex C-c C-x a
7567 @item C-c C-x a
7568 Toggle the ARCHIVE tag for the current headline.
7570 @kindex C-c C-x A
7571 @item C-c C-x A
7572 Move the subtree corresponding to the current entry to its @emph{archive
7573 sibling}.
7575 @kindex $
7576 @kindex C-c C-x C-s
7577 @item C-c C-x C-s @ @r{or short} @ $
7578 Archive the subtree corresponding to the current headline.  This means the
7579 entry will be moved to the configured archive location, most likely a
7580 different file.
7582 @kindex T
7583 @item T
7584 @vindex org-agenda-show-inherited-tags
7585 Show all tags associated with the current item.  This is useful if you have
7586 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
7587 tags of a headline occasionally.
7589 @kindex :
7590 @item :
7591 Set tags for the current headline.  If there is an active region in the
7592 agenda, change a tag for all headings in the region.
7594 @kindex ,
7595 @item ,
7596 Set the priority for the current item.  Org mode prompts for the
7597 priority character. If you reply with @key{SPC}, the priority cookie
7598 is removed from the entry.
7600 @kindex P
7601 @item P
7602 Display weighted priority of current item.
7604 @kindex +
7605 @kindex S-@key{up}
7606 @item +
7607 @itemx S-@key{up}
7608 Increase the priority of the current item.  The priority is changed in
7609 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
7610 key for this.
7612 @kindex -
7613 @kindex S-@key{down}
7614 @item -
7615 @itemx S-@key{down}
7616 Decrease the priority of the current item.
7618 @kindex C-c C-z
7619 @kindex z
7620 @item z @ @r{or also} @ C-c C-z
7621 @vindex org-log-into-drawer
7622 Add a note to the entry.  This note will be recorded, and then files to the
7623 same location where state change notes are put.  Depending on
7624 @code{org-log-into-drawer}, this maybe inside a drawer.
7626 @kindex C-c C-a
7627 @item C-c C-a
7628 Dispatcher for all command related to attachments.
7630 @kindex C-c C-s
7631 @item C-c C-s
7632 Schedule this item, with prefix arg remove the scheduling timestamp
7634 @kindex C-c C-d
7635 @item C-c C-d
7636 Set a deadline for this item, with prefix arg remove the deadline.
7638 @kindex k
7639 @item k
7640 Agenda actions, to set dates for selected items to the cursor date.
7641 This command also works in the calendar!  The command prompts for an
7642 additional key:
7643 @example
7644 m   @r{Mark the entry at point for action.  You can also make entries}
7645     @r{in Org files with @kbd{C-c C-x C-k}.}
7646 d   @r{Set the deadline of the marked entry to the date at point.}
7647 s   @r{Schedule the marked entry at the date at point.}
7648 r   @r{Call @code{org-remember} with the cursor date as default date.}
7649 @end example
7650 @noindent
7651 Press @kbd{r} afterward to refresh the agenda and see the effect of the
7652 command.
7654 @kindex S-@key{right}
7655 @item S-@key{right}
7656 Change the timestamp associated with the current line by one day into the
7657 future.  With a numeric prefix argument, change it by that many days.  For
7658 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  With a
7659 @kbd{C-u} prefix, change the time by one hour.  If you immediately repeat the
7660 command, it will continue to change hours even without the prefix arg.  With
7661 a double @kbd{C-u C-u} prefix, do the same for changing minutes.  The stamp
7662 is changed in the original Org file, but the change is not directly reflected
7663 in the agenda buffer.  Use @kbd{r} or @kbd{g} to update the buffer.
7665 @kindex S-@key{left}
7666 @item S-@key{left}
7667 Change the timestamp associated with the current line by one day
7668 into the past.
7670 @kindex >
7671 @item >
7672 Change the timestamp associated with the current line.  The key @kbd{>} has
7673 been chosen, because it is the same as @kbd{S-.}  on my keyboard.
7675 @kindex I
7676 @item I
7677 Start the clock on the current item.  If a clock is running already, it
7678 is stopped first.
7680 @kindex O
7681 @item O
7682 Stop the previously started clock.
7684 @kindex X
7685 @item X
7686 Cancel the currently running clock.
7688 @kindex J
7689 @item J
7690 Jump to the running clock in another window.
7692 @tsubheading{Bulk remote editing selected entries}
7693 @cindex remote editing, bulk, from agenda
7695 @kindex m
7696 @item m
7697 Mark the entry at point for bulk action.
7699 @kindex u
7700 @item u
7701 Unmark entry for bulk action.
7703 @kindex U
7704 @item U
7705 Unmark all marked entries for bulk action.
7707 @kindex B
7708 @item B
7709 Bulk action: act on all marked entries in the agenda.  This will prompt for
7710 another key to select the action to be applied.  The prefix arg to @kbd{B}
7711 will be passed through to the @kbd{s} and @kbd{d} commands, to bulk-remove
7712 these special timestamps.
7713 @example
7714 r  @r{Prompt for a single refile target and move all entries.  The entries}
7715    @r{will no longer be in the agenda, refresh (@kbd{g}) to bring them back.}
7716 $  @r{Archive all selected entries.}
7717 A  @r{Archive entries by moving them to their respective archive siblings.}
7718 t  @r{Change TODO state.  This prompts for a single TODO keyword and}
7719    @r{changes the state of all selected entries, bypassing blocking and}
7720    @r{suppressing logging notes (but not time stamps).}
7721 +  @r{Add a tag to all selected entries.}
7722 -  @r{Remove a tag from all selected entries.}
7723 s  @r{Schedule all items to a new date.  To shift existing schedule dates}
7724    @r{by a fixed number of days, use something starting with double plus}
7725    @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
7726 d  @r{Set deadline to a specific date.}
7727 @end example
7730 @tsubheading{Calendar commands}
7731 @cindex calendar commands, from agenda
7732 @kindex c
7733 @item c
7734 Open the Emacs calendar and move to the date at the agenda cursor.
7736 @item c
7737 When in the calendar, compute and show the Org mode agenda for the
7738 date at the cursor.
7740 @cindex diary entries, creating from agenda
7741 @kindex i
7742 @item i
7743 @vindex org-agenda-diary-file
7744 Insert a new entry into the diary, using the date at the cursor and (for
7745 block entries) the date at the mark.  This will add to the Emacs diary
7746 file@footnote{This file is parsed for the agenda when
7747 @code{org-agenda-include-diary} is set.}, in a way similar to the @kbd{i}
7748 command in the calendar.  The diary file will pop up in another window, where
7749 you can add the entry.
7751 If you configure @code{org-agenda-diary-file} to point to an Org-mode file,
7752 Org will create entries (in org-mode syntax) in that file instead.  Most
7753 entries will be stored in a date-based outline tree that will later make it
7754 easy to archive appointments from previous months/years.  The tree will be
7755 built under an entry with a @code{DATE_TREE} property, or else with years as
7756 top-level entries.  Emacs will prompt you for the entry text - if you specify
7757 it, the entry will be created in @code{org-agenda-diary-file} without further
7758 interaction.  If you directly press @key{RET} at the prompt without typing
7759 text, the target file will be shown in another window for you to finish the
7760 entry there.  See also the @kbd{k r} command.
7762 @kindex M
7763 @item M
7764 Show the phases of the moon for the three months around current date.
7766 @kindex S
7767 @item S
7768 Show sunrise and sunset times.  The geographical location must be set
7769 with calendar variables, see the documentation for the Emacs calendar.
7771 @kindex C
7772 @item C
7773 Convert the date at cursor into many other cultural and historic
7774 calendars.
7776 @kindex H
7777 @item H
7778 Show holidays for three months around the cursor date.
7780 @item M-x org-export-icalendar-combine-agenda-files
7781 Export a single iCalendar file containing entries from all agenda files.
7782 This is a globally available command, and also available in the agenda menu.
7784 @tsubheading{Exporting to a file}
7785 @kindex C-x C-w
7786 @item C-x C-w
7787 @cindex exporting agenda views
7788 @cindex agenda views, exporting
7789 @vindex org-agenda-exporter-settings
7790 Write the agenda view to a file.  Depending on the extension of the selected
7791 file name, the view will be exported as HTML (extension @file{.html} or
7792 @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}),
7793 and plain text (any other extension).  When called with a @kbd{C-u} prefix
7794 argument, immediately open the newly created file.  Use the variable
7795 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
7796 for @file{htmlize} to be used during export.
7798 @tsubheading{Quit and Exit}
7799 @kindex q
7800 @item q
7801 Quit agenda, remove the agenda buffer.
7803 @kindex x
7804 @cindex agenda files, removing buffers
7805 @item x
7806 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
7807 for the compilation of the agenda.  Buffers created by the user to
7808 visit Org files will not be removed.
7809 @end table
7812 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
7813 @section Custom agenda views
7814 @cindex custom agenda views
7815 @cindex agenda views, custom
7817 Custom agenda commands serve two purposes: to store and quickly access
7818 frequently used TODO and tags searches, and to create special composite
7819 agenda buffers.  Custom agenda commands will be accessible through the
7820 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
7822 @menu
7823 * Storing searches::            Type once, use often
7824 * Block agenda::                All the stuff you need in a single buffer
7825 * Setting Options::             Changing the rules
7826 @end menu
7828 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
7829 @subsection Storing searches
7831 The first application of custom searches is the definition of keyboard
7832 shortcuts for frequently used searches, either creating an agenda
7833 buffer, or a sparse tree (the latter covering of course only the current
7834 buffer).
7835 @kindex C-c a C
7836 @vindex org-agenda-custom-commands
7837 Custom commands are configured in the variable
7838 @code{org-agenda-custom-commands}.  You can customize this variable, for
7839 example by pressing @kbd{C-c a C}.  You can also directly set it with
7840 Emacs Lisp in @file{.emacs}.  The following example contains all valid
7841 search types:
7843 @lisp
7844 @group
7845 (setq org-agenda-custom-commands
7846       '(("w" todo "WAITING")
7847         ("W" todo-tree "WAITING")
7848         ("u" tags "+boss-urgent")
7849         ("v" tags-todo "+boss-urgent")
7850         ("U" tags-tree "+boss-urgent")
7851         ("f" occur-tree "\\<FIXME\\>")
7852         ("h" . "HOME+Name tags searches") ; description for "h" prefix
7853         ("hl" tags "+home+Lisa")
7854         ("hp" tags "+home+Peter")
7855         ("hk" tags "+home+Kim")))
7856 @end group
7857 @end lisp
7859 @noindent
7860 The initial string in each entry defines the keys you have to press
7861 after the dispatcher command @kbd{C-c a} in order to access the command.
7862 Usually this will be just a single character, but if you have many
7863 similar commands, you can also define two-letter combinations where the
7864 first character is the same in several combinations and serves as a
7865 prefix key@footnote{You can provide a description for a prefix key by
7866 inserting a cons cell with the prefix and the description.}.  The second
7867 parameter is the search type, followed by the string or regular
7868 expression to be used for the matching.  The example above will
7869 therefore define:
7871 @table @kbd
7872 @item C-c a w
7873 as a global search for TODO entries with @samp{WAITING} as the TODO
7874 keyword
7875 @item C-c a W
7876 as the same search, but only in the current buffer and displaying the
7877 results as a sparse tree
7878 @item C-c a u
7879 as a global tags search for headlines marked @samp{:boss:} but not
7880 @samp{:urgent:}
7881 @item C-c a v
7882 as the same search as @kbd{C-c a u}, but limiting the search to
7883 headlines that are also TODO items
7884 @item C-c a U
7885 as the same search as @kbd{C-c a u}, but only in the current buffer and
7886 displaying the result as a sparse tree
7887 @item C-c a f
7888 to create a sparse tree (again: current buffer only) with all entries
7889 containing the word @samp{FIXME}
7890 @item C-c a h
7891 as a prefix command for a HOME tags search where you have to press an
7892 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
7893 Peter, or Kim) as additional tag to match.
7894 @end table
7896 @node Block agenda, Setting Options, Storing searches, Custom agenda views
7897 @subsection Block agenda
7898 @cindex block agenda
7899 @cindex agenda, with block views
7901 Another possibility is the construction of agenda views that comprise
7902 the results of @emph{several} commands, each of which creates a block in
7903 the agenda buffer.  The available commands include @code{agenda} for the
7904 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
7905 for the global TODO list (as constructed with @kbd{C-c a t}), and the
7906 matching commands discussed above: @code{todo}, @code{tags}, and
7907 @code{tags-todo}.  Here are two examples:
7909 @lisp
7910 @group
7911 (setq org-agenda-custom-commands
7912       '(("h" "Agenda and Home-related tasks"
7913          ((agenda "")
7914           (tags-todo "home")
7915           (tags "garden")))
7916         ("o" "Agenda and Office-related tasks"
7917          ((agenda "")
7918           (tags-todo "work")
7919           (tags "office")))))
7920 @end group
7921 @end lisp
7923 @noindent
7924 This will define @kbd{C-c a h} to create a multi-block view for stuff
7925 you need to attend to at home.  The resulting agenda buffer will contain
7926 your agenda for the current week, all TODO items that carry the tag
7927 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
7928 command @kbd{C-c a o} provides a similar view for office tasks.
7930 @node Setting Options,  , Block agenda, Custom agenda views
7931 @subsection Setting options for custom commands
7932 @cindex options, for custom agenda views
7934 @vindex org-agenda-custom-commands
7935 Org mode contains a number of variables regulating agenda construction
7936 and display.  The global variables define the behavior for all agenda
7937 commands, including the custom commands.  However, if you want to change
7938 some settings just for a single custom view, you can do so.  Setting
7939 options requires inserting a list of variable names and values at the
7940 right spot in @code{org-agenda-custom-commands}.  For example:
7942 @lisp
7943 @group
7944 (setq org-agenda-custom-commands
7945       '(("w" todo "WAITING"
7946          ((org-agenda-sorting-strategy '(priority-down))
7947           (org-agenda-prefix-format "  Mixed: ")))
7948         ("U" tags-tree "+boss-urgent"
7949          ((org-show-following-heading nil)
7950           (org-show-hierarchy-above nil)))
7951         ("N" search ""
7952          ((org-agenda-files '("~org/notes.org"))
7953           (org-agenda-text-search-extra-files nil)))))
7954 @end group
7955 @end lisp
7957 @noindent
7958 Now the @kbd{C-c a w} command will sort the collected entries only by
7959 priority, and the prefix format is modified to just say @samp{  Mixed: }
7960 instead of giving the category of the entry.  The sparse tags tree of
7961 @kbd{C-c a U} will now turn out ultra-compact, because neither the
7962 headline hierarchy above the match, nor the headline following the match
7963 will be shown.  The command @kbd{C-c a N} will do a text search limited
7964 to only a single file.
7966 @vindex org-agenda-custom-commands
7967 For command sets creating a block agenda,
7968 @code{org-agenda-custom-commands} has two separate spots for setting
7969 options.  You can add options that should be valid for just a single
7970 command in the set, and options that should be valid for all commands in
7971 the set.  The former are just added to the command entry, the latter
7972 must come after the list of command entries.  Going back to the block
7973 agenda example (@pxref{Block agenda}), let's change the sorting strategy
7974 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
7975 the results for GARDEN tags query in the opposite order,
7976 @code{priority-up}.  This would look like this:
7978 @lisp
7979 @group
7980 (setq org-agenda-custom-commands
7981       '(("h" "Agenda and Home-related tasks"
7982          ((agenda)
7983           (tags-todo "home")
7984           (tags "garden"
7985                 ((org-agenda-sorting-strategy '(priority-up)))))
7986          ((org-agenda-sorting-strategy '(priority-down))))
7987         ("o" "Agenda and Office-related tasks"
7988          ((agenda)
7989           (tags-todo "work")
7990           (tags "office")))))
7991 @end group
7992 @end lisp
7994 As you see, the values and parentheses setting is a little complex.
7995 When in doubt, use the customize interface to set this variable---it
7996 fully supports its structure.  Just one caveat: when setting options in
7997 this interface, the @emph{values} are just Lisp expressions.  So if the
7998 value is a string, you need to add the double-quotes around the value
7999 yourself.
8002 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
8003 @section Exporting Agenda Views
8004 @cindex agenda views, exporting
8006 If you are away from your computer, it can be very useful to have a printed
8007 version of some agenda views to carry around.  Org mode can export custom
8008 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
8009 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
8010 ghostscript @file{ps2pdf} utility must be installed on the system.  Selecting
8011 a PDF file with also create the postscript file.}, and iCalendar files.  If
8012 you want to do this only occasionally, use the command
8014 @table @kbd
8015 @kindex C-x C-w
8016 @item C-x C-w
8017 @cindex exporting agenda views
8018 @cindex agenda views, exporting
8019 @vindex org-agenda-exporter-settings
8020 Write the agenda view to a file.  Depending on the extension of the selected
8021 file name, the view will be exported as HTML (extension @file{.html} or
8022 @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension
8023 @file{.ics}), or plain text (any other extension).  Use the variable
8024 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
8025 for @file{htmlize} to be used during export, for example
8027 @vindex org-agenda-add-entry-text-maxlines
8028 @vindex htmlize-output-type
8029 @vindex ps-number-of-columns
8030 @vindex ps-landscape-mode
8031 @lisp
8032 (setq org-agenda-exporter-settings
8033       '((ps-number-of-columns 2)
8034         (ps-landscape-mode t)
8035         (org-agenda-add-entry-text-maxlines 5)
8036         (htmlize-output-type 'css)))
8037 @end lisp
8038 @end table
8040 If you need to export certain agenda views frequently, you can associate
8041 any custom agenda command with a list of output file names
8042 @footnote{If you want to store standard views like the weekly agenda
8043 or the global TODO list as well, you need to define custom commands for
8044 them in order to be able to specify file names.}.  Here is an example
8045 that first defines custom commands for the agenda and the global
8046 TODO list, together with a number of files to which to export them.
8047 Then we define two block agenda commands and specify file names for them
8048 as well.  File names can be relative to the current working directory,
8049 or absolute.
8051 @lisp
8052 @group
8053 (setq org-agenda-custom-commands
8054       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
8055         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
8056         ("h" "Agenda and Home-related tasks"
8057          ((agenda "")
8058           (tags-todo "home")
8059           (tags "garden"))
8060          nil
8061          ("~/views/home.html"))
8062         ("o" "Agenda and Office-related tasks"
8063          ((agenda)
8064           (tags-todo "work")
8065           (tags "office"))
8066          nil
8067          ("~/views/office.ps" "~/calendars/office.ics"))))
8068 @end group
8069 @end lisp
8071 The extension of the file name determines the type of export.  If it is
8072 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
8073 the buffer to HTML and save it to this file name.  If the extension is
8074 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
8075 Postscript output.  If the extension is @file{.ics}, iCalendar export is
8076 run export over all files that were used to construct the agenda, and
8077 limit the export to entries listed in the agenda.  Any other
8078 extension produces a plain ASCII file.
8080 The export files are @emph{not} created when you use one of those
8081 commands interactively because this might use too much overhead.
8082 Instead, there is a special command to produce @emph{all} specified
8083 files in one step:
8085 @table @kbd
8086 @kindex C-c a e
8087 @item C-c a e
8088 Export all agenda views that have export file names associated with
8089 them.
8090 @end table
8092 You can use the options section of the custom agenda commands to also
8093 set options for the export commands.  For example:
8095 @lisp
8096 (setq org-agenda-custom-commands
8097       '(("X" agenda ""
8098          ((ps-number-of-columns 2)
8099           (ps-landscape-mode t)
8100           (org-agenda-prefix-format " [ ] ")
8101           (org-agenda-with-colors nil)
8102           (org-agenda-remove-tags t))
8103          ("theagenda.ps"))))
8104 @end lisp
8106 @noindent
8107 This command sets two options for the Postscript exporter, to make it
8108 print in two columns in landscape format---the resulting page can be cut
8109 in two and then used in a paper agenda.  The remaining settings modify
8110 the agenda prefix to omit category and scheduling information, and
8111 instead include a checkbox to check off items.  We also remove the tags
8112 to make the lines compact, and we don't want to use colors for the
8113 black-and-white printer.  Settings specified in
8114 @code{org-agenda-exporter-settings} will also apply, but the settings
8115 in @code{org-agenda-custom-commands} take precedence.
8117 @noindent
8118 From the command line you may also use
8119 @example
8120 emacs -f org-batch-store-agenda-views -kill
8121 @end example
8122 @noindent
8123 or, if you need to modify some parameters@footnote{Quoting depends on the
8124 system you use, please check the FAQ for examples.}
8125 @example
8126 emacs -eval '(org-batch-store-agenda-views                      \
8127               org-agenda-ndays 30                               \
8128               org-agenda-start-day "2007-11-01"                 \
8129               org-agenda-include-diary nil                      \
8130               org-agenda-files (quote ("~/org/project.org")))'  \
8131       -kill
8132 @end example
8133 @noindent
8134 which will create the agenda views restricted to the file
8135 @file{~/org/project.org}, without diary entries and with a 30-day
8136 extent.
8138 You can also extract agenda information in a way that allows further
8139 processing by other programs.  See @ref{Extracting agenda information}, for
8140 more information.
8143 @node Agenda column view,  , Exporting Agenda Views, Agenda Views
8144 @section Using column view in the agenda
8145 @cindex column view, in agenda
8146 @cindex agenda, column view
8148 Column view (@pxref{Column view}) is normally used to view and edit
8149 properties embedded in the hierarchical structure of an Org file.  It can be
8150 quite useful to use column view also from the agenda, where entries are
8151 collected by certain criteria.
8153 @table @kbd
8154 @kindex C-c C-x C-c
8155 @item C-c C-x C-c
8156 Turn on column view in the agenda.
8157 @end table
8159 To understand how to use this properly, it is important to realize that the
8160 entries in the agenda are no longer in their proper outline environment.
8161 This causes the following issues:
8163 @enumerate
8164 @item
8165 @vindex org-columns-default-format
8166 @vindex org-overriding-columns-format
8167 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
8168 entries in the agenda are collected from different files, and different files
8169 may have different @code{COLUMNS} formats, this is a non-trivial problem.
8170 Org first checks if the variable @code{org-overriding-columns-format} is
8171 currently set, and if so, takes the format from there.  Otherwise it takes
8172 the format associated with the first item in the agenda, or, if that item
8173 does not have a specific format (defined in a property, or in its file), it
8174 uses @code{org-columns-default-format}.
8175 @item
8176 @cindex property, special, CLOCKSUM
8177 If any of the columns has a summary type defined (@pxref{Column attributes}),
8178 turning on column view in the agenda will visit all relevant agenda files and
8179 make sure that the computations of this property are up to date.  This is
8180 also true for the special @code{CLOCKSUM} property.  Org will then sum the
8181 values displayed in the agenda.  In the daily/weekly agenda, the sums will
8182 cover a single day, in all other views they cover the entire block.  It is
8183 vital to realize that the agenda may show the same entry @emph{twice} (for
8184 example as scheduled and as a deadline), and it may show two entries from the
8185 same hierarchy (for example a @emph{parent} and its @emph{child}).  In these
8186 cases, the summation in the agenda will lead to incorrect results because
8187 some values will count double.
8188 @item
8189 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
8190 the entire clocked time for this item.  So even in the daily/weekly agenda,
8191 the clocksum listed in column view may originate from times outside the
8192 current view.  This has the advantage that you can compare these values with
8193 a column listing the planned total effort for a task---one of the major
8194 applications for column view in the agenda.  If you want information about
8195 clocked time in the displayed period use clock table mode (press @kbd{R} in
8196 the agenda).
8197 @end enumerate
8200 @node Markup, Exporting, Agenda Views, Top
8201 @chapter Markup for rich export
8203 When exporting Org-mode documents, the exporter tries to reflect the
8204 structure of the document as accurately as possible in the backend.  Since
8205 export targets like HTML, La@TeX{}, or DocBook allow much richer formatting,
8206 Org mode has rules on how to prepare text for rich export.  This section
8207 summarizes the markup rules used in an Org-mode buffer.
8209 @menu
8210 * Structural markup elements::  The basic structure as seen by the exporter
8211 * Images and tables::           Tables and Images will be included
8212 * Literal examples::            Source code examples with special formatting
8213 * Include files::               Include additional files into a document
8214 * Index entries::               
8215 * Macro replacement::           Use macros to create complex output
8216 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
8217 @end menu
8219 @node Structural markup elements, Images and tables, Markup, Markup
8220 @section Structural markup elements
8222 @menu
8223 * Document title::              Where the title is taken from
8224 * Headings and sections::       The document structure as seen by the exporter
8225 * Table of contents::           The if and where of the table of contents
8226 * Initial text::                Text before the first heading?
8227 * Lists::                       Lists
8228 * Paragraphs::                  Paragraphs
8229 * Footnote markup::             Footnotes
8230 * Emphasis and monospace::      Bold, italic, etc.
8231 * Horizontal rules::            Make a line
8232 * Comment lines::               What will *not* be exported
8233 @end menu
8235 @node Document title, Headings and sections, Structural markup elements, Structural markup elements
8236 @subheading Document title
8237 @cindex document title, markup rules
8239 @noindent
8240 The title of the exported document is taken from the special line
8242 @cindex #+TITLE
8243 @example
8244 #+TITLE: This is the title of the document
8245 @end example
8247 @noindent
8248 If this line does not exist, the title is derived from the first non-empty,
8249 non-comment line in the buffer.  If no such line exists, or if you have
8250 turned off exporting of the text before the first headline (see below), the
8251 title will be the file name without extension.
8253 @cindex property, EXPORT_TITLE
8254 If you are exporting only a subtree by marking is as the region, the heading
8255 of the subtree will become the title of the document.  If the subtree has a
8256 property @code{EXPORT_TITLE}, that will take precedence.
8258 @node Headings and sections, Table of contents, Document title, Structural markup elements
8259 @subheading Headings and sections
8260 @cindex headings and sections, markup rules
8262 @vindex org-export-headline-levels
8263 The outline structure of the document as described in @ref{Document
8264 Structure}, forms the basis for defining sections of the exported document.
8265 However, since the outline structure is also used for (for example) lists of
8266 tasks, only the first three outline levels will be used as headings.  Deeper
8267 levels will become itemized lists.  You can change the location of this
8268 switch globally by setting the variable @code{org-export-headline-levels}, or on a
8269 per-file basis with a line
8271 @cindex #+OPTIONS
8272 @example
8273 #+OPTIONS: H:4
8274 @end example
8276 @node Table of contents, Initial text, Headings and sections, Structural markup elements
8277 @subheading Table of contents
8278 @cindex table of contents, markup rules
8280 @vindex org-export-with-toc
8281 The table of contents is normally inserted directly before the first headline
8282 of the file.  If you would like to get it to a different location, insert the
8283 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
8284 location.  The depth of the table of contents is by default the same as the
8285 number of headline levels, but you can choose a smaller number, or turn off
8286 the table of contents entirely, by configuring the variable
8287 @code{org-export-with-toc}, or on a per-file basis with a line like
8289 @example
8290 #+OPTIONS: toc:2          (only to two levels in TOC)
8291 #+OPTIONS: toc:nil        (no TOC at all)
8292 @end example
8294 @node Initial text, Lists, Table of contents, Structural markup elements
8295 @subheading Text before the first headline
8296 @cindex text before first headline, markup rules
8297 @cindex #+TEXT
8299 Org mode normally exports the text before the first headline, and even uses
8300 the first line as the document title.  The text will be fully marked up.  If
8301 you need to include literal HTML, La@TeX{}, or DocBook code, use the special
8302 constructs described below in the sections for the individual exporters.
8304 @vindex org-export-skip-text-before-1st-heading
8305 Some people like to use the space before the first headline for setup and
8306 internal links and therefore would like to control the exported text before
8307 the first headline in a different way.  You can do so by setting the variable
8308 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
8309 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
8311 @noindent
8312 If you still want to have some text before the first headline, use the
8313 @code{#+TEXT} construct:
8315 @example
8316 #+OPTIONS: skip:t
8317 #+TEXT: This text will go before the *first* headline.
8318 #+TEXT: [TABLE-OF-CONTENTS]
8319 #+TEXT: This goes between the table of contents and the first headline
8320 @end example
8322 @node Lists, Paragraphs, Initial text, Structural markup elements
8323 @subheading Lists
8324 @cindex lists, markup rules
8326 Plain lists as described in @ref{Plain lists}, are translated to the backend's
8327 syntax for such lists.  Most backends support unordered, ordered, and
8328 description lists.
8330 @node Paragraphs, Footnote markup, Lists, Structural markup elements
8331 @subheading Paragraphs, line breaks, and quoting
8332 @cindex paragraphs, markup rules
8334 Paragraphs are separated by at least one empty line.  If you need to enforce
8335 a line break within a paragraph, use @samp{\\} at the end of a line.
8337 To keep the line breaks in a region, but otherwise use normal formatting, you
8338 can use this construct, which can also be used to format poetry.
8340 @cindex #+BEGIN_VERSE
8341 @example
8342 #+BEGIN_VERSE
8343  Great clouds overhead
8344  Tiny black birds rise and fall
8345  Snow covers Emacs
8347      -- AlexSchroeder
8348 #+END_VERSE
8349 @end example
8351 When quoting a passage from another document, it is customary to format this
8352 as a paragraph that is indented on both the left and the right margin.  You
8353 can include quotations in Org-mode documents like this:
8355 @cindex #+BEGIN_QUOTE
8356 @example
8357 #+BEGIN_QUOTE
8358 Everything should be made as simple as possible,
8359 but not any simpler -- Albert Einstein
8360 #+END_QUOTE
8361 @end example
8363 If you would like to center some text, do it like this:
8364 @cindex #+BEGIN_CENTER
8365 @example
8366 #+BEGIN_CENTER
8367 Everything should be made as simple as possible, \\
8368 but not any simpler
8369 #+END_CENTER
8370 @end example
8373 @node Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements
8374 @subheading Footnote markup
8375 @cindex footnotes, markup rules
8376 @cindex @file{footnote.el}
8378 Footnotes defined in the way described in @ref{Footnotes}, will be exported by
8379 all backends.  Org allows multiple references to the same note, and
8380 different backends support this to varying degrees.
8382 @node Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements
8383 @subheading Emphasis and monospace
8385 @cindex underlined text, markup rules
8386 @cindex bold text, markup rules
8387 @cindex italic text, markup rules
8388 @cindex verbatim text, markup rules
8389 @cindex code text, markup rules
8390 @cindex strike-through text, markup rules
8391 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
8392 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
8393 in the code and verbatim string is not processed for Org-mode specific
8394 syntax, it is exported verbatim.
8396 @node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
8397 @subheading  Horizontal rules
8398 @cindex horizontal rules, markup rules
8399 A line consisting of only dashes, and at least 5 of them, will be
8400 exported as a horizontal line (@samp{<hr/>} in HTML).
8402 @node Comment lines,  , Horizontal rules, Structural markup elements
8403 @subheading Comment lines
8404 @cindex comment lines
8405 @cindex exporting, not
8406 @cindex #+BEGIN_COMMENT
8408 Lines starting with @samp{#} in column zero are treated as comments and will
8409 never be exported. If you want an indented line to be treated as a comment,
8410 start it with @samp{#+ }.  Also entire subtrees starting with the word
8411 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
8412 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
8414 @table @kbd
8415 @kindex C-c ;
8416 @item C-c ;
8417 Toggle the COMMENT keyword at the beginning of an entry.
8418 @end table
8421 @node Images and tables, Literal examples, Structural markup elements, Markup
8422 @section Images and Tables
8424 @cindex tables, markup rules
8425 @cindex #+CAPTION
8426 @cindex #+LABEL
8427 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
8428 the @file{table.el} package will be exported properly.  For Org mode tables,
8429 the lines before the first horizontal separator line will become table header
8430 lines.  You can use the following lines somewhere before the table to assign
8431 a caption and a label for cross references, and in the text you can refer to
8432 the object with @code{\ref@{tab:basic-data@}}:
8434 @example
8435 #+CAPTION: This is the caption for the next table (or link)
8436 #+LABEL:   tbl:basic-data
8437    | ... | ...|
8438    |-----|----|
8439 @end example
8441 @cindex inlined images, markup rules
8442 Some backends (HTML, La@TeX{}, and DocBook) allow you to directly include
8443 images into the exported document.  Org does this, if a link to an image
8444 files does not have a description part, for example @code{[[./img/a.jpg]]}.
8445 If you wish to define a caption for the image and maybe a label for internal
8446 cross references, you sure that the link is on a line by itself precede it
8447 with:
8449 @example
8450 #+CAPTION: This is the caption for the next figure link (or table)
8451 #+LABEL:   fig:SED-HR4049
8452 [[./img/a.jpg]]
8453 @end example
8455 You may also define additional attributes for the figure.  As this is
8456 backend-specific, see the sections about the individual backends for more
8457 information.
8460 @node Literal examples, Include files, Images and tables, Markup
8461 @section Literal examples
8462 @cindex literal examples, markup rules
8463 @cindex code line references, markup rules
8465 You can include literal examples that should not be subjected to
8466 markup.  Such examples will be typeset in monospace, so this is well suited
8467 for source code and similar examples.
8468 @cindex #+BEGIN_EXAMPLE
8470 @example
8471 #+BEGIN_EXAMPLE
8472 Some example from a text file.
8473 #+END_EXAMPLE
8474 @end example
8476 Note that such blocks may be @i{indented} in order to align nicely with
8477 indented text and in particular with plain list structure (@pxref{Plain
8478 lists}).  For simplicity when using small examples, you can also start the
8479 example lines with a colon followed by a space.  There may also be additional
8480 whitespace before the colon:
8482 @example
8483 Here is an example
8484    : Some example from a text file.
8485 @end example
8487 @cindex formatting source code, markup rules
8488 If the example is source code from a programming language, or any other text
8489 that can be marked up by font-lock in Emacs, you can ask for the example to
8490 look like the fontified Emacs buffer@footnote{Currently this works for the
8491 HTML backend, and requires the @file{htmlize.el} package version 1.34 or
8492 later.  It also works for LaTeX with the listings package, if you turn on the
8493 option @code{org-export-latex-listings} and make sure that the listings
8494 package is included by the LaTeX header.}.  This is done with the @samp{src}
8495 block, where you also need to specify the name of the major mode that should
8496 be used to fontify the example:
8497 @cindex #+BEGIN_SRC
8499 @example
8500 #+BEGIN_SRC emacs-lisp
8501 (defun org-xor (a b)
8502    "Exclusive or."
8503    (if a (not b) b))
8504 #+END_SRC
8505 @end example
8507 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
8508 switch to the end of the @code{BEGIN} line, to get the lines of the example
8509 numbered.  If you use a @code{+n} switch, the numbering from the previous
8510 numbered snippet will be continued in the current one.  In literal examples,
8511 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
8512 targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference name
8513 enclosed in single parenthesis).  In HTML, hovering the mouse over such a
8514 link will remote-highlight the corresponding code line, which is kind of
8515 cool.
8517 You can also add a @code{-r} switch which @i{removes} the labels from the
8518 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
8519 labels in the source code while using line numbers for the links, which might
8520 be useful to explain those in an org-mode example code.}.  With the @code{-n}
8521 switch, links to these references will be labeled by the line numbers from
8522 the code listing, otherwise links will use the labels with no parentheses.
8523 Here is an example:
8525 @example
8526 #+BEGIN_SRC emacs-lisp -n -r
8527 (save-excursion                  (ref:sc)
8528    (goto-char (point-min))       (ref:jump)
8529 #+END_SRC
8530 In line [[(sc)]] we remember the current position.  [[(jump)][Line (jump)]]
8531 jumps to point-min.
8532 @end example
8534 @vindex org-coderef-label-format
8535 If the syntax for the label format conflicts with the language syntax, use a
8536 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
8537 -n -r -l "((%s))"}.  See also the variable @code{org-coderef-label-format}.
8539 HTML export also allows examples to be published as text areas, @xref{Text
8540 areas in HTML export}.
8542 @table @kbd
8543 @kindex C-c '
8544 @item C-c '
8545 Edit the source code example at point in its native mode.  This works by
8546 switching to a temporary buffer with the source code.  You need to exit by
8547 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}
8548 or @samp{#} will get a comma prepended, to keep them from being interpreted
8549 by Org as outline nodes or special comments.  These commas will be striped
8550 for editing with @kbd{C-c '}, and also for export.}, the edited version will
8551 then replace the old version in the Org buffer.  Fixed-width regions
8552 (where each line starts with a colon followed by a space) will be edited
8553 using @code{artist-mode}@footnote{You may select a different-mode with the
8554 variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII
8555 drawings easily.  Using this command in an empty line will create a new
8556 fixed-width region.
8557 @kindex C-c l
8558 @item C-c l
8559 Calling @code{org-store-link} while editing a source code example in a
8560 temporary buffer created with @kbd{C-c '} will prompt for a label, make sure
8561 that it is unique in the current buffer, and insert it with the proper
8562 formatting like @samp{(ref:label)} at the end of the current line.  Then the
8563 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
8564 @end table
8567 @node Include files, Index entries, Literal examples, Markup
8568 @section Include files
8569 @cindex include files, markup rules
8571 During export, you can include the content of another file.  For example, to
8572 include your @file{.emacs} file, you could use:
8573 @cindex #+INCLUDE
8575 @example
8576 #+INCLUDE: "~/.emacs" src emacs-lisp
8577 @end example
8578 @noindent
8579 The optional second and third parameter are the markup (e.g. @samp{quote},
8580 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
8581 language for formatting the contents.  The markup is optional, if it is not
8582 given, the text will be assumed to be in Org mode format and will be
8583 processed normally.  The include line will also allow additional keyword
8584 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
8585 first line and for each following line, as well as any options accepted by
8586 the selected markup.  For example, to include a file as an item, use
8588 @example
8589 #+INCLUDE: "~/snippets/xx" :prefix1 "   + " :prefix "     "
8590 @end example
8592 @table @kbd
8593 @kindex C-c '
8594 @item C-c '
8595 Visit the include file at point.
8596 @end table
8598 @node Index entries, Macro replacement, Include files, Markup
8599 @section Index enries
8600 @cindex index entries, for publishing
8602 You can specify entries that will be used for generating an index during
8603 publishing.  This is done by lines starting with @code{#+INDEX}.  An entry
8604 the contains an exclamation mark will create a sub item.  See @ref{Generating
8605 an index} for more information.
8607 @example
8608 * Curriculum Vitae 
8609 #+INDEX: CV
8610 #+INDEX: Application!CV
8611 @end example
8616 @node Macro replacement, Embedded LaTeX, Index entries, Markup
8617 @section Macro replacement
8618 @cindex macro replacement, during export
8619 @cindex #+MACRO
8621 You can define text snippets with
8623 @example
8624 #+MACRO: name   replacement text $1, $2 are arguments
8625 @end example
8627 @noindent which can be referenced anywhere in the document (even in
8628 code examples) with @code{@{@{@{name(arg1,arg2)@}@}@}}.  In addition to
8629 defined macros, @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc.,
8630 will reference information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and
8631 similar lines.  Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
8632 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
8633 and to the modification time of the file being exported, respectively.
8634 @var{FORMAT} should be a format string understood by
8635 @code{format-time-string}.
8637 Macro expansion takes place during export, and some people use it to
8638 construct complex HTML code.
8641 @node Embedded LaTeX,  , Macro replacement, Markup
8642 @section Embedded La@TeX{}
8643 @cindex @TeX{} interpretation
8644 @cindex La@TeX{} interpretation
8646 Plain ASCII is normally sufficient for almost all note taking.  One
8647 exception, however, are scientific notes which need to be able to contain
8648 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
8649 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
8650 features described here as ``La@TeX{}'' are really from @TeX{}, but for
8651 simplicity I am blurring this distinction.}  is widely used to typeset
8652 scientific documents. Org mode supports embedding La@TeX{} code into its
8653 files, because many academics are used to reading La@TeX{} source code, and
8654 because it can be readily processed into images for HTML production.
8656 It is not necessary to mark La@TeX{} macros and code in any special way.
8657 If you observe a few conventions, Org mode knows how to find it and what
8658 to do with it.
8660 @menu
8661 * Special symbols::             Greek letters and other symbols
8662 * Subscripts and superscripts::  Simple syntax for raising/lowering text
8663 * LaTeX fragments::             Complex formulas made easy
8664 * Previewing LaTeX fragments::  What will this snippet look like?
8665 * CDLaTeX mode::                Speed up entering of formulas
8666 @end menu
8668 @node Special symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
8669 @subsection Special symbols
8670 @cindex math symbols
8671 @cindex special symbols
8672 @cindex @TeX{} macros
8673 @cindex La@TeX{} fragments, markup rules
8674 @cindex HTML entities
8675 @cindex La@TeX{} entities
8677 You can use La@TeX{} macros to insert special symbols like @samp{\alpha} to
8678 indicate the Greek letter, or @samp{\to} to indicate an arrow.  Completion
8679 for these macros is available, just type @samp{\} and maybe a few letters,
8680 and press @kbd{M-@key{TAB}} to see possible completions.  Unlike La@TeX{}
8681 code, Org mode allows these macros to be present without surrounding math
8682 delimiters, for example:
8684 @example
8685 Angles are written as Greek letters \alpha, \beta and \gamma.
8686 @end example
8688 @vindex org-html-entities
8689 During export, these symbols will be transformed into the native format of
8690 the exporter backend.  Strings like @code{\alpha} will be exported as
8691 @code{&alpha;} in the HTML output, and as @code{$\alpha$} in the La@TeX{}
8692 output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in HTML and
8693 @code{~} in La@TeX{}.  If you need such a symbol inside a word, terminate it
8694 like this: @samp{\Aacute@{@}stor}.
8696 A large number of entities is provided, with names taken from both HTML and
8697 La@TeX{}, see the variable @code{org-html-entities} for the complete list.
8698 @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
8699 @samp{...} are all converted into special commands creating hyphens of
8700 different lengths or a compact set of dots.
8702 @node Subscripts and superscripts, LaTeX fragments, Special symbols, Embedded LaTeX
8703 @subsection Subscripts and superscripts
8704 @cindex subscript
8705 @cindex superscript
8707 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
8708 and subscripts.  Again, these can be used without embedding them in
8709 math-mode delimiters.  To increase the readability of ASCII text, it is
8710 not necessary (but OK) to surround multi-character sub- and superscripts
8711 with curly braces.  For example
8713 @example
8714 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
8715 the sun is R_@{sun@} = 6.96 x 10^8 m.
8716 @end example
8718 @vindex org-export-with-sub-superscripts
8719 To avoid interpretation as raised or lowered text, you can quote @samp{^} and
8720 @samp{_} with a backslash: @samp{\^} and @samp{\_}.  If you write a text
8721 where the underscore is often used in a different context, Org's convention
8722 to always interpret these as subscripts can get in your way.  Configure the
8723 variable @code{org-export-with-sub-superscripts} to globally change this
8724 convention, or use, on a per-file basis:
8726 @example
8727 #+OPTIONS: ^:@{@}
8728 @end example
8731 @node LaTeX fragments, Previewing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
8732 @subsection La@TeX{} fragments
8733 @cindex La@TeX{} fragments
8735 @vindex org-format-latex-header
8736 With symbols, sub- and superscripts, HTML is pretty much at its end when
8737 it comes to representing mathematical formulas@footnote{Yes, there is
8738 MathML, but that is not yet fully supported by many browsers, and there
8739 is no decent converter for turning La@TeX{} or ASCII representations of
8740 formulas into MathML. So for the time being, converting formulas into
8741 images seems the way to go.}. More complex expressions need a dedicated
8742 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
8743 fragments. It provides commands to preview the typeset result of these
8744 fragments, and upon export to HTML, all fragments will be converted to
8745 images and inlined into the HTML document@footnote{The La@TeX{} export
8746 will not use images for displaying La@TeX{} fragments but include these
8747 fragments directly into the La@TeX{} code.}. For this to work you
8748 need to be on a system with a working La@TeX{} installation. You also
8749 need the @file{dvipng} program, available at
8750 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
8751 will be used when processing a fragment can be configured with the
8752 variable @code{org-format-latex-header}.
8754 La@TeX{} fragments don't need any special marking at all.  The following
8755 snippets will be identified as La@TeX{} source code:
8756 @itemize @bullet
8757 @item
8758 Environments of any kind.  The only requirement is that the
8759 @code{\begin} statement appears on a new line, preceded by only
8760 whitespace.
8761 @item
8762 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
8763 currency specifications, single @samp{$} characters are only recognized as
8764 math delimiters if the enclosed text contains at most two line breaks, is
8765 directly attached to the @samp{$} characters with no whitespace in between,
8766 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
8767 For the other delimiters, there is no such restriction, so when in doubt, use
8768 @samp{\(...\)} as inline math delimiters.
8769 @end itemize
8771 @noindent For example:
8773 @example
8774 \begin@{equation@}                          % arbitrary environments,
8775 x=\sqrt@{b@}                                % even tables, figures
8776 \end@{equation@}                            % etc
8778 If $a^2=b$ and \( b=2 \), then the solution must be
8779 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
8780 @end example
8782 @noindent
8783 @vindex org-format-latex-options
8784 If you need any of the delimiter ASCII sequences for other purposes, you
8785 can configure the option @code{org-format-latex-options} to deselect the
8786 ones you do not wish to have interpreted by the La@TeX{} converter.
8788 @node Previewing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
8789 @subsection Previewing LaTeX fragments
8790 @cindex LaTeX fragments, preview
8792 La@TeX{} fragments can be processed to produce preview images of the
8793 typeset expressions:
8795 @table @kbd
8796 @kindex C-c C-x C-l
8797 @item C-c C-x C-l
8798 Produce a preview image of the La@TeX{} fragment at point and overlay it
8799 over the source code.  If there is no fragment at point, process all
8800 fragments in the current entry (between two headlines).  When called
8801 with a prefix argument, process the entire subtree.  When called with
8802 two prefix arguments, or when the cursor is before the first headline,
8803 process the entire buffer.
8804 @kindex C-c C-c
8805 @item C-c C-c
8806 Remove the overlay preview images.
8807 @end table
8809 @vindex org-format-latex-options
8810 You can customize the variable @code{org-format-latex-options} to influence
8811 some aspects of the preview. In particular, the @code{:scale} (and for HTML
8812 export, @code{:html-scale}) property can be used to adjust the size of the
8813 preview images.
8815 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
8816 converted into images and inlined into the document if the following
8817 setting is active:
8819 @lisp
8820 (setq org-export-with-LaTeX-fragments t)
8821 @end lisp
8823 @node CDLaTeX mode,  , Previewing LaTeX fragments, Embedded LaTeX
8824 @subsection Using CDLa@TeX{} to enter math
8825 @cindex CDLa@TeX{}
8827 CDLa@TeX{} mode is a minor mode that is normally used in combination with a
8828 major La@TeX{} mode like AUC@TeX{} in order to speed-up insertion of
8829 environments and math templates.  Inside Org mode, you can make use of
8830 some of the features of CDLa@TeX{} mode.  You need to install
8831 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
8832 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
8833 Don't use CDLa@TeX{} mode itself under Org mode, but use the light
8834 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
8835 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
8836 Org files with
8838 @lisp
8839 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
8840 @end lisp
8842 When this mode is enabled, the following features are present (for more
8843 details see the documentation of CDLa@TeX{} mode):
8844 @itemize @bullet
8845 @kindex C-c @{
8846 @item
8847 Environment templates can be inserted with @kbd{C-c @{}.
8848 @item
8849 @kindex @key{TAB}
8850 The @key{TAB} key will do template expansion if the cursor is inside a
8851 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
8852 inside such a fragment, see the documentation of the function
8853 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
8854 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
8855 correctly inside the first brace.  Another @key{TAB} will get you into
8856 the second brace.  Even outside fragments, @key{TAB} will expand
8857 environment abbreviations at the beginning of a line.  For example, if
8858 you write @samp{equ} at the beginning of a line and press @key{TAB},
8859 this abbreviation will be expanded to an @code{equation} environment.
8860 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
8861 @item
8862 @kindex _
8863 @kindex ^
8864 @vindex cdlatex-simplify-sub-super-scripts
8865 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
8866 characters together with a pair of braces.  If you use @key{TAB} to move
8867 out of the braces, and if the braces surround only a single character or
8868 macro, they are removed again (depending on the variable
8869 @code{cdlatex-simplify-sub-super-scripts}).
8870 @item
8871 @kindex `
8872 Pressing the backquote @kbd{`} followed by a character inserts math
8873 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
8874 after the backquote, a help window will pop up.
8875 @item
8876 @kindex '
8877 Pressing the single-quote @kbd{'} followed by another character modifies
8878 the symbol before point with an accent or a font.  If you wait more than
8879 1.5 seconds after the backquote, a help window will pop up.  Character
8880 modification will work only inside La@TeX{} fragments, outside the quote
8881 is normal.
8882 @end itemize
8884 @node Exporting, Publishing, Markup, Top
8885 @chapter Exporting
8886 @cindex exporting
8888 Org-mode documents can be exported into a variety of other formats.  For
8889 printing and sharing of notes, ASCII export produces a readable and simple
8890 version of an Org file.  HTML export allows you to publish a notes file on
8891 the web, while the XOXO format provides a solid base for exchange with a
8892 broad range of other applications. La@TeX{} export lets you use Org mode and
8893 its structured editing functions to easily create La@TeX{} files.  DocBook
8894 export makes it possible to convert Org files to many other formats using
8895 DocBook tools.  To incorporate entries with associated times like deadlines
8896 or appointments into a desktop calendar program like iCal, Org mode can also
8897 produce extracts in the iCalendar format.  Currently Org mode only supports
8898 export, not import of these different formats.
8900 Org supports export of selected regions when @code{transient-mark-mode} is
8901 enabled (default in Emacs 23).
8903 @menu
8904 * Selective export::            Using tags to select and exclude trees
8905 * Export options::              Per-file export settings
8906 * The export dispatcher::       How to access exporter commands
8907 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
8908 * HTML export::                 Exporting to HTML
8909 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
8910 * DocBook export::              Exporting to DocBook
8911 * Freemind export::             Exporting to Freemind mind maps
8912 * XOXO export::                 Exporting to XOXO
8913 * iCalendar export::            Exporting in iCalendar format
8914 @end menu
8916 @node Selective export, Export options, Exporting, Exporting
8917 @section Selective export
8918 @cindex export, selective by tags
8920 @vindex org-export-select-tags
8921 @vindex org-export-exclude-tags
8922 You may use tags to select the parts of a document that should be exported,
8923 or to exclude parts from export.  This behavior is governed by two variables:
8924 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
8926 Org first checks if any of the @emph{select} tags is present in the buffer.
8927 If yes, all trees that do not carry one of these tags will be excluded.  If a
8928 selected tree is a subtree, the heading hierarchy above it will also be
8929 selected for export, but not the text below those headings.
8931 @noindent
8932 If none of the select tags is found, the whole buffer will be selected for
8933 export.
8935 @noindent
8936 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
8937 be removed from the export buffer.
8939 @node Export options, The export dispatcher, Selective export, Exporting
8940 @section Export options
8941 @cindex options, for export
8943 @cindex completion, of option keywords
8944 The exporter recognizes special lines in the buffer which provide
8945 additional information.  These lines may be put anywhere in the file.
8946 The whole set of lines can be inserted into the buffer with @kbd{C-c
8947 C-e t}.  For individual lines, a good way to make sure the keyword is
8948 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
8949 (@pxref{Completion}).   For a summary of other in-buffer settings not
8950 specifically related to export, see @ref{In-buffer settings}.
8951 In particular, note that you can place commonly-used (export) options in
8952 a separate file which can be included using @code{#+SETUPFILE}.
8954 @table @kbd
8955 @kindex C-c C-e t
8956 @item C-c C-e t
8957 Insert template with export options, see example below.
8958 @end table
8960 @cindex #+TITLE
8961 @cindex #+AUTHOR
8962 @cindex #+DATE
8963 @cindex #+EMAIL
8964 @cindex #+DESCRIPTION
8965 @cindex #+KEYWORDS
8966 @cindex #+LANGUAGE
8967 @cindex #+TEXT
8968 @cindex #+OPTIONS
8969 @cindex #+BIND
8970 @cindex #+LINK_UP
8971 @cindex #+LINK_HOME
8972 @cindex #+EXPORT_SELECT_TAGS
8973 @cindex #+EXPORT_EXCLUDE_TAGS
8974 @cindex #+LATEX_HEADER
8975 @vindex user-full-name
8976 @vindex user-mail-address
8977 @vindex org-export-default-language
8978 @example
8979 #+TITLE:       the title to be shown (default is the buffer name)
8980 #+AUTHOR:      the author (default taken from @code{user-full-name})
8981 #+DATE:        a date, fixed, of a format string for @code{format-time-string}
8982 #+EMAIL:       his/her email address (default from @code{user-mail-address})
8983 #+DESCRIPTION: the page description, e.g. for the XHTML meta tag
8984 #+KEYWORDS:    the page keywords, e.g. for the XHTML meta tag
8985 #+LANGUAGE:    language for HTML, e.g. @samp{en} (@code{org-export-default-language})
8986 #+TEXT:        Some descriptive text to be inserted at the beginning.
8987 #+TEXT:        Several lines may be given.
8988 #+OPTIONS:     H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
8989 #+BIND:        lisp-var lisp-val, e.g.: org-export-latex-low-levels itemize
8990                @r{You need to confirm using these, or configure @code{org-export-allow-BIND}}
8991 #+LINK_UP:     the ``up'' link of an exported page
8992 #+LINK_HOME:   the ``home'' link of an exported page
8993 #+LATEX_HEADER: extra line(s) for the LaTeX header, like \usepackage@{xyz@}
8994 #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
8995 #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
8996 @end example
8998 @noindent
8999 The OPTIONS line is a compact@footnote{If you want to configure many options
9000 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
9001 you can:
9002 @cindex headline levels
9003 @cindex section-numbers
9004 @cindex table of contents
9005 @cindex line-break preservation
9006 @cindex quoted HTML tags
9007 @cindex fixed-width sections
9008 @cindex tables
9009 @cindex @TeX{}-like syntax for sub- and superscripts
9010 @cindex footnotes
9011 @cindex special strings
9012 @cindex emphasized text
9013 @cindex @TeX{} macros
9014 @cindex La@TeX{} fragments
9015 @cindex author info, in export
9016 @cindex time info, in export
9017 @example
9018 H:         @r{set the number of headline levels for export}
9019 num:       @r{turn on/off section-numbers}
9020 toc:       @r{turn on/off table of contents, or set level limit (integer)}
9021 \n:        @r{turn on/off line-break-preservation (DOES NOT WORK)}
9022 @@:         @r{turn on/off quoted HTML tags}
9023 ::         @r{turn on/off fixed-width sections}
9024 |:         @r{turn on/off tables}
9025 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
9026            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
9027            @r{the simple @code{a_b} will be left as it is.}
9028 -:         @r{turn on/off conversion of special strings.}
9029 f:         @r{turn on/off footnotes like this[1].}
9030 todo:      @r{turn on/off inclusion of TODO keywords into exported text}
9031 pri:       @r{turn on/off priority cookies}
9032 tags:      @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
9033 <:         @r{turn on/off inclusion of any time/date stamps like DEADLINES}
9034 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
9035 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
9036 LaTeX:     @r{turn on/off La@TeX{} fragments}
9037 skip:      @r{turn on/off skipping the text before the first heading}
9038 author:    @r{turn on/off inclusion of author name/email into exported file}
9039 email:     @r{turn on/off inclusion of author email into exported file}
9040 creator:   @r{turn on/off inclusion of creator info into exported file}
9041 timestamp: @r{turn on/off inclusion creation time into exported file}
9042 d:         @r{turn on/off inclusion of drawers}
9043 @end example
9044 @noindent
9045 These options take effect in both the HTML and La@TeX{} export, except
9046 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
9047 @code{nil} for the La@TeX{} export.
9049 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
9050 calling an export command, the subtree can overrule some of the file's export
9051 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
9052 @code{EXPORT_TEXT}, @code{EXPORT_AUTHOR}, @code{EXPORT_DATE}, and
9053 @code{EXPORT_OPTIONS}.
9055 @node The export dispatcher, ASCII/Latin-1/UTF-8 export, Export options, Exporting
9056 @section The export dispatcher
9057 @cindex dispatcher, for export commands
9059 All export commands can be reached using the export dispatcher, which is a
9060 prefix key that prompts for an additional key specifying the command.
9061 Normally the entire file is exported, but if there is an active region that
9062 contains one outline tree, the first heading is used as document title and
9063 the subtrees are exported.
9065 @table @kbd
9066 @kindex C-c C-e
9067 @item C-c C-e
9068 @vindex org-export-run-in-background
9069 Dispatcher for export and publishing commands.  Displays a help-window
9070 listing the additional key(s) needed to launch an export or publishing
9071 command.  The prefix arg is passed through to the exporter.  A double prefix
9072 @kbd{C-u C-u} causes most commands to be executed in the background, in a
9073 separate Emacs process@footnote{To make this behavior the default, customize
9074 the variable @code{org-export-run-in-background}.}.
9075 @kindex C-c C-e v
9076 @item C-c C-e v
9077 Like @kbd{C-c C-e}, but only export the text that is currently visible
9078 (i.e. not hidden by outline visibility).
9079 @kindex C-u C-u C-c C-e
9080 @item C-u C-u C-c C-e
9081 @vindex org-export-run-in-background
9082 Call an the exporter, but reverse the setting of
9083 @code{org-export-run-in-background}, i.e. request background processing if
9084 not set, or force processing in the current Emacs process if set.
9085 @end table
9087 @node ASCII/Latin-1/UTF-8 export, HTML export, The export dispatcher, Exporting
9088 @section ASCII/Latin-1/UTF-8 export
9089 @cindex ASCII export
9090 @cindex Latin-1 export
9091 @cindex UTF-8 export
9093 ASCII export produces a simple and very readable version of an Org-mode
9094 file, containing only plain ASCII.  Latin-1 and UTF-8 export augment the file
9095 with special characters and symbols available in these encodings.
9097 @cindex region, active
9098 @cindex active region
9099 @cindex transient-mark-mode
9100 @table @kbd
9101 @kindex C-c C-e a
9102 @item C-c C-e a
9103 @cindex property, EXPORT_FILE_NAME
9104 Export as ASCII file.  For an Org file, @file{myfile.org}, the ASCII file
9105 will be @file{myfile.txt}.  The file will be overwritten without
9106 warning.  If there is an active region@footnote{This requires
9107 @code{transient-mark-mode} be turned on.}, only the region will be
9108 exported. If the selected region is a single tree@footnote{To select the
9109 current subtree, use @kbd{C-c @@}.}, the tree head will
9110 become the document title.  If the tree head entry has or inherits an
9111 @code{EXPORT_FILE_NAME} property, that name will be used for the
9112 export.
9113 @kindex C-c C-e A
9114 @item C-c C-e A
9115 Export to a temporary buffer, do not create a file.
9116 @kindex C-c C-e n
9117 @kindex C-c C-e N
9118 @item C-c C-e n @ @ @r{and} @ @ C-c C-e N
9119 Like the above commands, but use Latin-1 encoding.
9120 @kindex C-c C-e u
9121 @kindex C-c C-e U
9122 @item C-c C-e u @ @ @r{and} @ @ C-c C-e U
9123 Like the above commands, but use UTF-8 encoding.
9124 @kindex C-c C-e v a
9125 @kindex C-c C-e v n
9126 @kindex C-c C-e v u
9127 @item C-c C-e v a @ @ @r{and} @ @ C-c C-e v n @ @ @r{and} @ @ C-c C-e v u
9128 Export only the visible part of the document.
9129 @end table
9131 @cindex headline levels, for exporting
9132 In the exported version, the first 3 outline levels will become
9133 headlines, defining a general document structure.  Additional levels
9134 will be exported as itemized lists.  If you want that transition to occur
9135 at a different level, specify it with a prefix argument.  For example,
9137 @example
9138 @kbd{C-1 C-c C-e a}
9139 @end example
9141 @noindent
9142 creates only top level headlines and does the rest as items.  When
9143 headlines are converted to items, the indentation of the text following
9144 the headline is changed to fit nicely under the item.  This is done with
9145 the assumption that the first body line indicates the base indentation of
9146 the body text.  Any indentation larger than this is adjusted to preserve
9147 the layout relative to the first line.  Should there be lines with less
9148 indentation than the first, these are left alone.
9150 @vindex org-export-ascii-links-to-notes
9151 Links will be exported in a footnote-like style, with the descriptive part in
9152 the text and the link in a note before the next heading.  See the variable
9153 @code{org-export-ascii-links-to-notes} for details and other options.
9155 @node HTML export, LaTeX and PDF export, ASCII/Latin-1/UTF-8 export, Exporting
9156 @section HTML export
9157 @cindex HTML export
9159 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
9160 HTML formatting, in ways similar to John Gruber's @emph{markdown}
9161 language, but with additional support for tables.
9163 @menu
9164 * HTML Export commands::        How to invoke HTML export
9165 * Quoting HTML tags::           Using direct HTML in Org mode
9166 * Links in HTML export::        How links will be interpreted and formatted
9167 * Tables in HTML export::       How to modify the formatting of tables
9168 * Images in HTML export::       How to insert figures into HTML output
9169 * Text areas in HTML export::   An alternative way to show an example
9170 * CSS support::                 Changing the appearance of the output
9171 * Javascript support::          Info and Folding in a web browser
9172 @end menu
9174 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
9175 @subsection HTML export commands
9177 @cindex region, active
9178 @cindex active region
9179 @cindex transient-mark-mode
9180 @table @kbd
9181 @kindex C-c C-e h
9182 @item C-c C-e h
9183 @cindex property, EXPORT_FILE_NAME
9184 Export as HTML file @file{myfile.html}.  For an Org file @file{myfile.org},
9185 the ASCII file will be @file{myfile.html}.  The file will be overwritten
9186 without warning.  If there is an active region@footnote{This requires
9187 @code{transient-mark-mode} be turned on.}, only the region will be
9188 exported. If the selected region is a single tree@footnote{To select the
9189 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9190 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9191 property, that name will be used for the export.
9192 @kindex C-c C-e b
9193 @item C-c C-e b
9194 Export as HTML file and immediately open it with a browser.
9195 @kindex C-c C-e H
9196 @item C-c C-e H
9197 Export to a temporary buffer, do not create a file.
9198 @kindex C-c C-e R
9199 @item C-c C-e R
9200 Export the active region to a temporary buffer.  With a prefix argument, do
9201 not produce the file header and footer, but just the plain HTML section for
9202 the region.  This is good for cut-and-paste operations.
9203 @kindex C-c C-e v h
9204 @kindex C-c C-e v b
9205 @kindex C-c C-e v H
9206 @kindex C-c C-e v R
9207 @item C-c C-e v h
9208 @item C-c C-e v b
9209 @item C-c C-e v H
9210 @item C-c C-e v R
9211 Export only the visible part of the document.
9212 @item M-x org-export-region-as-html
9213 Convert the region to HTML under the assumption that it was Org-mode
9214 syntax before.  This is a global command that can be invoked in any
9215 buffer.
9216 @item M-x org-replace-region-by-HTML
9217 Replace the active region (assumed to be in Org-mode syntax) by HTML
9218 code.
9219 @end table
9221 @cindex headline levels, for exporting
9222 In the exported version, the first 3 outline levels will become headlines,
9223 defining a general document structure.  Additional levels will be exported as
9224 itemized lists.  If you want that transition to occur at a different level,
9225 specify it with a numeric prefix argument.  For example,
9227 @example
9228 @kbd{C-2 C-c C-e b}
9229 @end example
9231 @noindent
9232 creates two levels of headings and does the rest as items.
9234 @node Quoting HTML tags, Links in HTML export, HTML Export commands, HTML export
9235 @subsection Quoting HTML tags
9237 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
9238 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
9239 which should be interpreted as such, mark them with @samp{@@} as in
9240 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
9241 simple tags.  For more extensive HTML that should be copied verbatim to
9242 the exported file use either
9244 @cindex #+HTML
9245 @cindex #+BEGIN_HTML
9246 @example
9247 #+HTML: Literal HTML code for export
9248 @end example
9250 @noindent or
9251 @cindex #+BEGIN_HTML
9253 @example
9254 #+BEGIN_HTML
9255 All lines between these markers are exported literally
9256 #+END_HTML
9257 @end example
9260 @node Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export
9261 @subsection Links in HTML export
9263 @cindex links, in HTML export
9264 @cindex internal links, in HTML export
9265 @cindex external links, in HTML export
9266 Internal links (@pxref{Internal links}) will continue to work in HTML.  This
9267 includes automatic links created by radio targets (@pxref{Radio
9268 targets}).  Links to external files will still work if the target file is on
9269 the same @i{relative} path as the published Org file.  Links to other
9270 @file{.org} files will be translated into HTML links under the assumption
9271 that an HTML version also exists of the linked file, at the same relative
9272 path.  @samp{id:} links can then be used to jump to specific entries across
9273 files.  For information related to linking files while publishing them to a
9274 publishing directory see @ref{Publishing links}.
9276 If you want to specify attributes for links, you can do so using a special
9277 @code{#+ATTR_HTML} line to define attributes that will be added to the
9278 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{title}
9279 and @code{style} attributes for a link:
9281 @cindex #+ATTR_HTML
9282 @example
9283 #+ATTR_HTML: title="The Org-mode homepage" style="color:red;"
9284 [[http://orgmode.org]]
9285 @end example
9287 @node Tables in HTML export, Images in HTML export, Links in HTML export, HTML export
9288 @subsection Tables
9289 @cindex tables, in HTML
9290 @vindex org-export-html-table-tag
9292 Org-mode tables are exported to HTML using the table tag defined in
9293 @code{org-export-html-table-tag}.  The default setting makes tables without
9294 cell borders and frame.  If you would like to change this for individual
9295 tables, place somthing like the following before the table:
9297 @cindex #+CAPTION
9298 @cindex #+ATTR_HTML
9299 @example
9300 #+CAPTION: This is a table with lines around and between cells
9301 #+ATTR_HTML: border="2" rules="all" frame="all"
9302 @end example
9304 @node Images in HTML export, Text areas in HTML export, Tables in HTML export, HTML export
9305 @subsection Images in HTML export
9307 @cindex images, inline in HTML
9308 @cindex inlining images in HTML
9309 @vindex org-export-html-inline-images
9310 HTML export can inline images given as links in the Org file, and
9311 it can make an image the clickable part of a link.  By
9312 default@footnote{But see the variable
9313 @code{org-export-html-inline-images}.}, images are inlined if a link does
9314 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
9315 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
9316 @samp{the image} that points to the image.  If the description part
9317 itself is a @code{file:} link or a @code{http:} URL pointing to an
9318 image, this image will be inlined and activated so that clicking on the
9319 image will activate the link.  For example, to include a thumbnail that
9320 will link to a high resolution version of the image, you could use:
9322 @example
9323 [[file:highres.jpg][file:thumb.jpg]]
9324 @end example
9326 If you need to add attributes to an inlines image, use a @code{#+ATTR_HTML}.
9327 In the example below we specify the @code{alt} and @code{title} attributes to
9328 support text viewers and accessibility, and align it to the right.
9330 @cindex #+CAPTION
9331 @cindex #+ATTR_HTML
9332 @example
9333 #+CAPTION: A black cat stalking a spider
9334 #+ATTR_HTML: alt="cat/spider image" title="Action!" align="right"
9335 [[./img/a.jpg]]
9336 @end example
9338 @noindent
9339 and you could use @code{http} addresses just as well.
9341 @node Text areas in HTML export, CSS support, Images in HTML export, HTML export
9342 @subsection Text areas in HTML export
9344 @cindex text areas, in HTML
9345 An alternative way to publish literal code examples in HTML is to use text
9346 areas, where the example can even be edited before pasting it into an
9347 application.  It is triggered by a @code{-t} switch at an @code{example} or
9348 @code{src} block.  Using this switch disables any options for syntax and
9349 label highlighting, and line numbering, which may be present.  You may also
9350 use @code{-h} and @code{-w} switches to specify the height and width of the
9351 text area, which default to the number of lines in the example, and 80,
9352 respectively.  For example
9354 @example
9355 #+BEGIN_EXAMPLE -t -w 40
9356 (defun org-xor (a b)
9357    "Exclusive or."
9358    (if a (not b) b))
9359 #+END_EXAMPLE
9360 @end example
9363 @node CSS support, Javascript support, Text areas in HTML export, HTML export
9364 @subsection CSS support
9365 @cindex CSS, for HTML export
9366 @cindex HTML export, CSS
9368 @vindex org-export-html-todo-kwd-class-prefix
9369 @vindex org-export-html-tag-class-prefix
9370 You can also give style information for the exported file.  The HTML exporter
9371 assigns the following special CSS classes@footnote{If the classes on TODO
9372 keywords and tags lead to conflicts, use the variables
9373 @code{org-export-html-todo-kwd-class-prefix} and
9374 @code{org-export-html-tag-class-prefix} to make them unique.} to appropriate
9375 parts of the document---your style specifications may change these, in
9376 addition to any of the standard classes like for headlines, tables, etc.
9377 @example
9378 p.author            @r{author information, including email}
9379 p.date              @r{publishing date}
9380 p.creator           @r{creator info, about org-mode version}
9381 .title              @r{document title}
9382 .todo               @r{TODO keywords, all not-done states}
9383 .done               @r{the DONE keywords, all stated the count as done}
9384 .WAITING            @r{each TODO keyword also uses a class named after itself}
9385 .timestamp          @r{timestamp}
9386 .timestamp-kwd      @r{keyword associated with a timestamp, like SCHEDULED}
9387 .timestamp-wrapper  @r{span around keyword plus timestamp}
9388 .tag                @r{tag in a headline}
9389 ._HOME              @r{each tag uses itself as a class, "@@" replaced by "_"}
9390 .target             @r{target for links}
9391 .linenr             @r{the line number in a code example}
9392 .code-highlighted   @r{for highlighting referenced code lines}
9393 div.outline-N       @r{div for outline level N (headline plus text))}
9394 div.outline-text-N  @r{extra div for text at outline level N}
9395 .section-number-N   @r{section number in headlines, different for each level}
9396 div.figure          @r{how to format an inlined image}
9397 pre.src             @r{formatted source code}
9398 pre.example         @r{normal example}
9399 p.verse             @r{verse paragraph}
9400 div.footnotes       @r{footnote section headline}
9401 p.footnote          @r{footnote definition paragraph, containing a footnote}
9402 .footref            @r{a footnote reference number (always a <sup>)}
9403 .footnum            @r{footnote number in footnote definition (always <sup>)}
9404 @end example
9406 @vindex org-export-html-style-default
9407 @vindex org-export-html-style-include-default
9408 @vindex org-export-html-style
9409 @vindex org-export-html-extra
9410 @vindex org-export-html-style-default
9411 Each exported file contains a compact default style that defines these
9412 classes in a basic way@footnote{This style is defined in the constant
9413 @code{org-export-html-style-default}, which you should not modify.  To turn
9414 inclusion of these defaults off, customize
9415 @code{org-export-html-style-include-default}}.  You may overwrite these
9416 settings, or add to them by using the variables @code{org-export-html-style}
9417 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
9418 granular settings, like file-local settings).  To set the latter variable
9419 individually for each file, you can use
9421 @cindex #+STYLE
9422 @example
9423 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9424 @end example
9426 @noindent
9427 For longer style definitions, you can use several such lines.  You could also
9428 directly write a @code{<style>} @code{</style>} section in this way, without
9429 referring to an external file.
9431 @c FIXME: More about header and footer styles
9432 @c FIXME: Talk about links and targets.
9434 @node Javascript support,  , CSS support, HTML export
9435 @subsection Javascript supported display of web pages
9437 @cindex Rose, Sebastian
9438 Sebastian Rose has written a JavaScript program especially designed to
9439 enhance the web viewing experience of HTML files created with Org.  This
9440 program allows you to view large files in two different ways.  The first one
9441 is an @emph{Info}-like mode where each section is displayed separately and
9442 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
9443 as well, press @kbd{?} for an overview of the available keys).  The second
9444 view type is a @emph{folding} view much like Org provides inside Emacs.  The
9445 script is available at @url{http://orgmode.org/org-info.js} and you can find
9446 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
9447 We host the script at our site, but if you use it a lot, you might
9448 not want to be dependent on @url{orgmode.org} and prefer to install a local
9449 copy on your own web server.
9451 To use the script, you need to make sure that the @file{org-jsinfo.el} module
9452 gets loaded.  It should be loaded by default, but you can try @kbd{M-x
9453 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
9454 this is indeed the case.  All it then takes to make use of the program is
9455 adding a single line to the Org file:
9457 @cindex #+INFOJS_OPT
9458 @example
9459 #+INFOJS_OPT: view:info toc:nil
9460 @end example
9462 @noindent
9463 If this line is found, the HTML header will automatically contain the code
9464 needed to invoke the script.  Using the line above, you can set the following
9465 viewing options:
9467 @example
9468 path:    @r{The path to the script.  The default is to grab the script from}
9469          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
9470          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
9471 view:    @r{Initial view when website is first shown.  Possible values are:}
9472          info      @r{Info-like interface with one section per page.}
9473          overview  @r{Folding interface, initially showing only top-level.}
9474          content   @r{Folding interface, starting with all headlines visible.}
9475          showall   @r{Folding interface, all headlines and text visible.}
9476 sdepth:  @r{Maximum headline level that will still become an independent}
9477          @r{section for info and folding modes.  The default is taken from}
9478          @r{@code{org-export-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
9479          @r{If this is smaller than in @code{org-export-headline-levels}, each}
9480          @r{info/folding section can still contain child headlines.}
9481 toc:     @r{Should the table of content @emph{initially} be visible?}
9482          @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
9483 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
9484          @r{the variables @code{org-export-headline-levels} and @code{org-export-with-toc}.}
9485 ftoc:    @r{Does the css of the page specify a fixed position for the "toc"?}
9486          @r{If yes, the toc will never be displayed as a section.}
9487 ltoc:    @r{Should there be short contents (children) in each section?}
9488          @r{Make this @code{above} if the section should be above initial text.}
9489 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
9490          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
9491 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
9492          @r{default), only one such button will be present.}
9493 @end example
9494 @noindent
9495 @vindex org-infojs-options
9496 @vindex org-export-html-use-infojs
9497 You can choose default values for these options by customizing the variable
9498 @code{org-infojs-options}.  If you always want to apply the script to your
9499 pages, configure the variable @code{org-export-html-use-infojs}.
9501 @node LaTeX and PDF export, DocBook export, HTML export, Exporting
9502 @section La@TeX{} and PDF export
9503 @cindex La@TeX{} export
9504 @cindex PDF export
9505 @cindex Guerry, Bastien
9507 Org mode contains a La@TeX{} exporter written by Bastien Guerry.  With
9508 further processing@footnote{The default LaTeX output is designed for
9509 processing with pdftex or latex.  It includes packages that are not
9510 compatible with xetex and possibly luatex.  See the variables
9511 @code{org-export-latex-default-packages-alist} and
9512 @code{org-export-latex-packages-alist}.}, this backend is also used to
9513 produce PDF output.  Since the La@TeX{} output uses @file{hyperref} to
9514 implement links and cross references, the PDF output file will be fully
9515 linked.
9517 @menu
9518 * LaTeX/PDF export commands::   Which key invokes which commands
9519 * Header and sectioning::       Setting up the export file structure
9520 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
9521 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
9522 * Images in LaTeX export::      How to insert figures into La@TeX{} output
9523 * Beamer class export::         Turning the file into a presentation
9524 @end menu
9526 @node LaTeX/PDF export commands, Header and sectioning, LaTeX and PDF export, LaTeX and PDF export
9527 @subsection La@TeX{} export commands
9529 @cindex region, active
9530 @cindex active region
9531 @cindex transient-mark-mode
9532 @table @kbd
9533 @kindex C-c C-e l
9534 @item C-c C-e l
9535 @cindex property EXPORT_FILE_NAME
9536 Export as La@TeX{} file @file{myfile.tex}.  For an Org file
9537 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
9538 be overwritten without warning.  If there is an active region@footnote{This
9539 requires @code{transient-mark-mode} be turned on.}, only the region will be
9540 exported. If the selected region is a single tree@footnote{To select the
9541 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9542 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
9543 property, that name will be used for the export.
9544 @kindex C-c C-e L
9545 @item C-c C-e L
9546 Export to a temporary buffer, do not create a file.
9547 @kindex C-c C-e v l
9548 @kindex C-c C-e v L
9549 @item C-c C-e v l
9550 @item C-c C-e v L
9551 Export only the visible part of the document.
9552 @item M-x org-export-region-as-latex
9553 Convert the region to La@TeX{} under the assumption that it was Org mode
9554 syntax before.  This is a global command that can be invoked in any
9555 buffer.
9556 @item M-x org-replace-region-by-latex
9557 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
9558 code.
9559 @kindex C-c C-e p
9560 @item C-c C-e p
9561 Export as La@TeX{} and then process to PDF.
9562 @kindex C-c C-e d
9563 @item C-c C-e d
9564 Export as La@TeX{} and then process to PDF, then open the resulting PDF file.
9565 @end table
9567 @cindex headline levels, for exporting
9568 @vindex org-latex-low-levels
9569 In the exported version, the first 3 outline levels will become
9570 headlines, defining a general document structure.  Additional levels
9571 will be exported as description lists.  The exporter can ignore them or
9572 convert them to a custom string depending on
9573 @code{org-latex-low-levels}.
9575 If you want that transition to occur at a different level, specify it
9576 with a numeric prefix argument. For example,
9578 @example
9579 @kbd{C-2 C-c C-e l}
9580 @end example
9582 @noindent
9583 creates two levels of headings and does the rest as items.
9585 @node Header and sectioning, Quoting LaTeX code, LaTeX/PDF export commands, LaTeX and PDF export
9586 @subsection Header and sectioning structure
9587 @cindex La@TeX{} class
9588 @cindex La@TeX{} sectioning structure
9589 @cindex La@TeX{} header
9590 @cindex header, for LaTeX files
9591 @cindex sectioning structure, for LaTeX export
9593 By default, the La@TeX{} output uses the class @code{article}.
9595 @vindex org-export-latex-default-class
9596 @vindex org-export-latex-classes
9597 @vindex org-export-latex-default-packages-alist
9598 @vindex org-export-latex-packages-alist
9599 @cindex #+LATEX_HEADER
9600 @cindex #+LATEX_CLASS
9601 @cindex #+LATEX_CLASS_OPTIONS
9602 @cindex property, LATEX_CLASS
9603 @cindex property, LATEX_CLASS_OPTIONS
9604 You can change this globally by setting a different value for
9605 @code{org-export-latex-default-class} or locally by adding an option like
9606 @code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
9607 property that applies when exporting a region containing only this (sub)tree.
9608 The class must be listed in @code{org-export-latex-classes}.  This variable
9609 defines a header template for each class@footnote{Into which the values of
9610 @code{org-export-latex-default-packages-alist} and
9611 @code{org-export-latex-packages-alist} are spliced.}, and allows you to
9612 define the sectioning structure for each class.  You can also define your own
9613 classes there.  @code{#+LaTeX_CLASS_OPTIONS} or a @code{LaTeX_CLASS_OPTIONS}
9614 property can specify the options for the @code{\documentclass} macro.  You
9615 can also use @code{#+LATEX_HEADER: \usepackage@{xyz@}} to add lines to the
9616 header.  See the docstring of @code{org-export-latex-classes} for more
9617 information.
9619 @node Quoting LaTeX code, Tables in LaTeX export, Header and sectioning, LaTeX and PDF export
9620 @subsection Quoting La@TeX{} code
9622 Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
9623 inserted into the La@TeX{} file.  This includes simple macros like
9624 @samp{\ref@{LABEL@}} to create a cross reference to a figure.  Furthermore,
9625 you can add special code that should only be present in La@TeX{} export with
9626 the following constructs:
9628 @cindex #+LaTeX
9629 @cindex #+BEGIN_LaTeX
9630 @example
9631 #+LaTeX: Literal LaTeX code for export
9632 @end example
9634 @noindent or
9635 @cindex #+BEGIN_LaTeX
9637 @example
9638 #+BEGIN_LaTeX
9639 All lines between these markers are exported literally
9640 #+END_LaTeX
9641 @end example
9644 @node Tables in LaTeX export, Images in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
9645 @subsection Tables in La@TeX{} export
9646 @cindex tables, in La@TeX{} export
9648 For La@TeX{} export of a table, you can specify a label and a caption
9649 (@pxref{Images and tables}).  You can also use the @code{ATTR_LaTeX} line to
9650 request a longtable environment for the table, so that it may span several
9651 pages.  Finally, you can set the alignment string:
9653 @cindex #+CAPTION
9654 @cindex #+LABEL
9655 @cindex #+ATTR_LaTeX
9656 @example
9657 #+CAPTION: A long table
9658 #+LABEL: tbl:long
9659 #+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
9660 | ..... | ..... |
9661 | ..... | ..... |
9662 @end example
9665 @node Images in LaTeX export, Beamer class export, Tables in LaTeX export, LaTeX and PDF export
9666 @subsection Images in La@TeX{} export
9667 @cindex images, inline in La@TeX{}
9668 @cindex inlining images in La@TeX{}
9670 Images that are linked to without a description part in the link, like
9671 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
9672 output file resulting from La@TeX{} processing.  Org will use an
9673 @code{\includegraphics} macro to insert the image.  If you have specified a
9674 caption and/or a label as described in @ref{Images and tables}, the figure
9675 will be wrapped into a @code{figure} environment and thus become a floating
9676 element.  You can use an @code{#+ATTR_LaTeX:} line to specify the various
9677 options that can be used in the optional argument of the
9678 @code{\includegraphics} macro.  To modify the placement option of the
9679 @code{figure} environment, add something like @samp{placement=[h!]} to the
9680 Attributes.
9682 If you'd like to let text flow around the image, add the word @samp{wrap} to
9683 the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left
9684 half of the page.  To fine-tune, the @code{placement} field will be the
9685 set of additional arguments needed by the @code{wrapfigure} environment.
9686 Note that if you change the size of the image, you need to use compatible
9687 settings for @code{\includegraphics} and @code{wrapfigure}.
9689 @cindex #+CAPTION
9690 @cindex #+LABEL
9691 @cindex #+ATTR_LaTeX
9692 @example
9693 #+CAPTION:    The black-body emission of the disk around HR 4049
9694 #+LABEL:      fig:SED-HR4049
9695 #+ATTR_LaTeX: width=5cm,angle=90
9696 [[./img/sed-hr4049.pdf]]
9698 #+ATTR_LaTeX: width=0.38\textwidth wrap placement=@{r@}@{0.4\textwidth@}
9699 [[./img/hst.png]]
9700 @end example
9702 If you need references to a label created in this way, write
9703 @samp{\ref@{fig:SED-HR4049@}} just like in La@TeX{}.
9705 @node Beamer class export,  , Images in LaTeX export, LaTeX and PDF export
9706 @subsection Beamer class export
9708 The LaTeX class @file{beamer} allows to produce high quality presentations
9709 using LaTeX and pdf processing.  Org-mode has special support for turning an
9710 Org-mode file or tree into a @file{beamer} presentation.
9712 When the LaTeX class for the current buffer (as set with @code{#+LaTeX_CLASS:
9713 beamer}) or subtree (set with a @code{LaTeX_CLASS} property) is
9714 @code{beamer}, a special export mode will turn the file or tree into a beamer
9715 presentation.  Any tree with not-to-deep level nesting should in principle be
9716 exportable as a beamer presentation.  By default, the top-level entries (or
9717 the first level below the selected subtree heading) will be turned into
9718 frames, and the outline structure below this level will become itemize lists.
9719 You can also configure the variable @code{org-beamer-frame-level} to a
9720 different level - then the hierarchy above frames will produce the sectioning
9721 structure of the presentation.
9723 A template for useful in-buffer settings or properties can be inserted into
9724 the buffer with @kbd{M-x org-beamer-settings-template}.  Among other things,
9725 this will install a column view format which is very handy for editing
9726 special properties used by beamer.
9728 You can influence the structure of the presentation using the following
9729 properties:
9731 @table @code
9732 @item BEAMER_env
9733 The environment that should be used to format this entry.  Valid environments
9734 are defined in the constant @code{org-beamer-environments-default}, and you
9735 can define more in @code{org-beamer-environments-extra}.  If this property is
9736 set, the entry will also get a @code{:B_environment:} tag to make this
9737 visible.  This tag has no semantic meaning, it is only a visual aid.
9738 @item BEAMER_envargs
9739 The beamer-special arguments that should be used for the environment, like
9740 @code{[t]} or @code{[<+->]} of @code{<2-3>}.  If the @code{BEAMER_col}
9741 property is also set, something like @code{C[t]} can be added here as well to
9742 set an options argument for the implied @code{columns} environment.
9743 @code{c[t]} will set an option for the implied @code{column} environment.
9744 @item BEAMER_col
9745 The width of a column that should start with this entry.  If this property is
9746 set, the entry will also get a @code{:BMCOL:} property to make this visible.
9747 Also this tag is only a visual aid.  When his is a plain number, it will be
9748 interpreted as a fraction of @code{\textwidth}.  Otherwise it will be assumed
9749 that you have specified the units, like @samp{3cm}.  The first such property
9750 in a frame will start a @code{columns} environment to surround the columns.
9751 This environment is closed when an entry has a @code{BEAMER_col} property
9752 with value 0 or 1, or automatically at the end of the frame.
9753 @item BEAMER_extra
9754 Additional commands that should be inserted after the environment has been
9755 opened.  For example, when creating a frame, this can be used to specify
9756 transitions.
9757 @end table
9759 Frames will automatically receive a @code{fragile} option if they contain
9760 source code that uses the verbatim environment.  Special @file{beamer}
9761 specific code can be inserted using @code{#+BEAMER:} and
9762 @code{#+BEGIN_beamer...#+end_beamer} constructs, similar to other export
9763 backends, but with the difference that @code{#+LaTeX:} stuff will be included
9764 in the presentation as well.
9766 Outline nodes with @code{BEAMER_env} property value @samp{note} or
9767 @samp{noteNH} will be formatted as beamer notes, i,e, they will be wrapped
9768 into @code{\note@{...@}}.  The former will include the heading as part of the
9769 note text, the latter will ignore the heading of that node.  To simplify note
9770 generation, it is actually enough to mark the note with a @emph{tag} (either
9771 @code{:B_note:} or @code{:B_noteNH:}) instead of creating the
9772 @code{BEAMER_env} property.
9774 You can turn on a special minor mode @code{org-beamer-mode} for editing
9775 support with
9777 @example
9778 #+STARTUP: beamer
9779 @end example
9781 @table @kbd
9782 @kindex C-c C-b
9783 @item C-c C-b
9784 In @code{org-beamer-mode}, this key offers fast selection of a beamer
9785 environment or the @code{BEAMER_col} property.
9786 @end table
9788 Column view provides a great way to set the environment of a node and other
9789 important parameters.  Make sure you are using a COLUMN format that is geared
9790 toward this special purpose.  The command @kbd{M-x
9791 org-beamer-settings-template} does define such a format.
9793 Here is a simple example Org document that is intended for beamer export.
9795 @smallexample
9796 #+LaTeX_CLASS: beamer
9797 #+TITLE: Example Presentation
9798 #+AUTHOR: Carsten Dominik
9799 #+LaTeX_CLASS_OPTIONS: [presentation]
9800 #+BEAMER_FRAME_LEVEL: 2
9801 #+BEAMER_HEADER_EXTRA: \usetheme@{Madrid@}\usecolortheme@{default@}
9802 #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)
9804 * This is the first structural section
9806 ** Frame 1 \\ with a subtitle
9807 *** Thanks to Eric Fraga                                      :BMCOL:B_block:
9808     :PROPERTIES:
9809     :BEAMER_env: block
9810     :BEAMER_envargs: C[t]
9811     :BEAMER_col: 0.5
9812     :END:
9813     for the first viable beamer setup in Org
9814 *** Thanks to everyone else                                   :BMCOL:B_block:
9815     :PROPERTIES:
9816     :BEAMER_col: 0.5
9817     :BEAMER_env: block
9818     :BEAMER_envargs: <2->
9819     :END:
9820     for contributing to the discussion
9821 **** This will be formatted as a beamer note                  :B_note:
9822 ** Frame 2 \\ where we will not use columns
9823 *** Request                                                   :B_block:
9824     Please test this stuff!
9825     :PROPERTIES:
9826     :BEAMER_env: block
9827     :END:
9828 @end smallexample
9830 For more information, see the documentation on Worg.
9832 @node DocBook export, Freemind export, LaTeX and PDF export, Exporting
9833 @section DocBook export
9834 @cindex DocBook export
9835 @cindex PDF export
9836 @cindex Cui, Baoqui
9838 Org contains a DocBook exporter written by Baoqiu Cui.  Once an Org file is
9839 exported to DocBook format, it can be further processed to produce other
9840 formats, including PDF, HTML, man pages, etc., using many available DocBook
9841 tools and stylesheets.
9843 Currently DocBook exporter only supports DocBook V5.0.
9845 @menu
9846 * DocBook export commands::     How to invoke DocBook export
9847 * Quoting DocBook code::        Incorporating DocBook code in Org files
9848 * Recursive sections::          Recursive sections in DocBook
9849 * Tables in DocBook export::    Tables are exported as HTML tables
9850 * Images in DocBook export::    How to insert figures into DocBook output
9851 * Special characters::          How to handle special characters
9852 @end menu
9854 @node DocBook export commands, Quoting DocBook code, DocBook export, DocBook export
9855 @subsection DocBook export commands
9857 @cindex region, active
9858 @cindex active region
9859 @cindex transient-mark-mode
9860 @table @kbd
9861 @kindex C-c C-e D
9862 @item C-c C-e D
9863 @cindex property EXPORT_FILE_NAME
9864 Export as DocBook file.  For an Org file, @file{myfile.org}, the DocBook XML
9865 file will be @file{myfile.xml}.  The file will be overwritten without
9866 warning.  If there is an active region@footnote{This requires
9867 @code{transient-mark-mode} to be turned on}, only the region will be
9868 exported.  If the selected region is a single tree@footnote{To select the
9869 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9870 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9871 property, that name will be used for the export.
9872 @kindex C-c C-e V
9873 @item C-c C-e V
9874 Export as DocBook file, process to PDF, then open the resulting PDF file.
9876 @vindex org-export-docbook-xslt-proc-command
9877 @vindex org-export-docbook-xsl-fo-proc-command
9878 Note that, in order to produce PDF output based on exported DocBook file, you
9879 need to have XSLT processor and XSL-FO processor software installed on your
9880 system.  Check variables @code{org-export-docbook-xslt-proc-command} and
9881 @code{org-export-docbook-xsl-fo-proc-command}.
9883 @kindex C-c C-e v D
9884 @item C-c C-e v D
9885 Export only the visible part of the document.
9886 @end table
9888 @node Quoting DocBook code, Recursive sections, DocBook export commands, DocBook export
9889 @subsection Quoting DocBook code
9891 You can quote DocBook code in Org files and copy it verbatim into exported
9892 DocBook file with the following constructs:
9894 @cindex #+DOCBOOK
9895 @cindex #+BEGIN_DOCBOOK
9896 @example
9897 #+DOCBOOK: Literal DocBook code for export
9898 @end example
9900 @noindent or
9901 @cindex #+BEGIN_DOCBOOK
9903 @example
9904 #+BEGIN_DOCBOOK
9905 All lines between these markers are exported by DocBook exporter
9906 literally.
9907 #+END_DOCBOOK
9908 @end example
9910 For example, you can use the following lines to include a DocBook warning
9911 admonition.  As to what this warning says, you should pay attention to the
9912 document context when quoting DocBook code in Org files.  You may make
9913 exported DocBook XML files invalid by not quoting DocBook code correctly.
9915 @example
9916 #+BEGIN_DOCBOOK
9917 <warning>
9918   <para>You should know what you are doing when quoting DocBook XML code
9919   in your Org file.  Invalid DocBook XML file may be generated by
9920   DocBook exporter if you are not careful!</para>
9921 </warning>
9922 #+END_DOCBOOK
9923 @end example
9925 @node Recursive sections, Tables in DocBook export, Quoting DocBook code, DocBook export
9926 @subsection Recursive sections
9927 @cindex DocBook recursive sections
9929 DocBook exporter exports Org files as articles using the @code{article}
9930 element in DocBook.  Recursive sections, i.e. @code{section} elements, are
9931 used in exported articles.  Top level headlines in Org files are exported as
9932 top level sections, and lower level headlines are exported as nested
9933 sections.  The entire structure of Org files will be exported completely, no
9934 matter how many nested levels of headlines there are.
9936 Using recursive sections makes it easy to port and reuse exported DocBook
9937 code in other DocBook document types like @code{book} or @code{set}.
9939 @node Tables in DocBook export, Images in DocBook export, Recursive sections, DocBook export
9940 @subsection Tables in DocBook export
9941 @cindex tables, in DocBook export
9943 Tables in Org files are exported as HTML tables, which have been supported since
9944 DocBook V4.3.
9946 If a table does not have a caption, an informal table is generated using the
9947 @code{informaltable} element; otherwise, a formal table will be generated
9948 using the @code{table} element.
9950 @node Images in DocBook export, Special characters, Tables in DocBook export, DocBook export
9951 @subsection Images in DocBook export
9952 @cindex images, inline in DocBook
9953 @cindex inlining images in DocBook
9955 Images that are linked to without a description part in the link, like
9956 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]}, will be exported to DocBook
9957 using @code{mediaobject} elements.  Each @code{mediaobject} element contains
9958 an @code{imageobject} that wraps an @code{imagedata} element.  If you have
9959 specified a caption for an image as described in @ref{Images and tables}, a
9960 @code{caption} element will be added in @code{mediaobject}.  If a label is
9961 also specified, it will be exported as an @code{xml:id} attribute of the
9962 @code{mediaobject} element.
9964 @vindex org-export-docbook-default-image-attributes
9965 Image attributes supported by the @code{imagedata} element, like @code{align}
9966 or @code{width}, can be specified in two ways: you can either customize
9967 variable @code{org-export-docbook-default-image-attributes} or use the
9968 @code{#+ATTR_DOCBOOK:} line.  Attributes specified in variable
9969 @code{org-export-docbook-default-image-attributes} are applied to all inline
9970 images in the Org file to be exported (unless they are overridden by image
9971 attributes specified in @code{#+ATTR_DOCBOOK:} lines).
9973 The @code{#+ATTR_DOCBOOK:} line can be used to specify additional image
9974 attributes or override default image attributes for individual images.  If
9975 the same attribute appears in both the @code{#+ATTR_DOCBOOK:} line and
9976 variable @code{org-export-docbook-default-image-attributes}, the former
9977 takes precedence.  Here is an example about how image attributes can be
9978 set:
9980 @cindex #+CAPTION
9981 @cindex #+LABEL
9982 @cindex #+ATTR_DOCBOOK
9983 @example
9984 #+CAPTION:    The logo of Org mode
9985 #+LABEL:      unicorn-svg
9986 #+ATTR_DOCBOOK: scalefit="1" width="100%" depth="100%"
9987 [[./img/org-mode-unicorn.svg]]
9988 @end example
9990 @vindex org-export-docbook-inline-image-extensions
9991 By default, DocBook exporter recognizes the following image file types:
9992 @file{jpeg}, @file{jpg}, @file{png}, @file{gif}, and @file{svg}.  You can
9993 customize variable @code{org-export-docbook-inline-image-extensions} to add
9994 more types to this list as long as DocBook supports them.
9996 @node Special characters,  , Images in DocBook export, DocBook export
9997 @subsection Special characters in DocBook export
9998 @cindex Special characters in DocBook export
10000 @vindex org-export-docbook-doctype
10001 @vindex org-html-entities
10002 Special characters that are written in @TeX{}-like syntax, such as @code{\alpha},
10003 @code{\Gamma}, and @code{\Zeta}, are supported by DocBook exporter.  These
10004 characters are rewritten to XML entities, like @code{&alpha;},
10005 @code{&Gamma;}, and @code{&Zeta;}, based on the list saved in variable
10006 @code{org-html-entities}.  As long as the generated DocBook file includes the
10007 corresponding entities, these special characters are recognized.
10009 You can customize variable @code{org-export-docbook-doctype} to include the
10010 entities you need.  For example, you can set variable
10011 @code{org-export-docbook-doctype} to the following value to recognize all
10012 special characters included in XHTML entities:
10014 @example
10015 "<!DOCTYPE article [
10016 <!ENTITY % xhtml1-symbol PUBLIC
10017 \"-//W3C//ENTITIES Symbol for HTML//EN//XML\"
10018 \"http://www.w3.org/2003/entities/2007/xhtml1-symbol.ent\"
10020 %xhtml1-symbol;
10023 @end example
10025 @node Freemind export, XOXO export, DocBook export, Exporting
10026 @section Freemind export
10027 @cindex Freemind export
10028 @cindex mind map
10030 The freemind exporter was written by Lennart Borgman.
10032 @table @kbd
10033 @kindex C-c C-e m
10034 @item C-c C-e m
10035 Export as Freemind mind map @file{myfile.mm}.
10036 @end table
10038 @node XOXO export, iCalendar export, Freemind export, Exporting
10039 @section XOXO export
10040 @cindex XOXO export
10042 Org mode contains an exporter that produces XOXO-style output.
10043 Currently, this exporter only handles the general outline structure and
10044 does not interpret any additional Org-mode features.
10046 @table @kbd
10047 @kindex C-c C-e x
10048 @item C-c C-e x
10049 Export as XOXO file @file{myfile.html}.
10050 @kindex C-c C-e v
10051 @item C-c C-e v x
10052 Export only the visible part of the document.
10053 @end table
10055 @node iCalendar export,  , XOXO export, Exporting
10056 @section iCalendar export
10057 @cindex iCalendar export
10059 @vindex org-icalendar-include-todo
10060 @vindex org-icalendar-use-deadline
10061 @vindex org-icalendar-use-scheduled
10062 @vindex org-icalendar-categories
10063 Some people use Org mode for keeping track of projects, but still prefer a
10064 standard calendar application for anniversaries and appointments.  In this
10065 case it can be useful to show deadlines and other time-stamped items in Org
10066 files in the calendar application.  Org mode can export calendar information
10067 in the standard iCalendar format.  If you also want to have TODO entries
10068 included in the export, configure the variable
10069 @code{org-icalendar-include-todo}.  Plain timestamps are exported as VEVENT,
10070 and TODO items as VTODO.  It will also create events from deadlines that are
10071 in non-TODO items.  Deadlines and scheduling dates in TODO items will be used
10072 to set the start and due dates for the TODO entry@footnote{See the variables
10073 @code{org-icalendar-use-deadline} and @code{org-icalendar-use-scheduled}.}.
10074 As categories, it will use the tags locally defined in the heading, and the
10075 file/tree category@footnote{To add inherited tags or the TODO state,
10076 configure the variable @code{org-icalendar-categories}.}.
10078 @vindex org-icalendar-store-UID
10079 @cindex property, ID
10080 The iCalendar standard requires each entry to have a globally unique
10081 identifier (UID).  Org creates these identifiers during export.  If you set
10082 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
10083 @code{:ID:} property of the entry and re-used next time you report this
10084 entry.  Since a single entry can give rise to multiple iCalendar entries (as
10085 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
10086 prefixes to the UID, depending on what triggered the inclusion of the entry.
10087 In this way the UID remains unique, but a synchronization program can still
10088 figure out from which entry all the different instances originate.
10090 @table @kbd
10091 @kindex C-c C-e i
10092 @item C-c C-e i
10093 Create iCalendar entries for the current file and store them in the same
10094 directory, using a file extension @file{.ics}.
10095 @kindex C-c C-e I
10096 @item C-c C-e I
10097 @vindex org-agenda-files
10098 Like @kbd{C-c C-e i}, but do this for all files in
10099 @code{org-agenda-files}.  For each of these files, a separate iCalendar
10100 file will be written.
10101 @kindex C-c C-e c
10102 @item C-c C-e c
10103 @vindex org-combined-agenda-icalendar-file
10104 Create a single large iCalendar file from all files in
10105 @code{org-agenda-files} and write it to the file given by
10106 @code{org-combined-agenda-icalendar-file}.
10107 @end table
10109 @vindex org-use-property-inheritance
10110 @vindex org-icalendar-include-body
10111 @cindex property, SUMMARY
10112 @cindex property, DESCRIPTION
10113 @cindex property, LOCATION
10114 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
10115 property can be inherited from higher in the hierarchy if you configure
10116 @code{org-use-property-inheritance} accordingly.} properties if the selected
10117 entries have them.  If not, the summary will be derived from the headline,
10118 and the description from the body (limited to
10119 @code{org-icalendar-include-body} characters).
10121 How this calendar is best read and updated, depends on the application
10122 you are using.  The FAQ covers this issue.
10124 @node Publishing, Miscellaneous, Exporting, Top
10125 @chapter Publishing
10126 @cindex publishing
10127 @cindex O'Toole, David
10129 Org includes a publishing management system that allows you to configure
10130 automatic HTML conversion of @emph{projects} composed of interlinked org
10131 files.  You can also configure Org to automatically upload your exported HTML
10132 pages and related attachments, such as images and source code files, to a web
10133 server.
10135 You can also use Org to convert files into PDF, or even combine HTML and PDF
10136 conversion so that files are available in both formats on the server.
10138 Publishing has been contributed to Org by David O'Toole.
10140 @menu
10141 * Configuration::               Defining projects
10142 * Uploading files::             How to get files up on the server
10143 * Sample configuration::        Example projects
10144 * Triggering publication::      Publication commands
10145 @end menu
10147 @node Configuration, Uploading files, Publishing, Publishing
10148 @section Configuration
10150 Publishing needs significant configuration to specify files, destination
10151 and many other properties of a project.
10153 @menu
10154 * Project alist::               The central configuration variable
10155 * Sources and destinations::    From here to there
10156 * Selecting files::             What files are part of the project?
10157 * Publishing action::           Setting the function doing the publishing
10158 * Publishing options::          Tweaking HTML export
10159 * Publishing links::            Which links keep working after publishing?
10160 * Sitemap::                     Generating a list of all pages
10161 * Generating an index::         An index that reaches across pages
10162 @end menu
10164 @node Project alist, Sources and destinations, Configuration, Configuration
10165 @subsection The variable @code{org-publish-project-alist}
10166 @cindex org-publish-project-alist
10167 @cindex projects, for publishing
10169 @vindex org-publish-project-alist
10170 Publishing is configured almost entirely through setting the value of one
10171 variable, called @code{org-publish-project-alist}.  Each element of the list
10172 configures one project, and may be in one of the two following forms:
10174 @lisp
10175    ("project-name" :property value :property value ...)
10176 @r{or}
10177    ("project-name" :components ("project-name" "project-name" ...))
10179 @end lisp
10181 In both cases, projects are configured by specifying property values.  A
10182 project defines the set of files that will be published, as well as the
10183 publishing configuration to use when publishing those files.  When a project
10184 takes the second form listed above, the individual members of the
10185 @code{:components} property are taken to be sub-projects, which group
10186 together files requiring different publishing options.  When you publish such
10187 a ``meta-project'', all the components will also be published, in the
10188 sequence given.
10190 @node Sources and destinations, Selecting files, Project alist, Configuration
10191 @subsection Sources and destinations for files
10192 @cindex directories, for publishing
10194 Most properties are optional, but some should always be set.  In
10195 particular, Org needs to know where to look for source files,
10196 and where to put published files.
10198 @multitable @columnfractions 0.3 0.7
10199 @item @code{:base-directory}
10200 @tab Directory containing publishing source files
10201 @item @code{:publishing-directory}
10202 @tab Directory where output files will be published.  You can directly
10203 publish to a webserver using a file name syntax appropriate for
10204 the Emacs @file{tramp} package.  Or you can publish to a local directory and
10205 use external tools to upload your website (@pxref{Uploading files}).
10206 @item @code{:preparation-function}
10207 @tab Function or list of functions to be called before starting the
10208 publishing process, for example, to run @code{make} for updating files to be
10209 published.  The project property list is scoped into this call as the
10210 variable @code{project-plist}.
10211 @item @code{:completion-function}
10212 @tab Function or list of functions called after finishing the publishing
10213 process, for example, to change permissions of the resulting files.  The
10214 project property list is scoped into this call as the variable
10215 @code{project-plist}.
10216 @end multitable
10217 @noindent
10219 @node Selecting files, Publishing action, Sources and destinations, Configuration
10220 @subsection Selecting files
10221 @cindex files, selecting for publishing
10223 By default, all files with extension @file{.org} in the base directory
10224 are considered part of the project.  This can be modified by setting the
10225 properties
10226 @multitable @columnfractions 0.25 0.75
10227 @item @code{:base-extension}
10228 @tab Extension (without the dot!) of source files.  This actually is a
10229 regular expression.  Set this to the symbol @code{any} if you want to get all
10230 files in @code{:base-directory}, even without extension.
10232 @item @code{:exclude}
10233 @tab Regular expression to match file names that should not be
10234 published, even though they have been selected on the basis of their
10235 extension.
10237 @item @code{:include}
10238 @tab List of files to be included regardless of @code{:base-extension}
10239 and @code{:exclude}.
10240 @end multitable
10242 @node Publishing action, Publishing options, Selecting files, Configuration
10243 @subsection Publishing action
10244 @cindex action, for publishing
10246 Publishing means that a file is copied to the destination directory and
10247 possibly transformed in the process.  The default transformation is to export
10248 Org files as HTML files, and this is done by the function
10249 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
10250 export}).  But you also can publish your content as PDF files using
10251 @code{org-publish-org-to-pdf}.  If you want to publish the Org file itself,
10252 but with @i{archived}, @i{commented}, and @i{tag-excluded} trees removed, use
10253 @code{org-publish-org-to-org} and set the parameters @code{:plain-source}
10254 and/or @code{:htmlized-source}.  This will produce @file{file.org} and
10255 @file{file.org.html} in the publishing
10256 directory@footnote{@file{file-source.org} and @file{file-source.org.html} if
10257 source and publishing directories are equal.  Note that with this kind of
10258 setup, you need to add @code{:exclude "-source\\.org"} to the project
10259 definition in @code{org-publish-project-alist} to avoid that the published
10260 source files will be considered as new org files the next time the project is
10261 published.}.  Other files like images only
10262 need to be copied to the publishing destination, for this you may use
10263 @code{org-publish-attachment}.  For non-Org files, you always need to
10264 specify the publishing function:
10266 @multitable @columnfractions 0.3 0.7
10267 @item @code{:publishing-function}
10268 @tab Function executing the publication of a file.  This may also be a
10269 list of functions, which will all be called in turn.
10270 @item @code{:plain-source}
10271 @tab Non-nil means, publish plain source.
10272 @item @code{:htmlized-source}
10273 @tab Non-nil means, publish htmlized source.
10274 @end multitable
10276 The function must accept three arguments: a property list containing at least
10277 a @code{:publishing-directory} property, the name of the file to be
10278 published, and the path to the publishing directory of the output file.  It
10279 should take the specified file, make the necessary transformation (if any)
10280 and place the result into the destination folder.
10282 @node Publishing options, Publishing links, Publishing action, Configuration
10283 @subsection Options for the HTML/La@TeX{} exporters
10284 @cindex options, for publishing
10286 The property list can be used to set many export options for the HTML
10287 and La@TeX{} exporters.  In most cases, these properties correspond to user
10288 variables in Org.  The table below lists these properties along
10289 with the variable they belong to.  See the documentation string for the
10290 respective variable for details.
10292 @vindex org-export-html-link-up
10293 @vindex org-export-html-link-home
10294 @vindex org-export-default-language
10295 @vindex org-display-custom-times
10296 @vindex org-export-headline-levels
10297 @vindex org-export-with-section-numbers
10298 @vindex org-export-section-number-format
10299 @vindex org-export-with-toc
10300 @vindex org-export-preserve-breaks
10301 @vindex org-export-with-archived-trees
10302 @vindex org-export-with-emphasize
10303 @vindex org-export-with-sub-superscripts
10304 @vindex org-export-with-special-strings
10305 @vindex org-export-with-footnotes
10306 @vindex org-export-with-drawers
10307 @vindex org-export-with-tags
10308 @vindex org-export-with-todo-keywords
10309 @vindex org-export-with-priority
10310 @vindex org-export-with-TeX-macros
10311 @vindex org-export-with-LaTeX-fragments
10312 @vindex org-export-skip-text-before-1st-heading
10313 @vindex org-export-with-fixed-width
10314 @vindex org-export-with-timestamps
10315 @vindex org-export-author-info
10316 @vindex org-export-email
10317 @vindex org-export-creator-info
10318 @vindex org-export-with-tables
10319 @vindex org-export-highlight-first-table-line
10320 @vindex org-export-html-style-include-default
10321 @vindex org-export-html-style
10322 @vindex org-export-html-style-extra
10323 @vindex org-export-html-link-org-files-as-html
10324 @vindex org-export-html-inline-images
10325 @vindex org-export-html-extension
10326 @vindex org-export-html-table-tag
10327 @vindex org-export-html-expand
10328 @vindex org-export-html-with-timestamp
10329 @vindex org-export-publishing-directory
10330 @vindex org-export-html-preamble
10331 @vindex org-export-html-postamble
10332 @vindex org-export-html-auto-preamble
10333 @vindex org-export-html-auto-postamble
10334 @vindex user-full-name
10335 @vindex user-mail-address
10336 @vindex org-export-select-tags
10337 @vindex org-export-exclude-tags
10339 @multitable @columnfractions 0.32 0.68
10340 @item @code{:link-up}               @tab @code{org-export-html-link-up}
10341 @item @code{:link-home}             @tab @code{org-export-html-link-home}
10342 @item @code{:language}              @tab @code{org-export-default-language}
10343 @item @code{:customtime}            @tab @code{org-display-custom-times}
10344 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
10345 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
10346 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
10347 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
10348 @item @code{:preserve-breaks}       @tab @code{org-export-preserve-breaks}
10349 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
10350 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
10351 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
10352 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
10353 @item @code{:footnotes}             @tab @code{org-export-with-footnotes}
10354 @item @code{:drawers}               @tab @code{org-export-with-drawers}
10355 @item @code{:tags}                  @tab @code{org-export-with-tags}
10356 @item @code{:todo-keywords}         @tab @code{org-export-with-todo-keywords}
10357 @item @code{:priority}              @tab @code{org-export-with-priority}
10358 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
10359 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
10360 @item @code{:latex-listings}        @tab @code{org-export-latex-listings}
10361 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
10362 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
10363 @item @code{:timestamps}            @tab @code{org-export-with-timestamps}
10364 @item @code{:author-info}           @tab @code{org-export-author-info}
10365 @item @code{:email-info}            @tab @code{org-export-email-info}
10366 @item @code{:creator-info}          @tab @code{org-export-creator-info}
10367 @item @code{:tables}                @tab @code{org-export-with-tables}
10368 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
10369 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
10370 @item @code{:style}                 @tab @code{org-export-html-style}
10371 @item @code{:style-extra}           @tab @code{org-export-html-style-extra}
10372 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
10373 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
10374 @item @code{:html-extension}        @tab @code{org-export-html-extension}
10375 @item @code{:xml-declaration}       @tab @code{org-export-html-xml-declaration}
10376 @item @code{:html-table-tag}        @tab @code{org-export-html-table-tag}
10377 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
10378 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
10379 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
10380 @item @code{:preamble}              @tab @code{org-export-html-preamble}
10381 @item @code{:postamble}             @tab @code{org-export-html-postamble}
10382 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
10383 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
10384 @item @code{:author}                @tab @code{user-full-name}
10385 @item @code{:email}                 @tab @code{user-mail-address} : @code{addr;addr;..}
10386 @item @code{:select-tags}           @tab @code{org-export-select-tags}
10387 @item @code{:exclude-tags}          @tab @code{org-export-exclude-tags}
10388 @item @code{:latex-image-options}   @tab @code{org-export-latex-image-default-option}
10389 @end multitable
10391 Most of the @code{org-export-with-*} variables have the same effect in
10392 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
10393 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
10394 La@TeX{} export.
10396 @vindex org-publish-project-alist
10397 When a property is given a value in @code{org-publish-project-alist},
10398 its setting overrides the value of the corresponding user variable (if
10399 any) during publishing.  Options set within a file (@pxref{Export
10400 options}), however, override everything.
10402 @node Publishing links, Sitemap, Publishing options, Configuration
10403 @subsection Links between published files
10404 @cindex links, publishing
10406 To create a link from one Org file to another, you would use
10407 something like @samp{[[file:foo.org][The foo]]} or simply
10408 @samp{file:foo.org.} (@pxref{Hyperlinks}).  When published, this link
10409 becomes a link to @file{foo.html}.  In this way, you can interlink the
10410 pages of your "org web" project and the links will work as expected when
10411 you publish them to HTML.  If you also publish the Org source file and want
10412 to link to that, use an @code{http:} link instead of a @code{file:} link,
10413 because @code{file:} links are converted to link to the corresponding
10414 @file{html} file.
10416 You may also link to related files, such as images. Provided you are careful
10417 with relative file names, and provided you have also configured Org to upload
10418 the related files, these links will work too. See @ref{Complex example}, for
10419 an example of this usage.
10421 Sometimes an Org file to be published may contain links that are
10422 only valid in your production environment, but not in the publishing
10423 location.  In this case, use the property
10425 @multitable @columnfractions 0.4 0.6
10426 @item @code{:link-validation-function}
10427 @tab Function to validate links
10428 @end multitable
10430 @noindent
10431 to define a function for checking link validity.  This function must
10432 accept two arguments, the file name and a directory relative to which
10433 the file name is interpreted in the production environment.  If this
10434 function returns @code{nil}, then the HTML generator will only insert a
10435 description into the HTML file, but no link.  One option for this
10436 function is @code{org-publish-validate-link} which checks if the given
10437 file is part of any project in @code{org-publish-project-alist}.
10439 @node Sitemap, Generating an index, Publishing links, Configuration
10440 @subsection Generating a sitemap
10441 @cindex sitemap, of published pages
10443 The following properties may be used to control publishing of 
10444 a map of files for a given project.
10446 @multitable @columnfractions 0.25 0.75
10447 @item @code{:auto-sitemap}
10448 @tab When non-nil, publish a sitemap during @code{org-publish-current-project}
10449 or @code{org-publish-all}.
10451 @item @code{:sitemap-filename}
10452 @tab Filename for output of sitemap. Defaults to @file{sitemap.org} (which
10453 becomes @file{sitemap.html}).
10455 @item @code{:sitemap-title}
10456 @tab Title of sitemap page. Defaults to name of file.
10458 @item @code{:sitemap-function}
10459 @tab Plug-in function to use for generation of the sitemap.
10460 Defaults to @code{org-publish-org-sitemap}, which generates a plain list
10461 of links to all files in the project.
10462 @end multitable
10464 @node Generating an index,  , Sitemap, Configuration
10465 @subsection Generating an index
10466 @cindex index, in a publishing project
10468 Org-mode can generate an index across the files of a publishing project.
10470 @multitable @columnfractions 0.25 0.75
10471 @item @code{:makeindex}
10472 @tab When non-nil, generate in index in the file @file{theindex.org} and
10473 publish it as @file{theindex.html}.
10474 @end multitable
10476 The file will be create when first publishing a project with the
10477 @code{:makeindex} set.  The file only contains a statement @code{#+include:
10478 "theindex.inc"}.  You can then built around this include statement by adding
10479 a title, style information etc.
10481 @node Uploading files, Sample configuration, Configuration, Publishing
10482 @section Uploading files
10483 @cindex rsync
10484 @cindex unison
10486 For those people already utilizing third party sync tools such as
10487 @command{rsync} or @command{unison}, it might be preferable not to use the built in
10488 @i{remote} publishing facilities of Org mode which rely heavily on
10489 Tramp.  Tramp, while very useful and powerful, tends not to be
10490 so efficient for multiple file transfer and has been known to cause problems
10491 under heavy usage.
10493 Specialized synchronization utilities offer several advantages.  In addition
10494 to timestamp comparison, they also do content and permissions/attribute
10495 checks.  For this reason you might prefer to publish your web to a local
10496 directory (possibly even @i{in place} with your Org files) and then use
10497 @file{unison} or @file{rsync} to do the synchronization with the remote host.
10499 Since Unison (for example) can be configured as to which files to transfer to
10500 a certain remote destination, it can greatly simplify the project publishing
10501 definition.  Simply keep all files in the correct location, process your Org
10502 files with @code{org-publish} and let the synchronization tool do the rest.
10503 You do not need, in this scenario, to include attachments such as @file{jpg},
10504 @file{css} or @file{gif} files in the project definition since the 3rd party
10505 tool syncs them.
10507 Publishing to a local directory is also much faster than to a remote one, so
10508 that you can afford more easily to republish entire projects.  If you set
10509 @code{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
10510 benefit of re-including any changed external files such as source example
10511 files you might include with @code{#+INCLUDE}.  The timestamp mechanism in
10512 Org is not smart enough to detect if included files have been modified.
10514 @node Sample configuration, Triggering publication, Uploading files, Publishing
10515 @section Sample configuration
10517 Below we provide two example configurations.  The first one is a simple
10518 project publishing only a set of Org files.  The second example is
10519 more complex, with a multi-component project.
10521 @menu
10522 * Simple example::              One-component publishing
10523 * Complex example::             A multi-component publishing example
10524 @end menu
10526 @node Simple example, Complex example, Sample configuration, Sample configuration
10527 @subsection Example: simple publishing configuration
10529 This example publishes a set of Org files to the @file{public_html}
10530 directory on the local machine.
10532 @lisp
10533 (setq org-publish-project-alist
10534       '(("org"
10535          :base-directory "~/org/"
10536          :publishing-directory "~/public_html"
10537          :section-numbers nil
10538          :table-of-contents nil
10539          :style "<link rel=\"stylesheet\"
10540                 href=\"../other/mystyle.css\"
10541                 type=\"text/css\"/>")))
10542 @end lisp
10544 @node Complex example,  , Simple example, Sample configuration
10545 @subsection Example: complex publishing configuration
10547 This more complicated example publishes an entire website, including
10548 Org files converted to HTML, image files, Emacs Lisp source code, and
10549 style sheets. The publishing directory is remote and private files are
10550 excluded.
10552 To ensure that links are preserved, care should be taken to replicate
10553 your directory structure on the web server, and to use relative file
10554 paths. For example, if your Org files are kept in @file{~/org} and your
10555 publishable images in @file{~/images}, you'd link to an image with
10557 @example
10558 file:../images/myimage.png
10559 @end example
10561 On the web server, the relative path to the image should be the
10562 same. You can accomplish this by setting up an "images" folder in the
10563 right place on the web server, and publishing images to it.
10565 @lisp
10566 (setq org-publish-project-alist
10567       '(("orgfiles"
10568           :base-directory "~/org/"
10569           :base-extension "org"
10570           :publishing-directory "/ssh:user@@host:~/html/notebook/"
10571           :publishing-function org-publish-org-to-html
10572           :exclude "PrivatePage.org"   ;; regexp
10573           :headline-levels 3
10574           :section-numbers nil
10575           :table-of-contents nil
10576           :style "<link rel=\"stylesheet\"
10577                   href=\"../other/mystyle.css\" type=\"text/css\"/>"
10578           :auto-preamble t
10579           :auto-postamble nil)
10581          ("images"
10582           :base-directory "~/images/"
10583           :base-extension "jpg\\|gif\\|png"
10584           :publishing-directory "/ssh:user@@host:~/html/images/"
10585           :publishing-function org-publish-attachment)
10587          ("other"
10588           :base-directory "~/other/"
10589           :base-extension "css\\|el"
10590           :publishing-directory "/ssh:user@@host:~/html/other/"
10591           :publishing-function org-publish-attachment)
10592          ("website" :components ("orgfiles" "images" "other"))))
10593 @end lisp
10595 @node Triggering publication,  , Sample configuration, Publishing
10596 @section Triggering publication
10598 Once properly configured, Org can publish with the following commands:
10600 @table @kbd
10601 @kindex C-c C-e C
10602 @item C-c C-e C
10603 Prompt for a specific project and publish all files that belong to it.
10604 @kindex C-c C-e P
10605 @item C-c C-e P
10606 Publish the project containing the current file.
10607 @kindex C-c C-e F
10608 @item C-c C-e F
10609 Publish only the current file.
10610 @kindex C-c C-e E
10611 @item C-c C-e E
10612 Publish every project.
10613 @end table
10615 @vindex org-publish-use-timestamps-flag
10616 Org uses timestamps to track when a file has changed. The above functions
10617 normally only publish changed files. You can override this and force
10618 publishing of all files by giving a prefix argument to any of the commands
10619 above, or by customizing the variable @code{org-publish-use-timestamps-flag}.
10620 This may be necessary in particular if files include other files via
10621 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
10623 @node Miscellaneous, Hacking, Publishing, Top
10624 @chapter Miscellaneous
10626 @menu
10627 * Completion::                  M-TAB knows what you need
10628 * Speed keys::                  Electic commands at the beginning of a headline
10629 * Customization::               Adapting Org to your taste
10630 * In-buffer settings::          Overview of the #+KEYWORDS
10631 * The very busy C-c C-c key::   When in doubt, press C-c C-c
10632 * Clean view::                  Getting rid of leading stars in the outline
10633 * TTY keys::                    Using Org on a tty
10634 * Interaction::                 Other Emacs packages
10635 @end menu
10638 @node Completion, Speed keys, Miscellaneous, Miscellaneous
10639 @section Completion
10640 @cindex completion, of @TeX{} symbols
10641 @cindex completion, of TODO keywords
10642 @cindex completion, of dictionary words
10643 @cindex completion, of option keywords
10644 @cindex completion, of tags
10645 @cindex completion, of property keys
10646 @cindex completion, of link abbreviations
10647 @cindex @TeX{} symbol completion
10648 @cindex TODO keywords completion
10649 @cindex dictionary word completion
10650 @cindex option keyword completion
10651 @cindex tag completion
10652 @cindex link abbreviations, completion of
10654 Emacs would not be Emacs without completion, and Org-mode uses it whenever it
10655 makes sense.  If you prefer an @i{iswitchb}- or @i{ido}-like interface for
10656 some of the completion prompts, you can specify your preference by setting at
10657 most one of the variables @code{org-completion-use-iswitchb}
10658 @code{org-completion-use-ido}.
10660 Org supports in-buffer completion.  This type of completion does
10661 not make use of the minibuffer.  You simply type a few letters into
10662 the buffer and use the key to complete text right there.
10664 @table @kbd
10665 @kindex M-@key{TAB}
10666 @item M-@key{TAB}
10667 Complete word at point
10668 @itemize @bullet
10669 @item
10670 At the beginning of a headline, complete TODO keywords.
10671 @item
10672 After @samp{\}, complete @TeX{} symbols supported by the exporter.
10673 @item
10674 After @samp{*}, complete headlines in the current buffer so that they
10675 can be used in search links like @samp{[[*find this headline]]}.
10676 @item
10677 After @samp{:} in a headline, complete tags.  The list of tags is taken
10678 from the variable @code{org-tag-alist} (possibly set through the
10679 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
10680 dynamically from all tags used in the current buffer.
10681 @item
10682 After @samp{:} and not in a headline, complete property keys.  The list
10683 of keys is constructed dynamically from all keys used in the current
10684 buffer.
10685 @item
10686 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
10687 @item
10688 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
10689 @samp{OPTIONS} which set file-specific options for Org mode.  When the
10690 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
10691 will insert example settings for this keyword.
10692 @item
10693 In the line after @samp{#+STARTUP: }, complete startup keywords,
10694 i.e. valid keys for this line.
10695 @item
10696 Elsewhere, complete dictionary words using Ispell.
10697 @end itemize
10698 @end table
10700 @node Speed keys, Customization, Completion, Miscellaneous
10701 @section Speed keys
10702 @cindex speed keys
10703 @vindex org-use-speed-commands
10704 @vindex org-speed-commands-user
10706 Single keys can be made to execute commands when the cursor is at the
10707 beginning of a headline, i.e. before the first star.  Configure the variable
10708 @code{org-use-speed-commands} to activate this feature.  There is a
10709 pre-defined list of commands, and you can add more such commands using the
10710 variable @code{org-speed-commands-user}.  Speed keys do not only speed up
10711 navigation and other commands, but they also provide an alternative way to
10712 execute commands bound to keys that are not or not easily available on a tty,
10713 or on a small mobile device with a limited keyboard.
10715 To see which commands are available, activate the feature and press @kbd{?}
10716 with the cursor at the beginning of a headline.
10718 @node Customization, In-buffer settings, Speed keys, Miscellaneous
10719 @section Customization
10720 @cindex customization
10721 @cindex options, for customization
10722 @cindex variables, for customization
10724 There are more than 180 variables that can be used to customize
10725 Org.  For the sake of compactness of the manual, I am not
10726 describing the variables here.  A structured overview of customization
10727 variables is available with @kbd{M-x org-customize}.  Or select
10728 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
10729 settings can also be activated on a per-file basis, by putting special
10730 lines into the buffer (@pxref{In-buffer settings}).
10732 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
10733 @section Summary of in-buffer settings
10734 @cindex in-buffer settings
10735 @cindex special keywords
10737 Org mode uses special lines in the buffer to define settings on a
10738 per-file basis.  These lines start with a @samp{#+} followed by a
10739 keyword, a colon, and then individual words defining a setting.  Several
10740 setting words can be in the same line, but you can also have multiple
10741 lines for the keyword.  While these settings are described throughout
10742 the manual, here is a summary.  After changing any of those lines in the
10743 buffer, press @kbd{C-c C-c} with the cursor still in the line to
10744 activate the changes immediately.  Otherwise they become effective only
10745 when the file is visited again in a new Emacs session.
10747 @vindex org-archive-location
10748 @table @kbd
10749 @item #+ARCHIVE: %s_done::
10750 This line sets the archive location for the agenda file.  It applies for
10751 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
10752 of the file.  The first such line also applies to any entries before it.
10753 The corresponding variable is @code{org-archive-location}.
10754 @item #+CATEGORY:
10755 This line sets the category for the agenda file.  The category applies
10756 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
10757 end of the file.  The first such line also applies to any entries before it.
10758 @item #+COLUMNS: %25ITEM .....
10759 @cindex property, COLUMNS
10760 Set the default format for columns view.  This format applies when
10761 columns view is invoked in locations where no @code{COLUMNS} property
10762 applies.
10763 @item #+CONSTANTS: name1=value1 ...
10764 @vindex org-table-formula-constants
10765 @vindex org-table-formula
10766 Set file-local values for constants to be used in table formulas.  This
10767 line set the local variable @code{org-table-formula-constants-local}.
10768 The global version of this variable is
10769 @code{org-table-formula-constants}.
10770 @item #+FILETAGS: :tag1:tag2:tag3:
10771 Set tags that can be inherited by any entry in the file, including the
10772 top-level entries.
10773 @item #+DRAWERS: NAME1 .....
10774 @vindex org-drawers
10775 Set the file-local set of drawers.  The corresponding global variable is
10776 @code{org-drawers}.
10777 @item #+LINK:  linkword replace
10778 @vindex org-link-abbrev-alist
10779 These lines (several are allowed) specify link abbreviations.
10780 @xref{Link abbreviations}.  The corresponding variable is
10781 @code{org-link-abbrev-alist}.
10782 @item #+PRIORITIES: highest lowest default
10783 @vindex org-highest-priority
10784 @vindex org-lowest-priority
10785 @vindex org-default-priority
10786 This line sets the limits and the default for the priorities.  All three
10787 must be either letters A-Z or numbers 0-9.  The highest priority must
10788 have a lower ASCII number that the lowest priority.
10789 @item #+PROPERTY: Property_Name Value
10790 This line sets a default inheritance value for entries in the current
10791 buffer, most useful for specifying the allowed values of a property.
10792 @cindex #+SETUPFILE
10793 @item #+SETUPFILE: file
10794 This line defines a file that holds more in-buffer setup.  Normally this is
10795 entirely ignored.  Only when the buffer is parsed for option-setting lines
10796 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
10797 settings line, or when exporting), then the contents of this file are parsed
10798 as if they had been included in the buffer.  In particular, the file can be
10799 any other Org mode file with internal setup.  You can visit the file the
10800 cursor is in the line with @kbd{C-c '}.
10801 @item #+STARTUP:
10802 @cindex #+STARTUP:
10803 This line sets options to be used at startup of Org mode, when an
10804 Org file is being visited.
10806 The first set of options deals with the initial visibility of the outline
10807 tree.  The corresponding variable for global default settings is
10808 @code{org-startup-folded}, with a default value @code{t}, which means
10809 @code{overview}.
10810 @vindex org-startup-folded
10811 @cindex @code{overview}, STARTUP keyword
10812 @cindex @code{content}, STARTUP keyword
10813 @cindex @code{showall}, STARTUP keyword
10814 @cindex @code{showeverything}, STARTUP keyword
10815 @example
10816 overview         @r{top-level headlines only}
10817 content          @r{all headlines}
10818 showall          @r{no folding of any entries}
10819 showeverything   @r{show even drawer contents}
10820 @end example
10822 @vindex org-startup-indented
10823 @cindex @code{indent}, STARTUP keyword
10824 @cindex @code{noindent}, STARTUP keyword
10825 Dynamic virtual indentation is controlled by the variable
10826 @code{org-startup-indented}@footnote{Emacs 23 and Org-mode 6.29 are required}
10827 @example
10828 indent     @r{start with @code{org-indent-mode} turned on}
10829 noindent   @r{start with @code{org-indent-mode} turned off}
10830 @end example
10832 @vindex org-startup-align-all-tables
10833 Then there are options for aligning tables upon visiting a file.  This
10834 is useful in files containing narrowed table columns.  The corresponding
10835 variable is @code{org-startup-align-all-tables}, with a default value
10836 @code{nil}.
10837 @cindex @code{align}, STARTUP keyword
10838 @cindex @code{noalign}, STARTUP keyword
10839 @example
10840 align      @r{align all tables}
10841 noalign    @r{don't align tables on startup}
10842 @end example
10843 @vindex org-log-done
10844 @vindex org-log-note-clock-out
10845 @vindex org-log-repeat
10846 Logging the closing and reopening of TODO items and clock intervals can be
10847 configured using these options (see variables @code{org-log-done},
10848 @code{org-log-note-clock-out} and @code{org-log-repeat})
10849 @cindex @code{logdone}, STARTUP keyword
10850 @cindex @code{lognotedone}, STARTUP keyword
10851 @cindex @code{nologdone}, STARTUP keyword
10852 @cindex @code{lognoteclock-out}, STARTUP keyword
10853 @cindex @code{nolognoteclock-out}, STARTUP keyword
10854 @cindex @code{logrepeat}, STARTUP keyword
10855 @cindex @code{lognoterepeat}, STARTUP keyword
10856 @cindex @code{nologrepeat}, STARTUP keyword
10857 @cindex @code{logreschedule}, STARTUP keyword
10858 @cindex @code{lognotereschedule}, STARTUP keyword
10859 @cindex @code{nologreschedule}, STARTUP keyword
10860 @cindex @code{logredeadline}, STARTUP keyword
10861 @cindex @code{lognoteredeadline}, STARTUP keyword
10862 @cindex @code{nologredeadline}, STARTUP keyword
10863 @cindex @code{logrefile}, STARTUP keyword
10864 @cindex @code{lognoterefile}, STARTUP keyword
10865 @cindex @code{nologrefile}, STARTUP keyword
10866 @example
10867 logdone            @r{record a timestamp when an item is marked DONE}
10868 lognotedone        @r{record timestamp and a note when DONE}
10869 nologdone          @r{don't record when items are marked DONE}
10870 logrepeat          @r{record a time when reinstating a repeating item}
10871 lognoterepeat      @r{record a note when reinstating a repeating item}
10872 nologrepeat        @r{do not record when reinstating repeating item}
10873 lognoteclock-out   @r{record a note when clocking out}
10874 nolognoteclock-out @r{don't record a note when clocking out}
10875 logreschedule      @r{record a timestamp when scheduling time changes}
10876 lognotereschedule  @r{record a note when scheduling time changes}
10877 nologreschedule    @r{do not record when a scheduling date changes}
10878 logredeadline      @r{record a timestamp when deadline changes}
10879 lognoteredeadline  @r{record a note when deadline changes}
10880 nologredeadline    @r{do not record when a deadline date changes}
10881 logrefile          @r{record a timestamp when refiling}
10882 lognoterefile      @r{record a note when refiling}
10883 nologrefile        @r{do not record when refiling}
10884 @end example
10885 @vindex org-hide-leading-stars
10886 @vindex org-odd-levels-only
10887 Here are the options for hiding leading stars in outline headings, and for
10888 indenting outlines.  The corresponding variables are
10889 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
10890 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
10891 @cindex @code{hidestars}, STARTUP keyword
10892 @cindex @code{showstars}, STARTUP keyword
10893 @cindex @code{odd}, STARTUP keyword
10894 @cindex @code{even}, STARTUP keyword
10895 @example
10896 hidestars  @r{make all but one of the stars starting a headline invisible.}
10897 showstars  @r{show all stars starting a headline}
10898 indent     @r{virtual indentation according to outline level}
10899 noindent   @r{no virtual indentation according to outline level}
10900 odd        @r{allow only odd outline levels (1,3,...)}
10901 oddeven    @r{allow all outline levels}
10902 @end example
10903 @vindex org-put-time-stamp-overlays
10904 @vindex org-time-stamp-overlay-formats
10905 To turn on custom format overlays over timestamps (variables
10906 @code{org-put-time-stamp-overlays} and
10907 @code{org-time-stamp-overlay-formats}), use
10908 @cindex @code{customtime}, STARTUP keyword
10909 @example
10910 customtime @r{overlay custom time format}
10911 @end example
10912 @vindex constants-unit-system
10913 The following options influence the table spreadsheet (variable
10914 @code{constants-unit-system}).
10915 @cindex @code{constcgs}, STARTUP keyword
10916 @cindex @code{constSI}, STARTUP keyword
10917 @example
10918 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
10919 constSI    @r{@file{constants.el} should use the SI unit system}
10920 @end example
10921 @vindex org-footnote-define-inline
10922 @vindex org-footnote-auto-label
10923 @vindex org-footnote-auto-adjust
10924 To influence footnote settings, use the following keywords.  The
10925 corresponding variables are @code{org-footnote-define-inline},
10926 @code{org-footnote-auto-label}, and @code{org-footnote-auto-adjust}.
10927 @cindex @code{fninline}, STARTUP keyword
10928 @cindex @code{nofninline}, STARTUP keyword
10929 @cindex @code{fnlocal}, STARTUP keyword
10930 @cindex @code{fnprompt}, STARTUP keyword
10931 @cindex @code{fnauto}, STARTUP keyword
10932 @cindex @code{fnconfirm}, STARTUP keyword
10933 @cindex @code{fnplain}, STARTUP keyword
10934 @cindex @code{fnadjust}, STARTUP keyword
10935 @cindex @code{nofnadjust}, STARTUP keyword
10936 @example
10937 fninline    @r{define footnotes inline}
10938 fnnoinline  @r{define footnotes in separate section}
10939 fnlocal     @r{define footnotes near first reference, but not inline}
10940 fnprompt    @r{prompt for footnote labels}
10941 fnauto      @r{create [fn:1]-like labels automatically (default)}
10942 fnconfirm   @r{offer automatic label for editing or confirmation}
10943 fnplain     @r{create [1]-like labels automatically}
10944 fnadjust    @r{automatically renumber and sort footnotes}
10945 nofnadjust  @r{do not renumber and sort automatically}
10946 @end example
10947 @cindex org-hide-block-startup
10948 To hide blocks on startup, use these keywords. The corresponding variable is
10949 @code{org-hide-block-startup}.
10950 @cindex @code{hideblocks}, STARTUP keyword
10951 @cindex @code{nohideblocks}, STARTUP keyword
10952 @example
10953 hideblocks   @r{Hide all begin/end blocks on startup}
10954 nohideblocks @r{Do not hide blocks on startup}
10955 @end example
10956 @item #+TAGS:  TAG1(c1) TAG2(c2)
10957 @vindex org-tag-alist
10958 These lines (several such lines are allowed) specify the valid tags in
10959 this file, and (potentially) the corresponding @emph{fast tag selection}
10960 keys.  The corresponding variable is @code{org-tag-alist}.
10961 @item #+TBLFM:
10962 This line contains the formulas for the table directly above the line.
10963 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
10964 @itemx #+OPTIONS:, #+BIND:
10965 @itemx #+DESCRIPTION:, #+KEYWORDS:
10966 @itemx #+LATEX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
10967 @itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
10968 These lines provide settings for exporting files.  For more details see
10969 @ref{Export options}.
10970 @item #+TODO:    #+SEQ_TODO:   #+TYP_TODO:
10971 @vindex org-todo-keywords
10972 These lines set the TODO keywords and their interpretation in the
10973 current file.  The corresponding variable is @code{org-todo-keywords}.
10974 @end table
10976 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
10977 @section The very busy C-c C-c key
10978 @kindex C-c C-c
10979 @cindex C-c C-c, overview
10981 The key @kbd{C-c C-c} has many purposes in Org, which are all
10982 mentioned scattered throughout this manual.  One specific function of
10983 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
10984 other circumstances it means something like @emph{``Hey Org, look
10985 here and update according to what you see here''}.  Here is a summary of
10986 what this means in different contexts.
10988 @itemize @minus
10989 @item
10990 If there are highlights in the buffer from the creation of a sparse
10991 tree, or from clock display, remove these highlights.
10992 @item
10993 If the cursor is in one of the special @code{#+KEYWORD} lines, this
10994 triggers scanning the buffer for these lines and updating the
10995 information.
10996 @item
10997 If the cursor is inside a table, realign the table.  This command
10998 works even if the automatic table editor has been turned off.
10999 @item
11000 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
11001 the entire table.
11002 @item
11003 If the current buffer is a Remember buffer, close the note and file it.
11004 With a prefix argument, file it, without further interaction, to the
11005 default location.
11006 @item
11007 If the cursor is on a @code{<<<target>>>}, update radio targets and
11008 corresponding links in this buffer.
11009 @item
11010 If the cursor is in a property line or at the start or end of a property
11011 drawer, offer property commands.
11012 @item
11013 If the cursor is at a footnote reference, go to the corresponding
11014 definition, and vice versa.
11015 @item
11016 If the cursor is on a statistics cookie, update it.
11017 @item
11018 If the cursor is in a plain list item with a checkbox, toggle the status
11019 of the checkbox.
11020 @item
11021 If the cursor is on a numbered item in a plain list, renumber the
11022 ordered list.
11023 @item
11024 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
11025 block is updated.
11026 @end itemize
11028 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
11029 @section A cleaner outline view
11030 @cindex hiding leading stars
11031 @cindex dynamic indentation
11032 @cindex odd-levels-only outlines
11033 @cindex clean outline view
11035 Some people find it noisy and distracting that the Org headlines start with a
11036 potentially large number of stars, and that text below the headlines is not
11037 indented.  While this is no problem when writing a @emph{book-like} document
11038 where the outline headings are really section headings, in a more
11039 @emph{list-oriented} outline, indented structure is a lot cleaner:
11041 @example
11042 @group
11043 * Top level headline             |    * Top level headline
11044 ** Second level                  |      * Second level
11045 *** 3rd level                    |        * 3rd level
11046 some text                        |          some text
11047 *** 3rd level                    |        * 3rd level
11048 more text                        |          more text
11049 * Another top level headline     |    * Another top level headline
11050 @end group
11051 @end example
11053 @noindent
11054 If you are using at least Emacs 23.1.50.3 and version 6.29 of Org, this kind
11055 of view can be achieved dynamically at display time using
11056 @code{org-indent-mode}.  In this minor mode, all lines are prefixed for
11057 display with the necessary amount of space@footnote{@code{org-indent-mode}
11058 also sets the @code{wrap-prefix} property, such that @code{visual-line-mode}
11059 (or purely setting @code{word-wrap}) wraps long lines (including headlines)
11060 correctly indented.  }.  Also headlines are prefixed with additional stars,
11061 so that the amount of indentation shifts by two@footnote{See the variable
11062 @code{org-indent-indentation-per-level}.}  spaces per level.  All headline
11063 stars but the last one are made invisible using the @code{org-hide}
11064 face@footnote{Turning on @code{org-indent-mode} sets
11065 @code{org-hide-leading-stars} to @code{t} and @code{org-adapt-indentation} to
11066 @code{nil}.} - see below under @samp{2.} for more information on how this
11067 works.  You can turn on @code{org-indent-mode} for all files by customizing
11068 the variable @code{org-startup-indented}, or you can turn it on for
11069 individual files using
11071 @example
11072 #+STARTUP: indent
11073 @end example
11075 If you want a similar effect in earlier version of Emacs and/or Org, or if
11076 you want the indentation to be hard space characters so that the plain text
11077 file looks as similar as possible to the Emacs display, Org supports you in
11078 the following way:
11080 @enumerate
11081 @item
11082 @emph{Indentation of text below headlines}@*
11083 You may indent text below each headline to make the left boundary line up
11084 with the headline, like
11086 @example
11087 *** 3rd level
11088     more text, now indented
11089 @end example
11091 @vindex org-adapt-indentation
11092 Org supports this with paragraph filling, line wrapping, and structure
11093 editing@footnote{See also the variable @code{org-adapt-indentation}.},
11094 preserving or adapting the indentation as appropriate.
11096 @item
11097 @vindex org-hide-leading-stars
11098 @emph{Hiding leading stars}@* You can modify the display in such a way that
11099 all leading stars become invisible.  To do this in a global way, configure
11100 the variable @code{org-hide-leading-stars} or change this on a per-file basis
11101 with
11103 @example
11104 #+STARTUP: hidestars
11105 #+STARTUP: showstars
11106 @end example
11108 With hidden stars, the tree becomes:
11110 @example
11111 @group
11112 * Top level headline
11113  * Second level
11114   * 3rd level
11115   ...
11116 @end group
11117 @end example
11119 @noindent
11120 @vindex org-hide @r{(face)}
11121 The leading stars are not truly replaced by whitespace, they are only
11122 fontified with the face @code{org-hide} that uses the background color as
11123 font color.  If you are not using either white or black background, you may
11124 have to customize this face to get the wanted effect.  Another possibility is
11125 to set this font such that the extra stars are @i{almost} invisible, for
11126 example using the color @code{grey90} on a white background.
11128 @item
11129 @vindex org-odd-levels-only
11130 Things become cleaner still if you skip all the even levels and use only odd
11131 levels 1, 3, 5..., effectively adding two stars to go from one outline level
11132 to the next@footnote{When you need to specify a level for a property search
11133 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}.  In this
11134 way we get the outline view shown at the beginning of this section.  In order
11135 to make the structure editing and export commands handle this convention
11136 correctly, configure the variable @code{org-odd-levels-only}, or set this on
11137 a per-file basis with one of the following lines:
11139 @example
11140 #+STARTUP: odd
11141 #+STARTUP: oddeven
11142 @end example
11144 You can convert an Org file from single-star-per-level to the
11145 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
11146 RET} in that file.  The reverse operation is @kbd{M-x
11147 org-convert-to-oddeven-levels}.
11148 @end enumerate
11150 @node TTY keys, Interaction, Clean view, Miscellaneous
11151 @section Using Org on a tty
11152 @cindex tty key bindings
11154 Because Org contains a large number of commands, by default many of
11155 Org's core commands are bound to keys that are generally not
11156 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
11157 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
11158 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
11159 these commands on a tty when special keys are unavailable, the following
11160 alternative bindings can be used.  The tty bindings below will likely be
11161 more cumbersome; you may find for some of the bindings below that a
11162 customized workaround suits you better.  For example, changing a timestamp
11163 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
11164 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
11166 @multitable @columnfractions 0.15 0.2 0.1 0.2
11167 @item @b{Default} @tab @b{Alternative 1} @tab @b{Speed key} @tab @b{Alternative 2} 
11168 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab @kbd{C} @tab                            
11169 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{l} @tab @kbd{@key{Esc} @key{left}} 
11170 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab @kbd{L} @tab                            
11171 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{r} @tab @kbd{@key{Esc} @key{right}}
11172 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab @kbd{R} @tab                           
11173 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{up}}  
11174 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab @kbd{U} @tab                           
11175 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{down}}
11176 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab @kbd{D} @tab                            
11177 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab @kbd{ } @tab
11178 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{RET}}
11179 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab @kbd{ } @tab
11180 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab @kbd{ } @tab
11181 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab @kbd{ } @tab
11182 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab @kbd{ } @tab
11183 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab @kbd{ } @tab
11184 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab @kbd{ } @tab
11185 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab @kbd{ } @tab
11186 @end multitable
11189 @node Interaction,  , TTY keys, Miscellaneous
11190 @section Interaction with other packages
11191 @cindex packages, interaction with other
11192 Org lives in the world of GNU Emacs and interacts in various ways
11193 with other code out there.
11195 @menu
11196 * Cooperation::                 Packages Org cooperates with
11197 * Conflicts::                   Packages that lead to conflicts
11198 @end menu
11200 @node Cooperation, Conflicts, Interaction, Interaction
11201 @subsection Packages that Org cooperates with
11203 @table @asis
11204 @cindex @file{calc.el}
11205 @cindex Gillespie, Dave
11206 @item @file{calc.el} by Dave Gillespie
11207 Org uses the Calc package for implementing spreadsheet
11208 functionality in its tables (@pxref{The spreadsheet}).  Org
11209 checks for the availability of Calc by looking for the function
11210 @code{calc-eval} which will have been autoloaded during setup if Calc has
11211 been installed properly.  As of Emacs 22, Calc is part of the Emacs
11212 distribution.  Another possibility for interaction between the two
11213 packages is using Calc for embedded calculations. @xref{Embedded Mode,
11214 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
11215 @item @file{constants.el} by Carsten Dominik
11216 @cindex @file{constants.el}
11217 @cindex Dominik, Carsten
11218 @vindex org-table-formula-constants
11219 In a table formula (@pxref{The spreadsheet}), it is possible to use
11220 names for natural constants or units.  Instead of defining your own
11221 constants in the variable @code{org-table-formula-constants}, install
11222 the @file{constants} package which defines a large number of constants
11223 and units, and lets you use unit prefixes like @samp{M} for
11224 @samp{Mega}, etc@.  You will need version 2.0 of this package, available
11225 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
11226 the function @code{constants-get}, which has to be autoloaded in your
11227 setup.  See the installation instructions in the file
11228 @file{constants.el}.
11229 @item @file{cdlatex.el} by Carsten Dominik
11230 @cindex @file{cdlatex.el}
11231 @cindex Dominik, Carsten
11232 Org mode can make use of the CDLa@TeX{} package to efficiently enter
11233 La@TeX{} fragments into Org files.  See @ref{CDLaTeX mode}.
11234 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
11235 @cindex @file{imenu.el}
11236 Imenu allows menu access to an index of items in a file.  Org mode
11237 supports Imenu---all you need to do to get the index is the following:
11238 @lisp
11239 (add-hook 'org-mode-hook
11240           (lambda () (imenu-add-to-menubar "Imenu")))
11241 @end lisp
11242 @vindex org-imenu-depth
11243 By default the index is two levels deep---you can modify the depth using
11244 the option @code{org-imenu-depth}.
11245 @item @file{remember.el} by John Wiegley
11246 @cindex @file{remember.el}
11247 @cindex Wiegley, John
11248 Org cooperates with remember, see @ref{Remember}.
11249 As of Emacs 23, @file{Remember.el} is part of the Emacs distribution.
11250 @item @file{speedbar.el} by Eric M. Ludlam
11251 @cindex @file{speedbar.el}
11252 @cindex Ludlam, Eric M.
11253 Speedbar is a package that creates a special frame displaying files and
11254 index items in files.  Org mode supports Speedbar and allows you to
11255 drill into Org files directly from the Speedbar.  It also allows you to
11256 restrict the scope of agenda commands to a file or a subtree by using
11257 the command @kbd{<} in the Speedbar frame.
11258 @cindex @file{table.el}
11259 @item @file{table.el} by Takaaki Ota
11260 @kindex C-c C-c
11261 @cindex table editor, @file{table.el}
11262 @cindex @file{table.el}
11263 @cindex Ota, Takaaki
11265 Complex ASCII tables with automatic line wrapping, column- and row-spanning,
11266 and alignment can be created using the Emacs table package by Takaaki Ota
11267 (@uref{http://sourceforge.net/projects/table}, and also part of Emacs 22).
11268 Org-mode will recognize these tables and export them properly.  Because of
11269 interference with other Org-mode functionality, you unfortunately cannot edit
11270 these tables directly in the buffer.  Instead, you need to use the command
11271 @kbd{C-c '} to edit them, similar to source code snippets.
11273 @table @kbd
11274 @kindex C-c '
11275 @item C-c '
11276 Edit a @file{table.el} table.  Works when the cursor is in a table.el table.
11278 @kindex C-c ~
11279 @item C-c ~
11280 Insert a @file{table.el} table.  If there is already a table at point, this
11281 command converts it between the @file{table.el} format and the Org-mode
11282 format.  See the documentation string of the command
11283 @code{org-convert-table} for the restrictions under which this is
11284 possible.
11285 @end table
11286 @file{table.el} is part of Emacs since Emacs 22.
11287 @item @file{footnote.el} by Steven L. Baur
11288 @cindex @file{footnote.el}
11289 @cindex Baur, Steven L.
11290 Org mode recognizes numerical footnotes as provided by this package.
11291 However, Org mode also has its own footnote support (@pxref{Footnotes}),
11292 which makes using @file{footnote.el} unnecessary.
11293 @end table
11295 @node Conflicts,  , Cooperation, Interaction
11296 @subsection Packages that lead to conflicts with Org mode
11298 @table @asis
11300 @cindex @code{shift-selection-mode}
11301 @vindex org-support-shift-select
11302 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
11303 cursor motions combined with the shift key should start or enlarge regions.
11304 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
11305 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
11306 at such a location.  By default, @kbd{S-@key{cursor}} commands outside
11307 special contexts don't do anything, but you can customize the variable
11308 @code{org-support-shift-select}.  Org mode then tries to accommodate shift
11309 selection by (i) using it outside of the special contexts where special
11310 commands apply, and by (ii) extending an existing active region even if the
11311 cursor moves across a special context.
11313 @item @file{CUA.el} by Kim. F. Storm
11314 @cindex @file{CUA.el}
11315 @cindex Storm, Kim. F.
11316 @vindex org-replace-disputed-keys
11317 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
11318 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
11319 region.  In fact, Emacs 23 has this built-in in the form of
11320 @code{shift-selection-mode}, see previous paragraph.  If you are using Emacs
11321 23, you probably don't want to use another package for this purpose.  However,
11322 if you prefer to leave these keys to a different package while working in
11323 Org mode, configure the variable @code{org-replace-disputed-keys}.  When set,
11324 Org will move the following key bindings in Org files, and in the agenda
11325 buffer (but not during date selection).
11327 @example
11328 S-UP      ->  M-p             S-DOWN     ->  M-n
11329 S-LEFT    ->  M--             S-RIGHT    ->  M-+
11330 C-S-LEFT  ->  M-S--           C-S-RIGHT  ->  M-S-+
11331 @end example
11333 @vindex org-disputed-keys
11334 Yes, these are unfortunately more difficult to remember.  If you want
11335 to have other replacement keys, look at the variable
11336 @code{org-disputed-keys}.
11338 @item @file{yasnippet.el}
11339 @cindex @file{yasnippet.el}
11340 The way Org-mode binds the TAB key (binding to @code{[tab]} instead of
11341 @code{"\t"}) overrules yasnippets' access to this key.  The following code
11342 fixed this problem:
11344 @lisp
11345 (add-hook 'org-mode-hook
11346           (lambda ()
11347             (org-set-local 'yas/trigger-key [tab])
11348             (define-key yas/keymap [tab] 'yas/next-field-group)))
11349 @end lisp
11351 @item @file{windmove.el} by Hovav Shacham
11352 @cindex @file{windmove.el}
11353 This package also uses the @kbd{S-<cursor>} keys, so everything written
11354 in the paragraph above about CUA mode also applies here.
11356 @item @file{viper.el} by Michael Kifer
11357 @cindex @file{viper.el}
11358 @kindex C-c /
11359 Viper uses @kbd{C-c /} and therefore makes this key not access the
11360 corresponding Org-mode command @code{org-sparse-tree}.  You need to find
11361 another key for this command, or override the key in
11362 @code{viper-vi-global-user-map} with
11364 @lisp
11365 (define-key viper-vi-global-user-map "C-c /" 'org-sparse-tree)
11366 @end lisp
11368 @end table
11371 @node Hacking, MobileOrg, Miscellaneous, Top
11372 @appendix Hacking
11373 @cindex hacking
11375 This appendix covers some aspects where users can extend the functionality of
11376 Org.
11378 @menu
11379 * Hooks::                       Who to reach into Org's internals
11380 * Add-on packages::             Available extensions
11381 * Adding hyperlink types::      New custom link types
11382 * Context-sensitive commands::  How to add functionality to such commands
11383 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
11384 * Dynamic blocks::              Automatically filled blocks
11385 * Special agenda views::        Customized views
11386 * Extracting agenda information::  Postprocessing of agenda information
11387 * Using the property API::      Writing programs that use entry properties
11388 * Using the mapping API::       Mapping over all or selected entries
11389 @end menu
11391 @node Hooks, Add-on packages, Hacking, Hacking
11392 @section Hooks
11393 @cindex hooks
11395 Org has a large number of hook variables that can be used to add
11396 functionality.  This appendix about hacking is going to illustrate the
11397 use of some of them.  A complete list of all hooks with documentation is
11398 maintained by the Worg project and can be found at
11399 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
11401 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
11402 @section Add-on packages
11403 @cindex add-on packages
11405 A large number of add-on packages have been written by various authors.
11406 These packages are not part of Emacs, but they are distributed as contributed
11407 packages with the separate release available at the Org mode home page at
11408 @uref{http://orgmode.org}.  The list of contributed packages, along with
11409 documentation about each package, is maintained by the Worg project at
11410 @uref{http://orgmode.org/worg/org-contrib/}.
11414 @node Adding hyperlink types, Context-sensitive commands, Add-on packages, Hacking
11415 @section Adding hyperlink types
11416 @cindex hyperlinks, adding new types
11418 Org has a large number of hyperlink types built-in
11419 (@pxref{Hyperlinks}).  If you would like to add new link types, Org
11420 provides an interface for doing so.  Let's look at an example file,
11421 @file{org-man.el}, that will add support for creating links like
11422 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
11423 Emacs:
11425 @lisp
11426 ;;; org-man.el - Support for links to manpages in Org
11428 (require 'org)
11430 (org-add-link-type "man" 'org-man-open)
11431 (add-hook 'org-store-link-functions 'org-man-store-link)
11433 (defcustom org-man-command 'man
11434   "The Emacs command to be used to display a man page."
11435   :group 'org-link
11436   :type '(choice (const man) (const woman)))
11438 (defun org-man-open (path)
11439   "Visit the manpage on PATH.
11440 PATH should be a topic that can be thrown at the man command."
11441   (funcall org-man-command path))
11443 (defun org-man-store-link ()
11444   "Store a link to a manpage."
11445   (when (memq major-mode '(Man-mode woman-mode))
11446     ;; This is a man page, we do make this link
11447     (let* ((page (org-man-get-page-name))
11448            (link (concat "man:" page))
11449            (description (format "Manpage for %s" page)))
11450       (org-store-link-props
11451        :type "man"
11452        :link link
11453        :description description))))
11455 (defun org-man-get-page-name ()
11456   "Extract the page name from the buffer name."
11457   ;; This works for both `Man-mode' and `woman-mode'.
11458   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
11459       (match-string 1 (buffer-name))
11460     (error "Cannot create link to this man page")))
11462 (provide 'org-man)
11464 ;;; org-man.el ends here
11465 @end lisp
11467 @noindent
11468 You would activate this new link type in @file{.emacs} with
11470 @lisp
11471 (require 'org-man)
11472 @end lisp
11474 @noindent
11475 Let's go through the file and see what it does.
11476 @enumerate
11477 @item
11478 It does @code{(require 'org)} to make sure that @file{org.el} has been
11479 loaded.
11480 @item
11481 The next line calls @code{org-add-link-type} to define a new link type
11482 with prefix @samp{man}.  The call also contains the name of a function
11483 that will be called to follow such a link.
11484 @item
11485 @vindex org-store-link-functions
11486 The next line adds a function to @code{org-store-link-functions}, in
11487 order to allow the command @kbd{C-c l} to record a useful link in a
11488 buffer displaying a man page.
11489 @end enumerate
11491 The rest of the file defines the necessary variables and functions.
11492 First there is a customization variable that determines which Emacs
11493 command should be used to display man pages.  There are two options,
11494 @code{man} and @code{woman}.  Then the function to follow a link is
11495 defined.  It gets the link path as an argument---in this case the link
11496 path is just a topic for the manual command.  The function calls the
11497 value of @code{org-man-command} to display the man page.
11499 Finally the function @code{org-man-store-link} is defined.  When you try
11500 to store a link with @kbd{C-c l}, this function will be called to
11501 try to make a link.  The function must first decide if it is supposed to
11502 create the link for this buffer type; we do this by checking the value
11503 of the variable @code{major-mode}.  If not, the function must exit and
11504 return the value @code{nil}.  If yes, the link is created by getting the
11505 manual topic from the buffer name and prefixing it with the string
11506 @samp{man:}.  Then it must call the command @code{org-store-link-props}
11507 and set the @code{:type} and @code{:link} properties.  Optionally you
11508 can also set the @code{:description} property to provide a default for
11509 the link description when the link is later inserted into an Org
11510 buffer with @kbd{C-c C-l}.
11512 When is makes sense for your new link type, you may also define a function
11513 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
11514 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
11515 not accept any arguments, and return the full link with prefix.
11517 @node Context-sensitive commands, Tables in arbitrary syntax, Adding hyperlink types, Hacking
11518 @section Context-sensitive commands
11519 @cindex context-sensitive commands, hooks
11520 @cindex add-ons, context-sensitive commands
11521 @vindex org-ctrl-c-ctrl-c-hook
11523 Org has several commands that act differently depending on context.  The most
11524 important example it the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
11525 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
11527 Add-ons can tap into this functionality by providing a function that detects
11528 special context for that add-on and executes functionality appropriate for
11529 the context.  Here is an example from Dan Davison's @file{org-R.el} which
11530 allows you to evaluate commands based on the @file{R} programming language.  For
11531 this package, special contexts are lines that start with @code{#+R:} or
11532 @code{#+RR:}.
11534 @lisp
11535 (defun org-R-apply-maybe ()
11536   "Detect if this is context for org-R and execute R commands."
11537   (if (save-excursion
11538         (beginning-of-line 1)
11539         (looking-at "#\\+RR?:"))
11540       (progn (call-interactively 'org-R-apply)
11541              t) ;; to signal that we took action
11542     nil)) ;; to signal that we did not
11544 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
11545 @end lisp
11547 The function first checks if the cursor is in such a line.  If that is the
11548 case, @code{org-R-apply} is called and the function returns @code{t} to
11549 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
11550 contexts.  If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try.
11553 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
11554 @section Tables and lists in arbitrary syntax
11555 @cindex tables, in other modes
11556 @cindex lists, in other modes
11557 @cindex Orgtbl mode
11559 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
11560 frequent feature request has been to make it work with native tables in
11561 specific languages, for example La@TeX{}.  However, this is extremely
11562 hard to do in a general way, would lead to a customization nightmare,
11563 and would take away much of the simplicity of the Orgtbl-mode table
11564 editor.
11567 This appendix describes a different approach.  We keep the Orgtbl mode
11568 table in its native format (the @i{source table}), and use a custom
11569 function to @i{translate} the table to the correct syntax, and to
11570 @i{install} it in the right location (the @i{target table}).  This puts
11571 the burden of writing conversion functions on the user, but it allows
11572 for a very flexible system.
11574 Bastien added the ability to do the same with lists.  You can use Org's
11575 facilities to edit and structure lists by turning @code{orgstruct-mode}
11576 on, then locally exporting such lists in another format (HTML, La@TeX{}
11577 or Texinfo.)
11580 @menu
11581 * Radio tables::                Sending and receiving radio tables
11582 * A LaTeX example::             Step by step, almost a tutorial
11583 * Translator functions::        Copy and modify
11584 * Radio lists::                 Doing the same for lists
11585 @end menu
11587 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
11588 @subsection Radio tables
11589 @cindex radio tables
11591 To define the location of the target table, you first need to create two
11592 lines that are comments in the current mode, but contain magic words for
11593 Orgtbl mode to find.  Orgtbl mode will insert the translated table
11594 between these lines, replacing whatever was there before.  For example:
11596 @example
11597 /* BEGIN RECEIVE ORGTBL table_name */
11598 /* END RECEIVE ORGTBL table_name */
11599 @end example
11601 @noindent
11602 Just above the source table, we put a special line that tells
11603 Orgtbl mode how to translate this table and where to install it.  For
11604 example:
11605 @cindex #+ORGTBL
11606 @example
11607 #+ORGTBL: SEND table_name translation_function arguments....
11608 @end example
11610 @noindent
11611 @code{table_name} is the reference name for the table that is also used
11612 in the receiver lines. @code{translation_function} is the Lisp function
11613 that does the translation.  Furthermore, the line can contain a list of
11614 arguments (alternating key and value) at the end.  The arguments will be
11615 passed as a property list to the translation function for
11616 interpretation.  A few standard parameters are already recognized and
11617 acted upon before the translation function is called:
11619 @table @code
11620 @item :skip N
11621 Skip the first N lines of the table.  Hlines do count as separate lines for
11622 this parameter!
11624 @item :skipcols (n1 n2 ...)
11625 List of columns that should be skipped.  If the table has a column with
11626 calculation marks, that column is automatically discarded as well.
11627 Please note that the translator function sees the table @emph{after} the
11628 removal of these columns, the function never knows that there have been
11629 additional columns.
11630 @end table
11632 @noindent
11633 The one problem remaining is how to keep the source table in the buffer
11634 without disturbing the normal workings of the file, for example during
11635 compilation of a C file or processing of a La@TeX{} file.  There are a
11636 number of different solutions:
11638 @itemize @bullet
11639 @item
11640 The table could be placed in a block comment if that is supported by the
11641 language.  For example, in C mode you could wrap the table between
11642 @samp{/*} and @samp{*/} lines.
11643 @item
11644 Sometimes it is possible to put the table after some kind of @i{END}
11645 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
11646 in La@TeX{}.
11647 @item
11648 You can just comment the table line-by-line whenever you want to process
11649 the file, and uncomment it whenever you need to edit the table.  This
11650 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment}
11651 makes this comment-toggling very easy, in particular if you bind it to a
11652 key.
11653 @end itemize
11655 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
11656 @subsection A La@TeX{} example of radio tables
11657 @cindex La@TeX{}, and Orgtbl mode
11659 The best way to wrap the source table in La@TeX{} is to use the
11660 @code{comment} environment provided by @file{comment.sty}.  It has to be
11661 activated by placing @code{\usepackage@{comment@}} into the document
11662 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
11663 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
11664 variable @code{orgtbl-radio-tables} to install templates for other
11665 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
11666 be prompted for a table name, let's say we use @samp{salesfigures}.  You
11667 will then get the following template:
11669 @cindex #+ORGTBL, SEND
11670 @example
11671 % BEGIN RECEIVE ORGTBL salesfigures
11672 % END RECEIVE ORGTBL salesfigures
11673 \begin@{comment@}
11674 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11675 | | |
11676 \end@{comment@}
11677 @end example
11679 @noindent
11680 @vindex La@TeX{}-verbatim-environments
11681 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
11682 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
11683 into the receiver location with name @code{salesfigures}.  You may now
11684 fill in the table, feel free to use the spreadsheet features@footnote{If
11685 the @samp{#+TBLFM} line contains an odd number of dollar characters,
11686 this may cause problems with font-lock in La@TeX{} mode.  As shown in the
11687 example you can fix this by adding an extra line inside the
11688 @code{comment} environment that is used to balance the dollar
11689 expressions.  If you are using AUC@TeX{} with the font-latex library, a
11690 much better solution is to add the @code{comment} environment to the
11691 variable @code{LaTeX-verbatim-environments}.}:
11693 @example
11694 % BEGIN RECEIVE ORGTBL salesfigures
11695 % END RECEIVE ORGTBL salesfigures
11696 \begin@{comment@}
11697 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11698 | Month | Days | Nr sold | per day |
11699 |-------+------+---------+---------|
11700 | Jan   |   23 |      55 |     2.4 |
11701 | Feb   |   21 |      16 |     0.8 |
11702 | March |   22 |     278 |    12.6 |
11703 #+TBLFM: $4=$3/$2;%.1f
11704 % $ (optional extra dollar to keep font-lock happy, see footnote)
11705 \end@{comment@}
11706 @end example
11708 @noindent
11709 When you are done, press @kbd{C-c C-c} in the table to get the converted
11710 table inserted between the two marker lines.
11712 Now let's assume you want to make the table header by hand, because you
11713 want to control how columns are aligned, etc@.  In this case we make sure
11714 that the table translator skips the first 2 lines of the source
11715 table, and tell the command to work as a @i{splice}, i.e. to not produce
11716 header and footer commands of the target table:
11718 @example
11719 \begin@{tabular@}@{lrrr@}
11720 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
11721 % BEGIN RECEIVE ORGTBL salesfigures
11722 % END RECEIVE ORGTBL salesfigures
11723 \end@{tabular@}
11725 \begin@{comment@}
11726 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
11727 | Month | Days | Nr sold | per day |
11728 |-------+------+---------+---------|
11729 | Jan   |   23 |      55 |     2.4 |
11730 | Feb   |   21 |      16 |     0.8 |
11731 | March |   22 |     278 |    12.6 |
11732 #+TBLFM: $4=$3/$2;%.1f
11733 \end@{comment@}
11734 @end example
11736 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
11737 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
11738 and marks horizontal lines with @code{\hline}.  Furthermore, it
11739 interprets the following parameters (see also @pxref{Translator functions}):
11741 @table @code
11742 @item :splice nil/t
11743 When set to t, return only table body lines, don't wrap them into a
11744 tabular environment.  Default is nil.
11746 @item :fmt fmt
11747 A format to be used to wrap each field, it should contain @code{%s} for the
11748 original field value.  For example, to wrap each field value in dollars,
11749 you could use @code{:fmt "$%s$"}.  This may also be a property list with
11750 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
11751 A function of one argument can be used in place of the strings; the
11752 function must return a formatted string.
11754 @item :efmt efmt
11755 Use this format to print numbers with exponentials.  The format should
11756 have @code{%s} twice for inserting mantissa and exponent, for example
11757 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
11758 may also be a property list with column numbers and formats, for example
11759 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
11760 @code{efmt} has been applied to a value, @code{fmt} will also be
11761 applied.  Similar to @code{fmt}, functions of two arguments can be
11762 supplied instead of strings.
11763 @end table
11765 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
11766 @subsection Translator functions
11767 @cindex HTML, and Orgtbl mode
11768 @cindex translator function
11770 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
11771 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
11772 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
11773 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
11774 code that produces tables during HTML export.}, these all use a generic
11775 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
11776 itself is a very short function that computes the column definitions for the
11777 @code{tabular} environment, defines a few field and line separators and then
11778 hands processing over to the generic translator.  Here is the entire code:
11780 @lisp
11781 @group
11782 (defun orgtbl-to-latex (table params)
11783   "Convert the Orgtbl mode TABLE to LaTeX."
11784   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
11785                                org-table-last-alignment ""))
11786          (params2
11787           (list
11788            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
11789            :tend "\\end@{tabular@}"
11790            :lstart "" :lend " \\\\" :sep " & "
11791            :efmt "%s\\,(%s)" :hline "\\hline")))
11792     (orgtbl-to-generic table (org-combine-plists params2 params))))
11793 @end group
11794 @end lisp
11796 As you can see, the properties passed into the function (variable
11797 @var{PARAMS}) are combined with the ones newly defined in the function
11798 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
11799 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
11800 would like to use the La@TeX{} translator, but wanted the line endings to
11801 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
11802 overrule the default with
11804 @example
11805 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
11806 @end example
11808 For a new language, you can either write your own converter function in
11809 analogy with the La@TeX{} translator, or you can use the generic function
11810 directly.  For example, if you have a language where a table is started
11811 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
11812 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
11813 separator is a TAB, you could call the generic translator like this (on
11814 a single line!):
11816 @example
11817 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
11818                               :lstart "!BL! " :lend " !EL!" :sep "\t"
11819 @end example
11821 @noindent
11822 Please check the documentation string of the function
11823 @code{orgtbl-to-generic} for a full list of parameters understood by
11824 that function, and remember that you can pass each of them into
11825 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
11826 using the generic function.
11828 Of course you can also write a completely new function doing complicated
11829 things the generic translator cannot do.  A translator function takes
11830 two arguments.  The first argument is the table, a list of lines, each
11831 line either the symbol @code{hline} or a list of fields.  The second
11832 argument is the property list containing all parameters specified in the
11833 @samp{#+ORGTBL: SEND} line.  The function must return a single string
11834 containing the formatted table.  If you write a generally useful
11835 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
11836 others can benefit from your work.
11838 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
11839 @subsection Radio lists
11840 @cindex radio lists
11841 @cindex org-list-insert-radio-list
11843 Sending and receiving radio lists works exactly the same way than sending and
11844 receiving radio tables (@pxref{Radio tables}).  As for radio tables, you can
11845 insert radio lists templates in HTML, La@TeX{} and Texinfo modes by calling
11846 @code{org-list-insert-radio-list}.
11848 Here are the differences with radio tables:
11850 @itemize @minus
11851 @item
11852 Use @code{ORGLST} instead of @code{ORGTBL}.
11853 @item
11854 The available translation functions for radio lists don't take
11855 parameters.
11856 @item
11857 @kbd{C-c C-c} will work when pressed on the first item of the list.
11858 @end itemize
11860 Here is a La@TeX{} example.  Let's say that you have this in your
11861 La@TeX{} file:
11863 @cindex #+ORGLIST
11864 @example
11865 % BEGIN RECEIVE ORGLST to-buy
11866 % END RECEIVE ORGLST to-buy
11867 \begin@{comment@}
11868 #+ORGLIST: SEND to-buy orgtbl-to-latex
11869 - a new house
11870 - a new computer
11871   + a new keyboard
11872   + a new mouse
11873 - a new life
11874 \end@{comment@}
11875 @end example
11877 Pressing `C-c C-c' on @code{a new house} and will insert the converted
11878 La@TeX{} list between the two marker lines.
11880 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
11881 @section Dynamic blocks
11882 @cindex dynamic blocks
11884 Org documents can contain @emph{dynamic blocks}.  These are
11885 specially marked regions that are updated by some user-written function.
11886 A good example for such a block is the clock table inserted by the
11887 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
11889 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
11890 to the block and can also specify parameters for the function producing
11891 the content of the block.
11893 #+BEGIN:dynamic block
11894 @example
11895 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
11897 #+END:
11898 @end example
11900 Dynamic blocks are updated with the following commands
11902 @table @kbd
11903 @kindex C-c C-x C-u
11904 @item C-c C-x C-u
11905 Update dynamic block at point.
11906 @kindex C-u C-c C-x C-u
11907 @item C-u C-c C-x C-u
11908 Update all dynamic blocks in the current file.
11909 @end table
11911 Updating a dynamic block means to remove all the text between BEGIN and
11912 END, parse the BEGIN line for parameters and then call the specific
11913 writer function for this block to insert the new content.  If you want
11914 to use the original content in the writer function, you can use the
11915 extra parameter @code{:content}.
11917 For a block with name @code{myblock}, the writer function is
11918 @code{org-dblock-write:myblock} with as only parameter a property list
11919 with the parameters given in the begin line.  Here is a trivial example
11920 of a block that keeps track of when the block update function was last
11921 run:
11923 @example
11924 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
11926 #+END:
11927 @end example
11929 @noindent
11930 The corresponding block writer function could look like this:
11932 @lisp
11933 (defun org-dblock-write:block-update-time (params)
11934    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
11935      (insert "Last block update at: "
11936              (format-time-string fmt (current-time)))))
11937 @end lisp
11939 If you want to make sure that all dynamic blocks are always up-to-date,
11940 you could add the function @code{org-update-all-dblocks} to a hook, for
11941 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
11942 written in a way such that it does nothing in buffers that are not in
11943 @code{org-mode}.
11945 @node Special agenda views, Extracting agenda information, Dynamic blocks, Hacking
11946 @section Special agenda views
11947 @cindex agenda views, user-defined
11949 Org provides a special hook that can be used to narrow down the
11950 selection made by any of the agenda views.  You may specify a function
11951 that is used at each match to verify if the match should indeed be part
11952 of the agenda view, and if not, how much should be skipped.
11954 Let's say you want to produce a list of projects that contain a WAITING
11955 tag anywhere in the project tree.  Let's further assume that you have
11956 marked all tree headings that define a project with the TODO keyword
11957 PROJECT.  In this case you would run a TODO search for the keyword
11958 PROJECT, but skip the match unless there is a WAITING tag anywhere in
11959 the subtree belonging to the project line.
11961 To achieve this, you must write a function that searches the subtree for
11962 the tag.  If the tag is found, the function must return @code{nil} to
11963 indicate that this match should not be skipped.  If there is no such
11964 tag, return the location of the end of the subtree, to indicate that
11965 search should continue from there.
11967 @lisp
11968 (defun my-skip-unless-waiting ()
11969   "Skip trees that are not waiting"
11970   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
11971     (if (re-search-forward ":waiting:" subtree-end t)
11972         nil          ; tag found, do not skip
11973       subtree-end))) ; tag not found, continue after end of subtree
11974 @end lisp
11976 Now you may use this function in an agenda custom command, for example
11977 like this:
11979 @lisp
11980 (org-add-agenda-custom-command
11981  '("b" todo "PROJECT"
11982    ((org-agenda-skip-function 'my-skip-unless-waiting)
11983     (org-agenda-overriding-header "Projects waiting for something: "))))
11984 @end lisp
11986 @vindex org-agenda-overriding-header
11987 Note that this also binds @code{org-agenda-overriding-header} to get a
11988 meaningful header in the agenda view.
11990 @vindex org-odd-levels-only
11991 @vindex org-agenda-skip-function
11992 A general way to create custom searches is to base them on a search for
11993 entries with a certain level limit.  If you want to study all entries with
11994 your custom search function, simply do a search for
11995 @samp{LEVEL>0}@footnote{Note that, when using @code{org-odd-levels-only}, a
11996 level number corresponds to order in the hierarchy, not to the number of
11997 stars.}, and then use @code{org-agenda-skip-function} to select the entries
11998 you really want to have.
12000 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
12001 particular, you may use the functions @code{org-agenda-skip-entry-if}
12002 and @code{org-agenda-skip-subtree-if} in this form, for example:
12004 @table @code
12005 @item '(org-agenda-skip-entry-if 'scheduled)
12006 Skip current entry if it has been scheduled.
12007 @item '(org-agenda-skip-entry-if 'notscheduled)
12008 Skip current entry if it has not been scheduled.
12009 @item '(org-agenda-skip-entry-if 'deadline)
12010 Skip current entry if it has a deadline.
12011 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
12012 Skip current entry if it has a deadline, or if it is scheduled.
12013 @item '(org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
12014 Skip current entry if the TODO keyword is TODO or WAITING.
12015 @item '(org-agenda-skip-entry-if 'todo 'done)
12016 Skip current entry if the TODO keyword marks a DONE state.
12017 @item '(org-agenda-skip-entry-if 'timestamp)
12018 Skip current entry if it has any timestamp, may also be deadline or scheduled.
12019 @item '(org-agenda-skip-entry 'regexp "regular expression")
12020 Skip current entry if the regular expression matches in the entry.
12021 @item '(org-agenda-skip-entry 'notregexp "regular expression")
12022 Skip current entry unless the regular expression matches.
12023 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
12024 Same as above, but check and skip the entire subtree.
12025 @end table
12027 Therefore we could also have written the search for WAITING projects
12028 like this, even without defining a special function:
12030 @lisp
12031 (org-add-agenda-custom-command
12032  '("b" todo "PROJECT"
12033    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
12034                                 'regexp ":waiting:"))
12035     (org-agenda-overriding-header "Projects waiting for something: "))))
12036 @end lisp
12038 @node Extracting agenda information, Using the property API, Special agenda views, Hacking
12039 @section Extracting agenda information
12040 @cindex agenda, pipe
12041 @cindex Scripts, for agenda processing
12043 @vindex org-agenda-custom-commands
12044 Org provides commands to access agenda information for the command
12045 line in Emacs batch mode.  This extracted information can be sent
12046 directly to a printer, or it can be read by a program that does further
12047 processing of the data.  The first of these commands is the function
12048 @code{org-batch-agenda}, that produces an agenda view and sends it as
12049 ASCII text to STDOUT.  The command takes a single string as parameter.
12050 If the string has length 1, it is used as a key to one of the commands
12051 you have configured in @code{org-agenda-custom-commands}, basically any
12052 key you can use after @kbd{C-c a}.  For example, to directly print the
12053 current TODO list, you could use
12055 @example
12056 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
12057 @end example
12059 If the parameter is a string with 2 or more characters, it is used as a
12060 tags/TODO match string.  For example, to print your local shopping list
12061 (all items with the tag @samp{shop}, but excluding the tag
12062 @samp{NewYork}), you could use
12064 @example
12065 emacs -batch -l ~/.emacs                                      \
12066       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
12067 @end example
12069 @noindent
12070 You may also modify parameters on the fly like this:
12072 @example
12073 emacs -batch -l ~/.emacs                                      \
12074    -eval '(org-batch-agenda "a"                               \
12075             org-agenda-ndays 30                               \
12076             org-agenda-include-diary nil                      \
12077             org-agenda-files (quote ("~/org/project.org")))'  \
12078    | lpr
12079 @end example
12081 @noindent
12082 which will produce a 30-day agenda, fully restricted to the Org file
12083 @file{~/org/projects.org}, not even including the diary.
12085 If you want to process the agenda data in more sophisticated ways, you
12086 can use the command @code{org-batch-agenda-csv} to get a comma-separated
12087 list of values for each agenda item.  Each line in the output will
12088 contain a number of fields separated by commas.  The fields in a line
12089 are:
12091 @example
12092 category     @r{The category of the item}
12093 head         @r{The headline, without TODO keyword, TAGS and PRIORITY}
12094 type         @r{The type of the agenda entry, can be}
12095                 todo               @r{selected in TODO match}
12096                 tagsmatch          @r{selected in tags match}
12097                 diary              @r{imported from diary}
12098                 deadline           @r{a deadline}
12099                 scheduled          @r{scheduled}
12100                 timestamp          @r{appointment, selected by timestamp}
12101                 closed             @r{entry was closed on date}
12102                 upcoming-deadline  @r{warning about nearing deadline}
12103                 past-scheduled     @r{forwarded scheduled item}
12104                 block              @r{entry has date block including date}
12105 todo         @r{The TODO keyword, if any}
12106 tags         @r{All tags including inherited ones, separated by colons}
12107 date         @r{The relevant date, like 2007-2-14}
12108 time         @r{The time, like 15:00-16:50}
12109 extra        @r{String with extra planning info}
12110 priority-l   @r{The priority letter if any was given}
12111 priority-n   @r{The computed numerical priority}
12112 @end example
12114 @noindent
12115 Time and date will only be given if a timestamp (or deadline/scheduled)
12116 led to the selection of the item.
12118 A CSV list like this is very easy to use in a post-processing script.
12119 For example, here is a Perl program that gets the TODO list from
12120 Emacs/Org and prints all the items, preceded by a checkbox:
12122 @example
12123 #!/usr/bin/perl
12125 # define the Emacs command to run
12126 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
12128 # run it and capture the output
12129 $agenda = qx@{$cmd 2>/dev/null@};
12131 # loop over all lines
12132 foreach $line (split(/\n/,$agenda)) @{
12133   # get the individual values
12134   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
12135    $priority_l,$priority_n) = split(/,/,$line);
12136   # process and print
12137   print "[ ] $head\n";
12139 @end example
12141 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
12142 @section Using the property API
12143 @cindex API, for properties
12144 @cindex properties, API
12146 Here is a description of the functions that can be used to work with
12147 properties.
12149 @defun org-entry-properties &optional pom which
12150 Get all properties of the entry at point-or-marker POM.@*
12151 This includes the TODO keyword, the tags, time strings for deadline,
12152 scheduled, and clocking, and any additional properties defined in the
12153 entry.  The return value is an alist, keys may occur multiple times
12154 if the property key was used several times.@*
12155 POM may also be nil, in which case the current entry is used.
12156 If WHICH is nil or `all', get all properties.  If WHICH is
12157 `special' or `standard', only get that subclass.
12158 @end defun
12159 @vindex org-use-property-inheritance
12160 @defun org-entry-get pom property &optional inherit
12161 Get value of PROPERTY for entry at point-or-marker POM.  By default,
12162 this only looks at properties defined locally in the entry.  If INHERIT
12163 is non-nil and the entry does not have the property, then also check
12164 higher levels of the hierarchy.  If INHERIT is the symbol
12165 @code{selective}, use inheritance if and only if the setting of
12166 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
12167 @end defun
12169 @defun org-entry-delete pom property
12170 Delete the property PROPERTY from entry at point-or-marker POM.
12171 @end defun
12173 @defun org-entry-put pom property value
12174 Set PROPERTY to VALUE for entry at point-or-marker POM.
12175 @end defun
12177 @defun org-buffer-property-keys &optional include-specials
12178 Get all property keys in the current buffer.
12179 @end defun
12181 @defun org-insert-property-drawer
12182 Insert a property drawer at point.
12183 @end defun
12185 @defun org-entry-put-multivalued-property pom property &rest values
12186 Set PROPERTY at point-or-marker POM to VALUES.  VALUES should be a list of
12187 strings.  They will be concatenated, with spaces as separators.
12188 @end defun
12190 @defun org-entry-get-multivalued-property pom property
12191 Treat the value of the property PROPERTY as a whitespace-separated list of
12192 values and return the values as a list of strings.
12193 @end defun
12195 @defun org-entry-add-to-multivalued-property pom property value
12196 Treat the value of the property PROPERTY as a whitespace-separated list of
12197 values and make sure that VALUE is in this list.
12198 @end defun
12200 @defun org-entry-remove-from-multivalued-property pom property value
12201 Treat the value of the property PROPERTY as a whitespace-separated list of
12202 values and make sure that VALUE is @emph{not} in this list.
12203 @end defun
12205 @defun org-entry-member-in-multivalued-property pom property value
12206 Treat the value of the property PROPERTY as a whitespace-separated list of
12207 values and check if VALUE is in this list.
12208 @end defun
12210 @defopt org-property-allowed-value-functions
12211 Hook for functions supplying allowed values for specific.
12212 The functions must take a single argument, the name of the property, and
12213 return a flat list of allowed values.  If @samp{:ETC} is one of
12214 the values, use the values as completion help, but allow also other values
12215 to be entered.  The functions must return @code{nil} if they are not
12216 responsible for this property.
12217 @end defopt
12219 @node Using the mapping API,  , Using the property API, Hacking
12220 @section Using the mapping API
12221 @cindex API, for mapping
12222 @cindex mapping entries, API
12224 Org has sophisticated mapping capabilities to find all entries satisfying
12225 certain criteria.  Internally, this functionality is used to produce agenda
12226 views, but there is also an API that can be used to execute arbitrary
12227 functions for each or selected entries.  The main entry point for this API
12230 @defun org-map-entries func &optional match scope &rest skip
12231 Call FUNC at each headline selected by MATCH in SCOPE.
12233 FUNC is a function or a Lisp form.  The function will be called without
12234 arguments, with the cursor positioned at the beginning of the headline.
12235 The return values of all calls to the function will be collected and
12236 returned as a list.
12238 The call to FUNC will be wrapped into a save-excursion form, so FUNC
12239 does not need to preserve point.  After evaluation, the cursor will be
12240 moved to the end of the line (presumably of the headline of the
12241 processed entry) and search continues from there.  Under some
12242 circumstances, this may not produce the wanted results.  For example,
12243 if you have removed (e.g. archived) the current (sub)tree it could
12244 mean that the next entry will be skipped entirely.  In such cases, you
12245 can specify the position from where search should continue by making
12246 FUNC set the variable `org-map-continue-from' to the desired buffer
12247 position.
12249 MATCH is a tags/property/todo match as it is used in the agenda match view.
12250 Only headlines that are matched by this query will be considered during
12251 the iteration.  When MATCH is nil or t, all headlines will be
12252 visited by the iteration.
12254 SCOPE determines the scope of this command.  It can be any of:
12256 @example
12257 nil     @r{the current buffer, respecting the restriction if any}
12258 tree    @r{the subtree started with the entry at point}
12259 file    @r{the current buffer, without restriction}
12260 file-with-archives
12261         @r{the current buffer, and any archives associated with it}
12262 agenda  @r{all agenda files}
12263 agenda-with-archives
12264         @r{all agenda files with any archive files associated with them}
12265 (file1 file2 ...)
12266         @r{if this is a list, all files in the list will be scanned}
12267 @end example
12268 @noindent
12269 The remaining args are treated as settings for the skipping facilities of
12270 the scanner.  The following items can be given here:
12272 @vindex org-agenda-skip-function
12273 @example
12274 archive   @r{skip trees with the archive tag}
12275 comment   @r{skip trees with the COMMENT keyword}
12276 function or Lisp form
12277           @r{will be used as value for @code{org-agenda-skip-function},}
12278           @r{so whenever the function returns t, FUNC}
12279           @r{will not be called for that entry and search will}
12280           @r{continue from the point where the function leaves it}
12281 @end example
12282 @end defun
12284 The function given to that mapping routine can really do anything you like.
12285 It can use the property API (@pxref{Using the property API}) to gather more
12286 information about the entry, or in order to change metadata in the entry.
12287 Here are a couple of functions that might be handy:
12289 @defun org-todo &optional arg
12290 Change the TODO state of the entry, see the docstring of the functions for
12291 the many possible values for the argument ARG.
12292 @end defun
12294 @defun org-priority &optional action
12295 Change the priority of the entry, see the docstring of this function for the
12296 possible values for ACTION.
12297 @end defun
12299 @defun org-toggle-tag tag &optional onoff
12300 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
12301 or @code{off} will not toggle tag, but ensure that it is either on or off.
12302 @end defun
12304 @defun org-promote
12305 Promote the current entry.
12306 @end defun
12308 @defun org-demote
12309 Demote the current entry.
12310 @end defun
12312 Here is a simple example that will turn all entries in the current file with
12313 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
12314 Entries in comment trees and in archive trees will be ignored.
12316 @lisp
12317 (org-map-entries
12318    '(org-todo "UPCOMING")
12319    "+TOMORROW" 'file 'archive 'comment)
12320 @end lisp
12322 The following example counts the number of entries with TODO keyword
12323 @code{WAITING}, in all agenda files.
12325 @lisp
12326 (length (org-map-entries t "/+WAITING" 'agenda))
12327 @end lisp
12329 @node MobileOrg, History and Acknowledgments, Hacking, Top
12330 @appendix MobileOrg
12331 @cindex iPhone
12332 @cindex MobileOrg
12334 @i{MobileOrg} is an application for the @i{iPhone/iPod Touch} series of
12335 devices, developed by Richard Moreland.  @i{MobileOrg} offers offline viewing
12336 and capture support for an Org-mode system rooted on a ``real'' computer.  It
12337 does also allow you to record changes to existing entries.  For information
12338 about @i{MobileOrg}, see @uref{http://mobileorg.ncogni.to/}).
12340 This appendix describes the support Org has for creating agenda views in a
12341 format that can be displayed by @i{MobileOrg}, and for integrating notes
12342 captured and changes made by @i{MobileOrg} into the main system.
12344 For changing tags and TODO states in MobileOrg, you should have set up the
12345 customization variables @code{org-todo-keywords} and @code{org-tags-alist} to
12346 cover all important tags and TODO keywords, even if individual files use only
12347 part of these.  MobileOrg will also offer you states and tags set up with
12348 in-buffer settings, but it will understand the logistics of TODO state
12349 @i{sets} (@pxref{Per-file keywords}) and @i{mutually exclusive} tags
12350 (@pxref{Setting tags}) only for those set in these variables.
12352 @menu
12353 * Setting up the staging area::  Where to interact with the mobile device
12354 * Pushing to MobileOrg::        Uploading Org files and agendas
12355 * Pulling from MobileOrg::      Integrating captured and flagged items
12356 @end menu
12358 @node Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg
12359 @section Setting up the staging area
12361 Org-mode has commands to prepare a directory with files for @i{MobileOrg},
12362 and to read captured notes from there.  If Emacs can directly write to the
12363 WebDAV directory@footnote{If you are using a public server, you might prefer
12364 to encrypt the files on the server.  This can be done with Org-mode 6.35 and
12365 MobileOrg 1.2.  On the Emacs side, configure the variables
12366 @code{org-mobile-use-encryption} and @code{org-mobile-encryption-password}.}
12367 accessed by @i{MobileOrg}, just point to this directory using the variable
12368 @code{org-mobile-directory}.  Using the @file{tramp} method,
12369 @code{org-mobile-directory} may point to a remote directory accessible
12370 through, for example, @file{ssh/scp}:
12372 @smallexample
12373 (setq org-mobile-directory "/scpc:user@@remote.host:org/webdav/")
12374 @end smallexample
12376 If Emacs cannot access the WebDAV directory directly using a @file{tramp}
12377 method, or you prefer to maintain a local copy, you can use a local directory
12378 for staging.  Other means must then be used to keep this directory in sync
12379 with the WebDAV directory.  In the following example, files are staged in
12380 @file{~/stage}, and Org-mode hooks take care of moving files to and from the
12381 WebDAV directory using @file{scp}.
12383 @smallexample
12384 (setq org-mobile-directory "~/stage/")
12385 (add-hook 'org-mobile-post-push-hook
12386   (lambda () (shell-command "scp -r ~/stage/* user@@wdhost:mobile/")))
12387 (add-hook 'org-mobile-pre-pull-hook
12388   (lambda () (shell-command "scp user@@wdhost:mobile/mobileorg.org ~/stage/ ")))
12389 (add-hook 'org-mobile-post-pull-hook
12390   (lambda () (shell-command "scp ~/stage/mobileorg.org user@@wdhost:mobile/")))
12391 @end smallexample
12393 @node Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg
12394 @section Pushing to MobileOrg
12396 This operation copies all files currently listed in @code{org-mobile-files}
12397 to the directory @code{org-mobile-directory}.  By default this list contains
12398 all agenda files (as listed in @code{org-agenda-files}), but additional files
12399 can be included by customizing @code{org-mobiles-files}.  File names will be
12400 staged with path relative to @code{org-directory}, so all files should be
12401 inside this directory.  The push operation also creates (in the same
12402 directory) a special Org file @file{agendas.org}.  This file is an Org-mode
12403 style outline, containing every custom agenda view defined by the user.
12404 While creating the agendas, Org-mode will force@footnote{See the variable
12405 @code{org-mobile-force-id-on-agenda-items}.}  an ID property on all entries
12406 referenced by the agendas, so that these entries can be uniquely identified
12407 if @i{MobileOrg} flags them for further action.  Finally, Org writes the file
12408 @file{index.org}, containing links to all other files.  If @i{MobileOrg} is
12409 configured to request this file from the WebDAV server, all agendas and Org
12410 files will be downloaded to the device.  To speed up the download, MobileOrg
12411 will only read files whose checksums@footnote{stored automatically in the
12412 file @file{checksums.dat}} have changed.
12414 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
12415 @section Pulling from MobileOrg
12417 When @i{MobileOrg} synchronizes with the WebDAV server, it not only pulls the
12418 Org files for viewing.  It also appends captured entries and pointers to
12419 flagged and changed entries to the file @file{mobileorg.org} on the server.
12420 Org has a @emph{pull} operation that integrates this information into an
12421 inbox file and operates on the pointers to flagged entries.  Here is how it
12422 works:
12424 @enumerate
12425 @item
12426 Org moves all entries found in
12427 @file{mobileorg.org}@footnote{@file{mobileorg.org} will be empty after this
12428 operation.} and appends them to the file pointed to by the variable
12429 @code{org-mobile-inbox-for-pull}.  Each captured entry and each editing event
12430 will be a top-level entry in the inbox file.
12431 @item
12432 After moving the entries, Org will attempt to implement the changes made in
12433 @i{MobileOrg}.  Some changes are applied directly and without user
12434 interaction.  Examples are all changes to tags, TODO state, headline and body
12435 text that can be cleanly applied.  Entries that have been flagged for further
12436 action will receive a tag @code{:FLAGGED:}, so that they can be easily found
12437 again.  When there is a problem finding an entry or applying the change, the
12438 pointer entry will remain in the inbox and will be marked with an error
12439 message.  You need to later resolve these issues by hand.
12440 @item
12441 Org will then generate an agenda view with all flagged entries.  The user
12442 should then go through these entries and do whatever actions are necessary.
12443 If a note has been stored while flagging an entry in @i{MobileOrg}, that note
12444 will be displayed in the echo area when the cursor is on the corresponding
12445 agenda line.
12446 @table @kbd
12447 @kindex ?
12448 @item ?
12449 Pressing @kbd{?} in that special agenda will display the full flagging note in
12450 another window and also push it onto the kill ring.  So you could use @kbd{?
12451 z C-y C-c C-c} to store that flagging note as a normal note in the entry.
12452 Pressing @kbd{?} twice in succession will offer to remove the
12453 @code{:FLAGGED:} tag along with the recorded flagging note (which is stored
12454 in a property).  In this way you indicate, that the intended processing for
12455 this flagged entry is finished.
12456 @end table
12457 @end enumerate
12459 @kindex C-c a ?
12460 If you are not able to process all flagged entries directly, you can always
12461 return to this agenda view using @kbd{C-c a ?}.  Note, however, that there is
12462 a subtle difference.  The view created automatically by @kbd{M-x
12463 org-mobile-pull RET} is guaranteed to search all files that have been
12464 addressed by the last pull.  This might include a file that is not currently
12465 in your list of agenda files.  If you later use @kbd{C-c a ?} to regenerate
12466 the view, only the current agenda files will be searched.
12468 @node History and Acknowledgments, Main Index, MobileOrg, Top
12469 @appendix History and Acknowledgments
12470 @cindex acknowledgements
12471 @cindex history
12472 @cindex thanks
12474 Org was born in 2003, out of frustration over the user interface
12475 of the Emacs Outline mode.  I was trying to organize my notes and
12476 projects, and using Emacs seemed to be the natural way to go.  However,
12477 having to remember eleven different commands with two or three keys per
12478 command, only to hide and show parts of the outline tree, that seemed
12479 entirely unacceptable to me.  Also, when using outlines to take notes, I
12480 constantly wanted to restructure the tree, organizing it parallel to my
12481 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
12482 editing} were originally implemented in the package
12483 @file{outline-magic.el}, but quickly moved to the more general
12484 @file{org.el}.  As this environment became comfortable for project
12485 planning, the next step was adding @emph{TODO entries}, basic
12486 @emph{timestamps}, and @emph{table support}.  These areas highlighted the two main
12487 goals that Org still has today: to be a new, outline-based,
12488 plain text mode with innovative and intuitive editing features, and to
12489 incorporate project planning functionality directly into a notes file.
12491 A special thanks goes to @i{Bastien Guerry} who has not only written a large
12492 number of extensions to Org (most of them integrated into the core by now),
12493 but who has also helped in the development and maintenance of Org so much that he
12494 should be considered the main co-contributor to this package.
12496 Since the first release, literally thousands of emails to me or to
12497 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
12498 reports, feedback, new ideas, and sometimes patches and add-on code.
12499 Many thanks to everyone who has helped to improve this package.  I am
12500 trying to keep here a list of the people who had significant influence
12501 in shaping one or more aspects of Org.  The list may not be
12502 complete, if I have forgotten someone, please accept my apologies and
12503 let me know.
12505 @itemize @bullet
12507 @item
12508 @i{Russel Adams} came up with the idea for drawers.
12509 @item
12510 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
12511 @item
12512 @i{Christophe Bataillon} created the great unicorn logo that we use on the
12513 Org-mode website.
12514 @item
12515 @i{Alex Bochannek} provided a patch for rounding timestamps.
12516 @item
12517 @i{Jan Böcker} wrote @file{org-docview.el}.
12518 @item
12519 @i{Brad Bozarth} showed how to pull RSS feed data into Org-mode files.
12520 @item
12521 @i{Tom Breton} wrote @file{org-choose.el}.
12522 @item
12523 @i{Charles Cave}'s suggestion sparked the implementation of templates
12524 for Remember.
12525 @item
12526 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
12527 specified time.
12528 @item
12529 @i{Gregory Chernov} patched support for Lisp forms into table
12530 calculations and improved XEmacs compatibility, in particular by porting
12531 @file{nouline.el} to XEmacs.
12532 @item
12533 @i{Sacha Chua} suggested copying some linking code from Planner.
12534 @item
12535 @i{Baoqiu Cui} contributed the DocBook exporter.
12536 @item
12537 @i{Dan Davison} wrote (together with @i{Eric Schulte}) Org Babel.
12538 @item
12539 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
12540 came up with the idea of properties, and that there should be an API for
12541 them.
12542 @item
12543 @i{Nick Dokos} tracked down several nasty bugs.
12544 @item
12545 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
12546 inspired some of the early development, including HTML export.  He also
12547 asked for a way to narrow wide table columns.
12548 @item
12549 @i{Christian Egli} converted the documentation into Texinfo format,
12550 patched CSS formatting into the HTML exporter, and inspired the agenda.
12551 @item
12552 @i{David Emery} provided a patch for custom CSS support in exported
12553 HTML agendas.
12554 @item
12555 @i{Nic Ferrier} contributed mailcap and XOXO support.
12556 @item
12557 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
12558 @item
12559 @i{John Foerch} figured out how to make incremental search show context
12560 around a match in a hidden outline tree.
12561 @item
12562 @i{Raimar Finken} wrote @file{org-git-line.el}.
12563 @item
12564 @i{Mikael Fornius} works as a mailing list moderator.
12565 @item
12566 @i{Austin Frank} works as a mailing list moderator.
12567 @item
12568 @i{Niels Giesen} had the idea to automatically archive DONE trees.
12569 @item
12570 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
12571 has been prolific with patches, ideas, and bug reports.
12572 @item
12573 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
12574 @item
12575 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
12576 task state change logging, and the clocktable.  His clear explanations have
12577 been critical when we started to adopt the Git version control system.
12578 @item
12579 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
12580 patches.
12581 @item
12582 @i{Phil Jackson} wrote @file{org-irc.el}.
12583 @item
12584 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
12585 folded entries, and column view for properties.
12586 @item
12587 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
12588 @item
12589 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
12590 provided frequent feedback and some patches.
12591 @item
12592 @i{Matt Lundin} has proposed last-row references for table formulas and named
12593 invisible anchors.  He has also worked a lot on the FAQ.
12594 @item
12595 @i{Jason F. McBrayer} suggested agenda export to CSV format.
12596 @item
12597 @i{Max Mikhanosha} came up with the idea of refiling.
12598 @item
12599 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
12600 basis.
12601 @item
12602 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
12603 happy.
12604 @item
12605 @i{Richard Moreland} wrote @i{MobileOrg} for the iPhone.
12606 @item
12607 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
12608 and being able to quickly restrict the agenda to a subtree.
12609 @item
12610 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
12611 @item
12612 @i{Greg Newman} refreshed the unicorn logo into its current form.
12613 @item
12614 @i{Tim O'Callaghan} suggested in-file links, search options for general
12615 file links, and TAGS.
12616 @item
12617 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
12618 into Japanese.
12619 @item
12620 @i{Oliver Oppitz} suggested multi-state TODO items.
12621 @item
12622 @i{Scott Otterson} sparked the introduction of descriptive text for
12623 links, among other things.
12624 @item
12625 @i{Pete Phillips} helped during the development of the TAGS feature, and
12626 provided frequent feedback.
12627 @item
12628 @i{Martin Pohlack} provided the code snippet to bundle character insertion
12629 into bundles of 20 for undo.
12630 @item
12631 @i{T.V. Raman} reported bugs and suggested improvements.
12632 @item
12633 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
12634 control.
12635 @item
12636 @i{Paul Rivier} provided the basic implementation of named footnotes.  He
12637 also acted as mailing list moderator for some time.
12638 @item
12639 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
12640 @item
12641 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
12642 webpages derived from Org using an Info-like or a folding interface with
12643 single-key navigation.
12644 @item
12645 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
12646 conflict with @file{allout.el}.
12647 @item
12648 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
12649 extensive patches.
12650 @item
12651 @i{Philip Rooke} created the Org reference card, provided lots
12652 of feedback, developed and applied standards to the Org documentation.
12653 @item
12654 @i{Christian Schlauer} proposed angular brackets around links, among
12655 other things.
12656 @item
12657 @i{Eric Schulte} wrote @file{org-plot.el} and (together with @i{Dan Davison})
12658 Org Babel, and contributed various patches, small features and modules.
12659 @item
12660 @i{Paul Sexton} wrote @file{org-ctags.el}.
12661 @item
12662 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
12663 @file{organizer-mode.el}.
12664 @item
12665 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
12666 examples, and remote highlighting for referenced code lines.
12667 @item
12668 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
12669 now packaged into Org's @file{contrib} directory.
12670 @item
12671 @i{Daniel Sinder} came up with the idea of internal archiving by locking
12672 subtrees.
12673 @item
12674 @i{Dale Smith} proposed link abbreviations.
12675 @item
12676 @i{James TD Smith} has contributed a large number of patches for useful
12677 tweaks and features.
12678 @item
12679 @i{Adam Spiers} asked for global linking commands, inspired the link
12680 extension system, added support for mairix, and proposed the mapping API.
12681 @item
12682 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
12683 with links transformation to Org syntax.
12684 @item
12685 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
12686 chapter about publishing.
12687 @item
12688 @i{J@"urgen Vollmer} contributed code generating the table of contents
12689 in HTML output.
12690 @item
12691 @i{Samuel Wales} has provided important feedback and bug reports.
12692 @item
12693 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
12694 keyword.
12695 @item
12696 @i{David Wainberg} suggested archiving, and improvements to the linking
12697 system.
12698 @item
12699 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
12700 @file{muse.el}, which have some overlap with Org.  Initially the development
12701 of Org was fully independent because I was not aware of the existence of
12702 these packages.  But with time I have occasionally looked at John's code and
12703 learned a lot from it.  John has also contributed a number of great ideas and
12704 patches directly to Org, including the attachment system
12705 (@file{org-attach.el}), integration with Apple Mail
12706 (@file{org-mac-message.el}), hierarchical dependencies of TODO items, habit
12707 tracking (@file{org-habits.el}).
12708 @item
12709 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
12710 linking to Gnus.
12711 @item
12712 @i{Roland Winkler} requested additional key bindings to make Org
12713 work on a tty.
12714 @item
12715 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
12716 and contributed various ideas and code snippets.
12717 @end itemize
12720 @node Main Index, Key Index, History and Acknowledgments, Top
12721 @unnumbered Concept Index
12723 @printindex cp
12725 @node Key Index, Variable Index, Main Index, Top
12726 @unnumbered Key Index
12728 @printindex ky
12730 @node Variable Index,  , Key Index, Top
12731 @unnumbered Variable Index
12733 This is not a complete index of variables and faces, only the ones that are
12734 mentioned in the manual.  For a more complete list, use @kbd{M-x
12735 org-customize @key{RET}} and then click yourself through the tree.
12737 @printindex vr
12739 @bye
12741 @ignore
12742         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
12743 @end ignore
12745 @c Local variables:
12746 @c ispell-local-dictionary: "en_US-w_accents"
12747 @c ispell-local-pdict: "./.aspell.org.pws"
12748 @c fill-column: 77
12749 @c End:
12752 @c  LocalWords:  webdavhost pre