Minor fix
[org-mode.git] / doc / org.texi
bloba88a3c1664a43091530fe8943a81b47f4399ca25
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @set VERSION 6.34trans
7 @set DATE January 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 export::                Exporting to plain ASCII
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 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
360 * Sectioning structure::        Changing sectioning in La@TeX{} output
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}.  Example:
2066 @example
2067 if(@@# % 2, $#, string(""))      @r{column number on odd lines only}
2068 @end example
2070 @subsubheading Named references
2071 @cindex named references
2072 @cindex references, named
2073 @cindex name, of column or field
2074 @cindex constants, in calculations
2075 @cindex #+CONSTANTS
2077 @vindex org-table-formula-constants
2078 @samp{$name} is interpreted as the name of a column, parameter or
2079 constant.  Constants are defined globally through the variable
2080 @code{org-table-formula-constants}, and locally (for the file) through a
2081 line like
2083 @example
2084 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
2085 @end example
2087 @noindent
2088 @vindex constants-unit-system
2089 @pindex constants.el
2090 Also properties (@pxref{Properties and Columns}) can be used as
2091 constants in table formulas: for a property @samp{:Xyz:} use the name
2092 @samp{$PROP_Xyz}, and the property will be searched in the current
2093 outline entry and in the hierarchy above it.  If you have the
2094 @file{constants.el} package, it will also be used to resolve constants,
2095 including natural constants like @samp{$h} for Planck's constant, and
2096 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
2097 supply the values of constants in two different unit systems, @code{SI}
2098 and @code{cgs}.  Which one is used depends on the value of the variable
2099 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
2100 @code{constSI} and @code{constcgs} to set this value for the current
2101 buffer.}.  Column names and parameters can be specified in special table
2102 lines.  These are described below, see @ref{Advanced features}.  All
2103 names must start with a letter, and further consist of letters and
2104 numbers.
2106 @subsubheading Remote references
2107 @cindex remote references
2108 @cindex references, remote
2109 @cindex references, to a different table
2110 @cindex name, of column or field
2111 @cindex constants, in calculations
2112 @cindex #+TBLNAME
2114 You may also reference constants, fields and ranges from a different table,
2115 either in the current file or even in a different file.  The syntax is
2117 @example
2118 remote(NAME-OR-ID,REF)
2119 @end example
2121 @noindent
2122 where NAME can be the name of a table in the current file as set by a
2123 @code{#+TBLNAME: NAME} line before the table.  It can also be the ID of an
2124 entry, even in a different file, and the reference then refers to the first
2125 table in that entry.  REF is an absolute field or range reference as
2126 described above for example @code{@@3$3} or @code{$somename}, valid in the
2127 referenced table.
2129 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
2130 @subsection Formula syntax for Calc
2131 @cindex formula syntax, Calc
2132 @cindex syntax, of formulas
2134 A formula can be any algebraic expression understood by the Emacs
2135 @file{Calc} package.  @b{Note that @file{calc} has the
2136 non-standard convention that @samp{/} has lower precedence than
2137 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
2138 evaluation by @code{calc-eval} (@pxref{Calling Calc from
2139 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
2140 Emacs Calc Manual}),
2141 @c FIXME:  The link to the Calc manual in HTML does not work.
2142 variable substitution takes place according to the rules described above.
2143 @cindex vectors, in table calculations
2144 The range vectors can be directly fed into the Calc vector functions
2145 like @samp{vmean} and @samp{vsum}.
2147 @cindex format specifier
2148 @cindex mode, for @file{calc}
2149 @vindex org-calc-default-modes
2150 A formula can contain an optional mode string after a semicolon.  This
2151 string consists of flags to influence Calc and other modes during
2152 execution.  By default, Org uses the standard Calc modes (precision
2153 12, angular units degrees, fraction and symbolic modes off).  The display
2154 format, however, has been changed to @code{(float 8)} to keep tables
2155 compact.  The default settings can be configured using the variable
2156 @code{org-calc-default-modes}.
2158 @example
2159 p20           @r{set the internal Calc calculation precision to 20 digits}
2160 n3 s3 e2 f4   @r{Normal, scientific, engineering, or fixed}
2161               @r{format of the result of Calc passed back to Org.}
2162               @r{Calc formatting is unlimited in precision as}
2163               @r{long as the Calc calculation precision is greater.}
2164 D R           @r{angle modes: degrees, radians}
2165 F S           @r{fraction and symbolic modes}
2166 N             @r{interpret all fields as numbers, use 0 for non-numbers}
2167 T             @r{force text interpretation}
2168 E             @r{keep empty fields in ranges}
2169 L             @r{literal}
2170 @end example
2172 @noindent
2173 Unless you use large integer numbers or high-precision-calculation
2174 and -display for floating point numbers you may alternatively provide a
2175 @code{printf} format specifier to reformat the Calc result after it has been
2176 passed back to Org instead of letting Calc already do the
2177 formatting@footnote{The @code{printf} reformatting is limited in precision
2178 because the value passed to it is converted into an @code{integer} or
2179 @code{double}.  The @code{integer} is limited in size by truncating the
2180 signed value to 32 bits.  The @code{double} is limited in precision to 64
2181 bits overall which leaves approximately 16 significant decimal digits.}.
2182 A few examples:
2184 @example
2185 $1+$2                @r{Sum of first and second field}
2186 $1+$2;%.2f           @r{Same, format result to two decimals}
2187 exp($2)+exp($1)      @r{Math functions can be used}
2188 $0;%.1f              @r{Reformat current cell to 1 decimal}
2189 ($3-32)*5/9          @r{Degrees F -> C conversion}
2190 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
2191 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
2192 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
2193 vmean($2..$7)        @r{Compute column range mean, using vector function}
2194 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
2195 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
2196 @end example
2198 Calc also contains a complete set of logical operations.  For example
2200 @example
2201 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
2202 @end example
2204 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
2205 @subsection Emacs Lisp forms as formulas
2206 @cindex Lisp forms, as table formulas
2208 It is also possible to write a formula in Emacs Lisp; this can be useful
2209 for string manipulation and control structures, if Calc's
2210 functionality is not enough.  If a formula starts with a single-quote
2211 followed by an opening parenthesis, then it is evaluated as a Lisp form.
2212 The evaluation should return either a string or a number.  Just as with
2213 @file{calc} formulas, you can specify modes and a printf format after a
2214 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
2215 field references are interpolated into the form.  By default, a
2216 reference will be interpolated as a Lisp string (in double-quotes)
2217 containing the field.  If you provide the @samp{N} mode switch, all
2218 referenced elements will be numbers (non-number fields will be zero) and
2219 interpolated as Lisp numbers, without quotes.  If you provide the
2220 @samp{L} flag, all fields will be interpolated literally, without quotes.
2221 I.e., if you want a reference to be interpreted as a string by the Lisp
2222 form, enclose the reference operator itself in double-quotes, like
2223 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
2224 embed them in list or vector syntax.  A few examples, note how the
2225 @samp{N} mode is used when we do computations in Lisp.
2227 @example
2228 @r{Swap the first two characters of the content of column 1}
2229   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
2230 @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}}
2231   '(+ $1 $2);N
2232 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
2233   '(apply '+ '($1..$4));N
2234 @end example
2236 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
2237 @subsection Field formulas
2238 @cindex field formula
2239 @cindex formula, for individual table field
2241 To assign a formula to a particular field, type it directly into the
2242 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
2243 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
2244 the field, the formula will be stored as the formula for this field,
2245 evaluated, and the current field replaced with the result.
2247 @cindex #+TBLFM
2248 Formulas are stored in a special line starting with @samp{#+TBLFM:}
2249 directly below the table.  If you typed the equation in the 4th field of
2250 the 3rd data line in the table, the formula will look like
2251 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
2252 with the appropriate commands, @i{absolute references} (but not relative
2253 ones) in stored formulas are modified in order to still reference the
2254 same field.  Of course this is not true if you edit the table structure
2255 with normal editing commands---then you must fix the equations yourself.
2256 The left-hand side of a formula may also be a named field (@pxref{Advanced
2257 features}), or a last-row reference like @samp{$LR3}.
2259 Instead of typing an equation into the field, you may also use the
2260 following command
2262 @table @kbd
2263 @kindex C-u C-c =
2264 @item C-u C-c =
2265 Install a new formula for the current field.  The command prompts for a
2266 formula with default taken from the @samp{#+TBLFM:} line, applies
2267 it to the current field, and stores it.
2268 @end table
2270 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
2271 @subsection Column formulas
2272 @cindex column formula
2273 @cindex formula, for table column
2275 Often in a table, the same formula should be used for all fields in a
2276 particular column.  Instead of having to copy the formula to all fields
2277 in that column, Org allows you to assign a single formula to an entire
2278 column.  If the table contains horizontal separator hlines, everything
2279 before the first such line is considered part of the table @emph{header}
2280 and will not be modified by column formulas.
2282 To assign a formula to a column, type it directly into any field in the
2283 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2284 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2285 the formula will be stored as the formula for the current column, evaluated
2286 and the current field replaced with the result.  If the field contains only
2287 @samp{=}, the previously stored formula for this column is used.  For each
2288 column, Org will only remember the most recently used formula.  In the
2289 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}.  The left-hand
2290 side of a column formula cannot currently be the name of column, it
2291 must be the numeric column reference.
2293 Instead of typing an equation into the field, you may also use the
2294 following command:
2296 @table @kbd
2297 @kindex C-c =
2298 @item C-c =
2299 Install a new formula for the current column and replace current field with
2300 the result of the formula.  The command prompts for a formula, with default
2301 taken from the @samp{#+TBLFM} line, applies it to the current field and
2302 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2303 will apply it to that many consecutive fields in the current column.
2304 @end table
2306 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2307 @subsection Editing and debugging formulas
2308 @cindex formula editing
2309 @cindex editing, of table formulas
2311 @vindex org-table-use-standard-references
2312 You can edit individual formulas in the minibuffer or directly in the
2313 field.  Org can also prepare a special buffer with all active
2314 formulas of a table.  When offering a formula for editing, Org
2315 converts references to the standard format (like @code{B3} or @code{D&})
2316 if possible.  If you prefer to only work with the internal format (like
2317 @code{@@3$2} or @code{$4}), configure the variable
2318 @code{org-table-use-standard-references}.
2320 @table @kbd
2321 @kindex C-c =
2322 @kindex C-u C-c =
2323 @item C-c =
2324 @itemx C-u C-c =
2325 Edit the formula associated with the current column/field in the
2326 minibuffer.  See @ref{Column formulas}, and @ref{Field formulas}.
2327 @kindex C-u C-u C-c =
2328 @item C-u C-u C-c =
2329 Re-insert the active formula (either a
2330 field formula, or a column formula) into the current field, so that you
2331 can edit it directly in the field.  The advantage over editing in the
2332 minibuffer is that you can use the command @kbd{C-c ?}.
2333 @kindex C-c ?
2334 @item C-c ?
2335 While editing a formula in a table field, highlight the field(s)
2336 referenced by the reference at the cursor position in the formula.
2337 @kindex C-c @}
2338 @item C-c @}
2339 Toggle the display of row and column numbers for a table, using
2340 overlays.  These are updated each time the table is aligned; you can
2341 force it with @kbd{C-c C-c}.
2342 @kindex C-c @{
2343 @item C-c @{
2344 Toggle the formula debugger on and off.  See below.
2345 @kindex C-c '
2346 @item C-c '
2347 Edit all formulas for the current table in a special buffer, where the
2348 formulas will be displayed one per line.  If the current field has an
2349 active formula, the cursor in the formula editor will mark it.
2350 While inside the special buffer, Org will automatically highlight
2351 any field or range reference at the cursor position.  You may edit,
2352 remove and add formulas, and use the following commands:
2353 @table @kbd
2354 @kindex C-c C-c
2355 @kindex C-x C-s
2356 @item C-c C-c
2357 @itemx C-x C-s
2358 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2359 prefix, also apply the new formulas to the entire table.
2360 @kindex C-c C-q
2361 @item C-c C-q
2362 Exit the formula editor without installing changes.
2363 @kindex C-c C-r
2364 @item C-c C-r
2365 Toggle all references in the formula editor between standard (like
2366 @code{B3}) and internal (like @code{@@3$2}).
2367 @kindex @key{TAB}
2368 @item @key{TAB}
2369 Pretty-print or indent Lisp formula at point.  When in a line containing
2370 a Lisp formula, format the formula according to Emacs Lisp rules.
2371 Another @key{TAB} collapses the formula back again.  In the open
2372 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
2373 @kindex M-@key{TAB}
2374 @item M-@key{TAB}
2375 Complete Lisp symbols, just like in Emacs Lisp mode.
2376 @kindex S-@key{up}
2377 @kindex S-@key{down}
2378 @kindex S-@key{left}
2379 @kindex S-@key{right}
2380 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2381 Shift the reference at point.  For example, if the reference is
2382 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2383 This also works for relative references and for hline references.
2384 @kindex M-S-@key{up}
2385 @kindex M-S-@key{down}
2386 @item M-S-@key{up}/@key{down}
2387 Move the test line for column formulas in the Org buffer up and
2388 down.
2389 @kindex M-@key{up}
2390 @kindex M-@key{down}
2391 @item M-@key{up}/@key{down}
2392 Scroll the window displaying the table.
2393 @kindex C-c @}
2394 @item C-c @}
2395 Turn the coordinate grid in the table on and off.
2396 @end table
2397 @end table
2399 Making a table field blank does not remove the formula associated with
2400 the field, because that is stored in a different line (the @samp{#+TBLFM}
2401 line)---during the next recalculation the field will be filled again.
2402 To remove a formula from a field, you have to give an empty reply when
2403 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2405 @kindex C-c C-c
2406 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2407 equations with @kbd{C-c C-c} in that line or with the normal
2408 recalculation commands in the table.
2410 @subsubheading Debugging formulas
2411 @cindex formula debugging
2412 @cindex debugging, of table formulas
2413 When the evaluation of a formula leads to an error, the field content
2414 becomes the string @samp{#ERROR}.  If you would like see what is going
2415 on during variable substitution and calculation in order to find a bug,
2416 turn on formula debugging in the @code{Tbl} menu and repeat the
2417 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2418 field.  Detailed information will be displayed.
2420 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2421 @subsection Updating the table
2422 @cindex recomputing table fields
2423 @cindex updating, table
2425 Recalculation of a table is normally not automatic, but needs to be
2426 triggered by a command.  See @ref{Advanced features}, for a way to make
2427 recalculation at least semi-automatic.
2429 In order to recalculate a line of a table or the entire table, use the
2430 following commands:
2432 @table @kbd
2433 @kindex C-c *
2434 @item C-c *
2435 Recalculate the current row by first applying the stored column formulas
2436 from left to right, and all field formulas in the current row.
2438 @kindex C-u C-c *
2439 @item C-u C-c *
2440 @kindex C-u C-c C-c
2441 @itemx C-u C-c C-c
2442 Recompute the entire table, line by line.  Any lines before the first
2443 hline are left alone, assuming that these are part of the table header.
2445 @kindex C-u C-u C-c *
2446 @kindex C-u C-u C-c C-c
2447 @item C-u C-u C-c *
2448 @itemx C-u C-u C-c C-c
2449 Iterate the table by recomputing it until no further changes occur.
2450 This may be necessary if some computed fields use the value of other
2451 fields that are computed @i{later} in the calculation sequence.
2452 @end table
2454 @node Advanced features,  , Updating the table, The spreadsheet
2455 @subsection Advanced features
2457 If you want the recalculation of fields to happen automatically, or if
2458 you want to be able to assign @i{names} to fields and columns, you need
2459 to reserve the first column of the table for special marking characters.
2460 @table @kbd
2461 @kindex C-#
2462 @item C-#
2463 Rotate the calculation mark in first column through the states @samp{ },
2464 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
2465 change all marks in the region.
2466 @end table
2468 Here is an example of a table that collects exam results of students and
2469 makes use of these features:
2471 @example
2472 @group
2473 |---+---------+--------+--------+--------+-------+------|
2474 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2475 |---+---------+--------+--------+--------+-------+------|
2476 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2477 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2478 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2479 |---+---------+--------+--------+--------+-------+------|
2480 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2481 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2482 |---+---------+--------+--------+--------+-------+------|
2483 |   | Average |        |        |        |  29.7 |      |
2484 | ^ |         |        |        |        |    at |      |
2485 | $ | max=50  |        |        |        |       |      |
2486 |---+---------+--------+--------+--------+-------+------|
2487 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2488 @end group
2489 @end example
2491 @noindent @b{Important}: please note that for these special tables,
2492 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2493 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2494 to the field itself.  The column formulas are not applied in rows with
2495 empty first field.
2497 @cindex marking characters, tables
2498 The marking characters have the following meaning:
2499 @table @samp
2500 @item !
2501 The fields in this line define names for the columns, so that you may
2502 refer to a column as @samp{$Tot} instead of @samp{$6}.
2503 @item ^
2504 This row defines names for the fields @emph{above} the row.  With such
2505 a definition, any formula in the table may use @samp{$m1} to refer to
2506 the value @samp{10}.  Also, if you assign a formula to a names field, it
2507 will be stored as @samp{$name=...}.
2508 @item _
2509 Similar to @samp{^}, but defines names for the fields in the row
2510 @emph{below}.
2511 @item $
2512 Fields in this row can define @emph{parameters} for formulas.  For
2513 example, if a field in a @samp{$} row contains @samp{max=50}, then
2514 formulas in this table can refer to the value 50 using @samp{$max}.
2515 Parameters work exactly like constants, only that they can be defined on
2516 a per-table basis.
2517 @item #
2518 Fields in this row are automatically recalculated when pressing
2519 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2520 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2521 lines will be left alone by this command.
2522 @item *
2523 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2524 not for automatic recalculation.  Use this when automatic
2525 recalculation slows down editing too much.
2526 @item
2527 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2528 All lines that should be recalculated should be marked with @samp{#}
2529 or @samp{*}.
2530 @item /
2531 Do not export this line.  Useful for lines that contain the narrowing
2532 @samp{<N>} markers or column group markers.
2533 @end table
2535 Finally, just to whet your appetite for what can be done with the
2536 fantastic @file{calc.el} package, here is a table that computes the Taylor
2537 series of degree @code{n} at location @code{x} for a couple of
2538 functions.
2540 @example
2541 @group
2542 |---+-------------+---+-----+--------------------------------------|
2543 |   | Func        | n | x   | Result                               |
2544 |---+-------------+---+-----+--------------------------------------|
2545 | # | exp(x)      | 1 | x   | 1 + x                                |
2546 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2547 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2548 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2549 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2550 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2551 |---+-------------+---+-----+--------------------------------------|
2552 #+TBLFM: $5=taylor($2,$4,$3);n3
2553 @end group
2554 @end example
2556 @node Org-Plot,  , The spreadsheet, Tables
2557 @section Org-Plot
2558 @cindex graph, in tables
2559 @cindex plot tables using gnuplot
2560 @cindex #+PLOT
2562 Org-Plot can produce 2D and 3D graphs of information stored in org tables
2563 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
2564 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}.  To see
2565 this in action, ensure that you have both Gnuplot and Gnuplot mode installed
2566 on your system, then call @code{org-plot/gnuplot} on the following table.
2568 @example
2569 @group
2570 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
2571 | Sede      | Max cites | H-index |
2572 |-----------+-----------+---------|
2573 | Chile     |    257.72 |   21.39 |
2574 | Leeds     |    165.77 |   19.68 |
2575 | Sao Paolo |     71.00 |   11.50 |
2576 | Stockholm |    134.19 |   14.33 |
2577 | Morelia   |    257.56 |   17.67 |
2578 @end group
2579 @end example
2581 Notice that Org Plot is smart enough to apply the table's headers as labels.
2582 Further control over the labels, type, content, and appearance of plots can
2583 be exercised through the @code{#+PLOT:} lines preceding a table.  See below
2584 for a complete list of Org-plot options.  For more information and examples
2585 see the Org-plot tutorial at
2586 @uref{http://orgmode.org/worg/org-tutorials/org-plot.php}.
2588 @subsubheading Plot Options
2590 @table @code
2591 @item set
2592 Specify any @command{gnuplot} option to be set when graphing.
2594 @item title
2595 Specify the title of the plot.
2597 @item ind
2598 Specify which column of the table to use as the @code{x} axis.
2600 @item deps
2601 Specify the columns to graph as a Lisp style list, surrounded by parentheses
2602 and separated by spaces for example @code{dep:(3 4)} to graph the third and
2603 fourth columns (defaults to graphing all other columns aside from the @code{ind}
2604 column).
2606 @item type
2607 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2609 @item with
2610 Specify a @code{with} option to be inserted for every col being plotted
2611 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2612 Defaults to @code{lines}.
2614 @item file
2615 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
2617 @item labels
2618 List of labels to be used for the deps (defaults to the column headers if
2619 they exist).
2621 @item line
2622 Specify an entire line to be inserted in the Gnuplot script.
2624 @item map
2625 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2626 flat mapping rather than a @code{3d} slope.
2628 @item timefmt
2629 Specify format of Org-mode timestamps as they will be parsed by Gnuplot.
2630 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2632 @item script
2633 If you want total control, you can specify a script file (place the file name
2634 between double-quotes) which will be used to plot.  Before plotting, every
2635 instance of @code{$datafile} in the specified script will be replaced with
2636 the path to the generated data file.  Note: even if you set this option, you
2637 may still want to specify the plot type, as that can impact the content of
2638 the data file.
2639 @end table
2641 @node Hyperlinks, TODO Items, Tables, Top
2642 @chapter Hyperlinks
2643 @cindex hyperlinks
2645 Like HTML, Org provides links inside a file, external links to
2646 other files, Usenet articles, emails, and much more.
2648 @menu
2649 * Link format::                 How links in Org are formatted
2650 * Internal links::              Links to other places in the current file
2651 * External links::              URL-like links to the world
2652 * Handling links::              Creating, inserting and following
2653 * Using links outside Org::     Linking from my C source code?
2654 * Link abbreviations::          Shortcuts for writing complex links
2655 * Search options::              Linking to a specific location
2656 * Custom searches::             When the default search is not enough
2657 @end menu
2659 @node Link format, Internal links, Hyperlinks, Hyperlinks
2660 @section Link format
2661 @cindex link format
2662 @cindex format, of links
2664 Org will recognize plain URL-like links and activate them as
2665 clickable links.  The general link format, however, looks like this:
2667 @example
2668 [[link][description]]       @r{or alternatively}           [[link]]
2669 @end example
2671 @noindent
2672 Once a link in the buffer is complete (all brackets present), Org
2673 will change the display so that @samp{description} is displayed instead
2674 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2675 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2676 which by default is an underlined face.  You can directly edit the
2677 visible part of a link.  Note that this can be either the @samp{link}
2678 part (if there is no description) or the @samp{description} part.  To
2679 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2680 cursor on the link.
2682 If you place the cursor at the beginning or just behind the end of the
2683 displayed text and press @key{BACKSPACE}, you will remove the
2684 (invisible) bracket at that location.  This makes the link incomplete
2685 and the internals are again displayed as plain text.  Inserting the
2686 missing bracket hides the link internals again.  To show the
2687 internal structure of all links, use the menu entry
2688 @code{Org->Hyperlinks->Literal links}.
2690 @node Internal links, External links, Link format, Hyperlinks
2691 @section Internal links
2692 @cindex internal links
2693 @cindex links, internal
2694 @cindex targets, for links
2696 @cindex property, CUSTOM_ID
2697 If the link does not look like a URL, it is considered to be internal in the
2698 current file.  The most important case is a link like
2699 @samp{[[#my-custom-id]]} which will link to the entry with the
2700 @code{CUSTOM_ID} property @samp{my-custom-id}.  Such custom IDs are very good
2701 for HTML export (@pxref{HTML export}) where they produce pretty section
2702 links.  You are responsible yourself to make sure these custom IDs are unique
2703 in a file.
2705 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
2706 lead to a text search in the current file.
2708 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
2709 or with a mouse click (@pxref{Handling links}).  Links to custom IDs will
2710 point to the corresponding headline.  The preferred match for a text link is
2711 a @i{dedicated target}: the same string in double angular brackets.  Targets
2712 may be located anywhere; sometimes it is convenient to put them into a
2713 comment line. For example
2715 @example
2716 # <<My Target>>
2717 @end example
2719 @noindent In HTML export (@pxref{HTML export}), such targets will become
2720 named anchors for direct access through @samp{http} links@footnote{Note that
2721 text before the first headline is usually not exported, so the first such
2722 target should be after the first headline, or in the line directly before the
2723 first headline.}.
2725 If no dedicated target exists, Org will search for the words in the link.  In
2726 the above example the search would be for @samp{my target}.  Links starting
2727 with a star like @samp{*My Target} restrict the search to
2728 headlines@footnote{To insert a link targeting a headline, in-buffer
2729 completion can be used.  Just type a star followed by a few optional letters
2730 into the buffer and press @kbd{M-@key{TAB}}.  All headlines in the current
2731 buffer will be offered as completions.  @xref{Handling links}, for more
2732 commands creating links.}.  When searching, Org mode will first try an
2733 exact match, but then move on to more and more lenient searches.  For
2734 example, the link @samp{[[*My Targets]]} will find any of the following:
2736 @example
2737 ** My targets
2738 ** TODO my targets are bright
2739 ** my 20 targets are
2740 @end example
2743 Following a link pushes a mark onto Org's own mark ring.  You can
2744 return to the previous position with @kbd{C-c &}.  Using this command
2745 several times in direct succession goes back to positions recorded
2746 earlier.
2748 @menu
2749 * Radio targets::               Make targets trigger links in plain text
2750 @end menu
2752 @node Radio targets,  , Internal links, Internal links
2753 @subsection Radio targets
2754 @cindex radio targets
2755 @cindex targets, radio
2756 @cindex links, radio targets
2758 Org can automatically turn any occurrences of certain target names
2759 in normal text into a link.  So without explicitly creating a link, the
2760 text connects to the target radioing its position.  Radio targets are
2761 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2762 Target>>>} causes each occurrence of @samp{my target} in normal text to
2763 become activated as a link.  The Org file is scanned automatically
2764 for radio targets only when the file is first loaded into Emacs.  To
2765 update the target list during editing, press @kbd{C-c C-c} with the
2766 cursor on or at a target.
2768 @node External links, Handling links, Internal links, Hyperlinks
2769 @section External links
2770 @cindex links, external
2771 @cindex external links
2772 @cindex links, external
2773 @cindex Gnus links
2774 @cindex BBDB links
2775 @cindex IRC links
2776 @cindex URL links
2777 @cindex file links
2778 @cindex VM links
2779 @cindex RMAIL links
2780 @cindex WANDERLUST links
2781 @cindex MH-E links
2782 @cindex USENET links
2783 @cindex SHELL links
2784 @cindex Info links
2785 @cindex Elisp links
2787 Org supports links to files, websites, Usenet and email messages,
2788 BBDB database entries and links to both IRC conversations and their
2789 logs.  External links are URL-like locators.  They start with a short
2790 identifying string followed by a colon.  There can be no space after
2791 the colon.  The following list shows examples for each link type.
2793 @example
2794 http://www.astro.uva.nl/~dominik          @r{on the web}
2795 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2796 /home/dominik/images/jupiter.jpg          @r{same as above}
2797 file:papers/last.pdf                      @r{file, relative path}
2798 ./papers/last.pdf                         @r{same as above}
2799 file:/myself@@some.where:papers/last.pdf   @r{file, path on remote machine}
2800 /myself@@some.where:papers/last.pdf        @r{same as above}
2801 file:sometextfile::NNN                    @r{file with line number to jump to}
2802 file:projects.org                         @r{another Org file}
2803 file:projects.org::some words             @r{text search in Org file}
2804 file:projects.org::*task title            @r{heading search in Org file}
2805 docview:papers/last.pdf::NNN              @r{open file in doc-view mode at page NNN}
2806 id:B7423F4D-2E8A-471B-8810-C40F074717E9   @r{Link to heading by ID}
2807 news:comp.emacs                           @r{Usenet link}
2808 mailto:adent@@galaxy.net                   @r{Mail link}
2809 vm:folder                                 @r{VM folder link}
2810 vm:folder#id                              @r{VM message link}
2811 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2812 wl:folder                                 @r{WANDERLUST folder link}
2813 wl:folder#id                              @r{WANDERLUST message link}
2814 mhe:folder                                @r{MH-E folder link}
2815 mhe:folder#id                             @r{MH-E message link}
2816 rmail:folder                              @r{RMAIL folder link}
2817 rmail:folder#id                           @r{RMAIL message link}
2818 gnus:group                                @r{Gnus group link}
2819 gnus:group#id                             @r{Gnus article link}
2820 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
2821 irc:/irc.com/#emacs/bob                   @r{IRC link}
2822 shell:ls *.org                            @r{A shell command}
2823 elisp:org-agenda                          @r{Interactive Elisp command}
2824 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
2825 @end example
2827 A link should be enclosed in double brackets and may contain a
2828 descriptive text to be displayed instead of the URL (@pxref{Link
2829 format}), for example:
2831 @example
2832 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2833 @end example
2835 @noindent
2836 If the description is a file name or URL that points to an image, HTML
2837 export (@pxref{HTML export}) will inline the image as a clickable
2838 button.  If there is no description at all and the link points to an
2839 image,
2840 that image will be inlined into the exported HTML file.
2842 @cindex square brackets, around links
2843 @cindex plain text external links
2844 Org also finds external links in the normal text and activates them
2845 as links.  If spaces must be part of the link (for example in
2846 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2847 about the end of the link, enclose them in square brackets.
2849 @node Handling links, Using links outside Org, External links, Hyperlinks
2850 @section Handling links
2851 @cindex links, handling
2853 Org provides methods to create a link in the correct syntax, to
2854 insert it into an Org file, and to follow the link.
2856 @table @kbd
2857 @kindex C-c l
2858 @cindex storing links
2859 @item C-c l
2860 Store a link to the current location.  This is a @emph{global} command (you
2861 must create the key binding yourself) which can be used in any buffer to
2862 create a link.  The link will be stored for later insertion into an Org
2863 buffer (see below).  What kind of link will be created depends on the current
2864 buffer:
2866 @b{Org-mode buffers}@*
2867 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
2868 to the target.  Otherwise it points to the current headline, which will also
2869 be the description.
2871 @vindex org-link-to-org-use-id
2872 @cindex property, CUSTOM_ID
2873 @cindex property, ID
2874 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
2875 will be stored.  In addition or alternatively (depending on the value of
2876 @code{org-link-to-org-use-id}), a globally unique @code{ID} property will be
2877 created and/or used to construct a link.  So using this command in Org
2878 buffers will potentially create two links: a human-readable from the custom
2879 ID, and one that is globally unique and works even if the entry is moved from
2880 file to file.  Later, when inserting the link, you need to decide which one
2881 to use.
2883 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
2884 Pretty much all Emacs mail clients are supported.  The link will point to the
2885 current article, or, in some GNUS buffers, to the group.  The description is
2886 constructed from the author and the subject.
2888 @b{Web browsers: W3 and W3M}@*
2889 Here the link will be the current URL, with the page title as description.
2891 @b{Contacts: BBDB}@*
2892 Links created in a BBDB buffer will point to the current entry.
2894 @b{Chat: IRC}@*
2895 @vindex org-irc-link-to-logs
2896 For IRC links, if you set the variable @code{org-irc-link-to-logs} to
2897 @code{t}, a @samp{file:/} style link to the relevant point in the logs for
2898 the current conversation is created.  Otherwise an @samp{irc:/} style link to
2899 the user/channel/server under the point will be stored.
2901 @b{Other files}@*
2902 For any other files, the link will point to the file, with a search string
2903 (@pxref{Search options}) pointing to the contents of the current line.  If
2904 there is an active region, the selected words will form the basis of the
2905 search string.  If the automatically created link is not working correctly or
2906 accurately enough, you can write custom functions to select the search string
2907 and to do the search for particular file types---see @ref{Custom searches}.
2908 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
2910 @b{Agenda view}@*
2911 When the cursor is in an agenda view, the created link points to the
2912 entry referenced by the current line.
2915 @kindex C-c C-l
2916 @cindex link completion
2917 @cindex completion, of links
2918 @cindex inserting links
2919 @item C-c C-l
2920 @vindex org-keep-stored-link-after-insertion
2921 Insert a link@footnote{ Note that you don't have to use this command to
2922 insert a link.  Links in Org are plain text, and you can type or paste them
2923 straight into the buffer.  By using this command, the links are automatically
2924 enclosed in double brackets, and you will be asked for the optional
2925 descriptive text.}.  This prompts for a link to be inserted into the buffer.
2926 You can just type a link, using text for an internal link, or one of the link
2927 type prefixes mentioned in the examples above.  The link will be inserted
2928 into the buffer@footnote{After insertion of a stored link, the link will be
2929 removed from the list of stored links.  To keep it in the list later use, use
2930 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2931 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2932 If some text was selected when this command is called, the selected text
2933 becomes the default description.
2935 @b{Inserting stored links}@*
2936 All links stored during the
2937 current session are part of the history for this prompt, so you can access
2938 them with @key{up} and @key{down} (or @kbd{M-p/n}).
2940 @b{Completion support}@* Completion with @key{TAB} will help you to insert
2941 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2942 defined through link abbreviations (@pxref{Link abbreviations}).  If you
2943 press @key{RET} after inserting only the @var{prefix}, Org will offer
2944 specific completion support for some link types@footnote{This works by
2945 calling a special function @code{org-PREFIX-complete-link}.}  For
2946 example, if you type @kbd{file @key{RET}}, file name completion (alternative
2947 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
2948 @key{RET}} you can complete contact names.
2949 @kindex C-u C-c C-l
2950 @cindex file name completion
2951 @cindex completion, of file names
2952 @item C-u C-c C-l
2953 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2954 a file will be inserted and you may use file name completion to select
2955 the name of the file.  The path to the file is inserted relative to the
2956 directory of the current Org file, if the linked file is in the current
2957 directory or in a sub-directory of it, or if the path is written relative
2958 to the current directory using @samp{../}.  Otherwise an absolute path
2959 is used, if possible with @samp{~/} for your home directory.  You can
2960 force an absolute path with two @kbd{C-u} prefixes.
2962 @item C-c C-l @r{(with cursor on existing link)}
2963 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2964 link and description parts of the link.
2966 @cindex following links
2967 @kindex C-c C-o
2968 @kindex RET
2969 @item C-c C-o @r{or} @key{RET}
2970 @vindex org-file-apps
2971 Open link at point.  This will launch a web browser for URLs (using
2972 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
2973 the corresponding links, and execute the command in a shell link.  When the
2974 cursor is on an internal link, this commands runs the corresponding search.
2975 When the cursor is on a TAG list in a headline, it creates the corresponding
2976 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
2977 date.  Furthermore, it will visit text and remote files in @samp{file:} links
2978 with Emacs and select a suitable application for local non-text files.
2979 Classification of files is based on file extension only.  See option
2980 @code{org-file-apps}.  If you want to override the default application and
2981 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
2982 opening in Emacs, use a @kbd{C-u C-u} prefix.@*
2983 If the cursor is on a headline, but not on a link, offer all links in the
2984 headline and entry text.
2986 @kindex mouse-2
2987 @kindex mouse-1
2988 @item mouse-2
2989 @itemx mouse-1
2990 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2991 would.  Under Emacs 22, @kbd{mouse-1} will also follow a link.
2993 @kindex mouse-3
2994 @item mouse-3
2995 @vindex org-display-internal-link-with-indirect-buffer
2996 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2997 internal links to be displayed in another window@footnote{See the
2998 variable @code{org-display-internal-link-with-indirect-buffer}}.
3000 @cindex mark ring
3001 @kindex C-c %
3002 @item C-c %
3003 Push the current position onto the mark ring, to be able to return
3004 easily. Commands following an internal link do this automatically.
3006 @cindex links, returning to
3007 @kindex C-c &
3008 @item C-c &
3009 Jump back to a recorded position.  A position is recorded by the
3010 commands following internal links, and by @kbd{C-c %}.  Using this
3011 command several times in direct succession moves through a ring of
3012 previously recorded positions.
3014 @kindex C-c C-x C-n
3015 @kindex C-c C-x C-p
3016 @cindex links, finding next/previous
3017 @item C-c C-x C-n
3018 @itemx C-c C-x C-p
3019 Move forward/backward to the next link in the buffer.  At the limit of
3020 the buffer, the search fails once, and then wraps around.  The key
3021 bindings for this are really too long, you might want to bind this also
3022 to @kbd{C-n} and @kbd{C-p}
3023 @lisp
3024 (add-hook 'org-load-hook
3025   (lambda ()
3026     (define-key 'org-mode-map "\C-n" 'org-next-link)
3027     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
3028 @end lisp
3029 @end table
3031 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
3032 @section Using links outside Org
3034 You can insert and follow links that have Org syntax not only in
3035 Org, but in any Emacs buffer.  For this, you should create two
3036 global commands, like this (please select suitable global keys
3037 yourself):
3039 @lisp
3040 (global-set-key "\C-c L" 'org-insert-link-global)
3041 (global-set-key "\C-c o" 'org-open-at-point-global)
3042 @end lisp
3044 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
3045 @section Link abbreviations
3046 @cindex link abbreviations
3047 @cindex abbreviation, links
3049 Long URLs can be cumbersome to type, and often many similar links are
3050 needed in a document.  For this you can use link abbreviations.  An
3051 abbreviated link looks like this
3053 @example
3054 [[linkword:tag][description]]
3055 @end example
3057 @noindent
3058 @vindex org-link-abbrev-alist
3059 where the tag is optional.  The @i{linkword} must be a word; letter, numbers,
3060 @samp{-}, and @samp{_} are allowed here.  Abbreviations are resolved
3061 according to the information in the variable @code{org-link-abbrev-alist}
3062 that relates the linkwords to replacement text.  Here is an example:
3064 @lisp
3065 @group
3066 (setq org-link-abbrev-alist
3067   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3068     ("google"   . "http://www.google.com/search?q=")
3069     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
3070                    nph-abs_connect?author=%s&db_key=AST")))
3071 @end group
3072 @end lisp
3074 If the replacement text contains the string @samp{%s}, it will be
3075 replaced with the tag.  Otherwise the tag will be appended to the string
3076 in order to create the link.  You may also specify a function that will
3077 be called with the tag as the only argument to create the link.
3079 With the above setting, you could link to a specific bug with
3080 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
3081 @code{[[google:OrgMode]]} and find out what the Org author is
3082 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
3084 If you need special abbreviations just for a single Org buffer, you
3085 can define them in the file with
3087 @cindex #+LINK
3088 @example
3089 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
3090 #+LINK: google    http://www.google.com/search?q=%s
3091 @end example
3093 @noindent
3094 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
3095 complete link abbreviations.  You may also define a function
3096 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
3097 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
3098 not accept any arguments, and return the full link with prefix.
3100 @node Search options, Custom searches, Link abbreviations, Hyperlinks
3101 @section Search options in file links
3102 @cindex search option in file links
3103 @cindex file links, searching
3105 File links can contain additional information to make Emacs jump to a
3106 particular location in the file when following a link.  This can be a
3107 line number or a search option after a double@footnote{For backward
3108 compatibility, line numbers can also follow a single colon.} colon. For
3109 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
3110 links}) to a file, it encodes the words in the current line as a search
3111 string that can be used to find this line back later when following the
3112 link with @kbd{C-c C-o}.
3114 Here is the syntax of the different ways to attach a search to a file
3115 link, together with an explanation:
3117 @example
3118 [[file:~/code/main.c::255]]
3119 [[file:~/xx.org::My Target]]
3120 [[file:~/xx.org::*My Target]]
3121 [[file:~/xx.org::#my-custom-id]]
3122 [[file:~/xx.org::/regexp/]]
3123 @end example
3125 @table @code
3126 @item 255
3127 Jump to line 255.
3128 @item My Target
3129 Search for a link target @samp{<<My Target>>}, or do a text search for
3130 @samp{my target}, similar to the search in internal links, see
3131 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
3132 link will become an HTML reference to the corresponding named anchor in
3133 the linked file.
3134 @item *My Target
3135 In an Org file, restrict search to headlines.
3136 @item #my-custom-id
3137 Link to a heading with a @code{CUSTOM_ID} property
3138 @item /regexp/
3139 Do a regular expression search for @code{regexp}.  This uses the Emacs
3140 command @code{occur} to list all matches in a separate window.  If the
3141 target file is in Org mode, @code{org-occur} is used to create a
3142 sparse tree with the matches.
3143 @c If the target file is a directory,
3144 @c @code{grep} will be used to search all files in the directory.
3145 @end table
3147 As a degenerate case, a file link with an empty file name can be used
3148 to search the current file.  For example, @code{[[file:::find me]]} does
3149 a search for @samp{find me} in the current file, just as
3150 @samp{[[find me]]} would.
3152 @node Custom searches,  , Search options, Hyperlinks
3153 @section Custom Searches
3154 @cindex custom search strings
3155 @cindex search strings, custom
3157 The default mechanism for creating search strings and for doing the
3158 actual search related to a file link may not work correctly in all
3159 cases.  For example, Bib@TeX{} database files have many entries like
3160 @samp{year="1993"} which would not result in good search strings,
3161 because the only unique identification for a Bib@TeX{} entry is the
3162 citation key.
3164 @vindex org-create-file-search-functions
3165 @vindex org-execute-file-search-functions
3166 If you come across such a problem, you can write custom functions to set
3167 the right search string for a particular file type, and to do the search
3168 for the string in the file.  Using @code{add-hook}, these functions need
3169 to be added to the hook variables
3170 @code{org-create-file-search-functions} and
3171 @code{org-execute-file-search-functions}.  See the docstring for these
3172 variables for more information.  Org actually uses this mechanism
3173 for Bib@TeX{} database files, and you can use the corresponding code as
3174 an implementation example.  See the file @file{org-bibtex.el}.
3176 @node TODO Items, Tags, Hyperlinks, Top
3177 @chapter TODO Items
3178 @cindex TODO items
3180 Org mode does not maintain TODO lists as separate documents@footnote{Of
3181 course, you can make a document that contains only long lists of TODO items,
3182 but this is not required.}.  Instead, TODO items are an integral part of the
3183 notes file, because TODO items usually come up while taking notes!  With Org
3184 mode, simply mark any entry in a tree as being a TODO item.  In this way,
3185 information is not duplicated, and the entire context from which the TODO
3186 item emerged is always present.
3188 Of course, this technique for managing TODO items scatters them
3189 throughout your notes file.  Org mode compensates for this by providing
3190 methods to give you an overview of all the things that you have to do.
3192 @menu
3193 * TODO basics::                 Marking and displaying TODO entries
3194 * TODO extensions::             Workflow and assignments
3195 * Progress logging::            Dates and notes for progress
3196 * Priorities::                  Some things are more important than others
3197 * Breaking down tasks::         Splitting a task into manageable pieces
3198 * Checkboxes::                  Tick-off lists
3199 @end menu
3201 @node TODO basics, TODO extensions, TODO Items, TODO Items
3202 @section Basic TODO functionality
3204 Any headline becomes a TODO item when it starts with the word
3205 @samp{TODO}, for example:
3207 @example
3208 *** TODO Write letter to Sam Fortune
3209 @end example
3211 @noindent
3212 The most important commands to work with TODO entries are:
3214 @table @kbd
3215 @kindex C-c C-t
3216 @cindex cycling, of TODO states
3217 @item C-c C-t
3218 Rotate the TODO state of the current item among
3220 @example
3221 ,-> (unmarked) -> TODO -> DONE --.
3222 '--------------------------------'
3223 @end example
3225 The same rotation can also be done ``remotely'' from the timeline and
3226 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3228 @kindex C-u C-c C-t
3229 @item C-u C-c C-t
3230 Select a specific keyword using completion or (if it has been set up)
3231 the fast selection interface.  For the latter, you need to assign keys
3232 to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for
3233 more information.
3235 @kindex S-@key{right}
3236 @kindex S-@key{left}
3237 @vindex org-treat-S-cursor-todo-selection-as-state-change
3238 @item S-@key{right}
3239 @itemx S-@key{left}
3240 Select the following/preceding TODO state, similar to cycling.  Useful
3241 mostly if more than two TODO states are possible (@pxref{TODO
3242 extensions}).  See also @ref{Conflicts}, for a discussion of the interaction
3243 with @code{shift-selection-mode}.  See also the variable
3244 @code{org-treat-S-cursor-todo-selection-as-state-change}.
3245 @kindex C-c C-v
3246 @kindex C-c / t
3247 @cindex sparse tree, for TODO
3248 @item C-c C-v
3249 @itemx C-c / t
3250 @vindex org-todo-keywords
3251 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds the
3252 entire buffer, but shows all TODO items and the headings hierarchy above
3253 them.  With a prefix argument, search for a specific TODO.  You will be
3254 prompted for the keyword, and you can also give a list of keywords like
3255 @code{KWD1|KWD2|...} to list entries that match any one of these keywords.
3256 With numeric prefix argument N, show the tree for the Nth keyword in the
3257 variable @code{org-todo-keywords}.  With two prefix arguments, find all TODO
3258 and DONE entries.
3259 @kindex C-c a t
3260 @item C-c a t
3261 Show the global TODO list.  Collects the TODO items from all agenda
3262 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
3263 be in @code{agenda-mode}, which provides commands to examine and
3264 manipulate the TODO entries from the new buffer (@pxref{Agenda
3265 commands}).  @xref{Global TODO list}, for more information.
3266 @kindex S-M-@key{RET}
3267 @item S-M-@key{RET}
3268 Insert a new TODO entry below the current one.
3269 @end table
3271 @noindent
3272 @vindex org-todo-state-tags-triggers
3273 Changing a TODO state can also trigger tag changes.  See the docstring of the
3274 option @code{org-todo-state-tags-triggers} for details.
3276 @node TODO extensions, Progress logging, TODO basics, TODO Items
3277 @section Extended use of TODO keywords
3278 @cindex extended TODO keywords
3280 @vindex org-todo-keywords
3281 By default, marked TODO entries have one of only two states: TODO and
3282 DONE.  Org mode allows you to classify TODO items in more complex ways
3283 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
3284 special setup, the TODO keyword system can work differently in different
3285 files.
3287 Note that @i{tags} are another way to classify headlines in general and
3288 TODO items in particular (@pxref{Tags}).
3290 @menu
3291 * Workflow states::             From TODO to DONE in steps
3292 * TODO types::                  I do this, Fred does the rest
3293 * Multiple sets in one file::   Mixing it all, and still finding your way
3294 * Fast access to TODO states::  Single letter selection of a state
3295 * Per-file keywords::           Different files, different requirements
3296 * Faces for TODO keywords::     Highlighting states
3297 * TODO dependencies::           When one task needs to wait for others
3298 @end menu
3300 @node Workflow states, TODO types, TODO extensions, TODO extensions
3301 @subsection TODO keywords as workflow states
3302 @cindex TODO workflow
3303 @cindex workflow states as TODO keywords
3305 You can use TODO keywords to indicate different @emph{sequential} states
3306 in the process of working on an item, for example@footnote{Changing
3307 this variable only becomes effective after restarting Org mode in a
3308 buffer.}:
3310 @lisp
3311 (setq org-todo-keywords
3312   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
3313 @end lisp
3315 The vertical bar separates the TODO keywords (states that @emph{need
3316 action}) from the DONE states (which need @emph{no further action}).  If
3317 you don't provide the separator bar, the last state is used as the DONE
3318 state.
3319 @cindex completion, of TODO keywords
3320 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
3321 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
3322 also use a numeric prefix argument to quickly select a specific state.  For
3323 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
3324 Or you can use @kbd{S-@key{left}} to go backward through the sequence.  If you
3325 define many keywords, you can use in-buffer completion
3326 (@pxref{Completion}) or even a special one-key selection scheme
3327 (@pxref{Fast access to TODO states}) to insert these words into the
3328 buffer.  Changing a TODO state can be logged with a timestamp, see
3329 @ref{Tracking TODO state changes}, for more information.
3331 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
3332 @subsection TODO keywords as types
3333 @cindex TODO types
3334 @cindex names as TODO keywords
3335 @cindex types as TODO keywords
3337 The second possibility is to use TODO keywords to indicate different
3338 @emph{types} of action items.  For example, you might want to indicate
3339 that items are for ``work'' or ``home''.  Or, when you work with several
3340 people on a single project, you might want to assign action items
3341 directly to persons, by using their names as TODO keywords.  This would
3342 be set up like this:
3344 @lisp
3345 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
3346 @end lisp
3348 In this case, different keywords do not indicate a sequence, but rather
3349 different types.  So the normal work flow would be to assign a task to a
3350 person, and later to mark it DONE.  Org mode supports this style by adapting
3351 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
3352 @kbd{t} command in the timeline and agenda buffers.}.  When used several
3353 times in succession, it will still cycle through all names, in order to first
3354 select the right type for a task.  But when you return to the item after some
3355 time and execute @kbd{C-c C-t} again, it will switch from any name directly
3356 to DONE.  Use prefix arguments or completion to quickly select a specific
3357 name.  You can also review the items of a specific TODO type in a sparse tree
3358 by using a numeric prefix to @kbd{C-c C-v}.  For example, to see all things
3359 Lucy has to do, you would use @kbd{C-3 C-c C-v}.  To collect Lucy's items
3360 from all agenda files into a single buffer, you would use the numeric prefix
3361 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
3363 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
3364 @subsection Multiple keyword sets in one file
3365 @cindex TODO keyword sets
3367 Sometimes you may want to use different sets of TODO keywords in
3368 parallel.  For example, you may want to have the basic
3369 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
3370 separate state indicating that an item has been canceled (so it is not
3371 DONE, but also does not require action).  Your setup would then look
3372 like this:
3374 @lisp
3375 (setq org-todo-keywords
3376       '((sequence "TODO" "|" "DONE")
3377         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
3378         (sequence "|" "CANCELED")))
3379 @end lisp
3381 The keywords should all be different, this helps Org mode to keep track
3382 of which subsequence should be used for a given entry.  In this setup,
3383 @kbd{C-c C-t} only operates within a subsequence, so it switches from
3384 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
3385 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
3386 select the correct sequence.  Besides the obvious ways like typing a
3387 keyword or using completion, you may also apply the following commands:
3389 @table @kbd
3390 @kindex C-S-@key{right}
3391 @kindex C-S-@key{left}
3392 @kindex C-u C-u C-c C-t
3393 @item C-u C-u C-c C-t
3394 @itemx C-S-@key{right}
3395 @itemx C-S-@key{left}
3396 These keys jump from one TODO subset to the next.  In the above example,
3397 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
3398 @code{DONE} to @code{REPORT}, and any of the words in the second row to
3399 @code{CANCELED}.  Note that the @kbd{C-S-} key binding conflict with
3400 @code{shift-selection-mode} (@pxref{Conflicts}).
3401 @kindex S-@key{right}
3402 @kindex S-@key{left}
3403 @item S-@key{right}
3404 @itemx S-@key{left}
3405 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
3406 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
3407 from @code{DONE} to @code{REPORT} in the example above.  See also
3408 @ref{Conflicts}, for a discussion of the interaction with
3409 @code{shift-selection-mode}.
3410 @end table
3412 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
3413 @subsection Fast access to TODO states
3415 If you would like to quickly change an entry to an arbitrary TODO state
3416 instead of cycling through the states, you can set up keys for
3417 single-letter access to the states.  This is done by adding the section
3418 key after each keyword, in parentheses.  For example:
3420 @lisp
3421 (setq org-todo-keywords
3422       '((sequence "TODO(t)" "|" "DONE(d)")
3423         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
3424         (sequence "|" "CANCELED(c)")))
3425 @end lisp
3427 @vindex org-fast-tag-selection-include-todo
3428 If you then press @code{C-c C-t} followed by the selection key, the entry
3429 will be switched to this state.  @key{SPC} can be used to remove any TODO
3430 keyword from an entry.@footnote{Check also the variable
3431 @code{org-fast-tag-selection-include-todo}, it allows you to change the TODO
3432 state through the tags interface (@pxref{Setting tags}), in case you like to
3433 mingle the two concepts.  Note that this means you need to come up with
3434 unique keys across both sets of keywords.}
3436 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
3437 @subsection Setting up keywords for individual files
3438 @cindex keyword options
3439 @cindex per-file keywords
3440 @cindex #+TODO
3441 @cindex #+TYP_TODO
3442 @cindex #+SEQ_TODO
3444 It can be very useful to use different aspects of the TODO mechanism in
3445 different files.  For file-local settings, you need to add special lines
3446 to the file which set the keywords and interpretation for that file
3447 only.  For example, to set one of the two examples discussed above, you
3448 need one of the following lines, starting in column zero anywhere in the
3449 file:
3451 @example
3452 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
3453 @end example
3454 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
3455 interpretation, but it means the same as @code{#+TODO}), or
3456 @example
3457 #+TYP_TODO: Fred Sara Lucy Mike | DONE
3458 @end example
3460 A setup for using several sets in parallel would be:
3462 @example
3463 #+TODO: TODO | DONE
3464 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
3465 #+TODO: | CANCELED
3466 @end example
3468 @cindex completion, of option keywords
3469 @kindex M-@key{TAB}
3470 @noindent To make sure you are using the correct keyword, type
3471 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
3473 @cindex DONE, final TODO keyword
3474 Remember that the keywords after the vertical bar (or the last keyword
3475 if no bar is there) must always mean that the item is DONE (although you
3476 may use a different word).  After changing one of these lines, use
3477 @kbd{C-c C-c} with the cursor still in the line to make the changes
3478 known to Org mode@footnote{Org mode parses these lines only when
3479 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
3480 cursor in a line starting with @samp{#+} is simply restarting Org mode
3481 for the current buffer.}.
3483 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
3484 @subsection Faces for TODO keywords
3485 @cindex faces, for TODO keywords
3487 @vindex org-todo @r{(face)}
3488 @vindex org-done @r{(face)}
3489 @vindex org-todo-keyword-faces
3490 Org mode highlights TODO keywords with special faces: @code{org-todo}
3491 for keywords indicating that an item still has to be acted upon, and
3492 @code{org-done} for keywords indicating that an item is finished.  If
3493 you are using more than 2 different states, you might want to use
3494 special faces for some of them.  This can be done using the variable
3495 @code{org-todo-keyword-faces}.  For example:
3497 @lisp
3498 @group
3499 (setq org-todo-keyword-faces
3500       '(("TODO" . org-warning) ("STARTED" . "yellow")
3501         ("CANCELED" . (:foreground "blue" :weight bold))))
3502 @end group
3503 @end lisp
3505 While using a list with face properties as shown for CANCELED @emph{should}
3506 work, this does not aways seem to be the case.  If necessary, define a
3507 special face and use that.  A string is interpreted as a color.  The variable
3508 @code{org-faces-easy-properties} determines if that color is interpreted as a
3509 foreground or a background color.
3511 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
3512 @subsection TODO dependencies
3513 @cindex TODO dependencies
3514 @cindex dependencies, of TODO states
3516 @vindex org-enforce-todo-dependencies
3517 @cindex property, ORDERED
3518 The structure of Org files (hierarchy and lists) makes it easy to define TODO
3519 dependencies.  Usually, a parent TODO task should not be marked DONE until
3520 all subtasks (defined as children tasks) are marked as DONE.  And sometimes
3521 there is a logical sequence to a number of (sub)tasks, so that one task
3522 cannot be acted upon before all siblings above it are done.  If you customize
3523 the variable @code{org-enforce-todo-dependencies}, Org will block entries
3524 from changing state to DONE while they have children that are not DONE.
3525 Furthermore, if an entry has a property @code{ORDERED}, each of its children
3526 will be blocked until all earlier siblings are marked DONE.  Here is an
3527 example:
3529 @example
3530 * TODO Blocked until (two) is done
3531 ** DONE one
3532 ** TODO two
3534 * Parent
3535   :PROPERTIES:
3536     :ORDERED: t
3537   :END:
3538 ** TODO a
3539 ** TODO b, needs to wait for (a)
3540 ** TODO c, needs to wait for (a) and (b)
3541 @end example
3543 @table @kbd
3544 @kindex C-c C-x o
3545 @item C-c C-x o
3546 @vindex org-track-ordered-property-with-tag
3547 @cindex property, ORDERED
3548 Toggle the @code{ORDERED} property of the current entry.  A property is used
3549 for this behavior because this should be local to the current entry, not
3550 inherited like a tag.  However, if you would like to @i{track} the value of
3551 this property with a tag for better visibility, customize the variable
3552 @code{org-track-ordered-property-with-tag}.
3553 @kindex C-u C-u C-u C-c C-t
3554 @item C-u C-u C-u C-c C-t
3555 Change TODO state, circumventing any state blocking.
3556 @end table
3558 @vindex org-agenda-dim-blocked-tasks
3559 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
3560 that cannot be closed because of such dependencies will be shown in a dimmed
3561 font or even made invisible in agenda views (@pxref{Agenda Views}).
3563 @cindex checkboxes and TODO dependencies
3564 @vindex org-enforce-todo-dependencies
3565 You can also block changes of TODO states by looking at checkboxes
3566 (@pxref{Checkboxes}).  If you set the variable
3567 @code{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
3568 checkboxes will be blocked from switching to DONE.
3570 If you need more complex dependency structures, for example dependencies
3571 between entries in different trees or files, check out the contributed
3572 module @file{org-depend.el}.
3574 @page
3575 @node Progress logging, Priorities, TODO extensions, TODO Items
3576 @section Progress logging
3577 @cindex progress logging
3578 @cindex logging, of progress
3580 Org mode can automatically record a timestamp and possibly a note when
3581 you mark a TODO item as DONE, or even each time you change the state of
3582 a TODO item.  This system is highly configurable, settings can be on a
3583 per-keyword basis and can be localized to a file or even a subtree.  For
3584 information on how to clock working time for a task, see @ref{Clocking
3585 work time}.
3587 @menu
3588 * Closing items::               When was this entry marked DONE?
3589 * Tracking TODO state changes::  When did the status change?
3590 * Tracking your habits::        How consistent have you been?
3591 @end menu
3593 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3594 @subsection Closing items
3596 The most basic logging is to keep track of @emph{when} a certain TODO
3597 item was finished.  This is achieved with@footnote{The corresponding
3598 in-buffer setting is: @code{#+STARTUP: logdone}}.
3600 @lisp
3601 (setq org-log-done 'time)
3602 @end lisp
3604 @noindent
3605 Then each time you turn an entry from a TODO (not-done) state into any
3606 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3607 just after the headline.  If you turn the entry back into a TODO item
3608 through further state cycling, that line will be removed again.  If you
3609 want to record a note along with the timestamp, use@footnote{The
3610 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3612 @lisp
3613 (setq org-log-done 'note)
3614 @end lisp
3616 @noindent
3617 You will then be prompted for a note, and that note will be stored below
3618 the entry with a @samp{Closing Note} heading.
3620 In the timeline (@pxref{Timeline}) and in the agenda
3621 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3622 display the TODO items with a @samp{CLOSED} timestamp on each day,
3623 giving you an overview of what has been done.
3625 @node Tracking TODO state changes, Tracking your habits, Closing items, Progress logging
3626 @subsection Tracking TODO state changes
3627 @cindex drawer, for state change recording
3629 @vindex org-log-states-order-reversed
3630 @vindex org-log-into-drawer
3631 @cindex property, LOG_INTO_DRAWER
3632 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
3633 might want to keep track of when a state change occurred and maybe take a
3634 note about this change.  You can either record just a timestamp, or a
3635 time-stamped note for a change.  These records will be inserted after the
3636 headline as an itemized list, newest first@footnote{See the variable
3637 @code{org-log-states-order-reversed}}.  When taking a lot of notes, you might
3638 want to get the notes out of the way into a drawer (@pxref{Drawers}).
3639 Customize the variable @code{org-log-into-drawer} to get this
3640 behavior---the recommended drawer for this is called @code{LOGBOOK}.  You can
3641 also overrule the setting of this variable for a subtree by setting a
3642 @code{LOG_INTO_DRAWER} property.
3644 Since it is normally too much to record a note for every state, Org mode
3645 expects configuration on a per-keyword basis for this.  This is achieved by
3646 adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
3647 in parentheses after each keyword.  For example, with the setting
3649 @lisp
3650 (setq org-todo-keywords
3651   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3652 @end lisp
3654 @noindent
3655 @vindex org-log-done
3656 you not only define global TODO keywords and fast access keys, but also
3657 request that a time is recorded when the entry is set to
3658 DONE@footnote{It is possible that Org mode will record two timestamps
3659 when you are using both @code{org-log-done} and state change logging.
3660 However, it will never prompt for two notes---if you have configured
3661 both, the state change recording note will take precedence and cancel
3662 the @samp{Closing Note}.}, and that a note is recorded when switching to
3663 WAIT or CANCELED.  The setting for WAIT is even more special: the
3664 @samp{!} after the slash means that in addition to the note taken when
3665 entering the state, a timestamp should be recorded when @i{leaving} the
3666 WAIT state, if and only if the @i{target} state does not configure
3667 logging for entering it.  So it has no effect when switching from WAIT
3668 to DONE, because DONE is configured to record a timestamp only.  But
3669 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3670 setting now triggers a timestamp even though TODO has no logging
3671 configured.
3673 You can use the exact same syntax for setting logging preferences local
3674 to a buffer:
3675 @example
3676 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3677 @end example
3679 @cindex property, LOGGING
3680 In order to define logging settings that are local to a subtree or a
3681 single item, define a LOGGING property in this entry.  Any non-empty
3682 LOGGING property resets all logging settings to nil.  You may then turn
3683 on logging for this specific tree using STARTUP keywords like
3684 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3685 settings like @code{TODO(!)}.  For example
3687 @example
3688 * TODO Log each state with only a time
3689   :PROPERTIES:
3690   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3691   :END:
3692 * TODO Only log when switching to WAIT, and when repeating
3693   :PROPERTIES:
3694   :LOGGING: WAIT(@@) logrepeat
3695   :END:
3696 * TODO No logging at all
3697   :PROPERTIES:
3698   :LOGGING: nil
3699   :END:
3700 @end example
3702 @node Tracking your habits,  , Tracking TODO state changes, Progress logging
3703 @subsection Tracking your habits
3704 @cindex habits
3706 Org has the ability to track the consistency of a special category of TODOs,
3707 called ``habits''.  A habit has the following properties:
3709 @enumerate
3710 @item
3711 You have enabled the @code{habits} module by customizing the variable
3712 @code{org-modules}.
3713 @item
3714 The habit is a TODO, with a TODO keyword representing an open state.
3715 @item
3716 The property @code{STYLE} is set to the value @code{habit}.
3717 @item
3718 The TODO has a scheduled date, with a @code{.+} style repeat interval.
3719 @item
3720 The TODO may also have minimum and maximum ranges specified by using the
3721 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
3722 three days, but at most every two days.
3723 @item
3724 You must also have state logging for the @code{DONE} state enabled, in order
3725 for historical data to be represented in the consistency graph.  If it's not
3726 enabled it's not an error, but the consistency graphs will be largely
3727 meaningless.
3728 @end enumerate
3730 To give you an idea of what the above rules look like in action, here's an
3731 actual habit with some history:
3733 @example
3734 ** TODO Shave
3735    SCHEDULED: <2009-10-17 Sat .+2d/4d>
3736    - State "DONE"       from "TODO"       [2009-10-15 Thu]
3737    - State "DONE"       from "TODO"       [2009-10-12 Mon]
3738    - State "DONE"       from "TODO"       [2009-10-10 Sat]
3739    - State "DONE"       from "TODO"       [2009-10-04 Sun]
3740    - State "DONE"       from "TODO"       [2009-10-02 Fri]
3741    - State "DONE"       from "TODO"       [2009-09-29 Tue]
3742    - State "DONE"       from "TODO"       [2009-09-25 Fri]
3743    - State "DONE"       from "TODO"       [2009-09-19 Sat]
3744    - State "DONE"       from "TODO"       [2009-09-16 Wed]
3745    - State "DONE"       from "TODO"       [2009-09-12 Sat]
3746    :PROPERTIES:
3747    :STYLE:    habit
3748    :LAST_REPEAT: [2009-10-19 Mon 00:36]
3749    :END:
3750 @end example
3752 What this habit says is: I want to shave at most every 2 days (given by the
3753 @code{SCHEDULED} date and repeat interval) and at least every 4 days.  If
3754 today is the 15th, then the habit first appears in the agenda on Oct 17,
3755 after the minimum of 2 days has elapsed, and will appear overdue on Oct 19,
3756 after four days have elapsed.
3758 What's really useful about habits is that they are displayed along with a
3759 consistency graph, to show how consistent you've been at getting that task
3760 done in the past.  This graph shows every day that the task was done over the
3761 past three weeks, with colors for each day.  The colors used are:
3763 @table @code
3764 @item Blue
3765 If the task wasn't to be done yet on that day.
3766 @item Green
3767 If the task could have been done on that day.
3768 @item Yellow
3769 If the task was going to be overdue the next day.
3770 @item Red
3771 If the task was overdue on that day.
3772 @end table
3774 In addition to coloring each day, the day is also marked with an asterix if
3775 the task was actually done that day, and an exclamation mark to show where
3776 the current day falls in the graph.
3778 There are several configuration variables that can be used to change the way
3779 habits are displayed in the agenda.
3781 @table @code
3782 @item org-habit-graph-column
3783 The buffer column at which the consistency graph should be drawn.  This will
3784 overwrite any text in that column, so it's a good idea to keep your habits'
3785 titles brief and to the point.
3786 @item org-habit-preceding-days
3787 The amount of history, in days before today, to appear in consistency graphs.
3788 @item org-habit-following-days
3789 The number of days after today that will appear in consistency graphs.
3790 @item org-habit-show-habits-only-for-today
3791 If non-nil, only show habits in today's agenda view.  This is set to true by
3792 default.
3793 @end table
3795 Lastly, pressing @kbd{K} in the agenda buffer will cause habits to
3796 temporarily be disabled and they won't appear at all.  Press @kbd{K} again to
3797 bring them back.  They are also subject to tag filtering, if you have habits
3798 which should only be done in certain contexts, for example.
3800 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3801 @section Priorities
3802 @cindex priorities
3804 If you use Org mode extensively, you may end up enough TODO items that
3805 it starts to make sense to prioritize them.  Prioritizing can be done by
3806 placing a @emph{priority cookie} into the headline of a TODO item, like
3807 this
3809 @example
3810 *** TODO [#A] Write letter to Sam Fortune
3811 @end example
3813 @noindent
3814 @vindex org-priority-faces
3815 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3816 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie is
3817 treated as priority @samp{B}.  Priorities make a difference only in the
3818 agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have no
3819 inherent meaning to Org mode.  The cookies can be highlighted with special
3820 faces by customizing the variable @code{org-priority-faces}.
3822 Priorities can be attached to any outline tree entries; they do not need
3823 to be TODO items.
3825 @table @kbd
3826 @kindex @kbd{C-c ,}
3827 @item @kbd{C-c ,}
3828 Set the priority of the current headline.  The command prompts for a
3829 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3830 @key{SPC} instead, the priority cookie is removed from the headline.
3831 The priorities can also be changed ``remotely'' from the timeline and
3832 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3834 @kindex S-@key{up}
3835 @kindex S-@key{down}
3836 @item S-@key{up}
3837 @itemx S-@key{down}
3838 @vindex org-priority-start-cycle-with-default
3839 Increase/decrease priority of current headline@footnote{See also the option
3840 @code{org-priority-start-cycle-with-default}.}.  Note that these keys are
3841 also used to modify timestamps (@pxref{Creating timestamps}).  See also
3842 @ref{Conflicts}, for a discussion of the interaction with
3843 @code{shift-selection-mode}.
3844 @end table
3846 @vindex org-highest-priority
3847 @vindex org-lowest-priority
3848 @vindex org-default-priority
3849 You can change the range of allowed priorities by setting the variables
3850 @code{org-highest-priority}, @code{org-lowest-priority}, and
3851 @code{org-default-priority}.  For an individual buffer, you may set
3852 these values (highest, lowest, default) like this (please make sure that
3853 the highest priority is earlier in the alphabet than the lowest
3854 priority):
3856 @cindex #+PRIORITIES
3857 @example
3858 #+PRIORITIES: A C B
3859 @end example
3861 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3862 @section Breaking tasks down into subtasks
3863 @cindex tasks, breaking down
3864 @cindex statistics, for TODO items
3866 @vindex org-agenda-todo-list-sublevels
3867 It is often advisable to break down large tasks into smaller, manageable
3868 subtasks.  You can do this by creating an outline tree below a TODO item,
3869 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3870 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3871 the overview over the fraction of subtasks that are already completed, insert
3872 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3873 be updates each time the todo status of a child changes, or when pressing
3874 @kbd{C-c C-c} on the cookie.  For example:
3876 @example
3877 * Organize Party [33%]
3878 ** TODO Call people [1/2]
3879 *** TODO Peter
3880 *** DONE Sarah
3881 ** TODO Buy food
3882 ** DONE Talk to neighbor
3883 @end example
3885 @cindex property, COOKIE_DATA
3886 If a heading has both checkboxes and TODO children below it, the meaning of
3887 the statistics cookie become ambiguous.  Set the property
3888 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
3889 this issue.
3891 @vindex org-hierarchical-todo-statistics
3892 If you would like to have the statistics cookie count any TODO entries in the
3893 subtree (not just direct children), configure the variable
3894 @code{org-hierarchical-todo-statistics}.  To do this for a single subtree,
3895 include the word @samp{recursive} into the value of the @code{COOKIE_DATA}
3896 property.
3898 @example
3899 * Parent capturing statistics [2/20]
3900   :PROPERTIES:
3901   :COOKIE_DATA: todo recursive
3902   :END:
3903 @end example
3905 If you would like a TODO entry to automatically change to DONE
3906 when all children are done, you can use the following setup:
3908 @example
3909 (defun org-summary-todo (n-done n-not-done)
3910   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3911   (let (org-log-done org-log-states)   ; turn off logging
3912     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3914 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3915 @end example
3918 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3919 large number of subtasks (@pxref{Checkboxes}).
3922 @node Checkboxes,  , Breaking down tasks, TODO Items
3923 @section Checkboxes
3924 @cindex checkboxes
3926 Every item in a plain list (@pxref{Plain lists}) can be made into a
3927 checkbox by starting it with the string @samp{[ ]}.  This feature is
3928 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3929 Checkboxes are not included into the global TODO list, so they are often
3930 great to split a task into a number of simple steps.  Or you can use
3931 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3932 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3934 Here is an example of a checkbox list.
3936 @example
3937 * TODO Organize party [2/4]
3938   - [-] call people [1/3]
3939     - [ ] Peter
3940     - [X] Sarah
3941     - [ ] Sam
3942   - [X] order food
3943   - [ ] think about what music to play
3944   - [X] talk to the neighbors
3945 @end example
3947 Checkboxes work hierarchically, so if a checkbox item has children that
3948 are checkboxes, toggling one of the children checkboxes will make the
3949 parent checkbox reflect if none, some, or all of the children are
3950 checked.
3952 @cindex statistics, for checkboxes
3953 @cindex checkbox statistics
3954 @cindex property, COOKIE_DATA
3955 @vindex org-hierarchical-checkbox-statistics
3956 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
3957 indicating how many checkboxes present in this entry have been checked off,
3958 and the total number of checkboxes present.  This can give you an idea on how
3959 many checkboxes remain, even without opening a folded entry.  The cookies can
3960 be placed into a headline or into (the first line of) a plain list item.
3961 Each cookie covers checkboxes of direct children structurally below the
3962 headline/item on which the cookie appears@footnote{Set the variable
3963 @code{org-hierarchical-checkbox-statistics} if you want such cookies to
3964 represent the all checkboxes below the cookie, not just the direct
3965 children.}.  You have to insert the cookie yourself by typing either
3966 @samp{[/]} or @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m}
3967 result, as in the examples above.  With @samp{[%]} you get information about
3968 the percentage of checkboxes checked (in the above example, this would be
3969 @samp{[50%]} and @samp{[33%]}, respectively).  In a headline, a cookie can
3970 count either checkboxes below the heading or TODO states of children, and it
3971 will display whatever was changed last.  Set the property @code{COOKIE_DATA}
3972 to either @samp{checkbox} or @samp{todo} to resolve this issue.
3974 @cindex blocking, of checkboxes
3975 @cindex checkbox blocking
3976 @cindex property, ORDERED
3977 If the current outline node has an @code{ORDERED} property, checkboxes must
3978 be checked off in sequence, and an error will be thrown if you try to check
3979 off a box while there are unchecked boxes above it.
3981 @noindent The following commands work with checkboxes:
3983 @table @kbd
3984 @kindex C-c C-c
3985 @item C-c C-c
3986 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
3987 double prefix argument, set it to @samp{[-]}, which is considered to be an
3988 intermediate state.
3989 @kindex C-c C-x C-b
3990 @item C-c C-x C-b
3991 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
3992 double prefix argument, set it to @samp{[-]}, which is considered to be an
3993 intermediate state.
3994 @itemize @minus
3995 @item
3996 If there is an active region, toggle the first checkbox in the region
3997 and set all remaining boxes to the same status as the first.  With a prefix
3998 arg, add or remove the checkbox for all items in the region.
3999 @item
4000 If the cursor is in a headline, toggle checkboxes in the region between
4001 this headline and the next (so @emph{not} the entire subtree).
4002 @item
4003 If there is no active region, just toggle the checkbox at point.
4004 @end itemize
4005 @kindex M-S-@key{RET}
4006 @item M-S-@key{RET}
4007 Insert a new item with a checkbox.
4008 This works only if the cursor is already in a plain list item
4009 (@pxref{Plain lists}).
4010 @kindex C-c C-x o
4011 @item C-c C-x o
4012 @vindex org-track-ordered-property-with-tag
4013 @cindex property, ORDERED
4014 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
4015 be checked off in sequence.  A property is used for this behavior because
4016 this should be local to the current entry, not inherited like a tag.
4017 However, if you would like to @i{track} the value of this property with a tag
4018 for better visibility, customize the variable
4019 @code{org-track-ordered-property-with-tag}.
4020 @kindex C-c #
4021 @item C-c #
4022 Update the statistics cookie in the current outline entry.  When called with
4023 a @kbd{C-u} prefix, update the entire file.  Checkbox statistic cookies are
4024 updated automatically if you toggle checkboxes with @kbd{C-c C-c} and make
4025 new ones with @kbd{M-S-@key{RET}}.  TODO statistics cookies update when
4026 changing TODO states.  If you delete boxes/entries or add/change them by
4027 hand, use this command to get things back into sync.  Or simply toggle any
4028 entry twice (checkboxes with @kbd{C-c C-c}).
4029 @end table
4031 @node Tags, Properties and Columns, TODO Items, Top
4032 @chapter Tags
4033 @cindex tags
4034 @cindex headline tagging
4035 @cindex matching, tags
4036 @cindex sparse tree, tag based
4038 An excellent way to implement labels and contexts for cross-correlating
4039 information is to assign @i{tags} to headlines.  Org mode has extensive
4040 support for tags.
4042 @vindex org-tag-faces
4043 Every headline can contain a list of tags; they occur at the end of the
4044 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
4045 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
4046 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
4047 Tags will by default be in bold face with the same color as the headline.
4048 You may specify special faces for specific tags using the variable
4049 @code{org-tag-faces}, in much the same way as you can for TODO keywords
4050 (@pxref{Faces for TODO keywords}).
4052 @menu
4053 * Tag inheritance::             Tags use the tree structure of the outline
4054 * Setting tags::                How to assign tags to a headline
4055 * Tag searches::                Searching for combinations of tags
4056 @end menu
4058 @node Tag inheritance, Setting tags, Tags, Tags
4059 @section Tag inheritance
4060 @cindex tag inheritance
4061 @cindex inheritance, of tags
4062 @cindex sublevels, inclusion into tags match
4064 @i{Tags} make use of the hierarchical structure of outline trees.  If a
4065 heading has a certain tag, all subheadings will inherit the tag as
4066 well.  For example, in the list
4068 @example
4069 * Meeting with the French group      :work:
4070 ** Summary by Frank                  :boss:notes:
4071 *** TODO Prepare slides for him      :action:
4072 @end example
4074 @noindent
4075 the final heading will have the tags @samp{:work:}, @samp{:boss:},
4076 @samp{:notes:}, and @samp{:action:} even though the final heading is not
4077 explicitly marked with those tags.  You can also set tags that all entries in
4078 a file should inherit just as if these tags were defined in a hypothetical
4079 level zero that surrounds the entire file.  Use a line like this@footnote{As
4080 with all these in-buffer settings, pressing @kbd{C-c C-c} activates any
4081 changes in the line.}:
4083 @cindex #+FILETAGS
4084 @example
4085 #+FILETAGS: :Peter:Boss:Secret:
4086 @end example
4088 @noindent
4089 @vindex org-use-tag-inheritance
4090 @vindex org-tags-exclude-from-inheritance
4091 To limit tag inheritance to specific tags, or to turn it off entirely, use
4092 the variables @code{org-use-tag-inheritance} and
4093 @code{org-tags-exclude-from-inheritance}.
4095 @vindex org-tags-match-list-sublevels
4096 When a headline matches during a tags search while tag inheritance is turned
4097 on, all the sublevels in the same tree will (for a simple match form) match
4098 as well@footnote{This is only true if the search does not involve more
4099 complex tests including properties (@pxref{Property searches}).}.  The list
4100 of matches may then become very long.  If you only want to see the first tags
4101 match in a subtree, configure the variable
4102 @code{org-tags-match-list-sublevels} (not recommended).
4104 @node Setting tags, Tag searches, Tag inheritance, Tags
4105 @section Setting tags
4106 @cindex setting tags
4107 @cindex tags, setting
4109 @kindex M-@key{TAB}
4110 Tags can simply be typed into the buffer at the end of a headline.
4111 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
4112 also a special command for inserting tags:
4114 @table @kbd
4115 @kindex C-c C-q
4116 @item C-c C-q
4117 @cindex completion, of tags
4118 @vindex org-tags-column
4119 Enter new tags for the current headline.  Org mode will either offer
4120 completion or a special single-key interface for setting tags, see
4121 below.  After pressing @key{RET}, the tags will be inserted and aligned
4122 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
4123 tags in the current buffer will be aligned to that column, just to make
4124 things look nice.  TAGS are automatically realigned after promotion,
4125 demotion, and TODO state changes (@pxref{TODO basics}).
4126 @kindex C-c C-c
4127 @item C-c C-c
4128 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
4129 @end table
4131 @vindex org-tag-alist
4132 Org will support tag insertion based on a @emph{list of tags}.  By
4133 default this list is constructed dynamically, containing all tags
4134 currently used in the buffer.  You may also globally specify a hard list
4135 of tags with the variable @code{org-tag-alist}.  Finally you can set
4136 the default tags for a given file with lines like
4138 @cindex #+TAGS
4139 @example
4140 #+TAGS: @@work @@home @@tennisclub
4141 #+TAGS: laptop car pc sailboat
4142 @end example
4144 If you have globally defined your preferred set of tags using the
4145 variable @code{org-tag-alist}, but would like to use a dynamic tag list
4146 in a specific file, add an empty TAGS option line to that file:
4148 @example
4149 #+TAGS:
4150 @end example
4152 @vindex org-tag-persistent-alist
4153 If you have a preferred set of tags that you would like to use in every file,
4154 in addition to those defined on a per-file basis by TAGS option lines, then
4155 you may specify a list of tags with the variable
4156 @code{org-tag-persistent-alist}.  You may turn this off on a per-file basis
4157 by adding a STARTUP option line to that file:
4159 @example
4160 #+STARTUP: noptag
4161 @end example
4163 By default Org mode uses the standard minibuffer completion facilities for
4164 entering tags.  However, it also implements another, quicker, tag selection
4165 method called @emph{fast tag selection}.  This allows you to select and
4166 deselect tags with just a single key press.  For this to work well you should
4167 assign unique letters to most of your commonly used tags.  You can do this
4168 globally by configuring the variable @code{org-tag-alist} in your
4169 @file{.emacs} file.  For example, you may find the need to tag many items in
4170 different files with @samp{:@@home:}.  In this case you can set something
4171 like:
4173 @lisp
4174 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
4175 @end lisp
4177 @noindent If the tag is only relevant to the file you are working on, then you
4178 can instead set the TAGS option line as:
4180 @example
4181 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
4182 @end example
4184 @noindent The tags interface will show the available tags in a splash
4185 window.  If you want to start a new line after a specific tag, insert
4186 @samp{\n} into the tag list
4188 @example
4189 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t) \n laptop(l)  pc(p)
4190 @end example
4192 @noindent or write them in two lines:
4194 @example
4195 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)
4196 #+TAGS: laptop(l)  pc(p)
4197 @end example
4199 @noindent
4200 You can also group together tags that are mutually exclusive by using
4201 braces, as in:
4203 @example
4204 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
4205 @end example
4207 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
4208 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
4210 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
4211 these lines to activate any changes.
4213 @noindent
4214 To set these mutually exclusive groups in the variable @code{org-tags-alist},
4215 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
4216 of the braces.  Similarly, you can use @code{:newline} to indicate a line
4217 break.  The previous example would be set globally by the following
4218 configuration:
4220 @lisp
4221 (setq org-tag-alist '((:startgroup . nil)
4222                       ("@@work" . ?w) ("@@home" . ?h)
4223                       ("@@tennisclub" . ?t)
4224                       (:endgroup . nil)
4225                       ("laptop" . ?l) ("pc" . ?p)))
4226 @end lisp
4228 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
4229 automatically present you with a special interface, listing inherited tags,
4230 the tags of the current headline, and a list of all valid tags with
4231 corresponding keys@footnote{Keys will automatically be assigned to tags which
4232 have no configured keys.}.  In this interface, you can use the following
4233 keys:
4235 @table @kbd
4236 @item a-z...
4237 Pressing keys assigned to tags will add or remove them from the list of
4238 tags in the current line.  Selecting a tag in a group of mutually
4239 exclusive tags will turn off any other tags from that group.
4240 @kindex @key{TAB}
4241 @item @key{TAB}
4242 Enter a tag in the minibuffer, even if the tag is not in the predefined
4243 list.  You will be able to complete on all tags present in the buffer.
4244 @kindex @key{SPC}
4245 @item @key{SPC}
4246 Clear all tags for this line.
4247 @kindex @key{RET}
4248 @item @key{RET}
4249 Accept the modified set.
4250 @item C-g
4251 Abort without installing changes.
4252 @item q
4253 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
4254 @item !
4255 Turn off groups of mutually exclusive tags.  Use this to (as an
4256 exception) assign several tags from such a group.
4257 @item C-c
4258 Toggle auto-exit after the next change (see below).
4259 If you are using expert mode, the first @kbd{C-c} will display the
4260 selection window.
4261 @end table
4263 @noindent
4264 This method lets you assign tags to a headline with very few keys.  With
4265 the above setup, you could clear the current tags and set @samp{@@home},
4266 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
4267 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
4268 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
4269 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
4270 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
4271 @key{RET} @key{RET}}.
4273 @vindex org-fast-tag-selection-single-key
4274 If you find that most of the time you need only a single key press to
4275 modify your list of tags, set the variable
4276 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
4277 press @key{RET} to exit fast tag selection---it will immediately exit
4278 after the first change.  If you then occasionally need more keys, press
4279 @kbd{C-c} to turn off auto-exit for the current tag selection process
4280 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
4281 C-c}).  If you set the variable to the value @code{expert}, the special
4282 window is not even shown for single-key tag selection, it comes up only
4283 when you press an extra @kbd{C-c}.
4285 @vindex org-complete-tags-always-offer-all-agenda-tags
4286 As said before, when setting tags and @code{org-tag-alist} is nil, then the
4287 list of tags in the current buffer is used.  Normally, this behavior is very
4288 convenient, except in org remember buffers (@pxref{Remember}), because there
4289 are no tags that can be calculated dynamically.  Here, you most probably want
4290 to have completion for all tags in all agenda files.  This can be done by
4291 setting @code{org-complete-tags-always-offer-all-agenda-tags} to non-nil in
4292 those buffers.
4294 @lisp
4295 (add-hook 'org-remember-mode-hook
4296           (lambda ()
4297             (set (make-local-variable
4298                   'org-complete-tags-always-offer-all-agenda-tags)
4299                  t)))
4300 @end lisp
4302 Of course, you can also set it to @code{t} globally if you always want to
4303 have completion of all tags in all agenda files.
4305 @node Tag searches,  , Setting tags, Tags
4306 @section Tag searches
4307 @cindex tag searches
4308 @cindex searching for tags
4310 Once a system of tags has been set up, it can be used to collect related
4311 information into special lists.
4313 @table @kbd
4314 @kindex C-c \
4315 @kindex C-c / m
4316 @item C-c \
4317 @itemx C-c / m
4318 Create a sparse tree with all headlines matching a tags search.  With a
4319 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4320 @kindex C-c a m
4321 @item C-c a m
4322 Create a global list of tag matches from all agenda files.
4323 @xref{Matching tags and properties}.
4324 @kindex C-c a M
4325 @item C-c a M
4326 @vindex org-tags-match-list-sublevels
4327 Create a global list of tag matches from all agenda files, but check
4328 only TODO items and force checking subitems (see variable
4329 @code{org-tags-match-list-sublevels}).
4330 @end table
4332 These commands all prompt for a match string which allows basic Boolean logic
4333 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
4334 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
4335 which are tagged, like @samp{Kathy} or @samp{Sally}.  The full syntax of the search
4336 string is rich and allows also matching against TODO keywords, entry levels
4337 and properties.  For a complete description with many examples, see
4338 @ref{Matching tags and properties}.
4341 @node Properties and Columns, Dates and Times, Tags, Top
4342 @chapter Properties and Columns
4343 @cindex properties
4345 Properties are a set of key-value pairs associated with an entry.  There
4346 are two main applications for properties in Org mode.  First, properties
4347 are like tags, but with a value.  Second, you can use properties to
4348 implement (very basic) database capabilities in an Org buffer.  For
4349 an example of the first application, imagine maintaining a file where
4350 you document bugs and plan releases for a piece of software.  Instead of
4351 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
4352 property, say @code{:Release:}, that in different subtrees has different
4353 values, such as @code{1.0} or @code{2.0}.  For an example of the second
4354 application of properties, imagine keeping track of your music CDs,
4355 where properties could be things such as the album, artist, date of
4356 release, number of tracks, and so on.
4358 Properties can be conveniently edited and viewed in column view
4359 (@pxref{Column view}).
4361 @menu
4362 * Property syntax::             How properties are spelled out
4363 * Special properties::          Access to other Org mode features
4364 * Property searches::           Matching property values
4365 * Property inheritance::        Passing values down the tree
4366 * Column view::                 Tabular viewing and editing
4367 * Property API::                Properties for Lisp programmers
4368 @end menu
4370 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
4371 @section Property syntax
4372 @cindex property syntax
4373 @cindex drawer, for properties
4375 Properties are key-value pairs.  They need to be inserted into a special
4376 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
4377 is specified on a single line, with the key (surrounded by colons)
4378 first, and the value after it.  Here is an example:
4380 @example
4381 * CD collection
4382 ** Classic
4383 *** Goldberg Variations
4384     :PROPERTIES:
4385     :Title:     Goldberg Variations
4386     :Composer:  J.S. Bach
4387     :Artist:    Glen Gould
4388     :Publisher: Deutsche Grammophon
4389     :NDisks:    1
4390     :END:
4391 @end example
4393 You may define the allowed values for a particular property @samp{:Xyz:}
4394 by setting a property @samp{:Xyz_ALL:}.  This special property is
4395 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
4396 the entire tree.  When allowed values are defined, setting the
4397 corresponding property becomes easier and is less prone to typing
4398 errors.  For the example with the CD collection, we can predefine
4399 publishers and the number of disks in a box like this:
4401 @example
4402 * CD collection
4403   :PROPERTIES:
4404   :NDisks_ALL:  1 2 3 4
4405   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
4406   :END:
4407 @end example
4409 If you want to set properties that can be inherited by any entry in a
4410 file, use a line like
4411 @cindex property, _ALL
4412 @cindex #+PROPERTY
4413 @example
4414 #+PROPERTY: NDisks_ALL 1 2 3 4
4415 @end example
4417 @vindex org-global-properties
4418 Property values set with the global variable
4419 @code{org-global-properties} can be inherited by all entries in all
4420 Org files.
4422 @noindent
4423 The following commands help to work with properties:
4425 @table @kbd
4426 @kindex M-@key{TAB}
4427 @item M-@key{TAB}
4428 After an initial colon in a line, complete property keys.  All keys used
4429 in the current file will be offered as possible completions.
4430 @kindex C-c C-x p
4431 @item C-c C-x p
4432 Set a property.  This prompts for a property name and a value.  If
4433 necessary, the property drawer is created as well.
4434 @item M-x org-insert-property-drawer
4435 Insert a property drawer into the current entry.  The drawer will be
4436 inserted early in the entry, but after the lines with planning
4437 information like deadlines.
4438 @kindex C-c C-c
4439 @item C-c C-c
4440 With the cursor in a property drawer, this executes property commands.
4441 @item C-c C-c s
4442 Set a property in the current entry.  Both the property and the value
4443 can be inserted using completion.
4444 @kindex S-@key{right}
4445 @kindex S-@key{left}
4446 @item S-@key{left}/@key{right}
4447 Switch property at point to the next/previous allowed value.
4448 @item C-c C-c d
4449 Remove a property from the current entry.
4450 @item C-c C-c D
4451 Globally remove a property, from all entries in the current file.
4452 @item C-c C-c c
4453 Compute the property at point, using the operator and scope from the
4454 nearest column format definition.
4455 @end table
4457 @node Special properties, Property searches, Property syntax, Properties and Columns
4458 @section Special properties
4459 @cindex properties, special
4461 Special properties provide an alternative access method to Org mode
4462 features, like the TODO state or the priority of an entry, discussed in the
4463 previous chapters.  This interface exists so that you can include
4464 these states in a column view (@pxref{Column view}), or to use them in
4465 queries.  The following property names are special and should not be
4466 used as keys in the properties drawer:
4468 @cindex property, special, TODO
4469 @cindex property, special, TAGS
4470 @cindex property, special, ALLTAGS
4471 @cindex property, special, CATEGORY
4472 @cindex property, special, PRIORITY
4473 @cindex property, special, DEADLINE
4474 @cindex property, special, SCHEDULED
4475 @cindex property, special, CLOSED
4476 @cindex property, special, TIMESTAMP
4477 @cindex property, special, TIMESTAMP_IA
4478 @cindex property, special, CLOCKSUM
4479 @cindex property, special, BLOCKED
4480 @c guessing that ITEM is needed in this area; also, should this list be sorted?
4481 @cindex property, special, ITEM
4482 @example
4483 TODO         @r{The TODO keyword of the entry.}
4484 TAGS         @r{The tags defined directly in the headline.}
4485 ALLTAGS      @r{All tags, including inherited ones.}
4486 CATEGORY     @r{The category of an entry.}
4487 PRIORITY     @r{The priority of the entry, a string with a single letter.}
4488 DEADLINE     @r{The deadline time string, without the angular brackets.}
4489 SCHEDULED    @r{The scheduling timestamp, without the angular brackets.}
4490 CLOSED       @r{When was this entry closed?}
4491 TIMESTAMP    @r{The first keyword-less timestamp in the entry.}
4492 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
4493 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
4494              @r{must be run first to compute the values.}
4495 BLOCKED      @r{"t" if task is currently blocked by children or siblings}
4496 ITEM         @r{The content of the entry.}
4497 @end example
4499 @node Property searches, Property inheritance, Special properties, Properties and Columns
4500 @section Property searches
4501 @cindex properties, searching
4502 @cindex searching, of properties
4504 To create sparse trees and special lists with selection based on properties,
4505 the same commands are used as for tag searches (@pxref{Tag searches}).
4506 @table @kbd
4507 @kindex C-c \
4508 @kindex C-c / m
4509 @item C-c \
4510 @itemx C-c / m
4511 Create a sparse tree with all matching entries.  With a
4512 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4513 @kindex C-c a m
4514 @item C-c a m
4515 Create a global list of tag/property  matches from all agenda files.
4516 @xref{Matching tags and properties}.
4517 @kindex C-c a M
4518 @item C-c a M
4519 @vindex org-tags-match-list-sublevels
4520 Create a global list of tag matches from all agenda files, but check
4521 only TODO items and force checking of subitems (see variable
4522 @code{org-tags-match-list-sublevels}).
4523 @end table
4525 The syntax for the search string is described in @ref{Matching tags and
4526 properties}.
4528 There is also a special command for creating sparse trees based on a
4529 single property:
4531 @table @kbd
4532 @kindex C-c / p
4533 @item C-c / p
4534 Create a sparse tree based on the value of a property.  This first
4535 prompts for the name of a property, and then for a value.  A sparse tree
4536 is created with all entries that define this property with the given
4537 value.  If you enclose the value into curly braces, it is interpreted as
4538 a regular expression and matched against the property values.
4539 @end table
4541 @node Property inheritance, Column view, Property searches, Properties and Columns
4542 @section Property Inheritance
4543 @cindex properties, inheritance
4544 @cindex inheritance, of properties
4546 @vindex org-use-property-inheritance
4547 The outline structure of Org-mode documents lends itself for an
4548 inheritance model of properties: if the parent in a tree has a certain
4549 property, the children can inherit this property.  Org mode does not
4550 turn this on by default, because it can slow down property searches
4551 significantly and is often not needed.  However, if you find inheritance
4552 useful, you can turn it on by setting the variable
4553 @code{org-use-property-inheritance}.  It may be set to @code{t} to make
4554 all properties inherited from the parent, to a list of properties
4555 that should be inherited, or to a regular expression that matches
4556 inherited properties.
4558 Org mode has a few properties for which inheritance is hard-coded, at
4559 least for the special applications for which they are used:
4561 @cindex property, COLUMNS
4562 @table @code
4563 @item COLUMNS
4564 The @code{:COLUMNS:} property defines the format of column view
4565 (@pxref{Column view}).  It is inherited in the sense that the level
4566 where a @code{:COLUMNS:} property is defined is used as the starting
4567 point for a column view table, independently of the location in the
4568 subtree from where columns view is turned on.
4569 @item CATEGORY
4570 @cindex property, CATEGORY
4571 For agenda view, a category set through a @code{:CATEGORY:} property
4572 applies to the entire subtree.
4573 @item ARCHIVE
4574 @cindex property, ARCHIVE
4575 For archiving, the @code{:ARCHIVE:} property may define the archive
4576 location for the entire subtree (@pxref{Moving subtrees}).
4577 @item LOGGING
4578 @cindex property, LOGGING
4579 The LOGGING property may define logging settings for an entry or a
4580 subtree (@pxref{Tracking TODO state changes}).
4581 @end table
4583 @node Column view, Property API, Property inheritance, Properties and Columns
4584 @section Column view
4586 A great way to view and edit properties in an outline tree is
4587 @emph{column view}.  In column view, each outline node is turned into a
4588 table row.  Columns in this table provide access to properties of the
4589 entries.  Org mode implements columns by overlaying a tabular structure
4590 over the headline of each item.  While the headlines have been turned
4591 into a table row, you can still change the visibility of the outline
4592 tree.  For example, you get a compact table by switching to CONTENTS
4593 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
4594 is active), but you can still open, read, and edit the entry below each
4595 headline.  Or, you can switch to column view after executing a sparse
4596 tree command and in this way get a table only for the selected items.
4597 Column view also works in agenda buffers (@pxref{Agenda Views}) where
4598 queries have collected selected items, possibly from a number of files.
4600 @menu
4601 * Defining columns::            The COLUMNS format property
4602 * Using column view::           How to create and use column view
4603 * Capturing column view::       A dynamic block for column view
4604 @end menu
4606 @node Defining columns, Using column view, Column view, Column view
4607 @subsection Defining columns
4608 @cindex column view, for properties
4609 @cindex properties, column view
4611 Setting up a column view first requires defining the columns.  This is
4612 done by defining a column format line.
4614 @menu
4615 * Scope of column definitions::  Where defined, where valid?
4616 * Column attributes::           Appearance and content of a column
4617 @end menu
4619 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
4620 @subsubsection Scope of column definitions
4622 To define a column format for an entire file, use a line like
4624 @cindex #+COLUMNS
4625 @example
4626 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4627 @end example
4629 To specify a format that only applies to a specific tree, add a
4630 @code{:COLUMNS:} property to the top node of that tree, for example:
4632 @example
4633 ** Top node for columns view
4634    :PROPERTIES:
4635    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4636    :END:
4637 @end example
4639 If a @code{:COLUMNS:} property is present in an entry, it defines columns
4640 for the entry itself, and for the entire subtree below it.  Since the
4641 column definition is part of the hierarchical structure of the document,
4642 you can define columns on level 1 that are general enough for all
4643 sublevels, and more specific columns further down, when you edit a
4644 deeper part of the tree.
4646 @node Column attributes,  , Scope of column definitions, Defining columns
4647 @subsubsection Column attributes
4648 A column definition sets the attributes of a column.  The general
4649 definition looks like this:
4651 @example
4652  %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
4653 @end example
4655 @noindent
4656 Except for the percent sign and the property name, all items are
4657 optional.  The individual parts have the following meaning:
4659 @example
4660 @var{width}           @r{An integer specifying the width of the column in characters.}
4661                 @r{If omitted, the width will be determined automatically.}
4662 @var{property}        @r{The property that should be edited in this column.}
4663                 @r{Special properties representing meta data are allowed here}
4664                 @r{as well (@pxref{Special properties})}
4665 (title)         @r{The header text for the column. If omitted, the}
4666                 @r{property name is used.}
4667 @{@var{summary-type}@}  @r{The summary type.  If specified, the column values for}
4668                 @r{parent nodes are computed from the children.}
4669                 @r{Supported summary types are:}
4670                 @{+@}       @r{Sum numbers in this column.}
4671                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
4672                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
4673                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
4674                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
4675                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
4676                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}
4677                 @{min@}     @r{Smallest number in column.}
4678                 @{max@}     @r{Largest number.}
4679                 @{mean@}    @r{Arithmetic mean of numbers.}
4680                 @{:min@}    @r{Smallest time value in column.}
4681                 @{:max@}    @r{Largest time value.}
4682                 @{:mean@}   @r{Arithmetic mean of time values.}
4683                 @{@@min@}   @r{Minimum age (in days/hours/mins/seconds).}
4684                 @{@@max@}   @r{Maximum age (in days/hours/mins/seconds).}
4685                 @{@@mean@}  @r{Arithmetic mean of ages (in days/hours/mins/seconds).}
4686 @end example
4688 @noindent
4689 Be aware that you can only have one summary type for any property you
4690 include. Subsequent columns referencing the same property will all display the
4691 same summary information.
4693 Here is an example for a complete columns definition, along with allowed
4694 values.
4696 @example
4697 :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.}
4698                    %10Time_Estimate@{:@} %CLOCKSUM
4699 :Owner_ALL:    Tammy Mark Karl Lisa Don
4700 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
4701 :Approved_ALL: "[ ]" "[X]"
4702 @end example
4704 @noindent
4705 The first column, @samp{%25ITEM}, means the first 25 characters of the
4706 item itself, i.e. of the headline.  You probably always should start the
4707 column definition with the @samp{ITEM} specifier.  The other specifiers
4708 create columns @samp{Owner} with a list of names as allowed values, for
4709 @samp{Status} with four different possible values, and for a checkbox
4710 field @samp{Approved}.  When no width is given after the @samp{%}
4711 character, the column will be exactly as wide as it needs to be in order
4712 to fully display all values.  The @samp{Approved} column does have a
4713 modified title (@samp{Approved?}, with a question mark).  Summaries will
4714 be created for the @samp{Time_Estimate} column by adding time duration
4715 expressions like HH:MM, and for the @samp{Approved} column, by providing
4716 an @samp{[X]} status if all children have been checked.  The
4717 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
4718 in the subtree.
4720 @node Using column view, Capturing column view, Defining columns, Column view
4721 @subsection Using column view
4723 @table @kbd
4724 @tsubheading{Turning column view on and off}
4725 @kindex C-c C-x C-c
4726 @item C-c C-x C-c
4727 @vindex org-columns-default-format
4728 Turn on column view.  If the cursor is before the first headline in the file,
4729 column view is turned on for the entire file, using the @code{#+COLUMNS}
4730 definition.  If the cursor is somewhere inside the outline, this command
4731 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
4732 defines a format.  When one is found, the column view table is established
4733 for the tree starting at the entry that contains the @code{:COLUMNS:}
4734 property.  If no such property is found, the format is taken from the
4735 @code{#+COLUMNS} line or from the variable @code{org-columns-default-format},
4736 and column view is established for the current entry and its subtree.
4737 @kindex r
4738 @item r
4739 Recreate the column view, to include recent changes made in the buffer.
4740 @kindex g
4741 @item g
4742 Same as @kbd{r}.
4743 @kindex q
4744 @item q
4745 Exit column view.
4746 @tsubheading{Editing values}
4747 @item @key{left} @key{right} @key{up} @key{down}
4748 Move through the column view from field to field.
4749 @kindex S-@key{left}
4750 @kindex S-@key{right}
4751 @item  S-@key{left}/@key{right}
4752 Switch to the next/previous allowed value of the field.  For this, you
4753 have to have specified allowed values for a property.
4754 @item 1..9,0
4755 Directly select the nth allowed value, @kbd{0} selects the 10th value.
4756 @kindex n
4757 @kindex p
4758 @itemx  n / p
4759 Same as @kbd{S-@key{left}/@key{right}}
4760 @kindex e
4761 @item e
4762 Edit the property at point.  For the special properties, this will
4763 invoke the same interface that you normally use to change that
4764 property.  For example, when editing a TAGS property, the tag completion
4765 or fast selection interface will pop up.
4766 @kindex C-c C-c
4767 @item C-c C-c
4768 When there is a checkbox at point, toggle it.
4769 @kindex v
4770 @item v
4771 View the full value of this property.  This is useful if the width of
4772 the column is smaller than that of the value.
4773 @kindex a
4774 @item a
4775 Edit the list of allowed values for this property.  If the list is found
4776 in the hierarchy, the modified values is stored there.  If no list is
4777 found, the new value is stored in the first entry that is part of the
4778 current column view.
4779 @tsubheading{Modifying the table structure}
4780 @kindex <
4781 @kindex >
4782 @item < / >
4783 Make the column narrower/wider by one character.
4784 @kindex S-M-@key{right}
4785 @item S-M-@key{right}
4786 Insert a new column, to the left of the current column.
4787 @kindex S-M-@key{left}
4788 @item S-M-@key{left}
4789 Delete the current column.
4790 @end table
4792 @node Capturing column view,  , Using column view, Column view
4793 @subsection Capturing column view
4795 Since column view is just an overlay over a buffer, it cannot be
4796 exported or printed directly.  If you want to capture a column view, use
4797 a @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4798 of this block looks like this:
4800 @cindex #+BEGIN, columnview
4801 @example
4802 * The column view
4803 #+BEGIN: columnview :hlines 1 :id "label"
4805 #+END:
4806 @end example
4808 @noindent This dynamic block has the following parameters:
4810 @table @code
4811 @item :id
4812 This is the most important parameter.  Column view is a feature that is
4813 often localized to a certain (sub)tree, and the capture block might be
4814 at a different location in the file.  To identify the tree whose view to
4815 capture, you can use 4 values:
4816 @cindex property, ID
4817 @example
4818 local     @r{use the tree in which the capture block is located}
4819 global    @r{make a global view, including all headings in the file}
4820 "file:@var{path-to-file}"
4821           @r{run column view at the top of this file}
4822 "@var{ID}"      @r{call column view in the tree that has an @code{:ID:}}
4823           @r{property with the value @i{label}.  You can use}
4824           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4825           @r{the current entry and copy it to the kill-ring.}
4826 @end example
4827 @item :hlines
4828 When @code{t}, insert an hline after every line.  When a number @var{N}, insert
4829 an hline before each headline with level @code{<= @var{N}}.
4830 @item :vlines
4831 When set to @code{t}, force column groups to get vertical lines.
4832 @item :maxlevel
4833 When set to a number, don't capture entries below this level.
4834 @item :skip-empty-rows
4835 When set to @code{t}, skip rows where the only non-empty specifier of the
4836 column view is @code{ITEM}.
4838 @end table
4840 @noindent
4841 The following commands insert or update the dynamic block:
4843 @table @kbd
4844 @kindex C-c C-x i
4845 @item C-c C-x i
4846 Insert a dynamic block capturing a column view.  You will be prompted
4847 for the scope or ID of the view.
4848 @kindex C-c C-c
4849 @item C-c C-c
4850 @kindex C-c C-x C-u
4851 @itemx C-c C-x C-u
4852 Update dynamic block at point.  The cursor needs to be in the
4853 @code{#+BEGIN} line of the dynamic block.
4854 @kindex C-u C-c C-x C-u
4855 @item C-u C-c C-x C-u
4856 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4857 you have several clock table blocks in a buffer.
4858 @end table
4860 You can add formulas to the column view table and you may add plotting
4861 instructions in front of the table---these will survive an update of the
4862 block.  If there is a @code{#+TBLFM:} after the table, the table will
4863 actually be recalculated automatically after an update.
4865 An alternative way to capture and process property values into a table is
4866 provided by Eric Schulte's @file{org-collector.el} which is a contributed
4867 package@footnote{Contributed packages are not part of Emacs, but are
4868 distributed with the main distribution of Org (visit
4869 @uref{http://orgmode.org}).}.  It provides a general API to collect
4870 properties from entries in a certain scope, and arbitrary Lisp expressions to
4871 process these values before inserting them into a table or a dynamic block.
4873 @node Property API,  , Column view, Properties and Columns
4874 @section The Property API
4875 @cindex properties, API
4876 @cindex API, for properties
4878 There is a full API for accessing and changing properties.  This API can
4879 be used by Emacs Lisp programs to work with properties and to implement
4880 features based on them.  For more information see @ref{Using the
4881 property API}.
4883 @node Dates and Times, Capture - Refile - Archive, Properties and Columns, Top
4884 @chapter Dates and Times
4885 @cindex dates
4886 @cindex times
4887 @cindex timestamp
4888 @cindex date stamp
4890 To assist project planning, TODO items can be labeled with a date and/or
4891 a time.  The specially formatted string carrying the date and time
4892 information is called a @emph{timestamp} in Org mode.  This may be a
4893 little confusing because timestamp is often used as indicating when
4894 something was created or last changed.  However, in Org mode this term
4895 is used in a much wider sense.
4897 @menu
4898 * Timestamps::                  Assigning a time to a tree entry
4899 * Creating timestamps::         Commands which insert timestamps
4900 * Deadlines and scheduling::    Planning your work
4901 * Clocking work time::          Tracking how long you spend on a task
4902 * Resolving idle time::         Resolving time if you've been idle
4903 * Effort estimates::            Planning work effort in advance
4904 * Relative timer::              Notes with a running timer
4905 @end menu
4908 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4909 @section Timestamps, deadlines, and scheduling
4910 @cindex timestamps
4911 @cindex ranges, time
4912 @cindex date stamps
4913 @cindex deadlines
4914 @cindex scheduling
4916 A timestamp is a specification of a date (possibly with a time or a range of
4917 times) in a special format, either @samp{<2003-09-16 Tue>} or
4918 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4919 12:00-12:30>}@footnote{This is inspired by the standard ISO 8601 date/time
4920 format.  To use an alternative format, see @ref{Custom time format}.}.  A
4921 timestamp can appear anywhere in the headline or body of an Org tree entry.
4922 Its presence causes entries to be shown on specific dates in the agenda
4923 (@pxref{Weekly/daily agenda}).  We distinguish:
4925 @table @var
4926 @item Plain timestamp; Event; Appointment
4927 @cindex timestamp
4928 A simple timestamp just assigns a date/time to an item.  This is just
4929 like writing down an appointment or event in a paper agenda.  In the
4930 timeline and agenda displays, the headline of an entry associated with a
4931 plain timestamp will be shown exactly on that date.
4933 @example
4934 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4935 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4936 @end example
4938 @item Timestamp with repeater interval
4939 @cindex timestamp, with repeater interval
4940 A timestamp may contain a @emph{repeater interval}, indicating that it
4941 applies not only on the given date, but again and again after a certain
4942 interval of N days (d), weeks (w), months (m), or years (y).  The
4943 following will show up in the agenda every Wednesday:
4945 @example
4946 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4947 @end example
4949 @item Diary-style sexp entries
4950 For more complex date specifications, Org mode supports using the
4951 special sexp diary entries implemented in the Emacs calendar/diary
4952 package.  For example
4954 @example
4955 * The nerd meeting on every 2nd Thursday of the month
4956   <%%(diary-float t 4 2)>
4957 @end example
4959 @item Time/Date range
4960 @cindex timerange
4961 @cindex date range
4962 Two timestamps connected by @samp{--} denote a range.  The headline
4963 will be shown on the first and last day of the range, and on any dates
4964 that are displayed and fall in the range.  Here is an example:
4966 @example
4967 ** Meeting in Amsterdam
4968    <2004-08-23 Mon>--<2004-08-26 Thu>
4969 @end example
4971 @item Inactive timestamp
4972 @cindex timestamp, inactive
4973 @cindex inactive timestamp
4974 Just like a plain timestamp, but with square brackets instead of
4975 angular ones.  These timestamps are inactive in the sense that they do
4976 @emph{not} trigger an entry to show up in the agenda.
4978 @example
4979 * Gillian comes late for the fifth time [2006-11-01 Wed]
4980 @end example
4982 @end table
4984 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
4985 @section Creating timestamps
4986 @cindex creating timestamps
4987 @cindex timestamps, creating
4989 For Org mode to recognize timestamps, they need to be in the specific
4990 format.  All commands listed below produce timestamps in the correct
4991 format.
4993 @table @kbd
4994 @kindex C-c .
4995 @item C-c .
4996 Prompt for a date and insert a corresponding timestamp.  When the cursor is
4997 at an existing timestamp in the buffer, the command is used to modify this
4998 timestamp instead of inserting a new one.  When this command is used twice in
4999 succession, a time range is inserted.
5001 @kindex C-c !
5002 @item C-c !
5003 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
5004 an agenda entry.
5006 @kindex C-u C-c .
5007 @kindex C-u C-c !
5008 @item C-u C-c .
5009 @itemx C-u C-c !
5010 @vindex org-time-stamp-rounding-minutes
5011 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
5012 contains date and time.  The default time can be rounded to multiples of 5
5013 minutes, see the option @code{org-time-stamp-rounding-minutes}.
5015 @kindex C-c <
5016 @item C-c <
5017 Insert a timestamp corresponding to the cursor date in the Calendar.
5019 @kindex C-c >
5020 @item C-c >
5021 Access the Emacs calendar for the current date.  If there is a
5022 timestamp in the current line, go to the corresponding date
5023 instead.
5025 @kindex C-c C-o
5026 @item C-c C-o
5027 Access the agenda for the date given by the timestamp or -range at
5028 point (@pxref{Weekly/daily agenda}).
5030 @kindex S-@key{left}
5031 @kindex S-@key{right}
5032 @item S-@key{left}
5033 @itemx S-@key{right}
5034 Change date at cursor by one day.  These key bindings conflict with
5035 shift-selection and related modes (@pxref{Conflicts}).
5037 @kindex S-@key{up}
5038 @kindex S-@key{down}
5039 @item S-@key{up}
5040 @itemx S-@key{down}
5041 Change the item under the cursor in a timestamp.  The cursor can be on a
5042 year, month, day, hour or minute.  When the timestamp contains a time range
5043 like @samp{15:30-16:30}, modifying the first time will also shift the second,
5044 shifting the time block with constant length.  To change the length, modify
5045 the second time.  Note that if the cursor is in a headline and not at a
5046 timestamp, these same keys modify the priority of an item.
5047 (@pxref{Priorities}). The key bindings also conflict with shift-selection and
5048 related modes (@pxref{Conflicts}).
5050 @kindex C-c C-y
5051 @cindex evaluate time range
5052 @item C-c C-y
5053 Evaluate a time range by computing the difference between start and end.
5054 With a prefix argument, insert result after the time range (in a table: into
5055 the following column).
5056 @end table
5059 @menu
5060 * The date/time prompt::        How Org mode helps you entering date and time
5061 * Custom time format::          Making dates look different
5062 @end menu
5064 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
5065 @subsection The date/time prompt
5066 @cindex date, reading in minibuffer
5067 @cindex time, reading in minibuffer
5069 @vindex org-read-date-prefer-future
5070 When Org mode prompts for a date/time, the default is shown in default
5071 date/time format, and the prompt therefore seems to ask for a specific
5072 format.  But it will in fact accept any string containing some date and/or
5073 time information, and it is really smart about interpreting your input.  You
5074 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
5075 copied from an email message.  Org mode will find whatever information is in
5076 there and derive anything you have not specified from the @emph{default date
5077 and time}.  The default is usually the current date and time, but when
5078 modifying an existing timestamp, or when entering the second stamp of a
5079 range, it is taken from the stamp in the buffer.  When filling in
5080 information, Org mode assumes that most of the time you will want to enter a
5081 date in the future: if you omit the month/year and the given day/month is
5082 @i{before} today, it will assume that you mean a future date@footnote{See the
5083 variable @code{org-read-date-prefer-future}.  You may set that variable to
5084 the symbol @code{time} to even make a time before now shift the date to
5085 tomorrow.}.  If the date has been automatically shifted into the future, the
5086 time prompt will show this with @samp{(=>F).}
5088 For example, let's assume that today is @b{June 13, 2006}.  Here is how
5089 various inputs will be interpreted, the items filled in by Org mode are
5090 in @b{bold}.
5092 @example
5093 3-2-5         --> 2003-02-05
5094 2/5/3         --> 2003-02-05
5095 14            --> @b{2006}-@b{06}-14
5096 12            --> @b{2006}-@b{07}-12
5097 2/5           --> @b{2003}-02-05
5098 Fri           --> nearest Friday (defaultdate or later)
5099 sep 15        --> @b{2006}-09-15
5100 feb 15        --> @b{2007}-02-15
5101 sep 12 9      --> 2009-09-12
5102 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
5103 22 sept 0:34  --> @b{2006}-09-22 0:34
5104 w4            --> ISO week for of the current year @b{2006}
5105 2012 w4 fri   --> Friday of ISO week 4 in 2012
5106 2012-w04-5    --> Same as above
5107 @end example
5109 Furthermore you can specify a relative date by giving, as the
5110 @emph{first} thing in the input: a plus/minus sign, a number and a
5111 letter ([dwmy]) to indicate change in days, weeks, months, or years.  With a
5112 single plus or minus, the date is always relative to today.  With a
5113 double plus or minus, it is relative to the default date.  If instead of
5114 a single letter, you use the abbreviation of day name, the date will be
5115 the nth such day.  E.g.
5117 @example
5118 +0            --> today
5119 .             --> today
5120 +4d           --> four days from today
5121 +4            --> same as above
5122 +2w           --> two weeks from today
5123 ++5           --> five days from default date
5124 +2tue         --> second Tuesday from now.
5125 @end example
5127 @vindex parse-time-months
5128 @vindex parse-time-weekdays
5129 The function understands English month and weekday abbreviations.  If
5130 you want to use unabbreviated names and/or other languages, configure
5131 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
5133 @cindex calendar, for selecting date
5134 @vindex org-popup-calendar-for-date-prompt
5135 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
5136 you don't need/want the calendar, configure the variable
5137 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
5138 prompt, either by clicking on a date in the calendar, or by pressing
5139 @key{RET}, the date selected in the calendar will be combined with the
5140 information entered at the prompt.  You can control the calendar fully
5141 from the minibuffer:
5143 @kindex <
5144 @kindex >
5145 @kindex mouse-1
5146 @kindex S-@key{right}
5147 @kindex S-@key{left}
5148 @kindex S-@key{down}
5149 @kindex S-@key{up}
5150 @kindex M-S-@key{right}
5151 @kindex M-S-@key{left}
5152 @kindex @key{RET}
5153 @example
5154 > / <          @r{Scroll calendar forward/backward by one month.}
5155 mouse-1        @r{Select date by clicking on it.}
5156 S-@key{right}/@key{left}     @r{One day forward/backward.}
5157 S-@key{down}/@key{up}     @r{One week forward/backward.}
5158 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
5159 @key{RET}           @r{Choose date in calendar.}
5160 @end example
5162 @vindex org-read-date-display-live
5163 The actions of the date/time prompt may seem complex, but I assure you they
5164 will grow on you, and you will start getting annoyed by pretty much any other
5165 way of entering a date/time out there.  To help you understand what is going
5166 on, the current interpretation of your input will be displayed live in the
5167 minibuffer@footnote{If you find this distracting, turn the display of with
5168 @code{org-read-date-display-live}.}.
5170 @node Custom time format,  , The date/time prompt, Creating timestamps
5171 @subsection Custom time format
5172 @cindex custom date/time format
5173 @cindex time format, custom
5174 @cindex date format, custom
5176 @vindex org-display-custom-times
5177 @vindex org-time-stamp-custom-formats
5178 Org mode uses the standard ISO notation for dates and times as it is
5179 defined in ISO 8601.  If you cannot get used to this and require another
5180 representation of date and time to keep you happy, you can get it by
5181 customizing the variables @code{org-display-custom-times} and
5182 @code{org-time-stamp-custom-formats}.
5184 @table @kbd
5185 @kindex C-c C-x C-t
5186 @item C-c C-x C-t
5187 Toggle the display of custom formats for dates and times.
5188 @end table
5190 @noindent
5191 Org mode needs the default format for scanning, so the custom date/time
5192 format does not @emph{replace} the default format---instead it is put
5193 @emph{over} the default format using text properties.  This has the
5194 following consequences:
5195 @itemize @bullet
5196 @item
5197 You cannot place the cursor onto a timestamp anymore, only before or
5198 after.
5199 @item
5200 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
5201 each component of a timestamp.  If the cursor is at the beginning of
5202 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
5203 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
5204 time will be changed by one minute.
5205 @item
5206 If the timestamp contains a range of clock times or a repeater, these
5207 will not be overlayed, but remain in the buffer as they were.
5208 @item
5209 When you delete a timestamp character-by-character, it will only
5210 disappear from the buffer after @emph{all} (invisible) characters
5211 belonging to the ISO timestamp have been removed.
5212 @item
5213 If the custom timestamp format is longer than the default and you are
5214 using dates in tables, table alignment will be messed up.  If the custom
5215 format is shorter, things do work as expected.
5216 @end itemize
5219 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
5220 @section Deadlines and scheduling
5222 A timestamp may be preceded by special keywords to facilitate planning:
5224 @table @var
5225 @item DEADLINE
5226 @cindex DEADLINE keyword
5228 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
5229 to be finished on that date.
5231 @vindex org-deadline-warning-days
5232 On the deadline date, the task will be listed in the agenda.  In
5233 addition, the agenda for @emph{today} will carry a warning about the
5234 approaching or missed deadline, starting
5235 @code{org-deadline-warning-days} before the due date, and continuing
5236 until the entry is marked DONE.  An example:
5238 @example
5239 *** TODO write article about the Earth for the Guide
5240     The editor in charge is [[bbdb:Ford Prefect]]
5241     DEADLINE: <2004-02-29 Sun>
5242 @end example
5244 You can specify a different lead time for warnings for a specific
5245 deadlines using the following syntax.  Here is an example with a warning
5246 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
5248 @item SCHEDULED
5249 @cindex SCHEDULED keyword
5251 Meaning: you are planning to start working on that task on the given
5252 date.
5254 @vindex org-agenda-skip-scheduled-if-done
5255 The headline will be listed under the given date@footnote{It will still
5256 be listed on that date after it has been marked DONE.  If you don't like
5257 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
5258 addition, a reminder that the scheduled date has passed will be present
5259 in the compilation for @emph{today}, until the entry is marked DONE.
5260 I.e. the task will automatically be forwarded until completed.
5262 @example
5263 *** TODO Call Trillian for a date on New Years Eve.
5264     SCHEDULED: <2004-12-25 Sat>
5265 @end example
5267 @noindent
5268 @b{Important:} Scheduling an item in Org mode should @i{not} be
5269 understood in the same way that we understand @i{scheduling a meeting}.
5270 Setting a date for a meeting is just a simple appointment, you should
5271 mark this entry with a simple plain timestamp, to get this item shown
5272 on the date where it applies.  This is a frequent misunderstanding by
5273 Org users.  In Org mode, @i{scheduling} means setting a date when you
5274 want to start working on an action item.
5275 @end table
5277 You may use timestamps with repeaters in scheduling and deadline
5278 entries.  Org mode will issue early and late warnings based on the
5279 assumption that the timestamp represents the @i{nearest instance} of
5280 the repeater.  However, the use of diary sexp entries like
5282 @code{<%%(diary-float t 42)>}
5284 in scheduling and deadline timestamps is limited.  Org mode does not
5285 know enough about the internals of each sexp function to issue early and
5286 late warnings.  However, it will show the item on each day where the
5287 sexp entry matches.
5289 @menu
5290 * Inserting deadline/schedule::  Planning items
5291 * Repeated tasks::              Items that show up again and again
5292 @end menu
5294 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
5295 @subsection Inserting deadlines or schedules
5297 The following commands allow you to quickly insert a deadline or to schedule
5298 an item:
5300 @table @kbd
5302 @kindex C-c C-d
5303 @item C-c C-d
5304 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will happen
5305 in the line directly following the headline.  When called with a prefix arg,
5306 an existing deadline will be removed from the entry.  Depending on the
5307 variable @code{org-log-redeadline}@footnote{with corresponding
5308 @code{#+STARTUP} keywords @code{logredeadline}, @code{lognoteredeadline},
5309 and @code{nologredeadline}}, a note will be taken when changing an existing
5310 deadline.
5311 @c FIXME Any CLOSED timestamp will be removed.????????
5313 @kindex C-c C-s
5314 @item C-c C-s
5315 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
5316 happen in the line directly following the headline.  Any CLOSED timestamp
5317 will be removed.  When called with a prefix argument, remove the scheduling
5318 date from the entry.  Depending on the variable
5319 @code{org-log-reschedule}@footnote{with corresponding @code{#+STARTUP}
5320 keywords @code{logredeadline}, @code{lognoteredeadline}, and
5321 @code{nologredeadline}}, a note will be taken when changing an existing
5322 scheduling time.
5324 @kindex C-c C-x C-k
5325 @kindex k a
5326 @kindex k s
5327 @item C-c C-x C-k
5328 Mark the current entry for agenda action.  After you have marked the entry
5329 like this, you can open the agenda or the calendar to find an appropriate
5330 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
5331 schedule the marked item.
5333 @kindex C-c / d
5334 @cindex sparse tree, for deadlines
5335 @item C-c / d
5336 @vindex org-deadline-warning-days
5337 Create a sparse tree with all deadlines that are either past-due, or
5338 which will become due within @code{org-deadline-warning-days}.
5339 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
5340 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
5341 all deadlines due tomorrow.
5343 @kindex C-c / b
5344 @item C-c / b
5345 Sparse tree for deadlines and scheduled items before a given date.
5347 @kindex C-c / a
5348 @item C-c / a
5349 Sparse tree for deadlines and scheduled items after a given date.
5350 @end table
5352 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
5353 @subsection Repeated tasks
5354 @cindex tasks, repeated
5355 @cindex repeated tasks
5357 Some tasks need to be repeated again and again.  Org mode helps to
5358 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
5359 or plain timestamp.  In the following example
5360 @example
5361 ** TODO Pay the rent
5362    DEADLINE: <2005-10-01 Sat +1m>
5363 @end example
5364 @noindent
5365 the @code{+1m} is a repeater; the intended interpretation is that the task
5366 has a deadline on <2005-10-01> and repeats itself every (one) month starting
5367 from that time.  If you need both a repeater and a special warning period in
5368 a deadline entry, the repeater should come first and the warning period last:
5369 @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
5371 Deadlines and scheduled items produce entries in the agenda when they
5372 are over-due, so it is important to be able to mark such an entry as
5373 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
5374 with the TODO keyword DONE, it will no longer produce entries in the
5375 agenda.  The problem with this is, however, that then also the
5376 @emph{next} instance of the repeated entry will not be active.  Org mode
5377 deals with this in the following way: When you try to mark such an entry
5378 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
5379 timestamp by the repeater interval, and immediately set the entry state
5380 back to TODO.  In the example above, setting the state to DONE would
5381 actually switch the date like this:
5383 @example
5384 ** TODO Pay the rent
5385    DEADLINE: <2005-11-01 Tue +1m>
5386 @end example
5388 @vindex org-log-repeat
5389 A timestamp@footnote{You can change this using the option
5390 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
5391 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
5392 will also be prompted for a note.} will be added under the deadline, to keep
5393 a record that you actually acted on the previous instance of this deadline.
5395 As a consequence of shifting the base date, this entry will no longer be
5396 visible in the agenda when checking past dates, but all future instances
5397 will be visible.
5399 With the @samp{+1m} cookie, the date shift will always be exactly one
5400 month.  So if you have not paid the rent for three months, marking this
5401 entry DONE will still keep it as an overdue deadline.  Depending on the
5402 task, this may not be the best way to handle it.  For example, if you
5403 forgot to call you father for 3 weeks, it does not make sense to call
5404 him 3 times in a single day to make up for it.  Finally, there are tasks
5405 like changing batteries which should always repeat a certain time
5406 @i{after} the last time you did it.  For these tasks, Org mode has
5407 special repeaters markers with @samp{++} and @samp{.+}.  For example:
5409 @example
5410 ** TODO Call Father
5411    DEADLINE: <2008-02-10 Sun ++1w>
5412    Marking this DONE will shift the date by at least one week,
5413    but also by as many weeks as it takes to get this date into
5414    the future.  However, it stays on a Sunday, even if you called
5415    and marked it done on Saturday.
5416 ** TODO Check the batteries in the smoke detectors
5417    DEADLINE: <2005-11-01 Tue .+1m>
5418    Marking this DONE will shift the date to one month after
5419    today.
5420 @end example
5422 You may have both scheduling and deadline information for a specific
5423 task---just make sure that the repeater intervals on both are the same.
5425 An alternative to using a repeater is to create a number of copies of a task
5426 subtree, with dates shifted in each copy.  The command @kbd{C-c C-x c} was
5427 created for this purpose, it is described in @ref{Structure editing}.
5430 @node Clocking work time, Resolving idle time, Deadlines and scheduling, Dates and Times
5431 @section Clocking work time
5433 Org mode allows you to clock the time you spend on specific tasks in a
5434 project.  When you start working on an item, you can start the clock.
5435 When you stop working on that task, or when you mark the task done, the
5436 clock is stopped and the corresponding time interval is recorded.  It
5437 also computes the total time spent on each subtree of a project.  And it
5438 remembers a history or tasks recently clocked, to that you can jump quickly
5439 between a number of tasks absorbing your time.
5441 To save the clock history across Emacs sessions, use
5442 @lisp
5443 (setq org-clock-persist 'history)
5444 (org-clock-persistence-insinuate)
5445 @end lisp
5446 When you clock into a new task after resuming Emacs, the incomplete
5447 clock@footnote{To resume the clock under the assumption that you have worked
5448 on this task while outside Emacs, use @code{(setq org-clock-persist t)}.}
5449 will be found (@pxref{Resolving idle time}) and you will be prompted about
5450 what to do with it.
5452 @table @kbd
5453 @kindex C-c C-x C-i
5454 @item C-c C-x C-i
5455 @vindex org-clock-into-drawer
5456 Start the clock on the current item (clock-in).  This inserts the CLOCK
5457 keyword together with a timestamp.  If this is not the first clocking of
5458 this item, the multiple CLOCK lines will be wrapped into a
5459 @code{:LOGBOOK:} drawer (see also the variable
5460 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
5461 select the task from a list of recently clocked tasks.  With two @kbd{C-u
5462 C-u} prefixes, clock into the task at point and mark it as the default task.
5463 The default task will always be available when selecting a clocking task,
5464 with letter @kbd{d}.@*
5465 @cindex property: CLOCK_MODELINE_TOTAL
5466 @cindex property: LAST_REPEAT
5467 @vindex org-clock-modeline-total
5468 While the clock is running, the current clocking time is shown in the mode
5469 line, along with the title of the task.  The clock time shown will be all
5470 time ever clocked for this task and its children.  If the task has an effort
5471 estimate (@pxref{Effort estimates}), the mode line displays the current
5472 clocking time against it@footnote{To add an effort estimate ``on the fly'',
5473 hook a function doing this to @code{org-clock-in-prepare-hook}.}  If the task
5474 is a repeating one (@pxref{Repeated tasks}), only the time since the last
5475 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
5476 will be shown.  More control over what time is shown can be exercised with
5477 the @code{CLOCK_MODELINE_TOTAL} property.  It may have the values
5478 @code{current} to show only the current clocking instance, @code{today} to
5479 show all time clocked on this tasks today (see also the variable
5480 @code{org-extend-today-until}), @code{all} to include all time, or
5481 @code{auto} which is the default@footnote{See also the variable
5482 @code{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
5483 mode line entry will pop up a menu with clocking options.
5484 @kindex C-c C-x C-o
5485 @item C-c C-x C-o
5486 @vindex org-log-note-clock-out
5487 Stop the clock (clock-out).  This inserts another timestamp at the same
5488 location where the clock was last started.  It also directly computes
5489 the resulting time in inserts it after the time range as @samp{=>
5490 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
5491 possibility to record an additional note together with the clock-out
5492 timestamp@footnote{The corresponding in-buffer setting is:
5493 @code{#+STARTUP: lognoteclock-out}}.
5494 @kindex C-c C-x C-e
5495 @item C-c C-x C-e
5496 Update the effort estimate for the current clock task.
5497 @kindex C-c C-y
5498 @kindex C-c C-c
5499 @item C-c C-y @ @ @r{or}@ @ C-c C-c
5500 Recompute the time interval after changing one of the timestamps.  This
5501 is only necessary if you edit the timestamps directly.  If you change
5502 them with @kbd{S-@key{cursor}} keys, the update is automatic.
5503 @kindex C-c C-t
5504 @item C-c C-t
5505 Changing the TODO state of an item to DONE automatically stops the clock
5506 if it is running in this same item.
5507 @kindex C-c C-x C-x
5508 @item C-c C-x C-x
5509 Cancel the current clock.  This is useful if a clock was started by
5510 mistake, or if you ended up working on something else.
5511 @kindex C-c C-x C-j
5512 @item C-c C-x C-j
5513 Jump to the entry that contains the currently running clock.  With a
5514 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
5515 tasks.
5516 @kindex C-c C-x C-d
5517 @item C-c C-x C-d
5518 @vindex org-remove-highlights-with-change
5519 Display time summaries for each subtree in the current buffer.  This
5520 puts overlays at the end of each headline, showing the total time
5521 recorded under that heading, including the time of any subheadings. You
5522 can use visibility cycling to study the tree, but the overlays disappear
5523 when you change the buffer (see variable
5524 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
5525 @kindex C-c C-x C-r
5526 @item C-c C-x C-r
5527 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
5528 report as an Org-mode table into the current file.  When the cursor is
5529 at an existing clock table, just update it.  When called with a prefix
5530 argument, jump to the first clock report in the current document and
5531 update it.
5532 @cindex #+BEGIN, clocktable
5533 @example
5534 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
5535 #+END: clocktable
5536 @end example
5537 @noindent
5538 If such a block already exists at point, its content is replaced by the
5539 new table.  The @samp{BEGIN} line can specify options:
5540 @example
5541 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
5542 :emphasize   @r{When @code{t}, emphasize level one and level two items.}
5543 :scope       @r{The scope to consider.  This can be any of the following:}
5544              nil        @r{the current buffer or narrowed region}
5545              file       @r{the full current buffer}
5546              subtree    @r{the subtree where the clocktable is located}
5547              tree@var{N}      @r{the surrounding level @var{N} tree, for example @code{tree3}}
5548              tree       @r{the surrounding level 1 tree}
5549              agenda     @r{all agenda files}
5550              ("file"..) @r{scan these files}
5551              file-with-archives    @r{current file and its archives}
5552              agenda-with-archives  @r{all agenda files, including archives}
5553 :block       @r{The time block to consider.  This block is specified either}
5554              @r{absolute, or relative to the current time and may be any of}
5555              @r{these formats:}
5556              2007-12-31    @r{New year eve 2007}
5557              2007-12       @r{December 2007}
5558              2007-W50      @r{ISO-week 50 in 2007}
5559              2007          @r{the year 2007}
5560              today, yesterday, today-@var{N}          @r{a relative day}
5561              thisweek, lastweek, thisweek-@var{N}     @r{a relative week}
5562              thismonth, lastmonth, thismonth-@var{N}  @r{a relative month}
5563              thisyear, lastyear, thisyear-@var{N}     @r{a relative year}
5564              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
5565 :tstart      @r{A time string specifying when to start considering times.}
5566 :tend        @r{A time string specifying when to stop considering times.}
5567 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
5568              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
5569 :link        @r{Link the item headlines in the table to their origins.}
5570 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
5571              @r{As a special case, @samp{:formula %} adds a column with % time.}
5572              @r{If you do not specify a formula here, any existing formula.}
5573              @r{below the clock table will survive updates and be evaluated.}
5574 :timestamp   @r{A timestamp for the entry, when available.  Look for SCHEDULED,}
5575              @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
5576 @end example
5577 To get a clock summary of the current level 1 tree, for the current
5578 day, you could write
5579 @example
5580 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
5581 #+END: clocktable
5582 @end example
5583 @noindent
5584 and to use a specific time range you could write@footnote{Note that all
5585 parameters must be specified in a single line---the line is broken here
5586 only to fit it into the manual.}
5587 @example
5588 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
5589                     :tend "<2006-08-10 Thu 12:00>"
5590 #+END: clocktable
5591 @end example
5592 A summary of the current subtree with % times would be
5593 @example
5594 #+BEGIN: clocktable :scope subtree :link t :formula %
5595 #+END: clocktable
5596 @end example
5597 @kindex C-c C-c
5598 @item C-c C-c
5599 @kindex C-c C-x C-u
5600 @itemx C-c C-x C-u
5601 Update dynamic block at point.  The cursor needs to be in the
5602 @code{#+BEGIN} line of the dynamic block.
5603 @kindex C-u C-c C-x C-u
5604 @item C-u C-c C-x C-u
5605 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
5606 you have several clock table blocks in a buffer.
5607 @kindex S-@key{left}
5608 @kindex S-@key{right}
5609 @item S-@key{left}
5610 @itemx S-@key{right}
5611 Shift the current @code{:block} interval and update the table.  The cursor
5612 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
5613 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
5614 @end table
5616 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
5617 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
5618 worked on or closed during a day.
5620 @node Resolving idle time, Effort estimates, Clocking work time, Dates and Times
5621 @section Resolving idle time
5622 @cindex resolve idle time
5624 @cindex idle, resolve, dangling
5625 If you clock in on a work item, and then walk away from your
5626 computer---perhaps to take a phone call---you often need to ``resolve'' the
5627 time you were away by either subtracting it from the current clock, or
5628 applying it to another one.
5630 @vindex org-clock-idle-time
5631 By customizing the variable @code{org-clock-idle-time} to some integer, such
5632 as 10 or 15, Emacs can alert you when you get back to your computer after
5633 being idle for that many minutes@footnote{On computers using Mac OS X,
5634 idleness is based on actual user idleness, not just Emacs' idle time.  For
5635 X11, you can install a utility program @file{x11idle.c}, available in the
5636 UTILITIES directory of the Org git distribution, to get the same general
5637 treatment of idleness.  On other systems, idle time refers to Emacs idle time
5638 only.}, and ask what you want to do with the idle time.  There will be a
5639 question waiting for you when you get back, indicating how much idle time has
5640 passed (constantly updated with the current amount), as well as a set of
5641 choices to correct the discrepancy:
5643 @table @kbd
5644 @item k
5645 To keep some or all of the minutes and stay clocked in, press @kbd{k}.  Org
5646 will ask how many of the minutes to keep.  Press @key{RET} to keep them all,
5647 effectively changing nothing, or enter a number to keep that many minutes.
5648 @item K
5649 If you use the shift key and press @kbd{K}, it will keep however many minutes
5650 you request and then immediately clock out of that task.  If you keep all of
5651 the minutes, this is the same as just clocking out of the current task.
5652 @item s
5653 To keep none of the minutes, use @kbd{s} to subtract all the away time from
5654 the clock, and then check back in from the moment you returned.
5655 @item S
5656 To keep none of the minutes and just clock out at the start of the away time,
5657 use the shift key and press @kbd{S}.  Remember that using shift will always
5658 leave you clocked out, no matter which option you choose.
5659 @item C
5660 To cancel the clock altogether, use @kbd{C}.  Note that if instead of
5661 cancelling you subtract the away time, and the resulting clock amount is less
5662 than a minute, the clock will still be cancelled rather than clutter up the
5663 log with an empty entry.
5664 @end table
5666 What if you subtracted those away minutes from the current clock, and now
5667 want to apply them to a new clock?  Simply clock in to any task immediately
5668 after the subtraction.  Org will notice that you have subtracted time ``on
5669 the books'', so to speak, and will ask if you want to apply those minutes to
5670 the next task you clock in on.
5672 There is one other instance when this clock resolution magic occurs.  Say you
5673 were clocked in and hacking away, and suddenly your cat chased a mouse who
5674 scared a hamster that crashed into your UPS's power button!  You suddenly
5675 lose all your buffers, but thanks to auto-save you still have your recent Org
5676 mode changes, including your last clock in.
5678 If you restart Emacs and clock into any task, Org will notice that you have a
5679 dangling clock which was never clocked out from your last session.  Using
5680 that clock's starting time as the beginning of the unaccounted-for period,
5681 Org will ask how you want to resolve that time.  The logic and behavior is
5682 identical to dealing with away time due to idleness, it's just happening due
5683 to a recovery event rather than a set amount of idle time.
5685 You can also check all the files visited by your Org agenda for dangling
5686 clocks at any time using @kbd{M-x org-resolve-clocks}.
5688 @node Effort estimates, Relative timer, Resolving idle time, Dates and Times
5689 @section Effort estimates
5690 @cindex effort estimates
5692 @cindex property, Effort
5693 @vindex org-effort-property
5694 If you want to plan your work in a very detailed way, or if you need to
5695 produce offers with quotations of the estimated work effort, you may want to
5696 assign effort estimates to entries.  If you are also clocking your work, you
5697 may later want to compare the planned effort with the actual working time, a
5698 great way to improve planning estimates.  Effort estimates are stored in a
5699 special property @samp{Effort}@footnote{You may change the property being
5700 used with the variable @code{org-effort-property}.}.  You can set the effort
5701 for an entry with the following commands:
5703 @table @kbd
5704 @kindex C-c C-x e
5705 @item C-c C-x e
5706 Set the effort estimate for the current entry.  With a numeric prefix
5707 argument, set it to the NTH allowed value (see below).  This command is also
5708 accessible from the agenda with the @kbd{e} key.
5709 @kindex C-c C-x C-e
5710 @item C-c C-x C-e
5711 Modify the effort estimate of the item currently being clocked.
5712 @end table
5714 Clearly the best way to work with effort estimates is through column view
5715 (@pxref{Column view}).  You should start by setting up discrete values for
5716 effort estimates, and a @code{COLUMNS} format that displays these values
5717 together with clock sums (if you want to clock your time).  For a specific
5718 buffer you can use
5720 @example
5721 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
5722 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
5723 @end example
5725 @noindent
5726 @vindex org-global-properties
5727 @vindex org-columns-default-format
5728 or, even better, you can set up these values globally by customizing the
5729 variables @code{org-global-properties} and @code{org-columns-default-format}.
5730 In particular if you want to use this setup also in the agenda, a global
5731 setup may be advised.
5733 The way to assign estimates to individual items is then to switch to column
5734 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
5735 value.  The values you enter will immediately be summed up in the hierarchy.
5736 In the column next to it, any clocked time will be displayed.
5738 @vindex org-agenda-columns-add-appointments-to-effort-sum
5739 If you switch to column view in the daily/weekly agenda, the effort column
5740 will summarize the estimated work effort for each day@footnote{Please note
5741 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
5742 column view}).}, and you can use this to find space in your schedule.  To get
5743 an overview of the entire part of the day that is committed, you can set the
5744 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
5745 appointments on a day that take place over a specified time interval will
5746 then also be added to the load estimate of the day.
5748 Effort estimates can be used in secondary agenda filtering that is triggered
5749 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
5750 these estimates defined consistently, two or three key presses will narrow
5751 down the list to stuff that fits into an available time slot.
5753 @node Relative timer,  , Effort estimates, Dates and Times
5754 @section Taking notes with a relative timer
5755 @cindex relative timer
5757 When taking notes during, for example, a meeting or a video viewing, it can
5758 be useful to have access to times relative to a starting time.  Org provides
5759 such a relative timer and make it easy to create timed notes.
5761 @table @kbd
5762 @kindex C-c C-x .
5763 @item C-c C-x .
5764 Insert a relative time into the buffer.  The first time you use this, the
5765 timer will be started.  When called with a prefix argument, the timer is
5766 restarted.
5767 @kindex C-c C-x -
5768 @item C-c C-x -
5769 Insert a description list item with the current relative time.  With a prefix
5770 argument, first reset the timer to 0.
5771 @kindex M-@key{RET}
5772 @item M-@key{RET}
5773 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
5774 new timer items.
5775 @kindex C-c C-x ,
5776 @item C-c C-x ,
5777 Pause the timer, or continue it if it is already paused.
5778 @c removed the sentence because it is redundant to the following item
5779 @kindex C-u C-c C-x ,
5780 @item C-u C-c C-x ,
5781 Stop the timer.  After this, you can only start a new timer, not continue the
5782 old one.  This command also removes the timer from the mode line.
5783 @kindex C-c C-x 0
5784 @item C-c C-x 0
5785 Reset the timer without inserting anything into the buffer.  By default, the
5786 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
5787 specific starting offset.  The user is prompted for the offset, with a
5788 default taken from a timer string at point, if any, So this can be used to
5789 restart taking notes after a break in the process.  When called with a double
5790 prefix argument @kbd{C-c C-u}, change all timer strings in the active region
5791 by a certain amount.  This can be used to fix timer strings if the timer was
5792 not started at exactly the right moment.
5793 @end table
5795 @node Capture - Refile - Archive, Agenda Views, Dates and Times, Top
5796 @chapter Capture - Refile - Archive
5797 @cindex capture
5799 An important part of any organization system is the ability to quickly
5800 capture new ideas and tasks, and to associate reference material with them.
5801 Org uses the @file{remember.el} package to create tasks, and stores files
5802 related to a task (@i{attachments}) in a special directory.  Once in the
5803 system, tasks and projects need to be moved around.  Moving completed project
5804 trees to an archive file keeps the system compact and fast.
5806 @menu
5807 * Remember::                    Capture new tasks/ideas with little interruption
5808 * Attachments::                 Add files to tasks.
5809 * RSS Feeds::                   Getting input from RSS feeds
5810 * Protocols::                   External (e.g. Browser) access to Emacs and Org
5811 * Refiling notes::              Moving a tree from one place to another
5812 * Archiving::                   What to do with finished projects
5813 @end menu
5815 @node Remember, Attachments, Capture - Refile - Archive, Capture - Refile - Archive
5816 @section Remember
5817 @cindex @file{remember.el}
5819 The Remember package by John Wiegley lets you store quick notes with little
5820 interruption of your work flow.  It is an excellent way to add new notes and
5821 tasks to Org files.  The @code{remember.el} package is part of Emacs 23, not
5822 Emacs 22.  See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
5823 more information.
5825 Org significantly expands the possibilities of Remember: you may define
5826 templates for different note types, and associate target files and headlines
5827 with specific templates.  It also allows you to select the location where a
5828 note should be stored interactively, on the fly.
5830 @menu
5831 * Setting up Remember for Org::  Some code for .emacs to get things going
5832 * Remember templates::          Define the outline of different note types
5833 * Storing notes::               Directly get the note to where it belongs
5834 @end menu
5836 @node Setting up Remember for Org, Remember templates, Remember, Remember
5837 @subsection Setting up Remember for Org
5839 The following customization will tell Remember to use Org files as
5840 target, and to create annotations compatible with Org links.
5842 @example
5843 (org-remember-insinuate)
5844 (setq org-directory "~/path/to/my/orgfiles/")
5845 (setq org-default-notes-file (concat org-directory "/notes.org"))
5846 (define-key global-map "\C-cr" 'org-remember)
5847 @end example
5849 @noindent
5850 The last line binds the command @code{org-remember} to a global
5851 key@footnote{Please select your own key, @kbd{C-c r} is only a
5852 suggestion.}.  @code{org-remember} basically just calls Remember,
5853 but it makes a few things easier: if there is an active region, it will
5854 automatically copy the region into the Remember buffer.  It also allows
5855 to jump to the buffer and location where Remember notes are being
5856 stored: just call @code{org-remember} with a prefix argument.  If you
5857 use two prefix arguments, Org jumps to the location where the last
5858 remember note was stored.
5860 The Remember buffer will actually use @code{org-mode} as its major mode, so
5861 that all editing features of Org mode are available.  In addition to this, a
5862 minor mode @code{org-remember-mode} is turned on, for the single purpose that
5863 you can use its keymap @code{org-remember-mode-map} to overwrite some of
5864 Org mode's key bindings.
5866 You can also call @code{org-remember} in a special way from the agenda,
5867 using the @kbd{k r} key combination.  With this access, any timestamps
5868 inserted by the selected Remember template (see below) will default to
5869 the cursor date in the agenda, rather than to the current date.
5871 @node Remember templates, Storing notes, Setting up Remember for Org, Remember
5872 @subsection Remember templates
5873 @cindex templates, for Remember
5875 In combination with Org, you can use templates to generate
5876 different types of Remember notes.  For example, if you would like
5877 to use one template to create general TODO entries, another one for
5878 journal entries, and a third one for collecting random ideas, you could
5879 use:
5881 @example
5882 (setq org-remember-templates
5883  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
5884    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
5885    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5886 @end example
5888 @vindex org-remember-default-headline
5889 @vindex org-directory
5890 @noindent In these entries, the first string is just a name, and the
5891 character specifies how to select the template.  It is useful if the
5892 character is also the first letter of the name.  The next string specifies
5893 the template.  Two more (optional) strings give the file in which, and the
5894 headline under which, the new note should be stored.  The file (if not
5895 present or @code{nil}) defaults to @code{org-default-notes-file}, the heading
5896 to @code{org-remember-default-headline}.  If the file name is not an absolute
5897 path, it will be interpreted relative to @code{org-directory}.
5899 The heading can also be the symbols @code{top} or @code{bottom} to send notes
5900 as level 1 entries to the beginning or end of the file, respectively.  It may
5901 also be the symbol @code{date-tree}.  Then, a tree with year on level 1,
5902 month on level 2 and day on level three will be build in the file, and the
5903 entry will be filed into the tree under the current date@footnote{If the file
5904 contains an entry with a @code{DATE_TREE} property, the entire date tree will
5905 be build under that entry.}
5907 An optional sixth element specifies the contexts in which the user can select
5908 the template.  This element can be a list of major modes or a function.
5909 @code{org-remember} will first check whether the function returns @code{t} or
5910 if we are in any of the listed major modes, and exclude templates for which
5911 this condition is not fulfilled.  Templates that do not specify this element
5912 at all, or that use @code{nil} or @code{t} as a value will always be
5913 selectable.
5915 So for example:
5917 @example
5918 (setq org-remember-templates
5919  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
5920    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
5921    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5922 @end example
5924 @noindent
5925 The first template will only be available when invoking @code{org-remember}
5926 from an buffer in @code{emacs-lisp-mode}.  The second template will only be
5927 available when the function @code{my-check} returns @code{t}.  The third
5928 template will be proposed in any context.
5930 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
5931 something, Org will prompt for a key to select the template (if you have
5932 more than one template) and then prepare the buffer like
5933 @example
5934 * TODO
5935   [[file:@var{link to where you called remember}]]
5936 @end example
5938 @noindent
5939 During expansion of the template, special @kbd{%}-escapes@footnote{If you
5940 need one of these sequences literally, escape the @kbd{%} with a backslash.}
5941 allow dynamic insertion of content:
5942 @example
5943 %^@{@var{prompt}@}  @r{prompt the user for a string and replace this sequence with it.}
5944             @r{You may specify a default value and a completion table with}
5945             @r{%^@{prompt|default|completion2|completion3...@}}
5946             @r{The arrow keys access a prompt-specific history.}
5947 %a          @r{annotation, normally the link created with @code{org-store-link}}
5948 %A          @r{like @code{%a}, but prompt for the description part}
5949 %i          @r{initial content, the region when remember is called with C-u.}
5950             @r{The entire text will be indented like @code{%i} itself.}
5951 %t          @r{timestamp, date only}
5952 %T          @r{timestamp with date and time}
5953 %u, %U      @r{like the above, but inactive timestamps}
5954 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
5955             @r{You may define a prompt like @code{%^@{Birthday@}t}}
5956 %n          @r{user name (taken from @code{user-full-name})}
5957 %c          @r{Current kill ring head.}
5958 %x          @r{Content of the X clipboard.}
5959 %^C         @r{Interactive selection of which kill or clip to use.}
5960 %^L         @r{Like @code{%^C}, but insert as link.}
5961 %^g         @r{prompt for tags, with completion on tags in target file.}
5962 %k          @r{title of currently clocked task}
5963 %K          @r{link to currently clocked task}
5964 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
5965 %^@{@var{prop}@}p   @r{Prompt the user for a value for property @var{prop}}
5966 %:keyword   @r{specific information for certain link types, see below}
5967 %[@var{file}]     @r{insert the contents of the file given by @var{file}}
5968 %(@var{sexp})     @r{evaluate Elisp @var{sexp} and replace with the result}
5969 %!          @r{immediately store note after completing the template}
5970             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
5971 %&          @r{jump to target location immediately after storing note}
5972 @end example
5974 @noindent
5975 For specific link types, the following keywords will be
5976 defined@footnote{If you define your own link types (@pxref{Adding
5977 hyperlink types}), any property you store with
5978 @code{org-store-link-props} can be accessed in remember templates in a
5979 similar way.}:
5981 @vindex org-from-is-user-regexp
5982 @example
5983 Link type          |  Available keywords
5984 -------------------+----------------------------------------------
5985 bbdb               |  %:name %:company
5986 bbdb               |  %::server %:port %:nick
5987 vm, wl, mh, rmail  |  %:type %:subject %:message-id
5988                    |  %:from %:fromname %:fromaddress
5989                    |  %:to   %:toname   %:toaddress
5990                    |  %: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}.}}
5991 gnus               |  %:group, @r{for messages also all email fields}
5992 w3, w3m            |  %:url
5993 info               |  %:file %:node
5994 calendar           |  %:date"
5995 @end example
5997 @noindent
5998 To place the cursor after template expansion use:
6000 @example
6001 %?          @r{After completing the template, position cursor here.}
6002 @end example
6004 @noindent
6005 If you change your mind about which template to use, call
6006 @code{org-remember} in the remember buffer.  You may then select a new
6007 template that will be filled with the previous context information.
6009 @node Storing notes,  , Remember templates, Remember
6010 @subsection Storing notes
6012 @vindex org-remember-clock-out-on-exit
6013 When you are finished preparing a note with Remember, you have to press
6014 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
6015 Remember buffer, you will first be asked if you want to clock out
6016 now@footnote{To avoid this query, configure the variable
6017 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
6018 will continue to run after the note was filed away.
6020 The handler will then store the note in the file and under the headline
6021 specified in the template, or it will use the default file and headline.  The
6022 window configuration will be restored, sending you back to the working
6023 context before the call to Remember.  To re-use the location found during the
6024 last call to Remember, exit the Remember buffer with @kbd{C-0 C-c C-c},
6025 i.e. specify a zero prefix argument to @kbd{C-c C-c}.  Another special case
6026 is @kbd{C-2 C-c C-c} which files the note as a child of the currently clocked
6027 item, and @kbd{C-3 C-c C-c} files as a sibling of the currently clocked item.
6029 @vindex org-remember-store-without-prompt
6030 If you want to store the note directly to a different place, use
6031 @kbd{C-1 C-c C-c} instead to exit Remember@footnote{Configure the
6032 variable @code{org-remember-store-without-prompt} to make this behavior
6033 the default.}.  The handler will then first prompt for a target file---if
6034 you press @key{RET}, the value specified for the template is used.
6035 Then the command offers the headings tree of the selected file, with the
6036 cursor position at the default headline (if you specified one in the
6037 template).  You can either immediately press @key{RET} to get the note
6038 placed there.  Or you can use the following keys to find a different
6039 location:
6040 @example
6041 @key{TAB}         @r{Cycle visibility.}
6042 @key{down} / @key{up}   @r{Next/previous visible headline.}
6043 n / p        @r{Next/previous visible headline.}
6044 f / b        @r{Next/previous headline same level.}
6045 u            @r{One level up.}
6046 @c 0-9          @r{Digit argument.}
6047 @end example
6048 @noindent
6049 Pressing @key{RET} or @key{left} or @key{right}
6050 then leads to the following result.
6052 @vindex org-reverse-note-order
6053 @multitable @columnfractions 0.2 0.15 0.65
6054 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
6055 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
6056 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
6057 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
6058 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
6059 @item                 @tab @tab depending on @code{org-reverse-note-order}.
6060 @item not on headline @tab @key{RET}
6061       @tab at cursor position, level taken from context.
6062 @end multitable
6064 Before inserting the text into a tree, the function ensures that the text has
6065 a headline, i.e. a first line that starts with a @samp{*}.  If not, a
6066 headline is constructed from the current date.  If you have indented the text
6067 of the note below the headline, the indentation will be adapted if inserting
6068 the note into the tree requires demotion from level 1.
6071 @node Attachments, RSS Feeds, Remember, Capture - Refile - Archive
6072 @section Attachments
6073 @cindex attachments
6075 @vindex org-attach-directory
6076 It is often useful to associate reference material with an outline node/task.
6077 Small chunks of plain text can simply be stored in the subtree of a project.
6078 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
6079 files that live elsewhere on your computer or in the cloud, like emails or
6080 source code files belonging to a project.  Another method is @i{attachments},
6081 which are files located in a directory belonging to an outline node.  Org
6082 uses directories named by the unique ID of each entry.  These directories are
6083 located in the @file{data} directory which lives in the same directory where
6084 your Org file lives@footnote{If you move entries or Org files from one
6085 directory to another, you may want to configure @code{org-attach-directory}
6086 to contain an absolute path.}.  If you initialize this directory with
6087 @code{git init}, Org will automatically commit changes when it sees them.
6088 The attachment system has been contributed to Org by John Wiegley.
6090 In cases where it seems better to do so, you can also attach a directory of your
6091 choice to an entry.  You can also make children inherit the attachment
6092 directory from a parent, so that an entire subtree uses the same attached
6093 directory.
6095 @noindent The following commands deal with attachments.
6097 @table @kbd
6099 @kindex C-c C-a
6100 @item C-c C-a
6101 The dispatcher for commands related to the attachment system.  After these
6102 keys, a list of commands is displayed and you need to press an additional key
6103 to select a command:
6105 @table @kbd
6106 @kindex C-c C-a a
6107 @item a
6108 @vindex org-attach-method
6109 Select a file and move it into the task's attachment directory.  The file
6110 will be copied, moved, or linked, depending on @code{org-attach-method}.
6111 Note that hard links are not supported on all systems.
6113 @kindex C-c C-a c
6114 @kindex C-c C-a m
6115 @kindex C-c C-a l
6116 @item c/m/l
6117 Attach a file using the copy/move/link method.
6118 Note that hard links are not supported on all systems.
6120 @kindex C-c C-a n
6121 @item n
6122 Create a new attachment as an Emacs buffer.
6124 @kindex C-c C-a z
6125 @item z
6126 Synchronize the current task with its attachment directory, in case you added
6127 attachments yourself.
6129 @kindex C-c C-a o
6130 @item o
6131 @vindex org-file-apps
6132 Open current task's attachment.  If there are more than one, prompt for a
6133 file name first.  Opening will follow the rules set by @code{org-file-apps}.
6134 For more details, see the information on following hyperlinks
6135 (@pxref{Handling links}).
6137 @kindex C-c C-a O
6138 @item O
6139 Also open the attachment, but force opening the file in Emacs.
6141 @kindex C-c C-a f
6142 @item f
6143 Open the current task's attachment directory.
6145 @kindex C-c C-a F
6146 @item F
6147 Also open the directory, but force using @command{dired} in Emacs.
6149 @kindex C-c C-a d
6150 @item d
6151 Select and delete a single attachment.
6153 @kindex C-c C-a D
6154 @item D
6155 Delete all of a task's attachments.  A safer way is to open the directory in
6156 @command{dired} and delete from there.
6158 @kindex C-c C-a s
6159 @item C-c C-a s
6160 @cindex property, ATTACH_DIR
6161 Set a specific directory as the entry's attachment directory.  This works by
6162 putting the directory path into the @code{ATTACH_DIR} property.
6164 @kindex C-c C-a i
6165 @item C-c C-a i
6166 @cindex property, ATTACH_DIR_INHERIT
6167 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
6168 same directory for attachments as the parent does.
6169 @end table
6170 @end table
6172 @node RSS Feeds, Protocols, Attachments, Capture - Refile - Archive
6173 @section RSS feeds
6174 @cindex RSS feeds
6176 Org has the capability to add and change entries based on information found in
6177 RSS feeds.  You could use this to make a task out of each new podcast in a
6178 podcast feed.  Or you could use a phone-based note-creating service on the
6179 web to import tasks into Org.  To access feeds, you need to configure the
6180 variable @code{org-feed-alist}.  The docstring of this variable has detailed
6181 information.  Here is just an example:
6183 @example
6184 (setq org-feed-alist
6185       '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2c3....."
6186          "~/org/feeds.org" "ReQall Entries")
6187 @end example
6188 @noindent
6189 will configure that new items from the feed provided by @file{reqall.com}
6190 will result in new entries in the file @file{~/org/feeds.org} under the
6191 heading @samp{ReQall Entries}, whenever the following command is used:
6193 @table @kbd
6194 @kindex C-c C-x g
6195 @item C-c C-x g
6196 Collect items from the feeds configured in @code{org-feed-alist} and act upon
6197 them.
6198 @kindex C-c C-x G
6199 @item C-c C-x G
6200 Prompt for a feed name and go to the inbox configured for this feed.
6201 @end table
6203 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
6204 it will store information about the status of items in the feed, to avoid
6205 adding the same item several times.  You should add @samp{FEEDSTATUS} to the
6206 list of drawers in that file:
6208 @example
6209 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
6210 @end example
6212 For more information, see @file{org-feed.el} and the docstring of
6213 @code{org-feed-alist}.
6215 @node Protocols, Refiling notes, RSS Feeds, Capture - Refile - Archive
6216 @section Protocols for external access
6217 @cindex protocols, for external access
6218 @cindex emacsserver
6220 You can set up Org for handling protocol calls from outside applications that
6221 are passed to Emacs through the @file{emacsserver}.  For example, you can
6222 configure bookmarks in your web browser to send a link to the current page to
6223 Org and create a note from it using Remember (@pxref{Remember}).  Or you
6224 could create a bookmark that will tell Emacs to open the local source file of
6225 a remote website you are looking at with the browser.  See
6226 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
6227 documentation and setup instructions.
6229 @node Refiling notes, Archiving, Protocols, Capture - Refile - Archive
6230 @section Refiling notes
6231 @cindex refiling notes
6233 When reviewing the captured data, you may want to refile some of the entries
6234 into a different list, for example into a project.  Cutting, finding the
6235 right location, and then pasting the note is cumbersome.  To simplify this
6236 process, you can use the following special command:
6238 @table @kbd
6239 @kindex C-c C-w
6240 @item C-c C-w
6241 @vindex org-reverse-note-order
6242 @vindex org-refile-targets
6243 @vindex org-refile-use-outline-path
6244 @vindex org-outline-path-complete-in-steps
6245 @vindex org-refile-allow-creating-parent-nodes
6246 @vindex org-log-refile
6247 Refile the entry or region at point.  This command offers possible locations
6248 for refiling the entry and lets you select one with completion.  The item (or
6249 all items in the region) is filed below the target heading as a subitem.
6250 Depending on @code{org-reverse-note-order}, it will be either the first or
6251 last subitem.@*
6252 By default, all level 1 headlines in the current buffer are considered to be
6253 targets, but you can have more complex definitions across a number of files.
6254 See the variable @code{org-refile-targets} for details.  If you would like to
6255 select a location via a file-path-like completion along the outline path, see
6256 the variables @code{org-refile-use-outline-path} and
6257 @code{org-outline-path-complete-in-steps}.  If you would like to be able to
6258 create new nodes as new parents for refiling on the fly, check the
6259 variable @code{org-refile-allow-creating-parent-nodes}.
6260 When the variable @code{org-log-refile}@footnote{with corresponding
6261 @code{#+STARTUP} keywords @code{logrefile}, @code{lognoterefile},
6262 and @code{nologrefile}} is set, a time stamp or a note will be
6263 recorded when an entry has been refiled.
6264 @kindex C-u C-c C-w
6265 @item C-u C-c C-w
6266 Use the refile interface to jump to a heading.
6267 @kindex C-u C-u C-c C-w
6268 @item C-u C-u C-c C-w
6269 Jump to the location where @code{org-refile} last moved a tree to.
6270 @item C-2 C-c C-w
6271 Refile as the child of the item currently being clocked.
6272 @end table
6274 @node Archiving,  , Refiling notes, Capture - Refile - Archive
6275 @section Archiving
6276 @cindex archiving
6278 When a project represented by a (sub)tree is finished, you may want
6279 to move the tree out of the way and to stop it from contributing to the
6280 agenda.  Archiving is important to keep your working files compact and global
6281 searches like the construction of agenda views fast.
6283 @table @kbd
6284 @kindex C-c C-x C-a
6285 @item C-c C-x C-a
6286 @vindex org-archive-default-command
6287 Archive the current entry using the command specified in the variable
6288 @code{org-archive-default-command}.
6289 @end table
6291 @menu
6292 * Moving subtrees::             Moving a tree to an archive file
6293 * Internal archiving::          Switch off a tree but keep i in the file
6294 @end menu
6296 @node Moving subtrees, Internal archiving, Archiving, Archiving
6297 @subsection Moving a tree to the archive file
6298 @cindex external archiving
6300 The most common archiving action is to move a project tree to another file,
6301 the archive file.
6303 @table @kbd
6304 @kindex C-c $
6305 @kindex C-c C-x C-s
6306 @item C-c C-x C-s@ @r{or short} @ C-c $
6307 @vindex org-archive-location
6308 Archive the subtree starting at the cursor position to the location
6309 given by @code{org-archive-location}.
6310 @kindex C-u C-c C-x C-s
6311 @item C-u C-c C-x C-s
6312 Check if any direct children of the current headline could be moved to
6313 the archive.  To do this, each subtree is checked for open TODO entries.
6314 If none are found, the command offers to move it to the archive
6315 location.  If the cursor is @emph{not} on a headline when this command
6316 is invoked, the level 1 trees will be checked.
6317 @end table
6319 @cindex archive locations
6320 The default archive location is a file in the same directory as the
6321 current file, with the name derived by appending @file{_archive} to the
6322 current file name.  For information and examples on how to change this,
6323 see the documentation string of the variable
6324 @code{org-archive-location}.  There is also an in-buffer option for
6325 setting this variable, for example@footnote{For backward compatibility,
6326 the following also works: If there are several such lines in a file,
6327 each specifies the archive location for the text below it.  The first
6328 such line also applies to any text before its definition.  However,
6329 using this method is @emph{strongly} deprecated as it is incompatible
6330 with the outline structure of the document.  The correct method for
6331 setting multiple archive locations in a buffer is using properties.}:
6333 @cindex #+ARCHIVE
6334 @example
6335 #+ARCHIVE: %s_done::
6336 @end example
6338 @cindex property, ARCHIVE
6339 @noindent
6340 If you would like to have a special ARCHIVE location for a single entry
6341 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
6342 location as the value (@pxref{Properties and Columns}).
6344 @vindex org-archive-save-context-info
6345 When a subtree is moved, it receives a number of special properties that
6346 record context information like the file from where the entry came, its
6347 outline path the archiving time etc.  Configure the variable
6348 @code{org-archive-save-context-info} to adjust the amount of information
6349 added.
6352 @node Internal archiving,  , Moving subtrees, Archiving
6353 @subsection Internal archiving
6355 If you want to just switch off (for agenda views) certain subtrees without
6356 moving them to a different file, you can use the @code{ARCHIVE tag}.
6358 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
6359 its location in the outline tree, but behaves in the following way:
6360 @itemize @minus
6361 @item
6362 @vindex org-cycle-open-archived-trees
6363 It does not open when you attempt to do so with a visibility cycling
6364 command (@pxref{Visibility cycling}).  You can force cycling archived
6365 subtrees with @kbd{C-@key{TAB}}, or by setting the option
6366 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
6367 @code{show-all} will open archived subtrees.
6368 @item
6369 @vindex org-sparse-tree-open-archived-trees
6370 During sparse tree construction (@pxref{Sparse trees}), matches in
6371 archived subtrees are not exposed, unless you configure the option
6372 @code{org-sparse-tree-open-archived-trees}.
6373 @item
6374 @vindex org-agenda-skip-archived-trees
6375 During agenda view construction (@pxref{Agenda Views}), the content of
6376 archived trees is ignored unless you configure the option
6377 @code{org-agenda-skip-archived-trees}, in which case these trees will always
6378 be included.  In the agenda you can press @kbd{v a} to get archives
6379 temporarily included.
6380 @item
6381 @vindex org-export-with-archived-trees
6382 Archived trees are not exported (@pxref{Exporting}), only the headline
6383 is.  Configure the details using the variable
6384 @code{org-export-with-archived-trees}.
6385 @item
6386 @vindex org-columns-skip-arrchived-trees
6387 Archived trees are excluded from column view unless the variable
6388 @code{org-columns-skip-arrchived-trees} is configured to @code{nil}.
6389 @end itemize
6391 The following commands help managing the ARCHIVE tag:
6393 @table @kbd
6394 @kindex C-c C-x a
6395 @item C-c C-x a
6396 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
6397 the headline changes to a shadowed face, and the subtree below it is
6398 hidden.
6399 @kindex C-u C-c C-x a
6400 @item C-u C-c C-x a
6401 Check if any direct children of the current headline should be archived.
6402 To do this, each subtree is checked for open TODO entries.  If none are
6403 found, the command offers to set the ARCHIVE tag for the child.  If the
6404 cursor is @emph{not} on a headline when this command is invoked, the
6405 level 1 trees will be checked.
6406 @kindex C-@kbd{TAB}
6407 @item C-@kbd{TAB}
6408 Cycle a tree even if it is tagged with ARCHIVE.
6409 @kindex C-c C-x A
6410 @item C-c C-x A
6411 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
6412 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}.  The
6413 entry becomes a child of that sibling and in this way retains a lot of its
6414 original context, including inherited tags and approximate position in the
6415 outline.
6416 @end table
6419 @node Agenda Views, Markup, Capture - Refile - Archive, Top
6420 @chapter Agenda Views
6421 @cindex agenda views
6423 Due to the way Org works, TODO items, time-stamped items, and
6424 tagged headlines can be scattered throughout a file or even a number of
6425 files.  To get an overview of open action items, or of events that are
6426 important for a particular date, this information must be collected,
6427 sorted and displayed in an organized way.
6429 Org can select items based on various criteria and display them
6430 in a separate buffer.  Seven different view types are provided:
6432 @itemize @bullet
6433 @item
6434 an @emph{agenda} that is like a calendar and shows information
6435 for specific dates,
6436 @item
6437 a @emph{TODO list} that covers all unfinished
6438 action items,
6439 @item
6440 a @emph{match view}, showings headlines based on the tags, properties, and
6441 TODO state associated with them,
6442 @item
6443 a @emph{timeline view} that shows all events in a single Org file,
6444 in time-sorted view,
6445 @item
6446 a @emph{text search view} that shows all entries from multiple files
6447 that contain specified keywords,
6448 @item
6449 a @emph{stuck projects view} showing projects that currently don't move
6450 along, and
6451 @item
6452 @emph{custom views} that are special searches and combinations of different
6453 views.
6454 @end itemize
6456 @noindent
6457 The extracted information is displayed in a special @emph{agenda
6458 buffer}.  This buffer is read-only, but provides commands to visit the
6459 corresponding locations in the original Org files, and even to
6460 edit these files remotely.
6462 @vindex org-agenda-window-setup
6463 @vindex org-agenda-restore-windows-after-quit
6464 Two variables control how the agenda buffer is displayed and whether the
6465 window configuration is restored when the agenda exits:
6466 @code{org-agenda-window-setup} and
6467 @code{org-agenda-restore-windows-after-quit}.
6469 @menu
6470 * Agenda files::                Files being searched for agenda information
6471 * Agenda dispatcher::           Keyboard access to agenda views
6472 * Built-in agenda views::       What is available out of the box?
6473 * Presentation and sorting::    How agenda items are prepared for display
6474 * Agenda commands::             Remote editing of Org trees
6475 * Custom agenda views::         Defining special searches and views
6476 * Exporting Agenda Views::      Writing a view to a file
6477 * Agenda column view::          Using column view for collected entries
6478 @end menu
6480 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
6481 @section Agenda files
6482 @cindex agenda files
6483 @cindex files for agenda
6485 @vindex org-agenda-files
6486 The information to be shown is normally collected from all @emph{agenda
6487 files}, the files listed in the variable
6488 @code{org-agenda-files}@footnote{If the value of that variable is not a
6489 list, but a single file name, then the list of agenda files will be
6490 maintained in that external file.}. If a directory is part of this list,
6491 all files with the extension @file{.org} in this directory will be part
6492 of the list.
6494 Thus, even if you only work with a single Org file, that file should
6495 be put into the list@footnote{When using the dispatcher, pressing
6496 @kbd{<} before selecting a command will actually limit the command to
6497 the current file, and ignore @code{org-agenda-files} until the next
6498 dispatcher command.}.  You can customize @code{org-agenda-files}, but
6499 the easiest way to maintain it is through the following commands
6501 @cindex files, adding to agenda list
6502 @table @kbd
6503 @kindex C-c [
6504 @item C-c [
6505 Add current file to the list of agenda files.  The file is added to
6506 the front of the list.  If it was already in the list, it is moved to
6507 the front.  With a prefix argument, file is added/moved to the end.
6508 @kindex C-c ]
6509 @item C-c ]
6510 Remove current file from the list of agenda files.
6511 @kindex C-,
6512 @kindex C-'
6513 @item C-,
6514 @itemx C-'
6515 Cycle through agenda file list, visiting one file after the other.
6516 @kindex M-x org-iswitchb
6517 @item M-x org-iswitchb
6518 Command to use an @code{iswitchb}-like interface to switch to and between Org
6519 buffers.
6520 @end table
6522 @noindent
6523 The Org menu contains the current list of files and can be used
6524 to visit any of them.
6526 If you would like to focus the agenda temporarily on a file not in
6527 this list, or on just one file in the list, or even on only a subtree in a
6528 file, then this can be done in different ways.  For a single agenda command,
6529 you may press @kbd{<} once or several times in the dispatcher
6530 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
6531 extended period, use the following commands:
6533 @table @kbd
6534 @kindex C-c C-x <
6535 @item C-c C-x <
6536 Permanently restrict the agenda to the current subtree.  When with a
6537 prefix argument, or with the cursor before the first headline in a file,
6538 the agenda scope is set to the entire file.  This restriction remains in
6539 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
6540 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
6541 agenda view, the new restriction takes effect immediately.
6542 @kindex C-c C-x >
6543 @item C-c C-x >
6544 Remove the permanent restriction created by @kbd{C-c C-x <}.
6545 @end table
6547 @noindent
6548 When working with @file{speedbar.el}, you can use the following commands in
6549 the Speedbar frame:
6550 @table @kbd
6551 @kindex <
6552 @item < @r{in the speedbar frame}
6553 Permanently restrict the agenda to the item---either an Org file or a subtree
6554 in such a file---at the cursor in the Speedbar frame.
6555 If there is a window displaying an agenda view, the new restriction takes
6556 effect immediately.
6557 @kindex >
6558 @item > @r{in the speedbar frame}
6559 Lift the restriction.
6560 @end table
6562 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
6563 @section The agenda dispatcher
6564 @cindex agenda dispatcher
6565 @cindex dispatching agenda commands
6566 The views are created through a dispatcher, which should be bound to a
6567 global key---for example @kbd{C-c a} (@pxref{Installation}).  In the
6568 following we will assume that @kbd{C-c a} is indeed how the dispatcher
6569 is accessed and list keyboard access to commands accordingly.  After
6570 pressing @kbd{C-c a}, an additional letter is required to execute a
6571 command.  The dispatcher offers the following default commands:
6572 @table @kbd
6573 @item a
6574 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
6575 @item t @r{/} T
6576 Create a list of all TODO items (@pxref{Global TODO list}).
6577 @item m @r{/} M
6578 Create a list of headlines matching a TAGS expression (@pxref{Matching
6579 tags and properties}).
6580 @item L
6581 Create the timeline view for the current buffer (@pxref{Timeline}).
6582 @item s
6583 Create a list of entries selected by a boolean expression of keywords
6584 and/or regular expressions that must or must not occur in the entry.
6585 @item /
6586 @vindex org-agenda-text-search-extra-files
6587 Search for a regular expression in all agenda files and additionally in
6588 the files listed in @code{org-agenda-text-search-extra-files}.  This
6589 uses the Emacs command @code{multi-occur}.  A prefix argument can be
6590 used to specify the number of context lines for each match, default is
6592 @item # @r{/} !
6593 Create a list of stuck projects (@pxref{Stuck projects}).
6594 @item <
6595 Restrict an agenda command to the current buffer@footnote{For backward
6596 compatibility, you can also press @kbd{1} to restrict to the current
6597 buffer.}.  After pressing @kbd{<}, you still need to press the character
6598 selecting the command.
6599 @item < <
6600 If there is an active region, restrict the following agenda command to
6601 the region.  Otherwise, restrict it to the current subtree@footnote{For
6602 backward compatibility, you can also press @kbd{0} to restrict to the
6603 current region/subtree.}.  After pressing @kbd{< <}, you still need to press the
6604 character selecting the command.
6605 @end table
6607 You can also define custom commands that will be accessible through the
6608 dispatcher, just like the default commands.  This includes the
6609 possibility to create extended agenda buffers that contain several
6610 blocks together, for example the weekly agenda, the global TODO list and
6611 a number of special tags matches.  @xref{Custom agenda views}.
6613 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
6614 @section The built-in agenda views
6616 In this section we describe the built-in views.
6618 @menu
6619 * Weekly/daily agenda::         The calendar page with current tasks
6620 * Global TODO list::            All unfinished action items
6621 * Matching tags and properties::  Structured information with fine-tuned search
6622 * Timeline::                    Time-sorted view for single file
6623 * Search view::                 Find entries by searching for text
6624 * Stuck projects::              Find projects you need to review
6625 @end menu
6627 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
6628 @subsection The weekly/daily agenda
6629 @cindex agenda
6630 @cindex weekly agenda
6631 @cindex daily agenda
6633 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
6634 paper agenda, showing all the tasks for the current week or day.
6636 @table @kbd
6637 @cindex org-agenda, command
6638 @kindex C-c a a
6639 @item C-c a a
6640 @vindex org-agenda-ndays
6641 Compile an agenda for the current week from a list of Org files.  The agenda
6642 shows the entries for each day.  With a numeric prefix@footnote{For backward
6643 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
6644 listed before the agenda.  This feature is deprecated, use the dedicated TODO
6645 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
6646 C-c a a}) you may set the number of days to be displayed (see also the
6647 variable @code{org-agenda-ndays})
6648 @end table
6650 Remote editing from the agenda buffer means, for example, that you can
6651 change the dates of deadlines and appointments from the agenda buffer.
6652 The commands available in the Agenda buffer are listed in @ref{Agenda
6653 commands}.
6655 @subsubheading Calendar/Diary integration
6656 @cindex calendar integration
6657 @cindex diary integration
6659 Emacs contains the calendar and diary by Edward M. Reingold.  The
6660 calendar displays a three-month calendar with holidays from different
6661 countries and cultures.  The diary allows you to keep track of
6662 anniversaries, lunar phases, sunrise/set, recurrent appointments
6663 (weekly, monthly) and more.  In this way, it is quite complementary to
6664 Org.  It can be very useful to combine output from Org with
6665 the diary.
6667 In order to include entries from the Emacs diary into Org mode's
6668 agenda, you only need to customize the variable
6670 @lisp
6671 (setq org-agenda-include-diary t)
6672 @end lisp
6674 @noindent After that, everything will happen automatically.  All diary
6675 entries including holidays, anniversaries, etc., will be included in the
6676 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
6677 @key{RET} can be used from the agenda buffer to jump to the diary
6678 file in order to edit existing diary entries.  The @kbd{i} command to
6679 insert new entries for the current date works in the agenda buffer, as
6680 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
6681 Sunrise/Sunset times, show lunar phases and to convert to other
6682 calendars, respectively.  @kbd{c} can be used to switch back and forth
6683 between calendar and agenda.
6685 If you are using the diary only for sexp entries and holidays, it is
6686 faster to not use the above setting, but instead to copy or even move
6687 the entries into an Org file. Org mode evaluates diary-style sexp
6688 entries, and does it faster because there is no overhead for first
6689 creating the diary display.  Note that the sexp entries must start at
6690 the left margin, no whitespace is allowed before them.  For example,
6691 the following segment of an Org file will be processed and entries
6692 will be made in the agenda:
6694 @example
6695 * Birthdays and similar stuff
6696 #+CATEGORY: Holiday
6697 %%(org-calendar-holiday)   ; special function for holiday names
6698 #+CATEGORY: Ann
6699 %%(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
6700 %%(diary-anniversary 10  2 1869) Mahatma Gandhi would be %d years old
6701 @end example
6703 @subsubheading Anniversaries from BBDB
6704 @cindex BBDB, anniversaries
6705 @cindex anniversaries, from BBDB
6707 If you are using the Big Brothers Database to store your contacts, you will
6708 very likely prefer to store anniversaries in BBDB rather than in a
6709 separate Org or diary file.  Org supports this and will show BBDB
6710 anniversaries as part of the agenda.  All you need to do is to add the
6711 following to one your your agenda files:
6713 @example
6714 * Anniversaries
6715   :PROPERTIES:
6716   :CATEGORY: Anniv
6717   :END
6718 %%(org-bbdb-anniversaries)
6719 @end example
6721 You can then go ahead and define anniversaries for a BBDB record.  Basically,
6722 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
6723 record and then add the date in the format @code{YYYY-MM-DD}, followed by a
6724 space and the class of the anniversary (@samp{birthday} or @samp{wedding}, or
6725 a format string).  If you omit the class, it will default to @samp{birthday}.
6726 Here are a few examples, the header for the file @file{org-bbdb.el} contains
6727 more detailed information.
6729 @example
6730 1973-06-22
6731 1955-08-02 wedding
6732 2008-04-14 %s released version 6.01 of org-mode, %d years ago
6733 @end example
6735 After a change to BBDB, or for the first agenda display during an Emacs
6736 session, the agenda display will suffer a short delay as Org updates its
6737 hash with anniversaries.  However, from then on things will be very fast---much
6738 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
6739 in an Org or Diary file.
6741 @subsubheading Appointment reminders
6742 @cindex @file{appt.el}
6743 @cindex appointment reminders
6745 Org can interact with Emacs appointments notification facility.  To add all
6746 the appointments of your agenda files, use the command
6747 @code{org-agenda-to-appt}.  This command also lets you filter through the
6748 list of your appointments and add only those belonging to a specific category
6749 or matching a regular expression. See the docstring for details.
6751 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
6752 @subsection The global TODO list
6753 @cindex global TODO list
6754 @cindex TODO list, global
6756 The global TODO list contains all unfinished TODO items formatted and
6757 collected into a single place.
6759 @table @kbd
6760 @kindex C-c a t
6761 @item C-c a t
6762 Show the global TODO list.  This collects the TODO items from all
6763 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
6764 @code{agenda-mode}, so there are commands to examine and manipulate
6765 the TODO entries directly from that buffer (@pxref{Agenda commands}).
6766 @kindex C-c a T
6767 @item C-c a T
6768 @cindex TODO keyword matching
6769 @vindex org-todo-keywords
6770 Like the above, but allows selection of a specific TODO keyword.  You
6771 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
6772 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
6773 specify several keywords by separating them with @samp{|} as the boolean OR
6774 operator.  With a numeric prefix, the nth keyword in
6775 @code{org-todo-keywords} is selected.
6776 @kindex r
6777 The @kbd{r} key in the agenda buffer regenerates it, and you can give
6778 a prefix argument to this command to change the selected TODO keyword,
6779 for example @kbd{3 r}.  If you often need a search for a specific
6780 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
6781 Matching specific TODO keywords can also be done as part of a tags
6782 search (@pxref{Tag searches}).
6783 @end table
6785 Remote editing of TODO items means that you can change the state of a
6786 TODO entry with a single key press.  The commands available in the
6787 TODO list are described in @ref{Agenda commands}.
6789 @cindex sublevels, inclusion into TODO list
6790 Normally the global TODO list simply shows all headlines with TODO
6791 keywords.  This list can become very long.  There are two ways to keep
6792 it more compact:
6793 @itemize @minus
6794 @item
6795 @vindex org-agenda-todo-ignore-scheduled
6796 @vindex org-agenda-todo-ignore-deadlines
6797 @vindex org-agenda-todo-ignore-with-date
6798 Some people view a TODO item that has been @emph{scheduled} for execution or
6799 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
6800 Configure the variables @code{org-agenda-todo-ignore-scheduled},
6801 @code{org-agenda-todo-ignore-deadlines}, and/or
6802 @code{org-agenda-todo-ignore-with-date} to exclude such items from the
6803 global TODO list.
6804 @item
6805 @vindex org-agenda-todo-list-sublevels
6806 TODO items may have sublevels to break up the task into subtasks.  In
6807 such cases it may be enough to list only the highest level TODO headline
6808 and omit the sublevels from the global list.  Configure the variable
6809 @code{org-agenda-todo-list-sublevels} to get this behavior.
6810 @end itemize
6812 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
6813 @subsection Matching tags and properties
6814 @cindex matching, of tags
6815 @cindex matching, of properties
6816 @cindex tags view
6817 @cindex match view
6819 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
6820 or have properties (@pxref{Properties and Columns}), you can select headlines
6821 based on this metadata and collect them into an agenda buffer.  The match
6822 syntax described here also applies when creating sparse trees with @kbd{C-c /
6825 @table @kbd
6826 @kindex C-c a m
6827 @item C-c a m
6828 Produce a list of all headlines that match a given set of tags.  The
6829 command prompts for a selection criterion, which is a boolean logic
6830 expression with tags, like @samp{+work+urgent-withboss} or
6831 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
6832 define a custom command for it (@pxref{Agenda dispatcher}).
6833 @kindex C-c a M
6834 @item C-c a M
6835 @vindex org-tags-match-list-sublevels
6836 @vindex org-agenda-tags-todo-honor-ignore-options
6837 Like @kbd{C-c a m}, but only select headlines that are also TODO items and
6838 force checking subitems (see variable @code{org-tags-match-list-sublevels}).
6839 To exclude scheduled/deadline items, see the variable
6840 @code{org-agenda-tags-todo-honor-ignore-options}.  Matching specific TODO
6841 keywords together with a tags match is also possible, see @ref{Tag searches}.
6842 @end table
6844 The commands available in the tags list are described in @ref{Agenda
6845 commands}.
6847 @subsubheading Match syntax
6849 @cindex Boolean logic, for tag/property searches
6850 A search string can use Boolean operators @samp{&} for AND and @samp{|} for
6851 OR.  @samp{&} binds more strongly than @samp{|}.  Parentheses are currently
6852 not implemented.  Each element in the search is either a tag, a regular
6853 expression matching tags, or an expression like @code{PROPERTY OPERATOR
6854 VALUE} with a comparison operator, accessing a property value.  Each element
6855 may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
6856 sugar for positive selection.  The AND operator @samp{&} is optional when
6857 @samp{+} or @samp{-} is present.  Here are some examples, using only tags.
6859 @table @samp
6860 @item +work-boss
6861 Select headlines tagged @samp{:work:}, but discard those also tagged
6862 @samp{:boss:}.
6863 @item work|laptop
6864 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
6865 @item work|laptop+night
6866 Like before, but require the @samp{:laptop:} lines to be tagged also
6867 @samp{:night:}.
6868 @end table
6870 @cindex regular expressions, with tags search
6871 Instead of a tag, you may also specify a regular expression enclosed in curly
6872 braces.  For example,
6873 @samp{work+@{^boss.*@}} matches headlines that contain the tag
6874 @samp{:work:} and any tag @i{starting} with @samp{boss}.
6876 @cindex TODO keyword matching, with tags search
6877 @cindex level, require for tags/property match
6878 @cindex category, require for tags/property match
6879 @vindex org-odd-levels-only
6880 You may also test for properties (@pxref{Properties and Columns}) at the same
6881 time as matching tags.  The properties may be real properties, or special
6882 properties that represent other metadata (@pxref{Special properties}).  For
6883 example, the ``property'' @code{TODO} represents the TODO keyword of the
6884 entry.  Or, the ``property'' @code{LEVEL} represents the level of an entry.
6885 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
6886 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
6887 DONE.  In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
6888 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
6890 Here are more examples:
6891 @table @samp
6892 @item work+TODO="WAITING"
6893 Select @samp{:work:}-tagged TODO lines with the specific TODO
6894 keyword @samp{WAITING}.
6895 @item work+TODO="WAITING"|home+TODO="WAITING"
6896 Waiting tasks both at work and at home.
6897 @end table
6899 When matching properties, a number of different operators can be used to test
6900 the value of a property.  Here is a complex example:
6902 @example
6903 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
6904          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
6905 @end example
6907 @noindent
6908 The type of comparison will depend on how the comparison value is written:
6909 @itemize @minus
6910 @item
6911 If the comparison value is a plain number, a numerical comparison is done,
6912 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
6913 @samp{>=}, and @samp{<>}.
6914 @item
6915 If the comparison value is enclosed in double-quotes,
6916 a string comparison is done, and the same operators are allowed.
6917 @item
6918 If the comparison value is enclosed in double-quotes @emph{and} angular
6919 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
6920 assumed to be date/time specifications in the standard Org way, and the
6921 comparison will be done accordingly.  Special values that will be recognized
6922 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
6923 @code{"<tomorrow>"} for these days at 0:00 hours, i.e. without a time
6924 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
6925 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
6926 respectively, can be used.
6927 @item
6928 If the comparison value is enclosed
6929 in curly braces, a regexp match is performed, with @samp{=} meaning that the
6930 regexp matches the property value, and @samp{<>} meaning that it does not
6931 match.
6932 @end itemize
6934 So the search string in the example finds entries tagged @samp{:work:} but
6935 not @samp{:boss:}, which also have a priority value @samp{A}, a
6936 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
6937 property that is numerically smaller than 2, a @samp{:With:} property that is
6938 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
6939 on or after October 11, 2008.
6941 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
6942 other properties will slow down the search.  However, once you have paid the
6943 price by accessing one property, testing additional properties is cheap
6944 again.
6946 You can configure Org mode to use property inheritance during a search, but
6947 beware that this can slow down searches considerably.  See @ref{Property
6948 inheritance}, for details.
6950 For backward compatibility, and also for typing speed, there is also a
6951 different way to test TODO states in a search.  For this, terminate the
6952 tags/property part of the search string (which may include several terms
6953 connected with @samp{|}) with a @samp{/} and then specify a Boolean
6954 expression just for TODO keywords.  The syntax is then similar to that for
6955 tags, but should be applied with care: for example, a positive
6956 selection on several TODO keywords cannot meaningfully be combined with
6957 boolean AND.  However, @emph{negative selection} combined with AND can be
6958 meaningful.  To make sure that only lines are checked that actually have any
6959 TODO keyword (resulting in a speed-up), use @kbd{C-c a M}, or equivalently
6960 start the TODO part after the slash with @samp{!}.  Examples:
6962 @table @samp
6963 @item work/WAITING
6964 Same as @samp{work+TODO="WAITING"}
6965 @item work/!-WAITING-NEXT
6966 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
6967 nor @samp{NEXT}
6968 @item work/!+WAITING|+NEXT
6969 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
6970 @samp{NEXT}.
6971 @end table
6973 @node Timeline, Search view, Matching tags and properties, Built-in agenda views
6974 @subsection Timeline for a single file
6975 @cindex timeline, single file
6976 @cindex time-sorted view
6978 The timeline summarizes all time-stamped items from a single Org mode
6979 file in a @emph{time-sorted view}.  The main purpose of this command is
6980 to give an overview over events in a project.
6982 @table @kbd
6983 @kindex C-c a L
6984 @item C-c a L
6985 Show a time-sorted view of the Org file, with all time-stamped items.
6986 When called with a @kbd{C-u} prefix, all unfinished TODO entries
6987 (scheduled or not) are also listed under the current date.
6988 @end table
6990 @noindent
6991 The commands available in the timeline buffer are listed in
6992 @ref{Agenda commands}.
6994 @node Search view, Stuck projects, Timeline, Built-in agenda views
6995 @subsection Search view
6996 @cindex search view
6997 @cindex text search
6998 @cindex searching, for text
7000 This agenda view is a general text search facility for Org mode entries.
7001 It is particularly useful to find notes.
7003 @table @kbd
7004 @kindex C-c a s
7005 @item C-c a s
7006 This is a special search that lets you select entries by matching a substring
7007 or specific words using a boolean logic.
7008 @end table
7009 For example, the search string @samp{computer equipment} will find entries
7010 that contain @samp{computer equipment} as a substring.  If the two words are
7011 separated by more space or a line break, the search will still match.
7012 Search view can also search for specific keywords in the entry, using Boolean
7013 logic.  The search string @samp{+computer +wifi -ethernet -@{8\.11[bg]@}}
7014 will search for note entries that contain the keywords @code{computer}
7015 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
7016 not matched by the regular expression @code{8\.11[bg]}, meaning to
7017 exclude both 8.11b and 8.11g.  The first @samp{+} is necessary to turn on
7018 word search, other @samp{+} characters are optional.  For more details, see
7019 the docstring of the command @code{org-search-view}.
7021 @vindex org-agenda-text-search-extra-files
7022 Note that in addition to the agenda files, this command will also search
7023 the files listed in @code{org-agenda-text-search-extra-files}.
7025 @node Stuck projects,  , Search view, Built-in agenda views
7026 @subsection Stuck projects
7028 If you are following a system like David Allen's GTD to organize your
7029 work, one of the ``duties'' you have is a regular review to make sure
7030 that all projects move along.  A @emph{stuck} project is a project that
7031 has no defined next actions, so it will never show up in the TODO lists
7032 Org mode produces.  During the review, you need to identify such
7033 projects and define next actions for them.
7035 @table @kbd
7036 @kindex C-c a #
7037 @item C-c a #
7038 List projects that are stuck.
7039 @kindex C-c a !
7040 @item C-c a !
7041 @vindex org-stuck-projects
7042 Customize the variable @code{org-stuck-projects} to define what a stuck
7043 project is and how to find it.
7044 @end table
7046 You almost certainly will have to configure this view before it will
7047 work for you.  The built-in default assumes that all your projects are
7048 level-2 headlines, and that a project is not stuck if it has at least
7049 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
7051 Let's assume that you, in your own way of using Org mode, identify
7052 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
7053 indicate a project that should not be considered yet.  Let's further
7054 assume that the TODO keyword DONE marks finished projects, and that NEXT
7055 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
7056 is a next action even without the NEXT tag.  Finally, if the project
7057 contains the special word IGNORE anywhere, it should not be listed
7058 either.  In this case you would start by identifying eligible projects
7059 with a tags/todo match@footnote{@xref{Tag searches}.}
7060 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
7061 IGNORE in the subtree to identify projects that are not stuck.  The
7062 correct customization for this is
7064 @lisp
7065 (setq org-stuck-projects
7066       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
7067                                "\\<IGNORE\\>"))
7068 @end lisp
7070 Note that if a project is identified as non-stuck, the subtree of this entry
7071 will still be searched for stuck projects.
7073 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
7074 @section Presentation and sorting
7075 @cindex presentation, of agenda items
7077 @vindex org-agenda-prefix-format
7078 Before displaying items in an agenda view, Org mode visually prepares
7079 the items and sorts them.  Each item occupies a single line.  The line
7080 starts with a @emph{prefix} that contains the @emph{category}
7081 (@pxref{Categories}) of the item and other important information.  You can
7082 customize the prefix using the option @code{org-agenda-prefix-format}.
7083 The prefix is followed by a cleaned-up version of the outline headline
7084 associated with the item.
7086 @menu
7087 * Categories::                  Not all tasks are equal
7088 * Time-of-day specifications::  How the agenda knows the time
7089 * Sorting of agenda items::     The order of things
7090 @end menu
7092 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
7093 @subsection Categories
7095 @cindex category
7096 The category is a broad label assigned to each agenda item.  By default,
7097 the category is simply derived from the file name, but you can also
7098 specify it with a special line in the buffer, like this@footnote{For
7099 backward compatibility, the following also works: if there are several
7100 such lines in a file, each specifies the category for the text below it.
7101 The first category also applies to any text before the first CATEGORY
7102 line.  However, using this method is @emph{strongly} deprecated as it is
7103 incompatible with the outline structure of the document.  The correct
7104 method for setting multiple categories in a buffer is using a
7105 property.}:
7107 @example
7108 #+CATEGORY: Thesis
7109 @end example
7111 @noindent
7112 @cindex property, CATEGORY
7113 If you would like to have a special CATEGORY for a single entry or a
7114 (sub)tree, give the entry a @code{:CATEGORY:} property with the
7115 special category you want to apply as the value.
7117 @noindent
7118 The display in the agenda buffer looks best if the category is not
7119 longer than 10 characters.
7121 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
7122 @subsection Time-of-day specifications
7123 @cindex time-of-day specification
7125 Org mode checks each agenda item for a time-of-day specification.  The
7126 time can be part of the timestamp that triggered inclusion into the
7127 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
7128 ranges can be specified with two timestamps, like
7130 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
7132 In the headline of the entry itself, a time(range) may also appear as
7133 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
7134 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
7135 specifications in diary entries are recognized as well.
7137 For agenda display, Org mode extracts the time and displays it in a
7138 standard 24 hour format as part of the prefix.  The example times in
7139 the previous paragraphs would end up in the agenda like this:
7141 @example
7142     8:30-13:00 Arthur Dent lies in front of the bulldozer
7143    12:45...... Ford Prefect arrives and takes Arthur to the pub
7144    19:00...... The Vogon reads his poem
7145    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7146 @end example
7148 @cindex time grid
7149 If the agenda is in single-day mode, or for the display of today, the
7150 timed entries are embedded in a time grid, like
7152 @example
7153     8:00...... ------------------
7154     8:30-13:00 Arthur Dent lies in front of the bulldozer
7155    10:00...... ------------------
7156    12:00...... ------------------
7157    12:45...... Ford Prefect arrives and takes Arthur to the pub
7158    14:00...... ------------------
7159    16:00...... ------------------
7160    18:00...... ------------------
7161    19:00...... The Vogon reads his poem
7162    20:00...... ------------------
7163    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7164 @end example
7166 @vindex org-agenda-use-time-grid
7167 @vindex org-agenda-time-grid
7168 The time grid can be turned on and off with the variable
7169 @code{org-agenda-use-time-grid}, and can be configured with
7170 @code{org-agenda-time-grid}.
7172 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
7173 @subsection Sorting of agenda items
7174 @cindex sorting, of agenda items
7175 @cindex priorities, of agenda items
7176 Before being inserted into a view, the items are sorted.  How this is
7177 done depends on the type of view.
7178 @itemize @bullet
7179 @item
7180 @vindex org-agenda-files
7181 For the daily/weekly agenda, the items for each day are sorted.  The
7182 default order is to first collect all items containing an explicit
7183 time-of-day specification.  These entries will be shown at the beginning
7184 of the list, as a @emph{schedule} for the day.  After that, items remain
7185 grouped in categories, in the sequence given by @code{org-agenda-files}.
7186 Within each category, items are sorted by priority (@pxref{Priorities}),
7187 which is composed of the base priority (2000 for priority @samp{A}, 1000
7188 for @samp{B}, and 0 for @samp{C}), plus additional increments for
7189 overdue scheduled or deadline items.
7190 @item
7191 For the TODO list, items remain in the order of categories, but within
7192 each category, sorting takes place according to priority
7193 (@pxref{Priorities}).  The priority used for sorting derives from the
7194 priority cookie, with additions depending on how close an item is to its due
7195 or scheduled date.
7196 @item
7197 For tags matches, items are not sorted at all, but just appear in the
7198 sequence in which they are found in the agenda files.
7199 @end itemize
7201 @vindex org-agenda-sorting-strategy
7202 Sorting can be customized using the variable
7203 @code{org-agenda-sorting-strategy}, and may also include criteria based on
7204 the estimated effort of an entry (@pxref{Effort estimates}).
7206 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
7207 @section Commands in the agenda buffer
7208 @cindex commands, in agenda buffer
7210 Entries in the agenda buffer are linked back to the Org file or diary
7211 file where they originate.  You are not allowed to edit the agenda
7212 buffer itself, but commands are provided to show and jump to the
7213 original entry location, and to edit the Org files ``remotely'' from
7214 the agenda buffer.  In this way, all information is stored only once,
7215 removing the risk that your agenda and note files may diverge.
7217 Some commands can be executed with mouse clicks on agenda lines.  For
7218 the other commands, the cursor needs to be in the desired line.
7220 @table @kbd
7221 @tsubheading{Motion}
7222 @cindex motion commands in agenda
7223 @kindex n
7224 @item n
7225 Next line (same as @key{up} and @kbd{C-p}).
7226 @kindex p
7227 @item p
7228 Previous line (same as @key{down} and @kbd{C-n}).
7229 @tsubheading{View/Go to Org file}
7230 @kindex mouse-3
7231 @kindex @key{SPC}
7232 @item mouse-3
7233 @itemx @key{SPC}
7234 Display the original location of the item in another window.
7235 With prefix arg, make sure that the entire entry is made visible in the
7236 outline, not only the heading.
7238 @kindex L
7239 @item L
7240 Display original location and recenter that window.
7242 @kindex mouse-2
7243 @kindex mouse-1
7244 @kindex @key{TAB}
7245 @item mouse-2
7246 @itemx mouse-1
7247 @itemx @key{TAB}
7248 Go to the original location of the item in another window.  Under Emacs
7249 22, @kbd{mouse-1} will also works for this.
7251 @kindex @key{RET}
7252 @itemx @key{RET}
7253 Go to the original location of the item and delete other windows.
7255 @kindex F
7256 @item F
7257 @vindex org-agenda-start-with-follow-mode
7258 Toggle Follow mode.  In Follow mode, as you move the cursor through
7259 the agenda buffer, the other window always shows the corresponding
7260 location in the Org file.  The initial setting for this mode in new
7261 agenda buffers can be set with the variable
7262 @code{org-agenda-start-with-follow-mode}.
7264 @kindex C-c C-x b
7265 @item C-c C-x b
7266 Display the entire subtree of the current item in an indirect buffer.  With a
7267 numeric prefix argument N, go up to level N and then take that tree.  If N is
7268 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
7269 previously used indirect buffer.
7271 @kindex C-c C-o
7272 @item C-c C-o
7273 Follow a link in the entry.  This will offer a selection of any links in the
7274 text belonging to the referenced Org node.  If there is only one link, it
7275 will be followed without a selection prompt.
7277 @tsubheading{Change display}
7278 @cindex display changing, in agenda
7279 @kindex o
7280 @item o
7281 Delete other windows.
7283 @kindex v d
7284 @kindex d
7285 @kindex v w
7286 @kindex w
7287 @kindex v m
7288 @kindex v y
7289 @item v d @ @r{or short} @ d
7290 @itemx v w @ @r{or short} @ w
7291 @itemx v m
7292 @itemx v y
7293 Switch to day/week/month/year view.  When switching to day or week view,
7294 this setting becomes the default for subsequent agenda commands.  Since
7295 month and year views are slow to create, they do not become the default.
7296 A numeric prefix argument may be used to jump directly to a specific day
7297 of the year, ISO week, month, or year, respectively.  For example,
7298 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
7299 setting day, week, or month view, a year may be encoded in the prefix
7300 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
7301 2007.  If such a year specification has only one or two digits, it will
7302 be mapped to the interval 1938-2037.
7304 @kindex f
7305 @item f
7306 @vindex org-agenda-ndays
7307 Go forward in time to display the following @code{org-agenda-ndays} days.
7308 For example, if the display covers a week, switch to the following week.
7309 With prefix arg, go forward that many times @code{org-agenda-ndays} days.
7311 @kindex b
7312 @item b
7313 Go backward in time to display earlier dates.
7315 @kindex .
7316 @item .
7317 Go to today.
7319 @kindex j
7320 @item j
7321 Prompt for a date and go there.
7323 @kindex D
7324 @item D
7325 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
7327 @kindex v l
7328 @kindex v L
7329 @kindex l
7330 @item v l @ @r{or short} @ l
7331 @vindex org-log-done
7332 @vindex org-agenda-log-mode-items
7333 Toggle Logbook mode.  In Logbook mode, entries that were marked DONE while
7334 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
7335 entries that have been clocked on that day.  You can configure the entry
7336 types that should be included in log mode using the variable
7337 @code{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
7338 all possible logbook entries, including state changes.  When called with two
7339 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
7340 @kbd{v L} is equivalent to @kbd{C-u v l}.
7342 @kindex v [
7343 @kindex [
7344 @item v [ @ @r{or short} @ [
7345 Include inactive timestamps into the current view.  Only for weekly/daily
7346 agenda and timeline views.
7348 @kindex v a
7349 @kindex v A
7350 @item v a
7351 @itemx v A
7352 Toggle Archives mode.  In Archives mode, trees that are marked
7353 @code{ARCHIVED} are also scanned when producing the agenda.  When you use the
7354 capital @kbd{A}, even all archive files are included.  To exit archives mode,
7355 press @kbd{v a} again.
7357 @kindex v R
7358 @kindex R
7359 @item v R @ @r{or short} @ R
7360 @vindex org-agenda-start-with-clockreport-mode
7361 Toggle Clockreport mode.  In Clockreport mode, the daily/weekly agenda will
7362 always show a table with the clocked times for the timespan and file scope
7363 covered by the current agenda view.  The initial setting for this mode in new
7364 agenda buffers can be set with the variable
7365 @code{org-agenda-start-with-clockreport-mode}.
7367 @kindex v E
7368 @kindex E
7369 @item v E @ @r{or short} @ E
7370 @vindex org-agenda-start-with-entry-text-mode
7371 @vindex org-agenda-entry-text-maxlines
7372 Toggle entry text mode.  In entry text mode, a number of lines from the Org
7373 outline node referenced by an agenda line will be displayed below the line.
7374 The maximum number of lines is given by the variable
7375 @code{org-agenda-entry-text-maxlines}.  Calling this command with a numeric
7376 prefix argument will temporarily modify that number to the prefix value.
7378 @kindex G
7379 @item G
7380 @vindex org-agenda-use-time-grid
7381 @vindex org-agenda-time-grid
7382 Toggle the time grid on and off.  See also the variables
7383 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
7385 @kindex r
7386 @item r
7387 Recreate the agenda buffer, for example to reflect the changes after
7388 modification of the timestamps of items with @kbd{S-@key{left}} and
7389 @kbd{S-@key{right}}.  When the buffer is the global TODO list, a prefix
7390 argument is interpreted to create a selective list for a specific TODO
7391 keyword.
7392 @kindex g
7393 @item g
7394 Same as @kbd{r}.
7396 @kindex s
7397 @kindex C-x C-s
7398 @item s
7399 @itemx C-x C-s
7400 Save all Org buffers in the current Emacs session, and also the locations of
7401 IDs.
7403 @kindex C-c C-x C-c
7404 @item C-c C-x C-c
7405 @vindex org-columns-default-format
7406 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
7407 view format is taken from the entry at point, or (if there is no entry at
7408 point), from the first entry in the agenda view.  So whatever the format for
7409 that entry would be in the original buffer (taken from a property, from a
7410 @code{#+COLUMNS} line, or from the default variable
7411 @code{org-columns-default-format}), will be used in the agenda.
7413 @kindex C-c C-x >
7414 @item C-c C-x >
7415 Remove the restriction lock on the agenda, if it is currently restricted to a
7416 file or subtree (@pxref{Agenda files}).
7418 @tsubheading{Secondary filtering and query editing}
7419 @cindex filtering, by tag and effort, in agenda
7420 @cindex tag filtering, in agenda
7421 @cindex effort filtering, in agenda
7422 @cindex query editing, in agenda
7424 @kindex /
7425 @item /
7426 @vindex org-agenda-filter-preset
7427 Filter the current agenda view with respect to a tag and/or effort estimates.
7428 The difference between this and a custom agenda command is that filtering is
7429 very fast, so that you can switch quickly between different filters without
7430 having to recreate the agenda@footnote{Custom commands can preset a filter by
7431 binding the variable @code{org-agenda-filter-preset} as an option.  This
7432 filter will then be applied to the view and persist as a basic filter through
7433 refreshes and more secondary filtering.}
7435 You will be prompted for a tag selection letter, SPC will mean any tag at
7436 all.  Pressing @key{TAB} at that prompt will offer use completion to select a
7437 tag (including any tags that do not have a selection character).  The command
7438 then hides all entries that do not contain or inherit this tag.  When called
7439 with prefix arg, remove the entries that @emph{do} have the tag.  A second
7440 @kbd{/} at the prompt will turn off the filter and unhide any hidden entries.
7441 If the first key you press is either @kbd{+} or @kbd{-}, the previous filter
7442 will be narrowed by requiring or forbidding the selected additional tag.
7443 Instead of pressing @kbd{+} or @kbd{-} after @kbd{/}, you can also
7444 immediately use the @kbd{\} command.
7446 @vindex org-sort-agenda-noeffort-is-high
7447 In order to filter for effort estimates, you should set-up allowed
7448 efforts globally, for example
7449 @lisp
7450 (setq org-global-properties
7451     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
7452 @end lisp
7453 You can then filter for an effort by first typing an operator, one of
7454 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
7455 estimate in your array of allowed values, where @kbd{0} means the 10th value.
7456 The filter will then restrict to entries with effort smaller-or-equal, equal,
7457 or larger-or-equal than the selected value.  If the digits 0-9 are not used
7458 as fast access keys to tags, you can also simply press the index digit
7459 directly without an operator.  In this case, @kbd{<} will be assumed.  For
7460 application of the operator, entries without a defined effort will be treated
7461 according to the value of @code{org-sort-agenda-noeffort-is-high}.  To filter
7462 for tasks without effort definition, press @kbd{?} as the operator.
7464 Org also supports automatic, context-aware tag filtering.  If the variable
7465 @code{org-agenda-auto-exclude-function} is set to a user-defined function,
7466 that function can decide which tags should be excluded from the agenda
7467 automatically.  Once this is set, the @kbd{/} command then accepts @kbd{RET}
7468 as a sub-option key and runs the auto exclusion logic.  For example, let's
7469 say you use a @code{Net} tag to identify tasks which need network access, an
7470 @code{Errand} tag for errands in town, and a @code{Call} tag for making phone
7471 calls.  You could auto-exclude these tags based on the availability of the
7472 Internet, and outside of business hours, with something like this:
7474 @lisp
7475 @group
7476 (defun org-my-auto-exclude-function (tag)
7477   (and (cond
7478         ((string= tag "Net")
7479          (/= 0 (call-process "/sbin/ping" nil nil nil
7480                              "-c1" "-q" "-t1" "mail.gnu.org")))
7481         ((or (string= tag "Errand") (string= tag "Call"))
7482          (let ((hour (nth 2 (decode-time))))
7483            (or (< hour 8) (> hour 21)))))
7484        (concat "-" tag)))
7486 (setq org-agenda-auto-exclude-function 'org-my-auto-exclude-function)
7487 @end group
7488 @end lisp
7490 @kindex \
7491 @item \
7492 Narrow the current agenda filter by an additional condition.  When called with
7493 prefix arg, remove the entries that @emph{do} have the tag, or that do match
7494 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
7495 @kbd{-} as the first key after the @kbd{/} command.
7497 @kindex [
7498 @kindex ]
7499 @kindex @{
7500 @kindex @}
7501 @item [ ] @{ @}
7502 @table @i
7503 @item @r{in} search view
7504 add new search words (@kbd{[} and @kbd{]}) or new regular expressions
7505 (@kbd{@{} and @kbd{@}}) to the query string.  The opening bracket/brace will
7506 add a positive search term prefixed by @samp{+}, indicating that this search
7507 term @i{must} occur/match in the entry.  The closing bracket/brace will add a
7508 negative search term which @i{must not} occur/match in the entry for it to be
7509 selected.
7510 @end table
7512 @page
7513 @tsubheading{Remote editing}
7514 @cindex remote editing, from agenda
7516 @item 0-9
7517 Digit argument.
7519 @cindex undoing remote-editing events
7520 @cindex remote editing, undo
7521 @kindex C-_
7522 @item C-_
7523 Undo a change due to a remote editing command.  The change is undone
7524 both in the agenda buffer and in the remote buffer.
7526 @kindex t
7527 @item t
7528 Change the TODO state of the item, both in the agenda and in the
7529 original org file.
7531 @kindex C-S-@key{right}
7532 @kindex C-S-@key{left}
7533 @item C-S-@key{right}@r{/}@key{left}
7534 Switch to the next/previous set of TODO keywords.
7536 @kindex C-k
7537 @item C-k
7538 @vindex org-agenda-confirm-kill
7539 Delete the current agenda item along with the entire subtree belonging
7540 to it in the original Org file.  If the text to be deleted remotely
7541 is longer than one line, the kill needs to be confirmed by the user.  See
7542 variable @code{org-agenda-confirm-kill}.
7544 @kindex C-c C-w
7545 @item C-c C-w
7546 Refile the entry at point.
7548 @kindex C-c C-x C-a
7549 @kindex a
7550 @item C-c C-x C-a @ @r{or short} @ a
7551 @vindex org-archive-default-command
7552 Archive the subtree corresponding to the entry at point using the default
7553 archiving command set in @code{org-archive-default-command}.  When using the
7554 @code{a} key, confirmation will be required.
7556 @kindex C-c C-x a
7557 @item C-c C-x a
7558 Toggle the ARCHIVE tag for the current headline.
7560 @kindex C-c C-x A
7561 @item C-c C-x A
7562 Move the subtree corresponding to the current entry to its @emph{archive
7563 sibling}.
7565 @kindex $
7566 @kindex C-c C-x C-s
7567 @item C-c C-x C-s @ @r{or short} @ $
7568 Archive the subtree corresponding to the current headline.  This means the
7569 entry will be moved to the configured archive location, most likely a
7570 different file.
7572 @kindex T
7573 @item T
7574 @vindex org-agenda-show-inherited-tags
7575 Show all tags associated with the current item.  This is useful if you have
7576 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
7577 tags of a headline occasionally.
7579 @kindex :
7580 @item :
7581 Set tags for the current headline.  If there is an active region in the
7582 agenda, change a tag for all headings in the region.
7584 @kindex ,
7585 @item ,
7586 Set the priority for the current item.  Org mode prompts for the
7587 priority character. If you reply with @key{SPC}, the priority cookie
7588 is removed from the entry.
7590 @kindex P
7591 @item P
7592 Display weighted priority of current item.
7594 @kindex +
7595 @kindex S-@key{up}
7596 @item +
7597 @itemx S-@key{up}
7598 Increase the priority of the current item.  The priority is changed in
7599 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
7600 key for this.
7602 @kindex -
7603 @kindex S-@key{down}
7604 @item -
7605 @itemx S-@key{down}
7606 Decrease the priority of the current item.
7608 @kindex C-c C-z
7609 @kindex z
7610 @item z @ @r{or also} @ C-c C-z
7611 @vindex org-log-into-drawer
7612 Add a note to the entry.  This note will be recorded, and then files to the
7613 same location where state change notes are put.  Depending on
7614 @code{org-log-into-drawer}, this maybe inside a drawer.
7616 @kindex C-c C-a
7617 @item C-c C-a
7618 Dispatcher for all command related to attachments.
7620 @kindex C-c C-s
7621 @item C-c C-s
7622 Schedule this item, with prefix arg remove the scheduling timestamp
7624 @kindex C-c C-d
7625 @item C-c C-d
7626 Set a deadline for this item, with prefix arg remove the deadline.
7628 @kindex k
7629 @item k
7630 Agenda actions, to set dates for selected items to the cursor date.
7631 This command also works in the calendar!  The command prompts for an
7632 additional key:
7633 @example
7634 m   @r{Mark the entry at point for action.  You can also make entries}
7635     @r{in Org files with @kbd{C-c C-x C-k}.}
7636 d   @r{Set the deadline of the marked entry to the date at point.}
7637 s   @r{Schedule the marked entry at the date at point.}
7638 r   @r{Call @code{org-remember} with the cursor date as default date.}
7639 @end example
7640 @noindent
7641 Press @kbd{r} afterward to refresh the agenda and see the effect of the
7642 command.
7644 @kindex S-@key{right}
7645 @item S-@key{right}
7646 Change the timestamp associated with the current line by one day into the
7647 future.  With a numeric prefix argument, change it by that many days.  For
7648 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  With a
7649 @kbd{C-u} prefix, change the time by one hour.  If you immediately repeat the
7650 command, it will continue to change hours even without the prefix arg.  With
7651 a double @kbd{C-u C-u} prefix, do the same for changing minutes.  The stamp
7652 is changed in the original Org file, but the change is not directly reflected
7653 in the agenda buffer.  Use @kbd{r} or @kbd{g} to update the buffer.
7655 @kindex S-@key{left}
7656 @item S-@key{left}
7657 Change the timestamp associated with the current line by one day
7658 into the past.
7660 @kindex >
7661 @item >
7662 Change the timestamp associated with the current line.  The key @kbd{>} has
7663 been chosen, because it is the same as @kbd{S-.}  on my keyboard.
7665 @kindex I
7666 @item I
7667 Start the clock on the current item.  If a clock is running already, it
7668 is stopped first.
7670 @kindex O
7671 @item O
7672 Stop the previously started clock.
7674 @kindex X
7675 @item X
7676 Cancel the currently running clock.
7678 @kindex J
7679 @item J
7680 Jump to the running clock in another window.
7682 @tsubheading{Bulk remote editing selected entries}
7683 @cindex remote editing, bulk, from agenda
7685 @kindex m
7686 @item m
7687 Mark the entry at point for bulk action.
7689 @kindex u
7690 @item u
7691 Unmark entry for bulk action.
7693 @kindex U
7694 @item U
7695 Unmark all marked entries for bulk action.
7697 @kindex B
7698 @item B
7699 Bulk action: act on all marked entries in the agenda.  This will prompt for
7700 another key to select the action to be applied.  The prefix arg to @kbd{B}
7701 will be passed through to the @kbd{s} and @kbd{d} commands, to bulk-remove
7702 these special timestamps.
7703 @example
7704 r  @r{Prompt for a single refile target and move all entries.  The entries}
7705    @r{will no longer be in the agenda, refresh (@kbd{g}) to bring them back.}
7706 $  @r{Archive all selected entries.}
7707 A  @r{Archive entries by moving them to their respective archive siblings.}
7708 t  @r{Change TODO state.  This prompts for a single TODO keyword and}
7709    @r{changes the state of all selected entries, bypassing blocking and}
7710    @r{suppressing logging notes (but not time stamps).}
7711 +  @r{Add a tag to all selected entries.}
7712 -  @r{Remove a tag from all selected entries.}
7713 s  @r{Schedule all items to a new date.  To shift existing schedule dates}
7714    @r{by a fixed number of days, use something starting with double plus}
7715    @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
7716 d  @r{Set deadline to a specific date.}
7717 @end example
7720 @tsubheading{Calendar commands}
7721 @cindex calendar commands, from agenda
7722 @kindex c
7723 @item c
7724 Open the Emacs calendar and move to the date at the agenda cursor.
7726 @item c
7727 When in the calendar, compute and show the Org mode agenda for the
7728 date at the cursor.
7730 @cindex diary entries, creating from agenda
7731 @kindex i
7732 @item i
7733 @vindex org-agenda-diary-file
7734 Insert a new entry into the diary, using the date at the cursor and (for
7735 block entries) the date at the mark.  This will add to the Emacs diary
7736 file@footnote{This file is parsed for the agenda when
7737 @code{org-agenda-include-diary} is set.}, in a way similar to the @kbd{i}
7738 command in the calendar.  The diary file will pop up in another window, where
7739 you can add the entry.
7741 If you configure @code{org-agenda-diary-file} to point to an Org-mode file,
7742 Org will create entries (in org-mode syntax) in that file instead.  Most
7743 entries will be stored in a date-based outline tree that will later make it
7744 easy to archive appointments from previous months/years.  The tree will be
7745 build under an entry with a @code{DATE_TREE} property, or else with years as
7746 top-level entries.  Emacs will prompt you for the entry text - if you specify
7747 it, the entry will be created in @code{org-agenda-diary-file} without further
7748 interaction.  If you directly press @key{RET} at the prompt without typing
7749 text, the target file will be shown in another window for you to finish the
7750 entry there.  See also the @kbd{k r} command.
7752 @kindex M
7753 @item M
7754 Show the phases of the moon for the three months around current date.
7756 @kindex S
7757 @item S
7758 Show sunrise and sunset times.  The geographical location must be set
7759 with calendar variables, see the documentation for the Emacs calendar.
7761 @kindex C
7762 @item C
7763 Convert the date at cursor into many other cultural and historic
7764 calendars.
7766 @kindex H
7767 @item H
7768 Show holidays for three months around the cursor date.
7770 @item M-x org-export-icalendar-combine-agenda-files
7771 Export a single iCalendar file containing entries from all agenda files.
7772 This is a globally available command, and also available in the agenda menu.
7774 @tsubheading{Exporting to a file}
7775 @kindex C-x C-w
7776 @item C-x C-w
7777 @cindex exporting agenda views
7778 @cindex agenda views, exporting
7779 @vindex org-agenda-exporter-settings
7780 Write the agenda view to a file.  Depending on the extension of the selected
7781 file name, the view will be exported as HTML (extension @file{.html} or
7782 @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}),
7783 and plain text (any other extension).  When called with a @kbd{C-u} prefix
7784 argument, immediately open the newly created file.  Use the variable
7785 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
7786 for @file{htmlize} to be used during export.
7788 @tsubheading{Quit and Exit}
7789 @kindex q
7790 @item q
7791 Quit agenda, remove the agenda buffer.
7793 @kindex x
7794 @cindex agenda files, removing buffers
7795 @item x
7796 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
7797 for the compilation of the agenda.  Buffers created by the user to
7798 visit Org files will not be removed.
7799 @end table
7802 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
7803 @section Custom agenda views
7804 @cindex custom agenda views
7805 @cindex agenda views, custom
7807 Custom agenda commands serve two purposes: to store and quickly access
7808 frequently used TODO and tags searches, and to create special composite
7809 agenda buffers.  Custom agenda commands will be accessible through the
7810 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
7812 @menu
7813 * Storing searches::            Type once, use often
7814 * Block agenda::                All the stuff you need in a single buffer
7815 * Setting Options::             Changing the rules
7816 @end menu
7818 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
7819 @subsection Storing searches
7821 The first application of custom searches is the definition of keyboard
7822 shortcuts for frequently used searches, either creating an agenda
7823 buffer, or a sparse tree (the latter covering of course only the current
7824 buffer).
7825 @kindex C-c a C
7826 @vindex org-agenda-custom-commands
7827 Custom commands are configured in the variable
7828 @code{org-agenda-custom-commands}.  You can customize this variable, for
7829 example by pressing @kbd{C-c a C}.  You can also directly set it with
7830 Emacs Lisp in @file{.emacs}.  The following example contains all valid
7831 search types:
7833 @lisp
7834 @group
7835 (setq org-agenda-custom-commands
7836       '(("w" todo "WAITING")
7837         ("W" todo-tree "WAITING")
7838         ("u" tags "+boss-urgent")
7839         ("v" tags-todo "+boss-urgent")
7840         ("U" tags-tree "+boss-urgent")
7841         ("f" occur-tree "\\<FIXME\\>")
7842         ("h" . "HOME+Name tags searches") ; description for "h" prefix
7843         ("hl" tags "+home+Lisa")
7844         ("hp" tags "+home+Peter")
7845         ("hk" tags "+home+Kim")))
7846 @end group
7847 @end lisp
7849 @noindent
7850 The initial string in each entry defines the keys you have to press
7851 after the dispatcher command @kbd{C-c a} in order to access the command.
7852 Usually this will be just a single character, but if you have many
7853 similar commands, you can also define two-letter combinations where the
7854 first character is the same in several combinations and serves as a
7855 prefix key@footnote{You can provide a description for a prefix key by
7856 inserting a cons cell with the prefix and the description.}.  The second
7857 parameter is the search type, followed by the string or regular
7858 expression to be used for the matching.  The example above will
7859 therefore define:
7861 @table @kbd
7862 @item C-c a w
7863 as a global search for TODO entries with @samp{WAITING} as the TODO
7864 keyword
7865 @item C-c a W
7866 as the same search, but only in the current buffer and displaying the
7867 results as a sparse tree
7868 @item C-c a u
7869 as a global tags search for headlines marked @samp{:boss:} but not
7870 @samp{:urgent:}
7871 @item C-c a v
7872 as the same search as @kbd{C-c a u}, but limiting the search to
7873 headlines that are also TODO items
7874 @item C-c a U
7875 as the same search as @kbd{C-c a u}, but only in the current buffer and
7876 displaying the result as a sparse tree
7877 @item C-c a f
7878 to create a sparse tree (again: current buffer only) with all entries
7879 containing the word @samp{FIXME}
7880 @item C-c a h
7881 as a prefix command for a HOME tags search where you have to press an
7882 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
7883 Peter, or Kim) as additional tag to match.
7884 @end table
7886 @node Block agenda, Setting Options, Storing searches, Custom agenda views
7887 @subsection Block agenda
7888 @cindex block agenda
7889 @cindex agenda, with block views
7891 Another possibility is the construction of agenda views that comprise
7892 the results of @emph{several} commands, each of which creates a block in
7893 the agenda buffer.  The available commands include @code{agenda} for the
7894 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
7895 for the global TODO list (as constructed with @kbd{C-c a t}), and the
7896 matching commands discussed above: @code{todo}, @code{tags}, and
7897 @code{tags-todo}.  Here are two examples:
7899 @lisp
7900 @group
7901 (setq org-agenda-custom-commands
7902       '(("h" "Agenda and Home-related tasks"
7903          ((agenda "")
7904           (tags-todo "home")
7905           (tags "garden")))
7906         ("o" "Agenda and Office-related tasks"
7907          ((agenda "")
7908           (tags-todo "work")
7909           (tags "office")))))
7910 @end group
7911 @end lisp
7913 @noindent
7914 This will define @kbd{C-c a h} to create a multi-block view for stuff
7915 you need to attend to at home.  The resulting agenda buffer will contain
7916 your agenda for the current week, all TODO items that carry the tag
7917 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
7918 command @kbd{C-c a o} provides a similar view for office tasks.
7920 @node Setting Options,  , Block agenda, Custom agenda views
7921 @subsection Setting options for custom commands
7922 @cindex options, for custom agenda views
7924 @vindex org-agenda-custom-commands
7925 Org mode contains a number of variables regulating agenda construction
7926 and display.  The global variables define the behavior for all agenda
7927 commands, including the custom commands.  However, if you want to change
7928 some settings just for a single custom view, you can do so.  Setting
7929 options requires inserting a list of variable names and values at the
7930 right spot in @code{org-agenda-custom-commands}.  For example:
7932 @lisp
7933 @group
7934 (setq org-agenda-custom-commands
7935       '(("w" todo "WAITING"
7936          ((org-agenda-sorting-strategy '(priority-down))
7937           (org-agenda-prefix-format "  Mixed: ")))
7938         ("U" tags-tree "+boss-urgent"
7939          ((org-show-following-heading nil)
7940           (org-show-hierarchy-above nil)))
7941         ("N" search ""
7942          ((org-agenda-files '("~org/notes.org"))
7943           (org-agenda-text-search-extra-files nil)))))
7944 @end group
7945 @end lisp
7947 @noindent
7948 Now the @kbd{C-c a w} command will sort the collected entries only by
7949 priority, and the prefix format is modified to just say @samp{  Mixed: }
7950 instead of giving the category of the entry.  The sparse tags tree of
7951 @kbd{C-c a U} will now turn out ultra-compact, because neither the
7952 headline hierarchy above the match, nor the headline following the match
7953 will be shown.  The command @kbd{C-c a N} will do a text search limited
7954 to only a single file.
7956 @vindex org-agenda-custom-commands
7957 For command sets creating a block agenda,
7958 @code{org-agenda-custom-commands} has two separate spots for setting
7959 options.  You can add options that should be valid for just a single
7960 command in the set, and options that should be valid for all commands in
7961 the set.  The former are just added to the command entry, the latter
7962 must come after the list of command entries.  Going back to the block
7963 agenda example (@pxref{Block agenda}), let's change the sorting strategy
7964 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
7965 the results for GARDEN tags query in the opposite order,
7966 @code{priority-up}.  This would look like this:
7968 @lisp
7969 @group
7970 (setq org-agenda-custom-commands
7971       '(("h" "Agenda and Home-related tasks"
7972          ((agenda)
7973           (tags-todo "home")
7974           (tags "garden"
7975                 ((org-agenda-sorting-strategy '(priority-up)))))
7976          ((org-agenda-sorting-strategy '(priority-down))))
7977         ("o" "Agenda and Office-related tasks"
7978          ((agenda)
7979           (tags-todo "work")
7980           (tags "office")))))
7981 @end group
7982 @end lisp
7984 As you see, the values and parentheses setting is a little complex.
7985 When in doubt, use the customize interface to set this variable---it
7986 fully supports its structure.  Just one caveat: when setting options in
7987 this interface, the @emph{values} are just Lisp expressions.  So if the
7988 value is a string, you need to add the double-quotes around the value
7989 yourself.
7992 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
7993 @section Exporting Agenda Views
7994 @cindex agenda views, exporting
7996 If you are away from your computer, it can be very useful to have a printed
7997 version of some agenda views to carry around.  Org mode can export custom
7998 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
7999 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
8000 ghostscript @file{ps2pdf} utility must be installed on the system.  Selecting
8001 a PDF file with also create the postscript file.}, and iCalendar files.  If
8002 you want to do this only occasionally, use the command
8004 @table @kbd
8005 @kindex C-x C-w
8006 @item C-x C-w
8007 @cindex exporting agenda views
8008 @cindex agenda views, exporting
8009 @vindex org-agenda-exporter-settings
8010 Write the agenda view to a file.  Depending on the extension of the selected
8011 file name, the view will be exported as HTML (extension @file{.html} or
8012 @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension
8013 @file{.ics}), or plain text (any other extension).  Use the variable
8014 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
8015 for @file{htmlize} to be used during export, for example
8017 @vindex org-agenda-add-entry-text-maxlines
8018 @vindex htmlize-output-type
8019 @vindex ps-number-of-columns
8020 @vindex ps-landscape-mode
8021 @lisp
8022 (setq org-agenda-exporter-settings
8023       '((ps-number-of-columns 2)
8024         (ps-landscape-mode t)
8025         (org-agenda-add-entry-text-maxlines 5)
8026         (htmlize-output-type 'css)))
8027 @end lisp
8028 @end table
8030 If you need to export certain agenda views frequently, you can associate
8031 any custom agenda command with a list of output file names
8032 @footnote{If you want to store standard views like the weekly agenda
8033 or the global TODO list as well, you need to define custom commands for
8034 them in order to be able to specify file names.}.  Here is an example
8035 that first defines custom commands for the agenda and the global
8036 TODO list, together with a number of files to which to export them.
8037 Then we define two block agenda commands and specify file names for them
8038 as well.  File names can be relative to the current working directory,
8039 or absolute.
8041 @lisp
8042 @group
8043 (setq org-agenda-custom-commands
8044       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
8045         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
8046         ("h" "Agenda and Home-related tasks"
8047          ((agenda "")
8048           (tags-todo "home")
8049           (tags "garden"))
8050          nil
8051          ("~/views/home.html"))
8052         ("o" "Agenda and Office-related tasks"
8053          ((agenda)
8054           (tags-todo "work")
8055           (tags "office"))
8056          nil
8057          ("~/views/office.ps" "~/calendars/office.ics"))))
8058 @end group
8059 @end lisp
8061 The extension of the file name determines the type of export.  If it is
8062 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
8063 the buffer to HTML and save it to this file name.  If the extension is
8064 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
8065 Postscript output.  If the extension is @file{.ics}, iCalendar export is
8066 run export over all files that were used to construct the agenda, and
8067 limit the export to entries listed in the agenda.  Any other
8068 extension produces a plain ASCII file.
8070 The export files are @emph{not} created when you use one of those
8071 commands interactively because this might use too much overhead.
8072 Instead, there is a special command to produce @emph{all} specified
8073 files in one step:
8075 @table @kbd
8076 @kindex C-c a e
8077 @item C-c a e
8078 Export all agenda views that have export file names associated with
8079 them.
8080 @end table
8082 You can use the options section of the custom agenda commands to also
8083 set options for the export commands.  For example:
8085 @lisp
8086 (setq org-agenda-custom-commands
8087       '(("X" agenda ""
8088          ((ps-number-of-columns 2)
8089           (ps-landscape-mode t)
8090           (org-agenda-prefix-format " [ ] ")
8091           (org-agenda-with-colors nil)
8092           (org-agenda-remove-tags t))
8093          ("theagenda.ps"))))
8094 @end lisp
8096 @noindent
8097 This command sets two options for the Postscript exporter, to make it
8098 print in two columns in landscape format---the resulting page can be cut
8099 in two and then used in a paper agenda.  The remaining settings modify
8100 the agenda prefix to omit category and scheduling information, and
8101 instead include a checkbox to check off items.  We also remove the tags
8102 to make the lines compact, and we don't want to use colors for the
8103 black-and-white printer.  Settings specified in
8104 @code{org-agenda-exporter-settings} will also apply, but the settings
8105 in @code{org-agenda-custom-commands} take precedence.
8107 @noindent
8108 From the command line you may also use
8109 @example
8110 emacs -f org-batch-store-agenda-views -kill
8111 @end example
8112 @noindent
8113 or, if you need to modify some parameters@footnote{Quoting depends on the
8114 system you use, please check the FAQ for examples.}
8115 @example
8116 emacs -eval '(org-batch-store-agenda-views                      \
8117               org-agenda-ndays 30                               \
8118               org-agenda-start-day "2007-11-01"                 \
8119               org-agenda-include-diary nil                      \
8120               org-agenda-files (quote ("~/org/project.org")))'  \
8121       -kill
8122 @end example
8123 @noindent
8124 which will create the agenda views restricted to the file
8125 @file{~/org/project.org}, without diary entries and with a 30-day
8126 extent.
8128 You can also extract agenda information in a way that allows further
8129 processing by other programs.  See @ref{Extracting agenda information}, for
8130 more information.
8133 @node Agenda column view,  , Exporting Agenda Views, Agenda Views
8134 @section Using column view in the agenda
8135 @cindex column view, in agenda
8136 @cindex agenda, column view
8138 Column view (@pxref{Column view}) is normally used to view and edit
8139 properties embedded in the hierarchical structure of an Org file.  It can be
8140 quite useful to use column view also from the agenda, where entries are
8141 collected by certain criteria.
8143 @table @kbd
8144 @kindex C-c C-x C-c
8145 @item C-c C-x C-c
8146 Turn on column view in the agenda.
8147 @end table
8149 To understand how to use this properly, it is important to realize that the
8150 entries in the agenda are no longer in their proper outline environment.
8151 This causes the following issues:
8153 @enumerate
8154 @item
8155 @vindex org-columns-default-format
8156 @vindex org-overriding-columns-format
8157 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
8158 entries in the agenda are collected from different files, and different files
8159 may have different @code{COLUMNS} formats, this is a non-trivial problem.
8160 Org first checks if the variable @code{org-overriding-columns-format} is
8161 currently set, and if so, takes the format from there.  Otherwise it takes
8162 the format associated with the first item in the agenda, or, if that item
8163 does not have a specific format (defined in a property, or in its file), it
8164 uses @code{org-columns-default-format}.
8165 @item
8166 @cindex property, special, CLOCKSUM
8167 If any of the columns has a summary type defined (@pxref{Column attributes}),
8168 turning on column view in the agenda will visit all relevant agenda files and
8169 make sure that the computations of this property are up to date.  This is
8170 also true for the special @code{CLOCKSUM} property.  Org will then sum the
8171 values displayed in the agenda.  In the daily/weekly agenda, the sums will
8172 cover a single day, in all other views they cover the entire block.  It is
8173 vital to realize that the agenda may show the same entry @emph{twice} (for
8174 example as scheduled and as a deadline), and it may show two entries from the
8175 same hierarchy (for example a @emph{parent} and its @emph{child}).  In these
8176 cases, the summation in the agenda will lead to incorrect results because
8177 some values will count double.
8178 @item
8179 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
8180 the entire clocked time for this item.  So even in the daily/weekly agenda,
8181 the clocksum listed in column view may originate from times outside the
8182 current view.  This has the advantage that you can compare these values with
8183 a column listing the planned total effort for a task---one of the major
8184 applications for column view in the agenda.  If you want information about
8185 clocked time in the displayed period use clock table mode (press @kbd{R} in
8186 the agenda).
8187 @end enumerate
8190 @node Markup, Exporting, Agenda Views, Top
8191 @chapter Markup for rich export
8193 When exporting Org-mode documents, the exporter tries to reflect the
8194 structure of the document as accurately as possible in the backend.  Since
8195 export targets like HTML, La@TeX{}, or DocBook allow much richer formatting,
8196 Org mode has rules on how to prepare text for rich export.  This section
8197 summarizes the markup rules used in an Org-mode buffer.
8199 @menu
8200 * Structural markup elements::  The basic structure as seen by the exporter
8201 * Images and tables::           Tables and Images will be included
8202 * Literal examples::            Source code examples with special formatting
8203 * Include files::               Include additional files into a document
8204 * Index entries::               
8205 * Macro replacement::           Use macros to create complex output
8206 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
8207 @end menu
8209 @node Structural markup elements, Images and tables, Markup, Markup
8210 @section Structural markup elements
8212 @menu
8213 * Document title::              Where the title is taken from
8214 * Headings and sections::       The document structure as seen by the exporter
8215 * Table of contents::           The if and where of the table of contents
8216 * Initial text::                Text before the first heading?
8217 * Lists::                       Lists
8218 * Paragraphs::                  Paragraphs
8219 * Footnote markup::             Footnotes
8220 * Emphasis and monospace::      Bold, italic, etc.
8221 * Horizontal rules::            Make a line
8222 * Comment lines::               What will *not* be exported
8223 @end menu
8225 @node Document title, Headings and sections, Structural markup elements, Structural markup elements
8226 @subheading Document title
8227 @cindex document title, markup rules
8229 @noindent
8230 The title of the exported document is taken from the special line
8232 @cindex #+TITLE
8233 @example
8234 #+TITLE: This is the title of the document
8235 @end example
8237 @noindent
8238 If this line does not exist, the title is derived from the first non-empty,
8239 non-comment line in the buffer.  If no such line exists, or if you have
8240 turned off exporting of the text before the first headline (see below), the
8241 title will be the file name without extension.
8243 @cindex property, EXPORT_TITLE
8244 If you are exporting only a subtree by marking is as the region, the heading
8245 of the subtree will become the title of the document.  If the subtree has a
8246 property @code{EXPORT_TITLE}, that will take precedence.
8248 @node Headings and sections, Table of contents, Document title, Structural markup elements
8249 @subheading Headings and sections
8250 @cindex headings and sections, markup rules
8252 @vindex org-export-headline-levels
8253 The outline structure of the document as described in @ref{Document
8254 Structure}, forms the basis for defining sections of the exported document.
8255 However, since the outline structure is also used for (for example) lists of
8256 tasks, only the first three outline levels will be used as headings.  Deeper
8257 levels will become itemized lists.  You can change the location of this
8258 switch globally by setting the variable @code{org-export-headline-levels}, or on a
8259 per-file basis with a line
8261 @cindex #+OPTIONS
8262 @example
8263 #+OPTIONS: H:4
8264 @end example
8266 @node Table of contents, Initial text, Headings and sections, Structural markup elements
8267 @subheading Table of contents
8268 @cindex table of contents, markup rules
8270 @vindex org-export-with-toc
8271 The table of contents is normally inserted directly before the first headline
8272 of the file.  If you would like to get it to a different location, insert the
8273 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
8274 location.  The depth of the table of contents is by default the same as the
8275 number of headline levels, but you can choose a smaller number, or turn off
8276 the table of contents entirely, by configuring the variable
8277 @code{org-export-with-toc}, or on a per-file basis with a line like
8279 @example
8280 #+OPTIONS: toc:2          (only to two levels in TOC)
8281 #+OPTIONS: toc:nil        (no TOC at all)
8282 @end example
8284 @node Initial text, Lists, Table of contents, Structural markup elements
8285 @subheading Text before the first headline
8286 @cindex text before first headline, markup rules
8287 @cindex #+TEXT
8289 Org mode normally exports the text before the first headline, and even uses
8290 the first line as the document title.  The text will be fully marked up.  If
8291 you need to include literal HTML, La@TeX{}, or DocBook code, use the special
8292 constructs described below in the sections for the individual exporters.
8294 @vindex org-export-skip-text-before-1st-heading
8295 Some people like to use the space before the first headline for setup and
8296 internal links and therefore would like to control the exported text before
8297 the first headline in a different way.  You can do so by setting the variable
8298 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
8299 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
8301 @noindent
8302 If you still want to have some text before the first headline, use the
8303 @code{#+TEXT} construct:
8305 @example
8306 #+OPTIONS: skip:t
8307 #+TEXT: This text will go before the *first* headline.
8308 #+TEXT: [TABLE-OF-CONTENTS]
8309 #+TEXT: This goes between the table of contents and the first headline
8310 @end example
8312 @node Lists, Paragraphs, Initial text, Structural markup elements
8313 @subheading Lists
8314 @cindex lists, markup rules
8316 Plain lists as described in @ref{Plain lists}, are translated to the backend's
8317 syntax for such lists.  Most backends support unordered, ordered, and
8318 description lists.
8320 @node Paragraphs, Footnote markup, Lists, Structural markup elements
8321 @subheading Paragraphs, line breaks, and quoting
8322 @cindex paragraphs, markup rules
8324 Paragraphs are separated by at least one empty line.  If you need to enforce
8325 a line break within a paragraph, use @samp{\\} at the end of a line.
8327 To keep the line breaks in a region, but otherwise use normal formatting, you
8328 can use this construct, which can also be used to format poetry.
8330 @cindex #+BEGIN_VERSE
8331 @example
8332 #+BEGIN_VERSE
8333  Great clouds overhead
8334  Tiny black birds rise and fall
8335  Snow covers Emacs
8337      -- AlexSchroeder
8338 #+END_VERSE
8339 @end example
8341 When quoting a passage from another document, it is customary to format this
8342 as a paragraph that is indented on both the left and the right margin.  You
8343 can include quotations in Org-mode documents like this:
8345 @cindex #+BEGIN_QUOTE
8346 @example
8347 #+BEGIN_QUOTE
8348 Everything should be made as simple as possible,
8349 but not any simpler -- Albert Einstein
8350 #+END_QUOTE
8351 @end example
8353 If you would like to center some text, do it like this:
8354 @cindex #+BEGIN_CENTER
8355 @example
8356 #+BEGIN_CENTER
8357 Everything should be made as simple as possible, \\
8358 but not any simpler
8359 #+END_CENTER
8360 @end example
8363 @node Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements
8364 @subheading Footnote markup
8365 @cindex footnotes, markup rules
8366 @cindex @file{footnote.el}
8368 Footnotes defined in the way described in @ref{Footnotes}, will be exported by
8369 all backends.  Org allows multiple references to the same note, and
8370 different backends support this to varying degrees.
8372 @node Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements
8373 @subheading Emphasis and monospace
8375 @cindex underlined text, markup rules
8376 @cindex bold text, markup rules
8377 @cindex italic text, markup rules
8378 @cindex verbatim text, markup rules
8379 @cindex code text, markup rules
8380 @cindex strike-through text, markup rules
8381 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
8382 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
8383 in the code and verbatim string is not processed for Org-mode specific
8384 syntax, it is exported verbatim.
8386 @node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
8387 @subheading  Horizontal rules
8388 @cindex horizontal rules, markup rules
8389 A line consisting of only dashes, and at least 5 of them, will be
8390 exported as a horizontal line (@samp{<hr/>} in HTML).
8392 @node Comment lines,  , Horizontal rules, Structural markup elements
8393 @subheading Comment lines
8394 @cindex comment lines
8395 @cindex exporting, not
8396 @cindex #+BEGIN_COMMENT
8398 Lines starting with @samp{#} in column zero are treated as comments and will
8399 never be exported. If you want an indented line to be treated as a comment,
8400 start it with @samp{#+ }.  Also entire subtrees starting with the word
8401 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
8402 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
8404 @table @kbd
8405 @kindex C-c ;
8406 @item C-c ;
8407 Toggle the COMMENT keyword at the beginning of an entry.
8408 @end table
8411 @node Images and tables, Literal examples, Structural markup elements, Markup
8412 @section Images and Tables
8414 @cindex tables, markup rules
8415 @cindex #+CAPTION
8416 @cindex #+LABEL
8417 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
8418 the @file{table.el} package will be exported properly.  For Org mode tables,
8419 the lines before the first horizontal separator line will become table header
8420 lines.  You can use the following lines somewhere before the table to assign
8421 a caption and a label for cross references, and in the text you can refer to
8422 the object with @code{\ref@{tab:basic-data@}}:
8424 @example
8425 #+CAPTION: This is the caption for the next table (or link)
8426 #+LABEL:   tbl:basic-data
8427    | ... | ...|
8428    |-----|----|
8429 @end example
8431 @cindex inlined images, markup rules
8432 Some backends (HTML, La@TeX{}, and DocBook) allow you to directly include
8433 images into the exported document.  Org does this, if a link to an image
8434 files does not have a description part, for example @code{[[./img/a.jpg]]}.
8435 If you wish to define a caption for the image and maybe a label for internal
8436 cross references, you sure that the link is on a line by itself precede it
8437 with:
8439 @example
8440 #+CAPTION: This is the caption for the next figure link (or table)
8441 #+LABEL:   fig:SED-HR4049
8442 [[./img/a.jpg]]
8443 @end example
8445 You may also define additional attributes for the figure.  As this is
8446 backend-specific, see the sections about the individual backends for more
8447 information.
8450 @node Literal examples, Include files, Images and tables, Markup
8451 @section Literal examples
8452 @cindex literal examples, markup rules
8453 @cindex code line references, markup rules
8455 You can include literal examples that should not be subjected to
8456 markup.  Such examples will be typeset in monospace, so this is well suited
8457 for source code and similar examples.
8458 @cindex #+BEGIN_EXAMPLE
8460 @example
8461 #+BEGIN_EXAMPLE
8462 Some example from a text file.
8463 #+END_EXAMPLE
8464 @end example
8466 Note that such blocks may be @i{indented} in order to align nicely with
8467 indented text and in particular with plain list structure (@pxref{Plain
8468 lists}).  For simplicity when using small examples, you can also start the
8469 example lines with a colon followed by a space.  There may also be additional
8470 whitespace before the colon:
8472 @example
8473 Here is an example
8474    : Some example from a text file.
8475 @end example
8477 @cindex formatting source code, markup rules
8478 If the example is source code from a programming language, or any other text
8479 that can be marked up by font-lock in Emacs, you can ask for the example to
8480 look like the fontified Emacs buffer@footnote{Currently this works for the
8481 HTML backend, and requires the @file{htmlize.el} package version 1.34 or
8482 later.  It also works for LaTeX with the listings package, if you turn on the
8483 option @code{org-export-latex-listings} and make sure that the listings
8484 package is included by the LaTeX header.}.  This is done with the @samp{src}
8485 block, where you also need to specify the name of the major mode that should
8486 be used to fontify the example:
8487 @cindex #+BEGIN_SRC
8489 @example
8490 #+BEGIN_SRC emacs-lisp
8491 (defun org-xor (a b)
8492    "Exclusive or."
8493    (if a (not b) b))
8494 #+END_SRC
8495 @end example
8497 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
8498 switch to the end of the @code{BEGIN} line, to get the lines of the example
8499 numbered.  If you use a @code{+n} switch, the numbering from the previous
8500 numbered snippet will be continued in the current one.  In literal examples,
8501 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
8502 targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference name
8503 enclosed in single parenthesis).  In HTML, hovering the mouse over such a
8504 link will remote-highlight the corresponding code line, which is kind of
8505 cool.
8507 You can also add a @code{-r} switch which @i{removes} the labels from the
8508 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
8509 labels in the source code while using line numbers for the links, which might
8510 be useful to explain those in an org-mode example code.}.  With the @code{-n}
8511 switch, links to these references will be labeled by the line numbers from
8512 the code listing, otherwise links will use the labels with no parentheses.
8513 Here is an example:
8515 @example
8516 #+BEGIN_SRC emacs-lisp -n -r
8517 (save-excursion                  (ref:sc)
8518    (goto-char (point-min))       (ref:jump)
8519 #+END_SRC
8520 In line [[(sc)]] we remember the current position.  [[(jump)][Line (jump)]]
8521 jumps to point-min.
8522 @end example
8524 @vindex org-coderef-label-format
8525 If the syntax for the label format conflicts with the language syntax, use a
8526 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
8527 -n -r -l "((%s))"}.  See also the variable @code{org-coderef-label-format}.
8529 HTML export also allows examples to be published as text areas, @xref{Text
8530 areas in HTML export}.
8532 @table @kbd
8533 @kindex C-c '
8534 @item C-c '
8535 Edit the source code example at point in its native mode.  This works by
8536 switching to a temporary buffer with the source code.  You need to exit by
8537 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}
8538 or @samp{#} will get a comma prepended, to keep them from being interpreted
8539 by Org as outline nodes or special comments.  These commas will be striped
8540 for editing with @kbd{C-c '}, and also for export.}, the edited version will
8541 then replace the old version in the Org buffer.  Fixed-width regions
8542 (where each line starts with a colon followed by a space) will be edited
8543 using @code{artist-mode}@footnote{You may select a different-mode with the
8544 variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII
8545 drawings easily.  Using this command in an empty line will create a new
8546 fixed-width region.
8547 @kindex C-c l
8548 @item C-c l
8549 Calling @code{org-store-link} while editing a source code example in a
8550 temporary buffer created with @kbd{C-c '} will prompt for a label, make sure
8551 that it is unique in the current buffer, and insert it with the proper
8552 formatting like @samp{(ref:label)} at the end of the current line.  Then the
8553 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
8554 @end table
8557 @node Include files, Index entries, Literal examples, Markup
8558 @section Include files
8559 @cindex include files, markup rules
8561 During export, you can include the content of another file.  For example, to
8562 include your @file{.emacs} file, you could use:
8563 @cindex #+INCLUDE
8565 @example
8566 #+INCLUDE: "~/.emacs" src emacs-lisp
8567 @end example
8568 @noindent
8569 The optional second and third parameter are the markup (e.g. @samp{quote},
8570 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
8571 language for formatting the contents.  The markup is optional, if it is not
8572 given, the text will be assumed to be in Org mode format and will be
8573 processed normally.  The include line will also allow additional keyword
8574 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
8575 first line and for each following line, as well as any options accepted by
8576 the selected markup.  For example, to include a file as an item, use
8578 @example
8579 #+INCLUDE: "~/snippets/xx" :prefix1 "   + " :prefix "     "
8580 @end example
8582 @table @kbd
8583 @kindex C-c '
8584 @item C-c '
8585 Visit the include file at point.
8586 @end table
8588 @node Index entries, Macro replacement, Include files, Markup
8589 @section Index enries
8590 @cindex index entries, for publishing
8592 You can specify entries that will be used for generating an index during
8593 publishing.  This is done by lines starting with @code{#+INDEX}.  An entry
8594 the contains an exclamation mark will create a sub item.  See @ref{Generating
8595 an index} for more information.
8597 @example
8598 * Curriculum Vitae 
8599 #+INDEX: CV
8600 #+INDEX: Application!CV
8601 @end example
8606 @node Macro replacement, Embedded LaTeX, Index entries, Markup
8607 @section Macro replacement
8608 @cindex macro replacement, during export
8609 @cindex #+MACRO
8611 You can define text snippets with
8613 @example
8614 #+MACRO: name   replacement text $1, $2 are arguments
8615 @end example
8617 @noindent which can be referenced anywhere in the document (even in
8618 code examples) with @code{@{@{@{name(arg1,arg2)@}@}@}}.  In addition to
8619 defined macros, @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc.,
8620 will reference information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and
8621 similar lines.  Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
8622 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
8623 and to the modification time of the file being exported, respectively.
8624 @var{FORMAT} should be a format string understood by
8625 @code{format-time-string}.
8627 Macro expansion takes place during export, and some people use it to
8628 construct complex HTML code.
8631 @node Embedded LaTeX,  , Macro replacement, Markup
8632 @section Embedded La@TeX{}
8633 @cindex @TeX{} interpretation
8634 @cindex La@TeX{} interpretation
8636 Plain ASCII is normally sufficient for almost all note taking.  One
8637 exception, however, are scientific notes which need to be able to contain
8638 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
8639 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
8640 features described here as ``La@TeX{}'' are really from @TeX{}, but for
8641 simplicity I am blurring this distinction.}  is widely used to typeset
8642 scientific documents. Org mode supports embedding La@TeX{} code into its
8643 files, because many academics are used to reading La@TeX{} source code, and
8644 because it can be readily processed into images for HTML production.
8646 It is not necessary to mark La@TeX{} macros and code in any special way.
8647 If you observe a few conventions, Org mode knows how to find it and what
8648 to do with it.
8650 @menu
8651 * Special symbols::             Greek letters and other symbols
8652 * Subscripts and superscripts::  Simple syntax for raising/lowering text
8653 * LaTeX fragments::             Complex formulas made easy
8654 * Previewing LaTeX fragments::  What will this snippet look like?
8655 * CDLaTeX mode::                Speed up entering of formulas
8656 @end menu
8658 @node Special symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
8659 @subsection Special symbols
8660 @cindex math symbols
8661 @cindex special symbols
8662 @cindex @TeX{} macros
8663 @cindex La@TeX{} fragments, markup rules
8664 @cindex HTML entities
8665 @cindex La@TeX{} entities
8667 You can use La@TeX{} macros to insert special symbols like @samp{\alpha} to
8668 indicate the Greek letter, or @samp{\to} to indicate an arrow.  Completion
8669 for these macros is available, just type @samp{\} and maybe a few letters,
8670 and press @kbd{M-@key{TAB}} to see possible completions.  Unlike La@TeX{}
8671 code, Org mode allows these macros to be present without surrounding math
8672 delimiters, for example:
8674 @example
8675 Angles are written as Greek letters \alpha, \beta and \gamma.
8676 @end example
8678 @vindex org-html-entities
8679 During export, these symbols will be transformed into the native format of
8680 the exporter backend.  Strings like @code{\alpha} will be exported as
8681 @code{&alpha;} in the HTML output, and as @code{$\alpha$} in the La@TeX{}
8682 output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in HTML and
8683 @code{~} in La@TeX{}.  If you need such a symbol inside a word, terminate it
8684 like this: @samp{\Aacute@{@}stor}.
8686 A large number of entities is provided, with names taken from both HTML and
8687 La@TeX{}, see the variable @code{org-html-entities} for the complete list.
8688 @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
8689 @samp{...} are all converted into special commands creating hyphens of
8690 different lengths or a compact set of dots.
8692 @node Subscripts and superscripts, LaTeX fragments, Special symbols, Embedded LaTeX
8693 @subsection Subscripts and superscripts
8694 @cindex subscript
8695 @cindex superscript
8697 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
8698 and subscripts.  Again, these can be used without embedding them in
8699 math-mode delimiters.  To increase the readability of ASCII text, it is
8700 not necessary (but OK) to surround multi-character sub- and superscripts
8701 with curly braces.  For example
8703 @example
8704 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
8705 the sun is R_@{sun@} = 6.96 x 10^8 m.
8706 @end example
8708 @vindex org-export-with-sub-superscripts
8709 To avoid interpretation as raised or lowered text, you can quote @samp{^} and
8710 @samp{_} with a backslash: @samp{\^} and @samp{\_}.  If you write a text
8711 where the underscore is often used in a different context, Org's convention
8712 to always interpret these as subscripts can get in your way.  Configure the
8713 variable @code{org-export-with-sub-superscripts} to globally change this
8714 convention, or use, on a per-file basis:
8716 @example
8717 #+OPTIONS: ^:@{@}
8718 @end example
8721 @node LaTeX fragments, Previewing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
8722 @subsection La@TeX{} fragments
8723 @cindex La@TeX{} fragments
8725 @vindex org-format-latex-header
8726 With symbols, sub- and superscripts, HTML is pretty much at its end when
8727 it comes to representing mathematical formulas@footnote{Yes, there is
8728 MathML, but that is not yet fully supported by many browsers, and there
8729 is no decent converter for turning La@TeX{} or ASCII representations of
8730 formulas into MathML. So for the time being, converting formulas into
8731 images seems the way to go.}. More complex expressions need a dedicated
8732 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
8733 fragments. It provides commands to preview the typeset result of these
8734 fragments, and upon export to HTML, all fragments will be converted to
8735 images and inlined into the HTML document@footnote{The La@TeX{} export
8736 will not use images for displaying La@TeX{} fragments but include these
8737 fragments directly into the La@TeX{} code.}. For this to work you
8738 need to be on a system with a working La@TeX{} installation. You also
8739 need the @file{dvipng} program, available at
8740 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
8741 will be used when processing a fragment can be configured with the
8742 variable @code{org-format-latex-header}.
8744 La@TeX{} fragments don't need any special marking at all.  The following
8745 snippets will be identified as La@TeX{} source code:
8746 @itemize @bullet
8747 @item
8748 Environments of any kind.  The only requirement is that the
8749 @code{\begin} statement appears on a new line, preceded by only
8750 whitespace.
8751 @item
8752 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
8753 currency specifications, single @samp{$} characters are only recognized as
8754 math delimiters if the enclosed text contains at most two line breaks, is
8755 directly attached to the @samp{$} characters with no whitespace in between,
8756 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
8757 For the other delimiters, there is no such restriction, so when in doubt, use
8758 @samp{\(...\)} as inline math delimiters.
8759 @end itemize
8761 @noindent For example:
8763 @example
8764 \begin@{equation@}                          % arbitrary environments,
8765 x=\sqrt@{b@}                                % even tables, figures
8766 \end@{equation@}                            % etc
8768 If $a^2=b$ and \( b=2 \), then the solution must be
8769 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
8770 @end example
8772 @noindent
8773 @vindex org-format-latex-options
8774 If you need any of the delimiter ASCII sequences for other purposes, you
8775 can configure the option @code{org-format-latex-options} to deselect the
8776 ones you do not wish to have interpreted by the La@TeX{} converter.
8778 @node Previewing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
8779 @subsection Previewing LaTeX fragments
8780 @cindex LaTeX fragments, preview
8782 La@TeX{} fragments can be processed to produce preview images of the
8783 typeset expressions:
8785 @table @kbd
8786 @kindex C-c C-x C-l
8787 @item C-c C-x C-l
8788 Produce a preview image of the La@TeX{} fragment at point and overlay it
8789 over the source code.  If there is no fragment at point, process all
8790 fragments in the current entry (between two headlines).  When called
8791 with a prefix argument, process the entire subtree.  When called with
8792 two prefix arguments, or when the cursor is before the first headline,
8793 process the entire buffer.
8794 @kindex C-c C-c
8795 @item C-c C-c
8796 Remove the overlay preview images.
8797 @end table
8799 @vindex org-format-latex-options
8800 You can customize the variable @code{org-format-latex-options} to influence
8801 some aspects of the preview. In particular, the @code{:scale} (and for HTML
8802 export, @code{:html-scale}) property can be used to adjust the size of the
8803 preview images.
8805 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
8806 converted into images and inlined into the document if the following
8807 setting is active:
8809 @lisp
8810 (setq org-export-with-LaTeX-fragments t)
8811 @end lisp
8813 @node CDLaTeX mode,  , Previewing LaTeX fragments, Embedded LaTeX
8814 @subsection Using CDLa@TeX{} to enter math
8815 @cindex CDLa@TeX{}
8817 CDLa@TeX{} mode is a minor mode that is normally used in combination with a
8818 major La@TeX{} mode like AUC@TeX{} in order to speed-up insertion of
8819 environments and math templates.  Inside Org mode, you can make use of
8820 some of the features of CDLa@TeX{} mode.  You need to install
8821 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
8822 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
8823 Don't use CDLa@TeX{} mode itself under Org mode, but use the light
8824 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
8825 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
8826 Org files with
8828 @lisp
8829 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
8830 @end lisp
8832 When this mode is enabled, the following features are present (for more
8833 details see the documentation of CDLa@TeX{} mode):
8834 @itemize @bullet
8835 @kindex C-c @{
8836 @item
8837 Environment templates can be inserted with @kbd{C-c @{}.
8838 @item
8839 @kindex @key{TAB}
8840 The @key{TAB} key will do template expansion if the cursor is inside a
8841 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
8842 inside such a fragment, see the documentation of the function
8843 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
8844 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
8845 correctly inside the first brace.  Another @key{TAB} will get you into
8846 the second brace.  Even outside fragments, @key{TAB} will expand
8847 environment abbreviations at the beginning of a line.  For example, if
8848 you write @samp{equ} at the beginning of a line and press @key{TAB},
8849 this abbreviation will be expanded to an @code{equation} environment.
8850 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
8851 @item
8852 @kindex _
8853 @kindex ^
8854 @vindex cdlatex-simplify-sub-super-scripts
8855 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
8856 characters together with a pair of braces.  If you use @key{TAB} to move
8857 out of the braces, and if the braces surround only a single character or
8858 macro, they are removed again (depending on the variable
8859 @code{cdlatex-simplify-sub-super-scripts}).
8860 @item
8861 @kindex `
8862 Pressing the backquote @kbd{`} followed by a character inserts math
8863 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
8864 after the backquote, a help window will pop up.
8865 @item
8866 @kindex '
8867 Pressing the single-quote @kbd{'} followed by another character modifies
8868 the symbol before point with an accent or a font.  If you wait more than
8869 1.5 seconds after the backquote, a help window will pop up.  Character
8870 modification will work only inside La@TeX{} fragments, outside the quote
8871 is normal.
8872 @end itemize
8874 @node Exporting, Publishing, Markup, Top
8875 @chapter Exporting
8876 @cindex exporting
8878 Org-mode documents can be exported into a variety of other formats.  For
8879 printing and sharing of notes, ASCII export produces a readable and simple
8880 version of an Org file.  HTML export allows you to publish a notes file on
8881 the web, while the XOXO format provides a solid base for exchange with a
8882 broad range of other applications. La@TeX{} export lets you use Org mode and
8883 its structured editing functions to easily create La@TeX{} files.  DocBook
8884 export makes it possible to convert Org files to many other formats using
8885 DocBook tools.  To incorporate entries with associated times like deadlines
8886 or appointments into a desktop calendar program like iCal, Org mode can also
8887 produce extracts in the iCalendar format.  Currently Org mode only supports
8888 export, not import of these different formats.
8890 Org supports export of selected regions when @code{transient-mark-mode} is
8891 enabled (default in Emacs 23).
8893 @menu
8894 * Selective export::            Using tags to select and exclude trees
8895 * Export options::              Per-file export settings
8896 * The export dispatcher::       How to access exporter commands
8897 * ASCII export::                Exporting to plain ASCII
8898 * HTML export::                 Exporting to HTML
8899 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
8900 * DocBook export::              Exporting to DocBook
8901 * Freemind export::             Exporting to Freemind mind maps
8902 * XOXO export::                 Exporting to XOXO
8903 * iCalendar export::            Exporting in iCalendar format
8904 @end menu
8906 @node Selective export, Export options, Exporting, Exporting
8907 @section Selective export
8908 @cindex export, selective by tags
8910 @vindex org-export-select-tags
8911 @vindex org-export-exclude-tags
8912 You may use tags to select the parts of a document that should be exported,
8913 or to exclude parts from export.  This behavior is governed by two variables:
8914 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
8916 Org first checks if any of the @emph{select} tags is present in the buffer.
8917 If yes, all trees that do not carry one of these tags will be excluded.  If a
8918 selected tree is a subtree, the heading hierarchy above it will also be
8919 selected for export, but not the text below those headings.
8921 @noindent
8922 If none of the select tags is found, the whole buffer will be selected for
8923 export.
8925 @noindent
8926 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
8927 be removed from the export buffer.
8929 @node Export options, The export dispatcher, Selective export, Exporting
8930 @section Export options
8931 @cindex options, for export
8933 @cindex completion, of option keywords
8934 The exporter recognizes special lines in the buffer which provide
8935 additional information.  These lines may be put anywhere in the file.
8936 The whole set of lines can be inserted into the buffer with @kbd{C-c
8937 C-e t}.  For individual lines, a good way to make sure the keyword is
8938 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
8939 (@pxref{Completion}).   For a summary of other in-buffer settings not
8940 specifically related to export, see @ref{In-buffer settings}.
8941 In particular, note that you can place commonly-used (export) options in
8942 a separate file which can be included using @code{#+SETUPFILE}.
8944 @table @kbd
8945 @kindex C-c C-e t
8946 @item C-c C-e t
8947 Insert template with export options, see example below.
8948 @end table
8950 @cindex #+TITLE
8951 @cindex #+AUTHOR
8952 @cindex #+DATE
8953 @cindex #+EMAIL
8954 @cindex #+DESCRIPTION
8955 @cindex #+KEYWORDS
8956 @cindex #+LANGUAGE
8957 @cindex #+TEXT
8958 @cindex #+OPTIONS
8959 @cindex #+BIND
8960 @cindex #+LINK_UP
8961 @cindex #+LINK_HOME
8962 @cindex #+EXPORT_SELECT_TAGS
8963 @cindex #+EXPORT_EXCLUDE_TAGS
8964 @cindex #+LATEX_HEADER
8965 @vindex user-full-name
8966 @vindex user-mail-address
8967 @vindex org-export-default-language
8968 @example
8969 #+TITLE:       the title to be shown (default is the buffer name)
8970 #+AUTHOR:      the author (default taken from @code{user-full-name})
8971 #+DATE:        a date, fixed, of a format string for @code{format-time-string}
8972 #+EMAIL:       his/her email address (default from @code{user-mail-address})
8973 #+DESCRIPTION: the page description, e.g. for the XHTML meta tag
8974 #+KEYWORDS:    the page keywords, e.g. for the XHTML meta tag
8975 #+LANGUAGE:    language for HTML, e.g. @samp{en} (@code{org-export-default-language})
8976 #+TEXT:        Some descriptive text to be inserted at the beginning.
8977 #+TEXT:        Several lines may be given.
8978 #+OPTIONS:     H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
8979 #+BIND:        lisp-var lisp-val, e.g.: org-export-latex-low-levels itemize
8980                @r{You need to confirm using these, or configure @code{org-export-allow-BIND}}
8981 #+LINK_UP:     the ``up'' link of an exported page
8982 #+LINK_HOME:   the ``home'' link of an exported page
8983 #+LATEX_HEADER: extra line(s) for the LaTeX header, like \usepackage@{xyz@}
8984 #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
8985 #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
8986 @end example
8988 @noindent
8989 The OPTIONS line is a compact@footnote{If you want to configure many options
8990 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
8991 you can:
8992 @cindex headline levels
8993 @cindex section-numbers
8994 @cindex table of contents
8995 @cindex line-break preservation
8996 @cindex quoted HTML tags
8997 @cindex fixed-width sections
8998 @cindex tables
8999 @cindex @TeX{}-like syntax for sub- and superscripts
9000 @cindex footnotes
9001 @cindex special strings
9002 @cindex emphasized text
9003 @cindex @TeX{} macros
9004 @cindex La@TeX{} fragments
9005 @cindex author info, in export
9006 @cindex time info, in export
9007 @example
9008 H:         @r{set the number of headline levels for export}
9009 num:       @r{turn on/off section-numbers}
9010 toc:       @r{turn on/off table of contents, or set level limit (integer)}
9011 \n:        @r{turn on/off line-break-preservation (DOES NOT WORK)}
9012 @@:         @r{turn on/off quoted HTML tags}
9013 ::         @r{turn on/off fixed-width sections}
9014 |:         @r{turn on/off tables}
9015 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
9016            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
9017            @r{the simple @code{a_b} will be left as it is.}
9018 -:         @r{turn on/off conversion of special strings.}
9019 f:         @r{turn on/off footnotes like this[1].}
9020 todo:      @r{turn on/off inclusion of TODO keywords into exported text}
9021 pri:       @r{turn on/off priority cookies}
9022 tags:      @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
9023 <:         @r{turn on/off inclusion of any time/date stamps like DEADLINES}
9024 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
9025 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
9026 LaTeX:     @r{turn on/off La@TeX{} fragments}
9027 skip:      @r{turn on/off skipping the text before the first heading}
9028 author:    @r{turn on/off inclusion of author name/email into exported file}
9029 email:     @r{turn on/off inclusion of author email into exported file}
9030 creator:   @r{turn on/off inclusion of creator info into exported file}
9031 timestamp: @r{turn on/off inclusion creation time into exported file}
9032 d:         @r{turn on/off inclusion of drawers}
9033 @end example
9034 @noindent
9035 These options take effect in both the HTML and La@TeX{} export, except
9036 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
9037 @code{nil} for the La@TeX{} export.
9039 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
9040 calling an export command, the subtree can overrule some of the file's export
9041 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
9042 @code{EXPORT_TEXT}, @code{EXPORT_AUTHOR}, @code{EXPORT_DATE}, and
9043 @code{EXPORT_OPTIONS}.
9045 @node The export dispatcher, ASCII export, Export options, Exporting
9046 @section The export dispatcher
9047 @cindex dispatcher, for export commands
9049 All export commands can be reached using the export dispatcher, which is a
9050 prefix key that prompts for an additional key specifying the command.
9051 Normally the entire file is exported, but if there is an active region that
9052 contains one outline tree, the first heading is used as document title and
9053 the subtrees are exported.
9055 @table @kbd
9056 @kindex C-c C-e
9057 @item C-c C-e
9058 @vindex org-export-run-in-background
9059 Dispatcher for export and publishing commands.  Displays a help-window
9060 listing the additional key(s) needed to launch an export or publishing
9061 command.  The prefix arg is passed through to the exporter.  A double prefix
9062 @kbd{C-u C-u} causes most commands to be executed in the background, in a
9063 separate Emacs process@footnote{To make this behavior the default, customize
9064 the variable @code{org-export-run-in-background}.}.
9065 @kindex C-c C-e v
9066 @item C-c C-e v
9067 Like @kbd{C-c C-e}, but only export the text that is currently visible
9068 (i.e. not hidden by outline visibility).
9069 @kindex C-u C-u C-c C-e
9070 @item C-u C-u C-c C-e
9071 @vindex org-export-run-in-background
9072 Call an the exporter, but reverse the setting of
9073 @code{org-export-run-in-background}, i.e. request background processing if
9074 not set, or force processing in the current Emacs process if set.
9075 @end table
9077 @node ASCII export, HTML export, The export dispatcher, Exporting
9078 @section ASCII export
9079 @cindex ASCII export
9081 ASCII export produces a simple and very readable version of an Org-mode
9082 file.
9084 @cindex region, active
9085 @cindex active region
9086 @cindex transient-mark-mode
9087 @table @kbd
9088 @kindex C-c C-e a
9089 @item C-c C-e a
9090 @cindex property, EXPORT_FILE_NAME
9091 Export as ASCII file.  For an Org file, @file{myfile.org}, the ASCII file
9092 will be @file{myfile.txt}.  The file will be overwritten without
9093 warning.  If there is an active region@footnote{This requires
9094 @code{transient-mark-mode} be turned on.}, only the region will be
9095 exported. If the selected region is a single tree@footnote{To select the
9096 current subtree, use @kbd{C-c @@}.}, the tree head will
9097 become the document title.  If the tree head entry has or inherits an
9098 @code{EXPORT_FILE_NAME} property, that name will be used for the
9099 export.
9100 @kindex C-c C-e A
9101 @item C-c C-e A
9102 Export to a temporary buffer, do not create a file.
9103 @kindex C-c C-e v a
9104 @item C-c C-e v a
9105 Export only the visible part of the document.
9106 @end table
9108 @cindex headline levels, for exporting
9109 In the exported version, the first 3 outline levels will become
9110 headlines, defining a general document structure.  Additional levels
9111 will be exported as itemized lists.  If you want that transition to occur
9112 at a different level, specify it with a prefix argument.  For example,
9114 @example
9115 @kbd{C-1 C-c C-e a}
9116 @end example
9118 @noindent
9119 creates only top level headlines and does the rest as items.  When
9120 headlines are converted to items, the indentation of the text following
9121 the headline is changed to fit nicely under the item.  This is done with
9122 the assumption that the first body line indicates the base indentation of
9123 the body text.  Any indentation larger than this is adjusted to preserve
9124 the layout relative to the first line.  Should there be lines with less
9125 indentation than the first, these are left alone.
9127 @vindex org-export-ascii-links-to-notes
9128 Links will be exported in a footnote-like style, with the descriptive part in
9129 the text and the link in a note before the next heading.  See the variable
9130 @code{org-export-ascii-links-to-notes} for details and other options.
9132 @node HTML export, LaTeX and PDF export, ASCII export, Exporting
9133 @section HTML export
9134 @cindex HTML export
9136 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
9137 HTML formatting, in ways similar to John Gruber's @emph{markdown}
9138 language, but with additional support for tables.
9140 @menu
9141 * HTML Export commands::        How to invoke HTML export
9142 * Quoting HTML tags::           Using direct HTML in Org mode
9143 * Links in HTML export::        How links will be interpreted and formatted
9144 * Tables in HTML export::       How to modify the formatting of tables
9145 * Images in HTML export::       How to insert figures into HTML output
9146 * Text areas in HTML export::   An alternative way to show an example
9147 * CSS support::                 Changing the appearance of the output
9148 * Javascript support::          Info and Folding in a web browser
9149 @end menu
9151 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
9152 @subsection HTML export commands
9154 @cindex region, active
9155 @cindex active region
9156 @cindex transient-mark-mode
9157 @table @kbd
9158 @kindex C-c C-e h
9159 @item C-c C-e h
9160 @cindex property, EXPORT_FILE_NAME
9161 Export as HTML file @file{myfile.html}.  For an Org file @file{myfile.org},
9162 the ASCII file will be @file{myfile.html}.  The file will be overwritten
9163 without warning.  If there is an active region@footnote{This requires
9164 @code{transient-mark-mode} be turned on.}, only the region will be
9165 exported. If the selected region is a single tree@footnote{To select the
9166 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9167 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9168 property, that name will be used for the export.
9169 @kindex C-c C-e b
9170 @item C-c C-e b
9171 Export as HTML file and immediately open it with a browser.
9172 @kindex C-c C-e H
9173 @item C-c C-e H
9174 Export to a temporary buffer, do not create a file.
9175 @kindex C-c C-e R
9176 @item C-c C-e R
9177 Export the active region to a temporary buffer.  With a prefix argument, do
9178 not produce the file header and footer, but just the plain HTML section for
9179 the region.  This is good for cut-and-paste operations.
9180 @kindex C-c C-e v h
9181 @kindex C-c C-e v b
9182 @kindex C-c C-e v H
9183 @kindex C-c C-e v R
9184 @item C-c C-e v h
9185 @item C-c C-e v b
9186 @item C-c C-e v H
9187 @item C-c C-e v R
9188 Export only the visible part of the document.
9189 @item M-x org-export-region-as-html
9190 Convert the region to HTML under the assumption that it was Org-mode
9191 syntax before.  This is a global command that can be invoked in any
9192 buffer.
9193 @item M-x org-replace-region-by-HTML
9194 Replace the active region (assumed to be in Org-mode syntax) by HTML
9195 code.
9196 @end table
9198 @cindex headline levels, for exporting
9199 In the exported version, the first 3 outline levels will become headlines,
9200 defining a general document structure.  Additional levels will be exported as
9201 itemized lists.  If you want that transition to occur at a different level,
9202 specify it with a numeric prefix argument.  For example,
9204 @example
9205 @kbd{C-2 C-c C-e b}
9206 @end example
9208 @noindent
9209 creates two levels of headings and does the rest as items.
9211 @node Quoting HTML tags, Links in HTML export, HTML Export commands, HTML export
9212 @subsection Quoting HTML tags
9214 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
9215 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
9216 which should be interpreted as such, mark them with @samp{@@} as in
9217 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
9218 simple tags.  For more extensive HTML that should be copied verbatim to
9219 the exported file use either
9221 @cindex #+HTML
9222 @cindex #+BEGIN_HTML
9223 @example
9224 #+HTML: Literal HTML code for export
9225 @end example
9227 @noindent or
9228 @cindex #+BEGIN_HTML
9230 @example
9231 #+BEGIN_HTML
9232 All lines between these markers are exported literally
9233 #+END_HTML
9234 @end example
9237 @node Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export
9238 @subsection Links in HTML export
9240 @cindex links, in HTML export
9241 @cindex internal links, in HTML export
9242 @cindex external links, in HTML export
9243 Internal links (@pxref{Internal links}) will continue to work in HTML.  This
9244 includes automatic links created by radio targets (@pxref{Radio
9245 targets}).  Links to external files will still work if the target file is on
9246 the same @i{relative} path as the published Org file.  Links to other
9247 @file{.org} files will be translated into HTML links under the assumption
9248 that an HTML version also exists of the linked file, at the same relative
9249 path.  @samp{id:} links can then be used to jump to specific entries across
9250 files.  For information related to linking files while publishing them to a
9251 publishing directory see @ref{Publishing links}.
9253 If you want to specify attributes for links, you can do so using a special
9254 @code{#+ATTR_HTML} line to define attributes that will be added to the
9255 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{title}
9256 and @code{style} attributes for a link:
9258 @cindex #+ATTR_HTML
9259 @example
9260 #+ATTR_HTML: title="The Org-mode homepage" style="color:red;"
9261 [[http://orgmode.org]]
9262 @end example
9264 @node Tables in HTML export, Images in HTML export, Links in HTML export, HTML export
9265 @subsection Tables
9266 @cindex tables, in HTML
9267 @vindex org-export-html-table-tag
9269 Org-mode tables are exported to HTML using the table tag defined in
9270 @code{org-export-html-table-tag}.  The default setting makes tables without
9271 cell borders and frame.  If you would like to change this for individual
9272 tables, place somthing like the following before the table:
9274 @cindex #+CAPTION
9275 @cindex #+ATTR_HTML
9276 @example
9277 #+CAPTION: This is a table with lines around and between cells
9278 #+ATTR_HTML: border="2" rules="all" frame="all"
9279 @end example
9281 @node Images in HTML export, Text areas in HTML export, Tables in HTML export, HTML export
9282 @subsection Images in HTML export
9284 @cindex images, inline in HTML
9285 @cindex inlining images in HTML
9286 @vindex org-export-html-inline-images
9287 HTML export can inline images given as links in the Org file, and
9288 it can make an image the clickable part of a link.  By
9289 default@footnote{But see the variable
9290 @code{org-export-html-inline-images}.}, images are inlined if a link does
9291 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
9292 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
9293 @samp{the image} that points to the image.  If the description part
9294 itself is a @code{file:} link or a @code{http:} URL pointing to an
9295 image, this image will be inlined and activated so that clicking on the
9296 image will activate the link.  For example, to include a thumbnail that
9297 will link to a high resolution version of the image, you could use:
9299 @example
9300 [[file:highres.jpg][file:thumb.jpg]]
9301 @end example
9303 If you need to add attributes to an inlines image, use a @code{#+ATTR_HTML}.
9304 In the example below we specify the @code{alt} and @code{title} attributes to
9305 support text viewers and accessibility, and align it to the right.
9307 @cindex #+CAPTION
9308 @cindex #+ATTR_HTML
9309 @example
9310 #+CAPTION: A black cat stalking a spider
9311 #+ATTR_HTML: alt="cat/spider image" title="Action!" align="right"
9312 [[./img/a.jpg]]
9313 @end example
9315 @noindent
9316 and you could use @code{http} addresses just as well.
9318 @node Text areas in HTML export, CSS support, Images in HTML export, HTML export
9319 @subsection Text areas in HTML export
9321 @cindex text areas, in HTML
9322 An alternative way to publish literal code examples in HTML is to use text
9323 areas, where the example can even be edited before pasting it into an
9324 application.  It is triggered by a @code{-t} switch at an @code{example} or
9325 @code{src} block.  Using this switch disables any options for syntax and
9326 label highlighting, and line numbering, which may be present.  You may also
9327 use @code{-h} and @code{-w} switches to specify the height and width of the
9328 text area, which default to the number of lines in the example, and 80,
9329 respectively.  For example
9331 @example
9332 #+BEGIN_EXAMPLE -t -w 40
9333 (defun org-xor (a b)
9334    "Exclusive or."
9335    (if a (not b) b))
9336 #+END_EXAMPLE
9337 @end example
9340 @node CSS support, Javascript support, Text areas in HTML export, HTML export
9341 @subsection CSS support
9342 @cindex CSS, for HTML export
9343 @cindex HTML export, CSS
9345 @vindex org-export-html-todo-kwd-class-prefix
9346 @vindex org-export-html-tag-class-prefix
9347 You can also give style information for the exported file.  The HTML exporter
9348 assigns the following special CSS classes@footnote{If the classes on TODO
9349 keywords and tags lead to conflicts, use the variables
9350 @code{org-export-html-todo-kwd-class-prefix} and
9351 @code{org-export-html-tag-class-prefix} to make them unique.} to appropriate
9352 parts of the document---your style specifications may change these, in
9353 addition to any of the standard classes like for headlines, tables, etc.
9354 @example
9355 p.author            @r{author information, including email}
9356 p.date              @r{publishing date}
9357 p.creator           @r{creator info, about org-mode version}
9358 .title              @r{document title}
9359 .todo               @r{TODO keywords, all not-done states}
9360 .done               @r{the DONE keywords, all stated the count as done}
9361 .WAITING            @r{each TODO keyword also uses a class named after itself}
9362 .timestamp          @r{timestamp}
9363 .timestamp-kwd      @r{keyword associated with a timestamp, like SCHEDULED}
9364 .timestamp-wrapper  @r{span around keyword plus timestamp}
9365 .tag                @r{tag in a headline}
9366 ._HOME              @r{each tag uses itself as a class, "@@" replaced by "_"}
9367 .target             @r{target for links}
9368 .linenr             @r{the line number in a code example}
9369 .code-highlighted   @r{for highlighting referenced code lines}
9370 div.outline-N       @r{div for outline level N (headline plus text))}
9371 div.outline-text-N  @r{extra div for text at outline level N}
9372 .section-number-N   @r{section number in headlines, different for each level}
9373 div.figure          @r{how to format an inlined image}
9374 pre.src             @r{formatted source code}
9375 pre.example         @r{normal example}
9376 p.verse             @r{verse paragraph}
9377 div.footnotes       @r{footnote section headline}
9378 p.footnote          @r{footnote definition paragraph, containing a footnote}
9379 .footref            @r{a footnote reference number (always a <sup>)}
9380 .footnum            @r{footnote number in footnote definition (always <sup>)}
9381 @end example
9383 @vindex org-export-html-style-default
9384 @vindex org-export-html-style-include-default
9385 @vindex org-export-html-style
9386 @vindex org-export-html-extra
9387 @vindex org-export-html-style-default
9388 Each exported file contains a compact default style that defines these
9389 classes in a basic way@footnote{This style is defined in the constant
9390 @code{org-export-html-style-default}, which you should not modify.  To turn
9391 inclusion of these defaults off, customize
9392 @code{org-export-html-style-include-default}}.  You may overwrite these
9393 settings, or add to them by using the variables @code{org-export-html-style}
9394 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
9395 granular settings, like file-local settings).  To set the latter variable
9396 individually for each file, you can use
9398 @cindex #+STYLE
9399 @example
9400 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9401 @end example
9403 @noindent
9404 For longer style definitions, you can use several such lines.  You could also
9405 directly write a @code{<style>} @code{</style>} section in this way, without
9406 referring to an external file.
9408 @c FIXME: More about header and footer styles
9409 @c FIXME: Talk about links and targets.
9411 @node Javascript support,  , CSS support, HTML export
9412 @subsection Javascript supported display of web pages
9414 @cindex Rose, Sebastian
9415 Sebastian Rose has written a JavaScript program especially designed to
9416 enhance the web viewing experience of HTML files created with Org.  This
9417 program allows you to view large files in two different ways.  The first one
9418 is an @emph{Info}-like mode where each section is displayed separately and
9419 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
9420 as well, press @kbd{?} for an overview of the available keys).  The second
9421 view type is a @emph{folding} view much like Org provides inside Emacs.  The
9422 script is available at @url{http://orgmode.org/org-info.js} and you can find
9423 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
9424 We host the script at our site, but if you use it a lot, you might
9425 not want to be dependent on @url{orgmode.org} and prefer to install a local
9426 copy on your own web server.
9428 To use the script, you need to make sure that the @file{org-jsinfo.el} module
9429 gets loaded.  It should be loaded by default, but you can try @kbd{M-x
9430 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
9431 this is indeed the case.  All it then takes to make use of the program is
9432 adding a single line to the Org file:
9434 @cindex #+INFOJS_OPT
9435 @example
9436 #+INFOJS_OPT: view:info toc:nil
9437 @end example
9439 @noindent
9440 If this line is found, the HTML header will automatically contain the code
9441 needed to invoke the script.  Using the line above, you can set the following
9442 viewing options:
9444 @example
9445 path:    @r{The path to the script.  The default is to grab the script from}
9446          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
9447          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
9448 view:    @r{Initial view when website is first shown.  Possible values are:}
9449          info      @r{Info-like interface with one section per page.}
9450          overview  @r{Folding interface, initially showing only top-level.}
9451          content   @r{Folding interface, starting with all headlines visible.}
9452          showall   @r{Folding interface, all headlines and text visible.}
9453 sdepth:  @r{Maximum headline level that will still become an independent}
9454          @r{section for info and folding modes.  The default is taken from}
9455          @r{@code{org-export-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
9456          @r{If this is smaller than in @code{org-export-headline-levels}, each}
9457          @r{info/folding section can still contain child headlines.}
9458 toc:     @r{Should the table of content @emph{initially} be visible?}
9459          @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
9460 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
9461          @r{the variables @code{org-export-headline-levels} and @code{org-export-with-toc}.}
9462 ftoc:    @r{Does the css of the page specify a fixed position for the "toc"?}
9463          @r{If yes, the toc will never be displayed as a section.}
9464 ltoc:    @r{Should there be short contents (children) in each section?}
9465          @r{Make this @code{above} if the section should be above initial text.}
9466 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
9467          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
9468 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
9469          @r{default), only one such button will be present.}
9470 @end example
9471 @noindent
9472 @vindex org-infojs-options
9473 @vindex org-export-html-use-infojs
9474 You can choose default values for these options by customizing the variable
9475 @code{org-infojs-options}.  If you always want to apply the script to your
9476 pages, configure the variable @code{org-export-html-use-infojs}.
9478 @node LaTeX and PDF export, DocBook export, HTML export, Exporting
9479 @section La@TeX{} and PDF export
9480 @cindex La@TeX{} export
9481 @cindex PDF export
9482 @cindex Guerry, Bastien
9484 Org mode contains a La@TeX{} exporter written by Bastien Guerry.  With
9485 further processing, this backend is also used to produce PDF output.  Since
9486 the La@TeX{} output uses @file{hyperref} to implement links and cross
9487 references, the PDF output file will be fully linked.
9489 @menu
9490 * LaTeX/PDF export commands::   Which key invokes which commands
9491 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
9492 * Sectioning structure::        Changing sectioning in La@TeX{} output
9493 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
9494 * Images in LaTeX export::      How to insert figures into La@TeX{} output
9495 * Beamer class export::         Turning the file into a presentation
9496 @end menu
9498 @node LaTeX/PDF export commands, Quoting LaTeX code, LaTeX and PDF export, LaTeX and PDF export
9499 @subsection La@TeX{} export commands
9501 @cindex region, active
9502 @cindex active region
9503 @cindex transient-mark-mode
9504 @table @kbd
9505 @kindex C-c C-e l
9506 @item C-c C-e l
9507 @cindex property EXPORT_FILE_NAME
9508 Export as La@TeX{} file @file{myfile.tex}.  For an Org file
9509 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
9510 be overwritten without warning.  If there is an active region@footnote{This
9511 requires @code{transient-mark-mode} be turned on.}, only the region will be
9512 exported. If the selected region is a single tree@footnote{To select the
9513 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9514 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
9515 property, that name will be used for the export.
9516 @kindex C-c C-e L
9517 @item C-c C-e L
9518 Export to a temporary buffer, do not create a file.
9519 @kindex C-c C-e v l
9520 @kindex C-c C-e v L
9521 @item C-c C-e v l
9522 @item C-c C-e v L
9523 Export only the visible part of the document.
9524 @item M-x org-export-region-as-latex
9525 Convert the region to La@TeX{} under the assumption that it was Org mode
9526 syntax before.  This is a global command that can be invoked in any
9527 buffer.
9528 @item M-x org-replace-region-by-latex
9529 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
9530 code.
9531 @kindex C-c C-e p
9532 @item C-c C-e p
9533 Export as La@TeX{} and then process to PDF.
9534 @kindex C-c C-e d
9535 @item C-c C-e d
9536 Export as La@TeX{} and then process to PDF, then open the resulting PDF file.
9537 @end table
9539 @cindex headline levels, for exporting
9540 @vindex org-latex-low-levels
9541 In the exported version, the first 3 outline levels will become
9542 headlines, defining a general document structure.  Additional levels
9543 will be exported as description lists.  The exporter can ignore them or
9544 convert them to a custom string depending on
9545 @code{org-latex-low-levels}.
9547 If you want that transition to occur at a different level, specify it
9548 with a numeric prefix argument. For example,
9550 @example
9551 @kbd{C-2 C-c C-e l}
9552 @end example
9554 @noindent
9555 creates two levels of headings and does the rest as items.
9557 @node Quoting LaTeX code, Sectioning structure, LaTeX/PDF export commands, LaTeX and PDF export
9558 @subsection Quoting La@TeX{} code
9560 Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
9561 inserted into the La@TeX{} file.  This includes simple macros like
9562 @samp{\ref@{LABEL@}} to create a cross reference to a figure.  Furthermore,
9563 you can add special code that should only be present in La@TeX{} export with
9564 the following constructs:
9566 @cindex #+LaTeX
9567 @cindex #+BEGIN_LaTeX
9568 @example
9569 #+LaTeX: Literal LaTeX code for export
9570 @end example
9572 @noindent or
9573 @cindex #+BEGIN_LaTeX
9575 @example
9576 #+BEGIN_LaTeX
9577 All lines between these markers are exported literally
9578 #+END_LaTeX
9579 @end example
9581 @node  Sectioning structure, Tables in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
9582 @subsection Sectioning structure
9583 @cindex La@TeX{} class
9584 @cindex La@TeX{} sectioning structure
9586 By default, the La@TeX{} output uses the class @code{article}.
9588 @vindex org-export-latex-default-class
9589 @vindex org-export-latex-classes
9590 @cindex #+LATEX_HEADER
9591 @cindex #+LATEX_CLASS
9592 @cindex #+LATEX_CLASS_OPTIONS
9593 @cindex property, LATEX_CLASS
9594 @cindex property, LATEX_CLASS_OPTIONS
9595 You can change this globally by setting a different value for
9596 @code{org-export-latex-default-class} or locally by adding an option like
9597 @code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
9598 property that applies when exporting a region containing only this (sub)tree.
9599 The class should be listed in @code{org-export-latex-classes}, where you can
9600 also define the sectioning structure for each class, as well as defining
9601 additional classes.  In a similar way, @code{#+LaTeX_CLASS_OPTIONS} or a
9602 @code{LaTeX_CLASS_OPTIONS} property can specify the options for the
9603 @code{\documentclass} macro.  You can also use @code{#+LATEX_HEADER:
9604 \usepackage@{xyz@}} to add lines to the header.
9606 @node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export
9607 @subsection Tables in La@TeX{} export
9608 @cindex tables, in La@TeX{} export
9610 For La@TeX{} export of a table, you can specify a label and a caption
9611 (@pxref{Images and tables}).  You can also use the @code{ATTR_LaTeX} line to
9612 request a longtable environment for the table, so that it may span several
9613 pages.  Finally, you can set the alignment string:
9615 @cindex #+CAPTION
9616 @cindex #+LABEL
9617 @cindex #+ATTR_LaTeX
9618 @example
9619 #+CAPTION: A long table
9620 #+LABEL: tbl:long
9621 #+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
9622 | ..... | ..... |
9623 | ..... | ..... |
9624 @end example
9627 @node Images in LaTeX export, Beamer class export, Tables in LaTeX export, LaTeX and PDF export
9628 @subsection Images in La@TeX{} export
9629 @cindex images, inline in La@TeX{}
9630 @cindex inlining images in La@TeX{}
9632 Images that are linked to without a description part in the link, like
9633 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
9634 output file resulting from La@TeX{} processing.  Org will use an
9635 @code{\includegraphics} macro to insert the image.  If you have specified a
9636 caption and/or a label as described in @ref{Images and tables}, the figure
9637 will be wrapped into a @code{figure} environment and thus become a floating
9638 element.  You can use an @code{#+ATTR_LaTeX:} line to specify the various
9639 options that can be used in the optional argument of the
9640 @code{\includegraphics} macro.  To modify the placement option of the
9641 @code{figure} environment, add something like @samp{placement=[h!]} to the
9642 Attributes.
9644 If you'd like to let text flow around the image, add the word @samp{wrap} to
9645 the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left
9646 half of the page.  To fine-tune, the @code{placement} field will be the
9647 set of additional arguments needed by the @code{wrapfigure} environment.
9648 Note that if you change the size of the image, you need to use compatible
9649 settings for @code{\includegraphics} and @code{wrapfigure}.
9651 @cindex #+CAPTION
9652 @cindex #+LABEL
9653 @cindex #+ATTR_LaTeX
9654 @example
9655 #+CAPTION:    The black-body emission of the disk around HR 4049
9656 #+LABEL:      fig:SED-HR4049
9657 #+ATTR_LaTeX: width=5cm,angle=90
9658 [[./img/sed-hr4049.pdf]]
9660 #+ATTR_LaTeX: width=0.38\textwidth wrap placement=@{r@}@{0.4\textwidth@}
9661 [[./img/hst.png]]
9662 @end example
9664 If you need references to a label created in this way, write
9665 @samp{\ref@{fig:SED-HR4049@}} just like in La@TeX{}.
9667 @node Beamer class export,  , Images in LaTeX export, LaTeX and PDF export
9668 @subsection Beamer class export
9670 The LaTeX class @file{beamer} allows to produce high quality presentations
9671 using LaTeX and pdf processing.  Org-mode has special support for turning an
9672 Org-mode file or tree into a @file{beamer} presentation.
9674 When the LaTeX class for the current buffer (as set with @code{#+LaTeX_CLASS:
9675 beamer}) or subtree (set with a @code{LaTeX_CLASS} property) is
9676 @code{beamer}, a special export mode will turn the file or tree into a beamer
9677 presentation.  Any tree with not-to-deep level nesting should in principle be
9678 exportable as a beamer presentation.  By default, the top-level entries (or
9679 the first level below the selected subtree heading) will be turned into
9680 frames, and the outline structure below this level will become itemize lists.
9681 You can also configure the variable @code{org-beamer-frame-level} to a
9682 different level - then the hierarchy above frames will produce the sectioning
9683 structure of the presentation.
9685 A template for useful in-buffer settings or properties can be inserted into
9686 the buffer with @kbd{M-x org-beamer-settings-template}.  Among other things,
9687 this will install a column view format which is very handy for editing
9688 special properties used by beamer.
9690 You can influence the structure of the presentation using the following
9691 properties:
9693 @table @code
9694 @item BEAMER_env
9695 The environment that should be used to format this entry.  Valid environments
9696 are defined in the constant @code{org-beamer-environments-default}, and you
9697 can define more in @code{org-beamer-environments-extra}.  If this property is
9698 set, the entry will also get a @code{:B_environment:} tag to make this
9699 visible.  This tag has no semantic meaning, it is only a visual aid.
9700 @item BEAMER_envargs
9701 The beamer-special arguments that should be used for the environment, like
9702 @code{[t]} or @code{[<+->]} of @code{<2-3>}.  If the @code{BEAMER_col}
9703 property is also set, something like @code{C[t]} can be added here as well to
9704 set an options argument for the implied @code{columns} environment.
9705 @code{c[t]} will set an option for the implied @code{column} environment.
9706 @item BEAMER_col
9707 The width of a column that should start with this entry.  If this property is
9708 set, the entry will also get a @code{:BMCOL:} property to make this visible.
9709 Also this tag is only a visual aid.  When his is a plain number, it will be
9710 interpreted as a fraction of @code{\textwidth}.  Otherwise it will be assumed
9711 that you have specified the units, like @samp{3cm}.  The first such property
9712 in a frame will start a @code{columns} environment to surround the columns.
9713 This environment is closed when an entry has a @code{BEAMER_col} property
9714 with value 0 or 1, or automatically at the end of the frame.
9715 @item BEAMER_extra
9716 Additional commands that should be inserted after the environment has been
9717 opened.  For example, when creating a frame, this can be used to specify
9718 transitions.
9719 @end table
9721 Frames will automatically receive a @code{fragile} option if they contain
9722 source code that uses the verbatim environment.  Special @file{beamer}
9723 specific code can be inserted using @code{#+BEAMER:} and
9724 @code{#+BEGIN_beamer...#+end_beamer} constructs, similar to other export
9725 backends, but with the difference that @code{#+LaTeX:} stuff will be included
9726 in the presentation as well.
9728 Outline nodes with @code{BEAMER_env} property value @samp{note} or
9729 @samp{noteNH} will be formatted as beamer notes, i,e, they will be wrapped
9730 into @code{\note@{...@}}.  The former will include the heading as part of the
9731 note text, the latter will ignore the heading of that node.  To simplify note
9732 generation, it is actually enough to mark the note with a @emph{tag} (either
9733 @code{:B_note:} or @code{:B_noteNH:}) instead of creating the
9734 @code{BEAMER_env} property.
9736 You can turn on a special minor mode @code{org-beamer-mode} for editing
9737 support with
9739 @example
9740 #+STARTUP: beamer
9741 @end example
9743 @table @kbd
9744 @kindex C-c C-b
9745 @item C-c C-b
9746 In @code{org-beamer-mode}, this key offers fast selection of a beamer
9747 environment or the @code{BEAMER_col} property.
9748 @end table
9750 Column view provides a great way to set the environment of a node and other
9751 important parameters.  Make sure you are using a COLUMN format that is geared
9752 toward this special purpose.  The command @kbd{M-x
9753 org-beamer-settings-template} does define such a format.
9755 Here is a simple example Org document that is intended for beamer export.
9757 @smallexample
9758 #+LaTeX_CLASS: beamer
9759 #+TITLE: Example Presentation
9760 #+AUTHOR: Carsten Dominik
9761 #+LaTeX_CLASS_OPTIONS: [presentation]
9762 #+BEAMER_FRAME_LEVEL: 2
9763 #+BEAMER_HEADER_EXTRA: \usetheme@{Madrid@}\usecolortheme@{default@}
9764 #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)
9766 * This is the first structural section
9768 ** Frame 1 \\ with a subtitle
9769 *** Thanks to Eric Fraga                                      :BMCOL:B_block:
9770     :PROPERTIES:
9771     :BEAMER_env: block
9772     :BEAMER_envargs: C[t]
9773     :BEAMER_col: 0.5
9774     :END:
9775     for the first viable beamer setup in Org
9776 *** Thanks to everyone else                                   :BMCOL:B_block:
9777     :PROPERTIES:
9778     :BEAMER_col: 0.5
9779     :BEAMER_env: block
9780     :BEAMER_envargs: <2->
9781     :END:
9782     for contributing to the discussion
9783 **** This will be formatted as a beamer note                  :B_note:
9784 ** Frame 2 \\ where we will not use columns
9785 *** Request                                                   :B_block:
9786     Please test this stuff!
9787     :PROPERTIES:
9788     :BEAMER_env: block
9789     :END:
9790 @end smallexample
9792 For more information, see the documentation on Worg.
9794 @node DocBook export, Freemind export, LaTeX and PDF export, Exporting
9795 @section DocBook export
9796 @cindex DocBook export
9797 @cindex PDF export
9798 @cindex Cui, Baoqui
9800 Org contains a DocBook exporter written by Baoqiu Cui.  Once an Org file is
9801 exported to DocBook format, it can be further processed to produce other
9802 formats, including PDF, HTML, man pages, etc., using many available DocBook
9803 tools and stylesheets.
9805 Currently DocBook exporter only supports DocBook V5.0.
9807 @menu
9808 * DocBook export commands::     How to invoke DocBook export
9809 * Quoting DocBook code::        Incorporating DocBook code in Org files
9810 * Recursive sections::          Recursive sections in DocBook
9811 * Tables in DocBook export::    Tables are exported as HTML tables
9812 * Images in DocBook export::    How to insert figures into DocBook output
9813 * Special characters::          How to handle special characters
9814 @end menu
9816 @node DocBook export commands, Quoting DocBook code, DocBook export, DocBook export
9817 @subsection DocBook export commands
9819 @cindex region, active
9820 @cindex active region
9821 @cindex transient-mark-mode
9822 @table @kbd
9823 @kindex C-c C-e D
9824 @item C-c C-e D
9825 @cindex property EXPORT_FILE_NAME
9826 Export as DocBook file.  For an Org file, @file{myfile.org}, the DocBook XML
9827 file will be @file{myfile.xml}.  The file will be overwritten without
9828 warning.  If there is an active region@footnote{This requires
9829 @code{transient-mark-mode} to be turned on}, only the region will be
9830 exported.  If the selected region is a single tree@footnote{To select the
9831 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9832 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9833 property, that name will be used for the export.
9834 @kindex C-c C-e V
9835 @item C-c C-e V
9836 Export as DocBook file, process to PDF, then open the resulting PDF file.
9838 @vindex org-export-docbook-xslt-proc-command
9839 @vindex org-export-docbook-xsl-fo-proc-command
9840 Note that, in order to produce PDF output based on exported DocBook file, you
9841 need to have XSLT processor and XSL-FO processor software installed on your
9842 system.  Check variables @code{org-export-docbook-xslt-proc-command} and
9843 @code{org-export-docbook-xsl-fo-proc-command}.
9845 @kindex C-c C-e v D
9846 @item C-c C-e v D
9847 Export only the visible part of the document.
9848 @end table
9850 @node Quoting DocBook code, Recursive sections, DocBook export commands, DocBook export
9851 @subsection Quoting DocBook code
9853 You can quote DocBook code in Org files and copy it verbatim into exported
9854 DocBook file with the following constructs:
9856 @cindex #+DOCBOOK
9857 @cindex #+BEGIN_DOCBOOK
9858 @example
9859 #+DOCBOOK: Literal DocBook code for export
9860 @end example
9862 @noindent or
9863 @cindex #+BEGIN_DOCBOOK
9865 @example
9866 #+BEGIN_DOCBOOK
9867 All lines between these markers are exported by DocBook exporter
9868 literally.
9869 #+END_DOCBOOK
9870 @end example
9872 For example, you can use the following lines to include a DocBook warning
9873 admonition.  As to what this warning says, you should pay attention to the
9874 document context when quoting DocBook code in Org files.  You may make
9875 exported DocBook XML files invalid by not quoting DocBook code correctly.
9877 @example
9878 #+BEGIN_DOCBOOK
9879 <warning>
9880   <para>You should know what you are doing when quoting DocBook XML code
9881   in your Org file.  Invalid DocBook XML file may be generated by
9882   DocBook exporter if you are not careful!</para>
9883 </warning>
9884 #+END_DOCBOOK
9885 @end example
9887 @node Recursive sections, Tables in DocBook export, Quoting DocBook code, DocBook export
9888 @subsection Recursive sections
9889 @cindex DocBook recursive sections
9891 DocBook exporter exports Org files as articles using the @code{article}
9892 element in DocBook.  Recursive sections, i.e. @code{section} elements, are
9893 used in exported articles.  Top level headlines in Org files are exported as
9894 top level sections, and lower level headlines are exported as nested
9895 sections.  The entire structure of Org files will be exported completely, no
9896 matter how many nested levels of headlines there are.
9898 Using recursive sections makes it easy to port and reuse exported DocBook
9899 code in other DocBook document types like @code{book} or @code{set}.
9901 @node Tables in DocBook export, Images in DocBook export, Recursive sections, DocBook export
9902 @subsection Tables in DocBook export
9903 @cindex tables, in DocBook export
9905 Tables in Org files are exported as HTML tables, which have been supported since
9906 DocBook V4.3.
9908 If a table does not have a caption, an informal table is generated using the
9909 @code{informaltable} element; otherwise, a formal table will be generated
9910 using the @code{table} element.
9912 @node Images in DocBook export, Special characters, Tables in DocBook export, DocBook export
9913 @subsection Images in DocBook export
9914 @cindex images, inline in DocBook
9915 @cindex inlining images in DocBook
9917 Images that are linked to without a description part in the link, like
9918 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]}, will be exported to DocBook
9919 using @code{mediaobject} elements.  Each @code{mediaobject} element contains
9920 an @code{imageobject} that wraps an @code{imagedata} element.  If you have
9921 specified a caption for an image as described in @ref{Images and tables}, a
9922 @code{caption} element will be added in @code{mediaobject}.  If a label is
9923 also specified, it will be exported as an @code{xml:id} attribute of the
9924 @code{mediaobject} element.
9926 @vindex org-export-docbook-default-image-attributes
9927 Image attributes supported by the @code{imagedata} element, like @code{align}
9928 or @code{width}, can be specified in two ways: you can either customize
9929 variable @code{org-export-docbook-default-image-attributes} or use the
9930 @code{#+ATTR_DOCBOOK:} line.  Attributes specified in variable
9931 @code{org-export-docbook-default-image-attributes} are applied to all inline
9932 images in the Org file to be exported (unless they are overwritten by image
9933 attributes specified in @code{#+ATTR_DOCBOOK:} lines).
9935 The @code{#+ATTR_DOCBOOK:} line can be used to specify additional image
9936 attributes or overwrite default image attributes for individual images.  If
9937 the same attribute appears in both the @code{#+ATTR_DOCBOOK:} line and
9938 variable @code{org-export-docbook-default-image-attributes}, the former
9939 overwrites the latter.  Here is an example about how image attributes can be
9940 set:
9942 @cindex #+CAPTION
9943 @cindex #+LABEL
9944 @cindex #+ATTR_DOCBOOK
9945 @example
9946 #+CAPTION:    The logo of Org mode
9947 #+LABEL:      unicorn-svg
9948 #+ATTR_DOCBOOK: scalefit="1" width="100%" depth="100%"
9949 [[./img/org-mode-unicorn.svg]]
9950 @end example
9952 @vindex org-export-docbook-inline-image-extensions
9953 By default, DocBook exporter recognizes the following image file types:
9954 @file{jpeg}, @file{jpg}, @file{png}, @file{gif}, and @file{svg}.  You can
9955 customize variable @code{org-export-docbook-inline-image-extensions} to add
9956 more types to this list as long as DocBook supports them.
9958 @node Special characters,  , Images in DocBook export, DocBook export
9959 @subsection Special characters in DocBook export
9960 @cindex Special characters in DocBook export
9962 @vindex org-export-docbook-doctype
9963 @vindex org-html-entities
9964 Special characters that are written in @TeX{}-like syntax, such as @code{\alpha},
9965 @code{\Gamma}, and @code{\Zeta}, are supported by DocBook exporter.  These
9966 characters are rewritten to XML entities, like @code{&alpha;},
9967 @code{&Gamma;}, and @code{&Zeta;}, based on the list saved in variable
9968 @code{org-html-entities}.  As long as the generated DocBook file includes the
9969 corresponding entities, these special characters are recognized.
9971 You can customize variable @code{org-export-docbook-doctype} to include the
9972 entities you need.  For example, you can set variable
9973 @code{org-export-docbook-doctype} to the following value to recognize all
9974 special characters included in XHTML entities:
9976 @example
9977 "<!DOCTYPE article [
9978 <!ENTITY % xhtml1-symbol PUBLIC
9979 \"-//W3C//ENTITIES Symbol for HTML//EN//XML\"
9980 \"http://www.w3.org/2003/entities/2007/xhtml1-symbol.ent\"
9982 %xhtml1-symbol;
9985 @end example
9987 @node Freemind export, XOXO export, DocBook export, Exporting
9988 @section Freemind export
9989 @cindex Freemind export
9990 @cindex mind map
9992 The freemind exporter was written by Lennart Borgman.
9994 @table @kbd
9995 @kindex C-c C-e m
9996 @item C-c C-e m
9997 Export as Freemind mind map @file{myfile.mm}.
9998 @end table
10000 @node XOXO export, iCalendar export, Freemind export, Exporting
10001 @section XOXO export
10002 @cindex XOXO export
10004 Org mode contains an exporter that produces XOXO-style output.
10005 Currently, this exporter only handles the general outline structure and
10006 does not interpret any additional Org-mode features.
10008 @table @kbd
10009 @kindex C-c C-e x
10010 @item C-c C-e x
10011 Export as XOXO file @file{myfile.html}.
10012 @kindex C-c C-e v
10013 @item C-c C-e v x
10014 Export only the visible part of the document.
10015 @end table
10017 @node iCalendar export,  , XOXO export, Exporting
10018 @section iCalendar export
10019 @cindex iCalendar export
10021 @vindex org-icalendar-include-todo
10022 @vindex org-icalendar-use-deadline
10023 @vindex org-icalendar-use-scheduled
10024 @vindex org-icalendar-categories
10025 Some people use Org mode for keeping track of projects, but still prefer a
10026 standard calendar application for anniversaries and appointments.  In this
10027 case it can be useful to show deadlines and other time-stamped items in Org
10028 files in the calendar application.  Org mode can export calendar information
10029 in the standard iCalendar format.  If you also want to have TODO entries
10030 included in the export, configure the variable
10031 @code{org-icalendar-include-todo}.  Plain timestamps are exported as VEVENT,
10032 and TODO items as VTODO.  It will also create events from deadlines that are
10033 in non-TODO items.  Deadlines and scheduling dates in TODO items will be used
10034 to set the start and due dates for the TODO entry@footnote{See the variables
10035 @code{org-icalendar-use-deadline} and @code{org-icalendar-use-scheduled}.}.
10036 As categories, it will use the tags locally defined in the heading, and the
10037 file/tree category@footnote{To add inherited tags or the TODO state,
10038 configure the variable @code{org-icalendar-categories}.}.
10040 @vindex org-icalendar-store-UID
10041 @cindex property, ID
10042 The iCalendar standard requires each entry to have a globally unique
10043 identifier (UID).  Org creates these identifiers during export.  If you set
10044 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
10045 @code{:ID:} property of the entry and re-used next time you report this
10046 entry.  Since a single entry can give rise to multiple iCalendar entries (as
10047 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
10048 prefixes to the UID, depending on what triggered the inclusion of the entry.
10049 In this way the UID remains unique, but a synchronization program can still
10050 figure out from which entry all the different instances originate.
10052 @table @kbd
10053 @kindex C-c C-e i
10054 @item C-c C-e i
10055 Create iCalendar entries for the current file and store them in the same
10056 directory, using a file extension @file{.ics}.
10057 @kindex C-c C-e I
10058 @item C-c C-e I
10059 @vindex org-agenda-files
10060 Like @kbd{C-c C-e i}, but do this for all files in
10061 @code{org-agenda-files}.  For each of these files, a separate iCalendar
10062 file will be written.
10063 @kindex C-c C-e c
10064 @item C-c C-e c
10065 @vindex org-combined-agenda-icalendar-file
10066 Create a single large iCalendar file from all files in
10067 @code{org-agenda-files} and write it to the file given by
10068 @code{org-combined-agenda-icalendar-file}.
10069 @end table
10071 @vindex org-use-property-inheritance
10072 @vindex org-icalendar-include-body
10073 @cindex property, SUMMARY
10074 @cindex property, DESCRIPTION
10075 @cindex property, LOCATION
10076 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
10077 property can be inherited from higher in the hierarchy if you configure
10078 @code{org-use-property-inheritance} accordingly.} properties if the selected
10079 entries have them.  If not, the summary will be derived from the headline,
10080 and the description from the body (limited to
10081 @code{org-icalendar-include-body} characters).
10083 How this calendar is best read and updated, depends on the application
10084 you are using.  The FAQ covers this issue.
10086 @node Publishing, Miscellaneous, Exporting, Top
10087 @chapter Publishing
10088 @cindex publishing
10089 @cindex O'Toole, David
10091 Org includes a publishing management system that allows you to configure
10092 automatic HTML conversion of @emph{projects} composed of interlinked org
10093 files.  You can also configure Org to automatically upload your exported HTML
10094 pages and related attachments, such as images and source code files, to a web
10095 server.
10097 You can also use Org to convert files into PDF, or even combine HTML and PDF
10098 conversion so that files are available in both formats on the server.
10100 Publishing has been contributed to Org by David O'Toole.
10102 @menu
10103 * Configuration::               Defining projects
10104 * Uploading files::             How to get files up on the server
10105 * Sample configuration::        Example projects
10106 * Triggering publication::      Publication commands
10107 @end menu
10109 @node Configuration, Uploading files, Publishing, Publishing
10110 @section Configuration
10112 Publishing needs significant configuration to specify files, destination
10113 and many other properties of a project.
10115 @menu
10116 * Project alist::               The central configuration variable
10117 * Sources and destinations::    From here to there
10118 * Selecting files::             What files are part of the project?
10119 * Publishing action::           Setting the function doing the publishing
10120 * Publishing options::          Tweaking HTML export
10121 * Publishing links::            Which links keep working after publishing?
10122 * Sitemap::                     Generating a list of all pages
10123 * Generating an index::         An index that reaches across pages
10124 @end menu
10126 @node Project alist, Sources and destinations, Configuration, Configuration
10127 @subsection The variable @code{org-publish-project-alist}
10128 @cindex org-publish-project-alist
10129 @cindex projects, for publishing
10131 @vindex org-publish-project-alist
10132 Publishing is configured almost entirely through setting the value of one
10133 variable, called @code{org-publish-project-alist}.  Each element of the list
10134 configures one project, and may be in one of the two following forms:
10136 @lisp
10137    ("project-name" :property value :property value ...)
10138 @r{or}
10139    ("project-name" :components ("project-name" "project-name" ...))
10141 @end lisp
10143 In both cases, projects are configured by specifying property values.  A
10144 project defines the set of files that will be published, as well as the
10145 publishing configuration to use when publishing those files.  When a project
10146 takes the second form listed above, the individual members of the
10147 @code{:components} property are taken to be sub-projects, which group
10148 together files requiring different publishing options.  When you publish such
10149 a ``meta-project'', all the components will also be published, in the
10150 sequence given.
10152 @node Sources and destinations, Selecting files, Project alist, Configuration
10153 @subsection Sources and destinations for files
10154 @cindex directories, for publishing
10156 Most properties are optional, but some should always be set.  In
10157 particular, Org needs to know where to look for source files,
10158 and where to put published files.
10160 @multitable @columnfractions 0.3 0.7
10161 @item @code{:base-directory}
10162 @tab Directory containing publishing source files
10163 @item @code{:publishing-directory}
10164 @tab Directory where output files will be published.  You can directly
10165 publish to a webserver using a file name syntax appropriate for
10166 the Emacs @file{tramp} package.  Or you can publish to a local directory and
10167 use external tools to upload your website (@pxref{Uploading files}).
10168 @item @code{:preparation-function}
10169 @tab Function or list of functions to be called before starting the
10170 publishing process, for example, to run @code{make} for updating files to be
10171 published.  The project property list is scoped into this call as the
10172 variable @code{project-plist}.
10173 @item @code{:completion-function}
10174 @tab Function or list of functions called after finishing the publishing
10175 process, for example, to change permissions of the resulting files.  The
10176 project property list is scoped into this call as the variable
10177 @code{project-plist}.
10178 @end multitable
10179 @noindent
10181 @node Selecting files, Publishing action, Sources and destinations, Configuration
10182 @subsection Selecting files
10183 @cindex files, selecting for publishing
10185 By default, all files with extension @file{.org} in the base directory
10186 are considered part of the project.  This can be modified by setting the
10187 properties
10188 @multitable @columnfractions 0.25 0.75
10189 @item @code{:base-extension}
10190 @tab Extension (without the dot!) of source files.  This actually is a
10191 regular expression.  Set this to the symbol @code{any} if you want to get all
10192 files in @code{:base-directory}, even without extension.
10194 @item @code{:exclude}
10195 @tab Regular expression to match file names that should not be
10196 published, even though they have been selected on the basis of their
10197 extension.
10199 @item @code{:include}
10200 @tab List of files to be included regardless of @code{:base-extension}
10201 and @code{:exclude}.
10202 @end multitable
10204 @node Publishing action, Publishing options, Selecting files, Configuration
10205 @subsection Publishing action
10206 @cindex action, for publishing
10208 Publishing means that a file is copied to the destination directory and
10209 possibly transformed in the process.  The default transformation is to export
10210 Org files as HTML files, and this is done by the function
10211 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
10212 export}).  But you also can publish your content as PDF files using
10213 @code{org-publish-org-to-pdf}.  If you want to publish the Org file itself,
10214 but with @i{archived}, @i{commented}, and @i{tag-excluded} trees removed, use
10215 @code{org-publish-org-to-org} and set the parameters @code{:plain-source}
10216 and/or @code{:htmlized-source}.  This will produce @file{file.org} and
10217 @file{file.org.html} in the publishing
10218 directory@footnote{@file{file-source.org} and @file{file-source.org.html} if
10219 source and publishing directories are equal.  Note that with this kind of
10220 setup, you need to add @code{:exclude "-source\\.org"} to the project
10221 definition in @code{org-publish-project-alist} to avoid that the published
10222 source files will be considered as new org files the next time the project is
10223 published.}.  Other files like images only
10224 need to be copied to the publishing destination, for this you may use
10225 @code{org-publish-attachment}.  For non-Org files, you always need to
10226 specify the publishing function:
10228 @multitable @columnfractions 0.3 0.7
10229 @item @code{:publishing-function}
10230 @tab Function executing the publication of a file.  This may also be a
10231 list of functions, which will all be called in turn.
10232 @item @code{:plain-source}
10233 @tab Non-nil means, publish plain source.
10234 @item @code{:htmlized-source}
10235 @tab Non-nil means, publish htmlized source.
10236 @end multitable
10238 The function must accept three arguments: a property list containing at least
10239 a @code{:publishing-directory} property, the name of the file to be
10240 published, and the path to the publishing directory of the output file.  It
10241 should take the specified file, make the necessary transformation (if any)
10242 and place the result into the destination folder.
10244 @node Publishing options, Publishing links, Publishing action, Configuration
10245 @subsection Options for the HTML/La@TeX{} exporters
10246 @cindex options, for publishing
10248 The property list can be used to set many export options for the HTML
10249 and La@TeX{} exporters.  In most cases, these properties correspond to user
10250 variables in Org.  The table below lists these properties along
10251 with the variable they belong to.  See the documentation string for the
10252 respective variable for details.
10254 @vindex org-export-html-link-up
10255 @vindex org-export-html-link-home
10256 @vindex org-export-default-language
10257 @vindex org-display-custom-times
10258 @vindex org-export-headline-levels
10259 @vindex org-export-with-section-numbers
10260 @vindex org-export-section-number-format
10261 @vindex org-export-with-toc
10262 @vindex org-export-preserve-breaks
10263 @vindex org-export-with-archived-trees
10264 @vindex org-export-with-emphasize
10265 @vindex org-export-with-sub-superscripts
10266 @vindex org-export-with-special-strings
10267 @vindex org-export-with-footnotes
10268 @vindex org-export-with-drawers
10269 @vindex org-export-with-tags
10270 @vindex org-export-with-todo-keywords
10271 @vindex org-export-with-priority
10272 @vindex org-export-with-TeX-macros
10273 @vindex org-export-with-LaTeX-fragments
10274 @vindex org-export-skip-text-before-1st-heading
10275 @vindex org-export-with-fixed-width
10276 @vindex org-export-with-timestamps
10277 @vindex org-export-author-info
10278 @vindex org-export-email
10279 @vindex org-export-creator-info
10280 @vindex org-export-with-tables
10281 @vindex org-export-highlight-first-table-line
10282 @vindex org-export-html-style-include-default
10283 @vindex org-export-html-style
10284 @vindex org-export-html-style-extra
10285 @vindex org-export-html-link-org-files-as-html
10286 @vindex org-export-html-inline-images
10287 @vindex org-export-html-extension
10288 @vindex org-export-html-table-tag
10289 @vindex org-export-html-expand
10290 @vindex org-export-html-with-timestamp
10291 @vindex org-export-publishing-directory
10292 @vindex org-export-html-preamble
10293 @vindex org-export-html-postamble
10294 @vindex org-export-html-auto-preamble
10295 @vindex org-export-html-auto-postamble
10296 @vindex user-full-name
10297 @vindex user-mail-address
10298 @vindex org-export-select-tags
10299 @vindex org-export-exclude-tags
10301 @multitable @columnfractions 0.32 0.68
10302 @item @code{:link-up}               @tab @code{org-export-html-link-up}
10303 @item @code{:link-home}             @tab @code{org-export-html-link-home}
10304 @item @code{:language}              @tab @code{org-export-default-language}
10305 @item @code{:customtime}            @tab @code{org-display-custom-times}
10306 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
10307 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
10308 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
10309 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
10310 @item @code{:preserve-breaks}       @tab @code{org-export-preserve-breaks}
10311 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
10312 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
10313 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
10314 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
10315 @item @code{:footnotes}             @tab @code{org-export-with-footnotes}
10316 @item @code{:drawers}               @tab @code{org-export-with-drawers}
10317 @item @code{:tags}                  @tab @code{org-export-with-tags}
10318 @item @code{:todo-keywords}         @tab @code{org-export-with-todo-keywords}
10319 @item @code{:priority}              @tab @code{org-export-with-priority}
10320 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
10321 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
10322 @item @code{:latex-listings}        @tab @code{org-export-latex-listings}
10323 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
10324 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
10325 @item @code{:timestamps}            @tab @code{org-export-with-timestamps}
10326 @item @code{:author-info}           @tab @code{org-export-author-info}
10327 @item @code{:email-info}            @tab @code{org-export-email-info}
10328 @item @code{:creator-info}          @tab @code{org-export-creator-info}
10329 @item @code{:tables}                @tab @code{org-export-with-tables}
10330 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
10331 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
10332 @item @code{:style}                 @tab @code{org-export-html-style}
10333 @item @code{:style-extra}           @tab @code{org-export-html-style-extra}
10334 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
10335 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
10336 @item @code{:html-extension}        @tab @code{org-export-html-extension}
10337 @item @code{:xml-declaration}       @tab @code{org-export-html-xml-declaration}
10338 @item @code{:html-table-tag}        @tab @code{org-export-html-table-tag}
10339 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
10340 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
10341 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
10342 @item @code{:preamble}              @tab @code{org-export-html-preamble}
10343 @item @code{:postamble}             @tab @code{org-export-html-postamble}
10344 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
10345 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
10346 @item @code{:author}                @tab @code{user-full-name}
10347 @item @code{:email}                 @tab @code{user-mail-address} : @code{addr;addr;..}
10348 @item @code{:select-tags}           @tab @code{org-export-select-tags}
10349 @item @code{:exclude-tags}          @tab @code{org-export-exclude-tags}
10350 @item @code{:latex-image-options}   @tab @code{org-export-latex-image-default-option}
10351 @end multitable
10353 Most of the @code{org-export-with-*} variables have the same effect in
10354 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
10355 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
10356 La@TeX{} export.
10358 @vindex org-publish-project-alist
10359 When a property is given a value in @code{org-publish-project-alist},
10360 its setting overrides the value of the corresponding user variable (if
10361 any) during publishing.  Options set within a file (@pxref{Export
10362 options}), however, override everything.
10364 @node Publishing links, Sitemap, Publishing options, Configuration
10365 @subsection Links between published files
10366 @cindex links, publishing
10368 To create a link from one Org file to another, you would use
10369 something like @samp{[[file:foo.org][The foo]]} or simply
10370 @samp{file:foo.org.} (@pxref{Hyperlinks}).  When published, this link
10371 becomes a link to @file{foo.html}.  In this way, you can interlink the
10372 pages of your "org web" project and the links will work as expected when
10373 you publish them to HTML.  If you also publish the Org source file and want
10374 to link to that, use an @code{http:} link instead of a @code{file:} link,
10375 because @code{file:} links are converted to link to the corresponding
10376 @file{html} file.
10378 You may also link to related files, such as images. Provided you are careful
10379 with relative file names, and provided you have also configured Org to upload
10380 the related files, these links will work too. See @ref{Complex example}, for
10381 an example of this usage.
10383 Sometimes an Org file to be published may contain links that are
10384 only valid in your production environment, but not in the publishing
10385 location.  In this case, use the property
10387 @multitable @columnfractions 0.4 0.6
10388 @item @code{:link-validation-function}
10389 @tab Function to validate links
10390 @end multitable
10392 @noindent
10393 to define a function for checking link validity.  This function must
10394 accept two arguments, the file name and a directory relative to which
10395 the file name is interpreted in the production environment.  If this
10396 function returns @code{nil}, then the HTML generator will only insert a
10397 description into the HTML file, but no link.  One option for this
10398 function is @code{org-publish-validate-link} which checks if the given
10399 file is part of any project in @code{org-publish-project-alist}.
10401 @node Sitemap, Generating an index, Publishing links, Configuration
10402 @subsection Generating a sitemap
10403 @cindex sitemap, of published pages
10405 The following properties may be used to control publishing of 
10406 a map of files for a given project.
10408 @multitable @columnfractions 0.25 0.75
10409 @item @code{:auto-sitemap}
10410 @tab When non-nil, publish a sitemap during @code{org-publish-current-project}
10411 or @code{org-publish-all}.
10413 @item @code{:sitemap-filename}
10414 @tab Filename for output of sitemap. Defaults to @file{sitemap.org} (which
10415 becomes @file{sitemap.html}).
10417 @item @code{:sitemap-title}
10418 @tab Title of sitemap page. Defaults to name of file.
10420 @item @code{:sitemap-function}
10421 @tab Plug-in function to use for generation of the sitemap.
10422 Defaults to @code{org-publish-org-sitemap}, which generates a plain list
10423 of links to all files in the project.
10424 @end multitable
10426 @node Generating an index,  , Sitemap, Configuration
10427 @subsection Generating an index
10428 @cindex index, in a publishing project
10430 Org-mode can generate an index across the files of a publishing project.
10432 @multitable @columnfractions 0.25 0.75
10433 @item @code{:makeindex}
10434 @tab When non-nil, generate in index in the file @file{theindex.org} and
10435 publish it as @file{theindex.html}.
10436 @end multitable
10438 The file will be create when first publishing a project with the
10439 @code{:makeindex} set.  The file only contains a statement @code{#+include:
10440 "theindex.inc"}.  You can then built around this include statement by adding
10441 a title, style information etc.
10443 @node Uploading files, Sample configuration, Configuration, Publishing
10444 @section Uploading files
10445 @cindex rsync
10446 @cindex unison
10448 For those people already utilizing third party sync tools such as
10449 @command{rsync} or @command{unison}, it might be preferable not to use the built in
10450 @i{remote} publishing facilities of Org mode which rely heavily on
10451 Tramp.  Tramp, while very useful and powerful, tends not to be
10452 so efficient for multiple file transfer and has been known to cause problems
10453 under heavy usage.
10455 Specialized synchronization utilities offer several advantages.  In addition
10456 to timestamp comparison, they also do content and permissions/attribute
10457 checks.  For this reason you might prefer to publish your web to a local
10458 directory (possibly even @i{in place} with your Org files) and then use
10459 @file{unison} or @file{rsync} to do the synchronization with the remote host.
10461 Since Unison (for example) can be configured as to which files to transfer to
10462 a certain remote destination, it can greatly simplify the project publishing
10463 definition.  Simply keep all files in the correct location, process your Org
10464 files with @code{org-publish} and let the synchronization tool do the rest.
10465 You do not need, in this scenario, to include attachments such as @file{jpg},
10466 @file{css} or @file{gif} files in the project definition since the 3rd party
10467 tool syncs them.
10469 Publishing to a local directory is also much faster than to a remote one, so
10470 that you can afford more easily to republish entire projects.  If you set
10471 @code{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
10472 benefit of re-including any changed external files such as source example
10473 files you might include with @code{#+INCLUDE}.  The timestamp mechanism in
10474 Org is not smart enough to detect if included files have been modified.
10476 @node Sample configuration, Triggering publication, Uploading files, Publishing
10477 @section Sample configuration
10479 Below we provide two example configurations.  The first one is a simple
10480 project publishing only a set of Org files.  The second example is
10481 more complex, with a multi-component project.
10483 @menu
10484 * Simple example::              One-component publishing
10485 * Complex example::             A multi-component publishing example
10486 @end menu
10488 @node Simple example, Complex example, Sample configuration, Sample configuration
10489 @subsection Example: simple publishing configuration
10491 This example publishes a set of Org files to the @file{public_html}
10492 directory on the local machine.
10494 @lisp
10495 (setq org-publish-project-alist
10496       '(("org"
10497          :base-directory "~/org/"
10498          :publishing-directory "~/public_html"
10499          :section-numbers nil
10500          :table-of-contents nil
10501          :style "<link rel=\"stylesheet\"
10502                 href=\"../other/mystyle.css\"
10503                 type=\"text/css\"/>")))
10504 @end lisp
10506 @node Complex example,  , Simple example, Sample configuration
10507 @subsection Example: complex publishing configuration
10509 This more complicated example publishes an entire website, including
10510 Org files converted to HTML, image files, Emacs Lisp source code, and
10511 style sheets. The publishing directory is remote and private files are
10512 excluded.
10514 To ensure that links are preserved, care should be taken to replicate
10515 your directory structure on the web server, and to use relative file
10516 paths. For example, if your Org files are kept in @file{~/org} and your
10517 publishable images in @file{~/images}, you'd link to an image with
10519 @example
10520 file:../images/myimage.png
10521 @end example
10523 On the web server, the relative path to the image should be the
10524 same. You can accomplish this by setting up an "images" folder in the
10525 right place on the web server, and publishing images to it.
10527 @lisp
10528 (setq org-publish-project-alist
10529       '(("orgfiles"
10530           :base-directory "~/org/"
10531           :base-extension "org"
10532           :publishing-directory "/ssh:user@@host:~/html/notebook/"
10533           :publishing-function org-publish-org-to-html
10534           :exclude "PrivatePage.org"   ;; regexp
10535           :headline-levels 3
10536           :section-numbers nil
10537           :table-of-contents nil
10538           :style "<link rel=\"stylesheet\"
10539                   href=\"../other/mystyle.css\" type=\"text/css\"/>"
10540           :auto-preamble t
10541           :auto-postamble nil)
10543          ("images"
10544           :base-directory "~/images/"
10545           :base-extension "jpg\\|gif\\|png"
10546           :publishing-directory "/ssh:user@@host:~/html/images/"
10547           :publishing-function org-publish-attachment)
10549          ("other"
10550           :base-directory "~/other/"
10551           :base-extension "css\\|el"
10552           :publishing-directory "/ssh:user@@host:~/html/other/"
10553           :publishing-function org-publish-attachment)
10554          ("website" :components ("orgfiles" "images" "other"))))
10555 @end lisp
10557 @node Triggering publication,  , Sample configuration, Publishing
10558 @section Triggering publication
10560 Once properly configured, Org can publish with the following commands:
10562 @table @kbd
10563 @kindex C-c C-e C
10564 @item C-c C-e C
10565 Prompt for a specific project and publish all files that belong to it.
10566 @kindex C-c C-e P
10567 @item C-c C-e P
10568 Publish the project containing the current file.
10569 @kindex C-c C-e F
10570 @item C-c C-e F
10571 Publish only the current file.
10572 @kindex C-c C-e E
10573 @item C-c C-e E
10574 Publish every project.
10575 @end table
10577 @vindex org-publish-use-timestamps-flag
10578 Org uses timestamps to track when a file has changed. The above functions
10579 normally only publish changed files. You can override this and force
10580 publishing of all files by giving a prefix argument to any of the commands
10581 above, or by customizing the variable @code{org-publish-use-timestamps-flag}.
10582 This may be necessary in particular if files include other files via
10583 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
10585 @node Miscellaneous, Hacking, Publishing, Top
10586 @chapter Miscellaneous
10588 @menu
10589 * Completion::                  M-TAB knows what you need
10590 * Speed keys::                  Electic commands at the beginning of a headline
10591 * Customization::               Adapting Org to your taste
10592 * In-buffer settings::          Overview of the #+KEYWORDS
10593 * The very busy C-c C-c key::   When in doubt, press C-c C-c
10594 * Clean view::                  Getting rid of leading stars in the outline
10595 * TTY keys::                    Using Org on a tty
10596 * Interaction::                 Other Emacs packages
10597 @end menu
10600 @node Completion, Speed keys, Miscellaneous, Miscellaneous
10601 @section Completion
10602 @cindex completion, of @TeX{} symbols
10603 @cindex completion, of TODO keywords
10604 @cindex completion, of dictionary words
10605 @cindex completion, of option keywords
10606 @cindex completion, of tags
10607 @cindex completion, of property keys
10608 @cindex completion, of link abbreviations
10609 @cindex @TeX{} symbol completion
10610 @cindex TODO keywords completion
10611 @cindex dictionary word completion
10612 @cindex option keyword completion
10613 @cindex tag completion
10614 @cindex link abbreviations, completion of
10616 Emacs would not be Emacs without completion, and Org-mode uses it whenever it
10617 makes sense.  If you prefer an @i{iswitchb}- or @i{ido}-like interface for
10618 some of the completion prompts, you can specify your preference by setting at
10619 most one of the variables @code{org-completion-use-iswitchb}
10620 @code{org-completion-use-ido}.
10622 Org supports in-buffer completion.  This type of completion does
10623 not make use of the minibuffer.  You simply type a few letters into
10624 the buffer and use the key to complete text right there.
10626 @table @kbd
10627 @kindex M-@key{TAB}
10628 @item M-@key{TAB}
10629 Complete word at point
10630 @itemize @bullet
10631 @item
10632 At the beginning of a headline, complete TODO keywords.
10633 @item
10634 After @samp{\}, complete @TeX{} symbols supported by the exporter.
10635 @item
10636 After @samp{*}, complete headlines in the current buffer so that they
10637 can be used in search links like @samp{[[*find this headline]]}.
10638 @item
10639 After @samp{:} in a headline, complete tags.  The list of tags is taken
10640 from the variable @code{org-tag-alist} (possibly set through the
10641 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
10642 dynamically from all tags used in the current buffer.
10643 @item
10644 After @samp{:} and not in a headline, complete property keys.  The list
10645 of keys is constructed dynamically from all keys used in the current
10646 buffer.
10647 @item
10648 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
10649 @item
10650 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
10651 @samp{OPTIONS} which set file-specific options for Org mode.  When the
10652 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
10653 will insert example settings for this keyword.
10654 @item
10655 In the line after @samp{#+STARTUP: }, complete startup keywords,
10656 i.e. valid keys for this line.
10657 @item
10658 Elsewhere, complete dictionary words using Ispell.
10659 @end itemize
10660 @end table
10662 @node Speed keys, Customization, Completion, Miscellaneous
10663 @section Speed keys
10664 @cindex speed keys
10665 @vindex org-use-speed-commands
10666 @vindex org-speed-commands-user
10668 Single keys can be made to execute commands when the cursor is at the
10669 beginning of a headline, i.e. before the first star.  Configure the variable
10670 @code{org-use-speed-commands} to activate this feature.  There is a
10671 pre-defined list of commands, and you can add more such commands using the
10672 variable @code{org-speed-commands-user}.  Speed keys do not only speed up
10673 navigation and other commands, but they also provide an alternative way to
10674 execute commands bound to keys that are not or not easily available on a tty,
10675 or on a small mobile device with a limited keyboard.
10677 To see which commands are available, activate the feature and press @kbd{?}
10678 with the cursor at the beginning of a headline.
10680 @node Customization, In-buffer settings, Speed keys, Miscellaneous
10681 @section Customization
10682 @cindex customization
10683 @cindex options, for customization
10684 @cindex variables, for customization
10686 There are more than 180 variables that can be used to customize
10687 Org.  For the sake of compactness of the manual, I am not
10688 describing the variables here.  A structured overview of customization
10689 variables is available with @kbd{M-x org-customize}.  Or select
10690 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
10691 settings can also be activated on a per-file basis, by putting special
10692 lines into the buffer (@pxref{In-buffer settings}).
10694 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
10695 @section Summary of in-buffer settings
10696 @cindex in-buffer settings
10697 @cindex special keywords
10699 Org mode uses special lines in the buffer to define settings on a
10700 per-file basis.  These lines start with a @samp{#+} followed by a
10701 keyword, a colon, and then individual words defining a setting.  Several
10702 setting words can be in the same line, but you can also have multiple
10703 lines for the keyword.  While these settings are described throughout
10704 the manual, here is a summary.  After changing any of those lines in the
10705 buffer, press @kbd{C-c C-c} with the cursor still in the line to
10706 activate the changes immediately.  Otherwise they become effective only
10707 when the file is visited again in a new Emacs session.
10709 @vindex org-archive-location
10710 @table @kbd
10711 @item #+ARCHIVE: %s_done::
10712 This line sets the archive location for the agenda file.  It applies for
10713 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
10714 of the file.  The first such line also applies to any entries before it.
10715 The corresponding variable is @code{org-archive-location}.
10716 @item #+CATEGORY:
10717 This line sets the category for the agenda file.  The category applies
10718 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
10719 end of the file.  The first such line also applies to any entries before it.
10720 @item #+COLUMNS: %25ITEM .....
10721 @cindex property, COLUMNS
10722 Set the default format for columns view.  This format applies when
10723 columns view is invoked in locations where no @code{COLUMNS} property
10724 applies.
10725 @item #+CONSTANTS: name1=value1 ...
10726 @vindex org-table-formula-constants
10727 @vindex org-table-formula
10728 Set file-local values for constants to be used in table formulas.  This
10729 line set the local variable @code{org-table-formula-constants-local}.
10730 The global version of this variable is
10731 @code{org-table-formula-constants}.
10732 @item #+FILETAGS: :tag1:tag2:tag3:
10733 Set tags that can be inherited by any entry in the file, including the
10734 top-level entries.
10735 @item #+DRAWERS: NAME1 .....
10736 @vindex org-drawers
10737 Set the file-local set of drawers.  The corresponding global variable is
10738 @code{org-drawers}.
10739 @item #+LINK:  linkword replace
10740 @vindex org-link-abbrev-alist
10741 These lines (several are allowed) specify link abbreviations.
10742 @xref{Link abbreviations}.  The corresponding variable is
10743 @code{org-link-abbrev-alist}.
10744 @item #+PRIORITIES: highest lowest default
10745 @vindex org-highest-priority
10746 @vindex org-lowest-priority
10747 @vindex org-default-priority
10748 This line sets the limits and the default for the priorities.  All three
10749 must be either letters A-Z or numbers 0-9.  The highest priority must
10750 have a lower ASCII number that the lowest priority.
10751 @item #+PROPERTY: Property_Name Value
10752 This line sets a default inheritance value for entries in the current
10753 buffer, most useful for specifying the allowed values of a property.
10754 @cindex #+SETUPFILE
10755 @item #+SETUPFILE: file
10756 This line defines a file that holds more in-buffer setup.  Normally this is
10757 entirely ignored.  Only when the buffer is parsed for option-setting lines
10758 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
10759 settings line, or when exporting), then the contents of this file are parsed
10760 as if they had been included in the buffer.  In particular, the file can be
10761 any other Org mode file with internal setup.  You can visit the file the
10762 cursor is in the line with @kbd{C-c '}.
10763 @item #+STARTUP:
10764 @cindex #+STARTUP:
10765 This line sets options to be used at startup of Org mode, when an
10766 Org file is being visited.
10768 The first set of options deals with the initial visibility of the outline
10769 tree.  The corresponding variable for global default settings is
10770 @code{org-startup-folded}, with a default value @code{t}, which means
10771 @code{overview}.
10772 @vindex org-startup-folded
10773 @cindex @code{overview}, STARTUP keyword
10774 @cindex @code{content}, STARTUP keyword
10775 @cindex @code{showall}, STARTUP keyword
10776 @cindex @code{showeverything}, STARTUP keyword
10777 @example
10778 overview         @r{top-level headlines only}
10779 content          @r{all headlines}
10780 showall          @r{no folding of any entries}
10781 showeverything   @r{show even drawer contents}
10782 @end example
10784 @vindex org-startup-indented
10785 @cindex @code{indent}, STARTUP keyword
10786 @cindex @code{noindent}, STARTUP keyword
10787 Dynamic virtual indentation is controlled by the variable
10788 @code{org-startup-indented}@footnote{Emacs 23 and Org-mode 6.29 are required}
10789 @example
10790 indent     @r{start with @code{org-indent-mode} turned on}
10791 noindent   @r{start with @code{org-indent-mode} turned off}
10792 @end example
10794 @vindex org-startup-align-all-tables
10795 Then there are options for aligning tables upon visiting a file.  This
10796 is useful in files containing narrowed table columns.  The corresponding
10797 variable is @code{org-startup-align-all-tables}, with a default value
10798 @code{nil}.
10799 @cindex @code{align}, STARTUP keyword
10800 @cindex @code{noalign}, STARTUP keyword
10801 @example
10802 align      @r{align all tables}
10803 noalign    @r{don't align tables on startup}
10804 @end example
10805 @vindex org-log-done
10806 @vindex org-log-note-clock-out
10807 @vindex org-log-repeat
10808 Logging the closing and reopening of TODO items and clock intervals can be
10809 configured using these options (see variables @code{org-log-done},
10810 @code{org-log-note-clock-out} and @code{org-log-repeat})
10811 @cindex @code{logdone}, STARTUP keyword
10812 @cindex @code{lognotedone}, STARTUP keyword
10813 @cindex @code{nologdone}, STARTUP keyword
10814 @cindex @code{lognoteclock-out}, STARTUP keyword
10815 @cindex @code{nolognoteclock-out}, STARTUP keyword
10816 @cindex @code{logrepeat}, STARTUP keyword
10817 @cindex @code{lognoterepeat}, STARTUP keyword
10818 @cindex @code{nologrepeat}, STARTUP keyword
10819 @cindex @code{logreschedule}, STARTUP keyword
10820 @cindex @code{lognotereschedule}, STARTUP keyword
10821 @cindex @code{nologreschedule}, STARTUP keyword
10822 @cindex @code{logredeadline}, STARTUP keyword
10823 @cindex @code{lognoteredeadline}, STARTUP keyword
10824 @cindex @code{nologredeadline}, STARTUP keyword
10825 @cindex @code{logrefile}, STARTUP keyword
10826 @cindex @code{lognoterefile}, STARTUP keyword
10827 @cindex @code{nologrefile}, STARTUP keyword
10828 @example
10829 logdone            @r{record a timestamp when an item is marked DONE}
10830 lognotedone        @r{record timestamp and a note when DONE}
10831 nologdone          @r{don't record when items are marked DONE}
10832 logrepeat          @r{record a time when reinstating a repeating item}
10833 lognoterepeat      @r{record a note when reinstating a repeating item}
10834 nologrepeat        @r{do not record when reinstating repeating item}
10835 lognoteclock-out   @r{record a note when clocking out}
10836 nolognoteclock-out @r{don't record a note when clocking out}
10837 logreschedule      @r{record a timestamp when scheduling time changes}
10838 lognotereschedule  @r{record a note when scheduling time changes}
10839 nologreschedule    @r{do not record when a scheduling date changes}
10840 logredeadline      @r{record a timestamp when deadline changes}
10841 lognoteredeadline  @r{record a note when deadline changes}
10842 nologredeadline    @r{do not record when a deadline date changes}
10843 logrefile          @r{record a timestamp when refiling}
10844 lognoterefile      @r{record a note when refiling}
10845 nologrefile        @r{do not record when refiling}
10846 @end example
10847 @vindex org-hide-leading-stars
10848 @vindex org-odd-levels-only
10849 Here are the options for hiding leading stars in outline headings, and for
10850 indenting outlines.  The corresponding variables are
10851 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
10852 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
10853 @cindex @code{hidestars}, STARTUP keyword
10854 @cindex @code{showstars}, STARTUP keyword
10855 @cindex @code{odd}, STARTUP keyword
10856 @cindex @code{even}, STARTUP keyword
10857 @example
10858 hidestars  @r{make all but one of the stars starting a headline invisible.}
10859 showstars  @r{show all stars starting a headline}
10860 indent     @r{virtual indentation according to outline level}
10861 noindent   @r{no virtual indentation according to outline level}
10862 odd        @r{allow only odd outline levels (1,3,...)}
10863 oddeven    @r{allow all outline levels}
10864 @end example
10865 @vindex org-put-time-stamp-overlays
10866 @vindex org-time-stamp-overlay-formats
10867 To turn on custom format overlays over timestamps (variables
10868 @code{org-put-time-stamp-overlays} and
10869 @code{org-time-stamp-overlay-formats}), use
10870 @cindex @code{customtime}, STARTUP keyword
10871 @example
10872 customtime @r{overlay custom time format}
10873 @end example
10874 @vindex constants-unit-system
10875 The following options influence the table spreadsheet (variable
10876 @code{constants-unit-system}).
10877 @cindex @code{constcgs}, STARTUP keyword
10878 @cindex @code{constSI}, STARTUP keyword
10879 @example
10880 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
10881 constSI    @r{@file{constants.el} should use the SI unit system}
10882 @end example
10883 @vindex org-footnote-define-inline
10884 @vindex org-footnote-auto-label
10885 @vindex org-footnote-auto-adjust
10886 To influence footnote settings, use the following keywords.  The
10887 corresponding variables are @code{org-footnote-define-inline},
10888 @code{org-footnote-auto-label}, and @code{org-footnote-auto-adjust}.
10889 @cindex @code{fninline}, STARTUP keyword
10890 @cindex @code{nofninline}, STARTUP keyword
10891 @cindex @code{fnlocal}, STARTUP keyword
10892 @cindex @code{fnprompt}, STARTUP keyword
10893 @cindex @code{fnauto}, STARTUP keyword
10894 @cindex @code{fnconfirm}, STARTUP keyword
10895 @cindex @code{fnplain}, STARTUP keyword
10896 @cindex @code{fnadjust}, STARTUP keyword
10897 @cindex @code{nofnadjust}, STARTUP keyword
10898 @example
10899 fninline    @r{define footnotes inline}
10900 fnnoinline  @r{define footnotes in separate section}
10901 fnlocal     @r{define footnotes near first reference, but not inline}
10902 fnprompt    @r{prompt for footnote labels}
10903 fnauto      @r{create [fn:1]-like labels automatically (default)}
10904 fnconfirm   @r{offer automatic label for editing or confirmation}
10905 fnplain     @r{create [1]-like labels automatically}
10906 fnadjust    @r{automatically renumber and sort footnotes}
10907 nofnadjust  @r{do not renumber and sort automatically}
10908 @end example
10909 @cindex org-hide-block-startup
10910 To hide blocks on startup, use these keywords. The corresponding variable is
10911 @code{org-hide-block-startup}.
10912 @cindex @code{hideblocks}, STARTUP keyword
10913 @cindex @code{nohideblocks}, STARTUP keyword
10914 @example
10915 hideblocks   @r{Hide all begin/end blocks on startup}
10916 nohideblocks @r{Do not hide blocks on startup}
10917 @end example
10918 @item #+TAGS:  TAG1(c1) TAG2(c2)
10919 @vindex org-tag-alist
10920 These lines (several such lines are allowed) specify the valid tags in
10921 this file, and (potentially) the corresponding @emph{fast tag selection}
10922 keys.  The corresponding variable is @code{org-tag-alist}.
10923 @item #+TBLFM:
10924 This line contains the formulas for the table directly above the line.
10925 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
10926 @itemx #+OPTIONS:, #+BIND:
10927 @itemx #+DESCRIPTION:, #+KEYWORDS:
10928 @itemx #+LATEX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
10929 @itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
10930 These lines provide settings for exporting files.  For more details see
10931 @ref{Export options}.
10932 @item #+TODO:    #+SEQ_TODO:   #+TYP_TODO:
10933 @vindex org-todo-keywords
10934 These lines set the TODO keywords and their interpretation in the
10935 current file.  The corresponding variable is @code{org-todo-keywords}.
10936 @end table
10938 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
10939 @section The very busy C-c C-c key
10940 @kindex C-c C-c
10941 @cindex C-c C-c, overview
10943 The key @kbd{C-c C-c} has many purposes in Org, which are all
10944 mentioned scattered throughout this manual.  One specific function of
10945 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
10946 other circumstances it means something like @emph{``Hey Org, look
10947 here and update according to what you see here''}.  Here is a summary of
10948 what this means in different contexts.
10950 @itemize @minus
10951 @item
10952 If there are highlights in the buffer from the creation of a sparse
10953 tree, or from clock display, remove these highlights.
10954 @item
10955 If the cursor is in one of the special @code{#+KEYWORD} lines, this
10956 triggers scanning the buffer for these lines and updating the
10957 information.
10958 @item
10959 If the cursor is inside a table, realign the table.  This command
10960 works even if the automatic table editor has been turned off.
10961 @item
10962 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
10963 the entire table.
10964 @item
10965 If the current buffer is a Remember buffer, close the note and file it.
10966 With a prefix argument, file it, without further interaction, to the
10967 default location.
10968 @item
10969 If the cursor is on a @code{<<<target>>>}, update radio targets and
10970 corresponding links in this buffer.
10971 @item
10972 If the cursor is in a property line or at the start or end of a property
10973 drawer, offer property commands.
10974 @item
10975 If the cursor is at a footnote reference, go to the corresponding
10976 definition, and vice versa.
10977 @item
10978 If the cursor is on a statistics cookie, update it.
10979 @item
10980 If the cursor is in a plain list item with a checkbox, toggle the status
10981 of the checkbox.
10982 @item
10983 If the cursor is on a numbered item in a plain list, renumber the
10984 ordered list.
10985 @item
10986 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
10987 block is updated.
10988 @end itemize
10990 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
10991 @section A cleaner outline view
10992 @cindex hiding leading stars
10993 @cindex dynamic indentation
10994 @cindex odd-levels-only outlines
10995 @cindex clean outline view
10997 Some people find it noisy and distracting that the Org headlines start with a
10998 potentially large number of stars, and that text below the headlines is not
10999 indented.  While this is no problem when writing a @emph{book-like} document
11000 where the outline headings are really section headings, in a more
11001 @emph{list-oriented} outline, indented structure is a lot cleaner:
11003 @example
11004 @group
11005 * Top level headline             |    * Top level headline
11006 ** Second level                  |      * Second level
11007 *** 3rd level                    |        * 3rd level
11008 some text                        |          some text
11009 *** 3rd level                    |        * 3rd level
11010 more text                        |          more text
11011 * Another top level headline     |    * Another top level headline
11012 @end group
11013 @end example
11015 @noindent
11016 If you are using at least Emacs 23.1.50.3 and version 6.29 of Org, this kind
11017 of view can be achieved dynamically at display time using
11018 @code{org-indent-mode}.  In this minor mode, all lines are prefixed for
11019 display with the necessary amount of space@footnote{@code{org-indent-mode}
11020 also sets the @code{wrap-prefix} property, such that @code{visual-line-mode}
11021 (or purely setting @code{word-wrap}) wraps long lines (including headlines)
11022 correctly indented.  }.  Also headlines are prefixed with additional stars,
11023 so that the amount of indentation shifts by two@footnote{See the variable
11024 @code{org-indent-indentation-per-level}.}  spaces per level.  All headline
11025 stars but the last one are made invisible using the @code{org-hide}
11026 face@footnote{Turning on @code{org-indent-mode} sets
11027 @code{org-hide-leading-stars} to @code{t} and @code{org-adapt-indentation} to
11028 @code{nil}.} - see below under @samp{2.} for more information on how this
11029 works.  You can turn on @code{org-indent-mode} for all files by customizing
11030 the variable @code{org-startup-indented}, or you can turn it on for
11031 individual files using
11033 @example
11034 #+STARTUP: indent
11035 @end example
11037 If you want a similar effect in earlier version of Emacs and/or Org, or if
11038 you want the indentation to be hard space characters so that the plain text
11039 file looks as similar as possible to the Emacs display, Org supports you in
11040 the following way:
11042 @enumerate
11043 @item
11044 @emph{Indentation of text below headlines}@*
11045 You may indent text below each headline to make the left boundary line up
11046 with the headline, like
11048 @example
11049 *** 3rd level
11050     more text, now indented
11051 @end example
11053 @vindex org-adapt-indentation
11054 Org supports this with paragraph filling, line wrapping, and structure
11055 editing@footnote{See also the variable @code{org-adapt-indentation}.},
11056 preserving or adapting the indentation as appropriate.
11058 @item
11059 @vindex org-hide-leading-stars
11060 @emph{Hiding leading stars}@* You can modify the display in such a way that
11061 all leading stars become invisible.  To do this in a global way, configure
11062 the variable @code{org-hide-leading-stars} or change this on a per-file basis
11063 with
11065 @example
11066 #+STARTUP: hidestars
11067 #+STARTUP: showstars
11068 @end example
11070 With hidden stars, the tree becomes:
11072 @example
11073 @group
11074 * Top level headline
11075  * Second level
11076   * 3rd level
11077   ...
11078 @end group
11079 @end example
11081 @noindent
11082 @vindex org-hide @r{(face)}
11083 The leading stars are not truly replaced by whitespace, they are only
11084 fontified with the face @code{org-hide} that uses the background color as
11085 font color.  If you are not using either white or black background, you may
11086 have to customize this face to get the wanted effect.  Another possibility is
11087 to set this font such that the extra stars are @i{almost} invisible, for
11088 example using the color @code{grey90} on a white background.
11090 @item
11091 @vindex org-odd-levels-only
11092 Things become cleaner still if you skip all the even levels and use only odd
11093 levels 1, 3, 5..., effectively adding two stars to go from one outline level
11094 to the next@footnote{When you need to specify a level for a property search
11095 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}.  In this
11096 way we get the outline view shown at the beginning of this section.  In order
11097 to make the structure editing and export commands handle this convention
11098 correctly, configure the variable @code{org-odd-levels-only}, or set this on
11099 a per-file basis with one of the following lines:
11101 @example
11102 #+STARTUP: odd
11103 #+STARTUP: oddeven
11104 @end example
11106 You can convert an Org file from single-star-per-level to the
11107 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
11108 RET} in that file.  The reverse operation is @kbd{M-x
11109 org-convert-to-oddeven-levels}.
11110 @end enumerate
11112 @node TTY keys, Interaction, Clean view, Miscellaneous
11113 @section Using Org on a tty
11114 @cindex tty key bindings
11116 Because Org contains a large number of commands, by default many of
11117 Org's core commands are bound to keys that are generally not
11118 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
11119 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
11120 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
11121 these commands on a tty when special keys are unavailable, the following
11122 alternative bindings can be used.  The tty bindings below will likely be
11123 more cumbersome; you may find for some of the bindings below that a
11124 customized workaround suits you better.  For example, changing a timestamp
11125 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
11126 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
11128 @multitable @columnfractions 0.15 0.2 0.1 0.2
11129 @item @b{Default} @tab @b{Alternative 1} @tab @b{Speed key} @tab @b{Alternative 2} 
11130 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab @kbd{C} @tab                            
11131 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{l} @tab @kbd{@key{Esc} @key{left}} 
11132 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab @kbd{L} @tab                            
11133 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{r} @tab @kbd{@key{Esc} @key{right}}
11134 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab @kbd{R} @tab                           
11135 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{up}}  
11136 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab @kbd{U} @tab                           
11137 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{down}}
11138 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab @kbd{D} @tab                            
11139 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab @kbd{ } @tab
11140 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{RET}}
11141 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab @kbd{ } @tab
11142 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab @kbd{ } @tab
11143 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab @kbd{ } @tab
11144 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab @kbd{ } @tab
11145 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab @kbd{ } @tab
11146 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab @kbd{ } @tab
11147 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab @kbd{ } @tab
11148 @end multitable
11151 @node Interaction,  , TTY keys, Miscellaneous
11152 @section Interaction with other packages
11153 @cindex packages, interaction with other
11154 Org lives in the world of GNU Emacs and interacts in various ways
11155 with other code out there.
11157 @menu
11158 * Cooperation::                 Packages Org cooperates with
11159 * Conflicts::                   Packages that lead to conflicts
11160 @end menu
11162 @node Cooperation, Conflicts, Interaction, Interaction
11163 @subsection Packages that Org cooperates with
11165 @table @asis
11166 @cindex @file{calc.el}
11167 @cindex Gillespie, Dave
11168 @item @file{calc.el} by Dave Gillespie
11169 Org uses the Calc package for implementing spreadsheet
11170 functionality in its tables (@pxref{The spreadsheet}).  Org
11171 checks for the availability of Calc by looking for the function
11172 @code{calc-eval} which will have been autoloaded during setup if Calc has
11173 been installed properly.  As of Emacs 22, Calc is part of the Emacs
11174 distribution.  Another possibility for interaction between the two
11175 packages is using Calc for embedded calculations. @xref{Embedded Mode,
11176 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
11177 @item @file{constants.el} by Carsten Dominik
11178 @cindex @file{constants.el}
11179 @cindex Dominik, Carsten
11180 @vindex org-table-formula-constants
11181 In a table formula (@pxref{The spreadsheet}), it is possible to use
11182 names for natural constants or units.  Instead of defining your own
11183 constants in the variable @code{org-table-formula-constants}, install
11184 the @file{constants} package which defines a large number of constants
11185 and units, and lets you use unit prefixes like @samp{M} for
11186 @samp{Mega}, etc@.  You will need version 2.0 of this package, available
11187 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
11188 the function @code{constants-get}, which has to be autoloaded in your
11189 setup.  See the installation instructions in the file
11190 @file{constants.el}.
11191 @item @file{cdlatex.el} by Carsten Dominik
11192 @cindex @file{cdlatex.el}
11193 @cindex Dominik, Carsten
11194 Org mode can make use of the CDLa@TeX{} package to efficiently enter
11195 La@TeX{} fragments into Org files.  See @ref{CDLaTeX mode}.
11196 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
11197 @cindex @file{imenu.el}
11198 Imenu allows menu access to an index of items in a file.  Org mode
11199 supports Imenu---all you need to do to get the index is the following:
11200 @lisp
11201 (add-hook 'org-mode-hook
11202           (lambda () (imenu-add-to-menubar "Imenu")))
11203 @end lisp
11204 @vindex org-imenu-depth
11205 By default the index is two levels deep---you can modify the depth using
11206 the option @code{org-imenu-depth}.
11207 @item @file{remember.el} by John Wiegley
11208 @cindex @file{remember.el}
11209 @cindex Wiegley, John
11210 Org cooperates with remember, see @ref{Remember}.
11211 As of Emacs 23, @file{Remember.el} is part of the Emacs distribution.
11212 @item @file{speedbar.el} by Eric M. Ludlam
11213 @cindex @file{speedbar.el}
11214 @cindex Ludlam, Eric M.
11215 Speedbar is a package that creates a special frame displaying files and
11216 index items in files.  Org mode supports Speedbar and allows you to
11217 drill into Org files directly from the Speedbar.  It also allows you to
11218 restrict the scope of agenda commands to a file or a subtree by using
11219 the command @kbd{<} in the Speedbar frame.
11220 @cindex @file{table.el}
11221 @item @file{table.el} by Takaaki Ota
11222 @kindex C-c C-c
11223 @cindex table editor, @file{table.el}
11224 @cindex @file{table.el}
11225 @cindex Ota, Takaaki
11227 Complex ASCII tables with automatic line wrapping, column- and row-spanning,
11228 and alignment can be created using the Emacs table package by Takaaki Ota
11229 (@uref{http://sourceforge.net/projects/table}, and also part of Emacs 22).
11230 Org-mode will recognize these tables and export them properly.  Because of
11231 interference with other Org-mode functionality, you unfortunately cannot edit
11232 these tables directly in the buffer.  Instead, you need to use the command
11233 @kbd{C-c '} to edit them, similar to source code snippets.
11235 @table @kbd
11236 @kindex C-c '
11237 @item C-c '
11238 Edit a @file{table.el} table.  Works when the cursor is in a table.el table.
11240 @kindex C-c ~
11241 @item C-c ~
11242 Insert a @file{table.el} table.  If there is already a table at point, this
11243 command converts it between the @file{table.el} format and the Org-mode
11244 format.  See the documentation string of the command
11245 @code{org-convert-table} for the restrictions under which this is
11246 possible.
11247 @end table
11248 @file{table.el} is part of Emacs since Emacs 22.
11249 @item @file{footnote.el} by Steven L. Baur
11250 @cindex @file{footnote.el}
11251 @cindex Baur, Steven L.
11252 Org mode recognizes numerical footnotes as provided by this package.
11253 However, Org mode also has its own footnote support (@pxref{Footnotes}),
11254 which makes using @file{footnote.el} unnecessary.
11255 @end table
11257 @node Conflicts,  , Cooperation, Interaction
11258 @subsection Packages that lead to conflicts with Org mode
11260 @table @asis
11262 @cindex @code{shift-selection-mode}
11263 @vindex org-support-shift-select
11264 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
11265 cursor motions combined with the shift key should start or enlarge regions.
11266 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
11267 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
11268 at such a location.  By default, @kbd{S-@key{cursor}} commands outside
11269 special contexts don't do anything, but you can customize the variable
11270 @code{org-support-shift-select}.  Org mode then tries to accommodate shift
11271 selection by (i) using it outside of the special contexts where special
11272 commands apply, and by (ii) extending an existing active region even if the
11273 cursor moves across a special context.
11275 @item @file{CUA.el} by Kim. F. Storm
11276 @cindex @file{CUA.el}
11277 @cindex Storm, Kim. F.
11278 @vindex org-replace-disputed-keys
11279 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
11280 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
11281 region.  In fact, Emacs 23 has this built-in in the form of
11282 @code{shift-selection-mode}, see previous paragraph.  If you are using Emacs
11283 23, you probably don't want to use another package for this purpose.  However,
11284 if you prefer to leave these keys to a different package while working in
11285 Org mode, configure the variable @code{org-replace-disputed-keys}.  When set,
11286 Org will move the following key bindings in Org files, and in the agenda
11287 buffer (but not during date selection).
11289 @example
11290 S-UP      ->  M-p             S-DOWN     ->  M-n
11291 S-LEFT    ->  M--             S-RIGHT    ->  M-+
11292 C-S-LEFT  ->  M-S--           C-S-RIGHT  ->  M-S-+
11293 @end example
11295 @vindex org-disputed-keys
11296 Yes, these are unfortunately more difficult to remember.  If you want
11297 to have other replacement keys, look at the variable
11298 @code{org-disputed-keys}.
11300 @item @file{yasnippet.el}
11301 @cindex @file{yasnippet.el}
11302 The way Org-mode binds the TAB key (binding to @code{[tab]} instead of
11303 @code{"\t"}) overrules yasnippets' access to this key.  The following code
11304 fixed this problem:
11306 @lisp
11307 (add-hook 'org-mode-hook
11308           (lambda ()
11309             (org-set-local 'yas/trigger-key [tab])
11310             (define-key yas/keymap [tab] 'yas/next-field-group)))
11311 @end lisp
11313 @item @file{windmove.el} by Hovav Shacham
11314 @cindex @file{windmove.el}
11315 This package also uses the @kbd{S-<cursor>} keys, so everything written
11316 in the paragraph above about CUA mode also applies here.
11318 @item @file{viper.el} by Michael Kifer
11319 @cindex @file{viper.el}
11320 @kindex C-c /
11321 Viper uses @kbd{C-c /} and therefore makes this key not access the
11322 corresponding Org-mode command @code{org-sparse-tree}.  You need to find
11323 another key for this command, or override the key in
11324 @code{viper-vi-global-user-map} with
11326 @lisp
11327 (define-key viper-vi-global-user-map "C-c /" 'org-sparse-tree)
11328 @end lisp
11330 @end table
11333 @node Hacking, MobileOrg, Miscellaneous, Top
11334 @appendix Hacking
11335 @cindex hacking
11337 This appendix covers some aspects where users can extend the functionality of
11338 Org.
11340 @menu
11341 * Hooks::                       Who to reach into Org's internals
11342 * Add-on packages::             Available extensions
11343 * Adding hyperlink types::      New custom link types
11344 * Context-sensitive commands::  How to add functionality to such commands
11345 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
11346 * Dynamic blocks::              Automatically filled blocks
11347 * Special agenda views::        Customized views
11348 * Extracting agenda information::  Postprocessing of agenda information
11349 * Using the property API::      Writing programs that use entry properties
11350 * Using the mapping API::       Mapping over all or selected entries
11351 @end menu
11353 @node Hooks, Add-on packages, Hacking, Hacking
11354 @section Hooks
11355 @cindex hooks
11357 Org has a large number of hook variables that can be used to add
11358 functionality.  This appendix about hacking is going to illustrate the
11359 use of some of them.  A complete list of all hooks with documentation is
11360 maintained by the Worg project and can be found at
11361 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
11363 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
11364 @section Add-on packages
11365 @cindex add-on packages
11367 A large number of add-on packages have been written by various authors.
11368 These packages are not part of Emacs, but they are distributed as contributed
11369 packages with the separate release available at the Org mode home page at
11370 @uref{http://orgmode.org}.  The list of contributed packages, along with
11371 documentation about each package, is maintained by the Worg project at
11372 @uref{http://orgmode.org/worg/org-contrib/}.
11376 @node Adding hyperlink types, Context-sensitive commands, Add-on packages, Hacking
11377 @section Adding hyperlink types
11378 @cindex hyperlinks, adding new types
11380 Org has a large number of hyperlink types built-in
11381 (@pxref{Hyperlinks}).  If you would like to add new link types, Org
11382 provides an interface for doing so.  Let's look at an example file,
11383 @file{org-man.el}, that will add support for creating links like
11384 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
11385 Emacs:
11387 @lisp
11388 ;;; org-man.el - Support for links to manpages in Org
11390 (require 'org)
11392 (org-add-link-type "man" 'org-man-open)
11393 (add-hook 'org-store-link-functions 'org-man-store-link)
11395 (defcustom org-man-command 'man
11396   "The Emacs command to be used to display a man page."
11397   :group 'org-link
11398   :type '(choice (const man) (const woman)))
11400 (defun org-man-open (path)
11401   "Visit the manpage on PATH.
11402 PATH should be a topic that can be thrown at the man command."
11403   (funcall org-man-command path))
11405 (defun org-man-store-link ()
11406   "Store a link to a manpage."
11407   (when (memq major-mode '(Man-mode woman-mode))
11408     ;; This is a man page, we do make this link
11409     (let* ((page (org-man-get-page-name))
11410            (link (concat "man:" page))
11411            (description (format "Manpage for %s" page)))
11412       (org-store-link-props
11413        :type "man"
11414        :link link
11415        :description description))))
11417 (defun org-man-get-page-name ()
11418   "Extract the page name from the buffer name."
11419   ;; This works for both `Man-mode' and `woman-mode'.
11420   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
11421       (match-string 1 (buffer-name))
11422     (error "Cannot create link to this man page")))
11424 (provide 'org-man)
11426 ;;; org-man.el ends here
11427 @end lisp
11429 @noindent
11430 You would activate this new link type in @file{.emacs} with
11432 @lisp
11433 (require 'org-man)
11434 @end lisp
11436 @noindent
11437 Let's go through the file and see what it does.
11438 @enumerate
11439 @item
11440 It does @code{(require 'org)} to make sure that @file{org.el} has been
11441 loaded.
11442 @item
11443 The next line calls @code{org-add-link-type} to define a new link type
11444 with prefix @samp{man}.  The call also contains the name of a function
11445 that will be called to follow such a link.
11446 @item
11447 @vindex org-store-link-functions
11448 The next line adds a function to @code{org-store-link-functions}, in
11449 order to allow the command @kbd{C-c l} to record a useful link in a
11450 buffer displaying a man page.
11451 @end enumerate
11453 The rest of the file defines the necessary variables and functions.
11454 First there is a customization variable that determines which Emacs
11455 command should be used to display man pages.  There are two options,
11456 @code{man} and @code{woman}.  Then the function to follow a link is
11457 defined.  It gets the link path as an argument---in this case the link
11458 path is just a topic for the manual command.  The function calls the
11459 value of @code{org-man-command} to display the man page.
11461 Finally the function @code{org-man-store-link} is defined.  When you try
11462 to store a link with @kbd{C-c l}, this function will be called to
11463 try to make a link.  The function must first decide if it is supposed to
11464 create the link for this buffer type; we do this by checking the value
11465 of the variable @code{major-mode}.  If not, the function must exit and
11466 return the value @code{nil}.  If yes, the link is created by getting the
11467 manual topic from the buffer name and prefixing it with the string
11468 @samp{man:}.  Then it must call the command @code{org-store-link-props}
11469 and set the @code{:type} and @code{:link} properties.  Optionally you
11470 can also set the @code{:description} property to provide a default for
11471 the link description when the link is later inserted into an Org
11472 buffer with @kbd{C-c C-l}.
11474 When is makes sense for your new link type, you may also define a function
11475 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
11476 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
11477 not accept any arguments, and return the full link with prefix.
11479 @node Context-sensitive commands, Tables in arbitrary syntax, Adding hyperlink types, Hacking
11480 @section Context-sensitive commands
11481 @cindex context-sensitive commands, hooks
11482 @cindex add-ons, context-sensitive commands
11483 @vindex org-ctrl-c-ctrl-c-hook
11485 Org has several commands that act differently depending on context.  The most
11486 important example it the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
11487 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
11489 Add-ons can tap into this functionality by providing a function that detects
11490 special context for that add-on and executes functionality appropriate for
11491 the context.  Here is an example from Dan Davison's @file{org-R.el} which
11492 allows you to evaluate commands based on the @file{R} programming language.  For
11493 this package, special contexts are lines that start with @code{#+R:} or
11494 @code{#+RR:}.
11496 @lisp
11497 (defun org-R-apply-maybe ()
11498   "Detect if this is context for org-R and execute R commands."
11499   (if (save-excursion
11500         (beginning-of-line 1)
11501         (looking-at "#\\+RR?:"))
11502       (progn (call-interactively 'org-R-apply)
11503              t) ;; to signal that we took action
11504     nil)) ;; to signal that we did not
11506 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
11507 @end lisp
11509 The function first checks if the cursor is in such a line.  If that is the
11510 case, @code{org-R-apply} is called and the function returns @code{t} to
11511 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
11512 contexts.  If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try.
11515 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
11516 @section Tables and lists in arbitrary syntax
11517 @cindex tables, in other modes
11518 @cindex lists, in other modes
11519 @cindex Orgtbl mode
11521 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
11522 frequent feature request has been to make it work with native tables in
11523 specific languages, for example La@TeX{}.  However, this is extremely
11524 hard to do in a general way, would lead to a customization nightmare,
11525 and would take away much of the simplicity of the Orgtbl-mode table
11526 editor.
11529 This appendix describes a different approach.  We keep the Orgtbl mode
11530 table in its native format (the @i{source table}), and use a custom
11531 function to @i{translate} the table to the correct syntax, and to
11532 @i{install} it in the right location (the @i{target table}).  This puts
11533 the burden of writing conversion functions on the user, but it allows
11534 for a very flexible system.
11536 Bastien added the ability to do the same with lists.  You can use Org's
11537 facilities to edit and structure lists by turning @code{orgstruct-mode}
11538 on, then locally exporting such lists in another format (HTML, La@TeX{}
11539 or Texinfo.)
11542 @menu
11543 * Radio tables::                Sending and receiving radio tables
11544 * A LaTeX example::             Step by step, almost a tutorial
11545 * Translator functions::        Copy and modify
11546 * Radio lists::                 Doing the same for lists
11547 @end menu
11549 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
11550 @subsection Radio tables
11551 @cindex radio tables
11553 To define the location of the target table, you first need to create two
11554 lines that are comments in the current mode, but contain magic words for
11555 Orgtbl mode to find.  Orgtbl mode will insert the translated table
11556 between these lines, replacing whatever was there before.  For example:
11558 @example
11559 /* BEGIN RECEIVE ORGTBL table_name */
11560 /* END RECEIVE ORGTBL table_name */
11561 @end example
11563 @noindent
11564 Just above the source table, we put a special line that tells
11565 Orgtbl mode how to translate this table and where to install it.  For
11566 example:
11567 @cindex #+ORGTBL
11568 @example
11569 #+ORGTBL: SEND table_name translation_function arguments....
11570 @end example
11572 @noindent
11573 @code{table_name} is the reference name for the table that is also used
11574 in the receiver lines. @code{translation_function} is the Lisp function
11575 that does the translation.  Furthermore, the line can contain a list of
11576 arguments (alternating key and value) at the end.  The arguments will be
11577 passed as a property list to the translation function for
11578 interpretation.  A few standard parameters are already recognized and
11579 acted upon before the translation function is called:
11581 @table @code
11582 @item :skip N
11583 Skip the first N lines of the table.  Hlines do count as separate lines for
11584 this parameter!
11586 @item :skipcols (n1 n2 ...)
11587 List of columns that should be skipped.  If the table has a column with
11588 calculation marks, that column is automatically discarded as well.
11589 Please note that the translator function sees the table @emph{after} the
11590 removal of these columns, the function never knows that there have been
11591 additional columns.
11592 @end table
11594 @noindent
11595 The one problem remaining is how to keep the source table in the buffer
11596 without disturbing the normal workings of the file, for example during
11597 compilation of a C file or processing of a La@TeX{} file.  There are a
11598 number of different solutions:
11600 @itemize @bullet
11601 @item
11602 The table could be placed in a block comment if that is supported by the
11603 language.  For example, in C mode you could wrap the table between
11604 @samp{/*} and @samp{*/} lines.
11605 @item
11606 Sometimes it is possible to put the table after some kind of @i{END}
11607 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
11608 in La@TeX{}.
11609 @item
11610 You can just comment the table line-by-line whenever you want to process
11611 the file, and uncomment it whenever you need to edit the table.  This
11612 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment}
11613 makes this comment-toggling very easy, in particular if you bind it to a
11614 key.
11615 @end itemize
11617 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
11618 @subsection A La@TeX{} example of radio tables
11619 @cindex La@TeX{}, and Orgtbl mode
11621 The best way to wrap the source table in La@TeX{} is to use the
11622 @code{comment} environment provided by @file{comment.sty}.  It has to be
11623 activated by placing @code{\usepackage@{comment@}} into the document
11624 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
11625 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
11626 variable @code{orgtbl-radio-tables} to install templates for other
11627 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
11628 be prompted for a table name, let's say we use @samp{salesfigures}.  You
11629 will then get the following template:
11631 @cindex #+ORGTBL, SEND
11632 @example
11633 % BEGIN RECEIVE ORGTBL salesfigures
11634 % END RECEIVE ORGTBL salesfigures
11635 \begin@{comment@}
11636 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11637 | | |
11638 \end@{comment@}
11639 @end example
11641 @noindent
11642 @vindex La@TeX{}-verbatim-environments
11643 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
11644 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
11645 into the receiver location with name @code{salesfigures}.  You may now
11646 fill in the table, feel free to use the spreadsheet features@footnote{If
11647 the @samp{#+TBLFM} line contains an odd number of dollar characters,
11648 this may cause problems with font-lock in La@TeX{} mode.  As shown in the
11649 example you can fix this by adding an extra line inside the
11650 @code{comment} environment that is used to balance the dollar
11651 expressions.  If you are using AUC@TeX{} with the font-latex library, a
11652 much better solution is to add the @code{comment} environment to the
11653 variable @code{LaTeX-verbatim-environments}.}:
11655 @example
11656 % BEGIN RECEIVE ORGTBL salesfigures
11657 % END RECEIVE ORGTBL salesfigures
11658 \begin@{comment@}
11659 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11660 | Month | Days | Nr sold | per day |
11661 |-------+------+---------+---------|
11662 | Jan   |   23 |      55 |     2.4 |
11663 | Feb   |   21 |      16 |     0.8 |
11664 | March |   22 |     278 |    12.6 |
11665 #+TBLFM: $4=$3/$2;%.1f
11666 % $ (optional extra dollar to keep font-lock happy, see footnote)
11667 \end@{comment@}
11668 @end example
11670 @noindent
11671 When you are done, press @kbd{C-c C-c} in the table to get the converted
11672 table inserted between the two marker lines.
11674 Now let's assume you want to make the table header by hand, because you
11675 want to control how columns are aligned, etc@.  In this case we make sure
11676 that the table translator skips the first 2 lines of the source
11677 table, and tell the command to work as a @i{splice}, i.e. to not produce
11678 header and footer commands of the target table:
11680 @example
11681 \begin@{tabular@}@{lrrr@}
11682 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
11683 % BEGIN RECEIVE ORGTBL salesfigures
11684 % END RECEIVE ORGTBL salesfigures
11685 \end@{tabular@}
11687 \begin@{comment@}
11688 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
11689 | Month | Days | Nr sold | per day |
11690 |-------+------+---------+---------|
11691 | Jan   |   23 |      55 |     2.4 |
11692 | Feb   |   21 |      16 |     0.8 |
11693 | March |   22 |     278 |    12.6 |
11694 #+TBLFM: $4=$3/$2;%.1f
11695 \end@{comment@}
11696 @end example
11698 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
11699 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
11700 and marks horizontal lines with @code{\hline}.  Furthermore, it
11701 interprets the following parameters (see also @pxref{Translator functions}):
11703 @table @code
11704 @item :splice nil/t
11705 When set to t, return only table body lines, don't wrap them into a
11706 tabular environment.  Default is nil.
11708 @item :fmt fmt
11709 A format to be used to wrap each field, it should contain @code{%s} for the
11710 original field value.  For example, to wrap each field value in dollars,
11711 you could use @code{:fmt "$%s$"}.  This may also be a property list with
11712 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
11713 A function of one argument can be used in place of the strings; the
11714 function must return a formatted string.
11716 @item :efmt efmt
11717 Use this format to print numbers with exponentials.  The format should
11718 have @code{%s} twice for inserting mantissa and exponent, for example
11719 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
11720 may also be a property list with column numbers and formats, for example
11721 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
11722 @code{efmt} has been applied to a value, @code{fmt} will also be
11723 applied.  Similar to @code{fmt}, functions of two arguments can be
11724 supplied instead of strings.
11725 @end table
11727 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
11728 @subsection Translator functions
11729 @cindex HTML, and Orgtbl mode
11730 @cindex translator function
11732 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
11733 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
11734 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
11735 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
11736 code that produces tables during HTML export.}, these all use a generic
11737 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
11738 itself is a very short function that computes the column definitions for the
11739 @code{tabular} environment, defines a few field and line separators and then
11740 hands processing over to the generic translator.  Here is the entire code:
11742 @lisp
11743 @group
11744 (defun orgtbl-to-latex (table params)
11745   "Convert the Orgtbl mode TABLE to LaTeX."
11746   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
11747                                org-table-last-alignment ""))
11748          (params2
11749           (list
11750            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
11751            :tend "\\end@{tabular@}"
11752            :lstart "" :lend " \\\\" :sep " & "
11753            :efmt "%s\\,(%s)" :hline "\\hline")))
11754     (orgtbl-to-generic table (org-combine-plists params2 params))))
11755 @end group
11756 @end lisp
11758 As you can see, the properties passed into the function (variable
11759 @var{PARAMS}) are combined with the ones newly defined in the function
11760 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
11761 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
11762 would like to use the La@TeX{} translator, but wanted the line endings to
11763 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
11764 overrule the default with
11766 @example
11767 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
11768 @end example
11770 For a new language, you can either write your own converter function in
11771 analogy with the La@TeX{} translator, or you can use the generic function
11772 directly.  For example, if you have a language where a table is started
11773 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
11774 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
11775 separator is a TAB, you could call the generic translator like this (on
11776 a single line!):
11778 @example
11779 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
11780                               :lstart "!BL! " :lend " !EL!" :sep "\t"
11781 @end example
11783 @noindent
11784 Please check the documentation string of the function
11785 @code{orgtbl-to-generic} for a full list of parameters understood by
11786 that function, and remember that you can pass each of them into
11787 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
11788 using the generic function.
11790 Of course you can also write a completely new function doing complicated
11791 things the generic translator cannot do.  A translator function takes
11792 two arguments.  The first argument is the table, a list of lines, each
11793 line either the symbol @code{hline} or a list of fields.  The second
11794 argument is the property list containing all parameters specified in the
11795 @samp{#+ORGTBL: SEND} line.  The function must return a single string
11796 containing the formatted table.  If you write a generally useful
11797 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
11798 others can benefit from your work.
11800 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
11801 @subsection Radio lists
11802 @cindex radio lists
11803 @cindex org-list-insert-radio-list
11805 Sending and receiving radio lists works exactly the same way than sending and
11806 receiving radio tables (@pxref{Radio tables}).  As for radio tables, you can
11807 insert radio lists templates in HTML, La@TeX{} and Texinfo modes by calling
11808 @code{org-list-insert-radio-list}.
11810 Here are the differences with radio tables:
11812 @itemize @minus
11813 @item
11814 Use @code{ORGLST} instead of @code{ORGTBL}.
11815 @item
11816 The available translation functions for radio lists don't take
11817 parameters.
11818 @item
11819 @kbd{C-c C-c} will work when pressed on the first item of the list.
11820 @end itemize
11822 Here is a La@TeX{} example.  Let's say that you have this in your
11823 La@TeX{} file:
11825 @cindex #+ORGLIST
11826 @example
11827 % BEGIN RECEIVE ORGLST to-buy
11828 % END RECEIVE ORGLST to-buy
11829 \begin@{comment@}
11830 #+ORGLIST: SEND to-buy orgtbl-to-latex
11831 - a new house
11832 - a new computer
11833   + a new keyboard
11834   + a new mouse
11835 - a new life
11836 \end@{comment@}
11837 @end example
11839 Pressing `C-c C-c' on @code{a new house} and will insert the converted
11840 La@TeX{} list between the two marker lines.
11842 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
11843 @section Dynamic blocks
11844 @cindex dynamic blocks
11846 Org documents can contain @emph{dynamic blocks}.  These are
11847 specially marked regions that are updated by some user-written function.
11848 A good example for such a block is the clock table inserted by the
11849 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
11851 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
11852 to the block and can also specify parameters for the function producing
11853 the content of the block.
11855 #+BEGIN:dynamic block
11856 @example
11857 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
11859 #+END:
11860 @end example
11862 Dynamic blocks are updated with the following commands
11864 @table @kbd
11865 @kindex C-c C-x C-u
11866 @item C-c C-x C-u
11867 Update dynamic block at point.
11868 @kindex C-u C-c C-x C-u
11869 @item C-u C-c C-x C-u
11870 Update all dynamic blocks in the current file.
11871 @end table
11873 Updating a dynamic block means to remove all the text between BEGIN and
11874 END, parse the BEGIN line for parameters and then call the specific
11875 writer function for this block to insert the new content.  If you want
11876 to use the original content in the writer function, you can use the
11877 extra parameter @code{:content}.
11879 For a block with name @code{myblock}, the writer function is
11880 @code{org-dblock-write:myblock} with as only parameter a property list
11881 with the parameters given in the begin line.  Here is a trivial example
11882 of a block that keeps track of when the block update function was last
11883 run:
11885 @example
11886 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
11888 #+END:
11889 @end example
11891 @noindent
11892 The corresponding block writer function could look like this:
11894 @lisp
11895 (defun org-dblock-write:block-update-time (params)
11896    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
11897      (insert "Last block update at: "
11898              (format-time-string fmt (current-time)))))
11899 @end lisp
11901 If you want to make sure that all dynamic blocks are always up-to-date,
11902 you could add the function @code{org-update-all-dblocks} to a hook, for
11903 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
11904 written in a way such that it does nothing in buffers that are not in
11905 @code{org-mode}.
11907 @node Special agenda views, Extracting agenda information, Dynamic blocks, Hacking
11908 @section Special agenda views
11909 @cindex agenda views, user-defined
11911 Org provides a special hook that can be used to narrow down the
11912 selection made by any of the agenda views.  You may specify a function
11913 that is used at each match to verify if the match should indeed be part
11914 of the agenda view, and if not, how much should be skipped.
11916 Let's say you want to produce a list of projects that contain a WAITING
11917 tag anywhere in the project tree.  Let's further assume that you have
11918 marked all tree headings that define a project with the TODO keyword
11919 PROJECT.  In this case you would run a TODO search for the keyword
11920 PROJECT, but skip the match unless there is a WAITING tag anywhere in
11921 the subtree belonging to the project line.
11923 To achieve this, you must write a function that searches the subtree for
11924 the tag.  If the tag is found, the function must return @code{nil} to
11925 indicate that this match should not be skipped.  If there is no such
11926 tag, return the location of the end of the subtree, to indicate that
11927 search should continue from there.
11929 @lisp
11930 (defun my-skip-unless-waiting ()
11931   "Skip trees that are not waiting"
11932   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
11933     (if (re-search-forward ":waiting:" subtree-end t)
11934         nil          ; tag found, do not skip
11935       subtree-end))) ; tag not found, continue after end of subtree
11936 @end lisp
11938 Now you may use this function in an agenda custom command, for example
11939 like this:
11941 @lisp
11942 (org-add-agenda-custom-command
11943  '("b" todo "PROJECT"
11944    ((org-agenda-skip-function 'my-skip-unless-waiting)
11945     (org-agenda-overriding-header "Projects waiting for something: "))))
11946 @end lisp
11948 @vindex org-agenda-overriding-header
11949 Note that this also binds @code{org-agenda-overriding-header} to get a
11950 meaningful header in the agenda view.
11952 @vindex org-odd-levels-only
11953 @vindex org-agenda-skip-function
11954 A general way to create custom searches is to base them on a search for
11955 entries with a certain level limit.  If you want to study all entries with
11956 your custom search function, simply do a search for
11957 @samp{LEVEL>0}@footnote{Note that, when using @code{org-odd-levels-only}, a
11958 level number corresponds to order in the hierarchy, not to the number of
11959 stars.}, and then use @code{org-agenda-skip-function} to select the entries
11960 you really want to have.
11962 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
11963 particular, you may use the functions @code{org-agenda-skip-entry-if}
11964 and @code{org-agenda-skip-subtree-if} in this form, for example:
11966 @table @code
11967 @item '(org-agenda-skip-entry-if 'scheduled)
11968 Skip current entry if it has been scheduled.
11969 @item '(org-agenda-skip-entry-if 'notscheduled)
11970 Skip current entry if it has not been scheduled.
11971 @item '(org-agenda-skip-entry-if 'deadline)
11972 Skip current entry if it has a deadline.
11973 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
11974 Skip current entry if it has a deadline, or if it is scheduled.
11975 @item '(org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
11976 Skip current entry if the TODO keyword is TODO or WAITING.
11977 @item '(org-agenda-skip-entry-if 'todo 'done)
11978 Skip current entry if the TODO keyword marks a DONE state.
11979 @item '(org-agenda-skip-entry-if 'timestamp)
11980 Skip current entry if it has any timestamp, may also be deadline or scheduled.
11981 @item '(org-agenda-skip-entry 'regexp "regular expression")
11982 Skip current entry if the regular expression matches in the entry.
11983 @item '(org-agenda-skip-entry 'notregexp "regular expression")
11984 Skip current entry unless the regular expression matches.
11985 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
11986 Same as above, but check and skip the entire subtree.
11987 @end table
11989 Therefore we could also have written the search for WAITING projects
11990 like this, even without defining a special function:
11992 @lisp
11993 (org-add-agenda-custom-command
11994  '("b" todo "PROJECT"
11995    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
11996                                 'regexp ":waiting:"))
11997     (org-agenda-overriding-header "Projects waiting for something: "))))
11998 @end lisp
12000 @node Extracting agenda information, Using the property API, Special agenda views, Hacking
12001 @section Extracting agenda information
12002 @cindex agenda, pipe
12003 @cindex Scripts, for agenda processing
12005 @vindex org-agenda-custom-commands
12006 Org provides commands to access agenda information for the command
12007 line in Emacs batch mode.  This extracted information can be sent
12008 directly to a printer, or it can be read by a program that does further
12009 processing of the data.  The first of these commands is the function
12010 @code{org-batch-agenda}, that produces an agenda view and sends it as
12011 ASCII text to STDOUT.  The command takes a single string as parameter.
12012 If the string has length 1, it is used as a key to one of the commands
12013 you have configured in @code{org-agenda-custom-commands}, basically any
12014 key you can use after @kbd{C-c a}.  For example, to directly print the
12015 current TODO list, you could use
12017 @example
12018 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
12019 @end example
12021 If the parameter is a string with 2 or more characters, it is used as a
12022 tags/TODO match string.  For example, to print your local shopping list
12023 (all items with the tag @samp{shop}, but excluding the tag
12024 @samp{NewYork}), you could use
12026 @example
12027 emacs -batch -l ~/.emacs                                      \
12028       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
12029 @end example
12031 @noindent
12032 You may also modify parameters on the fly like this:
12034 @example
12035 emacs -batch -l ~/.emacs                                      \
12036    -eval '(org-batch-agenda "a"                               \
12037             org-agenda-ndays 30                               \
12038             org-agenda-include-diary nil                      \
12039             org-agenda-files (quote ("~/org/project.org")))'  \
12040    | lpr
12041 @end example
12043 @noindent
12044 which will produce a 30-day agenda, fully restricted to the Org file
12045 @file{~/org/projects.org}, not even including the diary.
12047 If you want to process the agenda data in more sophisticated ways, you
12048 can use the command @code{org-batch-agenda-csv} to get a comma-separated
12049 list of values for each agenda item.  Each line in the output will
12050 contain a number of fields separated by commas.  The fields in a line
12051 are:
12053 @example
12054 category     @r{The category of the item}
12055 head         @r{The headline, without TODO keyword, TAGS and PRIORITY}
12056 type         @r{The type of the agenda entry, can be}
12057                 todo               @r{selected in TODO match}
12058                 tagsmatch          @r{selected in tags match}
12059                 diary              @r{imported from diary}
12060                 deadline           @r{a deadline}
12061                 scheduled          @r{scheduled}
12062                 timestamp          @r{appointment, selected by timestamp}
12063                 closed             @r{entry was closed on date}
12064                 upcoming-deadline  @r{warning about nearing deadline}
12065                 past-scheduled     @r{forwarded scheduled item}
12066                 block              @r{entry has date block including date}
12067 todo         @r{The TODO keyword, if any}
12068 tags         @r{All tags including inherited ones, separated by colons}
12069 date         @r{The relevant date, like 2007-2-14}
12070 time         @r{The time, like 15:00-16:50}
12071 extra        @r{String with extra planning info}
12072 priority-l   @r{The priority letter if any was given}
12073 priority-n   @r{The computed numerical priority}
12074 @end example
12076 @noindent
12077 Time and date will only be given if a timestamp (or deadline/scheduled)
12078 led to the selection of the item.
12080 A CSV list like this is very easy to use in a post-processing script.
12081 For example, here is a Perl program that gets the TODO list from
12082 Emacs/Org and prints all the items, preceded by a checkbox:
12084 @example
12085 #!/usr/bin/perl
12087 # define the Emacs command to run
12088 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
12090 # run it and capture the output
12091 $agenda = qx@{$cmd 2>/dev/null@};
12093 # loop over all lines
12094 foreach $line (split(/\n/,$agenda)) @{
12095   # get the individual values
12096   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
12097    $priority_l,$priority_n) = split(/,/,$line);
12098   # process and print
12099   print "[ ] $head\n";
12101 @end example
12103 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
12104 @section Using the property API
12105 @cindex API, for properties
12106 @cindex properties, API
12108 Here is a description of the functions that can be used to work with
12109 properties.
12111 @defun org-entry-properties &optional pom which
12112 Get all properties of the entry at point-or-marker POM.@*
12113 This includes the TODO keyword, the tags, time strings for deadline,
12114 scheduled, and clocking, and any additional properties defined in the
12115 entry.  The return value is an alist, keys may occur multiple times
12116 if the property key was used several times.@*
12117 POM may also be nil, in which case the current entry is used.
12118 If WHICH is nil or `all', get all properties.  If WHICH is
12119 `special' or `standard', only get that subclass.
12120 @end defun
12121 @vindex org-use-property-inheritance
12122 @defun org-entry-get pom property &optional inherit
12123 Get value of PROPERTY for entry at point-or-marker POM.  By default,
12124 this only looks at properties defined locally in the entry.  If INHERIT
12125 is non-nil and the entry does not have the property, then also check
12126 higher levels of the hierarchy.  If INHERIT is the symbol
12127 @code{selective}, use inheritance if and only if the setting of
12128 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
12129 @end defun
12131 @defun org-entry-delete pom property
12132 Delete the property PROPERTY from entry at point-or-marker POM.
12133 @end defun
12135 @defun org-entry-put pom property value
12136 Set PROPERTY to VALUE for entry at point-or-marker POM.
12137 @end defun
12139 @defun org-buffer-property-keys &optional include-specials
12140 Get all property keys in the current buffer.
12141 @end defun
12143 @defun org-insert-property-drawer
12144 Insert a property drawer at point.
12145 @end defun
12147 @defun org-entry-put-multivalued-property pom property &rest values
12148 Set PROPERTY at point-or-marker POM to VALUES.  VALUES should be a list of
12149 strings.  They will be concatenated, with spaces as separators.
12150 @end defun
12152 @defun org-entry-get-multivalued-property pom property
12153 Treat the value of the property PROPERTY as a whitespace-separated list of
12154 values and return the values as a list of strings.
12155 @end defun
12157 @defun org-entry-add-to-multivalued-property pom property value
12158 Treat the value of the property PROPERTY as a whitespace-separated list of
12159 values and make sure that VALUE is in this list.
12160 @end defun
12162 @defun org-entry-remove-from-multivalued-property pom property value
12163 Treat the value of the property PROPERTY as a whitespace-separated list of
12164 values and make sure that VALUE is @emph{not} in this list.
12165 @end defun
12167 @defun org-entry-member-in-multivalued-property pom property value
12168 Treat the value of the property PROPERTY as a whitespace-separated list of
12169 values and check if VALUE is in this list.
12170 @end defun
12172 @defopt org-property-allowed-value-functions
12173 Hook for functions supplying allowed values for specific.
12174 The functions must take a single argument, the name of the property, and
12175 return a flat list of allowed values.  If @samp{:ETC} is one of
12176 the values, use the values as completion help, but allow also other values
12177 to be entered.  The functions must return @code{nil} if they are not
12178 responsible for this property.
12179 @end defopt
12181 @node Using the mapping API,  , Using the property API, Hacking
12182 @section Using the mapping API
12183 @cindex API, for mapping
12184 @cindex mapping entries, API
12186 Org has sophisticated mapping capabilities to find all entries satisfying
12187 certain criteria.  Internally, this functionality is used to produce agenda
12188 views, but there is also an API that can be used to execute arbitrary
12189 functions for each or selected entries.  The main entry point for this API
12192 @defun org-map-entries func &optional match scope &rest skip
12193 Call FUNC at each headline selected by MATCH in SCOPE.
12195 FUNC is a function or a Lisp form.  The function will be called without
12196 arguments, with the cursor positioned at the beginning of the headline.
12197 The return values of all calls to the function will be collected and
12198 returned as a list.
12200 The call to FUNC will be wrapped into a save-excursion form, so FUNC
12201 does not need to preserve point.  After evaluation, the cursor will be
12202 moved to the end of the line (presumably of the headline of the
12203 processed entry) and search continues from there.  Under some
12204 circumstances, this may not produce the wanted results.  For example,
12205 if you have removed (e.g. archived) the current (sub)tree it could
12206 mean that the next entry will be skipped entirely.  In such cases, you
12207 can specify the position from where search should continue by making
12208 FUNC set the variable `org-map-continue-from' to the desired buffer
12209 position.
12211 MATCH is a tags/property/todo match as it is used in the agenda match view.
12212 Only headlines that are matched by this query will be considered during
12213 the iteration.  When MATCH is nil or t, all headlines will be
12214 visited by the iteration.
12216 SCOPE determines the scope of this command.  It can be any of:
12218 @example
12219 nil     @r{the current buffer, respecting the restriction if any}
12220 tree    @r{the subtree started with the entry at point}
12221 file    @r{the current buffer, without restriction}
12222 file-with-archives
12223         @r{the current buffer, and any archives associated with it}
12224 agenda  @r{all agenda files}
12225 agenda-with-archives
12226         @r{all agenda files with any archive files associated with them}
12227 (file1 file2 ...)
12228         @r{if this is a list, all files in the list will be scanned}
12229 @end example
12230 @noindent
12231 The remaining args are treated as settings for the skipping facilities of
12232 the scanner.  The following items can be given here:
12234 @vindex org-agenda-skip-function
12235 @example
12236 archive   @r{skip trees with the archive tag}
12237 comment   @r{skip trees with the COMMENT keyword}
12238 function or Lisp form
12239           @r{will be used as value for @code{org-agenda-skip-function},}
12240           @r{so whenever the function returns t, FUNC}
12241           @r{will not be called for that entry and search will}
12242           @r{continue from the point where the function leaves it}
12243 @end example
12244 @end defun
12246 The function given to that mapping routine can really do anything you like.
12247 It can use the property API (@pxref{Using the property API}) to gather more
12248 information about the entry, or in order to change metadata in the entry.
12249 Here are a couple of functions that might be handy:
12251 @defun org-todo &optional arg
12252 Change the TODO state of the entry, see the docstring of the functions for
12253 the many possible values for the argument ARG.
12254 @end defun
12256 @defun org-priority &optional action
12257 Change the priority of the entry, see the docstring of this function for the
12258 possible values for ACTION.
12259 @end defun
12261 @defun org-toggle-tag tag &optional onoff
12262 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
12263 or @code{off} will not toggle tag, but ensure that it is either on or off.
12264 @end defun
12266 @defun org-promote
12267 Promote the current entry.
12268 @end defun
12270 @defun org-demote
12271 Demote the current entry.
12272 @end defun
12274 Here is a simple example that will turn all entries in the current file with
12275 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
12276 Entries in comment trees and in archive trees will be ignored.
12278 @lisp
12279 (org-map-entries
12280    '(org-todo "UPCOMING")
12281    "+TOMORROW" 'file 'archive 'comment)
12282 @end lisp
12284 The following example counts the number of entries with TODO keyword
12285 @code{WAITING}, in all agenda files.
12287 @lisp
12288 (length (org-map-entries t "/+WAITING" 'agenda))
12289 @end lisp
12291 @node MobileOrg, History and Acknowledgments, Hacking, Top
12292 @appendix MobileOrg
12293 @cindex iPhone
12294 @cindex MobileOrg
12296 @i{MobileOrg} is an application for the @i{iPhone/iPod Touch} series of
12297 devices, developed by Richard Moreland.  @i{MobileOrg} offers offline viewing
12298 and capture support for an Org-mode system rooted on a ``real'' computer.  It
12299 does also allow you to record changes to existing entries.  For information
12300 about @i{MobileOrg}, see @uref{http://mobileorg.ncogni.to/}).
12302 This appendix describes the support Org has for creating agenda views in a
12303 format that can be displayed by @i{MobileOrg}, and for integrating notes
12304 captured and changes made by @i{MobileOrg} into the main system.
12306 For changing tags and TODO states in MobileOrg, you should have set up the
12307 customization variables @code{org-todo-keywords} and @code{org-tags-alist} to
12308 cover all important tags and todo keywords, even if individual files use only
12309 part of these.  MobileOrg will also offer you states and tags set up with
12310 in-buffer settings, but it will understand the logistics of todo state
12311 @i{sets} (@pxref{Per-file keywords}) and @i{mutually exclusive} tags
12312 (@pxref{Setting tags}) only for those set in these variables.
12314 @menu
12315 * Setting up the staging area::  Where to interact with the mobile device
12316 * Pushing to MobileOrg::        Uploading Org files and agendas
12317 * Pulling from MobileOrg::      Integrating captured and flagged items
12318 @end menu
12320 @node Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg
12321 @section Setting up the staging area
12323 Org-mode has commands to prepare a directory with files for @i{MobileOrg},
12324 and to read captured notes from there.  If Emacs can directly write to the
12325 WebDAV directory accessed by @i{MobileOrg}, just point to this directory
12326 using the variable @code{org-mobile-directory}.  Using the @file{tramp}
12327 method, @code{org-mobile-directory} may point to a remote directory
12328 accessible through, for example, 
12329 @file{ssh/scp}:
12331 @smallexample
12332 (setq org-mobile-directory "/scpc:user@@remote.host:org/webdav/")
12333 @end smallexample
12335 If Emacs cannot access the WebDAV directory directly using a @file{tramp}
12336 method, or you prefer to maintain a local copy, you can use a local directory
12337 for staging.  Other means must then be used to keep this directory in sync
12338 with the WebDAV directory.  In the following example, files are staged in
12339 @file{~/stage}, and Org-mode hooks take care of moving files to and from the
12340 WebDAV directory using @file{scp}.
12342 @smallexample
12343 (setq org-mobile-directory "~/stage/")
12344 (add-hook 'org-mobile-post-push-hook
12345   (lambda () (shell-command "scp -r ~/stage/* user@@wdhost:mobile/")))
12346 (add-hook 'org-mobile-pre-pull-hook
12347   (lambda () (shell-command "scp user@@wdhost:mobile/mobileorg.org ~/stage/ ")))
12348 (add-hook 'org-mobile-post-pull-hook
12349   (lambda () (shell-command "scp ~/stage/mobileorg.org user@@wdhost:mobile/")))
12350 @end smallexample
12352 @node Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg
12353 @section Pushing to MobileOrg
12355 This operation copies all files currently listed in @code{org-mobile-files}
12356 to the directory @code{org-mobile-directory}.  By default this list contains
12357 all agenda files (as listed in @code{org-agenda-files}), but additional files
12358 can be included by customizing @code{org-mobiles-files}.  File names will be
12359 staged with path relative to @code{org-directory}, so all files should be
12360 inside this directory.  The push operation also creates (in the same
12361 directory) a special Org file @file{agendas.org}.  This file is an Org-mode
12362 style outline, containing every custom agenda view defined by the user.
12363 While creating the agendas, Org-mode will force@footnote{See the variable
12364 @code{org-mobile-force-id-on-agenda-items}.}  an ID property on all entries
12365 referenced by the agendas, so that these entries can be uniquely identified
12366 if @i{MobileOrg} flags them for further action.  Finally, Org writes the file
12367 @file{index.org}, containing links to all other files.  If @i{MobileOrg} is
12368 configured to request this file from the WebDAV server, all agendas and Org
12369 files will be downloaded to the device.  To speed up the download, MobileOrg
12370 will only read files whose checksums@footnote{stored automatically in the
12371 file @file{checksums.dat}} have changed.
12373 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
12374 @section Pulling from MobileOrg
12376 When @i{MobileOrg} synchronizes with the WebDAV server, it not only pulls the
12377 Org files for viewing.  It also appends captured entries and pointers to
12378 flagged and changed entries to the file @file{mobileorg.org} on the server.
12379 Org has a @emph{pull} operation that integrates this information into an
12380 inbox file and operates on the pointers to flagged entries.  Here is how it
12381 works:
12383 @enumerate
12384 @item
12385 Org moves all entries found in
12386 @file{mobileorg.org}@footnote{@file{mobileorg.org} will be empty after this
12387 operation.} and appends them to the file pointed to by the variable
12388 @code{org-mobile-inbox-for-pull}.  Each captured entry and each editing event
12389 will be a top-level entry in the inbox file.
12390 @item
12391 After moving the entries, Org will attempt to implement the changes made in
12392 @i{MobileOrg}.  Some changes are applied directly and without user
12393 interaction.  Examples are all changes to tags, TODO state, headline and body
12394 text that can be cleanly applied.  Entries that have been flagged for further
12395 action will receive a tag @code{:FLAGGED:}, so that they can be easily found
12396 again.  When there is a problem finding an entry or applying the change, the
12397 pointer entry will remain in the inbox and will be marked with an error
12398 message.  You need to later resolve these issues by hand.
12399 @item
12400 Org will then generate an agenda view with all flagged entries.  The user
12401 should then go through these entries and do whatever actions are necessary.
12402 If a note has been stored while flagging an entry in @i{MobileOrg}, that note
12403 will be displayed in the echo area when the cursor is on the corresponding
12404 agenda line.
12405 @table @kbd
12406 @kindex ?
12407 @item ?
12408 Pressing @kbd{?} in that special agenda will display the full flagging note in
12409 another window and also push it onto the kill ring.  So you could use @kbd{?
12410 z C-y C-c C-c} to store that flagging note as a normal note in the entry.
12411 Pressing @kbd{?} twice in succession will offer to remove the
12412 @code{:FLAGGED:} tag along with the recorded flagging note (which is stored
12413 in a property).  In this way you indicate, that the intended processing for
12414 this flagged entry is finished.
12415 @end table
12416 @end enumerate
12418 @kindex C-c a ?
12419 If you are not able to process all flagged entries directly, you can always
12420 return to this agenda view using @kbd{C-c a ?}.  Note, however, that there is
12421 a subtle difference.  The view created automatically by @kbd{M-x
12422 org-mobile-pull RET} is guaranteed to search all files that have been
12423 addressed by the last pull.  This might include a file that is not currently
12424 in your list of agenda files.  If you later use @kbd{C-c a ?} to regenerate
12425 the view, only the current agenda files will be searched.
12427 @node History and Acknowledgments, Main Index, MobileOrg, Top
12428 @appendix History and Acknowledgments
12429 @cindex acknowledgements
12430 @cindex history
12431 @cindex thanks
12433 Org was born in 2003, out of frustration over the user interface
12434 of the Emacs Outline mode.  I was trying to organize my notes and
12435 projects, and using Emacs seemed to be the natural way to go.  However,
12436 having to remember eleven different commands with two or three keys per
12437 command, only to hide and show parts of the outline tree, that seemed
12438 entirely unacceptable to me.  Also, when using outlines to take notes, I
12439 constantly wanted to restructure the tree, organizing it parallel to my
12440 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
12441 editing} were originally implemented in the package
12442 @file{outline-magic.el}, but quickly moved to the more general
12443 @file{org.el}.  As this environment became comfortable for project
12444 planning, the next step was adding @emph{TODO entries}, basic
12445 @emph{timestamps}, and @emph{table support}.  These areas highlighted the two main
12446 goals that Org still has today: to be a new, outline-based,
12447 plain text mode with innovative and intuitive editing features, and to
12448 incorporate project planning functionality directly into a notes file.
12450 A special thanks goes to @i{Bastien Guerry} who has not only written a large
12451 number of extensions to Org (most of them integrated into the core by now),
12452 but who has also helped in the development and maintenance of Org so much that he
12453 should be considered the main co-contributor to this package.
12455 Since the first release, literally thousands of emails to me or to
12456 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
12457 reports, feedback, new ideas, and sometimes patches and add-on code.
12458 Many thanks to everyone who has helped to improve this package.  I am
12459 trying to keep here a list of the people who had significant influence
12460 in shaping one or more aspects of Org.  The list may not be
12461 complete, if I have forgotten someone, please accept my apologies and
12462 let me know.
12464 @itemize @bullet
12466 @item
12467 @i{Russel Adams} came up with the idea for drawers.
12468 @item
12469 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
12470 @item
12471 @i{Christophe Bataillon} created the great unicorn logo that we use on the
12472 Org-mode website.
12473 @item
12474 @i{Alex Bochannek} provided a patch for rounding timestamps.
12475 @item
12476 @i{Jan Böcker} wrote @file{org-docview.el}.
12477 @item
12478 @i{Brad Bozarth} showed how to pull RSS feed data into Org-mode files.
12479 @item
12480 @i{Tom Breton} wrote @file{org-choose.el}.
12481 @item
12482 @i{Charles Cave}'s suggestion sparked the implementation of templates
12483 for Remember.
12484 @item
12485 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
12486 specified time.
12487 @item
12488 @i{Gregory Chernov} patched support for Lisp forms into table
12489 calculations and improved XEmacs compatibility, in particular by porting
12490 @file{nouline.el} to XEmacs.
12491 @item
12492 @i{Sacha Chua} suggested copying some linking code from Planner.
12493 @item
12494 @i{Baoqiu Cui} contributed the DocBook exporter.
12495 @item
12496 @i{Dan Davison} wrote (together with @i{Eric Schulte}) Org Babel.
12497 @item
12498 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
12499 came up with the idea of properties, and that there should be an API for
12500 them.
12501 @item
12502 @i{Nick Dokos} tracked down several nasty bugs.
12503 @item
12504 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
12505 inspired some of the early development, including HTML export.  He also
12506 asked for a way to narrow wide table columns.
12507 @item
12508 @i{Christian Egli} converted the documentation into Texinfo format,
12509 patched CSS formatting into the HTML exporter, and inspired the agenda.
12510 @item
12511 @i{David Emery} provided a patch for custom CSS support in exported
12512 HTML agendas.
12513 @item
12514 @i{Nic Ferrier} contributed mailcap and XOXO support.
12515 @item
12516 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
12517 @item
12518 @i{John Foerch} figured out how to make incremental search show context
12519 around a match in a hidden outline tree.
12520 @item
12521 @i{Raimar Finken} wrote @file{org-git-line.el}.
12522 @item
12523 @i{Mikael Fornius} works as a mailing list moderator.
12524 @item
12525 @i{Austin Frank} works as a mailing list moderator.
12526 @item
12527 @i{Niels Giesen} had the idea to automatically archive DONE trees.
12528 @item
12529 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
12530 has been prolific with patches, ideas, and bug reports.
12531 @item
12532 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
12533 @item
12534 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
12535 task state change logging, and the clocktable.  His clear explanations have
12536 been critical when we started to adopt the Git version control system.
12537 @item
12538 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
12539 patches.
12540 @item
12541 @i{Phil Jackson} wrote @file{org-irc.el}.
12542 @item
12543 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
12544 folded entries, and column view for properties.
12545 @item
12546 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
12547 @item
12548 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
12549 provided frequent feedback and some patches.
12550 @item
12551 @i{Matt Lundin} has proposed last-row references for table formulas and named
12552 invisible anchors.  He has also worked a lot on the FAQ.
12553 @item
12554 @i{Jason F. McBrayer} suggested agenda export to CSV format.
12555 @item
12556 @i{Max Mikhanosha} came up with the idea of refiling.
12557 @item
12558 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
12559 basis.
12560 @item
12561 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
12562 happy.
12563 @item
12564 @i{Richard Moreland} wrote @i{MobileOrg} for the iPhone.
12565 @item
12566 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
12567 and being able to quickly restrict the agenda to a subtree.
12568 @item
12569 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
12570 @item
12571 @i{Greg Newman} refreshed the unicorn logo into its current form.
12572 @item
12573 @i{Tim O'Callaghan} suggested in-file links, search options for general
12574 file links, and TAGS.
12575 @item
12576 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
12577 into Japanese.
12578 @item
12579 @i{Oliver Oppitz} suggested multi-state TODO items.
12580 @item
12581 @i{Scott Otterson} sparked the introduction of descriptive text for
12582 links, among other things.
12583 @item
12584 @i{Pete Phillips} helped during the development of the TAGS feature, and
12585 provided frequent feedback.
12586 @item
12587 @i{Martin Pohlack} provided the code snippet to bundle character insertion
12588 into bundles of 20 for undo.
12589 @item
12590 @i{T.V. Raman} reported bugs and suggested improvements.
12591 @item
12592 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
12593 control.
12594 @item
12595 @i{Paul Rivier} provided the basic implementation of named footnotes.  He
12596 also acted as mailing list moderator for some time.
12597 @item
12598 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
12599 @item
12600 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
12601 webpages derived from Org using an Info-like or a folding interface with
12602 single-key navigation.
12603 @item
12604 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
12605 conflict with @file{allout.el}.
12606 @item
12607 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
12608 extensive patches.
12609 @item
12610 @i{Philip Rooke} created the Org reference card, provided lots
12611 of feedback, developed and applied standards to the Org documentation.
12612 @item
12613 @i{Christian Schlauer} proposed angular brackets around links, among
12614 other things.
12615 @item
12616 @i{Eric Schulte} wrote @file{org-plot.el} and (together with @i{Dan Davison})
12617 Org Babel, and contributed various patches, small features and modules.
12618 @item
12619 @i{Paul Sexton} wrote @file{org-ctags.el}.
12620 @item
12621 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
12622 @file{organizer-mode.el}.
12623 @item
12624 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
12625 examples, and remote highlighting for referenced code lines.
12626 @item
12627 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
12628 now packaged into Org's @file{contrib} directory.
12629 @item
12630 @i{Daniel Sinder} came up with the idea of internal archiving by locking
12631 subtrees.
12632 @item
12633 @i{Dale Smith} proposed link abbreviations.
12634 @item
12635 @i{James TD Smith} has contributed a large number of patches for useful
12636 tweaks and features.
12637 @item
12638 @i{Adam Spiers} asked for global linking commands, inspired the link
12639 extension system, added support for mairix, and proposed the mapping API.
12640 @item
12641 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
12642 with links transformation to Org syntax.
12643 @item
12644 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
12645 chapter about publishing.
12646 @item
12647 @i{J@"urgen Vollmer} contributed code generating the table of contents
12648 in HTML output.
12649 @item
12650 @i{Samuel Wales} has provided important feedback and bug reports.
12651 @item
12652 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
12653 keyword.
12654 @item
12655 @i{David Wainberg} suggested archiving, and improvements to the linking
12656 system.
12657 @item
12658 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
12659 @file{muse.el}, which have some overlap with Org.  Initially the development
12660 of Org was fully independent because I was not aware of the existence of
12661 these packages.  But with time I have occasionally looked at John's code and
12662 learned a lot from it.  John has also contributed a number of great ideas and
12663 patches directly to Org, including the attachment system
12664 (@file{org-attach.el}), integration with Apple Mail
12665 (@file{org-mac-message.el}), hierarchical dependencies of TODO items, habit
12666 tracking (@file{org-habits.el}).
12667 @item
12668 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
12669 linking to Gnus.
12670 @item
12671 @i{Roland Winkler} requested additional key bindings to make Org
12672 work on a tty.
12673 @item
12674 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
12675 and contributed various ideas and code snippets.
12676 @end itemize
12679 @node Main Index, Key Index, History and Acknowledgments, Top
12680 @unnumbered Concept Index
12682 @printindex cp
12684 @node Key Index, Variable Index, Main Index, Top
12685 @unnumbered Key Index
12687 @printindex ky
12689 @node Variable Index,  , Key Index, Top
12690 @unnumbered Variable Index
12692 This is not a complete index of variables and faces, only the ones that are
12693 mentioned in the manual.  For a more complete list, use @kbd{M-x
12694 org-customize @key{RET}} and then click yourself through the tree.
12696 @printindex vr
12698 @bye
12700 @ignore
12701         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
12702 @end ignore
12704 @c Local variables:
12705 @c ispell-local-dictionary: "en_US-w_accents"
12706 @c ispell-local-pdict: "./.aspell.org.pws"
12707 @c fill-column: 77
12708 @c End:
12711 @c  LocalWords:  webdavhost pre