Clarify that TODO matches only match not-DONE states by default
[org-mode.git] / doc / org.texi
blobe233e058eccdc12420b2235e3e5d8faea840c437
2 \input texinfo
3 @c %**start of header
4 @setfilename ../../info/org
5 @settitle The Org Manual
7 @set VERSION 6.36trans
8 @set DATE May 2010
10 @c Version and Contact Info
11 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
12 @set AUTHOR Carsten Dominik
13 @set MAINTAINER Carsten Dominik
14 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
15 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
16 @c %**end of header
17 @finalout
19 @c Macro definitions
20 @iftex
21 @c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
22 @end iftex
23 @macro Ie {}
24 I.e.,
25 @end macro
26 @macro ie {}
27 i.e.,
28 @end macro
29 @macro Eg {}
30 E.g.,
31 @end macro
32 @macro eg {}
33 e.g.,
34 @end macro
36 @c Subheadings inside a table.
37 @macro tsubheading{text}
38 @ifinfo
39 @subsubheading \text\
40 @end ifinfo
41 @ifnotinfo
42 @item @b{\text\}
43 @end ifnotinfo
44 @end macro
46 @copying
47 This manual is for Org version @value{VERSION}.
49 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
51 @quotation
52 Permission is granted to copy, distribute and/or modify this document
53 under the terms of the GNU Free Documentation License, Version 1.3 or
54 any later version published by the Free Software Foundation; with no
55 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
56 and with the Back-Cover Texts as in (a) below.  A copy of the license
57 is included in the section entitled ``GNU Free Documentation License.''
59 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
60 modify this GNU manual.  Buying copies from the FSF supports it in
61 developing GNU and promoting software freedom.''
63 This document is part of a collection distributed under the GNU Free
64 Documentation License.  If you want to distribute this document
65 separately from the collection, you can do so by adding a copy of the
66 license to the document, as described in section 6 of the license.
67 @end quotation
68 @end copying
70 @dircategory Emacs
71 @direntry
72 * Org Mode: (org).      Outline-based notes management and organizer
73 @end direntry
75 @titlepage
76 @title The Org Manual
78 @subtitle Release @value{VERSION}
79 @author by Carsten Dominik
81 @c The following two commands start the copyright page.
82 @page
83 @vskip 0pt plus 1filll
84 @insertcopying
85 @end titlepage
87 @c Output the table of contents at the beginning.
88 @contents
90 @ifnottex
91 @node Top, Introduction, (dir), (dir)
92 @top Org Mode Manual
94 @insertcopying
95 @end ifnottex
97 @menu
98 * Introduction::                Getting started
99 * Document Structure::          A tree works like your brain
100 * Tables::                      Pure magic for quick formatting
101 * Hyperlinks::                  Notes in context
102 * TODO Items::                  Every tree branch can be a TODO item
103 * Tags::                        Tagging headlines and matching sets of tags
104 * Properties and Columns::      Storing information about an entry
105 * Dates and Times::             Making items useful for planning
106 * Capture - Refile - Archive::  The ins and outs for projects
107 * Agenda Views::                Collecting information into views
108 * Markup::                      Prepare text for rich export
109 * Exporting::                   Sharing and publishing of notes
110 * Publishing::                  Create a web site of linked Org files
111 * Miscellaneous::               All the rest which did not fit elsewhere
112 * Hacking::                     How to hack your way around
113 * MobileOrg::                   Viewing and capture on a mobile device
114 * History and Acknowledgments::  How Org came into being
115 * Main Index::                  An index of Org's concepts and features
116 * Key Index::                   Key bindings and where they are described
117 * Variable Index::              Variables mentioned in the manual
119 @detailmenu
120  --- The Detailed Node Listing ---
122 Introduction
124 * Summary::                     Brief summary of what Org does
125 * Installation::                How to install a downloaded version of Org
126 * Activation::                  How to activate Org for certain buffers
127 * Feedback::                    Bug reports, ideas, patches etc.
128 * Conventions::                 Type-setting conventions in the manual
130 Document Structure
132 * Outlines::                    Org is based on Outline mode
133 * Headlines::                   How to typeset Org tree headlines
134 * Visibility cycling::          Show and hide, much simplified
135 * Motion::                      Jumping to other headlines
136 * Structure editing::           Changing sequence and level of headlines
137 * Sparse trees::                Matches embedded in context
138 * Plain lists::                 Additional structure within an entry
139 * Drawers::                     Tucking stuff away
140 * Blocks::                      Folding blocks
141 * Footnotes::                   How footnotes are defined in Org's syntax
142 * Orgstruct mode::              Structure editing outside Org
144 Tables
146 * Built-in table editor::       Simple tables
147 * Column width and alignment::  Overrule the automatic settings
148 * Column groups::               Grouping to trigger vertical lines
149 * Orgtbl mode::                 The table editor as minor mode
150 * The spreadsheet::             The table editor has spreadsheet capabilities
151 * Org-Plot::                    Plotting from org tables
153 The spreadsheet
155 * References::                  How to refer to another field or range
156 * Formula syntax for Calc::     Using Calc to compute stuff
157 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
158 * Field formulas::              Formulas valid for a single field
159 * Column formulas::             Formulas valid for an entire column
160 * Editing and debugging formulas::  Fixing formulas
161 * Updating the table::          Recomputing all dependent fields
162 * Advanced features::           Field names, parameters and automatic recalc
164 Hyperlinks
166 * Link format::                 How links in Org are formatted
167 * Internal links::              Links to other places in the current file
168 * External links::              URL-like links to the world
169 * Handling links::              Creating, inserting and following
170 * Using links outside Org::     Linking from my C source code?
171 * Link abbreviations::          Shortcuts for writing complex links
172 * Search options::              Linking to a specific location
173 * Custom searches::             When the default search is not enough
175 Internal links
177 * Radio targets::               Make targets trigger links in plain text
179 TODO Items
181 * TODO basics::                 Marking and displaying TODO entries
182 * TODO extensions::             Workflow and assignments
183 * Progress logging::            Dates and notes for progress
184 * Priorities::                  Some things are more important than others
185 * Breaking down tasks::         Splitting a task into manageable pieces
186 * Checkboxes::                  Tick-off lists
188 Extended use of TODO keywords
190 * Workflow states::             From TODO to DONE in steps
191 * TODO types::                  I do this, Fred does the rest
192 * Multiple sets in one file::   Mixing it all, and still finding your way
193 * Fast access to TODO states::  Single letter selection of a state
194 * Per-file keywords::           Different files, different requirements
195 * Faces for TODO keywords::     Highlighting states
196 * TODO dependencies::           When one task needs to wait for others
198 Progress logging
200 * Closing items::               When was this entry marked DONE?
201 * Tracking TODO state changes::  When did the status change?
202 * Tracking your habits::        How consistent have you been?
204 Tags
206 * Tag inheritance::             Tags use the tree structure of the outline
207 * Setting tags::                How to assign tags to a headline
208 * Tag searches::                Searching for combinations of tags
210 Properties and Columns
212 * Property syntax::             How properties are spelled out
213 * Special properties::          Access to other Org mode features
214 * Property searches::           Matching property values
215 * Property inheritance::        Passing values down the tree
216 * Column view::                 Tabular viewing and editing
217 * Property API::                Properties for Lisp programmers
219 Column view
221 * Defining columns::            The COLUMNS format property
222 * Using column view::           How to create and use column view
223 * Capturing column view::       A dynamic block for column view
225 Defining columns
227 * Scope of column definitions::  Where defined, where valid?
228 * Column attributes::           Appearance and content of a column
230 Dates and Times
232 * Timestamps::                  Assigning a time to a tree entry
233 * Creating timestamps::         Commands which insert timestamps
234 * Deadlines and scheduling::    Planning your work
235 * Clocking work time::          Tracking how long you spend on a task
236 * Resolving idle time::         Resolving time if you've been idle
237 * Effort estimates::            Planning work effort in advance
238 * Relative timer::              Notes with a running timer
240 Creating timestamps
242 * The date/time prompt::        How Org mode helps you entering date and time
243 * Custom time format::          Making dates look different
245 Deadlines and scheduling
247 * Inserting deadline/schedule::  Planning items
248 * Repeated tasks::              Items that show up again and again
250 Capture - Refile - Archive
252 * Remember::                    Capture new tasks/ideas with little interruption
253 * Attachments::                 Add files to tasks.
254 * RSS Feeds::                   Getting input from RSS feeds
255 * Protocols::                   External (e.g. Browser) access to Emacs and Org
256 * Refiling notes::              Moving a tree from one place to another
257 * Archiving::                   What to do with finished projects
259 Remember
261 * Setting up Remember for Org::  Some code for .emacs to get things going
262 * Remember templates::          Define the outline of different note types
263 * Storing notes::               Directly get the note to where it belongs
265 Archiving
267 * Moving subtrees::             Moving a tree to an archive file
268 * Internal archiving::          Switch off a tree but keep it in the file
270 Agenda Views
272 * Agenda files::                Files being searched for agenda information
273 * Agenda dispatcher::           Keyboard access to agenda views
274 * Built-in agenda views::       What is available out of the box?
275 * Presentation and sorting::    How agenda items are prepared for display
276 * Agenda commands::             Remote editing of Org trees
277 * Custom agenda views::         Defining special searches and views
278 * Exporting Agenda Views::      Writing a view to a file
279 * Agenda column view::          Using column view for collected entries
281 The built-in agenda views
283 * Weekly/daily agenda::         The calendar page with current tasks
284 * Global TODO list::            All unfinished action items
285 * Matching tags and properties::  Structured information with fine-tuned search
286 * Timeline::                    Time-sorted view for single file
287 * Search view::                 Find entries by searching for text
288 * Stuck projects::              Find projects you need to review
290 Presentation and sorting
292 * Categories::                  Not all tasks are equal
293 * Time-of-day specifications::  How the agenda knows the time
294 * Sorting of agenda items::     The order of things
296 Custom agenda views
298 * Storing searches::            Type once, use often
299 * Block agenda::                All the stuff you need in a single buffer
300 * Setting Options::             Changing the rules
302 Markup for rich export
304 * Structural markup elements::  The basic structure as seen by the exporter
305 * Images and tables::           Tables and Images will be included
306 * Literal examples::            Source code examples with special formatting
307 * Include files::               Include additional files into a document
308 * Index entries::               
309 * Macro replacement::           Use macros to create complex output
310 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
312 Structural markup elements
314 * Document title::              Where the title is taken from
315 * Headings and sections::       The document structure as seen by the exporter
316 * Table of contents::           The if and where of the table of contents
317 * Initial text::                Text before the first heading?
318 * Lists::                       Lists
319 * Paragraphs::                  Paragraphs
320 * Footnote markup::             Footnotes
321 * Emphasis and monospace::      Bold, italic, etc.
322 * Horizontal rules::            Make a line
323 * Comment lines::               What will *not* be exported
325 Embedded La@TeX{}
327 * Special symbols::             Greek letters and other symbols
328 * Subscripts and superscripts::  Simple syntax for raising/lowering text
329 * LaTeX fragments::             Complex formulas made easy
330 * Previewing LaTeX fragments::  What will this snippet look like?
331 * CDLaTeX mode::                Speed up entering of formulas
333 Exporting
335 * Selective export::            Using tags to select and exclude trees
336 * Export options::              Per-file export settings
337 * The export dispatcher::       How to access exporter commands
338 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
339 * HTML export::                 Exporting to HTML
340 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
341 * DocBook export::              Exporting to DocBook
342 * TaskJuggler export::          Exporting to TaskJuggler
343 * Freemind export::             Exporting to Freemind mind maps
344 * XOXO export::                 Exporting to XOXO
345 * iCalendar export::            Exporting in iCalendar format
347 HTML export
349 * HTML Export commands::        How to invoke HTML export
350 * Quoting HTML tags::           Using direct HTML in Org mode
351 * Links in HTML export::        How links will be interpreted and formatted
352 * Tables in HTML export::       How to modify the formatting of tables
353 * Images in HTML export::       How to insert figures into HTML output
354 * Text areas in HTML export::   An alternative way to show an example
355 * CSS support::                 Changing the appearance of the output
356 * Javascript support::          Info and Folding in a web browser
358 La@TeX{} and PDF export
360 * LaTeX/PDF export commands::   Which key invokes which commands
361 * Header and sectioning::       Setting up the export file structure
362 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
363 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
364 * Images in LaTeX export::      How to insert figures into La@TeX{} output
365 * Beamer class export::         Turning the file into a presentation
367 DocBook export
369 * DocBook export commands::     How to invoke DocBook export
370 * Quoting DocBook code::        Incorporating DocBook code in Org files
371 * Recursive sections::          Recursive sections in DocBook
372 * Tables in DocBook export::    Tables are exported as HTML tables
373 * Images in DocBook export::    How to insert figures into DocBook output
374 * Special characters::          How to handle special characters
376 Publishing
378 * Configuration::               Defining projects
379 * Uploading files::             How to get files up on the server
380 * Sample configuration::        Example projects
381 * Triggering publication::      Publication commands
383 Configuration
385 * Project alist::               The central configuration variable
386 * Sources and destinations::    From here to there
387 * Selecting files::             What files are part of the project?
388 * Publishing action::           Setting the function doing the publishing
389 * Publishing options::          Tweaking HTML export
390 * Publishing links::            Which links keep working after publishing?
391 * Sitemap::                     Generating a list of all pages
392 * Generating an index::         An index that reaches across pages
394 Sample configuration
396 * Simple example::              One-component publishing
397 * Complex example::             A multi-component publishing example
399 Miscellaneous
401 * Completion::                  M-TAB knows what you need
402 * Speed keys::                  Electic commands at the beginning of a headline
403 * Customization::               Adapting Org to your taste
404 * In-buffer settings::          Overview of the #+KEYWORDS
405 * The very busy C-c C-c key::   When in doubt, press C-c C-c
406 * Clean view::                  Getting rid of leading stars in the outline
407 * TTY keys::                    Using Org on a tty
408 * Interaction::                 Other Emacs packages
410 Interaction with other packages
412 * Cooperation::                 Packages Org cooperates with
413 * Conflicts::                   Packages that lead to conflicts
415 Hacking
417 * Hooks::                       Who to reach into Org's internals
418 * Add-on packages::             Available extensions
419 * Adding hyperlink types::      New custom link types
420 * Context-sensitive commands::  How to add functionality to such commands
421 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
422 * Dynamic blocks::              Automatically filled blocks
423 * Special agenda views::        Customized views
424 * Extracting agenda information::  Postprocessing of agenda information
425 * Using the property API::      Writing programs that use entry properties
426 * Using the mapping API::       Mapping over all or selected entries
428 Tables and lists in arbitrary syntax
430 * Radio tables::                Sending and receiving radio tables
431 * A LaTeX example::             Step by step, almost a tutorial
432 * Translator functions::        Copy and modify
433 * Radio lists::                 Doing the same for lists
435 MobileOrg
437 * Setting up the staging area::  Where to interact with the mobile device
438 * Pushing to MobileOrg::        Uploading Org files and agendas
439 * Pulling from MobileOrg::      Integrating captured and flagged items
441 @end detailmenu
442 @end menu
444 @node Introduction, Document Structure, Top, Top
445 @chapter Introduction
446 @cindex introduction
448 @menu
449 * Summary::                     Brief summary of what Org does
450 * Installation::                How to install a downloaded version of Org
451 * Activation::                  How to activate Org for certain buffers
452 * Feedback::                    Bug reports, ideas, patches etc.
453 * Conventions::                 Type-setting conventions in the manual
454 @end menu
456 @node Summary, Installation, Introduction, Introduction
457 @section Summary
458 @cindex summary
460 Org is a mode for keeping notes, maintaining TODO lists, and doing
461 project planning with a fast and effective plain-text system.
463 Org develops organizational tasks around NOTES files that contain
464 lists or information about projects as plain text.  Org is
465 implemented on top of Outline mode, which makes it possible to keep the
466 content of large files well structured.  Visibility cycling and
467 structure editing help to work with the tree.  Tables are easily created
468 with a built-in table editor.  Org supports TODO items, deadlines,
469 timestamps, and scheduling.  It dynamically compiles entries into an
470 agenda that utilizes and smoothly integrates much of the Emacs calendar
471 and diary.  Plain text URL-like links connect to websites, emails,
472 Usenet messages, BBDB entries, and any files related to the projects.
473 For printing and sharing of notes, an Org file can be exported as a
474 structured ASCII file, as HTML, or (TODO and agenda items only) as an
475 iCalendar file.  It can also serve as a publishing tool for a set of
476 linked web pages.
478 An important design aspect that distinguishes Org from, for example,
479 Planner/Muse is that it encourages you to store every piece of information
480 only once.  In Planner, you have project pages, day pages and possibly
481 other files, duplicating some information such as tasks.  In Org,
482 you only have notes files.  In your notes you mark entries as tasks, and
483 label them with tags and timestamps.  All necessary lists, like a
484 schedule for the day, the agenda for a meeting, tasks lists selected by
485 tags, etc., are created dynamically when you need them.
487 Org keeps simple things simple.  When first fired up, it should
488 feel like a straightforward, easy to use outliner.  Complexity is not
489 imposed, but a large amount of functionality is available when you need
490 it.  Org is a toolbox and can be used in different ways, for
491 example as:
493 @example
494 @r{@bullet{} an outline extension with visibility cycling and structure editing}
495 @r{@bullet{} an ASCII system and table editor for taking structured notes}
496 @r{@bullet{} an ASCII table editor with spreadsheet-like capabilities}
497 @r{@bullet{} a TODO list editor}
498 @r{@bullet{} a full agenda and planner with deadlines and work scheduling}
499 @pindex GTD, Getting Things Done
500 @r{@bullet{} an environment in which to implement David Allen's GTD system}
501 @r{@bullet{} a basic database application}
502 @r{@bullet{} a simple hypertext system, with HTML and La@TeX{} export}
503 @r{@bullet{} a publishing tool to create a set of interlinked webpages}
504 @end example
506 Org's automatic, context-sensitive table editor with spreadsheet
507 capabilities can be integrated into any major mode by activating the
508 minor Orgtbl mode.  Using a translation step, it can be used to maintain
509 tables in arbitrary file types, for example in La@TeX{}.  The structure
510 editing and list creation capabilities can be used outside Org with
511 the minor Orgstruct mode.
513 @cindex FAQ
514 There is a website for Org which provides links to the newest
515 version of Org, as well as additional information, frequently asked
516 questions (FAQ), links to tutorials, etc@.  This page is located at
517 @uref{http://orgmode.org}.
519 @page
522 @node Installation, Activation, Summary, Introduction
523 @section Installation
524 @cindex installation
525 @cindex XEmacs
527 @b{Important:} @i{If you are using a version of Org that is part of the Emacs
528 distribution or an XEmacs package, please skip this section and go directly
529 to @ref{Activation}.}
531 If you have downloaded Org from the Web, either as a distribution @file{.zip}
532 or @file{.tar} file, or as a Git archive, you must take the following steps
533 to install it: go into the unpacked Org distribution directory and edit the
534 top section of the file @file{Makefile}.  You must set the name of the Emacs
535 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
536 directories where local Lisp and Info files are kept.  If you don't have
537 access to the system-wide directories, you can simply run Org directly from
538 the distribution directory by adding the @file{lisp} subdirectory to the
539 Emacs load path.  To do this, add the following line to @file{.emacs}:
541 @example
542 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
543 @end example
545 @noindent
546 If you plan to use code from the @file{contrib} subdirectory, do a similar
547 step for this directory:
549 @example
550 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
551 @end example
553 @sp 2
554 @cartouche
555 XEmacs users now need to install the file @file{noutline.el} from
556 the @file{xemacs} sub-directory of the Org distribution.  Use the
557 command:
559 @example
560      make install-noutline
561 @end example
562 @end cartouche
563 @sp 2
565 @noindent Now byte-compile the Lisp files with the shell command:
567 @example
568 make
569 @end example
571 @noindent If you are running Org from the distribution directory, this is
572 all.  If you want to install Org into the system directories, use (as
573 administrator)
575 @example
576 make install
577 @end example
579 Installing Info files is system dependent, because of differences in the
580 @file{install-info} program.  In Debian it copies the info files into the
581 correct directory and modifies the info directory file.  In many other
582 systems, the files need to be copied to the correct directory separately, and
583 @file{install-info} then only modifies the directory file.  Check your system
584 documentation to find out which of the following commands you need:
586 @example
587 make install-info
588 make install-info-debian
589 @end example
591 Then add the following line to @file{.emacs}.  It is needed so that
592 Emacs can autoload functions that are located in files not immediately loaded
593 when Org-mode starts.
594 @lisp
595 (require 'org-install)
596 @end lisp
598 Do not forget to activate Org as described in the following section.
599 @page
601 @node Activation, Feedback, Installation, Introduction
602 @section Activation
603 @cindex activation
604 @cindex autoload
605 @cindex global key bindings
606 @cindex key bindings, global
608 @iftex
609 @b{Important:} @i{If you use copy-and-paste to copy Lisp code from the
610 PDF documentation as viewed by some PDF viewers to your @file{.emacs} file, the
611 single-quote character comes out incorrectly and the code will not work.
612 You need to fix the single-quotes by hand, or copy from Info
613 documentation.}
614 @end iftex
616 Add the following lines to your @file{.emacs} file.  The last three lines
617 define @emph{global} keys for the commands @command{org-store-link},
618 @command{org-agenda}, and @command{org-iswitchb}---please choose suitable
619 keys yourself.
621 @lisp
622 ;; The following lines are always needed.  Choose your own keys.
623 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
624 (global-set-key "\C-cl" 'org-store-link)
625 (global-set-key "\C-ca" 'org-agenda)
626 (global-set-key "\C-cb" 'org-iswitchb)
627 @end lisp
629 Furthermore, you must activate @code{font-lock-mode} in Org
630 buffers, because significant functionality depends on font-locking being
631 active.  You can do this with either one of the following two lines
632 (XEmacs users must use the second option):
633 @lisp
634 (global-font-lock-mode 1)                     ; for all buffers
635 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
636 @end lisp
638 @cindex Org mode, turning on
639 With this setup, all files with extension @samp{.org} will be put
640 into Org mode.  As an alternative, make the first line of a file look
641 like this:
643 @example
644 MY PROJECTS    -*- mode: org; -*-
645 @end example
647 @vindex org-insert-mode-line-in-empty-file
648 @noindent which will select Org mode for this buffer no matter what
649 the file's name is.  See also the variable
650 @code{org-insert-mode-line-in-empty-file}.
652 Many commands in Org work on the region if the region is @i{active}.  To make
653 use of this, you need to have @code{transient-mark-mode}
654 (@code{zmacs-regions} in XEmacs) turned on.  In Emacs 23 this is the default,
655 in Emacs 22 you need to do this yourself with
656 @lisp
657 (transient-mark-mode 1)
658 @end lisp
659 @noindent If you do not like @code{transient-mark-mode}, you can create an
660 active region by using the mouse to select a region, or pressing
661 @kbd{C-@key{SPC}} twice before moving the cursor.
663 @node Feedback, Conventions, Activation, Introduction
664 @section Feedback
665 @cindex feedback
666 @cindex bug reports
667 @cindex maintainer
668 @cindex author
670 If you find problems with Org, or if you have questions, remarks, or ideas
671 about it, please mail to the Org mailing list @email{emacs-orgmode@@gnu.org}.
672 If you are not a member of the mailing list, your mail will be passed to the
673 list after a moderator has approved it.
675 For bug reports, please provide as much information as possible, including
676 the version information of Emacs (@kbd{M-x emacs-version @key{RET}}) and Org
677 (@kbd{M-x org-version @key{RET}}), as well as the Org related setup in
678 @file{.emacs}.  The easiest way to do this is to use the command
679 @example
680 @kbd{M-x org-submit-bug-report}
681 @end example
682 @noindent which will put all this information into an Emacs mail buffer so
683 that you only need to add your description.  If you re not sending the Email
684 from within Emacs, please copy and paste the content into your Email program.
686 If an error occurs, a backtrace can be very useful (see below on how to
687 create one).  Often a small example file helps, along with clear information
688 about:
690 @enumerate
691 @item What exactly did you do?
692 @item What did you expect to happen?
693 @item What happened instead?
694 @end enumerate
695 @noindent Thank you for helping to improve this mode.
697 @subsubheading How to create a useful backtrace
699 @cindex backtrace of an error
700 If working with Org produces an error with a message you don't
701 understand, you may have hit a bug.  The best way to report this is by
702 providing, in addition to what was mentioned above, a @emph{backtrace}.
703 This is information from the built-in debugger about where and how the
704 error occurred.  Here is how to produce a useful backtrace:
706 @enumerate
707 @item
708 Reload uncompiled versions of all Org-mode Lisp files.  The backtrace
709 contains much more information if it is produced with uncompiled code.
710 To do this, use
711 @example
712 C-u M-x org-reload RET
713 @end example
714 @noindent
715 or select @code{Org -> Refresh/Reload -> Reload Org uncompiled} from the
716 menu.
717 @item
718 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
719 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
720 @item
721 Do whatever you have to do to hit the error.  Don't forget to
722 document the steps you take.
723 @item
724 When you hit the error, a @file{*Backtrace*} buffer will appear on the
725 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
726 attach it to your bug report.
727 @end enumerate
729 @node Conventions,  , Feedback, Introduction
730 @section Typesetting conventions used in this manual
732 Org uses three types of keywords: TODO keywords, tags, and property
733 names.  In this manual we use the following conventions:
735 @table @code
736 @item TODO
737 @itemx WAITING
738 TODO keywords are written with all capitals, even if they are
739 user-defined.
740 @item boss
741 @itemx ARCHIVE
742 User-defined tags are written in lowercase; built-in tags with special
743 meaning are written with all capitals.
744 @item Release
745 @itemx PRIORITY
746 User-defined properties are capitalized; built-in properties with
747 special meaning are written with all capitals.
748 @end table
750 @node Document Structure, Tables, Introduction, Top
751 @chapter Document Structure
752 @cindex document structure
753 @cindex structure of document
755 Org is based on Outline mode and provides flexible commands to
756 edit the structure of the document.
758 @menu
759 * Outlines::                    Org is based on Outline mode
760 * Headlines::                   How to typeset Org tree headlines
761 * Visibility cycling::          Show and hide, much simplified
762 * Motion::                      Jumping to other headlines
763 * Structure editing::           Changing sequence and level of headlines
764 * Sparse trees::                Matches embedded in context
765 * Plain lists::                 Additional structure within an entry
766 * Drawers::                     Tucking stuff away
767 * Blocks::                      Folding blocks
768 * Footnotes::                   How footnotes are defined in Org's syntax
769 * Orgstruct mode::              Structure editing outside Org
770 @end menu
772 @node Outlines, Headlines, Document Structure, Document Structure
773 @section Outlines
774 @cindex outlines
775 @cindex Outline mode
777 Org is implemented on top of Outline mode.  Outlines allow a
778 document to be organized in a hierarchical structure, which (at least
779 for me) is the best representation of notes and thoughts.  An overview
780 of this structure is achieved by folding (hiding) large parts of the
781 document to show only the general document structure and the parts
782 currently being worked on.  Org greatly simplifies the use of
783 outlines by compressing the entire show/hide functionality into a single
784 command, @command{org-cycle}, which is bound to the @key{TAB} key.
786 @node Headlines, Visibility cycling, Outlines, Document Structure
787 @section Headlines
788 @cindex headlines
789 @cindex outline tree
790 @vindex org-special-ctrl-a/e
791 @vindex org-special-ctrl-k
792 @vindex org-ctrl-k-protect-subtree
794 Headlines define the structure of an outline tree.  The headlines in Org
795 start with one or more stars, on the left margin@footnote{See the variables
796 @code{org-special-ctrl-a/e}, @code{org-special-ctrl-k}, and
797 @code{org-ctrl-k-protect-subtree} to configure special behavior of @kbd{C-a},
798 @kbd{C-e}, and @kbd{C-k} in headlines.}.  For example:
800 @example
801 * Top level headline
802 ** Second level
803 *** 3rd level
804     some text
805 *** 3rd level
806     more text
808 * Another top level headline
809 @end example
811 @noindent Some people find the many stars too noisy and would prefer an
812 outline that has whitespace followed by a single star as headline
813 starters.  @ref{Clean view}, describes a setup to realize this.
815 @vindex org-cycle-separator-lines
816 An empty line after the end of a subtree is considered part of it and
817 will be hidden when the subtree is folded.  However, if you leave at
818 least two empty lines, one empty line will remain visible after folding
819 the subtree, in order to structure the collapsed view.  See the
820 variable @code{org-cycle-separator-lines} to modify this behavior.
822 @node Visibility cycling, Motion, Headlines, Document Structure
823 @section Visibility cycling
824 @cindex cycling, visibility
825 @cindex visibility cycling
826 @cindex trees, visibility
827 @cindex show hidden text
828 @cindex hide text
830 Outlines make it possible to hide parts of the text in the buffer.
831 Org uses just two commands, bound to @key{TAB} and
832 @kbd{S-@key{TAB}} to change the visibility in the buffer.
834 @cindex subtree visibility states
835 @cindex subtree cycling
836 @cindex folded, subtree visibility state
837 @cindex children, subtree visibility state
838 @cindex subtree, subtree visibility state
839 @table @kbd
840 @kindex @key{TAB}
841 @item @key{TAB}
842 @emph{Subtree cycling}: Rotate current subtree among the states
844 @example
845 ,-> FOLDED -> CHILDREN -> SUBTREE --.
846 '-----------------------------------'
847 @end example
849 @vindex org-cycle-emulate-tab
850 @vindex org-cycle-global-at-bob
851 The cursor must be on a headline for this to work@footnote{see, however,
852 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
853 beginning of the buffer and the first line is not a headline, then
854 @key{TAB} actually runs global cycling (see below)@footnote{see the
855 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
856 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
858 @cindex global visibility states
859 @cindex global cycling
860 @cindex overview, global visibility state
861 @cindex contents, global visibility state
862 @cindex show all, global visibility state
863 @kindex S-@key{TAB}
864 @item S-@key{TAB}
865 @itemx C-u @key{TAB}
866 @emph{Global cycling}: Rotate the entire buffer among the states
868 @example
869 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
870 '--------------------------------------'
871 @end example
873 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
874 CONTENTS view up to headlines of level N will be shown.  Note that inside
875 tables, @kbd{S-@key{TAB}} jumps to the previous field.
877 @cindex show all, command
878 @kindex C-u C-u C-u @key{TAB}
879 @item C-u C-u C-u @key{TAB}
880 Show all, including drawers.
881 @kindex C-c C-r
882 @item C-c C-r
883 Reveal context around point, showing the current entry, the following heading
884 and the hierarchy above.  Useful for working near a location that has been
885 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
886 (@pxref{Agenda commands}).  With a prefix argument show, on each
887 level, all sibling headings.  With double prefix arg, also show the entire
888 subtree of the parent.
889 @kindex C-c C-k
890 @item C-c C-k
891 Expose all the headings of the subtree, CONTENT view for just one subtree.
892 @kindex C-c C-x b
893 @item C-c C-x b
894 Show the current subtree in an indirect buffer@footnote{The indirect
895 buffer
896 @ifinfo
897 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
898 @end ifinfo
899 @ifnotinfo
900 (see the Emacs manual for more information about indirect buffers)
901 @end ifnotinfo
902 will contain the entire buffer, but will be narrowed to the current
903 tree.  Editing the indirect buffer will also change the original buffer,
904 but without affecting visibility in that buffer.}.  With a numeric
905 prefix argument N, go up to level N and then take that tree.  If N is
906 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
907 the previously used indirect buffer.
908 @end table
910 @vindex org-startup-folded
911 @cindex @code{overview}, STARTUP keyword
912 @cindex @code{content}, STARTUP keyword
913 @cindex @code{showall}, STARTUP keyword
914 @cindex @code{showeverything}, STARTUP keyword
916 When Emacs first visits an Org file, the global state is set to
917 OVERVIEW, i.e. only the top level headlines are visible.  This can be
918 configured through the variable @code{org-startup-folded}, or on a
919 per-file basis by adding one of the following lines anywhere in the
920 buffer:
922 @example
923 #+STARTUP: overview
924 #+STARTUP: content
925 #+STARTUP: showall
926 #+STARTUP: showeverything
927 @end example
929 @cindex property, VISIBILITY
930 @noindent
931 Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
932 and Columns}) will get their visibility adapted accordingly.  Allowed values
933 for this property are @code{folded}, @code{children}, @code{content}, and
934 @code{all}.
935 @table @kbd
936 @kindex C-u C-u @key{TAB}
937 @item C-u C-u @key{TAB}
938 Switch back to the startup visibility of the buffer, i.e. whatever is
939 requested by startup options and @samp{VISIBILITY} properties in individual
940 entries.
941 @end table
943 @node Motion, Structure editing, Visibility cycling, Document Structure
944 @section Motion
945 @cindex motion, between headlines
946 @cindex jumping, to headlines
947 @cindex headline navigation
948 The following commands jump to other headlines in the buffer.
950 @table @kbd
951 @kindex C-c C-n
952 @item C-c C-n
953 Next heading.
954 @kindex C-c C-p
955 @item C-c C-p
956 Previous heading.
957 @kindex C-c C-f
958 @item C-c C-f
959 Next heading same level.
960 @kindex C-c C-b
961 @item C-c C-b
962 Previous heading same level.
963 @kindex C-c C-u
964 @item C-c C-u
965 Backward to higher level heading.
966 @kindex C-c C-j
967 @item C-c C-j
968 Jump to a different place without changing the current outline
969 visibility.  Shows the document structure in a temporary buffer, where
970 you can use the following keys to find your destination:
971 @vindex org-goto-auto-isearch
972 @example
973 @key{TAB}         @r{Cycle visibility.}
974 @key{down} / @key{up}   @r{Next/previous visible headline.}
975 @key{RET}         @r{Select this location.}
976 @kbd{/}           @r{Do a Sparse-tree search}
977 @r{The following keys work if you turn off @code{org-goto-auto-isearch}}
978 n / p        @r{Next/previous visible headline.}
979 f / b        @r{Next/previous headline same level.}
980 u            @r{One level up.}
981 0-9          @r{Digit argument.}
982 q            @r{Quit}
983 @end example
984 @vindex org-goto-interface
985 @noindent
986 See also the variable @code{org-goto-interface}.
987 @end table
989 @node Structure editing, Sparse trees, Motion, Document Structure
990 @section Structure editing
991 @cindex structure editing
992 @cindex headline, promotion and demotion
993 @cindex promotion, of subtrees
994 @cindex demotion, of subtrees
995 @cindex subtree, cut and paste
996 @cindex pasting, of subtrees
997 @cindex cutting, of subtrees
998 @cindex copying, of subtrees
999 @cindex sorting, of subtrees
1000 @cindex subtrees, cut and paste
1002 @table @kbd
1003 @kindex M-@key{RET}
1004 @item M-@key{RET}
1005 @vindex org-M-RET-may-split-line
1006 Insert new heading with same level as current.  If the cursor is in a
1007 plain list item, a new item is created (@pxref{Plain lists}).  To force
1008 creation of a new headline, use a prefix argument, or first press @key{RET}
1009 to get to the beginning of the next line.  When this command is used in
1010 the middle of a line, the line is split and the rest of the line becomes
1011 the new headline@footnote{If you do not want the line to be split,
1012 customize the variable @code{org-M-RET-may-split-line}.}.  If the
1013 command is used at the beginning of a headline, the new headline is
1014 created before the current line.  If at the beginning of any other line,
1015 the content of that line is made the new heading.  If the command is
1016 used at the end of a folded subtree (i.e. behind the ellipses at the end
1017 of a headline), then a headline like the current one will be inserted
1018 after the end of the subtree.
1019 @kindex C-@key{RET}
1020 @item C-@key{RET}
1021 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
1022 current heading, the new heading is placed after the body instead of before
1023 it.  This command works from anywhere in the entry.
1024 @kindex M-S-@key{RET}
1025 @item M-S-@key{RET}
1026 @vindex org-treat-insert-todo-heading-as-state-change
1027 Insert new TODO entry with same level as current heading.  See also the
1028 variable @code{org-treat-insert-todo-heading-as-state-change}.
1029 @kindex C-S-@key{RET}
1030 @item C-S-@key{RET}
1031 Insert new TODO entry with same level as current heading.  Like
1032 @kbd{C-@key{RET}}, the new headline will be inserted after the current
1033 subtree.
1034 @kindex @key{TAB}
1035 @item @key{TAB} @r{in new, empty entry}
1036 In a new entry with no text yet, the first @key{TAB} demotes the entry to
1037 become a child of the previous one.  The next @key{TAB} makes it a parent,
1038 and so on, all the way to top level.  Yet another @key{TAB}, and you are back
1039 to the initial level.
1040 @kindex M-@key{left}
1041 @item M-@key{left}
1042 Promote current heading by one level.
1043 @kindex M-@key{right}
1044 @item M-@key{right}
1045 Demote current heading by one level.
1046 @kindex M-S-@key{left}
1047 @item M-S-@key{left}
1048 Promote the current subtree by one level.
1049 @kindex M-S-@key{right}
1050 @item M-S-@key{right}
1051 Demote the current subtree by one level.
1052 @kindex M-S-@key{up}
1053 @item M-S-@key{up}
1054 Move subtree up (swap with previous subtree of same
1055 level).
1056 @kindex M-S-@key{down}
1057 @item M-S-@key{down}
1058 Move subtree down (swap with next subtree of same level).
1059 @kindex C-c C-x C-w
1060 @item C-c C-x C-w
1061 Kill subtree, i.e. remove it from buffer but save in kill ring.
1062 With a numeric prefix argument N, kill N sequential subtrees.
1063 @kindex C-c C-x M-w
1064 @item C-c C-x M-w
1065 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
1066 sequential subtrees.
1067 @kindex C-c C-x C-y
1068 @item C-c C-x C-y
1069 Yank subtree from kill ring.  This does modify the level of the subtree to
1070 make sure the tree fits in nicely at the yank position.  The yank level can
1071 also be specified with a numeric prefix argument, or by yanking after a
1072 headline marker like @samp{****}.
1073 @kindex C-y
1074 @item C-y
1075 @vindex org-yank-adjusted-subtrees
1076 @vindex org-yank-folded-subtrees
1077 Depending on the variables @code{org-yank-adjusted-subtrees} and
1078 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
1079 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
1080 C-x C-y}.  With the default settings, no level adjustment will take place,
1081 but the yanked tree will be folded unless doing so would swallow text
1082 previously visible.  Any prefix argument to this command will force a normal
1083 @code{yank} to be executed, with the prefix passed along.  A good way to
1084 force a normal yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a
1085 yank, it will yank previous kill items plainly, without adjustment and
1086 folding.
1087 @kindex C-c C-x c
1088 @item C-c C-x c
1089 Clone a subtree by making a number of sibling copies of it.  You will be
1090 prompted for the number of copies to make, and you can also specify if any
1091 timestamps in the entry should be shifted.  This can be useful, for example,
1092 to create a number of tasks related to a series of lectures to prepare.  For
1093 more details, see the docstring of the command
1094 @code{org-clone-subtree-with-time-shift}.
1095 @kindex C-c C-w
1096 @item C-c C-w
1097 Refile entry or region to a different location.  @xref{Refiling notes}.
1098 @kindex C-c ^
1099 @item C-c ^
1100 Sort same-level entries.  When there is an active region, all entries in the
1101 region will be sorted.  Otherwise the children of the current headline are
1102 sorted.  The command prompts for the sorting method, which can be
1103 alphabetically, numerically, by time (first timestamp with active preferred,
1104 creation time, scheduled time, deadline time), by priority, by TODO keyword
1105 (in the sequence the keywords have been defined in the setup) or by the value
1106 of a property.  Reverse sorting is possible as well.  You can also supply
1107 your own function to extract the sorting key.  With a @kbd{C-u} prefix,
1108 sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes, duplicate
1109 entries will also be removed.
1110 @kindex C-x n s
1111 @item C-x n s
1112 Narrow buffer to current subtree.
1113 @kindex C-x n w
1114 @item C-x n w
1115 Widen buffer to remove narrowing.
1116 @kindex C-c *
1117 @item C-c *
1118 Turn a normal line or plain list item into a headline (so that it becomes a
1119 subheading at its location).  Also turn a headline into a normal line by
1120 removing the stars.  If there is an active region, turn all lines in the
1121 region into headlines.  If the first line in the region was an item, turn
1122 only the item lines into headlines.  Finally, if the first line is a
1123 headline, remove the stars from all headlines in the region.
1124 @end table
1126 @cindex region, active
1127 @cindex active region
1128 @cindex transient mark mode
1129 When there is an active region (Transient Mark mode), promotion and
1130 demotion work on all headlines in the region.  To select a region of
1131 headlines, it is best to place both point and mark at the beginning of a
1132 line, mark at the beginning of the first headline, and point at the line
1133 just after the last headline to change.  Note that when the cursor is
1134 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
1135 functionality.
1138 @node Sparse trees, Plain lists, Structure editing, Document Structure
1139 @section Sparse trees
1140 @cindex sparse trees
1141 @cindex trees, sparse
1142 @cindex folding, sparse trees
1143 @cindex occur, command
1145 @vindex org-show-hierarchy-above
1146 @vindex org-show-following-heading
1147 @vindex org-show-siblings
1148 @vindex org-show-entry-below
1149 An important feature of Org mode is the ability to construct @emph{sparse
1150 trees} for selected information in an outline tree, so that the entire
1151 document is folded as much as possible, but the selected information is made
1152 visible along with the headline structure above it@footnote{See also the
1153 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
1154 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
1155 control on how much context is shown around each match.}.  Just try it out
1156 and you will see immediately how it works.
1158 Org mode contains several commands creating such trees, all these
1159 commands can be accessed through a dispatcher:
1161 @table @kbd
1162 @kindex C-c /
1163 @item C-c /
1164 This prompts for an extra key to select a sparse-tree creating command.
1165 @kindex C-c / r
1166 @item C-c / r
1167 @vindex org-remove-highlights-with-change
1168 Occur.  Prompts for a regexp and shows a sparse tree with all matches.  If
1169 the match is in a headline, the headline is made visible.  If the match is in
1170 the body of an entry, headline and body are made visible.  In order to
1171 provide minimal context, also the full hierarchy of headlines above the match
1172 is shown, as well as the headline following the match.  Each match is also
1173 highlighted; the highlights disappear when the buffer is changed by an
1174 editing command@footnote{This depends on the option
1175 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1176 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1177 so several calls to this command can be stacked.
1178 @end table
1180 @noindent
1181 @vindex org-agenda-custom-commands
1182 For frequently used sparse trees of specific search strings, you can
1183 use the variable @code{org-agenda-custom-commands} to define fast
1184 keyboard access to specific sparse trees.  These commands will then be
1185 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1186 For example:
1188 @lisp
1189 (setq org-agenda-custom-commands
1190       '(("f" occur-tree "FIXME")))
1191 @end lisp
1193 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1194 a sparse tree matching the string @samp{FIXME}.
1196 The other sparse tree commands select headings based on TODO keywords,
1197 tags, or properties and will be discussed later in this manual.
1199 @kindex C-c C-e v
1200 @cindex printing sparse trees
1201 @cindex visible text, printing
1202 To print a sparse tree, you can use the Emacs command
1203 @code{ps-print-buffer-with-faces} which does not print invisible parts
1204 of the document @footnote{This does not work under XEmacs, because
1205 XEmacs uses selective display for outlining, not text properties.}.
1206 Or you can use the command @kbd{C-c C-e v} to export only the visible
1207 part of the document and print the resulting file.
1209 @node Plain lists, Drawers, Sparse trees, Document Structure
1210 @section Plain lists
1211 @cindex plain lists
1212 @cindex lists, plain
1213 @cindex lists, ordered
1214 @cindex ordered lists
1216 Within an entry of the outline tree, hand-formatted lists can provide
1217 additional structure.  They also provide a way to create lists of
1218 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1219 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1221 Org knows ordered lists, unordered lists, and description lists.
1222 @itemize @bullet
1223 @item
1224 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1225 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1226 they will be seen as top-level headlines.  Also, when you are hiding leading
1227 stars to get a clean outline view, plain list items starting with a star are
1228 visually indistinguishable from true headlines.  In short: even though
1229 @samp{*} is supported, it may be better to not use it for plain list items.}
1230 as bullets.
1231 @item
1232 @emph{Ordered} list items start with a numeral followed by either a period or
1233 a right parenthesis, such as @samp{1.} or @samp{1)}.  If you want a list to
1234 start a different value (e.g. 20), start the text of the item with
1235 @code{[@@start:20]}.
1236 @item
1237 @emph{Description} list items are unordered list items, and contain the
1238 separator @samp{ :: } to separate the description @emph{term} from the
1239 description.
1240 @end itemize
1242 @vindex org-empty-line-terminates-plain-lists
1243 Items belonging to the same list must have the same indentation on the first
1244 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1245 2--digit numbers must be written left-aligned with the other numbers in the
1246 list.  Indentation also determines the end of a list item.  It ends before
1247 the next line that is indented like the bullet/number, or less.  Empty lines
1248 are part of the previous item, so you can have several paragraphs in one
1249 item.  If you would like an empty line to terminate all currently open plain
1250 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1251 Here is an example:
1253 @example
1254 @group
1255 ** Lord of the Rings
1256    My favorite scenes are (in this order)
1257    1. The attack of the Rohirrim
1258    2. Eowyn's fight with the witch king
1259       + this was already my favorite scene in the book
1260       + I really like Miranda Otto.
1261    3. Peter Jackson being shot by Legolas
1262        - on DVD only
1263       He makes a really funny face when it happens.
1264    But in the end, no individual scenes matter but the film as a whole.
1265    Important actors in this film are:
1266    - @b{Elijah Wood} :: He plays Frodo
1267    - @b{Sean Austin} :: He plays Sam, Frodo's friend.  I still remember
1268      him very well from his role as Mikey Walsh in @i{The Goonies}.
1269 @end group
1270 @end example
1272 Org supports these lists by tuning filling and wrapping commands to deal with
1273 them correctly@footnote{Org only changes the filling settings for Emacs.  For
1274 XEmacs, you should use Kyle E. Jones' @file{filladapt.el}.  To turn this on,
1275 put into @file{.emacs}: @code{(require 'filladapt)}}, and by exporting them
1276 properly (@pxref{Exporting}).  Since indentation is what governs the
1277 structure of these lists, many structural constructs like @code{#+BEGIN_...}
1278 blocks can be indented to signal that they should be part of a list item.
1280 @vindex org-list-demote-modify-bullet
1281 If you find that using a different bullet for a sub-list (than that used for
1282 the current list-level) improves readability, customize the variable
1283 @code{org-list-demote-modify-bullet}.
1285 The following commands act on items when the cursor is in the first line
1286 of an item (the line with the bullet or number).
1288 @table @kbd
1289 @kindex @key{TAB}
1290 @item @key{TAB}
1291 @vindex org-cycle-include-plain-lists
1292 Items can be folded just like headline levels.  Normally this works only if
1293 the cursor is on a plain list item.  For more details, see the variable
1294 @code{org-cycle-include-plain-lists}. to @code{integrate}, plain list items
1295 will be treated like low-level.  The level of an item is then given by the
1296 indentation of the bullet/number.  Items are always subordinate to real
1297 headlines, however; the hierarchies remain completely separated.
1299 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1300 fixes the indentation of the current line in a heuristic way.
1301 @kindex M-@key{RET}
1302 @item M-@key{RET}
1303 @vindex org-M-RET-may-split-line
1304 Insert new item at current level.  With a prefix argument, force a new
1305 heading (@pxref{Structure editing}).  If this command is used in the middle
1306 of a line, the line is @emph{split} and the rest of the line becomes the new
1307 item@footnote{If you do not want the line to be split, customize the variable
1308 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1309 @emph{whitespace before a bullet or number}, the new item is created
1310 @emph{before} the current item.  If the command is executed in the white
1311 space before the text that is part of an item but does not contain the
1312 bullet, a bullet is added to the current line.
1313 @kindex M-S-@key{RET}
1314 @item M-S-@key{RET}
1315 Insert a new item with a checkbox (@pxref{Checkboxes}).
1316 @kindex @key{TAB}
1317 @item @key{TAB} @r{in new, empty item}
1318 In a new item with no text yet, the first @key{TAB} demotes the item to
1319 become a child of the previous one.  The next @key{TAB} makes it a parent,
1320 and so on, all the way to the left margin.  Yet another @key{TAB}, and you
1321 are back to the initial level.
1322 @kindex S-@key{up}
1323 @kindex S-@key{down}
1324 @item S-@key{up}
1325 @itemx S-@key{down}
1326 @cindex shift-selection-mode
1327 @vindex org-support-shift-select
1328 Jump to the previous/next item in the current list, but only if
1329 @code{org-support-shift-select} is off.  If not, you can still use paragraph
1330 jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
1331 similar effect.
1332 @kindex M-S-@key{up}
1333 @kindex M-S-@key{down}
1334 @item M-S-@key{up}
1335 @itemx M-S-@key{down}
1336 Move the item including subitems up/down (swap with previous/next item
1337 of same indentation).  If the list is ordered, renumbering is
1338 automatic.
1339 @kindex M-@key{left}
1340 @kindex M-@key{right}
1341 @item M-@key{left}
1342 @itemx M-@key{right}
1343 Decrease/increase the indentation of an item, leaving children alone.
1344 @kindex M-S-@key{left}
1345 @kindex M-S-@key{right}
1346 @item M-S-@key{left}
1347 @itemx M-S-@key{right}
1348 Decrease/increase the indentation of the item, including subitems.
1349 Initially, the item tree is selected based on current indentation.
1350 When these commands are executed several times in direct succession,
1351 the initially selected region is used, even if the new indentation
1352 would imply a different hierarchy.  To use the new hierarchy, break
1353 the command chain with a cursor motion or so.
1354 @kindex C-c C-c
1355 @item C-c C-c
1356 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1357 state of the checkbox.  If not, this command makes sure that all the
1358 items on this list level use the same bullet.  Furthermore, if this is
1359 an ordered list, make sure the numbering is OK.
1360 @kindex C-c -
1361 @item C-c -
1362 Cycle the entire list level through the different itemize/enumerate bullets
1363 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1364 argument N, select the Nth bullet from this list.  If there is an active
1365 region when calling this, all lines will be converted to list items.  If the
1366 first line already was a list item, any item markers will be removed from the
1367 list.  Finally, even without an active region, a normal line will be
1368 converted into a list item.
1369 @kindex C-c *
1370 @item C-c *
1371 Turn a plain list item into a headline (so that it becomes a subheading at
1372 its location). @xref{Structure editing}, for a detailed explanation.
1373 @kindex S-@key{left}
1374 @kindex S-@key{right}
1375 @item S-@key{left}/@key{right}
1376 @vindex org-support-shift-select
1377 This command also cycles bullet styles when the cursor in on the bullet or
1378 anywhere in an item line, details depending on
1379 @code{org-support-shift-select}.
1380 @kindex C-c ^
1381 @item C-c ^
1382 Sort the plain list.  You will be prompted for the sorting method:
1383 numerically, alphabetically, by time, or by custom function.
1384 @end table
1386 @node Drawers, Blocks, Plain lists, Document Structure
1387 @section Drawers
1388 @cindex drawers
1389 @cindex #+DRAWERS
1390 @cindex visibility cycling, drawers
1392 @vindex org-drawers
1393 Sometimes you want to keep information associated with an entry, but you
1394 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1395 Drawers need to be configured with the variable
1396 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1397 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1398 look like this:
1400 @example
1401 ** This is a headline
1402    Still outside the drawer
1403    :DRAWERNAME:
1404       This is inside the drawer.
1405    :END:
1406    After the drawer.
1407 @end example
1409 Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and
1410 show the entry, but keep the drawer collapsed to a single line.  In order to
1411 look inside the drawer, you need to move the cursor to the drawer line and
1412 press @key{TAB} there.  Org mode uses the @code{PROPERTIES} drawer for
1413 storing properties (@pxref{Properties and Columns}), and you can also arrange
1414 for state change notes (@pxref{Tracking TODO state changes}) and clock times
1415 (@pxref{Clocking work time}) to be stored in a drawer @code{LOGBOOK}.  If you
1416 want to store a quick note in the LOGBOOK drawer, in a similar way as this is
1417 done by state changes, use
1419 @table @kbd
1420 @kindex C-c C-z
1421 @item C-c C-z
1422 Add a time-stamped note to the LOGBOOK drawer.
1423 @end table
1425 @node Blocks, Footnotes, Drawers, Document Structure
1426 @section Blocks
1428 @vindex org-hide-block-startup
1429 @cindex blocks, folding
1430 Org-mode uses begin...end blocks for various purposes from including source
1431 code examples (@pxref{Literal examples}) to capturing time logging
1432 information (@pxref{Clocking work time}).  These blocks can be folded and
1433 unfolded by pressing TAB in the begin line.  You can also get all blocks
1434 folded at startup by configuring the variable @code{org-hide-block-startup}
1435 or on a per-file basis by using
1437 @cindex @code{hideblocks}, STARTUP keyword
1438 @cindex @code{nohideblocks}, STARTUP keyword
1439 @example
1440 #+STARTUP: hideblocks
1441 #+STARTUP: nohideblocks
1442 @end example
1444 @node Footnotes, Orgstruct mode, Blocks, Document Structure
1445 @section Footnotes
1446 @cindex footnotes
1448 Org mode supports the creation of footnotes.  In contrast to the
1449 @file{footnote.el} package, Org mode's footnotes are designed for work on a
1450 larger document, not only for one-off documents like emails.  The basic
1451 syntax is similar to the one used by @file{footnote.el}, i.e. a footnote is
1452 defined in a paragraph that is started by a footnote marker in square
1453 brackets in column 0, no indentation allowed.  If you need a paragraph break
1454 inside a footnote, use the La@TeX{} idiom @samp{\par}.  The footnote reference
1455 is simply the marker in square brackets, inside text.  For example:
1457 @example
1458 The Org homepage[fn:1] now looks a lot better than it used to.
1460 [fn:1] The link is: http://orgmode.org
1461 @end example
1463 Org mode extends the number-based syntax to @emph{named} footnotes and
1464 optional inline definition.  Using plain numbers as markers (as
1465 @file{footnote.el} does) is supported for backward compatibility, but not
1466 encouraged because of possible conflicts with La@TeX{} snippets (@pxref{Embedded
1467 LaTeX}).  Here are the valid references:
1469 @table @code
1470 @item [1]
1471 A plain numeric footnote marker.  Compatible with @file{footnote.el}, but not
1472 recommended because somthing like @samp{[1]} could easily be part of a code
1473 snippet.
1474 @item [fn:name]
1475 A named footnote reference, where @code{name} is a unique label word, or, for
1476 simplicity of automatic creation, a number.
1477 @item [fn:: This is the inline definition of this footnote]
1478 A La@TeX{}-like anonymous footnote where the definition is given directly at the
1479 reference point.
1480 @item [fn:name: a definition]
1481 An inline definition of a footnote, which also specifies a name for the note.
1482 Since Org allows multiple references to the same note, you can then use
1483 @code{[fn:name]} to create additional references.
1484 @end table
1486 @vindex org-footnote-auto-label
1487 Footnote labels can be created automatically, or you can create names yourself.
1488 This is handled by the variable @code{org-footnote-auto-label} and its
1489 corresponding @code{#+STARTUP} keywords, see the docstring of that variable
1490 for details.
1492 @noindent The following command handles footnotes:
1494 @table @kbd
1495 @kindex C-c C-x f
1496 @item C-c C-x f
1497 The footnote action command.
1499 When the cursor is on a footnote reference, jump to the definition.  When it
1500 is at a definition, jump to the (first) reference.
1502 @vindex org-footnote-define-inline
1503 @vindex org-footnote-section
1504 @vindex org-footnote-auto-adjust
1505 Otherwise, create a new footnote.  Depending on the variable
1506 @code{org-footnote-define-inline}@footnote{The corresponding in-buffer
1507 setting is: @code{#+STARTUP: fninline} or @code{#+STARTUP: nofninline}}, the
1508 definition will be placed right into the text as part of the reference, or
1509 separately into the location determined by the variable
1510 @code{org-footnote-section}.
1512 When this command is called with a prefix argument, a menu of additional
1513 options is offered:
1514 @example
1515 s   @r{Sort the footnote definitions by reference sequence.  During editing,}
1516     @r{Org makes no effort to sort footnote definitions into a particular}
1517     @r{sequence.  If you want them sorted, use this command, which will}
1518     @r{also move entries according to @code{org-footnote-section}.  Automatic}
1519     @r{sorting after each insertion/deletion can be configured using the}
1520     @r{variable @code{org-footnote-auto-adjust}.}
1521 r   @r{Renumber the simple @code{fn:N} footnotes.  Automatic renumbering}
1522     @r{after each insertion/deletion can be configured using the variable}
1523     @r{@code{org-footnote-auto-adjust}.}
1524 S   @r{Short for first @code{r}, then @code{s} action.}
1525 n   @r{Normalize the footnotes by collecting all definitions (including}
1526     @r{inline definitions) into a special section, and then numbering them}
1527     @r{in sequence.  The references will then also be numbers.  This is}
1528     @r{meant to be the final step before finishing a document (e.g. sending}
1529     @r{off an email).  The exporters do this automatically, and so could}
1530     @r{something like @code{message-send-hook}.}
1531 d   @r{Delete the footnote at point, and all definitions of and references}
1532     @r{to it.}
1533 @end example
1534 Depending on the variable @code{org-footnote-auto-adjust}@footnote{the
1535 corresponding in-buffer options are @code{fnadjust} and @code{nofnadjust}.},
1536 renumbering and sorting footnotes can be automatic after each insertion or
1537 deletion.
1539 @kindex C-c C-c
1540 @item C-c C-c
1541 If the cursor is on a footnote reference, jump to the definition.  If it is a
1542 the definition, jump back to the reference.  When called at a footnote
1543 location with a prefix argument, offer the same menu as @kbd{C-c C-x f}.
1544 @kindex C-c C-o
1545 @kindex mouse-1
1546 @kindex mouse-2
1547 @item C-c C-o  @r{or} mouse-1/2
1548 Footnote labels are also links to the corresponding definition/reference, and
1549 you can use the usual commands to follow these links.
1550 @end table
1552 @node Orgstruct mode,  , Footnotes, Document Structure
1553 @section The Orgstruct minor mode
1554 @cindex Orgstruct mode
1555 @cindex minor mode for structure editing
1557 If you like the intuitive way the Org mode structure editing and list
1558 formatting works, you might want to use these commands in other modes like
1559 Text mode or Mail mode as well.  The minor mode @code{orgstruct-mode} makes
1560 this possible.   Toggle the mode with @kbd{M-x orgstruct-mode}, or
1561 turn it on by default, for example in Mail mode, with one of:
1563 @lisp
1564 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1565 (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
1566 @end lisp
1568 When this mode is active and the cursor is on a line that looks to Org like a
1569 headline or the first line of a list item, most structure editing commands
1570 will work, even if the same keys normally have different functionality in the
1571 major mode you are using.  If the cursor is not in one of those special
1572 lines, Orgstruct mode lurks silently in the shadow.  When you use
1573 @code{orgstruct++-mode}, Org will also export indentation and autofill
1574 settings into that mode, and detect item context after the first line of an
1575 item.
1577 @node Tables, Hyperlinks, Document Structure, Top
1578 @chapter Tables
1579 @cindex tables
1580 @cindex editing tables
1582 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1583 calculations are supported in connection with the Emacs @file{calc}
1584 package
1585 @ifinfo
1586 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1587 @end ifinfo
1588 @ifnotinfo
1589 (see the Emacs Calculator manual for more information about the Emacs
1590 calculator).
1591 @end ifnotinfo
1593 @menu
1594 * Built-in table editor::       Simple tables
1595 * Column width and alignment::  Overrule the automatic settings
1596 * Column groups::               Grouping to trigger vertical lines
1597 * Orgtbl mode::                 The table editor as minor mode
1598 * The spreadsheet::             The table editor has spreadsheet capabilities
1599 * Org-Plot::                    Plotting from org tables
1600 @end menu
1602 @node Built-in table editor, Column width and alignment, Tables, Tables
1603 @section The built-in table editor
1604 @cindex table editor, built-in
1606 Org makes it easy to format tables in plain ASCII.  Any line with
1607 @samp{|} as the first non-whitespace character is considered part of a
1608 table.  @samp{|} is also the column separator.  A table might look like
1609 this:
1611 @example
1612 | Name  | Phone | Age |
1613 |-------+-------+-----|
1614 | Peter |  1234 |  17 |
1615 | Anna  |  4321 |  25 |
1616 @end example
1618 A table is re-aligned automatically each time you press @key{TAB} or
1619 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1620 the next field (@key{RET} to the next row) and creates new table rows
1621 at the end of the table or before horizontal lines.  The indentation
1622 of the table is set by the first line.  Any line starting with
1623 @samp{|-} is considered as a horizontal separator line and will be
1624 expanded on the next re-align to span the whole table width.  So, to
1625 create the above table, you would only type
1627 @example
1628 |Name|Phone|Age|
1630 @end example
1632 @noindent and then press @key{TAB} to align the table and start filling in
1633 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
1634 @kbd{C-c @key{RET}}.
1636 @vindex org-enable-table-editor
1637 @vindex org-table-auto-blank-field
1638 When typing text into a field, Org treats @key{DEL},
1639 @key{Backspace}, and all character keys in a special way, so that
1640 inserting and deleting avoids shifting other fields.  Also, when
1641 typing @emph{immediately after the cursor was moved into a new field
1642 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1643 field is automatically made blank.  If this behavior is too
1644 unpredictable for you, configure the variables
1645 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1647 @table @kbd
1648 @tsubheading{Creation and conversion}
1649 @kindex C-c |
1650 @item C-c |
1651 Convert the active region to table. If every line contains at least one
1652 TAB character, the function assumes that the material is tab separated.
1653 If every line contains a comma, comma-separated values (CSV) are assumed.
1654 If not, lines are split at whitespace into fields.  You can use a prefix
1655 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1656 C-u} forces TAB, and a numeric argument N indicates that at least N
1657 consecutive spaces, or alternatively a TAB will be the separator.
1659 If there is no active region, this command creates an empty Org
1660 table.  But it's easier just to start typing, like
1661 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1663 @tsubheading{Re-aligning and field motion}
1664 @kindex C-c C-c
1665 @item C-c C-c
1666 Re-align the table without moving the cursor.
1668 @kindex @key{TAB}
1669 @item @key{TAB}
1670 Re-align the table, move to the next field.  Creates a new row if
1671 necessary.
1673 @kindex S-@key{TAB}
1674 @item S-@key{TAB}
1675 Re-align, move to previous field.
1677 @kindex @key{RET}
1678 @item @key{RET}
1679 Re-align the table and move down to next row.  Creates a new row if
1680 necessary.  At the beginning or end of a line, @key{RET} still does
1681 NEWLINE, so it can be used to split a table.
1683 @kindex M-a
1684 @item M-a
1685 Move to beginning of the current table field, or on to the previous field.
1686 @kindex M-e
1687 @item M-e
1688 Move to end of the current table field, or on to the next field.
1690 @tsubheading{Column and row editing}
1691 @kindex M-@key{left}
1692 @kindex M-@key{right}
1693 @item M-@key{left}
1694 @itemx M-@key{right}
1695 Move the current column left/right.
1697 @kindex M-S-@key{left}
1698 @item M-S-@key{left}
1699 Kill the current column.
1701 @kindex M-S-@key{right}
1702 @item M-S-@key{right}
1703 Insert a new column to the left of the cursor position.
1705 @kindex M-@key{up}
1706 @kindex M-@key{down}
1707 @item M-@key{up}
1708 @itemx M-@key{down}
1709 Move the current row up/down.
1711 @kindex M-S-@key{up}
1712 @item M-S-@key{up}
1713 Kill the current row or horizontal line.
1715 @kindex M-S-@key{down}
1716 @item M-S-@key{down}
1717 Insert a new row above the current row.  With a prefix argument, the line is
1718 created below the current one.
1720 @kindex C-c -
1721 @item C-c -
1722 Insert a horizontal line below current row.  With a prefix argument, the line
1723 is created above the current line.
1725 @kindex C-c @key{RET}
1726 @item C-c @key{RET}
1727 Insert a horizontal line below current row, and move the cursor into the row
1728 below that line.
1730 @kindex C-c ^
1731 @item C-c ^
1732 Sort the table lines in the region.  The position of point indicates the
1733 column to be used for sorting, and the range of lines is the range
1734 between the nearest horizontal separator lines, or the entire table.  If
1735 point is before the first column, you will be prompted for the sorting
1736 column.  If there is an active region, the mark specifies the first line
1737 and the sorting column, while point should be in the last line to be
1738 included into the sorting.  The command prompts for the sorting type
1739 (alphabetically, numerically, or by time).  When called with a prefix
1740 argument, alphabetic sorting will be case-sensitive.
1742 @tsubheading{Regions}
1743 @kindex C-c C-x M-w
1744 @item C-c C-x M-w
1745 Copy a rectangular region from a table to a special clipboard.  Point and
1746 mark determine edge fields of the rectangle.  If there is no active region,
1747 copy just the current field.  The process ignores horizontal separator lines.
1749 @kindex C-c C-x C-w
1750 @item C-c C-x C-w
1751 Copy a rectangular region from a table to a special clipboard, and
1752 blank all fields in the rectangle.  So this is the ``cut'' operation.
1754 @kindex C-c C-x C-y
1755 @item C-c C-x C-y
1756 Paste a rectangular region into a table.
1757 The upper left corner ends up in the current field.  All involved fields
1758 will be overwritten.  If the rectangle does not fit into the present table,
1759 the table is enlarged as needed.  The process ignores horizontal separator
1760 lines.
1762 @kindex M-@key{RET}
1763 @itemx M-@kbd{RET}
1764 Wrap several fields in a column like a paragraph.  If there is an active
1765 region, and both point and mark are in the same column, the text in the
1766 column is wrapped to minimum width for the given number of lines.  A numeric
1767 prefix argument may be used to change the number of desired lines.  If there
1768 is no region, the current field is split at the cursor position and the text
1769 fragment to the right of the cursor is prepended to the field one line
1770 down. If there is no region, but you specify a prefix argument, the current
1771 field is made blank, and the content is appended to the field above.
1773 @tsubheading{Calculations}
1774 @cindex formula, in tables
1775 @cindex calculations, in tables
1776 @cindex region, active
1777 @cindex active region
1778 @cindex transient mark mode
1779 @kindex C-c +
1780 @item C-c +
1781 Sum the numbers in the current column, or in the rectangle defined by
1782 the active region.  The result is shown in the echo area and can
1783 be inserted with @kbd{C-y}.
1785 @kindex S-@key{RET}
1786 @item S-@key{RET}
1787 @vindex org-table-copy-increment
1788 When current field is empty, copy from first non-empty field above.  When not
1789 empty, copy current field down to next row and move cursor along with it.
1790 Depending on the variable @code{org-table-copy-increment}, integer field
1791 values will be incremented during copy.  Integers that are too large will not
1792 be incremented.  Also, a @code{0} prefix argument temporarily disables the
1793 increment.  This key is also used by shift-selection and related modes
1794 (@pxref{Conflicts}).
1796 @tsubheading{Miscellaneous}
1797 @kindex C-c `
1798 @item C-c `
1799 Edit the current field in a separate window.  This is useful for fields that
1800 are not fully visible (@pxref{Column width and alignment}).  When called with
1801 a @kbd{C-u} prefix, just make the full field visible, so that it can be
1802 edited in place.
1804 @item M-x org-table-import
1805 Import a file as a table.  The table should be TAB or whitespace
1806 separated.  Use, for example, to import a spreadsheet table or data
1807 from a database, because these programs generally can write
1808 TAB-separated text files.  This command works by inserting the file into
1809 the buffer and then converting the region to a table.  Any prefix
1810 argument is passed on to the converter, which uses it to determine the
1811 separator.
1812 @item C-c |
1813 Tables can also be imported by pasting tabular text into the Org
1814 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1815 @kbd{C-c |} command (see above under @i{Creation and conversion}).
1817 @item M-x org-table-export
1818 @vindex org-table-export-default-format
1819 Export the table, by default as a TAB-separated file.  Use for data
1820 exchange with, for example, spreadsheet or database programs.  The format
1821 used to export the file can be configured in the variable
1822 @code{org-table-export-default-format}.  You may also use properties
1823 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1824 name and the format for table export in a subtree.  Org supports quite
1825 general formats for exported tables.  The exporter format is the same as the
1826 format used by Orgtbl radio tables, see @ref{Translator functions}, for a
1827 detailed description.
1828 @end table
1830 If you don't like the automatic table editor because it gets in your
1831 way on lines which you would like to start with @samp{|}, you can turn
1832 it off with
1834 @lisp
1835 (setq org-enable-table-editor nil)
1836 @end lisp
1838 @noindent Then the only table command that still works is
1839 @kbd{C-c C-c} to do a manual re-align.
1841 @node Column width and alignment, Column groups, Built-in table editor, Tables
1842 @section Column width and alignment
1843 @cindex narrow columns in tables
1844 @cindex alignment in tables
1846 The width of columns is automatically determined by the table editor.  And
1847 also the alignment of a column is determined automatically from the fraction
1848 of number-like versus non-number fields in the column.
1850 Sometimes a single field or a few fields need to carry more text, leading to
1851 inconveniently wide columns.  Or maybe you want to make a table with several
1852 columns having a fixed width, regardless of content.  To set@footnote{This
1853 feature does not work on XEmacs.} the width of a column, one field anywhere
1854 in the column may contain just the string @samp{<N>} where @samp{N} is an
1855 integer specifying the width of the column in characters.  The next re-align
1856 will then set the width of this column to this value.
1858 @example
1859 @group
1860 |---+------------------------------|               |---+--------|
1861 |   |                              |               |   | <6>    |
1862 | 1 | one                          |               | 1 | one    |
1863 | 2 | two                          |     ----\     | 2 | two    |
1864 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1865 | 4 | four                         |               | 4 | four   |
1866 |---+------------------------------|               |---+--------|
1867 @end group
1868 @end example
1870 @noindent
1871 Fields that are wider become clipped and end in the string @samp{=>}.
1872 Note that the full text is still in the buffer, it is only invisible.
1873 To see the full text, hold the mouse over the field---a tool-tip window
1874 will show the full content.  To edit such a field, use the command
1875 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1876 open a new window with the full field.  Edit it and finish with @kbd{C-c
1877 C-c}.
1879 @vindex org-startup-align-all-tables
1880 When visiting a file containing a table with narrowed columns, the
1881 necessary character hiding has not yet happened, and the table needs to
1882 be aligned before it looks nice.  Setting the option
1883 @code{org-startup-align-all-tables} will realign all tables in a file
1884 upon visiting, but also slow down startup.  You can also set this option
1885 on a per-file basis with:
1887 @example
1888 #+STARTUP: align
1889 #+STARTUP: noalign
1890 @end example
1892 If you would like to overrule the automatic alignment of number-rich columns
1893 to the right and of string-rich column to the left, you and use @samp{<r>} or
1894 @samp{<l>} in a similar fashion.  You may also combine alignment and field
1895 width like this: @samp{<l10>}.
1897 Lines which only contain these formatting cookies will be removed
1898 automatically when exporting the document.
1900 @node Column groups, Orgtbl mode, Column width and alignment, Tables
1901 @section Column groups
1902 @cindex grouping columns in tables
1904 When Org exports tables, it does so by default without vertical
1905 lines because that is visually more satisfying in general.  Occasionally
1906 however, vertical lines can be useful to structure a table into groups
1907 of columns, much like horizontal lines can do for groups of rows.  In
1908 order to specify column groups, you can use a special row where the
1909 first field contains only @samp{/}.  The further fields can either
1910 contain @samp{<} to indicate that this column should start a group,
1911 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1912 a group of its own.  Boundaries between column groups will upon export be
1913 marked with vertical lines.  Here is an example:
1915 @example
1916 | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1917 |---+-----+-----+-----+---------+------------|
1918 | / |   < |     |   > |       < |          > |
1919 | 1 |   1 |   1 |   1 |       1 |          1 |
1920 | 2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1921 | 3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1922 |---+-----+-----+-----+---------+------------|
1923 #+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1)))
1924 @end example
1926 It is also sufficient to just insert the column group starters after
1927 every vertical line you would like to have:
1929 @example
1930 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1931 |----+-----+-----+-----+---------+------------|
1932 | /  | <   |     |     | <       |            |
1933 @end example
1935 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1936 @section The Orgtbl minor mode
1937 @cindex Orgtbl mode
1938 @cindex minor mode for tables
1940 If you like the intuitive way the Org table editor works, you
1941 might also want to use it in other modes like Text mode or Mail mode.
1942 The minor mode Orgtbl mode makes this possible.  You can always toggle
1943 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1944 example in mail mode, use
1946 @lisp
1947 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1948 @end lisp
1950 Furthermore, with some special setup, it is possible to maintain tables
1951 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1952 construct La@TeX{} tables with the underlying ease and power of
1953 Orgtbl mode, including spreadsheet capabilities.  For details, see
1954 @ref{Tables in arbitrary syntax}.
1956 @node The spreadsheet, Org-Plot, Orgtbl mode, Tables
1957 @section The spreadsheet
1958 @cindex calculations, in tables
1959 @cindex spreadsheet capabilities
1960 @cindex @file{calc} package
1962 The table editor makes use of the Emacs @file{calc} package to implement
1963 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1964 derive fields from other fields.  While fully featured, Org's implementation
1965 is not identical to other spreadsheets.  For example, Org knows the concept
1966 of a @emph{column formula} that will be applied to all non-header fields in a
1967 column without having to copy the formula to each relevant field.  There is
1968 also a formula debugger, and a formula editor with features for highlighting
1969 fields in the table corresponding to the references at the point in the
1970 formula, moving these references by arrow keys
1972 @menu
1973 * References::                  How to refer to another field or range
1974 * Formula syntax for Calc::     Using Calc to compute stuff
1975 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1976 * Field formulas::              Formulas valid for a single field
1977 * Column formulas::             Formulas valid for an entire column
1978 * Editing and debugging formulas::  Fixing formulas
1979 * Updating the table::          Recomputing all dependent fields
1980 * Advanced features::           Field names, parameters and automatic recalc
1981 @end menu
1983 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1984 @subsection References
1985 @cindex references
1987 To compute fields in the table from other fields, formulas must
1988 reference other fields or ranges.  In Org, fields can be referenced
1989 by name, by absolute coordinates, and by relative coordinates.  To find
1990 out what the coordinates of a field are, press @kbd{C-c ?} in that
1991 field, or press @kbd{C-c @}} to toggle the display of a grid.
1993 @subsubheading Field references
1994 @cindex field references
1995 @cindex references, to fields
1997 Formulas can reference the value of another field in two ways.  Like in
1998 any other spreadsheet, you may reference fields with a letter/number
1999 combination like @code{B3}, meaning the 2nd field in the 3rd row.
2000 @c Such references are always fixed to that field, they don't change
2001 @c when you copy and paste a formula to a different field.  So
2002 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
2004 @noindent
2005 Org also uses another, more general operator that looks like this:
2006 @example
2007 @@@var{row}$@var{column}
2008 @end example
2010 @noindent
2011 Column references can be absolute like @samp{1}, @samp{2},...@samp{@var{N}},
2012 or relative to the current column like @samp{+1} or @samp{-2}.
2014 The row specification only counts data lines and ignores horizontal
2015 separator lines (hlines).  You can use absolute row numbers
2016 @samp{1}...@samp{@var{N}}, and row numbers relative to the current row like
2017 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
2018 hlines: @samp{I} refers to the first hline@footnote{Note that only
2019 hlines are counted that @emph{separate} table lines.  If the table
2020 starts with a hline above the header, it does not count.}, @samp{II} to
2021 the second, etc@.  @samp{-I} refers to the first such line above the
2022 current line, @samp{+I} to the first such line below the current line.
2023 You can also write @samp{III+2} which is the second data line after the
2024 third hline in the table.
2026 @samp{0} refers to the current row and column.  Also, if you omit
2027 either the column or the row part of the reference, the current
2028 row/column is implied.
2030 Org's references with @emph{unsigned} numbers are fixed references
2031 in the sense that if you use the same reference in the formula for two
2032 different fields, the same field will be referenced each time.
2033 Org's references with @emph{signed} numbers are floating
2034 references because the same reference operator can reference different
2035 fields depending on the field being calculated by the formula.
2037 As a special case, references like @samp{$LR5} and @samp{$LR12} can be used
2038 to refer in a stable way to the 5th and 12th field in the last row of the
2039 table.
2041 Here are a few examples:
2043 @example
2044 @@2$3      @r{2nd row, 3rd column}
2045 C2        @r{same as previous}
2046 $5        @r{column 5 in the current row}
2047 E&        @r{same as previous}
2048 @@2        @r{current column, row 2}
2049 @@-1$-3    @r{the field one row up, three columns to the left}
2050 @@-I$2     @r{field just under hline above current row, column 2}
2051 @end example
2053 @subsubheading Range references
2054 @cindex range references
2055 @cindex references, to ranges
2057 You may reference a rectangular range of fields by specifying two field
2058 references connected by two dots @samp{..}.  If both fields are in the
2059 current row, you may simply use @samp{$2..$7}, but if at least one field
2060 is in a different row, you need to use the general @code{@@row$column}
2061 format at least for the first field (i.e the reference must start with
2062 @samp{@@} in order to be interpreted correctly).  Examples:
2064 @example
2065 $1..$3        @r{First three fields in the current row.}
2066 $P..$Q        @r{Range, using column names (see under Advanced)}
2067 @@2$1..@@4$3    @r{6 fields between these two fields.}
2068 A2..C4        @r{Same as above.}
2069 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
2070 @end example
2072 @noindent Range references return a vector of values that can be fed
2073 into Calc vector functions.  Empty fields in ranges are normally
2074 suppressed, so that the vector contains only the non-empty fields (but
2075 see the @samp{E} mode switch below).  If there are no non-empty fields,
2076 @samp{[0]} is returned to avoid syntax errors in formulas.
2078 @subsubheading Field coordinates in formulas
2079 @cindex field coordinates
2080 @cindex coordinates, of field
2081 @cindex row, of field coordinates
2082 @cindex column, of field coordinates
2084 For Calc formulas and Lisp formulas @code{@@#} and @code{$#} can be used to
2085 get the row or column number of the field where the formula result goes.
2086 The traditional Lisp formula equivalents are @code{org-table-current-dline}
2087 and @code{org-table-current-column}.  Examples:
2089 @example
2090 if(@@# % 2, $#, string(""))   @r{column number on odd lines only}
2091 $3 = remote(FOO, @@@@#$2)      @r{copy column 2 from table FOO into}
2092                              @r{column 3 of the current table}
2093 @end example
2095 @noindent For the second example, table FOO must have at least as many rows
2096 as the current table.  Inefficient@footnote{The computation time scales as
2097 O(N^2) because table FOO is parsed for each field to be copied.} for large
2098 number of rows.
2100 @subsubheading Named references
2101 @cindex named references
2102 @cindex references, named
2103 @cindex name, of column or field
2104 @cindex constants, in calculations
2105 @cindex #+CONSTANTS
2107 @vindex org-table-formula-constants
2108 @samp{$name} is interpreted as the name of a column, parameter or
2109 constant.  Constants are defined globally through the variable
2110 @code{org-table-formula-constants}, and locally (for the file) through a
2111 line like
2113 @example
2114 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
2115 @end example
2117 @noindent
2118 @vindex constants-unit-system
2119 @pindex constants.el
2120 Also properties (@pxref{Properties and Columns}) can be used as
2121 constants in table formulas: for a property @samp{:Xyz:} use the name
2122 @samp{$PROP_Xyz}, and the property will be searched in the current
2123 outline entry and in the hierarchy above it.  If you have the
2124 @file{constants.el} package, it will also be used to resolve constants,
2125 including natural constants like @samp{$h} for Planck's constant, and
2126 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
2127 supply the values of constants in two different unit systems, @code{SI}
2128 and @code{cgs}.  Which one is used depends on the value of the variable
2129 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
2130 @code{constSI} and @code{constcgs} to set this value for the current
2131 buffer.}.  Column names and parameters can be specified in special table
2132 lines.  These are described below, see @ref{Advanced features}.  All
2133 names must start with a letter, and further consist of letters and
2134 numbers.
2136 @subsubheading Remote references
2137 @cindex remote references
2138 @cindex references, remote
2139 @cindex references, to a different table
2140 @cindex name, of column or field
2141 @cindex constants, in calculations
2142 @cindex #+TBLNAME
2144 You may also reference constants, fields and ranges from a different table,
2145 either in the current file or even in a different file.  The syntax is
2147 @example
2148 remote(NAME-OR-ID,REF)
2149 @end example
2151 @noindent
2152 where NAME can be the name of a table in the current file as set by a
2153 @code{#+TBLNAME: NAME} line before the table.  It can also be the ID of an
2154 entry, even in a different file, and the reference then refers to the first
2155 table in that entry.  REF is an absolute field or range reference as
2156 described above for example @code{@@3$3} or @code{$somename}, valid in the
2157 referenced table.
2159 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
2160 @subsection Formula syntax for Calc
2161 @cindex formula syntax, Calc
2162 @cindex syntax, of formulas
2164 A formula can be any algebraic expression understood by the Emacs
2165 @file{Calc} package.  @b{Note that @file{calc} has the
2166 non-standard convention that @samp{/} has lower precedence than
2167 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
2168 evaluation by @code{calc-eval} (@pxref{Calling Calc from
2169 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
2170 Emacs Calc Manual}),
2171 @c FIXME:  The link to the Calc manual in HTML does not work.
2172 variable substitution takes place according to the rules described above.
2173 @cindex vectors, in table calculations
2174 The range vectors can be directly fed into the Calc vector functions
2175 like @samp{vmean} and @samp{vsum}.
2177 @cindex format specifier
2178 @cindex mode, for @file{calc}
2179 @vindex org-calc-default-modes
2180 A formula can contain an optional mode string after a semicolon.  This
2181 string consists of flags to influence Calc and other modes during
2182 execution.  By default, Org uses the standard Calc modes (precision
2183 12, angular units degrees, fraction and symbolic modes off).  The display
2184 format, however, has been changed to @code{(float 8)} to keep tables
2185 compact.  The default settings can be configured using the variable
2186 @code{org-calc-default-modes}.
2188 @example
2189 p20           @r{set the internal Calc calculation precision to 20 digits}
2190 n3 s3 e2 f4   @r{Normal, scientific, engineering, or fixed}
2191               @r{format of the result of Calc passed back to Org.}
2192               @r{Calc formatting is unlimited in precision as}
2193               @r{long as the Calc calculation precision is greater.}
2194 D R           @r{angle modes: degrees, radians}
2195 F S           @r{fraction and symbolic modes}
2196 N             @r{interpret all fields as numbers, use 0 for non-numbers}
2197 T             @r{force text interpretation}
2198 E             @r{keep empty fields in ranges}
2199 L             @r{literal}
2200 @end example
2202 @noindent
2203 Unless you use large integer numbers or high-precision-calculation
2204 and -display for floating point numbers you may alternatively provide a
2205 @code{printf} format specifier to reformat the Calc result after it has been
2206 passed back to Org instead of letting Calc already do the
2207 formatting@footnote{The @code{printf} reformatting is limited in precision
2208 because the value passed to it is converted into an @code{integer} or
2209 @code{double}.  The @code{integer} is limited in size by truncating the
2210 signed value to 32 bits.  The @code{double} is limited in precision to 64
2211 bits overall which leaves approximately 16 significant decimal digits.}.
2212 A few examples:
2214 @example
2215 $1+$2                @r{Sum of first and second field}
2216 $1+$2;%.2f           @r{Same, format result to two decimals}
2217 exp($2)+exp($1)      @r{Math functions can be used}
2218 $0;%.1f              @r{Reformat current cell to 1 decimal}
2219 ($3-32)*5/9          @r{Degrees F -> C conversion}
2220 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
2221 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
2222 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
2223 vmean($2..$7)        @r{Compute column range mean, using vector function}
2224 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
2225 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
2226 @end example
2228 Calc also contains a complete set of logical operations.  For example
2230 @example
2231 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
2232 @end example
2234 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
2235 @subsection Emacs Lisp forms as formulas
2236 @cindex Lisp forms, as table formulas
2238 It is also possible to write a formula in Emacs Lisp; this can be useful
2239 for string manipulation and control structures, if Calc's
2240 functionality is not enough.  If a formula starts with a single-quote
2241 followed by an opening parenthesis, then it is evaluated as a Lisp form.
2242 The evaluation should return either a string or a number.  Just as with
2243 @file{calc} formulas, you can specify modes and a printf format after a
2244 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
2245 field references are interpolated into the form.  By default, a
2246 reference will be interpolated as a Lisp string (in double-quotes)
2247 containing the field.  If you provide the @samp{N} mode switch, all
2248 referenced elements will be numbers (non-number fields will be zero) and
2249 interpolated as Lisp numbers, without quotes.  If you provide the
2250 @samp{L} flag, all fields will be interpolated literally, without quotes.
2251 I.e., if you want a reference to be interpreted as a string by the Lisp
2252 form, enclose the reference operator itself in double-quotes, like
2253 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
2254 embed them in list or vector syntax.  A few examples, note how the
2255 @samp{N} mode is used when we do computations in Lisp.
2257 @example
2258 @r{Swap the first two characters of the content of column 1}
2259   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
2260 @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}}
2261   '(+ $1 $2);N
2262 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
2263   '(apply '+ '($1..$4));N
2264 @end example
2266 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
2267 @subsection Field formulas
2268 @cindex field formula
2269 @cindex formula, for individual table field
2271 To assign a formula to a particular field, type it directly into the
2272 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
2273 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
2274 the field, the formula will be stored as the formula for this field,
2275 evaluated, and the current field replaced with the result.
2277 @cindex #+TBLFM
2278 Formulas are stored in a special line starting with @samp{#+TBLFM:}
2279 directly below the table.  If you typed the equation in the 4th field of
2280 the 3rd data line in the table, the formula will look like
2281 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
2282 with the appropriate commands, @i{absolute references} (but not relative
2283 ones) in stored formulas are modified in order to still reference the
2284 same field.  Of course this is not true if you edit the table structure
2285 with normal editing commands---then you must fix the equations yourself.
2286 The left-hand side of a formula may also be a named field (@pxref{Advanced
2287 features}), or a last-row reference like @samp{$LR3}.
2289 Instead of typing an equation into the field, you may also use the
2290 following command
2292 @table @kbd
2293 @kindex C-u C-c =
2294 @item C-u C-c =
2295 Install a new formula for the current field.  The command prompts for a
2296 formula with default taken from the @samp{#+TBLFM:} line, applies
2297 it to the current field, and stores it.
2298 @end table
2300 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
2301 @subsection Column formulas
2302 @cindex column formula
2303 @cindex formula, for table column
2305 Often in a table, the same formula should be used for all fields in a
2306 particular column.  Instead of having to copy the formula to all fields
2307 in that column, Org allows you to assign a single formula to an entire
2308 column.  If the table contains horizontal separator hlines, everything
2309 before the first such line is considered part of the table @emph{header}
2310 and will not be modified by column formulas.
2312 To assign a formula to a column, type it directly into any field in the
2313 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2314 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2315 the formula will be stored as the formula for the current column, evaluated
2316 and the current field replaced with the result.  If the field contains only
2317 @samp{=}, the previously stored formula for this column is used.  For each
2318 column, Org will only remember the most recently used formula.  In the
2319 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}.  The left-hand
2320 side of a column formula cannot currently be the name of column, it
2321 must be the numeric column reference.
2323 Instead of typing an equation into the field, you may also use the
2324 following command:
2326 @table @kbd
2327 @kindex C-c =
2328 @item C-c =
2329 Install a new formula for the current column and replace current field with
2330 the result of the formula.  The command prompts for a formula, with default
2331 taken from the @samp{#+TBLFM} line, applies it to the current field and
2332 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2333 will apply it to that many consecutive fields in the current column.
2334 @end table
2336 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2337 @subsection Editing and debugging formulas
2338 @cindex formula editing
2339 @cindex editing, of table formulas
2341 @vindex org-table-use-standard-references
2342 You can edit individual formulas in the minibuffer or directly in the
2343 field.  Org can also prepare a special buffer with all active
2344 formulas of a table.  When offering a formula for editing, Org
2345 converts references to the standard format (like @code{B3} or @code{D&})
2346 if possible.  If you prefer to only work with the internal format (like
2347 @code{@@3$2} or @code{$4}), configure the variable
2348 @code{org-table-use-standard-references}.
2350 @table @kbd
2351 @kindex C-c =
2352 @kindex C-u C-c =
2353 @item C-c =
2354 @itemx C-u C-c =
2355 Edit the formula associated with the current column/field in the
2356 minibuffer.  See @ref{Column formulas}, and @ref{Field formulas}.
2357 @kindex C-u C-u C-c =
2358 @item C-u C-u C-c =
2359 Re-insert the active formula (either a
2360 field formula, or a column formula) into the current field, so that you
2361 can edit it directly in the field.  The advantage over editing in the
2362 minibuffer is that you can use the command @kbd{C-c ?}.
2363 @kindex C-c ?
2364 @item C-c ?
2365 While editing a formula in a table field, highlight the field(s)
2366 referenced by the reference at the cursor position in the formula.
2367 @kindex C-c @}
2368 @item C-c @}
2369 Toggle the display of row and column numbers for a table, using
2370 overlays.  These are updated each time the table is aligned; you can
2371 force it with @kbd{C-c C-c}.
2372 @kindex C-c @{
2373 @item C-c @{
2374 Toggle the formula debugger on and off.  See below.
2375 @kindex C-c '
2376 @item C-c '
2377 Edit all formulas for the current table in a special buffer, where the
2378 formulas will be displayed one per line.  If the current field has an
2379 active formula, the cursor in the formula editor will mark it.
2380 While inside the special buffer, Org will automatically highlight
2381 any field or range reference at the cursor position.  You may edit,
2382 remove and add formulas, and use the following commands:
2383 @table @kbd
2384 @kindex C-c C-c
2385 @kindex C-x C-s
2386 @item C-c C-c
2387 @itemx C-x C-s
2388 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2389 prefix, also apply the new formulas to the entire table.
2390 @kindex C-c C-q
2391 @item C-c C-q
2392 Exit the formula editor without installing changes.
2393 @kindex C-c C-r
2394 @item C-c C-r
2395 Toggle all references in the formula editor between standard (like
2396 @code{B3}) and internal (like @code{@@3$2}).
2397 @kindex @key{TAB}
2398 @item @key{TAB}
2399 Pretty-print or indent Lisp formula at point.  When in a line containing
2400 a Lisp formula, format the formula according to Emacs Lisp rules.
2401 Another @key{TAB} collapses the formula back again.  In the open
2402 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
2403 @kindex M-@key{TAB}
2404 @item M-@key{TAB}
2405 Complete Lisp symbols, just like in Emacs Lisp mode.
2406 @kindex S-@key{up}
2407 @kindex S-@key{down}
2408 @kindex S-@key{left}
2409 @kindex S-@key{right}
2410 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2411 Shift the reference at point.  For example, if the reference is
2412 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2413 This also works for relative references and for hline references.
2414 @kindex M-S-@key{up}
2415 @kindex M-S-@key{down}
2416 @item M-S-@key{up}/@key{down}
2417 Move the test line for column formulas in the Org buffer up and
2418 down.
2419 @kindex M-@key{up}
2420 @kindex M-@key{down}
2421 @item M-@key{up}/@key{down}
2422 Scroll the window displaying the table.
2423 @kindex C-c @}
2424 @item C-c @}
2425 Turn the coordinate grid in the table on and off.
2426 @end table
2427 @end table
2429 Making a table field blank does not remove the formula associated with
2430 the field, because that is stored in a different line (the @samp{#+TBLFM}
2431 line)---during the next recalculation the field will be filled again.
2432 To remove a formula from a field, you have to give an empty reply when
2433 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2435 @kindex C-c C-c
2436 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2437 equations with @kbd{C-c C-c} in that line or with the normal
2438 recalculation commands in the table.
2440 @subsubheading Debugging formulas
2441 @cindex formula debugging
2442 @cindex debugging, of table formulas
2443 When the evaluation of a formula leads to an error, the field content
2444 becomes the string @samp{#ERROR}.  If you would like see what is going
2445 on during variable substitution and calculation in order to find a bug,
2446 turn on formula debugging in the @code{Tbl} menu and repeat the
2447 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2448 field.  Detailed information will be displayed.
2450 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2451 @subsection Updating the table
2452 @cindex recomputing table fields
2453 @cindex updating, table
2455 Recalculation of a table is normally not automatic, but needs to be
2456 triggered by a command.  See @ref{Advanced features}, for a way to make
2457 recalculation at least semi-automatic.
2459 In order to recalculate a line of a table or the entire table, use the
2460 following commands:
2462 @table @kbd
2463 @kindex C-c *
2464 @item C-c *
2465 Recalculate the current row by first applying the stored column formulas
2466 from left to right, and all field formulas in the current row.
2468 @kindex C-u C-c *
2469 @item C-u C-c *
2470 @kindex C-u C-c C-c
2471 @itemx C-u C-c C-c
2472 Recompute the entire table, line by line.  Any lines before the first
2473 hline are left alone, assuming that these are part of the table header.
2475 @kindex C-u C-u C-c *
2476 @kindex C-u C-u C-c C-c
2477 @item C-u C-u C-c *
2478 @itemx C-u C-u C-c C-c
2479 Iterate the table by recomputing it until no further changes occur.
2480 This may be necessary if some computed fields use the value of other
2481 fields that are computed @i{later} in the calculation sequence.
2482 @item M-x org-table-recalculate-buffer-tables
2483 Recompute all tables in the current buffer.
2484 @item M-x org-table-iterate-buffer-tables
2485 Iterate all tables in the current buffer, in order to converge table-to-table
2486 dependencies.
2487 @end table
2489 @node Advanced features,  , Updating the table, The spreadsheet
2490 @subsection Advanced features
2492 If you want the recalculation of fields to happen automatically, or if
2493 you want to be able to assign @i{names} to fields and columns, you need
2494 to reserve the first column of the table for special marking characters.
2495 @table @kbd
2496 @kindex C-#
2497 @item C-#
2498 Rotate the calculation mark in first column through the states @samp{ },
2499 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
2500 change all marks in the region.
2501 @end table
2503 Here is an example of a table that collects exam results of students and
2504 makes use of these features:
2506 @example
2507 @group
2508 |---+---------+--------+--------+--------+-------+------|
2509 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2510 |---+---------+--------+--------+--------+-------+------|
2511 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2512 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2513 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2514 |---+---------+--------+--------+--------+-------+------|
2515 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2516 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2517 |---+---------+--------+--------+--------+-------+------|
2518 |   | Average |        |        |        |  29.7 |      |
2519 | ^ |         |        |        |        |    at |      |
2520 | $ | max=50  |        |        |        |       |      |
2521 |---+---------+--------+--------+--------+-------+------|
2522 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2523 @end group
2524 @end example
2526 @noindent @b{Important}: please note that for these special tables,
2527 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2528 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2529 to the field itself.  The column formulas are not applied in rows with
2530 empty first field.
2532 @cindex marking characters, tables
2533 The marking characters have the following meaning:
2534 @table @samp
2535 @item !
2536 The fields in this line define names for the columns, so that you may
2537 refer to a column as @samp{$Tot} instead of @samp{$6}.
2538 @item ^
2539 This row defines names for the fields @emph{above} the row.  With such
2540 a definition, any formula in the table may use @samp{$m1} to refer to
2541 the value @samp{10}.  Also, if you assign a formula to a names field, it
2542 will be stored as @samp{$name=...}.
2543 @item _
2544 Similar to @samp{^}, but defines names for the fields in the row
2545 @emph{below}.
2546 @item $
2547 Fields in this row can define @emph{parameters} for formulas.  For
2548 example, if a field in a @samp{$} row contains @samp{max=50}, then
2549 formulas in this table can refer to the value 50 using @samp{$max}.
2550 Parameters work exactly like constants, only that they can be defined on
2551 a per-table basis.
2552 @item #
2553 Fields in this row are automatically recalculated when pressing
2554 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2555 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2556 lines will be left alone by this command.
2557 @item *
2558 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2559 not for automatic recalculation.  Use this when automatic
2560 recalculation slows down editing too much.
2561 @item
2562 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2563 All lines that should be recalculated should be marked with @samp{#}
2564 or @samp{*}.
2565 @item /
2566 Do not export this line.  Useful for lines that contain the narrowing
2567 @samp{<N>} markers or column group markers.
2568 @end table
2570 Finally, just to whet your appetite for what can be done with the
2571 fantastic @file{calc.el} package, here is a table that computes the Taylor
2572 series of degree @code{n} at location @code{x} for a couple of
2573 functions.
2575 @example
2576 @group
2577 |---+-------------+---+-----+--------------------------------------|
2578 |   | Func        | n | x   | Result                               |
2579 |---+-------------+---+-----+--------------------------------------|
2580 | # | exp(x)      | 1 | x   | 1 + x                                |
2581 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2582 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2583 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2584 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2585 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2586 |---+-------------+---+-----+--------------------------------------|
2587 #+TBLFM: $5=taylor($2,$4,$3);n3
2588 @end group
2589 @end example
2591 @node Org-Plot,  , The spreadsheet, Tables
2592 @section Org-Plot
2593 @cindex graph, in tables
2594 @cindex plot tables using gnuplot
2595 @cindex #+PLOT
2597 Org-Plot can produce 2D and 3D graphs of information stored in org tables
2598 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
2599 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}.  To see
2600 this in action, ensure that you have both Gnuplot and Gnuplot mode installed
2601 on your system, then call @code{org-plot/gnuplot} on the following table.
2603 @example
2604 @group
2605 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
2606 | Sede      | Max cites | H-index |
2607 |-----------+-----------+---------|
2608 | Chile     |    257.72 |   21.39 |
2609 | Leeds     |    165.77 |   19.68 |
2610 | Sao Paolo |     71.00 |   11.50 |
2611 | Stockholm |    134.19 |   14.33 |
2612 | Morelia   |    257.56 |   17.67 |
2613 @end group
2614 @end example
2616 Notice that Org Plot is smart enough to apply the table's headers as labels.
2617 Further control over the labels, type, content, and appearance of plots can
2618 be exercised through the @code{#+PLOT:} lines preceding a table.  See below
2619 for a complete list of Org-plot options.  For more information and examples
2620 see the Org-plot tutorial at
2621 @uref{http://orgmode.org/worg/org-tutorials/org-plot.php}.
2623 @subsubheading Plot Options
2625 @table @code
2626 @item set
2627 Specify any @command{gnuplot} option to be set when graphing.
2629 @item title
2630 Specify the title of the plot.
2632 @item ind
2633 Specify which column of the table to use as the @code{x} axis.
2635 @item deps
2636 Specify the columns to graph as a Lisp style list, surrounded by parentheses
2637 and separated by spaces for example @code{dep:(3 4)} to graph the third and
2638 fourth columns (defaults to graphing all other columns aside from the @code{ind}
2639 column).
2641 @item type
2642 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2644 @item with
2645 Specify a @code{with} option to be inserted for every col being plotted
2646 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2647 Defaults to @code{lines}.
2649 @item file
2650 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
2652 @item labels
2653 List of labels to be used for the deps (defaults to the column headers if
2654 they exist).
2656 @item line
2657 Specify an entire line to be inserted in the Gnuplot script.
2659 @item map
2660 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2661 flat mapping rather than a @code{3d} slope.
2663 @item timefmt
2664 Specify format of Org-mode timestamps as they will be parsed by Gnuplot.
2665 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2667 @item script
2668 If you want total control, you can specify a script file (place the file name
2669 between double-quotes) which will be used to plot.  Before plotting, every
2670 instance of @code{$datafile} in the specified script will be replaced with
2671 the path to the generated data file.  Note: even if you set this option, you
2672 may still want to specify the plot type, as that can impact the content of
2673 the data file.
2674 @end table
2676 @node Hyperlinks, TODO Items, Tables, Top
2677 @chapter Hyperlinks
2678 @cindex hyperlinks
2680 Like HTML, Org provides links inside a file, external links to
2681 other files, Usenet articles, emails, and much more.
2683 @menu
2684 * Link format::                 How links in Org are formatted
2685 * Internal links::              Links to other places in the current file
2686 * External links::              URL-like links to the world
2687 * Handling links::              Creating, inserting and following
2688 * Using links outside Org::     Linking from my C source code?
2689 * Link abbreviations::          Shortcuts for writing complex links
2690 * Search options::              Linking to a specific location
2691 * Custom searches::             When the default search is not enough
2692 @end menu
2694 @node Link format, Internal links, Hyperlinks, Hyperlinks
2695 @section Link format
2696 @cindex link format
2697 @cindex format, of links
2699 Org will recognize plain URL-like links and activate them as
2700 clickable links.  The general link format, however, looks like this:
2702 @example
2703 [[link][description]]       @r{or alternatively}           [[link]]
2704 @end example
2706 @noindent
2707 Once a link in the buffer is complete (all brackets present), Org
2708 will change the display so that @samp{description} is displayed instead
2709 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2710 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2711 which by default is an underlined face.  You can directly edit the
2712 visible part of a link.  Note that this can be either the @samp{link}
2713 part (if there is no description) or the @samp{description} part.  To
2714 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2715 cursor on the link.
2717 If you place the cursor at the beginning or just behind the end of the
2718 displayed text and press @key{BACKSPACE}, you will remove the
2719 (invisible) bracket at that location.  This makes the link incomplete
2720 and the internals are again displayed as plain text.  Inserting the
2721 missing bracket hides the link internals again.  To show the
2722 internal structure of all links, use the menu entry
2723 @code{Org->Hyperlinks->Literal links}.
2725 @node Internal links, External links, Link format, Hyperlinks
2726 @section Internal links
2727 @cindex internal links
2728 @cindex links, internal
2729 @cindex targets, for links
2731 @cindex property, CUSTOM_ID
2732 If the link does not look like a URL, it is considered to be internal in the
2733 current file.  The most important case is a link like
2734 @samp{[[#my-custom-id]]} which will link to the entry with the
2735 @code{CUSTOM_ID} property @samp{my-custom-id}.  Such custom IDs are very good
2736 for HTML export (@pxref{HTML export}) where they produce pretty section
2737 links.  You are responsible yourself to make sure these custom IDs are unique
2738 in a file.
2740 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
2741 lead to a text search in the current file.
2743 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
2744 or with a mouse click (@pxref{Handling links}).  Links to custom IDs will
2745 point to the corresponding headline.  The preferred match for a text link is
2746 a @i{dedicated target}: the same string in double angular brackets.  Targets
2747 may be located anywhere; sometimes it is convenient to put them into a
2748 comment line. For example
2750 @example
2751 # <<My Target>>
2752 @end example
2754 @noindent In HTML export (@pxref{HTML export}), such targets will become
2755 named anchors for direct access through @samp{http} links@footnote{Note that
2756 text before the first headline is usually not exported, so the first such
2757 target should be after the first headline, or in the line directly before the
2758 first headline.}.
2760 If no dedicated target exists, Org will search for the words in the link.  In
2761 the above example the search would be for @samp{my target}.  Links starting
2762 with a star like @samp{*My Target} restrict the search to
2763 headlines@footnote{To insert a link targeting a headline, in-buffer
2764 completion can be used.  Just type a star followed by a few optional letters
2765 into the buffer and press @kbd{M-@key{TAB}}.  All headlines in the current
2766 buffer will be offered as completions.  @xref{Handling links}, for more
2767 commands creating links.}.  When searching, Org mode will first try an
2768 exact match, but then move on to more and more lenient searches.  For
2769 example, the link @samp{[[*My Targets]]} will find any of the following:
2771 @example
2772 ** My targets
2773 ** TODO my targets are bright
2774 ** my 20 targets are
2775 @end example
2778 Following a link pushes a mark onto Org's own mark ring.  You can
2779 return to the previous position with @kbd{C-c &}.  Using this command
2780 several times in direct succession goes back to positions recorded
2781 earlier.
2783 @menu
2784 * Radio targets::               Make targets trigger links in plain text
2785 @end menu
2787 @node Radio targets,  , Internal links, Internal links
2788 @subsection Radio targets
2789 @cindex radio targets
2790 @cindex targets, radio
2791 @cindex links, radio targets
2793 Org can automatically turn any occurrences of certain target names
2794 in normal text into a link.  So without explicitly creating a link, the
2795 text connects to the target radioing its position.  Radio targets are
2796 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2797 Target>>>} causes each occurrence of @samp{my target} in normal text to
2798 become activated as a link.  The Org file is scanned automatically
2799 for radio targets only when the file is first loaded into Emacs.  To
2800 update the target list during editing, press @kbd{C-c C-c} with the
2801 cursor on or at a target.
2803 @node External links, Handling links, Internal links, Hyperlinks
2804 @section External links
2805 @cindex links, external
2806 @cindex external links
2807 @cindex links, external
2808 @cindex Gnus links
2809 @cindex BBDB links
2810 @cindex IRC links
2811 @cindex URL links
2812 @cindex file links
2813 @cindex VM links
2814 @cindex RMAIL links
2815 @cindex WANDERLUST links
2816 @cindex MH-E links
2817 @cindex USENET links
2818 @cindex SHELL links
2819 @cindex Info links
2820 @cindex Elisp links
2822 Org supports links to files, websites, Usenet and email messages,
2823 BBDB database entries and links to both IRC conversations and their
2824 logs.  External links are URL-like locators.  They start with a short
2825 identifying string followed by a colon.  There can be no space after
2826 the colon.  The following list shows examples for each link type.
2828 @example
2829 http://www.astro.uva.nl/~dominik          @r{on the web}
2830 doi:10.1000/182                           @r{DOI for an electronic resource}
2831 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2832 /home/dominik/images/jupiter.jpg          @r{same as above}
2833 file:papers/last.pdf                      @r{file, relative path}
2834 ./papers/last.pdf                         @r{same as above}
2835 file:/myself@@some.where:papers/last.pdf   @r{file, path on remote machine}
2836 /myself@@some.where:papers/last.pdf        @r{same as above}
2837 file:sometextfile::NNN                    @r{file with line number to jump to}
2838 file:projects.org                         @r{another Org file}
2839 file:projects.org::some words             @r{text search in Org file}
2840 file:projects.org::*task title            @r{heading search in Org file}
2841 docview:papers/last.pdf::NNN              @r{open file in doc-view mode at page NNN}
2842 id:B7423F4D-2E8A-471B-8810-C40F074717E9   @r{Link to heading by ID}
2843 news:comp.emacs                           @r{Usenet link}
2844 mailto:adent@@galaxy.net                   @r{Mail link}
2845 vm:folder                                 @r{VM folder link}
2846 vm:folder#id                              @r{VM message link}
2847 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2848 wl:folder                                 @r{WANDERLUST folder link}
2849 wl:folder#id                              @r{WANDERLUST message link}
2850 mhe:folder                                @r{MH-E folder link}
2851 mhe:folder#id                             @r{MH-E message link}
2852 rmail:folder                              @r{RMAIL folder link}
2853 rmail:folder#id                           @r{RMAIL message link}
2854 gnus:group                                @r{Gnus group link}
2855 gnus:group#id                             @r{Gnus article link}
2856 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
2857 irc:/irc.com/#emacs/bob                   @r{IRC link}
2858 info:org:External%20links                 @r{Info node link (with encoded space)}
2859 shell:ls *.org                            @r{A shell command}
2860 elisp:org-agenda                          @r{Interactive Elisp command}
2861 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
2862 @end example
2864 A link should be enclosed in double brackets and may contain a
2865 descriptive text to be displayed instead of the URL (@pxref{Link
2866 format}), for example:
2868 @example
2869 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2870 @end example
2872 @noindent
2873 If the description is a file name or URL that points to an image, HTML
2874 export (@pxref{HTML export}) will inline the image as a clickable
2875 button.  If there is no description at all and the link points to an
2876 image,
2877 that image will be inlined into the exported HTML file.
2879 @cindex square brackets, around links
2880 @cindex plain text external links
2881 Org also finds external links in the normal text and activates them
2882 as links.  If spaces must be part of the link (for example in
2883 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2884 about the end of the link, enclose them in square brackets.
2886 @node Handling links, Using links outside Org, External links, Hyperlinks
2887 @section Handling links
2888 @cindex links, handling
2890 Org provides methods to create a link in the correct syntax, to
2891 insert it into an Org file, and to follow the link.
2893 @table @kbd
2894 @kindex C-c l
2895 @cindex storing links
2896 @item C-c l
2897 Store a link to the current location.  This is a @emph{global} command (you
2898 must create the key binding yourself) which can be used in any buffer to
2899 create a link.  The link will be stored for later insertion into an Org
2900 buffer (see below).  What kind of link will be created depends on the current
2901 buffer:
2903 @b{Org-mode buffers}@*
2904 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
2905 to the target.  Otherwise it points to the current headline, which will also
2906 be the description.
2908 @vindex org-link-to-org-use-id
2909 @cindex property, CUSTOM_ID
2910 @cindex property, ID
2911 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
2912 will be stored.  In addition or alternatively (depending on the value of
2913 @code{org-link-to-org-use-id}), a globally unique @code{ID} property will be
2914 created and/or used to construct a link.  So using this command in Org
2915 buffers will potentially create two links: a human-readable from the custom
2916 ID, and one that is globally unique and works even if the entry is moved from
2917 file to file.  Later, when inserting the link, you need to decide which one
2918 to use.
2920 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
2921 Pretty much all Emacs mail clients are supported.  The link will point to the
2922 current article, or, in some GNUS buffers, to the group.  The description is
2923 constructed from the author and the subject.
2925 @b{Web browsers: W3 and W3M}@*
2926 Here the link will be the current URL, with the page title as description.
2928 @b{Contacts: BBDB}@*
2929 Links created in a BBDB buffer will point to the current entry.
2931 @b{Chat: IRC}@*
2932 @vindex org-irc-link-to-logs
2933 For IRC links, if you set the variable @code{org-irc-link-to-logs} to
2934 @code{t}, a @samp{file:/} style link to the relevant point in the logs for
2935 the current conversation is created.  Otherwise an @samp{irc:/} style link to
2936 the user/channel/server under the point will be stored.
2938 @b{Other files}@*
2939 For any other files, the link will point to the file, with a search string
2940 (@pxref{Search options}) pointing to the contents of the current line.  If
2941 there is an active region, the selected words will form the basis of the
2942 search string.  If the automatically created link is not working correctly or
2943 accurately enough, you can write custom functions to select the search string
2944 and to do the search for particular file types---see @ref{Custom searches}.
2945 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
2947 @b{Agenda view}@*
2948 When the cursor is in an agenda view, the created link points to the
2949 entry referenced by the current line.
2952 @kindex C-c C-l
2953 @cindex link completion
2954 @cindex completion, of links
2955 @cindex inserting links
2956 @item C-c C-l
2957 @vindex org-keep-stored-link-after-insertion
2958 Insert a link@footnote{ Note that you don't have to use this command to
2959 insert a link.  Links in Org are plain text, and you can type or paste them
2960 straight into the buffer.  By using this command, the links are automatically
2961 enclosed in double brackets, and you will be asked for the optional
2962 descriptive text.}.  This prompts for a link to be inserted into the buffer.
2963 You can just type a link, using text for an internal link, or one of the link
2964 type prefixes mentioned in the examples above.  The link will be inserted
2965 into the buffer@footnote{After insertion of a stored link, the link will be
2966 removed from the list of stored links.  To keep it in the list later use, use
2967 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2968 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2969 If some text was selected when this command is called, the selected text
2970 becomes the default description.
2972 @b{Inserting stored links}@*
2973 All links stored during the
2974 current session are part of the history for this prompt, so you can access
2975 them with @key{up} and @key{down} (or @kbd{M-p/n}).
2977 @b{Completion support}@* Completion with @key{TAB} will help you to insert
2978 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2979 defined through link abbreviations (@pxref{Link abbreviations}).  If you
2980 press @key{RET} after inserting only the @var{prefix}, Org will offer
2981 specific completion support for some link types@footnote{This works by
2982 calling a special function @code{org-PREFIX-complete-link}.}  For
2983 example, if you type @kbd{file @key{RET}}, file name completion (alternative
2984 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
2985 @key{RET}} you can complete contact names.
2986 @kindex C-u C-c C-l
2987 @cindex file name completion
2988 @cindex completion, of file names
2989 @item C-u C-c C-l
2990 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2991 a file will be inserted and you may use file name completion to select
2992 the name of the file.  The path to the file is inserted relative to the
2993 directory of the current Org file, if the linked file is in the current
2994 directory or in a sub-directory of it, or if the path is written relative
2995 to the current directory using @samp{../}.  Otherwise an absolute path
2996 is used, if possible with @samp{~/} for your home directory.  You can
2997 force an absolute path with two @kbd{C-u} prefixes.
2999 @item C-c C-l @ @r{(with cursor on existing link)}
3000 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
3001 link and description parts of the link.
3003 @cindex following links
3004 @kindex C-c C-o
3005 @kindex @key{RET}
3006 @item C-c C-o @ @r{(or, if @code{org-return-follows-link} is set, also} @key{RET}
3007 @vindex org-file-apps
3008 Open link at point.  This will launch a web browser for URLs (using
3009 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
3010 the corresponding links, and execute the command in a shell link.  When the
3011 cursor is on an internal link, this commands runs the corresponding search.
3012 When the cursor is on a TAG list in a headline, it creates the corresponding
3013 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
3014 date.  Furthermore, it will visit text and remote files in @samp{file:} links
3015 with Emacs and select a suitable application for local non-text files.
3016 Classification of files is based on file extension only.  See option
3017 @code{org-file-apps}.  If you want to override the default application and
3018 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
3019 opening in Emacs, use a @kbd{C-u C-u} prefix.@*
3020 If the cursor is on a headline, but not on a link, offer all links in the
3021 headline and entry text.
3023 @kindex mouse-2
3024 @kindex mouse-1
3025 @item mouse-2
3026 @itemx mouse-1
3027 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
3028 would.  Under Emacs 22, @kbd{mouse-1} will also follow a link.
3030 @kindex mouse-3
3031 @item mouse-3
3032 @vindex org-display-internal-link-with-indirect-buffer
3033 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
3034 internal links to be displayed in another window@footnote{See the
3035 variable @code{org-display-internal-link-with-indirect-buffer}}.
3037 @cindex inlining images
3038 @cindex images, inlining
3039 @kindex C-c C-x C-v
3040 @item C-c C-x C-v
3041 Toggle the inline display of linked images.  Normally this will only inline
3042 images that have no description part in the link, i.e. images that will also
3043 be inlined during export.  When called with a prefix argument, also display
3044 images that do have a link description.
3045 @cindex mark ring
3046 @kindex C-c %
3047 @item C-c %
3048 Push the current position onto the mark ring, to be able to return
3049 easily. Commands following an internal link do this automatically.
3051 @cindex links, returning to
3052 @kindex C-c &
3053 @item C-c &
3054 Jump back to a recorded position.  A position is recorded by the
3055 commands following internal links, and by @kbd{C-c %}.  Using this
3056 command several times in direct succession moves through a ring of
3057 previously recorded positions.
3059 @kindex C-c C-x C-n
3060 @kindex C-c C-x C-p
3061 @cindex links, finding next/previous
3062 @item C-c C-x C-n
3063 @itemx C-c C-x C-p
3064 Move forward/backward to the next link in the buffer.  At the limit of
3065 the buffer, the search fails once, and then wraps around.  The key
3066 bindings for this are really too long, you might want to bind this also
3067 to @kbd{C-n} and @kbd{C-p}
3068 @lisp
3069 (add-hook 'org-load-hook
3070   (lambda ()
3071     (define-key 'org-mode-map "\C-n" 'org-next-link)
3072     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
3073 @end lisp
3074 @end table
3076 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
3077 @section Using links outside Org
3079 You can insert and follow links that have Org syntax not only in
3080 Org, but in any Emacs buffer.  For this, you should create two
3081 global commands, like this (please select suitable global keys
3082 yourself):
3084 @lisp
3085 (global-set-key "\C-c L" 'org-insert-link-global)
3086 (global-set-key "\C-c o" 'org-open-at-point-global)
3087 @end lisp
3089 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
3090 @section Link abbreviations
3091 @cindex link abbreviations
3092 @cindex abbreviation, links
3094 Long URLs can be cumbersome to type, and often many similar links are
3095 needed in a document.  For this you can use link abbreviations.  An
3096 abbreviated link looks like this
3098 @example
3099 [[linkword:tag][description]]
3100 @end example
3102 @noindent
3103 @vindex org-link-abbrev-alist
3104 where the tag is optional.
3105 The @i{linkword} must be a word, starting with a letter, followed by
3106 letters, numbers, @samp{-}, and @samp{_}.  Abbreviations are resolved
3107 according to the information in the variable @code{org-link-abbrev-alist}
3108 that relates the linkwords to replacement text.  Here is an example:
3110 @lisp
3111 @group
3112 (setq org-link-abbrev-alist
3113   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3114     ("google"   . "http://www.google.com/search?q=")
3115     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
3116                    nph-abs_connect?author=%s&db_key=AST")))
3117 @end group
3118 @end lisp
3120 If the replacement text contains the string @samp{%s}, it will be
3121 replaced with the tag.  Otherwise the tag will be appended to the string
3122 in order to create the link.  You may also specify a function that will
3123 be called with the tag as the only argument to create the link.
3125 With the above setting, you could link to a specific bug with
3126 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
3127 @code{[[google:OrgMode]]} and find out what the Org author is
3128 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
3130 If you need special abbreviations just for a single Org buffer, you
3131 can define them in the file with
3133 @cindex #+LINK
3134 @example
3135 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
3136 #+LINK: google    http://www.google.com/search?q=%s
3137 @end example
3139 @noindent
3140 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
3141 complete link abbreviations.  You may also define a function
3142 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
3143 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
3144 not accept any arguments, and return the full link with prefix.
3146 @node Search options, Custom searches, Link abbreviations, Hyperlinks
3147 @section Search options in file links
3148 @cindex search option in file links
3149 @cindex file links, searching
3151 File links can contain additional information to make Emacs jump to a
3152 particular location in the file when following a link.  This can be a
3153 line number or a search option after a double@footnote{For backward
3154 compatibility, line numbers can also follow a single colon.} colon. For
3155 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
3156 links}) to a file, it encodes the words in the current line as a search
3157 string that can be used to find this line back later when following the
3158 link with @kbd{C-c C-o}.
3160 Here is the syntax of the different ways to attach a search to a file
3161 link, together with an explanation:
3163 @example
3164 [[file:~/code/main.c::255]]
3165 [[file:~/xx.org::My Target]]
3166 [[file:~/xx.org::*My Target]]
3167 [[file:~/xx.org::#my-custom-id]]
3168 [[file:~/xx.org::/regexp/]]
3169 @end example
3171 @table @code
3172 @item 255
3173 Jump to line 255.
3174 @item My Target
3175 Search for a link target @samp{<<My Target>>}, or do a text search for
3176 @samp{my target}, similar to the search in internal links, see
3177 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
3178 link will become an HTML reference to the corresponding named anchor in
3179 the linked file.
3180 @item *My Target
3181 In an Org file, restrict search to headlines.
3182 @item #my-custom-id
3183 Link to a heading with a @code{CUSTOM_ID} property
3184 @item /regexp/
3185 Do a regular expression search for @code{regexp}.  This uses the Emacs
3186 command @code{occur} to list all matches in a separate window.  If the
3187 target file is in Org mode, @code{org-occur} is used to create a
3188 sparse tree with the matches.
3189 @c If the target file is a directory,
3190 @c @code{grep} will be used to search all files in the directory.
3191 @end table
3193 As a degenerate case, a file link with an empty file name can be used
3194 to search the current file.  For example, @code{[[file:::find me]]} does
3195 a search for @samp{find me} in the current file, just as
3196 @samp{[[find me]]} would.
3198 @node Custom searches,  , Search options, Hyperlinks
3199 @section Custom Searches
3200 @cindex custom search strings
3201 @cindex search strings, custom
3203 The default mechanism for creating search strings and for doing the
3204 actual search related to a file link may not work correctly in all
3205 cases.  For example, Bib@TeX{} database files have many entries like
3206 @samp{year="1993"} which would not result in good search strings,
3207 because the only unique identification for a Bib@TeX{} entry is the
3208 citation key.
3210 @vindex org-create-file-search-functions
3211 @vindex org-execute-file-search-functions
3212 If you come across such a problem, you can write custom functions to set
3213 the right search string for a particular file type, and to do the search
3214 for the string in the file.  Using @code{add-hook}, these functions need
3215 to be added to the hook variables
3216 @code{org-create-file-search-functions} and
3217 @code{org-execute-file-search-functions}.  See the docstring for these
3218 variables for more information.  Org actually uses this mechanism
3219 for Bib@TeX{} database files, and you can use the corresponding code as
3220 an implementation example.  See the file @file{org-bibtex.el}.
3222 @node TODO Items, Tags, Hyperlinks, Top
3223 @chapter TODO Items
3224 @cindex TODO items
3226 Org mode does not maintain TODO lists as separate documents@footnote{Of
3227 course, you can make a document that contains only long lists of TODO items,
3228 but this is not required.}.  Instead, TODO items are an integral part of the
3229 notes file, because TODO items usually come up while taking notes!  With Org
3230 mode, simply mark any entry in a tree as being a TODO item.  In this way,
3231 information is not duplicated, and the entire context from which the TODO
3232 item emerged is always present.
3234 Of course, this technique for managing TODO items scatters them
3235 throughout your notes file.  Org mode compensates for this by providing
3236 methods to give you an overview of all the things that you have to do.
3238 @menu
3239 * TODO basics::                 Marking and displaying TODO entries
3240 * TODO extensions::             Workflow and assignments
3241 * Progress logging::            Dates and notes for progress
3242 * Priorities::                  Some things are more important than others
3243 * Breaking down tasks::         Splitting a task into manageable pieces
3244 * Checkboxes::                  Tick-off lists
3245 @end menu
3247 @node TODO basics, TODO extensions, TODO Items, TODO Items
3248 @section Basic TODO functionality
3250 Any headline becomes a TODO item when it starts with the word
3251 @samp{TODO}, for example:
3253 @example
3254 *** TODO Write letter to Sam Fortune
3255 @end example
3257 @noindent
3258 The most important commands to work with TODO entries are:
3260 @table @kbd
3261 @kindex C-c C-t
3262 @cindex cycling, of TODO states
3263 @item C-c C-t
3264 Rotate the TODO state of the current item among
3266 @example
3267 ,-> (unmarked) -> TODO -> DONE --.
3268 '--------------------------------'
3269 @end example
3271 The same rotation can also be done ``remotely'' from the timeline and
3272 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3274 @kindex C-u C-c C-t
3275 @item C-u C-c C-t
3276 Select a specific keyword using completion or (if it has been set up)
3277 the fast selection interface.  For the latter, you need to assign keys
3278 to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for
3279 more information.
3281 @kindex S-@key{right}
3282 @kindex S-@key{left}
3283 @vindex org-treat-S-cursor-todo-selection-as-state-change
3284 @item S-@key{right}
3285 @itemx S-@key{left}
3286 Select the following/preceding TODO state, similar to cycling.  Useful
3287 mostly if more than two TODO states are possible (@pxref{TODO
3288 extensions}).  See also @ref{Conflicts}, for a discussion of the interaction
3289 with @code{shift-selection-mode}.  See also the variable
3290 @code{org-treat-S-cursor-todo-selection-as-state-change}.
3291 @kindex C-c / t
3292 @cindex sparse tree, for TODO
3293 @itemx C-c / t
3294 @vindex org-todo-keywords
3295 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds the
3296 entire buffer, but shows all TODO items (with not-DONE state) and the
3297 headings hierarchy above them.  With a prefix argument (or by using @kbd{C-c
3298 / T}), search for a specific TODO.  You will be prompted for the keyword, and
3299 you can also give a list of keywords like @code{KWD1|KWD2|...} to list
3300 entries that match any one of these keywords.  With numeric prefix argument
3301 N, show the tree for the Nth keyword in the variable
3302 @code{org-todo-keywords}.  With two prefix arguments, find all TODO states,
3303 both un-done and done.
3304 @kindex C-c a t
3305 @item C-c a t
3306 Show the global TODO list.  Collects the TODO items (with not-DONE states)
3307 from all agenda files (@pxref{Agenda Views}) into a single buffer.  The new
3308 buffer will be in @code{agenda-mode}, which provides commands to examine and
3309 manipulate the TODO entries from the new buffer (@pxref{Agenda commands}).
3310 @xref{Global TODO list}, for more information.
3311 @kindex S-M-@key{RET}
3312 @item S-M-@key{RET}
3313 Insert a new TODO entry below the current one.
3314 @end table
3316 @noindent
3317 @vindex org-todo-state-tags-triggers
3318 Changing a TODO state can also trigger tag changes.  See the docstring of the
3319 option @code{org-todo-state-tags-triggers} for details.
3321 @node TODO extensions, Progress logging, TODO basics, TODO Items
3322 @section Extended use of TODO keywords
3323 @cindex extended TODO keywords
3325 @vindex org-todo-keywords
3326 By default, marked TODO entries have one of only two states: TODO and
3327 DONE.  Org mode allows you to classify TODO items in more complex ways
3328 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
3329 special setup, the TODO keyword system can work differently in different
3330 files.
3332 Note that @i{tags} are another way to classify headlines in general and
3333 TODO items in particular (@pxref{Tags}).
3335 @menu
3336 * Workflow states::             From TODO to DONE in steps
3337 * TODO types::                  I do this, Fred does the rest
3338 * Multiple sets in one file::   Mixing it all, and still finding your way
3339 * Fast access to TODO states::  Single letter selection of a state
3340 * Per-file keywords::           Different files, different requirements
3341 * Faces for TODO keywords::     Highlighting states
3342 * TODO dependencies::           When one task needs to wait for others
3343 @end menu
3345 @node Workflow states, TODO types, TODO extensions, TODO extensions
3346 @subsection TODO keywords as workflow states
3347 @cindex TODO workflow
3348 @cindex workflow states as TODO keywords
3350 You can use TODO keywords to indicate different @emph{sequential} states
3351 in the process of working on an item, for example@footnote{Changing
3352 this variable only becomes effective after restarting Org mode in a
3353 buffer.}:
3355 @lisp
3356 (setq org-todo-keywords
3357   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
3358 @end lisp
3360 The vertical bar separates the TODO keywords (states that @emph{need
3361 action}) from the DONE states (which need @emph{no further action}).  If
3362 you don't provide the separator bar, the last state is used as the DONE
3363 state.
3364 @cindex completion, of TODO keywords
3365 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
3366 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
3367 also use a numeric prefix argument to quickly select a specific state.  For
3368 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
3369 Or you can use @kbd{S-@key{left}} to go backward through the sequence.  If you
3370 define many keywords, you can use in-buffer completion
3371 (@pxref{Completion}) or even a special one-key selection scheme
3372 (@pxref{Fast access to TODO states}) to insert these words into the
3373 buffer.  Changing a TODO state can be logged with a timestamp, see
3374 @ref{Tracking TODO state changes}, for more information.
3376 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
3377 @subsection TODO keywords as types
3378 @cindex TODO types
3379 @cindex names as TODO keywords
3380 @cindex types as TODO keywords
3382 The second possibility is to use TODO keywords to indicate different
3383 @emph{types} of action items.  For example, you might want to indicate
3384 that items are for ``work'' or ``home''.  Or, when you work with several
3385 people on a single project, you might want to assign action items
3386 directly to persons, by using their names as TODO keywords.  This would
3387 be set up like this:
3389 @lisp
3390 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
3391 @end lisp
3393 In this case, different keywords do not indicate a sequence, but rather
3394 different types.  So the normal work flow would be to assign a task to a
3395 person, and later to mark it DONE.  Org mode supports this style by adapting
3396 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
3397 @kbd{t} command in the timeline and agenda buffers.}.  When used several
3398 times in succession, it will still cycle through all names, in order to first
3399 select the right type for a task.  But when you return to the item after some
3400 time and execute @kbd{C-c C-t} again, it will switch from any name directly
3401 to DONE.  Use prefix arguments or completion to quickly select a specific
3402 name.  You can also review the items of a specific TODO type in a sparse tree
3403 by using a numeric prefix to @kbd{C-c / t}.  For example, to see all things
3404 Lucy has to do, you would use @kbd{C-3 C-c / t}.  To collect Lucy's items
3405 from all agenda files into a single buffer, you would use the numeric prefix
3406 argument as well when creating the global TODO list: @kbd{C-3 C-c a t}.
3408 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
3409 @subsection Multiple keyword sets in one file
3410 @cindex TODO keyword sets
3412 Sometimes you may want to use different sets of TODO keywords in
3413 parallel.  For example, you may want to have the basic
3414 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
3415 separate state indicating that an item has been canceled (so it is not
3416 DONE, but also does not require action).  Your setup would then look
3417 like this:
3419 @lisp
3420 (setq org-todo-keywords
3421       '((sequence "TODO" "|" "DONE")
3422         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
3423         (sequence "|" "CANCELED")))
3424 @end lisp
3426 The keywords should all be different, this helps Org mode to keep track
3427 of which subsequence should be used for a given entry.  In this setup,
3428 @kbd{C-c C-t} only operates within a subsequence, so it switches from
3429 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
3430 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
3431 select the correct sequence.  Besides the obvious ways like typing a
3432 keyword or using completion, you may also apply the following commands:
3434 @table @kbd
3435 @kindex C-S-@key{right}
3436 @kindex C-S-@key{left}
3437 @kindex C-u C-u C-c C-t
3438 @item C-u C-u C-c C-t
3439 @itemx C-S-@key{right}
3440 @itemx C-S-@key{left}
3441 These keys jump from one TODO subset to the next.  In the above example,
3442 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
3443 @code{DONE} to @code{REPORT}, and any of the words in the second row to
3444 @code{CANCELED}.  Note that the @kbd{C-S-} key binding conflict with
3445 @code{shift-selection-mode} (@pxref{Conflicts}).
3446 @kindex S-@key{right}
3447 @kindex S-@key{left}
3448 @item S-@key{right}
3449 @itemx S-@key{left}
3450 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
3451 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
3452 from @code{DONE} to @code{REPORT} in the example above.  See also
3453 @ref{Conflicts}, for a discussion of the interaction with
3454 @code{shift-selection-mode}.
3455 @end table
3457 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
3458 @subsection Fast access to TODO states
3460 If you would like to quickly change an entry to an arbitrary TODO state
3461 instead of cycling through the states, you can set up keys for
3462 single-letter access to the states.  This is done by adding the section
3463 key after each keyword, in parentheses.  For example:
3465 @lisp
3466 (setq org-todo-keywords
3467       '((sequence "TODO(t)" "|" "DONE(d)")
3468         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
3469         (sequence "|" "CANCELED(c)")))
3470 @end lisp
3472 @vindex org-fast-tag-selection-include-todo
3473 If you then press @code{C-c C-t} followed by the selection key, the entry
3474 will be switched to this state.  @key{SPC} can be used to remove any TODO
3475 keyword from an entry.@footnote{Check also the variable
3476 @code{org-fast-tag-selection-include-todo}, it allows you to change the TODO
3477 state through the tags interface (@pxref{Setting tags}), in case you like to
3478 mingle the two concepts.  Note that this means you need to come up with
3479 unique keys across both sets of keywords.}
3481 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
3482 @subsection Setting up keywords for individual files
3483 @cindex keyword options
3484 @cindex per-file keywords
3485 @cindex #+TODO
3486 @cindex #+TYP_TODO
3487 @cindex #+SEQ_TODO
3489 It can be very useful to use different aspects of the TODO mechanism in
3490 different files.  For file-local settings, you need to add special lines
3491 to the file which set the keywords and interpretation for that file
3492 only.  For example, to set one of the two examples discussed above, you
3493 need one of the following lines, starting in column zero anywhere in the
3494 file:
3496 @example
3497 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
3498 @end example
3499 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
3500 interpretation, but it means the same as @code{#+TODO}), or
3501 @example
3502 #+TYP_TODO: Fred Sara Lucy Mike | DONE
3503 @end example
3505 A setup for using several sets in parallel would be:
3507 @example
3508 #+TODO: TODO | DONE
3509 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
3510 #+TODO: | CANCELED
3511 @end example
3513 @cindex completion, of option keywords
3514 @kindex M-@key{TAB}
3515 @noindent To make sure you are using the correct keyword, type
3516 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
3518 @cindex DONE, final TODO keyword
3519 Remember that the keywords after the vertical bar (or the last keyword
3520 if no bar is there) must always mean that the item is DONE (although you
3521 may use a different word).  After changing one of these lines, use
3522 @kbd{C-c C-c} with the cursor still in the line to make the changes
3523 known to Org mode@footnote{Org mode parses these lines only when
3524 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
3525 cursor in a line starting with @samp{#+} is simply restarting Org mode
3526 for the current buffer.}.
3528 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
3529 @subsection Faces for TODO keywords
3530 @cindex faces, for TODO keywords
3532 @vindex org-todo @r{(face)}
3533 @vindex org-done @r{(face)}
3534 @vindex org-todo-keyword-faces
3535 Org mode highlights TODO keywords with special faces: @code{org-todo}
3536 for keywords indicating that an item still has to be acted upon, and
3537 @code{org-done} for keywords indicating that an item is finished.  If
3538 you are using more than 2 different states, you might want to use
3539 special faces for some of them.  This can be done using the variable
3540 @code{org-todo-keyword-faces}.  For example:
3542 @lisp
3543 @group
3544 (setq org-todo-keyword-faces
3545       '(("TODO" . org-warning) ("STARTED" . "yellow")
3546         ("CANCELED" . (:foreground "blue" :weight bold))))
3547 @end group
3548 @end lisp
3550 While using a list with face properties as shown for CANCELED @emph{should}
3551 work, this does not aways seem to be the case.  If necessary, define a
3552 special face and use that.  A string is interpreted as a color.  The variable
3553 @code{org-faces-easy-properties} determines if that color is interpreted as a
3554 foreground or a background color.
3556 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
3557 @subsection TODO dependencies
3558 @cindex TODO dependencies
3559 @cindex dependencies, of TODO states
3561 @vindex org-enforce-todo-dependencies
3562 @cindex property, ORDERED
3563 The structure of Org files (hierarchy and lists) makes it easy to define TODO
3564 dependencies.  Usually, a parent TODO task should not be marked DONE until
3565 all subtasks (defined as children tasks) are marked as DONE.  And sometimes
3566 there is a logical sequence to a number of (sub)tasks, so that one task
3567 cannot be acted upon before all siblings above it are done.  If you customize
3568 the variable @code{org-enforce-todo-dependencies}, Org will block entries
3569 from changing state to DONE while they have children that are not DONE.
3570 Furthermore, if an entry has a property @code{ORDERED}, each of its children
3571 will be blocked until all earlier siblings are marked DONE.  Here is an
3572 example:
3574 @example
3575 * TODO Blocked until (two) is done
3576 ** DONE one
3577 ** TODO two
3579 * Parent
3580   :PROPERTIES:
3581     :ORDERED: t
3582   :END:
3583 ** TODO a
3584 ** TODO b, needs to wait for (a)
3585 ** TODO c, needs to wait for (a) and (b)
3586 @end example
3588 @table @kbd
3589 @kindex C-c C-x o
3590 @item C-c C-x o
3591 @vindex org-track-ordered-property-with-tag
3592 @cindex property, ORDERED
3593 Toggle the @code{ORDERED} property of the current entry.  A property is used
3594 for this behavior because this should be local to the current entry, not
3595 inherited like a tag.  However, if you would like to @i{track} the value of
3596 this property with a tag for better visibility, customize the variable
3597 @code{org-track-ordered-property-with-tag}.
3598 @kindex C-u C-u C-u C-c C-t
3599 @item C-u C-u C-u C-c C-t
3600 Change TODO state, circumventing any state blocking.
3601 @end table
3603 @vindex org-agenda-dim-blocked-tasks
3604 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
3605 that cannot be closed because of such dependencies will be shown in a dimmed
3606 font or even made invisible in agenda views (@pxref{Agenda Views}).
3608 @cindex checkboxes and TODO dependencies
3609 @vindex org-enforce-todo-dependencies
3610 You can also block changes of TODO states by looking at checkboxes
3611 (@pxref{Checkboxes}).  If you set the variable
3612 @code{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
3613 checkboxes will be blocked from switching to DONE.
3615 If you need more complex dependency structures, for example dependencies
3616 between entries in different trees or files, check out the contributed
3617 module @file{org-depend.el}.
3619 @page
3620 @node Progress logging, Priorities, TODO extensions, TODO Items
3621 @section Progress logging
3622 @cindex progress logging
3623 @cindex logging, of progress
3625 Org mode can automatically record a timestamp and possibly a note when
3626 you mark a TODO item as DONE, or even each time you change the state of
3627 a TODO item.  This system is highly configurable, settings can be on a
3628 per-keyword basis and can be localized to a file or even a subtree.  For
3629 information on how to clock working time for a task, see @ref{Clocking
3630 work time}.
3632 @menu
3633 * Closing items::               When was this entry marked DONE?
3634 * Tracking TODO state changes::  When did the status change?
3635 * Tracking your habits::        How consistent have you been?
3636 @end menu
3638 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3639 @subsection Closing items
3641 The most basic logging is to keep track of @emph{when} a certain TODO
3642 item was finished.  This is achieved with@footnote{The corresponding
3643 in-buffer setting is: @code{#+STARTUP: logdone}}.
3645 @lisp
3646 (setq org-log-done 'time)
3647 @end lisp
3649 @noindent
3650 Then each time you turn an entry from a TODO (not-done) state into any
3651 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3652 just after the headline.  If you turn the entry back into a TODO item
3653 through further state cycling, that line will be removed again.  If you
3654 want to record a note along with the timestamp, use@footnote{The
3655 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3657 @lisp
3658 (setq org-log-done 'note)
3659 @end lisp
3661 @noindent
3662 You will then be prompted for a note, and that note will be stored below
3663 the entry with a @samp{Closing Note} heading.
3665 In the timeline (@pxref{Timeline}) and in the agenda
3666 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3667 display the TODO items with a @samp{CLOSED} timestamp on each day,
3668 giving you an overview of what has been done.
3670 @node Tracking TODO state changes, Tracking your habits, Closing items, Progress logging
3671 @subsection Tracking TODO state changes
3672 @cindex drawer, for state change recording
3674 @vindex org-log-states-order-reversed
3675 @vindex org-log-into-drawer
3676 @cindex property, LOG_INTO_DRAWER
3677 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
3678 might want to keep track of when a state change occurred and maybe take a
3679 note about this change.  You can either record just a timestamp, or a
3680 time-stamped note for a change.  These records will be inserted after the
3681 headline as an itemized list, newest first@footnote{See the variable
3682 @code{org-log-states-order-reversed}}.  When taking a lot of notes, you might
3683 want to get the notes out of the way into a drawer (@pxref{Drawers}).
3684 Customize the variable @code{org-log-into-drawer} to get this
3685 behavior---the recommended drawer for this is called @code{LOGBOOK}.  You can
3686 also overrule the setting of this variable for a subtree by setting a
3687 @code{LOG_INTO_DRAWER} property.
3689 Since it is normally too much to record a note for every state, Org mode
3690 expects configuration on a per-keyword basis for this.  This is achieved by
3691 adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
3692 in parentheses after each keyword.  For example, with the setting
3694 @lisp
3695 (setq org-todo-keywords
3696   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3697 @end lisp
3699 @noindent
3700 @vindex org-log-done
3701 you not only define global TODO keywords and fast access keys, but also
3702 request that a time is recorded when the entry is set to
3703 DONE@footnote{It is possible that Org mode will record two timestamps
3704 when you are using both @code{org-log-done} and state change logging.
3705 However, it will never prompt for two notes---if you have configured
3706 both, the state change recording note will take precedence and cancel
3707 the @samp{Closing Note}.}, and that a note is recorded when switching to
3708 WAIT or CANCELED.  The setting for WAIT is even more special: the
3709 @samp{!} after the slash means that in addition to the note taken when
3710 entering the state, a timestamp should be recorded when @i{leaving} the
3711 WAIT state, if and only if the @i{target} state does not configure
3712 logging for entering it.  So it has no effect when switching from WAIT
3713 to DONE, because DONE is configured to record a timestamp only.  But
3714 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3715 setting now triggers a timestamp even though TODO has no logging
3716 configured.
3718 You can use the exact same syntax for setting logging preferences local
3719 to a buffer:
3720 @example
3721 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3722 @end example
3724 @cindex property, LOGGING
3725 In order to define logging settings that are local to a subtree or a
3726 single item, define a LOGGING property in this entry.  Any non-empty
3727 LOGGING property resets all logging settings to nil.  You may then turn
3728 on logging for this specific tree using STARTUP keywords like
3729 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3730 settings like @code{TODO(!)}.  For example
3732 @example
3733 * TODO Log each state with only a time
3734   :PROPERTIES:
3735   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3736   :END:
3737 * TODO Only log when switching to WAIT, and when repeating
3738   :PROPERTIES:
3739   :LOGGING: WAIT(@@) logrepeat
3740   :END:
3741 * TODO No logging at all
3742   :PROPERTIES:
3743   :LOGGING: nil
3744   :END:
3745 @end example
3747 @node Tracking your habits,  , Tracking TODO state changes, Progress logging
3748 @subsection Tracking your habits
3749 @cindex habits
3751 Org has the ability to track the consistency of a special category of TODOs,
3752 called ``habits''.  A habit has the following properties:
3754 @enumerate
3755 @item
3756 You have enabled the @code{habits} module by customizing the variable
3757 @code{org-modules}.
3758 @item
3759 The habit is a TODO, with a TODO keyword representing an open state.
3760 @item
3761 The property @code{STYLE} is set to the value @code{habit}.
3762 @item
3763 The TODO has a scheduled date, with a @code{.+} style repeat interval.
3764 @item
3765 The TODO may also have minimum and maximum ranges specified by using the
3766 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
3767 three days, but at most every two days.
3768 @item
3769 You must also have state logging for the @code{DONE} state enabled, in order
3770 for historical data to be represented in the consistency graph.  If it's not
3771 enabled it's not an error, but the consistency graphs will be largely
3772 meaningless.
3773 @end enumerate
3775 To give you an idea of what the above rules look like in action, here's an
3776 actual habit with some history:
3778 @example
3779 ** TODO Shave
3780    SCHEDULED: <2009-10-17 Sat .+2d/4d>
3781    - State "DONE"       from "TODO"       [2009-10-15 Thu]
3782    - State "DONE"       from "TODO"       [2009-10-12 Mon]
3783    - State "DONE"       from "TODO"       [2009-10-10 Sat]
3784    - State "DONE"       from "TODO"       [2009-10-04 Sun]
3785    - State "DONE"       from "TODO"       [2009-10-02 Fri]
3786    - State "DONE"       from "TODO"       [2009-09-29 Tue]
3787    - State "DONE"       from "TODO"       [2009-09-25 Fri]
3788    - State "DONE"       from "TODO"       [2009-09-19 Sat]
3789    - State "DONE"       from "TODO"       [2009-09-16 Wed]
3790    - State "DONE"       from "TODO"       [2009-09-12 Sat]
3791    :PROPERTIES:
3792    :STYLE:    habit
3793    :LAST_REPEAT: [2009-10-19 Mon 00:36]
3794    :END:
3795 @end example
3797 What this habit says is: I want to shave at most every 2 days (given by the
3798 @code{SCHEDULED} date and repeat interval) and at least every 4 days.  If
3799 today is the 15th, then the habit first appears in the agenda on Oct 17,
3800 after the minimum of 2 days has elapsed, and will appear overdue on Oct 19,
3801 after four days have elapsed.
3803 What's really useful about habits is that they are displayed along with a
3804 consistency graph, to show how consistent you've been at getting that task
3805 done in the past.  This graph shows every day that the task was done over the
3806 past three weeks, with colors for each day.  The colors used are:
3808 @table @code
3809 @item Blue
3810 If the task wasn't to be done yet on that day.
3811 @item Green
3812 If the task could have been done on that day.
3813 @item Yellow
3814 If the task was going to be overdue the next day.
3815 @item Red
3816 If the task was overdue on that day.
3817 @end table
3819 In addition to coloring each day, the day is also marked with an asterix if
3820 the task was actually done that day, and an exclamation mark to show where
3821 the current day falls in the graph.
3823 There are several configuration variables that can be used to change the way
3824 habits are displayed in the agenda.
3826 @table @code
3827 @item org-habit-graph-column
3828 The buffer column at which the consistency graph should be drawn.  This will
3829 overwrite any text in that column, so it's a good idea to keep your habits'
3830 titles brief and to the point.
3831 @item org-habit-preceding-days
3832 The amount of history, in days before today, to appear in consistency graphs.
3833 @item org-habit-following-days
3834 The number of days after today that will appear in consistency graphs.
3835 @item org-habit-show-habits-only-for-today
3836 If non-nil, only show habits in today's agenda view.  This is set to true by
3837 default.
3838 @end table
3840 Lastly, pressing @kbd{K} in the agenda buffer will cause habits to
3841 temporarily be disabled and they won't appear at all.  Press @kbd{K} again to
3842 bring them back.  They are also subject to tag filtering, if you have habits
3843 which should only be done in certain contexts, for example.
3845 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3846 @section Priorities
3847 @cindex priorities
3849 If you use Org mode extensively, you may end up with enough TODO items that
3850 it starts to make sense to prioritize them.  Prioritizing can be done by
3851 placing a @emph{priority cookie} into the headline of a TODO item, like this
3853 @example
3854 *** TODO [#A] Write letter to Sam Fortune
3855 @end example
3857 @noindent
3858 @vindex org-priority-faces
3859 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3860 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie is
3861 treated as priority @samp{B}.  Priorities make a difference only in the
3862 agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have no
3863 inherent meaning to Org mode.  The cookies can be highlighted with special
3864 faces by customizing the variable @code{org-priority-faces}.
3866 Priorities can be attached to any outline tree entries; they do not need
3867 to be TODO items.
3869 @table @kbd
3870 @kindex @kbd{C-c ,}
3871 @item @kbd{C-c ,}
3872 Set the priority of the current headline.  The command prompts for a
3873 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3874 @key{SPC} instead, the priority cookie is removed from the headline.
3875 The priorities can also be changed ``remotely'' from the timeline and
3876 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3878 @kindex S-@key{up}
3879 @kindex S-@key{down}
3880 @item S-@key{up}
3881 @itemx S-@key{down}
3882 @vindex org-priority-start-cycle-with-default
3883 Increase/decrease priority of current headline@footnote{See also the option
3884 @code{org-priority-start-cycle-with-default}.}.  Note that these keys are
3885 also used to modify timestamps (@pxref{Creating timestamps}).  See also
3886 @ref{Conflicts}, for a discussion of the interaction with
3887 @code{shift-selection-mode}.
3888 @end table
3890 @vindex org-highest-priority
3891 @vindex org-lowest-priority
3892 @vindex org-default-priority
3893 You can change the range of allowed priorities by setting the variables
3894 @code{org-highest-priority}, @code{org-lowest-priority}, and
3895 @code{org-default-priority}.  For an individual buffer, you may set
3896 these values (highest, lowest, default) like this (please make sure that
3897 the highest priority is earlier in the alphabet than the lowest
3898 priority):
3900 @cindex #+PRIORITIES
3901 @example
3902 #+PRIORITIES: A C B
3903 @end example
3905 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3906 @section Breaking tasks down into subtasks
3907 @cindex tasks, breaking down
3908 @cindex statistics, for TODO items
3910 @vindex org-agenda-todo-list-sublevels
3911 It is often advisable to break down large tasks into smaller, manageable
3912 subtasks.  You can do this by creating an outline tree below a TODO item,
3913 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3914 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3915 the overview over the fraction of subtasks that are already completed, insert
3916 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3917 be updated each time the TODO status of a child changes, or when pressing
3918 @kbd{C-c C-c} on the cookie.  For example:
3920 @example
3921 * Organize Party [33%]
3922 ** TODO Call people [1/2]
3923 *** TODO Peter
3924 *** DONE Sarah
3925 ** TODO Buy food
3926 ** DONE Talk to neighbor
3927 @end example
3929 @cindex property, COOKIE_DATA
3930 If a heading has both checkboxes and TODO children below it, the meaning of
3931 the statistics cookie become ambiguous.  Set the property
3932 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
3933 this issue.
3935 @vindex org-hierarchical-todo-statistics
3936 If you would like to have the statistics cookie count any TODO entries in the
3937 subtree (not just direct children), configure the variable
3938 @code{org-hierarchical-todo-statistics}.  To do this for a single subtree,
3939 include the word @samp{recursive} into the value of the @code{COOKIE_DATA}
3940 property.
3942 @example
3943 * Parent capturing statistics [2/20]
3944   :PROPERTIES:
3945   :COOKIE_DATA: todo recursive
3946   :END:
3947 @end example
3949 If you would like a TODO entry to automatically change to DONE
3950 when all children are done, you can use the following setup:
3952 @example
3953 (defun org-summary-todo (n-done n-not-done)
3954   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3955   (let (org-log-done org-log-states)   ; turn off logging
3956     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3958 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3959 @end example
3962 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3963 large number of subtasks (@pxref{Checkboxes}).
3966 @node Checkboxes,  , Breaking down tasks, TODO Items
3967 @section Checkboxes
3968 @cindex checkboxes
3970 Every item in a plain list (@pxref{Plain lists}) can be made into a
3971 checkbox by starting it with the string @samp{[ ]}.  This feature is
3972 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3973 Checkboxes are not included into the global TODO list, so they are often
3974 great to split a task into a number of simple steps.  Or you can use
3975 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3976 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3978 Here is an example of a checkbox list.
3980 @example
3981 * TODO Organize party [2/4]
3982   - [-] call people [1/3]
3983     - [ ] Peter
3984     - [X] Sarah
3985     - [ ] Sam
3986   - [X] order food
3987   - [ ] think about what music to play
3988   - [X] talk to the neighbors
3989 @end example
3991 Checkboxes work hierarchically, so if a checkbox item has children that
3992 are checkboxes, toggling one of the children checkboxes will make the
3993 parent checkbox reflect if none, some, or all of the children are
3994 checked.
3996 @cindex statistics, for checkboxes
3997 @cindex checkbox statistics
3998 @cindex property, COOKIE_DATA
3999 @vindex org-hierarchical-checkbox-statistics
4000 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
4001 indicating how many checkboxes present in this entry have been checked off,
4002 and the total number of checkboxes present.  This can give you an idea on how
4003 many checkboxes remain, even without opening a folded entry.  The cookies can
4004 be placed into a headline or into (the first line of) a plain list item.
4005 Each cookie covers checkboxes of direct children structurally below the
4006 headline/item on which the cookie appears@footnote{Set the variable
4007 @code{org-hierarchical-checkbox-statistics} if you want such cookies to
4008 represent the all checkboxes below the cookie, not just the direct
4009 children.}.  You have to insert the cookie yourself by typing either
4010 @samp{[/]} or @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m}
4011 result, as in the examples above.  With @samp{[%]} you get information about
4012 the percentage of checkboxes checked (in the above example, this would be
4013 @samp{[50%]} and @samp{[33%]}, respectively).  In a headline, a cookie can
4014 count either checkboxes below the heading or TODO states of children, and it
4015 will display whatever was changed last.  Set the property @code{COOKIE_DATA}
4016 to either @samp{checkbox} or @samp{todo} to resolve this issue.
4018 @cindex blocking, of checkboxes
4019 @cindex checkbox blocking
4020 @cindex property, ORDERED
4021 If the current outline node has an @code{ORDERED} property, checkboxes must
4022 be checked off in sequence, and an error will be thrown if you try to check
4023 off a box while there are unchecked boxes above it.
4025 @noindent The following commands work with checkboxes:
4027 @table @kbd
4028 @kindex C-c C-c
4029 @item C-c C-c
4030 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
4031 double prefix argument, set it to @samp{[-]}, which is considered to be an
4032 intermediate state.
4033 @kindex C-c C-x C-b
4034 @item C-c C-x C-b
4035 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
4036 double prefix argument, set it to @samp{[-]}, which is considered to be an
4037 intermediate state.
4038 @itemize @minus
4039 @item
4040 If there is an active region, toggle the first checkbox in the region
4041 and set all remaining boxes to the same status as the first.  With a prefix
4042 arg, add or remove the checkbox for all items in the region.
4043 @item
4044 If the cursor is in a headline, toggle checkboxes in the region between
4045 this headline and the next (so @emph{not} the entire subtree).
4046 @item
4047 If there is no active region, just toggle the checkbox at point.
4048 @end itemize
4049 @kindex M-S-@key{RET}
4050 @item M-S-@key{RET}
4051 Insert a new item with a checkbox.
4052 This works only if the cursor is already in a plain list item
4053 (@pxref{Plain lists}).
4054 @kindex C-c C-x o
4055 @item C-c C-x o
4056 @vindex org-track-ordered-property-with-tag
4057 @cindex property, ORDERED
4058 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
4059 be checked off in sequence.  A property is used for this behavior because
4060 this should be local to the current entry, not inherited like a tag.
4061 However, if you would like to @i{track} the value of this property with a tag
4062 for better visibility, customize the variable
4063 @code{org-track-ordered-property-with-tag}.
4064 @kindex C-c #
4065 @item C-c #
4066 Update the statistics cookie in the current outline entry.  When called with
4067 a @kbd{C-u} prefix, update the entire file.  Checkbox statistic cookies are
4068 updated automatically if you toggle checkboxes with @kbd{C-c C-c} and make
4069 new ones with @kbd{M-S-@key{RET}}.  TODO statistics cookies update when
4070 changing TODO states.  If you delete boxes/entries or add/change them by
4071 hand, use this command to get things back into sync.  Or simply toggle any
4072 entry twice (checkboxes with @kbd{C-c C-c}).
4073 @end table
4075 @node Tags, Properties and Columns, TODO Items, Top
4076 @chapter Tags
4077 @cindex tags
4078 @cindex headline tagging
4079 @cindex matching, tags
4080 @cindex sparse tree, tag based
4082 An excellent way to implement labels and contexts for cross-correlating
4083 information is to assign @i{tags} to headlines.  Org mode has extensive
4084 support for tags.
4086 @vindex org-tag-faces
4087 Every headline can contain a list of tags; they occur at the end of the
4088 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
4089 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
4090 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
4091 Tags will by default be in bold face with the same color as the headline.
4092 You may specify special faces for specific tags using the variable
4093 @code{org-tag-faces}, in much the same way as you can for TODO keywords
4094 (@pxref{Faces for TODO keywords}).
4096 @menu
4097 * Tag inheritance::             Tags use the tree structure of the outline
4098 * Setting tags::                How to assign tags to a headline
4099 * Tag searches::                Searching for combinations of tags
4100 @end menu
4102 @node Tag inheritance, Setting tags, Tags, Tags
4103 @section Tag inheritance
4104 @cindex tag inheritance
4105 @cindex inheritance, of tags
4106 @cindex sublevels, inclusion into tags match
4108 @i{Tags} make use of the hierarchical structure of outline trees.  If a
4109 heading has a certain tag, all subheadings will inherit the tag as
4110 well.  For example, in the list
4112 @example
4113 * Meeting with the French group      :work:
4114 ** Summary by Frank                  :boss:notes:
4115 *** TODO Prepare slides for him      :action:
4116 @end example
4118 @noindent
4119 the final heading will have the tags @samp{:work:}, @samp{:boss:},
4120 @samp{:notes:}, and @samp{:action:} even though the final heading is not
4121 explicitly marked with those tags.  You can also set tags that all entries in
4122 a file should inherit just as if these tags were defined in a hypothetical
4123 level zero that surrounds the entire file.  Use a line like this@footnote{As
4124 with all these in-buffer settings, pressing @kbd{C-c C-c} activates any
4125 changes in the line.}:
4127 @cindex #+FILETAGS
4128 @example
4129 #+FILETAGS: :Peter:Boss:Secret:
4130 @end example
4132 @noindent
4133 @vindex org-use-tag-inheritance
4134 @vindex org-tags-exclude-from-inheritance
4135 To limit tag inheritance to specific tags, or to turn it off entirely, use
4136 the variables @code{org-use-tag-inheritance} and
4137 @code{org-tags-exclude-from-inheritance}.
4139 @vindex org-tags-match-list-sublevels
4140 When a headline matches during a tags search while tag inheritance is turned
4141 on, all the sublevels in the same tree will (for a simple match form) match
4142 as well@footnote{This is only true if the search does not involve more
4143 complex tests including properties (@pxref{Property searches}).}.  The list
4144 of matches may then become very long.  If you only want to see the first tags
4145 match in a subtree, configure the variable
4146 @code{org-tags-match-list-sublevels} (not recommended).
4148 @node Setting tags, Tag searches, Tag inheritance, Tags
4149 @section Setting tags
4150 @cindex setting tags
4151 @cindex tags, setting
4153 @kindex M-@key{TAB}
4154 Tags can simply be typed into the buffer at the end of a headline.
4155 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
4156 also a special command for inserting tags:
4158 @table @kbd
4159 @kindex C-c C-q
4160 @item C-c C-q
4161 @cindex completion, of tags
4162 @vindex org-tags-column
4163 Enter new tags for the current headline.  Org mode will either offer
4164 completion or a special single-key interface for setting tags, see
4165 below.  After pressing @key{RET}, the tags will be inserted and aligned
4166 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
4167 tags in the current buffer will be aligned to that column, just to make
4168 things look nice.  TAGS are automatically realigned after promotion,
4169 demotion, and TODO state changes (@pxref{TODO basics}).
4170 @kindex C-c C-c
4171 @item C-c C-c
4172 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
4173 @end table
4175 @vindex org-tag-alist
4176 Org will support tag insertion based on a @emph{list of tags}.  By
4177 default this list is constructed dynamically, containing all tags
4178 currently used in the buffer.  You may also globally specify a hard list
4179 of tags with the variable @code{org-tag-alist}.  Finally you can set
4180 the default tags for a given file with lines like
4182 @cindex #+TAGS
4183 @example
4184 #+TAGS: @@work @@home @@tennisclub
4185 #+TAGS: laptop car pc sailboat
4186 @end example
4188 If you have globally defined your preferred set of tags using the
4189 variable @code{org-tag-alist}, but would like to use a dynamic tag list
4190 in a specific file, add an empty TAGS option line to that file:
4192 @example
4193 #+TAGS:
4194 @end example
4196 @vindex org-tag-persistent-alist
4197 If you have a preferred set of tags that you would like to use in every file,
4198 in addition to those defined on a per-file basis by TAGS option lines, then
4199 you may specify a list of tags with the variable
4200 @code{org-tag-persistent-alist}.  You may turn this off on a per-file basis
4201 by adding a STARTUP option line to that file:
4203 @example
4204 #+STARTUP: noptag
4205 @end example
4207 By default Org mode uses the standard minibuffer completion facilities for
4208 entering tags.  However, it also implements another, quicker, tag selection
4209 method called @emph{fast tag selection}.  This allows you to select and
4210 deselect tags with just a single key press.  For this to work well you should
4211 assign unique letters to most of your commonly used tags.  You can do this
4212 globally by configuring the variable @code{org-tag-alist} in your
4213 @file{.emacs} file.  For example, you may find the need to tag many items in
4214 different files with @samp{:@@home:}.  In this case you can set something
4215 like:
4217 @lisp
4218 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
4219 @end lisp
4221 @noindent If the tag is only relevant to the file you are working on, then you
4222 can instead set the TAGS option line as:
4224 @example
4225 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
4226 @end example
4228 @noindent The tags interface will show the available tags in a splash
4229 window.  If you want to start a new line after a specific tag, insert
4230 @samp{\n} into the tag list
4232 @example
4233 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t) \n laptop(l)  pc(p)
4234 @end example
4236 @noindent or write them in two lines:
4238 @example
4239 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)
4240 #+TAGS: laptop(l)  pc(p)
4241 @end example
4243 @noindent
4244 You can also group together tags that are mutually exclusive by using
4245 braces, as in:
4247 @example
4248 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
4249 @end example
4251 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
4252 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
4254 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
4255 these lines to activate any changes.
4257 @noindent
4258 To set these mutually exclusive groups in the variable @code{org-tags-alist},
4259 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
4260 of the braces.  Similarly, you can use @code{:newline} to indicate a line
4261 break.  The previous example would be set globally by the following
4262 configuration:
4264 @lisp
4265 (setq org-tag-alist '((:startgroup . nil)
4266                       ("@@work" . ?w) ("@@home" . ?h)
4267                       ("@@tennisclub" . ?t)
4268                       (:endgroup . nil)
4269                       ("laptop" . ?l) ("pc" . ?p)))
4270 @end lisp
4272 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
4273 automatically present you with a special interface, listing inherited tags,
4274 the tags of the current headline, and a list of all valid tags with
4275 corresponding keys@footnote{Keys will automatically be assigned to tags which
4276 have no configured keys.}.  In this interface, you can use the following
4277 keys:
4279 @table @kbd
4280 @item a-z...
4281 Pressing keys assigned to tags will add or remove them from the list of
4282 tags in the current line.  Selecting a tag in a group of mutually
4283 exclusive tags will turn off any other tags from that group.
4284 @kindex @key{TAB}
4285 @item @key{TAB}
4286 Enter a tag in the minibuffer, even if the tag is not in the predefined
4287 list.  You will be able to complete on all tags present in the buffer.
4288 @kindex @key{SPC}
4289 @item @key{SPC}
4290 Clear all tags for this line.
4291 @kindex @key{RET}
4292 @item @key{RET}
4293 Accept the modified set.
4294 @item C-g
4295 Abort without installing changes.
4296 @item q
4297 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
4298 @item !
4299 Turn off groups of mutually exclusive tags.  Use this to (as an
4300 exception) assign several tags from such a group.
4301 @item C-c
4302 Toggle auto-exit after the next change (see below).
4303 If you are using expert mode, the first @kbd{C-c} will display the
4304 selection window.
4305 @end table
4307 @noindent
4308 This method lets you assign tags to a headline with very few keys.  With
4309 the above setup, you could clear the current tags and set @samp{@@home},
4310 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
4311 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
4312 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
4313 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
4314 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
4315 @key{RET} @key{RET}}.
4317 @vindex org-fast-tag-selection-single-key
4318 If you find that most of the time you need only a single key press to
4319 modify your list of tags, set the variable
4320 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
4321 press @key{RET} to exit fast tag selection---it will immediately exit
4322 after the first change.  If you then occasionally need more keys, press
4323 @kbd{C-c} to turn off auto-exit for the current tag selection process
4324 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
4325 C-c}).  If you set the variable to the value @code{expert}, the special
4326 window is not even shown for single-key tag selection, it comes up only
4327 when you press an extra @kbd{C-c}.
4329 @vindex org-complete-tags-always-offer-all-agenda-tags
4330 As said before, when setting tags and @code{org-tag-alist} is nil, then the
4331 list of tags in the current buffer is used.  Normally, this behavior is very
4332 convenient, except in org remember buffers (@pxref{Remember}), because there
4333 are no tags that can be calculated dynamically.  Here, you most probably want
4334 to have completion for all tags in all agenda files.  This can be done by
4335 setting @code{org-complete-tags-always-offer-all-agenda-tags} to non-nil in
4336 those buffers.
4338 @lisp
4339 (add-hook 'org-remember-mode-hook
4340           (lambda ()
4341             (set (make-local-variable
4342                   'org-complete-tags-always-offer-all-agenda-tags)
4343                  t)))
4344 @end lisp
4346 Of course, you can also set it to @code{t} globally if you always want to
4347 have completion of all tags in all agenda files.
4349 @node Tag searches,  , Setting tags, Tags
4350 @section Tag searches
4351 @cindex tag searches
4352 @cindex searching for tags
4354 Once a system of tags has been set up, it can be used to collect related
4355 information into special lists.
4357 @table @kbd
4358 @kindex C-c \
4359 @kindex C-c / m
4360 @item C-c \
4361 @itemx C-c / m
4362 Create a sparse tree with all headlines matching a tags search.  With a
4363 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4364 @kindex C-c a m
4365 @item C-c a m
4366 Create a global list of tag matches from all agenda files.
4367 @xref{Matching tags and properties}.
4368 @kindex C-c a M
4369 @item C-c a M
4370 @vindex org-tags-match-list-sublevels
4371 Create a global list of tag matches from all agenda files, but check
4372 only TODO items and force checking subitems (see variable
4373 @code{org-tags-match-list-sublevels}).
4374 @end table
4376 These commands all prompt for a match string which allows basic Boolean logic
4377 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
4378 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
4379 which are tagged, like @samp{Kathy} or @samp{Sally}.  The full syntax of the search
4380 string is rich and allows also matching against TODO keywords, entry levels
4381 and properties.  For a complete description with many examples, see
4382 @ref{Matching tags and properties}.
4385 @node Properties and Columns, Dates and Times, Tags, Top
4386 @chapter Properties and Columns
4387 @cindex properties
4389 Properties are a set of key-value pairs associated with an entry.  There
4390 are two main applications for properties in Org mode.  First, properties
4391 are like tags, but with a value.  Second, you can use properties to
4392 implement (very basic) database capabilities in an Org buffer.  For
4393 an example of the first application, imagine maintaining a file where
4394 you document bugs and plan releases for a piece of software.  Instead of
4395 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
4396 property, say @code{:Release:}, that in different subtrees has different
4397 values, such as @code{1.0} or @code{2.0}.  For an example of the second
4398 application of properties, imagine keeping track of your music CDs,
4399 where properties could be things such as the album, artist, date of
4400 release, number of tracks, and so on.
4402 Properties can be conveniently edited and viewed in column view
4403 (@pxref{Column view}).
4405 @menu
4406 * Property syntax::             How properties are spelled out
4407 * Special properties::          Access to other Org mode features
4408 * Property searches::           Matching property values
4409 * Property inheritance::        Passing values down the tree
4410 * Column view::                 Tabular viewing and editing
4411 * Property API::                Properties for Lisp programmers
4412 @end menu
4414 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
4415 @section Property syntax
4416 @cindex property syntax
4417 @cindex drawer, for properties
4419 Properties are key-value pairs.  They need to be inserted into a special
4420 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
4421 is specified on a single line, with the key (surrounded by colons)
4422 first, and the value after it.  Here is an example:
4424 @example
4425 * CD collection
4426 ** Classic
4427 *** Goldberg Variations
4428     :PROPERTIES:
4429     :Title:     Goldberg Variations
4430     :Composer:  J.S. Bach
4431     :Artist:    Glen Gould
4432     :Publisher: Deutsche Grammophon
4433     :NDisks:    1
4434     :END:
4435 @end example
4437 You may define the allowed values for a particular property @samp{:Xyz:}
4438 by setting a property @samp{:Xyz_ALL:}.  This special property is
4439 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
4440 the entire tree.  When allowed values are defined, setting the
4441 corresponding property becomes easier and is less prone to typing
4442 errors.  For the example with the CD collection, we can predefine
4443 publishers and the number of disks in a box like this:
4445 @example
4446 * CD collection
4447   :PROPERTIES:
4448   :NDisks_ALL:  1 2 3 4
4449   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
4450   :END:
4451 @end example
4453 If you want to set properties that can be inherited by any entry in a
4454 file, use a line like
4455 @cindex property, _ALL
4456 @cindex #+PROPERTY
4457 @example
4458 #+PROPERTY: NDisks_ALL 1 2 3 4
4459 @end example
4461 @vindex org-global-properties
4462 Property values set with the global variable
4463 @code{org-global-properties} can be inherited by all entries in all
4464 Org files.
4466 @noindent
4467 The following commands help to work with properties:
4469 @table @kbd
4470 @kindex M-@key{TAB}
4471 @item M-@key{TAB}
4472 After an initial colon in a line, complete property keys.  All keys used
4473 in the current file will be offered as possible completions.
4474 @kindex C-c C-x p
4475 @item C-c C-x p
4476 Set a property.  This prompts for a property name and a value.  If
4477 necessary, the property drawer is created as well.
4478 @item M-x org-insert-property-drawer
4479 Insert a property drawer into the current entry.  The drawer will be
4480 inserted early in the entry, but after the lines with planning
4481 information like deadlines.
4482 @kindex C-c C-c
4483 @item C-c C-c
4484 With the cursor in a property drawer, this executes property commands.
4485 @item C-c C-c s
4486 Set a property in the current entry.  Both the property and the value
4487 can be inserted using completion.
4488 @kindex S-@key{right}
4489 @kindex S-@key{left}
4490 @item S-@key{left}/@key{right}
4491 Switch property at point to the next/previous allowed value.
4492 @item C-c C-c d
4493 Remove a property from the current entry.
4494 @item C-c C-c D
4495 Globally remove a property, from all entries in the current file.
4496 @item C-c C-c c
4497 Compute the property at point, using the operator and scope from the
4498 nearest column format definition.
4499 @end table
4501 @node Special properties, Property searches, Property syntax, Properties and Columns
4502 @section Special properties
4503 @cindex properties, special
4505 Special properties provide an alternative access method to Org mode
4506 features, like the TODO state or the priority of an entry, discussed in the
4507 previous chapters.  This interface exists so that you can include
4508 these states in a column view (@pxref{Column view}), or to use them in
4509 queries.  The following property names are special and should not be
4510 used as keys in the properties drawer:
4512 @cindex property, special, TODO
4513 @cindex property, special, TAGS
4514 @cindex property, special, ALLTAGS
4515 @cindex property, special, CATEGORY
4516 @cindex property, special, PRIORITY
4517 @cindex property, special, DEADLINE
4518 @cindex property, special, SCHEDULED
4519 @cindex property, special, CLOSED
4520 @cindex property, special, TIMESTAMP
4521 @cindex property, special, TIMESTAMP_IA
4522 @cindex property, special, CLOCKSUM
4523 @cindex property, special, BLOCKED
4524 @c guessing that ITEM is needed in this area; also, should this list be sorted?
4525 @cindex property, special, ITEM
4526 @example
4527 TODO         @r{The TODO keyword of the entry.}
4528 TAGS         @r{The tags defined directly in the headline.}
4529 ALLTAGS      @r{All tags, including inherited ones.}
4530 CATEGORY     @r{The category of an entry.}
4531 PRIORITY     @r{The priority of the entry, a string with a single letter.}
4532 DEADLINE     @r{The deadline time string, without the angular brackets.}
4533 SCHEDULED    @r{The scheduling timestamp, without the angular brackets.}
4534 CLOSED       @r{When was this entry closed?}
4535 TIMESTAMP    @r{The first keyword-less timestamp in the entry.}
4536 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
4537 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
4538              @r{must be run first to compute the values.}
4539 BLOCKED      @r{"t" if task is currently blocked by children or siblings}
4540 ITEM         @r{The content of the entry.}
4541 @end example
4543 @node Property searches, Property inheritance, Special properties, Properties and Columns
4544 @section Property searches
4545 @cindex properties, searching
4546 @cindex searching, of properties
4548 To create sparse trees and special lists with selection based on properties,
4549 the same commands are used as for tag searches (@pxref{Tag searches}).
4550 @table @kbd
4551 @kindex C-c \
4552 @kindex C-c / m
4553 @item C-c \
4554 @itemx C-c / m
4555 Create a sparse tree with all matching entries.  With a
4556 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4557 @kindex C-c a m
4558 @item C-c a m
4559 Create a global list of tag/property  matches from all agenda files.
4560 @xref{Matching tags and properties}.
4561 @kindex C-c a M
4562 @item C-c a M
4563 @vindex org-tags-match-list-sublevels
4564 Create a global list of tag matches from all agenda files, but check
4565 only TODO items and force checking of subitems (see variable
4566 @code{org-tags-match-list-sublevels}).
4567 @end table
4569 The syntax for the search string is described in @ref{Matching tags and
4570 properties}.
4572 There is also a special command for creating sparse trees based on a
4573 single property:
4575 @table @kbd
4576 @kindex C-c / p
4577 @item C-c / p
4578 Create a sparse tree based on the value of a property.  This first
4579 prompts for the name of a property, and then for a value.  A sparse tree
4580 is created with all entries that define this property with the given
4581 value.  If you enclose the value into curly braces, it is interpreted as
4582 a regular expression and matched against the property values.
4583 @end table
4585 @node Property inheritance, Column view, Property searches, Properties and Columns
4586 @section Property Inheritance
4587 @cindex properties, inheritance
4588 @cindex inheritance, of properties
4590 @vindex org-use-property-inheritance
4591 The outline structure of Org-mode documents lends itself for an
4592 inheritance model of properties: if the parent in a tree has a certain
4593 property, the children can inherit this property.  Org mode does not
4594 turn this on by default, because it can slow down property searches
4595 significantly and is often not needed.  However, if you find inheritance
4596 useful, you can turn it on by setting the variable
4597 @code{org-use-property-inheritance}.  It may be set to @code{t} to make
4598 all properties inherited from the parent, to a list of properties
4599 that should be inherited, or to a regular expression that matches
4600 inherited properties.
4602 Org mode has a few properties for which inheritance is hard-coded, at
4603 least for the special applications for which they are used:
4605 @cindex property, COLUMNS
4606 @table @code
4607 @item COLUMNS
4608 The @code{:COLUMNS:} property defines the format of column view
4609 (@pxref{Column view}).  It is inherited in the sense that the level
4610 where a @code{:COLUMNS:} property is defined is used as the starting
4611 point for a column view table, independently of the location in the
4612 subtree from where columns view is turned on.
4613 @item CATEGORY
4614 @cindex property, CATEGORY
4615 For agenda view, a category set through a @code{:CATEGORY:} property
4616 applies to the entire subtree.
4617 @item ARCHIVE
4618 @cindex property, ARCHIVE
4619 For archiving, the @code{:ARCHIVE:} property may define the archive
4620 location for the entire subtree (@pxref{Moving subtrees}).
4621 @item LOGGING
4622 @cindex property, LOGGING
4623 The LOGGING property may define logging settings for an entry or a
4624 subtree (@pxref{Tracking TODO state changes}).
4625 @end table
4627 @node Column view, Property API, Property inheritance, Properties and Columns
4628 @section Column view
4630 A great way to view and edit properties in an outline tree is
4631 @emph{column view}.  In column view, each outline node is turned into a
4632 table row.  Columns in this table provide access to properties of the
4633 entries.  Org mode implements columns by overlaying a tabular structure
4634 over the headline of each item.  While the headlines have been turned
4635 into a table row, you can still change the visibility of the outline
4636 tree.  For example, you get a compact table by switching to CONTENTS
4637 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
4638 is active), but you can still open, read, and edit the entry below each
4639 headline.  Or, you can switch to column view after executing a sparse
4640 tree command and in this way get a table only for the selected items.
4641 Column view also works in agenda buffers (@pxref{Agenda Views}) where
4642 queries have collected selected items, possibly from a number of files.
4644 @menu
4645 * Defining columns::            The COLUMNS format property
4646 * Using column view::           How to create and use column view
4647 * Capturing column view::       A dynamic block for column view
4648 @end menu
4650 @node Defining columns, Using column view, Column view, Column view
4651 @subsection Defining columns
4652 @cindex column view, for properties
4653 @cindex properties, column view
4655 Setting up a column view first requires defining the columns.  This is
4656 done by defining a column format line.
4658 @menu
4659 * Scope of column definitions::  Where defined, where valid?
4660 * Column attributes::           Appearance and content of a column
4661 @end menu
4663 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
4664 @subsubsection Scope of column definitions
4666 To define a column format for an entire file, use a line like
4668 @cindex #+COLUMNS
4669 @example
4670 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4671 @end example
4673 To specify a format that only applies to a specific tree, add a
4674 @code{:COLUMNS:} property to the top node of that tree, for example:
4676 @example
4677 ** Top node for columns view
4678    :PROPERTIES:
4679    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4680    :END:
4681 @end example
4683 If a @code{:COLUMNS:} property is present in an entry, it defines columns
4684 for the entry itself, and for the entire subtree below it.  Since the
4685 column definition is part of the hierarchical structure of the document,
4686 you can define columns on level 1 that are general enough for all
4687 sublevels, and more specific columns further down, when you edit a
4688 deeper part of the tree.
4690 @node Column attributes,  , Scope of column definitions, Defining columns
4691 @subsubsection Column attributes
4692 A column definition sets the attributes of a column.  The general
4693 definition looks like this:
4695 @example
4696  %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
4697 @end example
4699 @noindent
4700 Except for the percent sign and the property name, all items are
4701 optional.  The individual parts have the following meaning:
4703 @example
4704 @var{width}           @r{An integer specifying the width of the column in characters.}
4705                 @r{If omitted, the width will be determined automatically.}
4706 @var{property}        @r{The property that should be edited in this column.}
4707                 @r{Special properties representing meta data are allowed here}
4708                 @r{as well (@pxref{Special properties})}
4709 (title)         @r{The header text for the column. If omitted, the}
4710                 @r{property name is used.}
4711 @{@var{summary-type}@}  @r{The summary type.  If specified, the column values for}
4712                 @r{parent nodes are computed from the children.}
4713                 @r{Supported summary types are:}
4714                 @{+@}       @r{Sum numbers in this column.}
4715                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
4716                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
4717                 @{:@}       @r{Sum times, HH:MM, plain numbers are hours.}
4718                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
4719                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
4720                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}
4721                 @{min@}     @r{Smallest number in column.}
4722                 @{max@}     @r{Largest number.}
4723                 @{mean@}    @r{Arithmetic mean of numbers.}
4724                 @{:min@}    @r{Smallest time value in column.}
4725                 @{:max@}    @r{Largest time value.}
4726                 @{:mean@}   @r{Arithmetic mean of time values.}
4727                 @{@@min@}   @r{Minimum age (in days/hours/mins/seconds).}
4728                 @{@@max@}   @r{Maximum age (in days/hours/mins/seconds).}
4729                 @{@@mean@}  @r{Arithmetic mean of ages (in days/hours/mins/seconds).}
4730 @end example
4732 @noindent
4733 Be aware that you can only have one summary type for any property you
4734 include. Subsequent columns referencing the same property will all display the
4735 same summary information.
4737 Here is an example for a complete columns definition, along with allowed
4738 values.
4740 @example
4741 :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.}
4742                    %10Time_Estimate@{:@} %CLOCKSUM
4743 :Owner_ALL:    Tammy Mark Karl Lisa Don
4744 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
4745 :Approved_ALL: "[ ]" "[X]"
4746 @end example
4748 @noindent
4749 The first column, @samp{%25ITEM}, means the first 25 characters of the
4750 item itself, i.e. of the headline.  You probably always should start the
4751 column definition with the @samp{ITEM} specifier.  The other specifiers
4752 create columns @samp{Owner} with a list of names as allowed values, for
4753 @samp{Status} with four different possible values, and for a checkbox
4754 field @samp{Approved}.  When no width is given after the @samp{%}
4755 character, the column will be exactly as wide as it needs to be in order
4756 to fully display all values.  The @samp{Approved} column does have a
4757 modified title (@samp{Approved?}, with a question mark).  Summaries will
4758 be created for the @samp{Time_Estimate} column by adding time duration
4759 expressions like HH:MM, and for the @samp{Approved} column, by providing
4760 an @samp{[X]} status if all children have been checked.  The
4761 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
4762 in the subtree.
4764 @node Using column view, Capturing column view, Defining columns, Column view
4765 @subsection Using column view
4767 @table @kbd
4768 @tsubheading{Turning column view on and off}
4769 @kindex C-c C-x C-c
4770 @item C-c C-x C-c
4771 @vindex org-columns-default-format
4772 Turn on column view.  If the cursor is before the first headline in the file,
4773 column view is turned on for the entire file, using the @code{#+COLUMNS}
4774 definition.  If the cursor is somewhere inside the outline, this command
4775 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
4776 defines a format.  When one is found, the column view table is established
4777 for the tree starting at the entry that contains the @code{:COLUMNS:}
4778 property.  If no such property is found, the format is taken from the
4779 @code{#+COLUMNS} line or from the variable @code{org-columns-default-format},
4780 and column view is established for the current entry and its subtree.
4781 @kindex r
4782 @item r
4783 Recreate the column view, to include recent changes made in the buffer.
4784 @kindex g
4785 @item g
4786 Same as @kbd{r}.
4787 @kindex q
4788 @item q
4789 Exit column view.
4790 @tsubheading{Editing values}
4791 @item @key{left} @key{right} @key{up} @key{down}
4792 Move through the column view from field to field.
4793 @kindex S-@key{left}
4794 @kindex S-@key{right}
4795 @item  S-@key{left}/@key{right}
4796 Switch to the next/previous allowed value of the field.  For this, you
4797 have to have specified allowed values for a property.
4798 @item 1..9,0
4799 Directly select the nth allowed value, @kbd{0} selects the 10th value.
4800 @kindex n
4801 @kindex p
4802 @itemx  n / p
4803 Same as @kbd{S-@key{left}/@key{right}}
4804 @kindex e
4805 @item e
4806 Edit the property at point.  For the special properties, this will
4807 invoke the same interface that you normally use to change that
4808 property.  For example, when editing a TAGS property, the tag completion
4809 or fast selection interface will pop up.
4810 @kindex C-c C-c
4811 @item C-c C-c
4812 When there is a checkbox at point, toggle it.
4813 @kindex v
4814 @item v
4815 View the full value of this property.  This is useful if the width of
4816 the column is smaller than that of the value.
4817 @kindex a
4818 @item a
4819 Edit the list of allowed values for this property.  If the list is found
4820 in the hierarchy, the modified values is stored there.  If no list is
4821 found, the new value is stored in the first entry that is part of the
4822 current column view.
4823 @tsubheading{Modifying the table structure}
4824 @kindex <
4825 @kindex >
4826 @item < / >
4827 Make the column narrower/wider by one character.
4828 @kindex S-M-@key{right}
4829 @item S-M-@key{right}
4830 Insert a new column, to the left of the current column.
4831 @kindex S-M-@key{left}
4832 @item S-M-@key{left}
4833 Delete the current column.
4834 @end table
4836 @node Capturing column view,  , Using column view, Column view
4837 @subsection Capturing column view
4839 Since column view is just an overlay over a buffer, it cannot be
4840 exported or printed directly.  If you want to capture a column view, use
4841 a @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4842 of this block looks like this:
4844 @cindex #+BEGIN, columnview
4845 @example
4846 * The column view
4847 #+BEGIN: columnview :hlines 1 :id "label"
4849 #+END:
4850 @end example
4852 @noindent This dynamic block has the following parameters:
4854 @table @code
4855 @item :id
4856 This is the most important parameter.  Column view is a feature that is
4857 often localized to a certain (sub)tree, and the capture block might be
4858 at a different location in the file.  To identify the tree whose view to
4859 capture, you can use 4 values:
4860 @cindex property, ID
4861 @example
4862 local     @r{use the tree in which the capture block is located}
4863 global    @r{make a global view, including all headings in the file}
4864 "file:@var{path-to-file}"
4865           @r{run column view at the top of this file}
4866 "@var{ID}"      @r{call column view in the tree that has an @code{:ID:}}
4867           @r{property with the value @i{label}.  You can use}
4868           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4869           @r{the current entry and copy it to the kill-ring.}
4870 @end example
4871 @item :hlines
4872 When @code{t}, insert an hline after every line.  When a number @var{N}, insert
4873 an hline before each headline with level @code{<= @var{N}}.
4874 @item :vlines
4875 When set to @code{t}, force column groups to get vertical lines.
4876 @item :maxlevel
4877 When set to a number, don't capture entries below this level.
4878 @item :skip-empty-rows
4879 When set to @code{t}, skip rows where the only non-empty specifier of the
4880 column view is @code{ITEM}.
4882 @end table
4884 @noindent
4885 The following commands insert or update the dynamic block:
4887 @table @kbd
4888 @kindex C-c C-x i
4889 @item C-c C-x i
4890 Insert a dynamic block capturing a column view.  You will be prompted
4891 for the scope or ID of the view.
4892 @kindex C-c C-c
4893 @item C-c C-c
4894 @kindex C-c C-x C-u
4895 @itemx C-c C-x C-u
4896 Update dynamic block at point.  The cursor needs to be in the
4897 @code{#+BEGIN} line of the dynamic block.
4898 @kindex C-u C-c C-x C-u
4899 @item C-u C-c C-x C-u
4900 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4901 you have several clock table blocks in a buffer.
4902 @end table
4904 You can add formulas to the column view table and you may add plotting
4905 instructions in front of the table---these will survive an update of the
4906 block.  If there is a @code{#+TBLFM:} after the table, the table will
4907 actually be recalculated automatically after an update.
4909 An alternative way to capture and process property values into a table is
4910 provided by Eric Schulte's @file{org-collector.el} which is a contributed
4911 package@footnote{Contributed packages are not part of Emacs, but are
4912 distributed with the main distribution of Org (visit
4913 @uref{http://orgmode.org}).}.  It provides a general API to collect
4914 properties from entries in a certain scope, and arbitrary Lisp expressions to
4915 process these values before inserting them into a table or a dynamic block.
4917 @node Property API,  , Column view, Properties and Columns
4918 @section The Property API
4919 @cindex properties, API
4920 @cindex API, for properties
4922 There is a full API for accessing and changing properties.  This API can
4923 be used by Emacs Lisp programs to work with properties and to implement
4924 features based on them.  For more information see @ref{Using the
4925 property API}.
4927 @node Dates and Times, Capture - Refile - Archive, Properties and Columns, Top
4928 @chapter Dates and Times
4929 @cindex dates
4930 @cindex times
4931 @cindex timestamp
4932 @cindex date stamp
4934 To assist project planning, TODO items can be labeled with a date and/or
4935 a time.  The specially formatted string carrying the date and time
4936 information is called a @emph{timestamp} in Org mode.  This may be a
4937 little confusing because timestamp is often used as indicating when
4938 something was created or last changed.  However, in Org mode this term
4939 is used in a much wider sense.
4941 @menu
4942 * Timestamps::                  Assigning a time to a tree entry
4943 * Creating timestamps::         Commands which insert timestamps
4944 * Deadlines and scheduling::    Planning your work
4945 * Clocking work time::          Tracking how long you spend on a task
4946 * Resolving idle time::         Resolving time if you've been idle
4947 * Effort estimates::            Planning work effort in advance
4948 * Relative timer::              Notes with a running timer
4949 @end menu
4952 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4953 @section Timestamps, deadlines, and scheduling
4954 @cindex timestamps
4955 @cindex ranges, time
4956 @cindex date stamps
4957 @cindex deadlines
4958 @cindex scheduling
4960 A timestamp is a specification of a date (possibly with a time or a range of
4961 times) in a special format, either @samp{<2003-09-16 Tue>} or
4962 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4963 12:00-12:30>}@footnote{This is inspired by the standard ISO 8601 date/time
4964 format.  To use an alternative format, see @ref{Custom time format}.}.  A
4965 timestamp can appear anywhere in the headline or body of an Org tree entry.
4966 Its presence causes entries to be shown on specific dates in the agenda
4967 (@pxref{Weekly/daily agenda}).  We distinguish:
4969 @table @var
4970 @item Plain timestamp; Event; Appointment
4971 @cindex timestamp
4972 A simple timestamp just assigns a date/time to an item.  This is just
4973 like writing down an appointment or event in a paper agenda.  In the
4974 timeline and agenda displays, the headline of an entry associated with a
4975 plain timestamp will be shown exactly on that date.
4977 @example
4978 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4979 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4980 @end example
4982 @item Timestamp with repeater interval
4983 @cindex timestamp, with repeater interval
4984 A timestamp may contain a @emph{repeater interval}, indicating that it
4985 applies not only on the given date, but again and again after a certain
4986 interval of N days (d), weeks (w), months (m), or years (y).  The
4987 following will show up in the agenda every Wednesday:
4989 @example
4990 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4991 @end example
4993 @item Diary-style sexp entries
4994 For more complex date specifications, Org mode supports using the
4995 special sexp diary entries implemented in the Emacs calendar/diary
4996 package.  For example
4998 @example
4999 * The nerd meeting on every 2nd Thursday of the month
5000   <%%(diary-float t 4 2)>
5001 @end example
5003 @item Time/Date range
5004 @cindex timerange
5005 @cindex date range
5006 Two timestamps connected by @samp{--} denote a range.  The headline
5007 will be shown on the first and last day of the range, and on any dates
5008 that are displayed and fall in the range.  Here is an example:
5010 @example
5011 ** Meeting in Amsterdam
5012    <2004-08-23 Mon>--<2004-08-26 Thu>
5013 @end example
5015 @item Inactive timestamp
5016 @cindex timestamp, inactive
5017 @cindex inactive timestamp
5018 Just like a plain timestamp, but with square brackets instead of
5019 angular ones.  These timestamps are inactive in the sense that they do
5020 @emph{not} trigger an entry to show up in the agenda.
5022 @example
5023 * Gillian comes late for the fifth time [2006-11-01 Wed]
5024 @end example
5026 @end table
5028 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
5029 @section Creating timestamps
5030 @cindex creating timestamps
5031 @cindex timestamps, creating
5033 For Org mode to recognize timestamps, they need to be in the specific
5034 format.  All commands listed below produce timestamps in the correct
5035 format.
5037 @table @kbd
5038 @kindex C-c .
5039 @item C-c .
5040 Prompt for a date and insert a corresponding timestamp.  When the cursor is
5041 at an existing timestamp in the buffer, the command is used to modify this
5042 timestamp instead of inserting a new one.  When this command is used twice in
5043 succession, a time range is inserted.
5045 @kindex C-c !
5046 @item C-c !
5047 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
5048 an agenda entry.
5050 @kindex C-u C-c .
5051 @kindex C-u C-c !
5052 @item C-u C-c .
5053 @itemx C-u C-c !
5054 @vindex org-time-stamp-rounding-minutes
5055 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
5056 contains date and time.  The default time can be rounded to multiples of 5
5057 minutes, see the option @code{org-time-stamp-rounding-minutes}.
5059 @kindex C-c <
5060 @item C-c <
5061 Insert a timestamp corresponding to the cursor date in the Calendar.
5063 @kindex C-c >
5064 @item C-c >
5065 Access the Emacs calendar for the current date.  If there is a
5066 timestamp in the current line, go to the corresponding date
5067 instead.
5069 @kindex C-c C-o
5070 @item C-c C-o
5071 Access the agenda for the date given by the timestamp or -range at
5072 point (@pxref{Weekly/daily agenda}).
5074 @kindex S-@key{left}
5075 @kindex S-@key{right}
5076 @item S-@key{left}
5077 @itemx S-@key{right}
5078 Change date at cursor by one day.  These key bindings conflict with
5079 shift-selection and related modes (@pxref{Conflicts}).
5081 @kindex S-@key{up}
5082 @kindex S-@key{down}
5083 @item S-@key{up}
5084 @itemx S-@key{down}
5085 Change the item under the cursor in a timestamp.  The cursor can be on a
5086 year, month, day, hour or minute.  When the timestamp contains a time range
5087 like @samp{15:30-16:30}, modifying the first time will also shift the second,
5088 shifting the time block with constant length.  To change the length, modify
5089 the second time.  Note that if the cursor is in a headline and not at a
5090 timestamp, these same keys modify the priority of an item.
5091 (@pxref{Priorities}). The key bindings also conflict with shift-selection and
5092 related modes (@pxref{Conflicts}).
5094 @kindex C-c C-y
5095 @cindex evaluate time range
5096 @item C-c C-y
5097 Evaluate a time range by computing the difference between start and end.
5098 With a prefix argument, insert result after the time range (in a table: into
5099 the following column).
5100 @end table
5103 @menu
5104 * The date/time prompt::        How Org mode helps you entering date and time
5105 * Custom time format::          Making dates look different
5106 @end menu
5108 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
5109 @subsection The date/time prompt
5110 @cindex date, reading in minibuffer
5111 @cindex time, reading in minibuffer
5113 @vindex org-read-date-prefer-future
5114 When Org mode prompts for a date/time, the default is shown in default
5115 date/time format, and the prompt therefore seems to ask for a specific
5116 format.  But it will in fact accept any string containing some date and/or
5117 time information, and it is really smart about interpreting your input.  You
5118 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
5119 copied from an email message.  Org mode will find whatever information is in
5120 there and derive anything you have not specified from the @emph{default date
5121 and time}.  The default is usually the current date and time, but when
5122 modifying an existing timestamp, or when entering the second stamp of a
5123 range, it is taken from the stamp in the buffer.  When filling in
5124 information, Org mode assumes that most of the time you will want to enter a
5125 date in the future: if you omit the month/year and the given day/month is
5126 @i{before} today, it will assume that you mean a future date@footnote{See the
5127 variable @code{org-read-date-prefer-future}.  You may set that variable to
5128 the symbol @code{time} to even make a time before now shift the date to
5129 tomorrow.}.  If the date has been automatically shifted into the future, the
5130 time prompt will show this with @samp{(=>F).}
5132 For example, let's assume that today is @b{June 13, 2006}.  Here is how
5133 various inputs will be interpreted, the items filled in by Org mode are
5134 in @b{bold}.
5136 @example
5137 3-2-5         --> 2003-02-05
5138 2/5/3         --> 2003-02-05
5139 14            --> @b{2006}-@b{06}-14
5140 12            --> @b{2006}-@b{07}-12
5141 2/5           --> @b{2007}-02-05
5142 Fri           --> nearest Friday (default date or later)
5143 sep 15        --> @b{2006}-09-15
5144 feb 15        --> @b{2007}-02-15
5145 sep 12 9      --> 2009-09-12
5146 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
5147 22 sept 0:34  --> @b{2006}-09-22 0:34
5148 w4            --> ISO week for of the current year @b{2006}
5149 2012 w4 fri   --> Friday of ISO week 4 in 2012
5150 2012-w04-5    --> Same as above
5151 @end example
5153 Furthermore you can specify a relative date by giving, as the
5154 @emph{first} thing in the input: a plus/minus sign, a number and a
5155 letter ([dwmy]) to indicate change in days, weeks, months, or years.  With a
5156 single plus or minus, the date is always relative to today.  With a
5157 double plus or minus, it is relative to the default date.  If instead of
5158 a single letter, you use the abbreviation of day name, the date will be
5159 the nth such day.  E.g.
5161 @example
5162 +0            --> today
5163 .             --> today
5164 +4d           --> four days from today
5165 +4            --> same as above
5166 +2w           --> two weeks from today
5167 ++5           --> five days from default date
5168 +2tue         --> second Tuesday from now.
5169 @end example
5171 @vindex parse-time-months
5172 @vindex parse-time-weekdays
5173 The function understands English month and weekday abbreviations.  If
5174 you want to use unabbreviated names and/or other languages, configure
5175 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
5177 @cindex calendar, for selecting date
5178 @vindex org-popup-calendar-for-date-prompt
5179 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
5180 you don't need/want the calendar, configure the variable
5181 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
5182 prompt, either by clicking on a date in the calendar, or by pressing
5183 @key{RET}, the date selected in the calendar will be combined with the
5184 information entered at the prompt.  You can control the calendar fully
5185 from the minibuffer:
5187 @kindex <
5188 @kindex >
5189 @kindex M-v
5190 @kindex C-v
5191 @kindex mouse-1
5192 @kindex S-@key{right}
5193 @kindex S-@key{left}
5194 @kindex S-@key{down}
5195 @kindex S-@key{up}
5196 @kindex M-S-@key{right}
5197 @kindex M-S-@key{left}
5198 @kindex @key{RET}
5199 @example
5200 @key{RET}           @r{Choose date at cursor in calendar.}
5201 mouse-1        @r{Select date by clicking on it.}
5202 S-@key{right}/@key{left}     @r{One day forward/backward.}
5203 S-@key{down}/@key{up}     @r{One week forward/backward.}
5204 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
5205 > / <          @r{Scroll calendar forward/backward by one month.}
5206 M-v / C-v      @r{Scroll calendar forward/backward by 3 months.}
5207 @end example
5209 @vindex org-read-date-display-live
5210 The actions of the date/time prompt may seem complex, but I assure you they
5211 will grow on you, and you will start getting annoyed by pretty much any other
5212 way of entering a date/time out there.  To help you understand what is going
5213 on, the current interpretation of your input will be displayed live in the
5214 minibuffer@footnote{If you find this distracting, turn the display of with
5215 @code{org-read-date-display-live}.}.
5217 @node Custom time format,  , The date/time prompt, Creating timestamps
5218 @subsection Custom time format
5219 @cindex custom date/time format
5220 @cindex time format, custom
5221 @cindex date format, custom
5223 @vindex org-display-custom-times
5224 @vindex org-time-stamp-custom-formats
5225 Org mode uses the standard ISO notation for dates and times as it is
5226 defined in ISO 8601.  If you cannot get used to this and require another
5227 representation of date and time to keep you happy, you can get it by
5228 customizing the variables @code{org-display-custom-times} and
5229 @code{org-time-stamp-custom-formats}.
5231 @table @kbd
5232 @kindex C-c C-x C-t
5233 @item C-c C-x C-t
5234 Toggle the display of custom formats for dates and times.
5235 @end table
5237 @noindent
5238 Org mode needs the default format for scanning, so the custom date/time
5239 format does not @emph{replace} the default format---instead it is put
5240 @emph{over} the default format using text properties.  This has the
5241 following consequences:
5242 @itemize @bullet
5243 @item
5244 You cannot place the cursor onto a timestamp anymore, only before or
5245 after.
5246 @item
5247 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
5248 each component of a timestamp.  If the cursor is at the beginning of
5249 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
5250 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
5251 time will be changed by one minute.
5252 @item
5253 If the timestamp contains a range of clock times or a repeater, these
5254 will not be overlayed, but remain in the buffer as they were.
5255 @item
5256 When you delete a timestamp character-by-character, it will only
5257 disappear from the buffer after @emph{all} (invisible) characters
5258 belonging to the ISO timestamp have been removed.
5259 @item
5260 If the custom timestamp format is longer than the default and you are
5261 using dates in tables, table alignment will be messed up.  If the custom
5262 format is shorter, things do work as expected.
5263 @end itemize
5266 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
5267 @section Deadlines and scheduling
5269 A timestamp may be preceded by special keywords to facilitate planning:
5271 @table @var
5272 @item DEADLINE
5273 @cindex DEADLINE keyword
5275 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
5276 to be finished on that date.
5278 @vindex org-deadline-warning-days
5279 On the deadline date, the task will be listed in the agenda.  In
5280 addition, the agenda for @emph{today} will carry a warning about the
5281 approaching or missed deadline, starting
5282 @code{org-deadline-warning-days} before the due date, and continuing
5283 until the entry is marked DONE.  An example:
5285 @example
5286 *** TODO write article about the Earth for the Guide
5287     The editor in charge is [[bbdb:Ford Prefect]]
5288     DEADLINE: <2004-02-29 Sun>
5289 @end example
5291 You can specify a different lead time for warnings for a specific
5292 deadlines using the following syntax.  Here is an example with a warning
5293 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
5295 @item SCHEDULED
5296 @cindex SCHEDULED keyword
5298 Meaning: you are planning to start working on that task on the given
5299 date.
5301 @vindex org-agenda-skip-scheduled-if-done
5302 The headline will be listed under the given date@footnote{It will still
5303 be listed on that date after it has been marked DONE.  If you don't like
5304 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
5305 addition, a reminder that the scheduled date has passed will be present
5306 in the compilation for @emph{today}, until the entry is marked DONE.
5307 I.e. the task will automatically be forwarded until completed.
5309 @example
5310 *** TODO Call Trillian for a date on New Years Eve.
5311     SCHEDULED: <2004-12-25 Sat>
5312 @end example
5314 @noindent
5315 @b{Important:} Scheduling an item in Org mode should @i{not} be
5316 understood in the same way that we understand @i{scheduling a meeting}.
5317 Setting a date for a meeting is just a simple appointment, you should
5318 mark this entry with a simple plain timestamp, to get this item shown
5319 on the date where it applies.  This is a frequent misunderstanding by
5320 Org users.  In Org mode, @i{scheduling} means setting a date when you
5321 want to start working on an action item.
5322 @end table
5324 You may use timestamps with repeaters in scheduling and deadline
5325 entries.  Org mode will issue early and late warnings based on the
5326 assumption that the timestamp represents the @i{nearest instance} of
5327 the repeater.  However, the use of diary sexp entries like
5329 @code{<%%(diary-float t 42)>}
5331 in scheduling and deadline timestamps is limited.  Org mode does not
5332 know enough about the internals of each sexp function to issue early and
5333 late warnings.  However, it will show the item on each day where the
5334 sexp entry matches.
5336 @menu
5337 * Inserting deadline/schedule::  Planning items
5338 * Repeated tasks::              Items that show up again and again
5339 @end menu
5341 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
5342 @subsection Inserting deadlines or schedules
5344 The following commands allow you to quickly insert a deadline or to schedule
5345 an item:
5347 @table @kbd
5349 @kindex C-c C-d
5350 @item C-c C-d
5351 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will happen
5352 in the line directly following the headline.  When called with a prefix arg,
5353 an existing deadline will be removed from the entry.  Depending on the
5354 variable @code{org-log-redeadline}@footnote{with corresponding
5355 @code{#+STARTUP} keywords @code{logredeadline}, @code{lognoteredeadline},
5356 and @code{nologredeadline}}, a note will be taken when changing an existing
5357 deadline.
5358 @c FIXME Any CLOSED timestamp will be removed.????????
5360 @kindex C-c C-s
5361 @item C-c C-s
5362 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
5363 happen in the line directly following the headline.  Any CLOSED timestamp
5364 will be removed.  When called with a prefix argument, remove the scheduling
5365 date from the entry.  Depending on the variable
5366 @code{org-log-reschedule}@footnote{with corresponding @code{#+STARTUP}
5367 keywords @code{logredeadline}, @code{lognoteredeadline}, and
5368 @code{nologredeadline}}, a note will be taken when changing an existing
5369 scheduling time.
5371 @kindex C-c C-x C-k
5372 @kindex k a
5373 @kindex k s
5374 @item C-c C-x C-k
5375 Mark the current entry for agenda action.  After you have marked the entry
5376 like this, you can open the agenda or the calendar to find an appropriate
5377 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
5378 schedule the marked item.
5380 @kindex C-c / d
5381 @cindex sparse tree, for deadlines
5382 @item C-c / d
5383 @vindex org-deadline-warning-days
5384 Create a sparse tree with all deadlines that are either past-due, or
5385 which will become due within @code{org-deadline-warning-days}.
5386 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
5387 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
5388 all deadlines due tomorrow.
5390 @kindex C-c / b
5391 @item C-c / b
5392 Sparse tree for deadlines and scheduled items before a given date.
5394 @kindex C-c / a
5395 @item C-c / a
5396 Sparse tree for deadlines and scheduled items after a given date.
5397 @end table
5399 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
5400 @subsection Repeated tasks
5401 @cindex tasks, repeated
5402 @cindex repeated tasks
5404 Some tasks need to be repeated again and again.  Org mode helps to
5405 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
5406 or plain timestamp.  In the following example
5407 @example
5408 ** TODO Pay the rent
5409    DEADLINE: <2005-10-01 Sat +1m>
5410 @end example
5411 @noindent
5412 the @code{+1m} is a repeater; the intended interpretation is that the task
5413 has a deadline on <2005-10-01> and repeats itself every (one) month starting
5414 from that time.  If you need both a repeater and a special warning period in
5415 a deadline entry, the repeater should come first and the warning period last:
5416 @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
5418 @vindex org-todo-repeat-to-state
5419 Deadlines and scheduled items produce entries in the agenda when they are
5420 over-due, so it is important to be able to mark such an entry as completed
5421 once you have done so.  When you mark a DEADLINE or a SCHEDULE with the TODO
5422 keyword DONE, it will no longer produce entries in the agenda.  The problem
5423 with this is, however, that then also the @emph{next} instance of the
5424 repeated entry will not be active.  Org mode deals with this in the following
5425 way: When you try to mark such an entry DONE (using @kbd{C-c C-t}), it will
5426 shift the base date of the repeating timestamp by the repeater interval, and
5427 immediately set the entry state back to TODO@footnote{In fact, the target
5428 state is taken from, in this sequence, the @code{REPEAT_TO_STATE} property or
5429 the variable @code{org-todo-repeat-to-state}.  If neither of these is
5430 specified, the target state defaults to the first state of the TODO state
5431 sequence.}.  In the example above, setting the state to DONE would actually
5432 switch the date like this:
5434 @example
5435 ** TODO Pay the rent
5436    DEADLINE: <2005-11-01 Tue +1m>
5437 @end example
5439 @vindex org-log-repeat
5440 A timestamp@footnote{You can change this using the option
5441 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
5442 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
5443 will also be prompted for a note.} will be added under the deadline, to keep
5444 a record that you actually acted on the previous instance of this deadline.
5446 As a consequence of shifting the base date, this entry will no longer be
5447 visible in the agenda when checking past dates, but all future instances
5448 will be visible.
5450 With the @samp{+1m} cookie, the date shift will always be exactly one
5451 month.  So if you have not paid the rent for three months, marking this
5452 entry DONE will still keep it as an overdue deadline.  Depending on the
5453 task, this may not be the best way to handle it.  For example, if you
5454 forgot to call you father for 3 weeks, it does not make sense to call
5455 him 3 times in a single day to make up for it.  Finally, there are tasks
5456 like changing batteries which should always repeat a certain time
5457 @i{after} the last time you did it.  For these tasks, Org mode has
5458 special repeaters markers with @samp{++} and @samp{.+}.  For example:
5460 @example
5461 ** TODO Call Father
5462    DEADLINE: <2008-02-10 Sun ++1w>
5463    Marking this DONE will shift the date by at least one week,
5464    but also by as many weeks as it takes to get this date into
5465    the future.  However, it stays on a Sunday, even if you called
5466    and marked it done on Saturday.
5467 ** TODO Check the batteries in the smoke detectors
5468    DEADLINE: <2005-11-01 Tue .+1m>
5469    Marking this DONE will shift the date to one month after
5470    today.
5471 @end example
5473 You may have both scheduling and deadline information for a specific
5474 task---just make sure that the repeater intervals on both are the same.
5476 An alternative to using a repeater is to create a number of copies of a task
5477 subtree, with dates shifted in each copy.  The command @kbd{C-c C-x c} was
5478 created for this purpose, it is described in @ref{Structure editing}.
5481 @node Clocking work time, Resolving idle time, Deadlines and scheduling, Dates and Times
5482 @section Clocking work time
5484 Org mode allows you to clock the time you spend on specific tasks in a
5485 project.  When you start working on an item, you can start the clock.
5486 When you stop working on that task, or when you mark the task done, the
5487 clock is stopped and the corresponding time interval is recorded.  It
5488 also computes the total time spent on each subtree of a project.  And it
5489 remembers a history or tasks recently clocked, to that you can jump quickly
5490 between a number of tasks absorbing your time.
5492 To save the clock history across Emacs sessions, use
5493 @lisp
5494 (setq org-clock-persist 'history)
5495 (org-clock-persistence-insinuate)
5496 @end lisp
5497 When you clock into a new task after resuming Emacs, the incomplete
5498 clock@footnote{To resume the clock under the assumption that you have worked
5499 on this task while outside Emacs, use @code{(setq org-clock-persist t)}.}
5500 will be found (@pxref{Resolving idle time}) and you will be prompted about
5501 what to do with it.
5503 @table @kbd
5504 @kindex C-c C-x C-i
5505 @item C-c C-x C-i
5506 @vindex org-clock-into-drawer
5507 Start the clock on the current item (clock-in).  This inserts the CLOCK
5508 keyword together with a timestamp.  If this is not the first clocking of
5509 this item, the multiple CLOCK lines will be wrapped into a
5510 @code{:LOGBOOK:} drawer (see also the variable
5511 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
5512 select the task from a list of recently clocked tasks.  With two @kbd{C-u
5513 C-u} prefixes, clock into the task at point and mark it as the default task.
5514 The default task will always be available when selecting a clocking task,
5515 with letter @kbd{d}.@*
5516 @cindex property: CLOCK_MODELINE_TOTAL
5517 @cindex property: LAST_REPEAT
5518 @vindex org-clock-modeline-total
5519 While the clock is running, the current clocking time is shown in the mode
5520 line, along with the title of the task.  The clock time shown will be all
5521 time ever clocked for this task and its children.  If the task has an effort
5522 estimate (@pxref{Effort estimates}), the mode line displays the current
5523 clocking time against it@footnote{To add an effort estimate ``on the fly'',
5524 hook a function doing this to @code{org-clock-in-prepare-hook}.}  If the task
5525 is a repeating one (@pxref{Repeated tasks}), only the time since the last
5526 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
5527 will be shown.  More control over what time is shown can be exercised with
5528 the @code{CLOCK_MODELINE_TOTAL} property.  It may have the values
5529 @code{current} to show only the current clocking instance, @code{today} to
5530 show all time clocked on this tasks today (see also the variable
5531 @code{org-extend-today-until}), @code{all} to include all time, or
5532 @code{auto} which is the default@footnote{See also the variable
5533 @code{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
5534 mode line entry will pop up a menu with clocking options.
5535 @kindex C-c C-x C-o
5536 @item C-c C-x C-o
5537 @vindex org-log-note-clock-out
5538 Stop the clock (clock-out).  This inserts another timestamp at the same
5539 location where the clock was last started.  It also directly computes
5540 the resulting time in inserts it after the time range as @samp{=>
5541 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
5542 possibility to record an additional note together with the clock-out
5543 timestamp@footnote{The corresponding in-buffer setting is:
5544 @code{#+STARTUP: lognoteclock-out}}.
5545 @kindex C-c C-x C-e
5546 @item C-c C-x C-e
5547 Update the effort estimate for the current clock task.
5548 @kindex C-c C-y
5549 @kindex C-c C-c
5550 @item C-c C-y @ @ @r{or}@ @ C-c C-c
5551 Recompute the time interval after changing one of the timestamps.  This
5552 is only necessary if you edit the timestamps directly.  If you change
5553 them with @kbd{S-@key{cursor}} keys, the update is automatic.
5554 @kindex C-c C-t
5555 @item C-c C-t
5556 Changing the TODO state of an item to DONE automatically stops the clock
5557 if it is running in this same item.
5558 @kindex C-c C-x C-x
5559 @item C-c C-x C-x
5560 Cancel the current clock.  This is useful if a clock was started by
5561 mistake, or if you ended up working on something else.
5562 @kindex C-c C-x C-j
5563 @item C-c C-x C-j
5564 Jump to the entry that contains the currently running clock.  With a
5565 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
5566 tasks.
5567 @kindex C-c C-x C-d
5568 @item C-c C-x C-d
5569 @vindex org-remove-highlights-with-change
5570 Display time summaries for each subtree in the current buffer.  This
5571 puts overlays at the end of each headline, showing the total time
5572 recorded under that heading, including the time of any subheadings. You
5573 can use visibility cycling to study the tree, but the overlays disappear
5574 when you change the buffer (see variable
5575 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
5576 @kindex C-c C-x C-r
5577 @item C-c C-x C-r
5578 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
5579 report as an Org-mode table into the current file.  When the cursor is
5580 at an existing clock table, just update it.  When called with a prefix
5581 argument, jump to the first clock report in the current document and
5582 update it.
5583 @cindex #+BEGIN, clocktable
5584 @example
5585 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
5586 #+END: clocktable
5587 @end example
5588 @noindent
5589 If such a block already exists at point, its content is replaced by the
5590 new table.  The @samp{BEGIN} line can specify options:
5591 @example
5592 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
5593 :emphasize   @r{When @code{t}, emphasize level one and level two items.}
5594 :scope       @r{The scope to consider.  This can be any of the following:}
5595              nil        @r{the current buffer or narrowed region}
5596              file       @r{the full current buffer}
5597              subtree    @r{the subtree where the clocktable is located}
5598              tree@var{N}      @r{the surrounding level @var{N} tree, for example @code{tree3}}
5599              tree       @r{the surrounding level 1 tree}
5600              agenda     @r{all agenda files}
5601              ("file"..) @r{scan these files}
5602              file-with-archives    @r{current file and its archives}
5603              agenda-with-archives  @r{all agenda files, including archives}
5604 :block       @r{The time block to consider.  This block is specified either}
5605              @r{absolute, or relative to the current time and may be any of}
5606              @r{these formats:}
5607              2007-12-31    @r{New year eve 2007}
5608              2007-12       @r{December 2007}
5609              2007-W50      @r{ISO-week 50 in 2007}
5610              2007          @r{the year 2007}
5611              today, yesterday, today-@var{N}          @r{a relative day}
5612              thisweek, lastweek, thisweek-@var{N}     @r{a relative week}
5613              thismonth, lastmonth, thismonth-@var{N}  @r{a relative month}
5614              thisyear, lastyear, thisyear-@var{N}     @r{a relative year}
5615              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
5616 :tstart      @r{A time string specifying when to start considering times.}
5617 :tend        @r{A time string specifying when to stop considering times.}
5618 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
5619              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
5620 :stepskip0   @r{Don't show steps that have zero time}
5621 :tags        @r{A tags match to select entries that should contribute}
5622 :link        @r{Link the item headlines in the table to their origins.}
5623 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
5624              @r{As a special case, @samp{:formula %} adds a column with % time.}
5625              @r{If you do not specify a formula here, any existing formula.}
5626              @r{below the clock table will survive updates and be evaluated.}
5627 :timestamp   @r{A timestamp for the entry, when available.  Look for SCHEDULED,}
5628              @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
5629 @end example
5630 To get a clock summary of the current level 1 tree, for the current
5631 day, you could write
5632 @example
5633 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
5634 #+END: clocktable
5635 @end example
5636 @noindent
5637 and to use a specific time range you could write@footnote{Note that all
5638 parameters must be specified in a single line---the line is broken here
5639 only to fit it into the manual.}
5640 @example
5641 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
5642                     :tend "<2006-08-10 Thu 12:00>"
5643 #+END: clocktable
5644 @end example
5645 A summary of the current subtree with % times would be
5646 @example
5647 #+BEGIN: clocktable :scope subtree :link t :formula %
5648 #+END: clocktable
5649 @end example
5650 @kindex C-c C-c
5651 @item C-c C-c
5652 @kindex C-c C-x C-u
5653 @itemx C-c C-x C-u
5654 Update dynamic block at point.  The cursor needs to be in the
5655 @code{#+BEGIN} line of the dynamic block.
5656 @kindex C-u C-c C-x C-u
5657 @item C-u C-c C-x C-u
5658 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
5659 you have several clock table blocks in a buffer.
5660 @kindex S-@key{left}
5661 @kindex S-@key{right}
5662 @item S-@key{left}
5663 @itemx S-@key{right}
5664 Shift the current @code{:block} interval and update the table.  The cursor
5665 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
5666 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
5667 @end table
5669 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
5670 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
5671 worked on or closed during a day.
5673 @node Resolving idle time, Effort estimates, Clocking work time, Dates and Times
5674 @section Resolving idle time
5675 @cindex resolve idle time
5677 @cindex idle, resolve, dangling
5678 If you clock in on a work item, and then walk away from your
5679 computer---perhaps to take a phone call---you often need to ``resolve'' the
5680 time you were away by either subtracting it from the current clock, or
5681 applying it to another one.
5683 @vindex org-clock-idle-time
5684 By customizing the variable @code{org-clock-idle-time} to some integer, such
5685 as 10 or 15, Emacs can alert you when you get back to your computer after
5686 being idle for that many minutes@footnote{On computers using Mac OS X,
5687 idleness is based on actual user idleness, not just Emacs' idle time.  For
5688 X11, you can install a utility program @file{x11idle.c}, available in the
5689 UTILITIES directory of the Org git distribution, to get the same general
5690 treatment of idleness.  On other systems, idle time refers to Emacs idle time
5691 only.}, and ask what you want to do with the idle time.  There will be a
5692 question waiting for you when you get back, indicating how much idle time has
5693 passed (constantly updated with the current amount), as well as a set of
5694 choices to correct the discrepancy:
5696 @table @kbd
5697 @item k
5698 To keep some or all of the minutes and stay clocked in, press @kbd{k}.  Org
5699 will ask how many of the minutes to keep.  Press @key{RET} to keep them all,
5700 effectively changing nothing, or enter a number to keep that many minutes.
5701 @item K
5702 If you use the shift key and press @kbd{K}, it will keep however many minutes
5703 you request and then immediately clock out of that task.  If you keep all of
5704 the minutes, this is the same as just clocking out of the current task.
5705 @item s
5706 To keep none of the minutes, use @kbd{s} to subtract all the away time from
5707 the clock, and then check back in from the moment you returned.
5708 @item S
5709 To keep none of the minutes and just clock out at the start of the away time,
5710 use the shift key and press @kbd{S}.  Remember that using shift will always
5711 leave you clocked out, no matter which option you choose.
5712 @item C
5713 To cancel the clock altogether, use @kbd{C}.  Note that if instead of
5714 cancelling you subtract the away time, and the resulting clock amount is less
5715 than a minute, the clock will still be cancelled rather than clutter up the
5716 log with an empty entry.
5717 @end table
5719 What if you subtracted those away minutes from the current clock, and now
5720 want to apply them to a new clock?  Simply clock in to any task immediately
5721 after the subtraction.  Org will notice that you have subtracted time ``on
5722 the books'', so to speak, and will ask if you want to apply those minutes to
5723 the next task you clock in on.
5725 There is one other instance when this clock resolution magic occurs.  Say you
5726 were clocked in and hacking away, and suddenly your cat chased a mouse who
5727 scared a hamster that crashed into your UPS's power button!  You suddenly
5728 lose all your buffers, but thanks to auto-save you still have your recent Org
5729 mode changes, including your last clock in.
5731 If you restart Emacs and clock into any task, Org will notice that you have a
5732 dangling clock which was never clocked out from your last session.  Using
5733 that clock's starting time as the beginning of the unaccounted-for period,
5734 Org will ask how you want to resolve that time.  The logic and behavior is
5735 identical to dealing with away time due to idleness, it's just happening due
5736 to a recovery event rather than a set amount of idle time.
5738 You can also check all the files visited by your Org agenda for dangling
5739 clocks at any time using @kbd{M-x org-resolve-clocks}.
5741 @node Effort estimates, Relative timer, Resolving idle time, Dates and Times
5742 @section Effort estimates
5743 @cindex effort estimates
5745 @cindex property, Effort
5746 @vindex org-effort-property
5747 If you want to plan your work in a very detailed way, or if you need to
5748 produce offers with quotations of the estimated work effort, you may want to
5749 assign effort estimates to entries.  If you are also clocking your work, you
5750 may later want to compare the planned effort with the actual working time, a
5751 great way to improve planning estimates.  Effort estimates are stored in a
5752 special property @samp{Effort}@footnote{You may change the property being
5753 used with the variable @code{org-effort-property}.}.  You can set the effort
5754 for an entry with the following commands:
5756 @table @kbd
5757 @kindex C-c C-x e
5758 @item C-c C-x e
5759 Set the effort estimate for the current entry.  With a numeric prefix
5760 argument, set it to the NTH allowed value (see below).  This command is also
5761 accessible from the agenda with the @kbd{e} key.
5762 @kindex C-c C-x C-e
5763 @item C-c C-x C-e
5764 Modify the effort estimate of the item currently being clocked.
5765 @end table
5767 Clearly the best way to work with effort estimates is through column view
5768 (@pxref{Column view}).  You should start by setting up discrete values for
5769 effort estimates, and a @code{COLUMNS} format that displays these values
5770 together with clock sums (if you want to clock your time).  For a specific
5771 buffer you can use
5773 @example
5774 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
5775 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
5776 @end example
5778 @noindent
5779 @vindex org-global-properties
5780 @vindex org-columns-default-format
5781 or, even better, you can set up these values globally by customizing the
5782 variables @code{org-global-properties} and @code{org-columns-default-format}.
5783 In particular if you want to use this setup also in the agenda, a global
5784 setup may be advised.
5786 The way to assign estimates to individual items is then to switch to column
5787 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
5788 value.  The values you enter will immediately be summed up in the hierarchy.
5789 In the column next to it, any clocked time will be displayed.
5791 @vindex org-agenda-columns-add-appointments-to-effort-sum
5792 If you switch to column view in the daily/weekly agenda, the effort column
5793 will summarize the estimated work effort for each day@footnote{Please note
5794 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
5795 column view}).}, and you can use this to find space in your schedule.  To get
5796 an overview of the entire part of the day that is committed, you can set the
5797 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
5798 appointments on a day that take place over a specified time interval will
5799 then also be added to the load estimate of the day.
5801 Effort estimates can be used in secondary agenda filtering that is triggered
5802 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
5803 these estimates defined consistently, two or three key presses will narrow
5804 down the list to stuff that fits into an available time slot.
5806 @node Relative timer,  , Effort estimates, Dates and Times
5807 @section Taking notes with a relative timer
5808 @cindex relative timer
5810 When taking notes during, for example, a meeting or a video viewing, it can
5811 be useful to have access to times relative to a starting time.  Org provides
5812 such a relative timer and make it easy to create timed notes.
5814 @table @kbd
5815 @kindex C-c C-x .
5816 @item C-c C-x .
5817 Insert a relative time into the buffer.  The first time you use this, the
5818 timer will be started.  When called with a prefix argument, the timer is
5819 restarted.
5820 @kindex C-c C-x -
5821 @item C-c C-x -
5822 Insert a description list item with the current relative time.  With a prefix
5823 argument, first reset the timer to 0.
5824 @kindex M-@key{RET}
5825 @item M-@key{RET}
5826 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
5827 new timer items.
5828 @kindex C-c C-x ,
5829 @item C-c C-x ,
5830 Pause the timer, or continue it if it is already paused.
5831 @c removed the sentence because it is redundant to the following item
5832 @kindex C-u C-c C-x ,
5833 @item C-u C-c C-x ,
5834 Stop the timer.  After this, you can only start a new timer, not continue the
5835 old one.  This command also removes the timer from the mode line.
5836 @kindex C-c C-x 0
5837 @item C-c C-x 0
5838 Reset the timer without inserting anything into the buffer.  By default, the
5839 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
5840 specific starting offset.  The user is prompted for the offset, with a
5841 default taken from a timer string at point, if any, So this can be used to
5842 restart taking notes after a break in the process.  When called with a double
5843 prefix argument @kbd{C-u C-u}, change all timer strings in the active region
5844 by a certain amount.  This can be used to fix timer strings if the timer was
5845 not started at exactly the right moment.
5846 @end table
5848 @node Capture - Refile - Archive, Agenda Views, Dates and Times, Top
5849 @chapter Capture - Refile - Archive
5850 @cindex capture
5852 An important part of any organization system is the ability to quickly
5853 capture new ideas and tasks, and to associate reference material with them.
5854 Org uses the @file{remember.el} package to create tasks, and stores files
5855 related to a task (@i{attachments}) in a special directory.  Once in the
5856 system, tasks and projects need to be moved around.  Moving completed project
5857 trees to an archive file keeps the system compact and fast.
5859 @menu
5860 * Remember::                    Capture new tasks/ideas with little interruption
5861 * Attachments::                 Add files to tasks.
5862 * RSS Feeds::                   Getting input from RSS feeds
5863 * Protocols::                   External (e.g. Browser) access to Emacs and Org
5864 * Refiling notes::              Moving a tree from one place to another
5865 * Archiving::                   What to do with finished projects
5866 @end menu
5868 @node Remember, Attachments, Capture - Refile - Archive, Capture - Refile - Archive
5869 @section Remember
5870 @cindex @file{remember.el}
5872 The Remember package by John Wiegley lets you store quick notes with little
5873 interruption of your work flow.  It is an excellent way to add new notes and
5874 tasks to Org files.  The @code{remember.el} package is part of Emacs 23, not
5875 Emacs 22.  See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
5876 more information.
5878 Org significantly expands the possibilities of Remember: you may define
5879 templates for different note types, and associate target files and headlines
5880 with specific templates.  It also allows you to select the location where a
5881 note should be stored interactively, on the fly.
5883 @menu
5884 * Setting up Remember for Org::  Some code for .emacs to get things going
5885 * Remember templates::          Define the outline of different note types
5886 * Storing notes::               Directly get the note to where it belongs
5887 @end menu
5889 @node Setting up Remember for Org, Remember templates, Remember, Remember
5890 @subsection Setting up Remember for Org
5892 The following customization will tell Remember to use Org files as
5893 target, and to create annotations compatible with Org links.
5895 @example
5896 (org-remember-insinuate)
5897 (setq org-directory "~/path/to/my/orgfiles/")
5898 (setq org-default-notes-file (concat org-directory "/notes.org"))
5899 (define-key global-map "\C-cr" 'org-remember)
5900 @end example
5902 @noindent
5903 The last line binds the command @code{org-remember} to a global
5904 key@footnote{Please select your own key, @kbd{C-c r} is only a
5905 suggestion.}.  @code{org-remember} basically just calls Remember,
5906 but it makes a few things easier: if there is an active region, it will
5907 automatically copy the region into the Remember buffer.  It also allows
5908 to jump to the buffer and location where Remember notes are being
5909 stored: just call @code{org-remember} with a prefix argument.  If you
5910 use two prefix arguments, Org jumps to the location where the last
5911 remember note was stored.
5913 The Remember buffer will actually use @code{org-mode} as its major mode, so
5914 that all editing features of Org mode are available.  In addition to this, a
5915 minor mode @code{org-remember-mode} is turned on, for the single purpose that
5916 you can use its keymap @code{org-remember-mode-map} to override some of
5917 Org mode's key bindings.
5919 You can also call @code{org-remember} in a special way from the agenda,
5920 using the @kbd{k r} key combination.  With this access, any timestamps
5921 inserted by the selected Remember template (see below) will default to
5922 the cursor date in the agenda, rather than to the current date.
5924 @node Remember templates, Storing notes, Setting up Remember for Org, Remember
5925 @subsection Remember templates
5926 @cindex templates, for Remember
5928 In combination with Org, you can use templates to generate
5929 different types of Remember notes.  For example, if you would like
5930 to use one template to create general TODO entries, another one for
5931 journal entries, and a third one for collecting random ideas, you could
5932 use:
5934 @example
5935 (setq org-remember-templates
5936  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
5937    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
5938    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5939 @end example
5941 @vindex org-remember-default-headline
5942 @vindex org-directory
5943 @noindent In these entries, the first string is just a name, and the
5944 character specifies how to select the template.  It is useful if the
5945 character is also the first letter of the name.  The next string specifies
5946 the template.  Two more (optional) strings give the file in which, and the
5947 headline under which, the new note should be stored.  The file (if not
5948 present or @code{nil}) defaults to @code{org-default-notes-file}, the heading
5949 to @code{org-remember-default-headline}.  If the file name is not an absolute
5950 path, it will be interpreted relative to @code{org-directory}.
5952 The heading can also be the symbols @code{top} or @code{bottom} to send notes
5953 as level 1 entries to the beginning or end of the file, respectively.  It may
5954 also be the symbol @code{date-tree}.  Then, a tree with year on level 1,
5955 month on level 2 and day on level three will be built in the file, and the
5956 entry will be filed into the tree under the current date@footnote{If the file
5957 contains an entry with a @code{DATE_TREE} property, the entire date tree will
5958 be built under that entry.}
5960 An optional sixth element specifies the contexts in which the user can select
5961 the template.  This element can be a list of major modes or a function.
5962 @code{org-remember} will first check whether the function returns @code{t} or
5963 if we are in any of the listed major modes, and exclude templates for which
5964 this condition is not fulfilled.  Templates that do not specify this element
5965 at all, or that use @code{nil} or @code{t} as a value will always be
5966 selectable.
5968 So for example:
5970 @example
5971 (setq org-remember-templates
5972  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
5973    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
5974    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5975 @end example
5977 @noindent
5978 The first template will only be available when invoking @code{org-remember}
5979 from a buffer in @code{emacs-lisp-mode}.  The second template will only be
5980 available when the function @code{my-check} returns @code{t}.  The third
5981 template will be proposed in any context.
5983 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
5984 something, Org will prompt for a key to select the template (if you have
5985 more than one template) and then prepare the buffer like
5986 @example
5987 * TODO
5988   [[file:@var{link to where you called remember}]]
5989 @end example
5991 @noindent
5992 During expansion of the template, special @kbd{%}-escapes@footnote{If you
5993 need one of these sequences literally, escape the @kbd{%} with a backslash.}
5994 allow dynamic insertion of content:
5995 @example
5996 %^@{@var{prompt}@}  @r{prompt the user for a string and replace this sequence with it.}
5997             @r{You may specify a default value and a completion table with}
5998             @r{%^@{prompt|default|completion2|completion3...@}}
5999             @r{The arrow keys access a prompt-specific history.}
6000 %a          @r{annotation, normally the link created with @code{org-store-link}}
6001 %A          @r{like @code{%a}, but prompt for the description part}
6002 %i          @r{initial content, the region when remember is called with C-u.}
6003             @r{The entire text will be indented like @code{%i} itself.}
6004 %t          @r{timestamp, date only}
6005 %T          @r{timestamp with date and time}
6006 %u, %U      @r{like the above, but inactive timestamps}
6007 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
6008             @r{You may define a prompt like @code{%^@{Birthday@}t}}
6009 %n          @r{user name (taken from @code{user-full-name})}
6010 %c          @r{Current kill ring head.}
6011 %x          @r{Content of the X clipboard.}
6012 %^C         @r{Interactive selection of which kill or clip to use.}
6013 %^L         @r{Like @code{%^C}, but insert as link.}
6014 %k          @r{title of the currently clocked task}
6015 %K          @r{link to the currently clocked task}
6016 %^g         @r{prompt for tags, with completion on tags in target file.}
6017 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
6018 %^@{@var{prop}@}p   @r{Prompt the user for a value for property @var{prop}}
6019 %:keyword   @r{specific information for certain link types, see below}
6020 %[@var{file}]     @r{insert the contents of the file given by @var{file}}
6021 %(@var{sexp})     @r{evaluate Elisp @var{sexp} and replace with the result}
6022 %!          @r{immediately store note after completing the template}
6023             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
6024 %&          @r{jump to target location immediately after storing note}
6025 @end example
6027 @noindent
6028 For specific link types, the following keywords will be
6029 defined@footnote{If you define your own link types (@pxref{Adding
6030 hyperlink types}), any property you store with
6031 @code{org-store-link-props} can be accessed in remember templates in a
6032 similar way.}:
6034 @vindex org-from-is-user-regexp
6035 @example
6036 Link type          |  Available keywords
6037 -------------------+----------------------------------------------
6038 bbdb               |  %:name %:company
6039 bbdb               |  %::server %:port %:nick
6040 vm, wl, mh, rmail  |  %:type %:subject %:message-id
6041                    |  %:from %:fromname %:fromaddress
6042                    |  %:to   %:toname   %:toaddress
6043                    |  %: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}.}}
6044 gnus               |  %:group, @r{for messages also all email fields}
6045 w3, w3m            |  %:url
6046 info               |  %:file %:node
6047 calendar           |  %:date"
6048 @end example
6050 @noindent
6051 To place the cursor after template expansion use:
6053 @example
6054 %?          @r{After completing the template, position cursor here.}
6055 @end example
6057 @noindent
6058 If you change your mind about which template to use, call
6059 @code{org-remember} in the remember buffer.  You may then select a new
6060 template that will be filled with the previous context information.
6062 @node Storing notes,  , Remember templates, Remember
6063 @subsection Storing notes
6065 @vindex org-remember-clock-out-on-exit
6066 When you are finished preparing a note with Remember, you have to press
6067 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
6068 Remember buffer, you will first be asked if you want to clock out
6069 now@footnote{To avoid this query, configure the variable
6070 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
6071 will continue to run after the note was filed away.
6073 The handler will then store the note in the file and under the headline
6074 specified in the template, or it will use the default file and headline.  The
6075 window configuration will be restored, sending you back to the working
6076 context before the call to Remember.  To re-use the location found during the
6077 last call to Remember, exit the Remember buffer with @kbd{C-0 C-c C-c},
6078 i.e. specify a zero prefix argument to @kbd{C-c C-c}.  Another special case
6079 is @kbd{C-2 C-c C-c} which files the note as a child of the currently clocked
6080 item, and @kbd{C-3 C-c C-c} files as a sibling of the currently clocked item.
6082 @vindex org-remember-store-without-prompt
6083 If you want to store the note directly to a different place, use
6084 @kbd{C-1 C-c C-c} instead to exit Remember@footnote{Configure the
6085 variable @code{org-remember-store-without-prompt} to make this behavior
6086 the default.}.  The handler will then first prompt for a target file---if
6087 you press @key{RET}, the value specified for the template is used.
6088 Then the command offers the headings tree of the selected file, with the
6089 cursor position at the default headline (if you specified one in the
6090 template).  You can either immediately press @key{RET} to get the note
6091 placed there.  Or you can use the following keys to find a different
6092 location:
6093 @example
6094 @key{TAB}         @r{Cycle visibility.}
6095 @key{down} / @key{up}   @r{Next/previous visible headline.}
6096 n / p        @r{Next/previous visible headline.}
6097 f / b        @r{Next/previous headline same level.}
6098 u            @r{One level up.}
6099 @c 0-9          @r{Digit argument.}
6100 @end example
6101 @noindent
6102 Pressing @key{RET} or @key{left} or @key{right}
6103 then leads to the following result.
6105 @vindex org-reverse-note-order
6106 @multitable @columnfractions 0.2 0.15 0.65
6107 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
6108 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
6109 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
6110 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
6111 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
6112 @item                 @tab @tab depending on @code{org-reverse-note-order}.
6113 @item not on headline @tab @key{RET}
6114       @tab at cursor position, level taken from context.
6115 @end multitable
6117 Before inserting the text into a tree, the function ensures that the text has
6118 a headline, i.e. a first line that starts with a @samp{*}.  If not, a
6119 headline is constructed from the current date.  If you have indented the text
6120 of the note below the headline, the indentation will be adapted if inserting
6121 the note into the tree requires demotion from level 1.
6124 @node Attachments, RSS Feeds, Remember, Capture - Refile - Archive
6125 @section Attachments
6126 @cindex attachments
6128 @vindex org-attach-directory
6129 It is often useful to associate reference material with an outline node/task.
6130 Small chunks of plain text can simply be stored in the subtree of a project.
6131 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
6132 files that live elsewhere on your computer or in the cloud, like emails or
6133 source code files belonging to a project.  Another method is @i{attachments},
6134 which are files located in a directory belonging to an outline node.  Org
6135 uses directories named by the unique ID of each entry.  These directories are
6136 located in the @file{data} directory which lives in the same directory where
6137 your Org file lives@footnote{If you move entries or Org files from one
6138 directory to another, you may want to configure @code{org-attach-directory}
6139 to contain an absolute path.}.  If you initialize this directory with
6140 @code{git init}, Org will automatically commit changes when it sees them.
6141 The attachment system has been contributed to Org by John Wiegley.
6143 In cases where it seems better to do so, you can also attach a directory of your
6144 choice to an entry.  You can also make children inherit the attachment
6145 directory from a parent, so that an entire subtree uses the same attached
6146 directory.
6148 @noindent The following commands deal with attachments.
6150 @table @kbd
6152 @kindex C-c C-a
6153 @item C-c C-a
6154 The dispatcher for commands related to the attachment system.  After these
6155 keys, a list of commands is displayed and you need to press an additional key
6156 to select a command:
6158 @table @kbd
6159 @kindex C-c C-a a
6160 @item a
6161 @vindex org-attach-method
6162 Select a file and move it into the task's attachment directory.  The file
6163 will be copied, moved, or linked, depending on @code{org-attach-method}.
6164 Note that hard links are not supported on all systems.
6166 @kindex C-c C-a c
6167 @kindex C-c C-a m
6168 @kindex C-c C-a l
6169 @item c/m/l
6170 Attach a file using the copy/move/link method.
6171 Note that hard links are not supported on all systems.
6173 @kindex C-c C-a n
6174 @item n
6175 Create a new attachment as an Emacs buffer.
6177 @kindex C-c C-a z
6178 @item z
6179 Synchronize the current task with its attachment directory, in case you added
6180 attachments yourself.
6182 @kindex C-c C-a o
6183 @item o
6184 @vindex org-file-apps
6185 Open current task's attachment.  If there are more than one, prompt for a
6186 file name first.  Opening will follow the rules set by @code{org-file-apps}.
6187 For more details, see the information on following hyperlinks
6188 (@pxref{Handling links}).
6190 @kindex C-c C-a O
6191 @item O
6192 Also open the attachment, but force opening the file in Emacs.
6194 @kindex C-c C-a f
6195 @item f
6196 Open the current task's attachment directory.
6198 @kindex C-c C-a F
6199 @item F
6200 Also open the directory, but force using @command{dired} in Emacs.
6202 @kindex C-c C-a d
6203 @item d
6204 Select and delete a single attachment.
6206 @kindex C-c C-a D
6207 @item D
6208 Delete all of a task's attachments.  A safer way is to open the directory in
6209 @command{dired} and delete from there.
6211 @kindex C-c C-a s
6212 @item C-c C-a s
6213 @cindex property, ATTACH_DIR
6214 Set a specific directory as the entry's attachment directory.  This works by
6215 putting the directory path into the @code{ATTACH_DIR} property.
6217 @kindex C-c C-a i
6218 @item C-c C-a i
6219 @cindex property, ATTACH_DIR_INHERIT
6220 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
6221 same directory for attachments as the parent does.
6222 @end table
6223 @end table
6225 @node RSS Feeds, Protocols, Attachments, Capture - Refile - Archive
6226 @section RSS feeds
6227 @cindex RSS feeds
6229 Org has the capability to add and change entries based on information found in
6230 RSS feeds.  You could use this to make a task out of each new podcast in a
6231 podcast feed.  Or you could use a phone-based note-creating service on the
6232 web to import tasks into Org.  To access feeds, you need to configure the
6233 variable @code{org-feed-alist}.  The docstring of this variable has detailed
6234 information.  Here is just an example:
6236 @example
6237 (setq org-feed-alist
6238       '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2c3....."
6239          "~/org/feeds.org" "ReQall Entries")
6240 @end example
6241 @noindent
6242 will configure that new items from the feed provided by @file{reqall.com}
6243 will result in new entries in the file @file{~/org/feeds.org} under the
6244 heading @samp{ReQall Entries}, whenever the following command is used:
6246 @table @kbd
6247 @kindex C-c C-x g
6248 @item C-c C-x g
6249 Collect items from the feeds configured in @code{org-feed-alist} and act upon
6250 them.
6251 @kindex C-c C-x G
6252 @item C-c C-x G
6253 Prompt for a feed name and go to the inbox configured for this feed.
6254 @end table
6256 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
6257 it will store information about the status of items in the feed, to avoid
6258 adding the same item several times.  You should add @samp{FEEDSTATUS} to the
6259 list of drawers in that file:
6261 @example
6262 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
6263 @end example
6265 For more information, see @file{org-feed.el} and the docstring of
6266 @code{org-feed-alist}.
6268 @node Protocols, Refiling notes, RSS Feeds, Capture - Refile - Archive
6269 @section Protocols for external access
6270 @cindex protocols, for external access
6271 @cindex emacsserver
6273 You can set up Org for handling protocol calls from outside applications that
6274 are passed to Emacs through the @file{emacsserver}.  For example, you can
6275 configure bookmarks in your web browser to send a link to the current page to
6276 Org and create a note from it using Remember (@pxref{Remember}).  Or you
6277 could create a bookmark that will tell Emacs to open the local source file of
6278 a remote website you are looking at with the browser.  See
6279 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
6280 documentation and setup instructions.
6282 @node Refiling notes, Archiving, Protocols, Capture - Refile - Archive
6283 @section Refiling notes
6284 @cindex refiling notes
6286 When reviewing the captured data, you may want to refile some of the entries
6287 into a different list, for example into a project.  Cutting, finding the
6288 right location, and then pasting the note is cumbersome.  To simplify this
6289 process, you can use the following special command:
6291 @table @kbd
6292 @kindex C-c C-w
6293 @item C-c C-w
6294 @vindex org-reverse-note-order
6295 @vindex org-refile-targets
6296 @vindex org-refile-use-outline-path
6297 @vindex org-outline-path-complete-in-steps
6298 @vindex org-refile-allow-creating-parent-nodes
6299 @vindex org-log-refile
6300 @vindex org-refile-use-cache
6301 Refile the entry or region at point.  This command offers possible locations
6302 for refiling the entry and lets you select one with completion.  The item (or
6303 all items in the region) is filed below the target heading as a subitem.
6304 Depending on @code{org-reverse-note-order}, it will be either the first or
6305 last subitem.@*
6306 By default, all level 1 headlines in the current buffer are considered to be
6307 targets, but you can have more complex definitions across a number of files.
6308 See the variable @code{org-refile-targets} for details.  If you would like to
6309 select a location via a file-path-like completion along the outline path, see
6310 the variables @code{org-refile-use-outline-path} and
6311 @code{org-outline-path-complete-in-steps}.  If you would like to be able to
6312 create new nodes as new parents for refiling on the fly, check the
6313 variable @code{org-refile-allow-creating-parent-nodes}.
6314 When the variable @code{org-log-refile}@footnote{with corresponding
6315 @code{#+STARTUP} keywords @code{logrefile}, @code{lognoterefile},
6316 and @code{nologrefile}} is set, a time stamp or a note will be
6317 recorded when an entry has been refiled.
6318 @kindex C-u C-c C-w
6319 @item C-u C-c C-w
6320 Use the refile interface to jump to a heading.
6321 @kindex C-u C-u C-c C-w
6322 @item C-u C-u C-c C-w
6323 Jump to the location where @code{org-refile} last moved a tree to.
6324 @item C-2 C-c C-w
6325 Refile as the child of the item currently being clocked.
6326 @item C-0 C-c C-w @ @r{or} @ C-u C-u C-u C-c C-w
6327 Clear the target cache.  Caching of refile targets can be turned on by
6328 setting @code{org-refile-use-cache}.  To make the command seen new possible
6329 targets, you have to clear the cache with this command.
6330 @end table
6332 @node Archiving,  , Refiling notes, Capture - Refile - Archive
6333 @section Archiving
6334 @cindex archiving
6336 When a project represented by a (sub)tree is finished, you may want
6337 to move the tree out of the way and to stop it from contributing to the
6338 agenda.  Archiving is important to keep your working files compact and global
6339 searches like the construction of agenda views fast.
6341 @table @kbd
6342 @kindex C-c C-x C-a
6343 @item C-c C-x C-a
6344 @vindex org-archive-default-command
6345 Archive the current entry using the command specified in the variable
6346 @code{org-archive-default-command}.
6347 @end table
6349 @menu
6350 * Moving subtrees::             Moving a tree to an archive file
6351 * Internal archiving::          Switch off a tree but keep it in the file
6352 @end menu
6354 @node Moving subtrees, Internal archiving, Archiving, Archiving
6355 @subsection Moving a tree to the archive file
6356 @cindex external archiving
6358 The most common archiving action is to move a project tree to another file,
6359 the archive file.
6361 @table @kbd
6362 @kindex C-c $
6363 @kindex C-c C-x C-s
6364 @item C-c C-x C-s@ @r{or short} @ C-c $
6365 @vindex org-archive-location
6366 Archive the subtree starting at the cursor position to the location
6367 given by @code{org-archive-location}.
6368 @kindex C-u C-c C-x C-s
6369 @item C-u C-c C-x C-s
6370 Check if any direct children of the current headline could be moved to
6371 the archive.  To do this, each subtree is checked for open TODO entries.
6372 If none are found, the command offers to move it to the archive
6373 location.  If the cursor is @emph{not} on a headline when this command
6374 is invoked, the level 1 trees will be checked.
6375 @end table
6377 @cindex archive locations
6378 The default archive location is a file in the same directory as the
6379 current file, with the name derived by appending @file{_archive} to the
6380 current file name.  For information and examples on how to change this,
6381 see the documentation string of the variable
6382 @code{org-archive-location}.  There is also an in-buffer option for
6383 setting this variable, for example@footnote{For backward compatibility,
6384 the following also works: If there are several such lines in a file,
6385 each specifies the archive location for the text below it.  The first
6386 such line also applies to any text before its definition.  However,
6387 using this method is @emph{strongly} deprecated as it is incompatible
6388 with the outline structure of the document.  The correct method for
6389 setting multiple archive locations in a buffer is using properties.}:
6391 @cindex #+ARCHIVE
6392 @example
6393 #+ARCHIVE: %s_done::
6394 @end example
6396 @cindex property, ARCHIVE
6397 @noindent
6398 If you would like to have a special ARCHIVE location for a single entry
6399 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
6400 location as the value (@pxref{Properties and Columns}).
6402 @vindex org-archive-save-context-info
6403 When a subtree is moved, it receives a number of special properties that
6404 record context information like the file from where the entry came, its
6405 outline path the archiving time etc.  Configure the variable
6406 @code{org-archive-save-context-info} to adjust the amount of information
6407 added.
6410 @node Internal archiving,  , Moving subtrees, Archiving
6411 @subsection Internal archiving
6413 If you want to just switch off (for agenda views) certain subtrees without
6414 moving them to a different file, you can use the @code{ARCHIVE tag}.
6416 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
6417 its location in the outline tree, but behaves in the following way:
6418 @itemize @minus
6419 @item
6420 @vindex org-cycle-open-archived-trees
6421 It does not open when you attempt to do so with a visibility cycling
6422 command (@pxref{Visibility cycling}).  You can force cycling archived
6423 subtrees with @kbd{C-@key{TAB}}, or by setting the option
6424 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
6425 @code{show-all} will open archived subtrees.
6426 @item
6427 @vindex org-sparse-tree-open-archived-trees
6428 During sparse tree construction (@pxref{Sparse trees}), matches in
6429 archived subtrees are not exposed, unless you configure the option
6430 @code{org-sparse-tree-open-archived-trees}.
6431 @item
6432 @vindex org-agenda-skip-archived-trees
6433 During agenda view construction (@pxref{Agenda Views}), the content of
6434 archived trees is ignored unless you configure the option
6435 @code{org-agenda-skip-archived-trees}, in which case these trees will always
6436 be included.  In the agenda you can press @kbd{v a} to get archives
6437 temporarily included.
6438 @item
6439 @vindex org-export-with-archived-trees
6440 Archived trees are not exported (@pxref{Exporting}), only the headline
6441 is.  Configure the details using the variable
6442 @code{org-export-with-archived-trees}.
6443 @item
6444 @vindex org-columns-skip-archived-trees
6445 Archived trees are excluded from column view unless the variable
6446 @code{org-columns-skip-archived-trees} is configured to @code{nil}.
6447 @end itemize
6449 The following commands help managing the ARCHIVE tag:
6451 @table @kbd
6452 @kindex C-c C-x a
6453 @item C-c C-x a
6454 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
6455 the headline changes to a shadowed face, and the subtree below it is
6456 hidden.
6457 @kindex C-u C-c C-x a
6458 @item C-u C-c C-x a
6459 Check if any direct children of the current headline should be archived.
6460 To do this, each subtree is checked for open TODO entries.  If none are
6461 found, the command offers to set the ARCHIVE tag for the child.  If the
6462 cursor is @emph{not} on a headline when this command is invoked, the
6463 level 1 trees will be checked.
6464 @kindex C-@kbd{TAB}
6465 @item C-@kbd{TAB}
6466 Cycle a tree even if it is tagged with ARCHIVE.
6467 @kindex C-c C-x A
6468 @item C-c C-x A
6469 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
6470 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}.  The
6471 entry becomes a child of that sibling and in this way retains a lot of its
6472 original context, including inherited tags and approximate position in the
6473 outline.
6474 @end table
6477 @node Agenda Views, Markup, Capture - Refile - Archive, Top
6478 @chapter Agenda Views
6479 @cindex agenda views
6481 Due to the way Org works, TODO items, time-stamped items, and
6482 tagged headlines can be scattered throughout a file or even a number of
6483 files.  To get an overview of open action items, or of events that are
6484 important for a particular date, this information must be collected,
6485 sorted and displayed in an organized way.
6487 Org can select items based on various criteria and display them
6488 in a separate buffer.  Seven different view types are provided:
6490 @itemize @bullet
6491 @item
6492 an @emph{agenda} that is like a calendar and shows information
6493 for specific dates,
6494 @item
6495 a @emph{TODO list} that covers all unfinished
6496 action items,
6497 @item
6498 a @emph{match view}, showings headlines based on the tags, properties, and
6499 TODO state associated with them,
6500 @item
6501 a @emph{timeline view} that shows all events in a single Org file,
6502 in time-sorted view,
6503 @item
6504 a @emph{text search view} that shows all entries from multiple files
6505 that contain specified keywords,
6506 @item
6507 a @emph{stuck projects view} showing projects that currently don't move
6508 along, and
6509 @item
6510 @emph{custom views} that are special searches and combinations of different
6511 views.
6512 @end itemize
6514 @noindent
6515 The extracted information is displayed in a special @emph{agenda
6516 buffer}.  This buffer is read-only, but provides commands to visit the
6517 corresponding locations in the original Org files, and even to
6518 edit these files remotely.
6520 @vindex org-agenda-window-setup
6521 @vindex org-agenda-restore-windows-after-quit
6522 Two variables control how the agenda buffer is displayed and whether the
6523 window configuration is restored when the agenda exits:
6524 @code{org-agenda-window-setup} and
6525 @code{org-agenda-restore-windows-after-quit}.
6527 @menu
6528 * Agenda files::                Files being searched for agenda information
6529 * Agenda dispatcher::           Keyboard access to agenda views
6530 * Built-in agenda views::       What is available out of the box?
6531 * Presentation and sorting::    How agenda items are prepared for display
6532 * Agenda commands::             Remote editing of Org trees
6533 * Custom agenda views::         Defining special searches and views
6534 * Exporting Agenda Views::      Writing a view to a file
6535 * Agenda column view::          Using column view for collected entries
6536 @end menu
6538 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
6539 @section Agenda files
6540 @cindex agenda files
6541 @cindex files for agenda
6543 @vindex org-agenda-files
6544 The information to be shown is normally collected from all @emph{agenda
6545 files}, the files listed in the variable
6546 @code{org-agenda-files}@footnote{If the value of that variable is not a
6547 list, but a single file name, then the list of agenda files will be
6548 maintained in that external file.}. If a directory is part of this list,
6549 all files with the extension @file{.org} in this directory will be part
6550 of the list.
6552 Thus, even if you only work with a single Org file, that file should
6553 be put into the list@footnote{When using the dispatcher, pressing
6554 @kbd{<} before selecting a command will actually limit the command to
6555 the current file, and ignore @code{org-agenda-files} until the next
6556 dispatcher command.}.  You can customize @code{org-agenda-files}, but
6557 the easiest way to maintain it is through the following commands
6559 @cindex files, adding to agenda list
6560 @table @kbd
6561 @kindex C-c [
6562 @item C-c [
6563 Add current file to the list of agenda files.  The file is added to
6564 the front of the list.  If it was already in the list, it is moved to
6565 the front.  With a prefix argument, file is added/moved to the end.
6566 @kindex C-c ]
6567 @item C-c ]
6568 Remove current file from the list of agenda files.
6569 @kindex C-,
6570 @kindex C-'
6571 @item C-,
6572 @itemx C-'
6573 Cycle through agenda file list, visiting one file after the other.
6574 @kindex M-x org-iswitchb
6575 @item M-x org-iswitchb
6576 Command to use an @code{iswitchb}-like interface to switch to and between Org
6577 buffers.
6578 @end table
6580 @noindent
6581 The Org menu contains the current list of files and can be used
6582 to visit any of them.
6584 If you would like to focus the agenda temporarily on a file not in
6585 this list, or on just one file in the list, or even on only a subtree in a
6586 file, then this can be done in different ways.  For a single agenda command,
6587 you may press @kbd{<} once or several times in the dispatcher
6588 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
6589 extended period, use the following commands:
6591 @table @kbd
6592 @kindex C-c C-x <
6593 @item C-c C-x <
6594 Permanently restrict the agenda to the current subtree.  When with a
6595 prefix argument, or with the cursor before the first headline in a file,
6596 the agenda scope is set to the entire file.  This restriction remains in
6597 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
6598 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
6599 agenda view, the new restriction takes effect immediately.
6600 @kindex C-c C-x >
6601 @item C-c C-x >
6602 Remove the permanent restriction created by @kbd{C-c C-x <}.
6603 @end table
6605 @noindent
6606 When working with @file{speedbar.el}, you can use the following commands in
6607 the Speedbar frame:
6608 @table @kbd
6609 @kindex <
6610 @item < @r{in the speedbar frame}
6611 Permanently restrict the agenda to the item---either an Org file or a subtree
6612 in such a file---at the cursor in the Speedbar frame.
6613 If there is a window displaying an agenda view, the new restriction takes
6614 effect immediately.
6615 @kindex >
6616 @item > @r{in the speedbar frame}
6617 Lift the restriction.
6618 @end table
6620 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
6621 @section The agenda dispatcher
6622 @cindex agenda dispatcher
6623 @cindex dispatching agenda commands
6624 The views are created through a dispatcher, which should be bound to a
6625 global key---for example @kbd{C-c a} (@pxref{Installation}).  In the
6626 following we will assume that @kbd{C-c a} is indeed how the dispatcher
6627 is accessed and list keyboard access to commands accordingly.  After
6628 pressing @kbd{C-c a}, an additional letter is required to execute a
6629 command.  The dispatcher offers the following default commands:
6630 @table @kbd
6631 @item a
6632 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
6633 @item t @r{/} T
6634 Create a list of all TODO items (@pxref{Global TODO list}).
6635 @item m @r{/} M
6636 Create a list of headlines matching a TAGS expression (@pxref{Matching
6637 tags and properties}).
6638 @item L
6639 Create the timeline view for the current buffer (@pxref{Timeline}).
6640 @item s
6641 Create a list of entries selected by a boolean expression of keywords
6642 and/or regular expressions that must or must not occur in the entry.
6643 @item /
6644 @vindex org-agenda-text-search-extra-files
6645 Search for a regular expression in all agenda files and additionally in
6646 the files listed in @code{org-agenda-text-search-extra-files}.  This
6647 uses the Emacs command @code{multi-occur}.  A prefix argument can be
6648 used to specify the number of context lines for each match, default is
6650 @item # @r{/} !
6651 Create a list of stuck projects (@pxref{Stuck projects}).
6652 @item <
6653 Restrict an agenda command to the current buffer@footnote{For backward
6654 compatibility, you can also press @kbd{1} to restrict to the current
6655 buffer.}.  After pressing @kbd{<}, you still need to press the character
6656 selecting the command.
6657 @item < <
6658 If there is an active region, restrict the following agenda command to
6659 the region.  Otherwise, restrict it to the current subtree@footnote{For
6660 backward compatibility, you can also press @kbd{0} to restrict to the
6661 current region/subtree.}.  After pressing @kbd{< <}, you still need to press the
6662 character selecting the command.
6663 @end table
6665 You can also define custom commands that will be accessible through the
6666 dispatcher, just like the default commands.  This includes the
6667 possibility to create extended agenda buffers that contain several
6668 blocks together, for example the weekly agenda, the global TODO list and
6669 a number of special tags matches.  @xref{Custom agenda views}.
6671 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
6672 @section The built-in agenda views
6674 In this section we describe the built-in views.
6676 @menu
6677 * Weekly/daily agenda::         The calendar page with current tasks
6678 * Global TODO list::            All unfinished action items
6679 * Matching tags and properties::  Structured information with fine-tuned search
6680 * Timeline::                    Time-sorted view for single file
6681 * Search view::                 Find entries by searching for text
6682 * Stuck projects::              Find projects you need to review
6683 @end menu
6685 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
6686 @subsection The weekly/daily agenda
6687 @cindex agenda
6688 @cindex weekly agenda
6689 @cindex daily agenda
6691 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
6692 paper agenda, showing all the tasks for the current week or day.
6694 @table @kbd
6695 @cindex org-agenda, command
6696 @kindex C-c a a
6697 @item C-c a a
6698 @vindex org-agenda-ndays
6699 Compile an agenda for the current week from a list of Org files.  The agenda
6700 shows the entries for each day.  With a numeric prefix@footnote{For backward
6701 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
6702 listed before the agenda.  This feature is deprecated, use the dedicated TODO
6703 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
6704 C-c a a}) you may set the number of days to be displayed (see also the
6705 variable @code{org-agenda-ndays})
6706 @end table
6708 Remote editing from the agenda buffer means, for example, that you can
6709 change the dates of deadlines and appointments from the agenda buffer.
6710 The commands available in the Agenda buffer are listed in @ref{Agenda
6711 commands}.
6713 @subsubheading Calendar/Diary integration
6714 @cindex calendar integration
6715 @cindex diary integration
6717 Emacs contains the calendar and diary by Edward M. Reingold.  The
6718 calendar displays a three-month calendar with holidays from different
6719 countries and cultures.  The diary allows you to keep track of
6720 anniversaries, lunar phases, sunrise/set, recurrent appointments
6721 (weekly, monthly) and more.  In this way, it is quite complementary to
6722 Org.  It can be very useful to combine output from Org with
6723 the diary.
6725 In order to include entries from the Emacs diary into Org mode's
6726 agenda, you only need to customize the variable
6728 @lisp
6729 (setq org-agenda-include-diary t)
6730 @end lisp
6732 @noindent After that, everything will happen automatically.  All diary
6733 entries including holidays, anniversaries, etc., will be included in the
6734 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
6735 @key{RET} can be used from the agenda buffer to jump to the diary
6736 file in order to edit existing diary entries.  The @kbd{i} command to
6737 insert new entries for the current date works in the agenda buffer, as
6738 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
6739 Sunrise/Sunset times, show lunar phases and to convert to other
6740 calendars, respectively.  @kbd{c} can be used to switch back and forth
6741 between calendar and agenda.
6743 If you are using the diary only for sexp entries and holidays, it is
6744 faster to not use the above setting, but instead to copy or even move
6745 the entries into an Org file. Org mode evaluates diary-style sexp
6746 entries, and does it faster because there is no overhead for first
6747 creating the diary display.  Note that the sexp entries must start at
6748 the left margin, no whitespace is allowed before them.  For example,
6749 the following segment of an Org file will be processed and entries
6750 will be made in the agenda:
6752 @example
6753 * Birthdays and similar stuff
6754 #+CATEGORY: Holiday
6755 %%(org-calendar-holiday)   ; special function for holiday names
6756 #+CATEGORY: Ann
6757 %%(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
6758 %%(diary-anniversary 10  2 1869) Mahatma Gandhi would be %d years old
6759 @end example
6761 @subsubheading Anniversaries from BBDB
6762 @cindex BBDB, anniversaries
6763 @cindex anniversaries, from BBDB
6765 If you are using the Big Brothers Database to store your contacts, you will
6766 very likely prefer to store anniversaries in BBDB rather than in a
6767 separate Org or diary file.  Org supports this and will show BBDB
6768 anniversaries as part of the agenda.  All you need to do is to add the
6769 following to one your your agenda files:
6771 @example
6772 * Anniversaries
6773   :PROPERTIES:
6774   :CATEGORY: Anniv
6775   :END
6776 %%(org-bbdb-anniversaries)
6777 @end example
6779 You can then go ahead and define anniversaries for a BBDB record.  Basically,
6780 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
6781 record and then add the date in the format @code{YYYY-MM-DD}, followed by a
6782 space and the class of the anniversary (@samp{birthday} or @samp{wedding}, or
6783 a format string).  If you omit the class, it will default to @samp{birthday}.
6784 Here are a few examples, the header for the file @file{org-bbdb.el} contains
6785 more detailed information.
6787 @example
6788 1973-06-22
6789 1955-08-02 wedding
6790 2008-04-14 %s released version 6.01 of org-mode, %d years ago
6791 @end example
6793 After a change to BBDB, or for the first agenda display during an Emacs
6794 session, the agenda display will suffer a short delay as Org updates its
6795 hash with anniversaries.  However, from then on things will be very fast---much
6796 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
6797 in an Org or Diary file.
6799 @subsubheading Appointment reminders
6800 @cindex @file{appt.el}
6801 @cindex appointment reminders
6803 Org can interact with Emacs appointments notification facility.  To add all
6804 the appointments of your agenda files, use the command
6805 @code{org-agenda-to-appt}.  This command also lets you filter through the
6806 list of your appointments and add only those belonging to a specific category
6807 or matching a regular expression. See the docstring for details.
6809 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
6810 @subsection The global TODO list
6811 @cindex global TODO list
6812 @cindex TODO list, global
6814 The global TODO list contains all unfinished TODO items formatted and
6815 collected into a single place.
6817 @table @kbd
6818 @kindex C-c a t
6819 @item C-c a t
6820 Show the global TODO list.  This collects the TODO items from all agenda
6821 files (@pxref{Agenda Views}) into a single buffer.  By default, this lists
6822 items with a state the is not a DONE state.  The buffer is in
6823 @code{agenda-mode}, so there are commands to examine and manipulate the TODO
6824 entries directly from that buffer (@pxref{Agenda commands}).
6825 @kindex C-c a T
6826 @item C-c a T
6827 @cindex TODO keyword matching
6828 @vindex org-todo-keywords
6829 Like the above, but allows selection of a specific TODO keyword.  You can
6830 also do this by specifying a prefix argument to @kbd{C-c a t}.  You are
6831 prompted for a keyword, and you may also specify several keywords by
6832 separating them with @samp{|} as the boolean OR operator.  With a numeric
6833 prefix, the nth keyword in @code{org-todo-keywords} is selected.
6834 @kindex r
6835 The @kbd{r} key in the agenda buffer regenerates it, and you can give
6836 a prefix argument to this command to change the selected TODO keyword,
6837 for example @kbd{3 r}.  If you often need a search for a specific
6838 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
6839 Matching specific TODO keywords can also be done as part of a tags
6840 search (@pxref{Tag searches}).
6841 @end table
6843 Remote editing of TODO items means that you can change the state of a
6844 TODO entry with a single key press.  The commands available in the
6845 TODO list are described in @ref{Agenda commands}.
6847 @cindex sublevels, inclusion into TODO list
6848 Normally the global TODO list simply shows all headlines with TODO
6849 keywords.  This list can become very long.  There are two ways to keep
6850 it more compact:
6851 @itemize @minus
6852 @item
6853 @vindex org-agenda-todo-ignore-scheduled
6854 @vindex org-agenda-todo-ignore-deadlines
6855 @vindex org-agenda-todo-ignore-with-date
6856 Some people view a TODO item that has been @emph{scheduled} for execution or
6857 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
6858 Configure the variables @code{org-agenda-todo-ignore-scheduled},
6859 @code{org-agenda-todo-ignore-deadlines}, and/or
6860 @code{org-agenda-todo-ignore-with-date} to exclude such items from the
6861 global TODO list.
6862 @item
6863 @vindex org-agenda-todo-list-sublevels
6864 TODO items may have sublevels to break up the task into subtasks.  In
6865 such cases it may be enough to list only the highest level TODO headline
6866 and omit the sublevels from the global list.  Configure the variable
6867 @code{org-agenda-todo-list-sublevels} to get this behavior.
6868 @end itemize
6870 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
6871 @subsection Matching tags and properties
6872 @cindex matching, of tags
6873 @cindex matching, of properties
6874 @cindex tags view
6875 @cindex match view
6877 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
6878 or have properties (@pxref{Properties and Columns}), you can select headlines
6879 based on this metadata and collect them into an agenda buffer.  The match
6880 syntax described here also applies when creating sparse trees with @kbd{C-c /
6883 @table @kbd
6884 @kindex C-c a m
6885 @item C-c a m
6886 Produce a list of all headlines that match a given set of tags.  The
6887 command prompts for a selection criterion, which is a boolean logic
6888 expression with tags, like @samp{+work+urgent-withboss} or
6889 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
6890 define a custom command for it (@pxref{Agenda dispatcher}).
6891 @kindex C-c a M
6892 @item C-c a M
6893 @vindex org-tags-match-list-sublevels
6894 @vindex org-agenda-tags-todo-honor-ignore-options
6895 Like @kbd{C-c a m}, but only select headlines that are also TODO items in a
6896 not-DONE state and force checking subitems (see variable
6897 @code{org-tags-match-list-sublevels}).  To exclude scheduled/deadline items,
6898 see the variable @code{org-agenda-tags-todo-honor-ignore-options}.  Matching
6899 specific TODO keywords together with a tags match is also possible, see
6900 @ref{Tag searches}.
6901 @end table
6903 The commands available in the tags list are described in @ref{Agenda
6904 commands}.
6906 @subsubheading Match syntax
6908 @cindex Boolean logic, for tag/property searches
6909 A search string can use Boolean operators @samp{&} for AND and @samp{|} for
6910 OR.  @samp{&} binds more strongly than @samp{|}.  Parentheses are currently
6911 not implemented.  Each element in the search is either a tag, a regular
6912 expression matching tags, or an expression like @code{PROPERTY OPERATOR
6913 VALUE} with a comparison operator, accessing a property value.  Each element
6914 may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
6915 sugar for positive selection.  The AND operator @samp{&} is optional when
6916 @samp{+} or @samp{-} is present.  Here are some examples, using only tags.
6918 @table @samp
6919 @item +work-boss
6920 Select headlines tagged @samp{:work:}, but discard those also tagged
6921 @samp{:boss:}.
6922 @item work|laptop
6923 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
6924 @item work|laptop+night
6925 Like before, but require the @samp{:laptop:} lines to be tagged also
6926 @samp{:night:}.
6927 @end table
6929 @cindex regular expressions, with tags search
6930 Instead of a tag, you may also specify a regular expression enclosed in curly
6931 braces.  For example,
6932 @samp{work+@{^boss.*@}} matches headlines that contain the tag
6933 @samp{:work:} and any tag @i{starting} with @samp{boss}.
6935 @cindex TODO keyword matching, with tags search
6936 @cindex level, require for tags/property match
6937 @cindex category, require for tags/property match
6938 @vindex org-odd-levels-only
6939 You may also test for properties (@pxref{Properties and Columns}) at the same
6940 time as matching tags.  The properties may be real properties, or special
6941 properties that represent other metadata (@pxref{Special properties}).  For
6942 example, the ``property'' @code{TODO} represents the TODO keyword of the
6943 entry.  Or, the ``property'' @code{LEVEL} represents the level of an entry.
6944 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
6945 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
6946 DONE.  In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
6947 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
6949 Here are more examples:
6950 @table @samp
6951 @item work+TODO="WAITING"
6952 Select @samp{:work:}-tagged TODO lines with the specific TODO
6953 keyword @samp{WAITING}.
6954 @item work+TODO="WAITING"|home+TODO="WAITING"
6955 Waiting tasks both at work and at home.
6956 @end table
6958 When matching properties, a number of different operators can be used to test
6959 the value of a property.  Here is a complex example:
6961 @example
6962 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
6963          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
6964 @end example
6966 @noindent
6967 The type of comparison will depend on how the comparison value is written:
6968 @itemize @minus
6969 @item
6970 If the comparison value is a plain number, a numerical comparison is done,
6971 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
6972 @samp{>=}, and @samp{<>}.
6973 @item
6974 If the comparison value is enclosed in double-quotes,
6975 a string comparison is done, and the same operators are allowed.
6976 @item
6977 If the comparison value is enclosed in double-quotes @emph{and} angular
6978 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
6979 assumed to be date/time specifications in the standard Org way, and the
6980 comparison will be done accordingly.  Special values that will be recognized
6981 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
6982 @code{"<tomorrow>"} for these days at 0:00 hours, i.e. without a time
6983 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
6984 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
6985 respectively, can be used.
6986 @item
6987 If the comparison value is enclosed
6988 in curly braces, a regexp match is performed, with @samp{=} meaning that the
6989 regexp matches the property value, and @samp{<>} meaning that it does not
6990 match.
6991 @end itemize
6993 So the search string in the example finds entries tagged @samp{:work:} but
6994 not @samp{:boss:}, which also have a priority value @samp{A}, a
6995 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
6996 property that is numerically smaller than 2, a @samp{:With:} property that is
6997 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
6998 on or after October 11, 2008.
7000 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
7001 other properties will slow down the search.  However, once you have paid the
7002 price by accessing one property, testing additional properties is cheap
7003 again.
7005 You can configure Org mode to use property inheritance during a search, but
7006 beware that this can slow down searches considerably.  See @ref{Property
7007 inheritance}, for details.
7009 For backward compatibility, and also for typing speed, there is also a
7010 different way to test TODO states in a search.  For this, terminate the
7011 tags/property part of the search string (which may include several terms
7012 connected with @samp{|}) with a @samp{/} and then specify a Boolean
7013 expression just for TODO keywords.  The syntax is then similar to that for
7014 tags, but should be applied with care: for example, a positive selection on
7015 several TODO keywords cannot meaningfully be combined with boolean AND.
7016 However, @emph{negative selection} combined with AND can be meaningful.  To
7017 make sure that only lines are checked that actually have any TODO keyword
7018 (resulting in a speed-up), use @kbd{C-c a M}, or equivalently start the TODO
7019 part after the slash with @samp{!}.  Using @kbd{C-c a M} or @samp{/!} will
7020 not match TODO keywords in a DONE state.  Examples:
7022 @table @samp
7023 @item work/WAITING
7024 Same as @samp{work+TODO="WAITING"}
7025 @item work/!-WAITING-NEXT
7026 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
7027 nor @samp{NEXT}
7028 @item work/!+WAITING|+NEXT
7029 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
7030 @samp{NEXT}.
7031 @end table
7033 @node Timeline, Search view, Matching tags and properties, Built-in agenda views
7034 @subsection Timeline for a single file
7035 @cindex timeline, single file
7036 @cindex time-sorted view
7038 The timeline summarizes all time-stamped items from a single Org mode
7039 file in a @emph{time-sorted view}.  The main purpose of this command is
7040 to give an overview over events in a project.
7042 @table @kbd
7043 @kindex C-c a L
7044 @item C-c a L
7045 Show a time-sorted view of the Org file, with all time-stamped items.
7046 When called with a @kbd{C-u} prefix, all unfinished TODO entries
7047 (scheduled or not) are also listed under the current date.
7048 @end table
7050 @noindent
7051 The commands available in the timeline buffer are listed in
7052 @ref{Agenda commands}.
7054 @node Search view, Stuck projects, Timeline, Built-in agenda views
7055 @subsection Search view
7056 @cindex search view
7057 @cindex text search
7058 @cindex searching, for text
7060 This agenda view is a general text search facility for Org mode entries.
7061 It is particularly useful to find notes.
7063 @table @kbd
7064 @kindex C-c a s
7065 @item C-c a s
7066 This is a special search that lets you select entries by matching a substring
7067 or specific words using a boolean logic.
7068 @end table
7069 For example, the search string @samp{computer equipment} will find entries
7070 that contain @samp{computer equipment} as a substring.  If the two words are
7071 separated by more space or a line break, the search will still match.
7072 Search view can also search for specific keywords in the entry, using Boolean
7073 logic.  The search string @samp{+computer +wifi -ethernet -@{8\.11[bg]@}}
7074 will search for note entries that contain the keywords @code{computer}
7075 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
7076 not matched by the regular expression @code{8\.11[bg]}, meaning to
7077 exclude both 8.11b and 8.11g.  The first @samp{+} is necessary to turn on
7078 word search, other @samp{+} characters are optional.  For more details, see
7079 the docstring of the command @code{org-search-view}.
7081 @vindex org-agenda-text-search-extra-files
7082 Note that in addition to the agenda files, this command will also search
7083 the files listed in @code{org-agenda-text-search-extra-files}.
7085 @node Stuck projects,  , Search view, Built-in agenda views
7086 @subsection Stuck projects
7088 If you are following a system like David Allen's GTD to organize your
7089 work, one of the ``duties'' you have is a regular review to make sure
7090 that all projects move along.  A @emph{stuck} project is a project that
7091 has no defined next actions, so it will never show up in the TODO lists
7092 Org mode produces.  During the review, you need to identify such
7093 projects and define next actions for them.
7095 @table @kbd
7096 @kindex C-c a #
7097 @item C-c a #
7098 List projects that are stuck.
7099 @kindex C-c a !
7100 @item C-c a !
7101 @vindex org-stuck-projects
7102 Customize the variable @code{org-stuck-projects} to define what a stuck
7103 project is and how to find it.
7104 @end table
7106 You almost certainly will have to configure this view before it will
7107 work for you.  The built-in default assumes that all your projects are
7108 level-2 headlines, and that a project is not stuck if it has at least
7109 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
7111 Let's assume that you, in your own way of using Org mode, identify
7112 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
7113 indicate a project that should not be considered yet.  Let's further
7114 assume that the TODO keyword DONE marks finished projects, and that NEXT
7115 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
7116 is a next action even without the NEXT tag.  Finally, if the project
7117 contains the special word IGNORE anywhere, it should not be listed
7118 either.  In this case you would start by identifying eligible projects
7119 with a tags/todo match@footnote{@xref{Tag searches}.}
7120 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
7121 IGNORE in the subtree to identify projects that are not stuck.  The
7122 correct customization for this is
7124 @lisp
7125 (setq org-stuck-projects
7126       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
7127                                "\\<IGNORE\\>"))
7128 @end lisp
7130 Note that if a project is identified as non-stuck, the subtree of this entry
7131 will still be searched for stuck projects.
7133 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
7134 @section Presentation and sorting
7135 @cindex presentation, of agenda items
7137 @vindex org-agenda-prefix-format
7138 Before displaying items in an agenda view, Org mode visually prepares
7139 the items and sorts them.  Each item occupies a single line.  The line
7140 starts with a @emph{prefix} that contains the @emph{category}
7141 (@pxref{Categories}) of the item and other important information.  You can
7142 customize the prefix using the option @code{org-agenda-prefix-format}.
7143 The prefix is followed by a cleaned-up version of the outline headline
7144 associated with the item.
7146 @menu
7147 * Categories::                  Not all tasks are equal
7148 * Time-of-day specifications::  How the agenda knows the time
7149 * Sorting of agenda items::     The order of things
7150 @end menu
7152 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
7153 @subsection Categories
7155 @cindex category
7156 The category is a broad label assigned to each agenda item.  By default,
7157 the category is simply derived from the file name, but you can also
7158 specify it with a special line in the buffer, like this@footnote{For
7159 backward compatibility, the following also works: if there are several
7160 such lines in a file, each specifies the category for the text below it.
7161 The first category also applies to any text before the first CATEGORY
7162 line.  However, using this method is @emph{strongly} deprecated as it is
7163 incompatible with the outline structure of the document.  The correct
7164 method for setting multiple categories in a buffer is using a
7165 property.}:
7167 @example
7168 #+CATEGORY: Thesis
7169 @end example
7171 @noindent
7172 @cindex property, CATEGORY
7173 If you would like to have a special CATEGORY for a single entry or a
7174 (sub)tree, give the entry a @code{:CATEGORY:} property with the
7175 special category you want to apply as the value.
7177 @noindent
7178 The display in the agenda buffer looks best if the category is not
7179 longer than 10 characters.
7181 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
7182 @subsection Time-of-day specifications
7183 @cindex time-of-day specification
7185 Org mode checks each agenda item for a time-of-day specification.  The
7186 time can be part of the timestamp that triggered inclusion into the
7187 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
7188 ranges can be specified with two timestamps, like
7190 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
7192 In the headline of the entry itself, a time(range) may also appear as
7193 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
7194 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
7195 specifications in diary entries are recognized as well.
7197 For agenda display, Org mode extracts the time and displays it in a
7198 standard 24 hour format as part of the prefix.  The example times in
7199 the previous paragraphs would end up in the agenda like this:
7201 @example
7202     8:30-13:00 Arthur Dent lies in front of the bulldozer
7203    12:45...... Ford Prefect arrives and takes Arthur to the pub
7204    19:00...... The Vogon reads his poem
7205    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7206 @end example
7208 @cindex time grid
7209 If the agenda is in single-day mode, or for the display of today, the
7210 timed entries are embedded in a time grid, like
7212 @example
7213     8:00...... ------------------
7214     8:30-13:00 Arthur Dent lies in front of the bulldozer
7215    10:00...... ------------------
7216    12:00...... ------------------
7217    12:45...... Ford Prefect arrives and takes Arthur to the pub
7218    14:00...... ------------------
7219    16:00...... ------------------
7220    18:00...... ------------------
7221    19:00...... The Vogon reads his poem
7222    20:00...... ------------------
7223    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7224 @end example
7226 @vindex org-agenda-use-time-grid
7227 @vindex org-agenda-time-grid
7228 The time grid can be turned on and off with the variable
7229 @code{org-agenda-use-time-grid}, and can be configured with
7230 @code{org-agenda-time-grid}.
7232 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
7233 @subsection Sorting of agenda items
7234 @cindex sorting, of agenda items
7235 @cindex priorities, of agenda items
7236 Before being inserted into a view, the items are sorted.  How this is
7237 done depends on the type of view.
7238 @itemize @bullet
7239 @item
7240 @vindex org-agenda-files
7241 For the daily/weekly agenda, the items for each day are sorted.  The
7242 default order is to first collect all items containing an explicit
7243 time-of-day specification.  These entries will be shown at the beginning
7244 of the list, as a @emph{schedule} for the day.  After that, items remain
7245 grouped in categories, in the sequence given by @code{org-agenda-files}.
7246 Within each category, items are sorted by priority (@pxref{Priorities}),
7247 which is composed of the base priority (2000 for priority @samp{A}, 1000
7248 for @samp{B}, and 0 for @samp{C}), plus additional increments for
7249 overdue scheduled or deadline items.
7250 @item
7251 For the TODO list, items remain in the order of categories, but within
7252 each category, sorting takes place according to priority
7253 (@pxref{Priorities}).  The priority used for sorting derives from the
7254 priority cookie, with additions depending on how close an item is to its due
7255 or scheduled date.
7256 @item
7257 For tags matches, items are not sorted at all, but just appear in the
7258 sequence in which they are found in the agenda files.
7259 @end itemize
7261 @vindex org-agenda-sorting-strategy
7262 Sorting can be customized using the variable
7263 @code{org-agenda-sorting-strategy}, and may also include criteria based on
7264 the estimated effort of an entry (@pxref{Effort estimates}).
7266 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
7267 @section Commands in the agenda buffer
7268 @cindex commands, in agenda buffer
7270 Entries in the agenda buffer are linked back to the Org file or diary
7271 file where they originate.  You are not allowed to edit the agenda
7272 buffer itself, but commands are provided to show and jump to the
7273 original entry location, and to edit the Org files ``remotely'' from
7274 the agenda buffer.  In this way, all information is stored only once,
7275 removing the risk that your agenda and note files may diverge.
7277 Some commands can be executed with mouse clicks on agenda lines.  For
7278 the other commands, the cursor needs to be in the desired line.
7280 @table @kbd
7281 @tsubheading{Motion}
7282 @cindex motion commands in agenda
7283 @kindex n
7284 @item n
7285 Next line (same as @key{up} and @kbd{C-p}).
7286 @kindex p
7287 @item p
7288 Previous line (same as @key{down} and @kbd{C-n}).
7289 @tsubheading{View/Go to Org file}
7290 @kindex mouse-3
7291 @kindex @key{SPC}
7292 @item mouse-3
7293 @itemx @key{SPC}
7294 Display the original location of the item in another window.
7295 With prefix arg, make sure that the entire entry is made visible in the
7296 outline, not only the heading.
7298 @kindex L
7299 @item L
7300 Display original location and recenter that window.
7302 @kindex mouse-2
7303 @kindex mouse-1
7304 @kindex @key{TAB}
7305 @item mouse-2
7306 @itemx mouse-1
7307 @itemx @key{TAB}
7308 Go to the original location of the item in another window.  Under Emacs
7309 22, @kbd{mouse-1} will also works for this.
7311 @kindex @key{RET}
7312 @itemx @key{RET}
7313 Go to the original location of the item and delete other windows.
7315 @kindex F
7316 @item F
7317 @vindex org-agenda-start-with-follow-mode
7318 Toggle Follow mode.  In Follow mode, as you move the cursor through
7319 the agenda buffer, the other window always shows the corresponding
7320 location in the Org file.  The initial setting for this mode in new
7321 agenda buffers can be set with the variable
7322 @code{org-agenda-start-with-follow-mode}.
7324 @kindex C-c C-x b
7325 @item C-c C-x b
7326 Display the entire subtree of the current item in an indirect buffer.  With a
7327 numeric prefix argument N, go up to level N and then take that tree.  If N is
7328 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
7329 previously used indirect buffer.
7331 @kindex C-c C-o
7332 @item C-c C-o
7333 Follow a link in the entry.  This will offer a selection of any links in the
7334 text belonging to the referenced Org node.  If there is only one link, it
7335 will be followed without a selection prompt.
7337 @tsubheading{Change display}
7338 @cindex display changing, in agenda
7339 @kindex o
7340 @item o
7341 Delete other windows.
7343 @kindex v d
7344 @kindex d
7345 @kindex v w
7346 @kindex w
7347 @kindex v m
7348 @kindex v y
7349 @item v d @ @r{or short} @ d
7350 @itemx v w @ @r{or short} @ w
7351 @itemx v m
7352 @itemx v y
7353 Switch to day/week/month/year view.  When switching to day or week view,
7354 this setting becomes the default for subsequent agenda commands.  Since
7355 month and year views are slow to create, they do not become the default.
7356 A numeric prefix argument may be used to jump directly to a specific day
7357 of the year, ISO week, month, or year, respectively.  For example,
7358 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
7359 setting day, week, or month view, a year may be encoded in the prefix
7360 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
7361 2007.  If such a year specification has only one or two digits, it will
7362 be mapped to the interval 1938-2037.
7364 @kindex f
7365 @item f
7366 @vindex org-agenda-ndays
7367 Go forward in time to display the following @code{org-agenda-ndays} days.
7368 For example, if the display covers a week, switch to the following week.
7369 With prefix arg, go forward that many times @code{org-agenda-ndays} days.
7371 @kindex b
7372 @item b
7373 Go backward in time to display earlier dates.
7375 @kindex .
7376 @item .
7377 Go to today.
7379 @kindex j
7380 @item j
7381 Prompt for a date and go there.
7383 @kindex D
7384 @item D
7385 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
7387 @kindex v l
7388 @kindex v L
7389 @kindex l
7390 @item v l @ @r{or short} @ l
7391 @vindex org-log-done
7392 @vindex org-agenda-log-mode-items
7393 Toggle Logbook mode.  In Logbook mode, entries that were marked DONE while
7394 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
7395 entries that have been clocked on that day.  You can configure the entry
7396 types that should be included in log mode using the variable
7397 @code{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
7398 all possible logbook entries, including state changes.  When called with two
7399 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
7400 @kbd{v L} is equivalent to @kbd{C-u v l}.
7402 @kindex v [
7403 @kindex [
7404 @item v [ @ @r{or short} @ [
7405 Include inactive timestamps into the current view.  Only for weekly/daily
7406 agenda and timeline views.
7408 @kindex v a
7409 @kindex v A
7410 @item v a
7411 @itemx v A
7412 Toggle Archives mode.  In Archives mode, trees that are marked
7413 @code{ARCHIVED} are also scanned when producing the agenda.  When you use the
7414 capital @kbd{A}, even all archive files are included.  To exit archives mode,
7415 press @kbd{v a} again.
7417 @kindex v R
7418 @kindex R
7419 @item v R @ @r{or short} @ R
7420 @vindex org-agenda-start-with-clockreport-mode
7421 Toggle Clockreport mode.  In Clockreport mode, the daily/weekly agenda will
7422 always show a table with the clocked times for the timespan and file scope
7423 covered by the current agenda view.  The initial setting for this mode in new
7424 agenda buffers can be set with the variable
7425 @code{org-agenda-start-with-clockreport-mode}.
7427 @kindex v E
7428 @kindex E
7429 @item v E @ @r{or short} @ E
7430 @vindex org-agenda-start-with-entry-text-mode
7431 @vindex org-agenda-entry-text-maxlines
7432 Toggle entry text mode.  In entry text mode, a number of lines from the Org
7433 outline node referenced by an agenda line will be displayed below the line.
7434 The maximum number of lines is given by the variable
7435 @code{org-agenda-entry-text-maxlines}.  Calling this command with a numeric
7436 prefix argument will temporarily modify that number to the prefix value.
7438 @kindex G
7439 @item G
7440 @vindex org-agenda-use-time-grid
7441 @vindex org-agenda-time-grid
7442 Toggle the time grid on and off.  See also the variables
7443 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
7445 @kindex r
7446 @item r
7447 Recreate the agenda buffer, for example to reflect the changes after
7448 modification of the timestamps of items with @kbd{S-@key{left}} and
7449 @kbd{S-@key{right}}.  When the buffer is the global TODO list, a prefix
7450 argument is interpreted to create a selective list for a specific TODO
7451 keyword.
7452 @kindex g
7453 @item g
7454 Same as @kbd{r}.
7456 @kindex s
7457 @kindex C-x C-s
7458 @item s
7459 @itemx C-x C-s
7460 Save all Org buffers in the current Emacs session, and also the locations of
7461 IDs.
7463 @kindex C-c C-x C-c
7464 @item C-c C-x C-c
7465 @vindex org-columns-default-format
7466 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
7467 view format is taken from the entry at point, or (if there is no entry at
7468 point), from the first entry in the agenda view.  So whatever the format for
7469 that entry would be in the original buffer (taken from a property, from a
7470 @code{#+COLUMNS} line, or from the default variable
7471 @code{org-columns-default-format}), will be used in the agenda.
7473 @kindex C-c C-x >
7474 @item C-c C-x >
7475 Remove the restriction lock on the agenda, if it is currently restricted to a
7476 file or subtree (@pxref{Agenda files}).
7478 @tsubheading{Secondary filtering and query editing}
7479 @cindex filtering, by tag and effort, in agenda
7480 @cindex tag filtering, in agenda
7481 @cindex effort filtering, in agenda
7482 @cindex query editing, in agenda
7484 @kindex /
7485 @item /
7486 @vindex org-agenda-filter-preset
7487 Filter the current agenda view with respect to a tag and/or effort estimates.
7488 The difference between this and a custom agenda command is that filtering is
7489 very fast, so that you can switch quickly between different filters without
7490 having to recreate the agenda@footnote{Custom commands can preset a filter by
7491 binding the variable @code{org-agenda-filter-preset} as an option.  This
7492 filter will then be applied to the view and persist as a basic filter through
7493 refreshes and more secondary filtering.}
7495 You will be prompted for a tag selection letter, SPC will mean any tag at
7496 all.  Pressing @key{TAB} at that prompt will offer use completion to select a
7497 tag (including any tags that do not have a selection character).  The command
7498 then hides all entries that do not contain or inherit this tag.  When called
7499 with prefix arg, remove the entries that @emph{do} have the tag.  A second
7500 @kbd{/} at the prompt will turn off the filter and unhide any hidden entries.
7501 If the first key you press is either @kbd{+} or @kbd{-}, the previous filter
7502 will be narrowed by requiring or forbidding the selected additional tag.
7503 Instead of pressing @kbd{+} or @kbd{-} after @kbd{/}, you can also
7504 immediately use the @kbd{\} command.
7506 @vindex org-sort-agenda-noeffort-is-high
7507 In order to filter for effort estimates, you should set-up allowed
7508 efforts globally, for example
7509 @lisp
7510 (setq org-global-properties
7511     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
7512 @end lisp
7513 You can then filter for an effort by first typing an operator, one of
7514 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
7515 estimate in your array of allowed values, where @kbd{0} means the 10th value.
7516 The filter will then restrict to entries with effort smaller-or-equal, equal,
7517 or larger-or-equal than the selected value.  If the digits 0-9 are not used
7518 as fast access keys to tags, you can also simply press the index digit
7519 directly without an operator.  In this case, @kbd{<} will be assumed.  For
7520 application of the operator, entries without a defined effort will be treated
7521 according to the value of @code{org-sort-agenda-noeffort-is-high}.  To filter
7522 for tasks without effort definition, press @kbd{?} as the operator.
7524 Org also supports automatic, context-aware tag filtering.  If the variable
7525 @code{org-agenda-auto-exclude-function} is set to a user-defined function,
7526 that function can decide which tags should be excluded from the agenda
7527 automatically.  Once this is set, the @kbd{/} command then accepts @kbd{RET}
7528 as a sub-option key and runs the auto exclusion logic.  For example, let's
7529 say you use a @code{Net} tag to identify tasks which need network access, an
7530 @code{Errand} tag for errands in town, and a @code{Call} tag for making phone
7531 calls.  You could auto-exclude these tags based on the availability of the
7532 Internet, and outside of business hours, with something like this:
7534 @lisp
7535 @group
7536 (defun org-my-auto-exclude-function (tag)
7537   (and (cond
7538         ((string= tag "Net")
7539          (/= 0 (call-process "/sbin/ping" nil nil nil
7540                              "-c1" "-q" "-t1" "mail.gnu.org")))
7541         ((or (string= tag "Errand") (string= tag "Call"))
7542          (let ((hour (nth 2 (decode-time))))
7543            (or (< hour 8) (> hour 21)))))
7544        (concat "-" tag)))
7546 (setq org-agenda-auto-exclude-function 'org-my-auto-exclude-function)
7547 @end group
7548 @end lisp
7550 @kindex \
7551 @item \
7552 Narrow the current agenda filter by an additional condition.  When called with
7553 prefix arg, remove the entries that @emph{do} have the tag, or that do match
7554 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
7555 @kbd{-} as the first key after the @kbd{/} command.
7557 @kindex [
7558 @kindex ]
7559 @kindex @{
7560 @kindex @}
7561 @item [ ] @{ @}
7562 @table @i
7563 @item @r{in} search view
7564 add new search words (@kbd{[} and @kbd{]}) or new regular expressions
7565 (@kbd{@{} and @kbd{@}}) to the query string.  The opening bracket/brace will
7566 add a positive search term prefixed by @samp{+}, indicating that this search
7567 term @i{must} occur/match in the entry.  The closing bracket/brace will add a
7568 negative search term which @i{must not} occur/match in the entry for it to be
7569 selected.
7570 @end table
7572 @page
7573 @tsubheading{Remote editing}
7574 @cindex remote editing, from agenda
7576 @item 0-9
7577 Digit argument.
7579 @cindex undoing remote-editing events
7580 @cindex remote editing, undo
7581 @kindex C-_
7582 @item C-_
7583 Undo a change due to a remote editing command.  The change is undone
7584 both in the agenda buffer and in the remote buffer.
7586 @kindex t
7587 @item t
7588 Change the TODO state of the item, both in the agenda and in the
7589 original org file.
7591 @kindex C-S-@key{right}
7592 @kindex C-S-@key{left}
7593 @item C-S-@key{right}@r{/}@key{left}
7594 Switch to the next/previous set of TODO keywords.
7596 @kindex C-k
7597 @item C-k
7598 @vindex org-agenda-confirm-kill
7599 Delete the current agenda item along with the entire subtree belonging
7600 to it in the original Org file.  If the text to be deleted remotely
7601 is longer than one line, the kill needs to be confirmed by the user.  See
7602 variable @code{org-agenda-confirm-kill}.
7604 @kindex C-c C-w
7605 @item C-c C-w
7606 Refile the entry at point.
7608 @kindex C-c C-x C-a
7609 @kindex a
7610 @item C-c C-x C-a @ @r{or short} @ a
7611 @vindex org-archive-default-command
7612 Archive the subtree corresponding to the entry at point using the default
7613 archiving command set in @code{org-archive-default-command}.  When using the
7614 @code{a} key, confirmation will be required.
7616 @kindex C-c C-x a
7617 @item C-c C-x a
7618 Toggle the ARCHIVE tag for the current headline.
7620 @kindex C-c C-x A
7621 @item C-c C-x A
7622 Move the subtree corresponding to the current entry to its @emph{archive
7623 sibling}.
7625 @kindex $
7626 @kindex C-c C-x C-s
7627 @item C-c C-x C-s @ @r{or short} @ $
7628 Archive the subtree corresponding to the current headline.  This means the
7629 entry will be moved to the configured archive location, most likely a
7630 different file.
7632 @kindex T
7633 @item T
7634 @vindex org-agenda-show-inherited-tags
7635 Show all tags associated with the current item.  This is useful if you have
7636 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
7637 tags of a headline occasionally.
7639 @kindex :
7640 @item :
7641 Set tags for the current headline.  If there is an active region in the
7642 agenda, change a tag for all headings in the region.
7644 @kindex ,
7645 @item ,
7646 Set the priority for the current item.  Org mode prompts for the
7647 priority character. If you reply with @key{SPC}, the priority cookie
7648 is removed from the entry.
7650 @kindex P
7651 @item P
7652 Display weighted priority of current item.
7654 @kindex +
7655 @kindex S-@key{up}
7656 @item +
7657 @itemx S-@key{up}
7658 Increase the priority of the current item.  The priority is changed in
7659 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
7660 key for this.
7662 @kindex -
7663 @kindex S-@key{down}
7664 @item -
7665 @itemx S-@key{down}
7666 Decrease the priority of the current item.
7668 @kindex C-c C-z
7669 @kindex z
7670 @item z @ @r{or also} @ C-c C-z
7671 @vindex org-log-into-drawer
7672 Add a note to the entry.  This note will be recorded, and then files to the
7673 same location where state change notes are put.  Depending on
7674 @code{org-log-into-drawer}, this maybe inside a drawer.
7676 @kindex C-c C-a
7677 @item C-c C-a
7678 Dispatcher for all command related to attachments.
7680 @kindex C-c C-s
7681 @item C-c C-s
7682 Schedule this item, with prefix arg remove the scheduling timestamp
7684 @kindex C-c C-d
7685 @item C-c C-d
7686 Set a deadline for this item, with prefix arg remove the deadline.
7688 @kindex k
7689 @item k
7690 Agenda actions, to set dates for selected items to the cursor date.
7691 This command also works in the calendar!  The command prompts for an
7692 additional key:
7693 @example
7694 m   @r{Mark the entry at point for action.  You can also make entries}
7695     @r{in Org files with @kbd{C-c C-x C-k}.}
7696 d   @r{Set the deadline of the marked entry to the date at point.}
7697 s   @r{Schedule the marked entry at the date at point.}
7698 r   @r{Call @code{org-remember} with the cursor date as default date.}
7699 @end example
7700 @noindent
7701 Press @kbd{r} afterward to refresh the agenda and see the effect of the
7702 command.
7704 @kindex S-@key{right}
7705 @item S-@key{right}
7706 Change the timestamp associated with the current line by one day into the
7707 future.  With a numeric prefix argument, change it by that many days.  For
7708 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  With a
7709 @kbd{C-u} prefix, change the time by one hour.  If you immediately repeat the
7710 command, it will continue to change hours even without the prefix arg.  With
7711 a double @kbd{C-u C-u} prefix, do the same for changing minutes.  The stamp
7712 is changed in the original Org file, but the change is not directly reflected
7713 in the agenda buffer.  Use @kbd{r} or @kbd{g} to update the buffer.
7715 @kindex S-@key{left}
7716 @item S-@key{left}
7717 Change the timestamp associated with the current line by one day
7718 into the past.
7720 @kindex >
7721 @item >
7722 Change the timestamp associated with the current line.  The key @kbd{>} has
7723 been chosen, because it is the same as @kbd{S-.}  on my keyboard.
7725 @kindex I
7726 @item I
7727 Start the clock on the current item.  If a clock is running already, it
7728 is stopped first.
7730 @kindex O
7731 @item O
7732 Stop the previously started clock.
7734 @kindex X
7735 @item X
7736 Cancel the currently running clock.
7738 @kindex J
7739 @item J
7740 Jump to the running clock in another window.
7742 @tsubheading{Bulk remote editing selected entries}
7743 @cindex remote editing, bulk, from agenda
7745 @kindex m
7746 @item m
7747 Mark the entry at point for bulk action.
7749 @kindex u
7750 @item u
7751 Unmark entry for bulk action.
7753 @kindex U
7754 @item U
7755 Unmark all marked entries for bulk action.
7757 @kindex B
7758 @item B
7759 Bulk action: act on all marked entries in the agenda.  This will prompt for
7760 another key to select the action to be applied.  The prefix arg to @kbd{B}
7761 will be passed through to the @kbd{s} and @kbd{d} commands, to bulk-remove
7762 these special timestamps.
7763 @example
7764 r  @r{Prompt for a single refile target and move all entries.  The entries}
7765    @r{will no longer be in the agenda, refresh (@kbd{g}) to bring them back.}
7766 $  @r{Archive all selected entries.}
7767 A  @r{Archive entries by moving them to their respective archive siblings.}
7768 t  @r{Change TODO state.  This prompts for a single TODO keyword and}
7769    @r{changes the state of all selected entries, bypassing blocking and}
7770    @r{suppressing logging notes (but not time stamps).}
7771 +  @r{Add a tag to all selected entries.}
7772 -  @r{Remove a tag from all selected entries.}
7773 s  @r{Schedule all items to a new date.  To shift existing schedule dates}
7774    @r{by a fixed number of days, use something starting with double plus}
7775    @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
7776 d  @r{Set deadline to a specific date.}
7777 @end example
7780 @tsubheading{Calendar commands}
7781 @cindex calendar commands, from agenda
7782 @kindex c
7783 @item c
7784 Open the Emacs calendar and move to the date at the agenda cursor.
7786 @item c
7787 When in the calendar, compute and show the Org mode agenda for the
7788 date at the cursor.
7790 @cindex diary entries, creating from agenda
7791 @kindex i
7792 @item i
7793 @vindex org-agenda-diary-file
7794 Insert a new entry into the diary, using the date at the cursor and (for
7795 block entries) the date at the mark.  This will add to the Emacs diary
7796 file@footnote{This file is parsed for the agenda when
7797 @code{org-agenda-include-diary} is set.}, in a way similar to the @kbd{i}
7798 command in the calendar.  The diary file will pop up in another window, where
7799 you can add the entry.
7801 If you configure @code{org-agenda-diary-file} to point to an Org-mode file,
7802 Org will create entries (in org-mode syntax) in that file instead.  Most
7803 entries will be stored in a date-based outline tree that will later make it
7804 easy to archive appointments from previous months/years.  The tree will be
7805 built under an entry with a @code{DATE_TREE} property, or else with years as
7806 top-level entries.  Emacs will prompt you for the entry text - if you specify
7807 it, the entry will be created in @code{org-agenda-diary-file} without further
7808 interaction.  If you directly press @key{RET} at the prompt without typing
7809 text, the target file will be shown in another window for you to finish the
7810 entry there.  See also the @kbd{k r} command.
7812 @kindex M
7813 @item M
7814 Show the phases of the moon for the three months around current date.
7816 @kindex S
7817 @item S
7818 Show sunrise and sunset times.  The geographical location must be set
7819 with calendar variables, see the documentation for the Emacs calendar.
7821 @kindex C
7822 @item C
7823 Convert the date at cursor into many other cultural and historic
7824 calendars.
7826 @kindex H
7827 @item H
7828 Show holidays for three months around the cursor date.
7830 @item M-x org-export-icalendar-combine-agenda-files
7831 Export a single iCalendar file containing entries from all agenda files.
7832 This is a globally available command, and also available in the agenda menu.
7834 @tsubheading{Exporting to a file}
7835 @kindex C-x C-w
7836 @item C-x C-w
7837 @cindex exporting agenda views
7838 @cindex agenda views, exporting
7839 @vindex org-agenda-exporter-settings
7840 Write the agenda view to a file.  Depending on the extension of the selected
7841 file name, the view will be exported as HTML (extension @file{.html} or
7842 @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}),
7843 and plain text (any other extension).  When called with a @kbd{C-u} prefix
7844 argument, immediately open the newly created file.  Use the variable
7845 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
7846 for @file{htmlize} to be used during export.
7848 @tsubheading{Quit and Exit}
7849 @kindex q
7850 @item q
7851 Quit agenda, remove the agenda buffer.
7853 @kindex x
7854 @cindex agenda files, removing buffers
7855 @item x
7856 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
7857 for the compilation of the agenda.  Buffers created by the user to
7858 visit Org files will not be removed.
7859 @end table
7862 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
7863 @section Custom agenda views
7864 @cindex custom agenda views
7865 @cindex agenda views, custom
7867 Custom agenda commands serve two purposes: to store and quickly access
7868 frequently used TODO and tags searches, and to create special composite
7869 agenda buffers.  Custom agenda commands will be accessible through the
7870 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
7872 @menu
7873 * Storing searches::            Type once, use often
7874 * Block agenda::                All the stuff you need in a single buffer
7875 * Setting Options::             Changing the rules
7876 @end menu
7878 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
7879 @subsection Storing searches
7881 The first application of custom searches is the definition of keyboard
7882 shortcuts for frequently used searches, either creating an agenda
7883 buffer, or a sparse tree (the latter covering of course only the current
7884 buffer).
7885 @kindex C-c a C
7886 @vindex org-agenda-custom-commands
7887 Custom commands are configured in the variable
7888 @code{org-agenda-custom-commands}.  You can customize this variable, for
7889 example by pressing @kbd{C-c a C}.  You can also directly set it with
7890 Emacs Lisp in @file{.emacs}.  The following example contains all valid
7891 search types:
7893 @lisp
7894 @group
7895 (setq org-agenda-custom-commands
7896       '(("w" todo "WAITING")
7897         ("W" todo-tree "WAITING")
7898         ("u" tags "+boss-urgent")
7899         ("v" tags-todo "+boss-urgent")
7900         ("U" tags-tree "+boss-urgent")
7901         ("f" occur-tree "\\<FIXME\\>")
7902         ("h" . "HOME+Name tags searches") ; description for "h" prefix
7903         ("hl" tags "+home+Lisa")
7904         ("hp" tags "+home+Peter")
7905         ("hk" tags "+home+Kim")))
7906 @end group
7907 @end lisp
7909 @noindent
7910 The initial string in each entry defines the keys you have to press
7911 after the dispatcher command @kbd{C-c a} in order to access the command.
7912 Usually this will be just a single character, but if you have many
7913 similar commands, you can also define two-letter combinations where the
7914 first character is the same in several combinations and serves as a
7915 prefix key@footnote{You can provide a description for a prefix key by
7916 inserting a cons cell with the prefix and the description.}.  The second
7917 parameter is the search type, followed by the string or regular
7918 expression to be used for the matching.  The example above will
7919 therefore define:
7921 @table @kbd
7922 @item C-c a w
7923 as a global search for TODO entries with @samp{WAITING} as the TODO
7924 keyword
7925 @item C-c a W
7926 as the same search, but only in the current buffer and displaying the
7927 results as a sparse tree
7928 @item C-c a u
7929 as a global tags search for headlines marked @samp{:boss:} but not
7930 @samp{:urgent:}
7931 @item C-c a v
7932 as the same search as @kbd{C-c a u}, but limiting the search to
7933 headlines that are also TODO items
7934 @item C-c a U
7935 as the same search as @kbd{C-c a u}, but only in the current buffer and
7936 displaying the result as a sparse tree
7937 @item C-c a f
7938 to create a sparse tree (again: current buffer only) with all entries
7939 containing the word @samp{FIXME}
7940 @item C-c a h
7941 as a prefix command for a HOME tags search where you have to press an
7942 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
7943 Peter, or Kim) as additional tag to match.
7944 @end table
7946 @node Block agenda, Setting Options, Storing searches, Custom agenda views
7947 @subsection Block agenda
7948 @cindex block agenda
7949 @cindex agenda, with block views
7951 Another possibility is the construction of agenda views that comprise
7952 the results of @emph{several} commands, each of which creates a block in
7953 the agenda buffer.  The available commands include @code{agenda} for the
7954 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
7955 for the global TODO list (as constructed with @kbd{C-c a t}), and the
7956 matching commands discussed above: @code{todo}, @code{tags}, and
7957 @code{tags-todo}.  Here are two examples:
7959 @lisp
7960 @group
7961 (setq org-agenda-custom-commands
7962       '(("h" "Agenda and Home-related tasks"
7963          ((agenda "")
7964           (tags-todo "home")
7965           (tags "garden")))
7966         ("o" "Agenda and Office-related tasks"
7967          ((agenda "")
7968           (tags-todo "work")
7969           (tags "office")))))
7970 @end group
7971 @end lisp
7973 @noindent
7974 This will define @kbd{C-c a h} to create a multi-block view for stuff
7975 you need to attend to at home.  The resulting agenda buffer will contain
7976 your agenda for the current week, all TODO items that carry the tag
7977 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
7978 command @kbd{C-c a o} provides a similar view for office tasks.
7980 @node Setting Options,  , Block agenda, Custom agenda views
7981 @subsection Setting options for custom commands
7982 @cindex options, for custom agenda views
7984 @vindex org-agenda-custom-commands
7985 Org mode contains a number of variables regulating agenda construction
7986 and display.  The global variables define the behavior for all agenda
7987 commands, including the custom commands.  However, if you want to change
7988 some settings just for a single custom view, you can do so.  Setting
7989 options requires inserting a list of variable names and values at the
7990 right spot in @code{org-agenda-custom-commands}.  For example:
7992 @lisp
7993 @group
7994 (setq org-agenda-custom-commands
7995       '(("w" todo "WAITING"
7996          ((org-agenda-sorting-strategy '(priority-down))
7997           (org-agenda-prefix-format "  Mixed: ")))
7998         ("U" tags-tree "+boss-urgent"
7999          ((org-show-following-heading nil)
8000           (org-show-hierarchy-above nil)))
8001         ("N" search ""
8002          ((org-agenda-files '("~org/notes.org"))
8003           (org-agenda-text-search-extra-files nil)))))
8004 @end group
8005 @end lisp
8007 @noindent
8008 Now the @kbd{C-c a w} command will sort the collected entries only by
8009 priority, and the prefix format is modified to just say @samp{  Mixed: }
8010 instead of giving the category of the entry.  The sparse tags tree of
8011 @kbd{C-c a U} will now turn out ultra-compact, because neither the
8012 headline hierarchy above the match, nor the headline following the match
8013 will be shown.  The command @kbd{C-c a N} will do a text search limited
8014 to only a single file.
8016 @vindex org-agenda-custom-commands
8017 For command sets creating a block agenda,
8018 @code{org-agenda-custom-commands} has two separate spots for setting
8019 options.  You can add options that should be valid for just a single
8020 command in the set, and options that should be valid for all commands in
8021 the set.  The former are just added to the command entry, the latter
8022 must come after the list of command entries.  Going back to the block
8023 agenda example (@pxref{Block agenda}), let's change the sorting strategy
8024 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
8025 the results for GARDEN tags query in the opposite order,
8026 @code{priority-up}.  This would look like this:
8028 @lisp
8029 @group
8030 (setq org-agenda-custom-commands
8031       '(("h" "Agenda and Home-related tasks"
8032          ((agenda)
8033           (tags-todo "home")
8034           (tags "garden"
8035                 ((org-agenda-sorting-strategy '(priority-up)))))
8036          ((org-agenda-sorting-strategy '(priority-down))))
8037         ("o" "Agenda and Office-related tasks"
8038          ((agenda)
8039           (tags-todo "work")
8040           (tags "office")))))
8041 @end group
8042 @end lisp
8044 As you see, the values and parentheses setting is a little complex.
8045 When in doubt, use the customize interface to set this variable---it
8046 fully supports its structure.  Just one caveat: when setting options in
8047 this interface, the @emph{values} are just Lisp expressions.  So if the
8048 value is a string, you need to add the double-quotes around the value
8049 yourself.
8052 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
8053 @section Exporting Agenda Views
8054 @cindex agenda views, exporting
8056 If you are away from your computer, it can be very useful to have a printed
8057 version of some agenda views to carry around.  Org mode can export custom
8058 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
8059 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
8060 ghostscript @file{ps2pdf} utility must be installed on the system.  Selecting
8061 a PDF file with also create the postscript file.}, and iCalendar files.  If
8062 you want to do this only occasionally, use the command
8064 @table @kbd
8065 @kindex C-x C-w
8066 @item C-x C-w
8067 @cindex exporting agenda views
8068 @cindex agenda views, exporting
8069 @vindex org-agenda-exporter-settings
8070 Write the agenda view to a file.  Depending on the extension of the selected
8071 file name, the view will be exported as HTML (extension @file{.html} or
8072 @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension
8073 @file{.ics}), or plain text (any other extension).  Use the variable
8074 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
8075 for @file{htmlize} to be used during export, for example
8077 @vindex org-agenda-add-entry-text-maxlines
8078 @vindex htmlize-output-type
8079 @vindex ps-number-of-columns
8080 @vindex ps-landscape-mode
8081 @lisp
8082 (setq org-agenda-exporter-settings
8083       '((ps-number-of-columns 2)
8084         (ps-landscape-mode t)
8085         (org-agenda-add-entry-text-maxlines 5)
8086         (htmlize-output-type 'css)))
8087 @end lisp
8088 @end table
8090 If you need to export certain agenda views frequently, you can associate
8091 any custom agenda command with a list of output file names
8092 @footnote{If you want to store standard views like the weekly agenda
8093 or the global TODO list as well, you need to define custom commands for
8094 them in order to be able to specify file names.}.  Here is an example
8095 that first defines custom commands for the agenda and the global
8096 TODO list, together with a number of files to which to export them.
8097 Then we define two block agenda commands and specify file names for them
8098 as well.  File names can be relative to the current working directory,
8099 or absolute.
8101 @lisp
8102 @group
8103 (setq org-agenda-custom-commands
8104       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
8105         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
8106         ("h" "Agenda and Home-related tasks"
8107          ((agenda "")
8108           (tags-todo "home")
8109           (tags "garden"))
8110          nil
8111          ("~/views/home.html"))
8112         ("o" "Agenda and Office-related tasks"
8113          ((agenda)
8114           (tags-todo "work")
8115           (tags "office"))
8116          nil
8117          ("~/views/office.ps" "~/calendars/office.ics"))))
8118 @end group
8119 @end lisp
8121 The extension of the file name determines the type of export.  If it is
8122 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
8123 the buffer to HTML and save it to this file name.  If the extension is
8124 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
8125 Postscript output.  If the extension is @file{.ics}, iCalendar export is
8126 run export over all files that were used to construct the agenda, and
8127 limit the export to entries listed in the agenda.  Any other
8128 extension produces a plain ASCII file.
8130 The export files are @emph{not} created when you use one of those
8131 commands interactively because this might use too much overhead.
8132 Instead, there is a special command to produce @emph{all} specified
8133 files in one step:
8135 @table @kbd
8136 @kindex C-c a e
8137 @item C-c a e
8138 Export all agenda views that have export file names associated with
8139 them.
8140 @end table
8142 You can use the options section of the custom agenda commands to also
8143 set options for the export commands.  For example:
8145 @lisp
8146 (setq org-agenda-custom-commands
8147       '(("X" agenda ""
8148          ((ps-number-of-columns 2)
8149           (ps-landscape-mode t)
8150           (org-agenda-prefix-format " [ ] ")
8151           (org-agenda-with-colors nil)
8152           (org-agenda-remove-tags t))
8153          ("theagenda.ps"))))
8154 @end lisp
8156 @noindent
8157 This command sets two options for the Postscript exporter, to make it
8158 print in two columns in landscape format---the resulting page can be cut
8159 in two and then used in a paper agenda.  The remaining settings modify
8160 the agenda prefix to omit category and scheduling information, and
8161 instead include a checkbox to check off items.  We also remove the tags
8162 to make the lines compact, and we don't want to use colors for the
8163 black-and-white printer.  Settings specified in
8164 @code{org-agenda-exporter-settings} will also apply, but the settings
8165 in @code{org-agenda-custom-commands} take precedence.
8167 @noindent
8168 From the command line you may also use
8169 @example
8170 emacs -f org-batch-store-agenda-views -kill
8171 @end example
8172 @noindent
8173 or, if you need to modify some parameters@footnote{Quoting depends on the
8174 system you use, please check the FAQ for examples.}
8175 @example
8176 emacs -eval '(org-batch-store-agenda-views                      \
8177               org-agenda-ndays 30                               \
8178               org-agenda-start-day "2007-11-01"                 \
8179               org-agenda-include-diary nil                      \
8180               org-agenda-files (quote ("~/org/project.org")))'  \
8181       -kill
8182 @end example
8183 @noindent
8184 which will create the agenda views restricted to the file
8185 @file{~/org/project.org}, without diary entries and with a 30-day
8186 extent.
8188 You can also extract agenda information in a way that allows further
8189 processing by other programs.  See @ref{Extracting agenda information}, for
8190 more information.
8193 @node Agenda column view,  , Exporting Agenda Views, Agenda Views
8194 @section Using column view in the agenda
8195 @cindex column view, in agenda
8196 @cindex agenda, column view
8198 Column view (@pxref{Column view}) is normally used to view and edit
8199 properties embedded in the hierarchical structure of an Org file.  It can be
8200 quite useful to use column view also from the agenda, where entries are
8201 collected by certain criteria.
8203 @table @kbd
8204 @kindex C-c C-x C-c
8205 @item C-c C-x C-c
8206 Turn on column view in the agenda.
8207 @end table
8209 To understand how to use this properly, it is important to realize that the
8210 entries in the agenda are no longer in their proper outline environment.
8211 This causes the following issues:
8213 @enumerate
8214 @item
8215 @vindex org-columns-default-format
8216 @vindex org-overriding-columns-format
8217 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
8218 entries in the agenda are collected from different files, and different files
8219 may have different @code{COLUMNS} formats, this is a non-trivial problem.
8220 Org first checks if the variable @code{org-overriding-columns-format} is
8221 currently set, and if so, takes the format from there.  Otherwise it takes
8222 the format associated with the first item in the agenda, or, if that item
8223 does not have a specific format (defined in a property, or in its file), it
8224 uses @code{org-columns-default-format}.
8225 @item
8226 @cindex property, special, CLOCKSUM
8227 If any of the columns has a summary type defined (@pxref{Column attributes}),
8228 turning on column view in the agenda will visit all relevant agenda files and
8229 make sure that the computations of this property are up to date.  This is
8230 also true for the special @code{CLOCKSUM} property.  Org will then sum the
8231 values displayed in the agenda.  In the daily/weekly agenda, the sums will
8232 cover a single day, in all other views they cover the entire block.  It is
8233 vital to realize that the agenda may show the same entry @emph{twice} (for
8234 example as scheduled and as a deadline), and it may show two entries from the
8235 same hierarchy (for example a @emph{parent} and its @emph{child}).  In these
8236 cases, the summation in the agenda will lead to incorrect results because
8237 some values will count double.
8238 @item
8239 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
8240 the entire clocked time for this item.  So even in the daily/weekly agenda,
8241 the clocksum listed in column view may originate from times outside the
8242 current view.  This has the advantage that you can compare these values with
8243 a column listing the planned total effort for a task---one of the major
8244 applications for column view in the agenda.  If you want information about
8245 clocked time in the displayed period use clock table mode (press @kbd{R} in
8246 the agenda).
8247 @end enumerate
8250 @node Markup, Exporting, Agenda Views, Top
8251 @chapter Markup for rich export
8253 When exporting Org-mode documents, the exporter tries to reflect the
8254 structure of the document as accurately as possible in the backend.  Since
8255 export targets like HTML, La@TeX{}, or DocBook allow much richer formatting,
8256 Org mode has rules on how to prepare text for rich export.  This section
8257 summarizes the markup rules used in an Org-mode buffer.
8259 @menu
8260 * Structural markup elements::  The basic structure as seen by the exporter
8261 * Images and tables::           Tables and Images will be included
8262 * Literal examples::            Source code examples with special formatting
8263 * Include files::               Include additional files into a document
8264 * Index entries::               Making an index
8265 * Macro replacement::           Use macros to create complex output
8266 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
8267 @end menu
8269 @node Structural markup elements, Images and tables, Markup, Markup
8270 @section Structural markup elements
8272 @menu
8273 * Document title::              Where the title is taken from
8274 * Headings and sections::       The document structure as seen by the exporter
8275 * Table of contents::           The if and where of the table of contents
8276 * Initial text::                Text before the first heading?
8277 * Lists::                       Lists
8278 * Paragraphs::                  Paragraphs
8279 * Footnote markup::             Footnotes
8280 * Emphasis and monospace::      Bold, italic, etc.
8281 * Horizontal rules::            Make a line
8282 * Comment lines::               What will *not* be exported
8283 @end menu
8285 @node Document title, Headings and sections, Structural markup elements, Structural markup elements
8286 @subheading Document title
8287 @cindex document title, markup rules
8289 @noindent
8290 The title of the exported document is taken from the special line
8292 @cindex #+TITLE
8293 @example
8294 #+TITLE: This is the title of the document
8295 @end example
8297 @noindent
8298 If this line does not exist, the title is derived from the first non-empty,
8299 non-comment line in the buffer.  If no such line exists, or if you have
8300 turned off exporting of the text before the first headline (see below), the
8301 title will be the file name without extension.
8303 @cindex property, EXPORT_TITLE
8304 If you are exporting only a subtree by marking is as the region, the heading
8305 of the subtree will become the title of the document.  If the subtree has a
8306 property @code{EXPORT_TITLE}, that will take precedence.
8308 @node Headings and sections, Table of contents, Document title, Structural markup elements
8309 @subheading Headings and sections
8310 @cindex headings and sections, markup rules
8312 @vindex org-export-headline-levels
8313 The outline structure of the document as described in @ref{Document
8314 Structure}, forms the basis for defining sections of the exported document.
8315 However, since the outline structure is also used for (for example) lists of
8316 tasks, only the first three outline levels will be used as headings.  Deeper
8317 levels will become itemized lists.  You can change the location of this
8318 switch globally by setting the variable @code{org-export-headline-levels}, or on a
8319 per-file basis with a line
8321 @cindex #+OPTIONS
8322 @example
8323 #+OPTIONS: H:4
8324 @end example
8326 @node Table of contents, Initial text, Headings and sections, Structural markup elements
8327 @subheading Table of contents
8328 @cindex table of contents, markup rules
8330 @vindex org-export-with-toc
8331 The table of contents is normally inserted directly before the first headline
8332 of the file.  If you would like to get it to a different location, insert the
8333 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
8334 location.  The depth of the table of contents is by default the same as the
8335 number of headline levels, but you can choose a smaller number, or turn off
8336 the table of contents entirely, by configuring the variable
8337 @code{org-export-with-toc}, or on a per-file basis with a line like
8339 @example
8340 #+OPTIONS: toc:2          (only to two levels in TOC)
8341 #+OPTIONS: toc:nil        (no TOC at all)
8342 @end example
8344 @node Initial text, Lists, Table of contents, Structural markup elements
8345 @subheading Text before the first headline
8346 @cindex text before first headline, markup rules
8347 @cindex #+TEXT
8349 Org mode normally exports the text before the first headline, and even uses
8350 the first line as the document title.  The text will be fully marked up.  If
8351 you need to include literal HTML, La@TeX{}, or DocBook code, use the special
8352 constructs described below in the sections for the individual exporters.
8354 @vindex org-export-skip-text-before-1st-heading
8355 Some people like to use the space before the first headline for setup and
8356 internal links and therefore would like to control the exported text before
8357 the first headline in a different way.  You can do so by setting the variable
8358 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
8359 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
8361 @noindent
8362 If you still want to have some text before the first headline, use the
8363 @code{#+TEXT} construct:
8365 @example
8366 #+OPTIONS: skip:t
8367 #+TEXT: This text will go before the *first* headline.
8368 #+TEXT: [TABLE-OF-CONTENTS]
8369 #+TEXT: This goes between the table of contents and the first headline
8370 @end example
8372 @node Lists, Paragraphs, Initial text, Structural markup elements
8373 @subheading Lists
8374 @cindex lists, markup rules
8376 Plain lists as described in @ref{Plain lists}, are translated to the backend's
8377 syntax for such lists.  Most backends support unordered, ordered, and
8378 description lists.
8380 @node Paragraphs, Footnote markup, Lists, Structural markup elements
8381 @subheading Paragraphs, line breaks, and quoting
8382 @cindex paragraphs, markup rules
8384 Paragraphs are separated by at least one empty line.  If you need to enforce
8385 a line break within a paragraph, use @samp{\\} at the end of a line.
8387 To keep the line breaks in a region, but otherwise use normal formatting, you
8388 can use this construct, which can also be used to format poetry.
8390 @cindex #+BEGIN_VERSE
8391 @example
8392 #+BEGIN_VERSE
8393  Great clouds overhead
8394  Tiny black birds rise and fall
8395  Snow covers Emacs
8397      -- AlexSchroeder
8398 #+END_VERSE
8399 @end example
8401 When quoting a passage from another document, it is customary to format this
8402 as a paragraph that is indented on both the left and the right margin.  You
8403 can include quotations in Org-mode documents like this:
8405 @cindex #+BEGIN_QUOTE
8406 @example
8407 #+BEGIN_QUOTE
8408 Everything should be made as simple as possible,
8409 but not any simpler -- Albert Einstein
8410 #+END_QUOTE
8411 @end example
8413 If you would like to center some text, do it like this:
8414 @cindex #+BEGIN_CENTER
8415 @example
8416 #+BEGIN_CENTER
8417 Everything should be made as simple as possible, \\
8418 but not any simpler
8419 #+END_CENTER
8420 @end example
8423 @node Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements
8424 @subheading Footnote markup
8425 @cindex footnotes, markup rules
8426 @cindex @file{footnote.el}
8428 Footnotes defined in the way described in @ref{Footnotes}, will be exported by
8429 all backends.  Org allows multiple references to the same note, and
8430 different backends support this to varying degrees.
8432 @node Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements
8433 @subheading Emphasis and monospace
8435 @cindex underlined text, markup rules
8436 @cindex bold text, markup rules
8437 @cindex italic text, markup rules
8438 @cindex verbatim text, markup rules
8439 @cindex code text, markup rules
8440 @cindex strike-through text, markup rules
8441 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
8442 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
8443 in the code and verbatim string is not processed for Org-mode specific
8444 syntax, it is exported verbatim.
8446 @node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
8447 @subheading  Horizontal rules
8448 @cindex horizontal rules, markup rules
8449 A line consisting of only dashes, and at least 5 of them, will be
8450 exported as a horizontal line (@samp{<hr/>} in HTML).
8452 @node Comment lines,  , Horizontal rules, Structural markup elements
8453 @subheading Comment lines
8454 @cindex comment lines
8455 @cindex exporting, not
8456 @cindex #+BEGIN_COMMENT
8458 Lines starting with @samp{#} in column zero are treated as comments and will
8459 never be exported. If you want an indented line to be treated as a comment,
8460 start it with @samp{#+ }.  Also entire subtrees starting with the word
8461 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
8462 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
8464 @table @kbd
8465 @kindex C-c ;
8466 @item C-c ;
8467 Toggle the COMMENT keyword at the beginning of an entry.
8468 @end table
8471 @node Images and tables, Literal examples, Structural markup elements, Markup
8472 @section Images and Tables
8474 @cindex tables, markup rules
8475 @cindex #+CAPTION
8476 @cindex #+LABEL
8477 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
8478 the @file{table.el} package will be exported properly.  For Org mode tables,
8479 the lines before the first horizontal separator line will become table header
8480 lines.  You can use the following lines somewhere before the table to assign
8481 a caption and a label for cross references, and in the text you can refer to
8482 the object with @code{\ref@{tab:basic-data@}}:
8484 @example
8485 #+CAPTION: This is the caption for the next table (or link)
8486 #+LABEL:   tbl:basic-data
8487    | ... | ...|
8488    |-----|----|
8489 @end example
8491 @cindex inlined images, markup rules
8492 Some backends (HTML, La@TeX{}, and DocBook) allow you to directly include
8493 images into the exported document.  Org does this, if a link to an image
8494 files does not have a description part, for example @code{[[./img/a.jpg]]}.
8495 If you wish to define a caption for the image and maybe a label for internal
8496 cross references, make sure that the link is on a line by itself and precede
8497 it with @code{#+CAPTION} and @code{#+LABEL} as follows:
8499 @example
8500 #+CAPTION: This is the caption for the next figure link (or table)
8501 #+LABEL:   fig:SED-HR4049
8502 [[./img/a.jpg]]
8503 @end example
8505 You may also define additional attributes for the figure.  As this is
8506 backend-specific, see the sections about the individual backends for more
8507 information.
8510 @node Literal examples, Include files, Images and tables, Markup
8511 @section Literal examples
8512 @cindex literal examples, markup rules
8513 @cindex code line references, markup rules
8515 You can include literal examples that should not be subjected to
8516 markup.  Such examples will be typeset in monospace, so this is well suited
8517 for source code and similar examples.
8518 @cindex #+BEGIN_EXAMPLE
8520 @example
8521 #+BEGIN_EXAMPLE
8522 Some example from a text file.
8523 #+END_EXAMPLE
8524 @end example
8526 Note that such blocks may be @i{indented} in order to align nicely with
8527 indented text and in particular with plain list structure (@pxref{Plain
8528 lists}).  For simplicity when using small examples, you can also start the
8529 example lines with a colon followed by a space.  There may also be additional
8530 whitespace before the colon:
8532 @example
8533 Here is an example
8534    : Some example from a text file.
8535 @end example
8537 @cindex formatting source code, markup rules
8538 If the example is source code from a programming language, or any other text
8539 that can be marked up by font-lock in Emacs, you can ask for the example to
8540 look like the fontified Emacs buffer@footnote{Currently this works for the
8541 HTML backend, and requires the @file{htmlize.el} package version 1.34 or
8542 later.  It also works for LaTeX with the listings package, if you turn on the
8543 option @code{org-export-latex-listings} and make sure that the listings
8544 package is included by the LaTeX header.}.  This is done with the @samp{src}
8545 block, where you also need to specify the name of the major mode that should
8546 be used to fontify the example:
8547 @cindex #+BEGIN_SRC
8549 @example
8550 #+BEGIN_SRC emacs-lisp
8551 (defun org-xor (a b)
8552    "Exclusive or."
8553    (if a (not b) b))
8554 #+END_SRC
8555 @end example
8557 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
8558 switch to the end of the @code{BEGIN} line, to get the lines of the example
8559 numbered.  If you use a @code{+n} switch, the numbering from the previous
8560 numbered snippet will be continued in the current one.  In literal examples,
8561 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
8562 targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference name
8563 enclosed in single parenthesis).  In HTML, hovering the mouse over such a
8564 link will remote-highlight the corresponding code line, which is kind of
8565 cool.
8567 You can also add a @code{-r} switch which @i{removes} the labels from the
8568 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
8569 labels in the source code while using line numbers for the links, which might
8570 be useful to explain those in an org-mode example code.}.  With the @code{-n}
8571 switch, links to these references will be labeled by the line numbers from
8572 the code listing, otherwise links will use the labels with no parentheses.
8573 Here is an example:
8575 @example
8576 #+BEGIN_SRC emacs-lisp -n -r
8577 (save-excursion                  (ref:sc)
8578    (goto-char (point-min))       (ref:jump)
8579 #+END_SRC
8580 In line [[(sc)]] we remember the current position.  [[(jump)][Line (jump)]]
8581 jumps to point-min.
8582 @end example
8584 @vindex org-coderef-label-format
8585 If the syntax for the label format conflicts with the language syntax, use a
8586 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
8587 -n -r -l "((%s))"}.  See also the variable @code{org-coderef-label-format}.
8589 HTML export also allows examples to be published as text areas, @xref{Text
8590 areas in HTML export}.
8592 @table @kbd
8593 @kindex C-c '
8594 @item C-c '
8595 Edit the source code example at point in its native mode.  This works by
8596 switching to a temporary buffer with the source code.  You need to exit by
8597 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}
8598 or @samp{#} will get a comma prepended, to keep them from being interpreted
8599 by Org as outline nodes or special comments.  These commas will be stripped
8600 for editing with @kbd{C-c '}, and also for export.}, the edited version will
8601 then replace the old version in the Org buffer.  Fixed-width regions
8602 (where each line starts with a colon followed by a space) will be edited
8603 using @code{artist-mode}@footnote{You may select a different-mode with the
8604 variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII
8605 drawings easily.  Using this command in an empty line will create a new
8606 fixed-width region.
8607 @kindex C-c l
8608 @item C-c l
8609 Calling @code{org-store-link} while editing a source code example in a
8610 temporary buffer created with @kbd{C-c '} will prompt for a label, make sure
8611 that it is unique in the current buffer, and insert it with the proper
8612 formatting like @samp{(ref:label)} at the end of the current line.  Then the
8613 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
8614 @end table
8617 @node Include files, Index entries, Literal examples, Markup
8618 @section Include files
8619 @cindex include files, markup rules
8621 During export, you can include the content of another file.  For example, to
8622 include your @file{.emacs} file, you could use:
8623 @cindex #+INCLUDE
8625 @example
8626 #+INCLUDE: "~/.emacs" src emacs-lisp
8627 @end example
8628 @noindent
8629 The optional second and third parameter are the markup (e.g. @samp{quote},
8630 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
8631 language for formatting the contents.  The markup is optional, if it is not
8632 given, the text will be assumed to be in Org mode format and will be
8633 processed normally.  The include line will also allow additional keyword
8634 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
8635 first line and for each following line, as well as any options accepted by
8636 the selected markup.  For example, to include a file as an item, use
8638 @example
8639 #+INCLUDE: "~/snippets/xx" :prefix1 "   + " :prefix "     "
8640 @end example
8642 @table @kbd
8643 @kindex C-c '
8644 @item C-c '
8645 Visit the include file at point.
8646 @end table
8648 @node Index entries, Macro replacement, Include files, Markup
8649 @section Index enries
8650 @cindex index entries, for publishing
8652 You can specify entries that will be used for generating an index during
8653 publishing.  This is done by lines starting with @code{#+INDEX}.  An entry
8654 the contains an exclamation mark will create a sub item.  See @ref{Generating
8655 an index} for more information.
8657 @example
8658 * Curriculum Vitae
8659 #+INDEX: CV
8660 #+INDEX: Application!CV
8661 @end example
8666 @node Macro replacement, Embedded LaTeX, Index entries, Markup
8667 @section Macro replacement
8668 @cindex macro replacement, during export
8669 @cindex #+MACRO
8671 You can define text snippets with
8673 @example
8674 #+MACRO: name   replacement text $1, $2 are arguments
8675 @end example
8677 @noindent which can be referenced anywhere in the document (even in
8678 code examples) with @code{@{@{@{name(arg1,arg2)@}@}@}}.  In addition to
8679 defined macros, @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc.,
8680 will reference information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and
8681 similar lines.  Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
8682 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
8683 and to the modification time of the file being exported, respectively.
8684 @var{FORMAT} should be a format string understood by
8685 @code{format-time-string}.
8687 Macro expansion takes place during export, and some people use it to
8688 construct complex HTML code.
8691 @node Embedded LaTeX,  , Macro replacement, Markup
8692 @section Embedded La@TeX{}
8693 @cindex @TeX{} interpretation
8694 @cindex La@TeX{} interpretation
8696 Plain ASCII is normally sufficient for almost all note taking.  One
8697 exception, however, are scientific notes which need to be able to contain
8698 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
8699 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
8700 features described here as ``La@TeX{}'' are really from @TeX{}, but for
8701 simplicity I am blurring this distinction.}  is widely used to typeset
8702 scientific documents. Org mode supports embedding La@TeX{} code into its
8703 files, because many academics are used to reading La@TeX{} source code, and
8704 because it can be readily processed into images for HTML production.
8706 It is not necessary to mark La@TeX{} macros and code in any special way.
8707 If you observe a few conventions, Org mode knows how to find it and what
8708 to do with it.
8710 @menu
8711 * Special symbols::             Greek letters and other symbols
8712 * Subscripts and superscripts::  Simple syntax for raising/lowering text
8713 * LaTeX fragments::             Complex formulas made easy
8714 * Previewing LaTeX fragments::  What will this snippet look like?
8715 * CDLaTeX mode::                Speed up entering of formulas
8716 @end menu
8718 @node Special symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
8719 @subsection Special symbols
8720 @cindex math symbols
8721 @cindex special symbols
8722 @cindex @TeX{} macros
8723 @cindex La@TeX{} fragments, markup rules
8724 @cindex HTML entities
8725 @cindex La@TeX{} entities
8727 You can use La@TeX{} macros to insert special symbols like @samp{\alpha} to
8728 indicate the Greek letter, or @samp{\to} to indicate an arrow.  Completion
8729 for these macros is available, just type @samp{\} and maybe a few letters,
8730 and press @kbd{M-@key{TAB}} to see possible completions.  Unlike La@TeX{}
8731 code, Org mode allows these macros to be present without surrounding math
8732 delimiters, for example:
8734 @example
8735 Angles are written as Greek letters \alpha, \beta and \gamma.
8736 @end example
8738 @vindex org-entities
8739 During export, these symbols will be transformed into the native format of
8740 the exporter backend.  Strings like @code{\alpha} will be exported as
8741 @code{&alpha;} in the HTML output, and as @code{$\alpha$} in the La@TeX{}
8742 output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in HTML and
8743 @code{~} in La@TeX{}.  If you need such a symbol inside a word, terminate it
8744 like this: @samp{\Aacute@{@}stor}.
8746 A large number of entities is provided, with names taken from both HTML and
8747 La@TeX{}, see the variable @code{org-entities} for the complete list.
8748 @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
8749 @samp{...} are all converted into special commands creating hyphens of
8750 different lengths or a compact set of dots.
8752 If you would like to see entities displayed as utf8 characters, use the
8753 following command@footnote{You can turn this on by default by setting the
8754 variable @code{org-pretty-entities}, or on a per-file base with the
8755 @code{#+STARTUP} option @code{entitiespretty}.}:
8757 @table @kbd
8758 @kindex C-c C-x \
8759 @item C-c C-x \
8760 Toggle display of entities as UTF8 characters.  This does not change the
8761 buffer content which remains plain ASCII, but it overlays the UTF8 character
8762 for display purposes only.
8763 @end table
8765 @node Subscripts and superscripts, LaTeX fragments, Special symbols, Embedded LaTeX
8766 @subsection Subscripts and superscripts
8767 @cindex subscript
8768 @cindex superscript
8770 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
8771 and subscripts.  Again, these can be used without embedding them in
8772 math-mode delimiters.  To increase the readability of ASCII text, it is
8773 not necessary (but OK) to surround multi-character sub- and superscripts
8774 with curly braces.  For example
8776 @example
8777 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
8778 the sun is R_@{sun@} = 6.96 x 10^8 m.
8779 @end example
8781 @vindex org-export-with-sub-superscripts
8782 To avoid interpretation as raised or lowered text, you can quote @samp{^} and
8783 @samp{_} with a backslash: @samp{\^} and @samp{\_}.  If you write a text
8784 where the underscore is often used in a different context, Org's convention
8785 to always interpret these as subscripts can get in your way.  Configure the
8786 variable @code{org-export-with-sub-superscripts} to globally change this
8787 convention, or use, on a per-file basis:
8789 @example
8790 #+OPTIONS: ^:@{@}
8791 @end example
8793 @table @kbd
8794 @kindex C-c C-x \
8795 @item C-c C-x \
8796 In addition to showing entities as UTF8 characters, this command will also
8797 format sub- and superscripts in a WYSIWYM way.
8798 @end table
8800 @node LaTeX fragments, Previewing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
8801 @subsection La@TeX{} fragments
8802 @cindex La@TeX{} fragments
8804 @vindex org-format-latex-header
8805 With symbols, sub- and superscripts, HTML is pretty much at its end when
8806 it comes to representing mathematical formulas@footnote{Yes, there is
8807 MathML, but that is not yet fully supported by many browsers, and there
8808 is no decent converter for turning La@TeX{} or ASCII representations of
8809 formulas into MathML. So for the time being, converting formulas into
8810 images seems the way to go.}. More complex expressions need a dedicated
8811 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
8812 fragments. It provides commands to preview the typeset result of these
8813 fragments, and upon export to HTML, all fragments will be converted to
8814 images and inlined into the HTML document@footnote{The La@TeX{} export
8815 will not use images for displaying La@TeX{} fragments but include these
8816 fragments directly into the La@TeX{} code.}. For this to work you
8817 need to be on a system with a working La@TeX{} installation. You also
8818 need the @file{dvipng} program, available at
8819 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
8820 will be used when processing a fragment can be configured with the
8821 variable @code{org-format-latex-header}.
8823 La@TeX{} fragments don't need any special marking at all.  The following
8824 snippets will be identified as La@TeX{} source code:
8825 @itemize @bullet
8826 @item
8827 Environments of any kind.  The only requirement is that the
8828 @code{\begin} statement appears on a new line, preceded by only
8829 whitespace.
8830 @item
8831 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
8832 currency specifications, single @samp{$} characters are only recognized as
8833 math delimiters if the enclosed text contains at most two line breaks, is
8834 directly attached to the @samp{$} characters with no whitespace in between,
8835 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
8836 For the other delimiters, there is no such restriction, so when in doubt, use
8837 @samp{\(...\)} as inline math delimiters.
8838 @end itemize
8840 @noindent For example:
8842 @example
8843 \begin@{equation@}                          % arbitrary environments,
8844 x=\sqrt@{b@}                                % even tables, figures
8845 \end@{equation@}                            % etc
8847 If $a^2=b$ and \( b=2 \), then the solution must be
8848 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
8849 @end example
8851 @noindent
8852 @vindex org-format-latex-options
8853 If you need any of the delimiter ASCII sequences for other purposes, you
8854 can configure the option @code{org-format-latex-options} to deselect the
8855 ones you do not wish to have interpreted by the La@TeX{} converter.
8857 @node Previewing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
8858 @subsection Previewing LaTeX fragments
8859 @cindex LaTeX fragments, preview
8861 La@TeX{} fragments can be processed to produce preview images of the
8862 typeset expressions:
8864 @table @kbd
8865 @kindex C-c C-x C-l
8866 @item C-c C-x C-l
8867 Produce a preview image of the La@TeX{} fragment at point and overlay it
8868 over the source code.  If there is no fragment at point, process all
8869 fragments in the current entry (between two headlines).  When called
8870 with a prefix argument, process the entire subtree.  When called with
8871 two prefix arguments, or when the cursor is before the first headline,
8872 process the entire buffer.
8873 @kindex C-c C-c
8874 @item C-c C-c
8875 Remove the overlay preview images.
8876 @end table
8878 @vindex org-format-latex-options
8879 You can customize the variable @code{org-format-latex-options} to influence
8880 some aspects of the preview. In particular, the @code{:scale} (and for HTML
8881 export, @code{:html-scale}) property can be used to adjust the size of the
8882 preview images.
8884 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
8885 converted into images and inlined into the document if the following
8886 setting is active:
8888 @lisp
8889 (setq org-export-with-LaTeX-fragments t)
8890 @end lisp
8892 @node CDLaTeX mode,  , Previewing LaTeX fragments, Embedded LaTeX
8893 @subsection Using CDLa@TeX{} to enter math
8894 @cindex CDLa@TeX{}
8896 CDLa@TeX{} mode is a minor mode that is normally used in combination with a
8897 major La@TeX{} mode like AUC@TeX{} in order to speed-up insertion of
8898 environments and math templates.  Inside Org mode, you can make use of
8899 some of the features of CDLa@TeX{} mode.  You need to install
8900 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
8901 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
8902 Don't use CDLa@TeX{} mode itself under Org mode, but use the light
8903 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
8904 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
8905 Org files with
8907 @lisp
8908 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
8909 @end lisp
8911 When this mode is enabled, the following features are present (for more
8912 details see the documentation of CDLa@TeX{} mode):
8913 @itemize @bullet
8914 @kindex C-c @{
8915 @item
8916 Environment templates can be inserted with @kbd{C-c @{}.
8917 @item
8918 @kindex @key{TAB}
8919 The @key{TAB} key will do template expansion if the cursor is inside a
8920 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
8921 inside such a fragment, see the documentation of the function
8922 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
8923 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
8924 correctly inside the first brace.  Another @key{TAB} will get you into
8925 the second brace.  Even outside fragments, @key{TAB} will expand
8926 environment abbreviations at the beginning of a line.  For example, if
8927 you write @samp{equ} at the beginning of a line and press @key{TAB},
8928 this abbreviation will be expanded to an @code{equation} environment.
8929 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
8930 @item
8931 @kindex _
8932 @kindex ^
8933 @vindex cdlatex-simplify-sub-super-scripts
8934 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
8935 characters together with a pair of braces.  If you use @key{TAB} to move
8936 out of the braces, and if the braces surround only a single character or
8937 macro, they are removed again (depending on the variable
8938 @code{cdlatex-simplify-sub-super-scripts}).
8939 @item
8940 @kindex `
8941 Pressing the backquote @kbd{`} followed by a character inserts math
8942 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
8943 after the backquote, a help window will pop up.
8944 @item
8945 @kindex '
8946 Pressing the single-quote @kbd{'} followed by another character modifies
8947 the symbol before point with an accent or a font.  If you wait more than
8948 1.5 seconds after the backquote, a help window will pop up.  Character
8949 modification will work only inside La@TeX{} fragments, outside the quote
8950 is normal.
8951 @end itemize
8953 @node Exporting, Publishing, Markup, Top
8954 @chapter Exporting
8955 @cindex exporting
8957 Org-mode documents can be exported into a variety of other formats.  For
8958 printing and sharing of notes, ASCII export produces a readable and simple
8959 version of an Org file.  HTML export allows you to publish a notes file on
8960 the web, while the XOXO format provides a solid base for exchange with a
8961 broad range of other applications. La@TeX{} export lets you use Org mode and
8962 its structured editing functions to easily create La@TeX{} files.  DocBook
8963 export makes it possible to convert Org files to many other formats using
8964 DocBook tools.  For project management you can create gantt and resource
8965 charts by using TaskJuggler export.  To incorporate entries with associated
8966 times like deadlines or appointments into a desktop calendar program like
8967 iCal, Org mode can also produce extracts in the iCalendar format.  Currently
8968 Org mode only supports export, not import of these different formats.
8970 Org supports export of selected regions when @code{transient-mark-mode} is
8971 enabled (default in Emacs 23).
8973 @menu
8974 * Selective export::            Using tags to select and exclude trees
8975 * Export options::              Per-file export settings
8976 * The export dispatcher::       How to access exporter commands
8977 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
8978 * HTML export::                 Exporting to HTML
8979 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
8980 * DocBook export::              Exporting to DocBook
8981 * TaskJuggler export::          Exporting to TaskJuggler
8982 * Freemind export::             Exporting to Freemind mind maps
8983 * XOXO export::                 Exporting to XOXO
8984 * iCalendar export::            Exporting in iCalendar format
8985 @end menu
8987 @node Selective export, Export options, Exporting, Exporting
8988 @section Selective export
8989 @cindex export, selective by tags
8991 @vindex org-export-select-tags
8992 @vindex org-export-exclude-tags
8993 You may use tags to select the parts of a document that should be exported,
8994 or to exclude parts from export.  This behavior is governed by two variables:
8995 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
8997 Org first checks if any of the @emph{select} tags is present in the buffer.
8998 If yes, all trees that do not carry one of these tags will be excluded.  If a
8999 selected tree is a subtree, the heading hierarchy above it will also be
9000 selected for export, but not the text below those headings.
9002 @noindent
9003 If none of the select tags is found, the whole buffer will be selected for
9004 export.
9006 @noindent
9007 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
9008 be removed from the export buffer.
9010 @node Export options, The export dispatcher, Selective export, Exporting
9011 @section Export options
9012 @cindex options, for export
9014 @cindex completion, of option keywords
9015 The exporter recognizes special lines in the buffer which provide
9016 additional information.  These lines may be put anywhere in the file.
9017 The whole set of lines can be inserted into the buffer with @kbd{C-c
9018 C-e t}.  For individual lines, a good way to make sure the keyword is
9019 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
9020 (@pxref{Completion}).   For a summary of other in-buffer settings not
9021 specifically related to export, see @ref{In-buffer settings}.
9022 In particular, note that you can place commonly-used (export) options in
9023 a separate file which can be included using @code{#+SETUPFILE}.
9025 @table @kbd
9026 @kindex C-c C-e t
9027 @item C-c C-e t
9028 Insert template with export options, see example below.
9029 @end table
9031 @cindex #+TITLE
9032 @cindex #+AUTHOR
9033 @cindex #+DATE
9034 @cindex #+EMAIL
9035 @cindex #+DESCRIPTION
9036 @cindex #+KEYWORDS
9037 @cindex #+LANGUAGE
9038 @cindex #+TEXT
9039 @cindex #+OPTIONS
9040 @cindex #+BIND
9041 @cindex #+LINK_UP
9042 @cindex #+LINK_HOME
9043 @cindex #+EXPORT_SELECT_TAGS
9044 @cindex #+EXPORT_EXCLUDE_TAGS
9045 @cindex #+XSLT
9046 @cindex #+LATEX_HEADER
9047 @vindex user-full-name
9048 @vindex user-mail-address
9049 @vindex org-export-default-language
9050 @example
9051 #+TITLE:       the title to be shown (default is the buffer name)
9052 #+AUTHOR:      the author (default taken from @code{user-full-name})
9053 #+DATE:        a date, fixed, of a format string for @code{format-time-string}
9054 #+EMAIL:       his/her email address (default from @code{user-mail-address})
9055 #+DESCRIPTION: the page description, e.g. for the XHTML meta tag
9056 #+KEYWORDS:    the page keywords, e.g. for the XHTML meta tag
9057 #+LANGUAGE:    language for HTML, e.g. @samp{en} (@code{org-export-default-language})
9058 #+TEXT:        Some descriptive text to be inserted at the beginning.
9059 #+TEXT:        Several lines may be given.
9060 #+OPTIONS:     H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
9061 #+BIND:        lisp-var lisp-val, e.g.: org-export-latex-low-levels itemize
9062                @r{You need to confirm using these, or configure @code{org-export-allow-BIND}}
9063 #+LINK_UP:     the ``up'' link of an exported page
9064 #+LINK_HOME:   the ``home'' link of an exported page
9065 #+LATEX_HEADER: extra line(s) for the LaTeX header, like \usepackage@{xyz@}
9066 #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
9067 #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
9068 #+XSLT:        the XSLT stylesheet used by DocBook exporter to generate FO file
9069 @end example
9071 @noindent
9072 The OPTIONS line is a compact@footnote{If you want to configure many options
9073 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
9074 you can:
9075 @cindex headline levels
9076 @cindex section-numbers
9077 @cindex table of contents
9078 @cindex line-break preservation
9079 @cindex quoted HTML tags
9080 @cindex fixed-width sections
9081 @cindex tables
9082 @cindex @TeX{}-like syntax for sub- and superscripts
9083 @cindex footnotes
9084 @cindex special strings
9085 @cindex emphasized text
9086 @cindex @TeX{} macros
9087 @cindex La@TeX{} fragments
9088 @cindex author info, in export
9089 @cindex time info, in export
9090 @example
9091 H:         @r{set the number of headline levels for export}
9092 num:       @r{turn on/off section-numbers}
9093 toc:       @r{turn on/off table of contents, or set level limit (integer)}
9094 \n:        @r{turn on/off line-break-preservation (DOES NOT WORK)}
9095 @@:         @r{turn on/off quoted HTML tags}
9096 ::         @r{turn on/off fixed-width sections}
9097 |:         @r{turn on/off tables}
9098 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
9099            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
9100            @r{the simple @code{a_b} will be left as it is.}
9101 -:         @r{turn on/off conversion of special strings.}
9102 f:         @r{turn on/off footnotes like this[1].}
9103 todo:      @r{turn on/off inclusion of TODO keywords into exported text}
9104 pri:       @r{turn on/off priority cookies}
9105 tags:      @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
9106 <:         @r{turn on/off inclusion of any time/date stamps like DEADLINES}
9107 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
9108 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
9109 LaTeX:     @r{turn on/off La@TeX{} fragments}
9110 skip:      @r{turn on/off skipping the text before the first heading}
9111 author:    @r{turn on/off inclusion of author name/email into exported file}
9112 email:     @r{turn on/off inclusion of author email into exported file}
9113 creator:   @r{turn on/off inclusion of creator info into exported file}
9114 timestamp: @r{turn on/off inclusion creation time into exported file}
9115 d:         @r{turn on/off inclusion of drawers}
9116 @end example
9117 @noindent
9118 These options take effect in both the HTML and La@TeX{} export, except
9119 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
9120 @code{nil} for the La@TeX{} export.
9122 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
9123 calling an export command, the subtree can overrule some of the file's export
9124 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
9125 @code{EXPORT_TEXT}, @code{EXPORT_AUTHOR}, @code{EXPORT_DATE}, and
9126 @code{EXPORT_OPTIONS}.
9128 @node The export dispatcher, ASCII/Latin-1/UTF-8 export, Export options, Exporting
9129 @section The export dispatcher
9130 @cindex dispatcher, for export commands
9132 All export commands can be reached using the export dispatcher, which is a
9133 prefix key that prompts for an additional key specifying the command.
9134 Normally the entire file is exported, but if there is an active region that
9135 contains one outline tree, the first heading is used as document title and
9136 the subtrees are exported.
9138 @table @kbd
9139 @kindex C-c C-e
9140 @item C-c C-e
9141 @vindex org-export-run-in-background
9142 Dispatcher for export and publishing commands.  Displays a help-window
9143 listing the additional key(s) needed to launch an export or publishing
9144 command.  The prefix arg is passed through to the exporter.  A double prefix
9145 @kbd{C-u C-u} causes most commands to be executed in the background, in a
9146 separate Emacs process@footnote{To make this behavior the default, customize
9147 the variable @code{org-export-run-in-background}.}.
9148 @kindex C-c C-e v
9149 @item C-c C-e v
9150 Like @kbd{C-c C-e}, but only export the text that is currently visible
9151 (i.e. not hidden by outline visibility).
9152 @kindex C-u C-u C-c C-e
9153 @item C-u C-u C-c C-e
9154 @vindex org-export-run-in-background
9155 Call an the exporter, but reverse the setting of
9156 @code{org-export-run-in-background}, i.e. request background processing if
9157 not set, or force processing in the current Emacs process if set.
9158 @end table
9160 @node ASCII/Latin-1/UTF-8 export, HTML export, The export dispatcher, Exporting
9161 @section ASCII/Latin-1/UTF-8 export
9162 @cindex ASCII export
9163 @cindex Latin-1 export
9164 @cindex UTF-8 export
9166 ASCII export produces a simple and very readable version of an Org-mode
9167 file, containing only plain ASCII.  Latin-1 and UTF-8 export augment the file
9168 with special characters and symbols available in these encodings.
9170 @cindex region, active
9171 @cindex active region
9172 @cindex transient-mark-mode
9173 @table @kbd
9174 @kindex C-c C-e a
9175 @item C-c C-e a
9176 @cindex property, EXPORT_FILE_NAME
9177 Export as ASCII file.  For an Org file, @file{myfile.org}, the ASCII file
9178 will be @file{myfile.txt}.  The file will be overwritten without
9179 warning.  If there is an active region@footnote{This requires
9180 @code{transient-mark-mode} be turned on.}, only the region will be
9181 exported. If the selected region is a single tree@footnote{To select the
9182 current subtree, use @kbd{C-c @@}.}, the tree head will
9183 become the document title.  If the tree head entry has or inherits an
9184 @code{EXPORT_FILE_NAME} property, that name will be used for the
9185 export.
9186 @kindex C-c C-e A
9187 @item C-c C-e A
9188 Export to a temporary buffer, do not create a file.
9189 @kindex C-c C-e n
9190 @kindex C-c C-e N
9191 @item C-c C-e n @ @ @r{and} @ @ C-c C-e N
9192 Like the above commands, but use Latin-1 encoding.
9193 @kindex C-c C-e u
9194 @kindex C-c C-e U
9195 @item C-c C-e u @ @ @r{and} @ @ C-c C-e U
9196 Like the above commands, but use UTF-8 encoding.
9197 @kindex C-c C-e v a
9198 @kindex C-c C-e v n
9199 @kindex C-c C-e v u
9200 @item C-c C-e v a @ @ @r{and} @ @ C-c C-e v n @ @ @r{and} @ @ C-c C-e v u
9201 Export only the visible part of the document.
9202 @end table
9204 @cindex headline levels, for exporting
9205 In the exported version, the first 3 outline levels will become
9206 headlines, defining a general document structure.  Additional levels
9207 will be exported as itemized lists.  If you want that transition to occur
9208 at a different level, specify it with a prefix argument.  For example,
9210 @example
9211 @kbd{C-1 C-c C-e a}
9212 @end example
9214 @noindent
9215 creates only top level headlines and does the rest as items.  When
9216 headlines are converted to items, the indentation of the text following
9217 the headline is changed to fit nicely under the item.  This is done with
9218 the assumption that the first body line indicates the base indentation of
9219 the body text.  Any indentation larger than this is adjusted to preserve
9220 the layout relative to the first line.  Should there be lines with less
9221 indentation than the first, these are left alone.
9223 @vindex org-export-ascii-links-to-notes
9224 Links will be exported in a footnote-like style, with the descriptive part in
9225 the text and the link in a note before the next heading.  See the variable
9226 @code{org-export-ascii-links-to-notes} for details and other options.
9228 @node HTML export, LaTeX and PDF export, ASCII/Latin-1/UTF-8 export, Exporting
9229 @section HTML export
9230 @cindex HTML export
9232 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
9233 HTML formatting, in ways similar to John Gruber's @emph{markdown}
9234 language, but with additional support for tables.
9236 @menu
9237 * HTML Export commands::        How to invoke HTML export
9238 * Quoting HTML tags::           Using direct HTML in Org mode
9239 * Links in HTML export::        How links will be interpreted and formatted
9240 * Tables in HTML export::       How to modify the formatting of tables
9241 * Images in HTML export::       How to insert figures into HTML output
9242 * Text areas in HTML export::   An alternative way to show an example
9243 * CSS support::                 Changing the appearance of the output
9244 * Javascript support::          Info and Folding in a web browser
9245 @end menu
9247 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
9248 @subsection HTML export commands
9250 @cindex region, active
9251 @cindex active region
9252 @cindex transient-mark-mode
9253 @table @kbd
9254 @kindex C-c C-e h
9255 @item C-c C-e h
9256 @cindex property, EXPORT_FILE_NAME
9257 Export as HTML file @file{myfile.html}.  For an Org file @file{myfile.org},
9258 the ASCII file will be @file{myfile.html}.  The file will be overwritten
9259 without warning.  If there is an active region@footnote{This requires
9260 @code{transient-mark-mode} be turned on.}, only the region will be
9261 exported. If the selected region is a single tree@footnote{To select the
9262 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9263 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9264 property, that name will be used for the export.
9265 @kindex C-c C-e b
9266 @item C-c C-e b
9267 Export as HTML file and immediately open it with a browser.
9268 @kindex C-c C-e H
9269 @item C-c C-e H
9270 Export to a temporary buffer, do not create a file.
9271 @kindex C-c C-e R
9272 @item C-c C-e R
9273 Export the active region to a temporary buffer.  With a prefix argument, do
9274 not produce the file header and footer, but just the plain HTML section for
9275 the region.  This is good for cut-and-paste operations.
9276 @kindex C-c C-e v h
9277 @kindex C-c C-e v b
9278 @kindex C-c C-e v H
9279 @kindex C-c C-e v R
9280 @item C-c C-e v h
9281 @item C-c C-e v b
9282 @item C-c C-e v H
9283 @item C-c C-e v R
9284 Export only the visible part of the document.
9285 @item M-x org-export-region-as-html
9286 Convert the region to HTML under the assumption that it was Org-mode
9287 syntax before.  This is a global command that can be invoked in any
9288 buffer.
9289 @item M-x org-replace-region-by-HTML
9290 Replace the active region (assumed to be in Org-mode syntax) by HTML
9291 code.
9292 @end table
9294 @cindex headline levels, for exporting
9295 In the exported version, the first 3 outline levels will become headlines,
9296 defining a general document structure.  Additional levels will be exported as
9297 itemized lists.  If you want that transition to occur at a different level,
9298 specify it with a numeric prefix argument.  For example,
9300 @example
9301 @kbd{C-2 C-c C-e b}
9302 @end example
9304 @noindent
9305 creates two levels of headings and does the rest as items.
9307 @node Quoting HTML tags, Links in HTML export, HTML Export commands, HTML export
9308 @subsection Quoting HTML tags
9310 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
9311 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
9312 which should be interpreted as such, mark them with @samp{@@} as in
9313 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
9314 simple tags.  For more extensive HTML that should be copied verbatim to
9315 the exported file use either
9317 @cindex #+HTML
9318 @cindex #+BEGIN_HTML
9319 @example
9320 #+HTML: Literal HTML code for export
9321 @end example
9323 @noindent or
9324 @cindex #+BEGIN_HTML
9326 @example
9327 #+BEGIN_HTML
9328 All lines between these markers are exported literally
9329 #+END_HTML
9330 @end example
9333 @node Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export
9334 @subsection Links in HTML export
9336 @cindex links, in HTML export
9337 @cindex internal links, in HTML export
9338 @cindex external links, in HTML export
9339 Internal links (@pxref{Internal links}) will continue to work in HTML.  This
9340 includes automatic links created by radio targets (@pxref{Radio
9341 targets}).  Links to external files will still work if the target file is on
9342 the same @i{relative} path as the published Org file.  Links to other
9343 @file{.org} files will be translated into HTML links under the assumption
9344 that an HTML version also exists of the linked file, at the same relative
9345 path.  @samp{id:} links can then be used to jump to specific entries across
9346 files.  For information related to linking files while publishing them to a
9347 publishing directory see @ref{Publishing links}.
9349 If you want to specify attributes for links, you can do so using a special
9350 @code{#+ATTR_HTML} line to define attributes that will be added to the
9351 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{title}
9352 and @code{style} attributes for a link:
9354 @cindex #+ATTR_HTML
9355 @example
9356 #+ATTR_HTML: title="The Org-mode homepage" style="color:red;"
9357 [[http://orgmode.org]]
9358 @end example
9360 @node Tables in HTML export, Images in HTML export, Links in HTML export, HTML export
9361 @subsection Tables
9362 @cindex tables, in HTML
9363 @vindex org-export-html-table-tag
9365 Org-mode tables are exported to HTML using the table tag defined in
9366 @code{org-export-html-table-tag}.  The default setting makes tables without
9367 cell borders and frame.  If you would like to change this for individual
9368 tables, place somthing like the following before the table:
9370 @cindex #+CAPTION
9371 @cindex #+ATTR_HTML
9372 @example
9373 #+CAPTION: This is a table with lines around and between cells
9374 #+ATTR_HTML: border="2" rules="all" frame="all"
9375 @end example
9377 @node Images in HTML export, Text areas in HTML export, Tables in HTML export, HTML export
9378 @subsection Images in HTML export
9380 @cindex images, inline in HTML
9381 @cindex inlining images in HTML
9382 @vindex org-export-html-inline-images
9383 HTML export can inline images given as links in the Org file, and
9384 it can make an image the clickable part of a link.  By
9385 default@footnote{But see the variable
9386 @code{org-export-html-inline-images}.}, images are inlined if a link does
9387 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
9388 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
9389 @samp{the image} that points to the image.  If the description part
9390 itself is a @code{file:} link or a @code{http:} URL pointing to an
9391 image, this image will be inlined and activated so that clicking on the
9392 image will activate the link.  For example, to include a thumbnail that
9393 will link to a high resolution version of the image, you could use:
9395 @example
9396 [[file:highres.jpg][file:thumb.jpg]]
9397 @end example
9399 If you need to add attributes to an inlines image, use a @code{#+ATTR_HTML}.
9400 In the example below we specify the @code{alt} and @code{title} attributes to
9401 support text viewers and accessibility, and align it to the right.
9403 @cindex #+CAPTION
9404 @cindex #+ATTR_HTML
9405 @example
9406 #+CAPTION: A black cat stalking a spider
9407 #+ATTR_HTML: alt="cat/spider image" title="Action!" align="right"
9408 [[./img/a.jpg]]
9409 @end example
9411 @noindent
9412 and you could use @code{http} addresses just as well.
9414 @node Text areas in HTML export, CSS support, Images in HTML export, HTML export
9415 @subsection Text areas in HTML export
9417 @cindex text areas, in HTML
9418 An alternative way to publish literal code examples in HTML is to use text
9419 areas, where the example can even be edited before pasting it into an
9420 application.  It is triggered by a @code{-t} switch at an @code{example} or
9421 @code{src} block.  Using this switch disables any options for syntax and
9422 label highlighting, and line numbering, which may be present.  You may also
9423 use @code{-h} and @code{-w} switches to specify the height and width of the
9424 text area, which default to the number of lines in the example, and 80,
9425 respectively.  For example
9427 @example
9428 #+BEGIN_EXAMPLE -t -w 40
9429 (defun org-xor (a b)
9430    "Exclusive or."
9431    (if a (not b) b))
9432 #+END_EXAMPLE
9433 @end example
9436 @node CSS support, Javascript support, Text areas in HTML export, HTML export
9437 @subsection CSS support
9438 @cindex CSS, for HTML export
9439 @cindex HTML export, CSS
9441 @vindex org-export-html-todo-kwd-class-prefix
9442 @vindex org-export-html-tag-class-prefix
9443 You can also give style information for the exported file.  The HTML exporter
9444 assigns the following special CSS classes@footnote{If the classes on TODO
9445 keywords and tags lead to conflicts, use the variables
9446 @code{org-export-html-todo-kwd-class-prefix} and
9447 @code{org-export-html-tag-class-prefix} to make them unique.} to appropriate
9448 parts of the document---your style specifications may change these, in
9449 addition to any of the standard classes like for headlines, tables, etc.
9450 @example
9451 p.author            @r{author information, including email}
9452 p.date              @r{publishing date}
9453 p.creator           @r{creator info, about org-mode version}
9454 .title              @r{document title}
9455 .todo               @r{TODO keywords, all not-done states}
9456 .done               @r{the DONE keywords, all stated the count as done}
9457 .WAITING            @r{each TODO keyword also uses a class named after itself}
9458 .timestamp          @r{timestamp}
9459 .timestamp-kwd      @r{keyword associated with a timestamp, like SCHEDULED}
9460 .timestamp-wrapper  @r{span around keyword plus timestamp}
9461 .tag                @r{tag in a headline}
9462 ._HOME              @r{each tag uses itself as a class, "@@" replaced by "_"}
9463 .target             @r{target for links}
9464 .linenr             @r{the line number in a code example}
9465 .code-highlighted   @r{for highlighting referenced code lines}
9466 div.outline-N       @r{div for outline level N (headline plus text))}
9467 div.outline-text-N  @r{extra div for text at outline level N}
9468 .section-number-N   @r{section number in headlines, different for each level}
9469 div.figure          @r{how to format an inlined image}
9470 pre.src             @r{formatted source code}
9471 pre.example         @r{normal example}
9472 p.verse             @r{verse paragraph}
9473 div.footnotes       @r{footnote section headline}
9474 p.footnote          @r{footnote definition paragraph, containing a footnote}
9475 .footref            @r{a footnote reference number (always a <sup>)}
9476 .footnum            @r{footnote number in footnote definition (always <sup>)}
9477 @end example
9479 @vindex org-export-html-style-default
9480 @vindex org-export-html-style-include-default
9481 @vindex org-export-html-style
9482 @vindex org-export-html-extra
9483 @vindex org-export-html-style-default
9484 Each exported file contains a compact default style that defines these
9485 classes in a basic way@footnote{This style is defined in the constant
9486 @code{org-export-html-style-default}, which you should not modify.  To turn
9487 inclusion of these defaults off, customize
9488 @code{org-export-html-style-include-default}}.  You may overwrite these
9489 settings, or add to them by using the variables @code{org-export-html-style}
9490 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
9491 granular settings, like file-local settings).  To set the latter variable
9492 individually for each file, you can use
9494 @cindex #+STYLE
9495 @example
9496 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9497 @end example
9499 @noindent
9500 For longer style definitions, you can use several such lines.  You could also
9501 directly write a @code{<style>} @code{</style>} section in this way, without
9502 referring to an external file.
9504 @c FIXME: More about header and footer styles
9505 @c FIXME: Talk about links and targets.
9507 @node Javascript support,  , CSS support, HTML export
9508 @subsection Javascript supported display of web pages
9510 @cindex Rose, Sebastian
9511 Sebastian Rose has written a JavaScript program especially designed to
9512 enhance the web viewing experience of HTML files created with Org.  This
9513 program allows you to view large files in two different ways.  The first one
9514 is an @emph{Info}-like mode where each section is displayed separately and
9515 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
9516 as well, press @kbd{?} for an overview of the available keys).  The second
9517 view type is a @emph{folding} view much like Org provides inside Emacs.  The
9518 script is available at @url{http://orgmode.org/org-info.js} and you can find
9519 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
9520 We host the script at our site, but if you use it a lot, you might
9521 not want to be dependent on @url{orgmode.org} and prefer to install a local
9522 copy on your own web server.
9524 To use the script, you need to make sure that the @file{org-jsinfo.el} module
9525 gets loaded.  It should be loaded by default, but you can try @kbd{M-x
9526 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
9527 this is indeed the case.  All it then takes to make use of the program is
9528 adding a single line to the Org file:
9530 @cindex #+INFOJS_OPT
9531 @example
9532 #+INFOJS_OPT: view:info toc:nil
9533 @end example
9535 @noindent
9536 If this line is found, the HTML header will automatically contain the code
9537 needed to invoke the script.  Using the line above, you can set the following
9538 viewing options:
9540 @example
9541 path:    @r{The path to the script.  The default is to grab the script from}
9542          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
9543          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
9544 view:    @r{Initial view when website is first shown.  Possible values are:}
9545          info      @r{Info-like interface with one section per page.}
9546          overview  @r{Folding interface, initially showing only top-level.}
9547          content   @r{Folding interface, starting with all headlines visible.}
9548          showall   @r{Folding interface, all headlines and text visible.}
9549 sdepth:  @r{Maximum headline level that will still become an independent}
9550          @r{section for info and folding modes.  The default is taken from}
9551          @r{@code{org-export-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
9552          @r{If this is smaller than in @code{org-export-headline-levels}, each}
9553          @r{info/folding section can still contain child headlines.}
9554 toc:     @r{Should the table of content @emph{initially} be visible?}
9555          @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
9556 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
9557          @r{the variables @code{org-export-headline-levels} and @code{org-export-with-toc}.}
9558 ftoc:    @r{Does the css of the page specify a fixed position for the "toc"?}
9559          @r{If yes, the toc will never be displayed as a section.}
9560 ltoc:    @r{Should there be short contents (children) in each section?}
9561          @r{Make this @code{above} if the section should be above initial text.}
9562 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
9563          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
9564 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
9565          @r{default), only one such button will be present.}
9566 @end example
9567 @noindent
9568 @vindex org-infojs-options
9569 @vindex org-export-html-use-infojs
9570 You can choose default values for these options by customizing the variable
9571 @code{org-infojs-options}.  If you always want to apply the script to your
9572 pages, configure the variable @code{org-export-html-use-infojs}.
9574 @node LaTeX and PDF export, DocBook export, HTML export, Exporting
9575 @section La@TeX{} and PDF export
9576 @cindex La@TeX{} export
9577 @cindex PDF export
9578 @cindex Guerry, Bastien
9580 Org mode contains a La@TeX{} exporter written by Bastien Guerry.  With
9581 further processing@footnote{The default LaTeX output is designed for
9582 processing with pdftex or latex.  It includes packages that are not
9583 compatible with xetex and possibly luatex.  See the variables
9584 @code{org-export-latex-default-packages-alist} and
9585 @code{org-export-latex-packages-alist}.}, this backend is also used to
9586 produce PDF output.  Since the La@TeX{} output uses @file{hyperref} to
9587 implement links and cross references, the PDF output file will be fully
9588 linked.
9590 @menu
9591 * LaTeX/PDF export commands::   Which key invokes which commands
9592 * Header and sectioning::       Setting up the export file structure
9593 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
9594 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
9595 * Images in LaTeX export::      How to insert figures into La@TeX{} output
9596 * Beamer class export::         Turning the file into a presentation
9597 @end menu
9599 @node LaTeX/PDF export commands, Header and sectioning, LaTeX and PDF export, LaTeX and PDF export
9600 @subsection La@TeX{} export commands
9602 @cindex region, active
9603 @cindex active region
9604 @cindex transient-mark-mode
9605 @table @kbd
9606 @kindex C-c C-e l
9607 @item C-c C-e l
9608 @cindex property EXPORT_FILE_NAME
9609 Export as La@TeX{} file @file{myfile.tex}.  For an Org file
9610 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
9611 be overwritten without warning.  If there is an active region@footnote{This
9612 requires @code{transient-mark-mode} be turned on.}, only the region will be
9613 exported. If the selected region is a single tree@footnote{To select the
9614 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9615 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
9616 property, that name will be used for the export.
9617 @kindex C-c C-e L
9618 @item C-c C-e L
9619 Export to a temporary buffer, do not create a file.
9620 @kindex C-c C-e v l
9621 @kindex C-c C-e v L
9622 @item C-c C-e v l
9623 @item C-c C-e v L
9624 Export only the visible part of the document.
9625 @item M-x org-export-region-as-latex
9626 Convert the region to La@TeX{} under the assumption that it was Org mode
9627 syntax before.  This is a global command that can be invoked in any
9628 buffer.
9629 @item M-x org-replace-region-by-latex
9630 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
9631 code.
9632 @kindex C-c C-e p
9633 @item C-c C-e p
9634 Export as La@TeX{} and then process to PDF.
9635 @kindex C-c C-e d
9636 @item C-c C-e d
9637 Export as La@TeX{} and then process to PDF, then open the resulting PDF file.
9638 @end table
9640 @cindex headline levels, for exporting
9641 @vindex org-latex-low-levels
9642 In the exported version, the first 3 outline levels will become
9643 headlines, defining a general document structure.  Additional levels
9644 will be exported as description lists.  The exporter can ignore them or
9645 convert them to a custom string depending on
9646 @code{org-latex-low-levels}.
9648 If you want that transition to occur at a different level, specify it
9649 with a numeric prefix argument. For example,
9651 @example
9652 @kbd{C-2 C-c C-e l}
9653 @end example
9655 @noindent
9656 creates two levels of headings and does the rest as items.
9658 @node Header and sectioning, Quoting LaTeX code, LaTeX/PDF export commands, LaTeX and PDF export
9659 @subsection Header and sectioning structure
9660 @cindex La@TeX{} class
9661 @cindex La@TeX{} sectioning structure
9662 @cindex La@TeX{} header
9663 @cindex header, for LaTeX files
9664 @cindex sectioning structure, for LaTeX export
9666 By default, the La@TeX{} output uses the class @code{article}.
9668 @vindex org-export-latex-default-class
9669 @vindex org-export-latex-classes
9670 @vindex org-export-latex-default-packages-alist
9671 @vindex org-export-latex-packages-alist
9672 @cindex #+LATEX_HEADER
9673 @cindex #+LATEX_CLASS
9674 @cindex #+LATEX_CLASS_OPTIONS
9675 @cindex property, LATEX_CLASS
9676 @cindex property, LATEX_CLASS_OPTIONS
9677 You can change this globally by setting a different value for
9678 @code{org-export-latex-default-class} or locally by adding an option like
9679 @code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
9680 property that applies when exporting a region containing only this (sub)tree.
9681 The class must be listed in @code{org-export-latex-classes}.  This variable
9682 defines a header template for each class@footnote{Into which the values of
9683 @code{org-export-latex-default-packages-alist} and
9684 @code{org-export-latex-packages-alist} are spliced.}, and allows you to
9685 define the sectioning structure for each class.  You can also define your own
9686 classes there.  @code{#+LaTeX_CLASS_OPTIONS} or a @code{LaTeX_CLASS_OPTIONS}
9687 property can specify the options for the @code{\documentclass} macro.  You
9688 can also use @code{#+LATEX_HEADER: \usepackage@{xyz@}} to add lines to the
9689 header.  See the docstring of @code{org-export-latex-classes} for more
9690 information.
9692 @node Quoting LaTeX code, Tables in LaTeX export, Header and sectioning, LaTeX and PDF export
9693 @subsection Quoting La@TeX{} code
9695 Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
9696 inserted into the La@TeX{} file.  This includes simple macros like
9697 @samp{\ref@{LABEL@}} to create a cross reference to a figure.  Furthermore,
9698 you can add special code that should only be present in La@TeX{} export with
9699 the following constructs:
9701 @cindex #+LaTeX
9702 @cindex #+BEGIN_LaTeX
9703 @example
9704 #+LaTeX: Literal LaTeX code for export
9705 @end example
9707 @noindent or
9708 @cindex #+BEGIN_LaTeX
9710 @example
9711 #+BEGIN_LaTeX
9712 All lines between these markers are exported literally
9713 #+END_LaTeX
9714 @end example
9717 @node Tables in LaTeX export, Images in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
9718 @subsection Tables in La@TeX{} export
9719 @cindex tables, in La@TeX{} export
9721 For La@TeX{} export of a table, you can specify a label and a caption
9722 (@pxref{Images and tables}).  You can also use the @code{ATTR_LaTeX} line to
9723 request a @code{longtable} environment for the table, so that it may span
9724 several pages, or provide the @code{multicolumn} keyword that will make the
9725 table span the page in a multicolumn environment (@code{table*} environment).
9726 Finally, you can set the alignment string:
9728 @cindex #+CAPTION
9729 @cindex #+LABEL
9730 @cindex #+ATTR_LaTeX
9731 @example
9732 #+CAPTION: A long table
9733 #+LABEL: tbl:long
9734 #+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
9735 | ..... | ..... |
9736 | ..... | ..... |
9737 @end example
9740 @node Images in LaTeX export, Beamer class export, Tables in LaTeX export, LaTeX and PDF export
9741 @subsection Images in La@TeX{} export
9742 @cindex images, inline in La@TeX{}
9743 @cindex inlining images in La@TeX{}
9745 Images that are linked to without a description part in the link, like
9746 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
9747 output file resulting from La@TeX{} processing.  Org will use an
9748 @code{\includegraphics} macro to insert the image.  If you have specified a
9749 caption and/or a label as described in @ref{Images and tables}, the figure
9750 will be wrapped into a @code{figure} environment and thus become a floating
9751 element.  You can use an @code{#+ATTR_LaTeX:} line to specify the various
9752 options that can be used in the optional argument of the
9753 @code{\includegraphics} macro.  To modify the placement option of the
9754 @code{figure} environment, add something like @samp{placement=[h!]} to the
9755 Attributes.
9757 If you would like to let text flow around the image, add the word @samp{wrap}
9758 to the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left
9759 half of the page.  To fine-tune, the @code{placement} field will be the set
9760 of additional arguments needed by the @code{wrapfigure} environment.  Note
9761 that if you change the size of the image, you need to use compatible settings
9762 for @code{\includegraphics} and @code{wrapfigure}.
9764 @cindex #+CAPTION
9765 @cindex #+LABEL
9766 @cindex #+ATTR_LaTeX
9767 @example
9768 #+CAPTION:    The black-body emission of the disk around HR 4049
9769 #+LABEL:      fig:SED-HR4049
9770 #+ATTR_LaTeX: width=5cm,angle=90
9771 [[./img/sed-hr4049.pdf]]
9773 #+ATTR_LaTeX: width=0.38\textwidth wrap placement=@{r@}@{0.4\textwidth@}
9774 [[./img/hst.png]]
9775 @end example
9777 If you need references to a label created in this way, write
9778 @samp{\ref@{fig:SED-HR4049@}} just like in La@TeX{}.
9780 @node Beamer class export,  , Images in LaTeX export, LaTeX and PDF export
9781 @subsection Beamer class export
9783 The LaTeX class @file{beamer} allows production of high quality presentations
9784 using LaTeX and pdf processing.  Org-mode has special support for turning an
9785 Org-mode file or tree into a @file{beamer} presentation.
9787 When the LaTeX class for the current buffer (as set with @code{#+LaTeX_CLASS:
9788 beamer}) or subtree (set with a @code{LaTeX_CLASS} property) is
9789 @code{beamer}, a special export mode will turn the file or tree into a beamer
9790 presentation.  Any tree with not-too-deep level nesting should in principle be
9791 exportable as a beamer presentation.  By default, the top-level entries (or
9792 the first level below the selected subtree heading) will be turned into
9793 frames, and the outline structure below this level will become itemize lists.
9794 You can also configure the variable @code{org-beamer-frame-level} to a
9795 different level - then the hierarchy above frames will produce the sectioning
9796 structure of the presentation.
9798 A template for useful in-buffer settings or properties can be inserted into
9799 the buffer with @kbd{M-x org-beamer-settings-template}.  Among other things,
9800 this will install a column view format which is very handy for editing
9801 special properties used by beamer.
9803 You can influence the structure of the presentation using the following
9804 properties:
9806 @table @code
9807 @item BEAMER_env
9808 The environment that should be used to format this entry.  Valid environments
9809 are defined in the constant @code{org-beamer-environments-default}, and you
9810 can define more in @code{org-beamer-environments-extra}.  If this property is
9811 set, the entry will also get a @code{:B_environment:} tag to make this
9812 visible.  This tag has no semantic meaning, it is only a visual aid.
9813 @item BEAMER_envargs
9814 The beamer-special arguments that should be used for the environment, like
9815 @code{[t]} or @code{[<+->]} of @code{<2-3>}.  If the @code{BEAMER_col}
9816 property is also set, something like @code{C[t]} can be added here as well to
9817 set an options argument for the implied @code{columns} environment.
9818 @code{c[t]} will set an option for the implied @code{column} environment.
9819 @item BEAMER_col
9820 The width of a column that should start with this entry.  If this property is
9821 set, the entry will also get a @code{:BMCOL:} property to make this visible.
9822 Also this tag is only a visual aid.  When this is a plain number, it will be
9823 interpreted as a fraction of @code{\textwidth}.  Otherwise it will be assumed
9824 that you have specified the units, like @samp{3cm}.  The first such property
9825 in a frame will start a @code{columns} environment to surround the columns.
9826 This environment is closed when an entry has a @code{BEAMER_col} property
9827 with value 0 or 1, or automatically at the end of the frame.
9828 @item BEAMER_extra
9829 Additional commands that should be inserted after the environment has been
9830 opened.  For example, when creating a frame, this can be used to specify
9831 transitions.
9832 @end table
9834 Frames will automatically receive a @code{fragile} option if they contain
9835 source code that uses the verbatim environment.  Special @file{beamer}
9836 specific code can be inserted using @code{#+BEAMER:} and
9837 @code{#+BEGIN_beamer...#+end_beamer} constructs, similar to other export
9838 backends, but with the difference that @code{#+LaTeX:} stuff will be included
9839 in the presentation as well.
9841 Outline nodes with @code{BEAMER_env} property value @samp{note} or
9842 @samp{noteNH} will be formatted as beamer notes, i,e, they will be wrapped
9843 into @code{\note@{...@}}.  The former will include the heading as part of the
9844 note text, the latter will ignore the heading of that node.  To simplify note
9845 generation, it is actually enough to mark the note with a @emph{tag} (either
9846 @code{:B_note:} or @code{:B_noteNH:}) instead of creating the
9847 @code{BEAMER_env} property.
9849 You can turn on a special minor mode @code{org-beamer-mode} for editing
9850 support with
9852 @example
9853 #+STARTUP: beamer
9854 @end example
9856 @table @kbd
9857 @kindex C-c C-b
9858 @item C-c C-b
9859 In @code{org-beamer-mode}, this key offers fast selection of a beamer
9860 environment or the @code{BEAMER_col} property.
9861 @end table
9863 Column view provides a great way to set the environment of a node and other
9864 important parameters.  Make sure you are using a COLUMN format that is geared
9865 toward this special purpose.  The command @kbd{M-x
9866 org-beamer-settings-template} defines such a format.
9868 Here is a simple example Org document that is intended for beamer export.
9870 @smallexample
9871 #+LaTeX_CLASS: beamer
9872 #+TITLE: Example Presentation
9873 #+AUTHOR: Carsten Dominik
9874 #+LaTeX_CLASS_OPTIONS: [presentation]
9875 #+BEAMER_FRAME_LEVEL: 2
9876 #+BEAMER_HEADER_EXTRA: \usetheme@{Madrid@}\usecolortheme@{default@}
9877 #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)
9879 * This is the first structural section
9881 ** Frame 1 \\ with a subtitle
9882 *** Thanks to Eric Fraga                                      :BMCOL:B_block:
9883     :PROPERTIES:
9884     :BEAMER_env: block
9885     :BEAMER_envargs: C[t]
9886     :BEAMER_col: 0.5
9887     :END:
9888     for the first viable beamer setup in Org
9889 *** Thanks to everyone else                                   :BMCOL:B_block:
9890     :PROPERTIES:
9891     :BEAMER_col: 0.5
9892     :BEAMER_env: block
9893     :BEAMER_envargs: <2->
9894     :END:
9895     for contributing to the discussion
9896 **** This will be formatted as a beamer note                  :B_note:
9897 ** Frame 2 \\ where we will not use columns
9898 *** Request                                                   :B_block:
9899     Please test this stuff!
9900     :PROPERTIES:
9901     :BEAMER_env: block
9902     :END:
9903 @end smallexample
9905 For more information, see the documentation on Worg.
9907 @node DocBook export, TaskJuggler export, LaTeX and PDF export, Exporting
9908 @section DocBook export
9909 @cindex DocBook export
9910 @cindex PDF export
9911 @cindex Cui, Baoqiu
9913 Org contains a DocBook exporter written by Baoqiu Cui.  Once an Org file is
9914 exported to DocBook format, it can be further processed to produce other
9915 formats, including PDF, HTML, man pages, etc., using many available DocBook
9916 tools and stylesheets.
9918 Currently DocBook exporter only supports DocBook V5.0.
9920 @menu
9921 * DocBook export commands::     How to invoke DocBook export
9922 * Quoting DocBook code::        Incorporating DocBook code in Org files
9923 * Recursive sections::          Recursive sections in DocBook
9924 * Tables in DocBook export::    Tables are exported as HTML tables
9925 * Images in DocBook export::    How to insert figures into DocBook output
9926 * Special characters::          How to handle special characters
9927 @end menu
9929 @node DocBook export commands, Quoting DocBook code, DocBook export, DocBook export
9930 @subsection DocBook export commands
9932 @cindex region, active
9933 @cindex active region
9934 @cindex transient-mark-mode
9935 @table @kbd
9936 @kindex C-c C-e D
9937 @item C-c C-e D
9938 @cindex property EXPORT_FILE_NAME
9939 Export as DocBook file.  For an Org file, @file{myfile.org}, the DocBook XML
9940 file will be @file{myfile.xml}.  The file will be overwritten without
9941 warning.  If there is an active region@footnote{This requires
9942 @code{transient-mark-mode} to be turned on}, only the region will be
9943 exported.  If the selected region is a single tree@footnote{To select the
9944 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9945 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9946 property, that name will be used for the export.
9947 @kindex C-c C-e V
9948 @item C-c C-e V
9949 Export as DocBook file, process to PDF, then open the resulting PDF file.
9951 @vindex org-export-docbook-xslt-proc-command
9952 @vindex org-export-docbook-xsl-fo-proc-command
9953 Note that, in order to produce PDF output based on exported DocBook file, you
9954 need to have XSLT processor and XSL-FO processor software installed on your
9955 system.  Check variables @code{org-export-docbook-xslt-proc-command} and
9956 @code{org-export-docbook-xsl-fo-proc-command}.
9958 @vindex org-export-docbook-xslt-stylesheet
9959 The stylesheet argument @code{%s} in variable
9960 @code{org-export-docbook-xslt-proc-command} is replaced by the value of
9961 variable @code{org-export-docbook-xslt-stylesheet}, which needs to be set by
9962 the user.  You can also overrule this global setting on a per-file basis by
9963 adding an in-buffer setting @code{#+XSLT:} to the Org file.
9965 @kindex C-c C-e v D
9966 @item C-c C-e v D
9967 Export only the visible part of the document.
9968 @end table
9970 @node Quoting DocBook code, Recursive sections, DocBook export commands, DocBook export
9971 @subsection Quoting DocBook code
9973 You can quote DocBook code in Org files and copy it verbatim into exported
9974 DocBook file with the following constructs:
9976 @cindex #+DOCBOOK
9977 @cindex #+BEGIN_DOCBOOK
9978 @example
9979 #+DOCBOOK: Literal DocBook code for export
9980 @end example
9982 @noindent or
9983 @cindex #+BEGIN_DOCBOOK
9985 @example
9986 #+BEGIN_DOCBOOK
9987 All lines between these markers are exported by DocBook exporter
9988 literally.
9989 #+END_DOCBOOK
9990 @end example
9992 For example, you can use the following lines to include a DocBook warning
9993 admonition.  As to what this warning says, you should pay attention to the
9994 document context when quoting DocBook code in Org files.  You may make
9995 exported DocBook XML files invalid by not quoting DocBook code correctly.
9997 @example
9998 #+BEGIN_DOCBOOK
9999 <warning>
10000   <para>You should know what you are doing when quoting DocBook XML code
10001   in your Org file.  Invalid DocBook XML file may be generated by
10002   DocBook exporter if you are not careful!</para>
10003 </warning>
10004 #+END_DOCBOOK
10005 @end example
10007 @node Recursive sections, Tables in DocBook export, Quoting DocBook code, DocBook export
10008 @subsection Recursive sections
10009 @cindex DocBook recursive sections
10011 DocBook exporter exports Org files as articles using the @code{article}
10012 element in DocBook.  Recursive sections, i.e. @code{section} elements, are
10013 used in exported articles.  Top level headlines in Org files are exported as
10014 top level sections, and lower level headlines are exported as nested
10015 sections.  The entire structure of Org files will be exported completely, no
10016 matter how many nested levels of headlines there are.
10018 Using recursive sections makes it easy to port and reuse exported DocBook
10019 code in other DocBook document types like @code{book} or @code{set}.
10021 @node Tables in DocBook export, Images in DocBook export, Recursive sections, DocBook export
10022 @subsection Tables in DocBook export
10023 @cindex tables, in DocBook export
10025 Tables in Org files are exported as HTML tables, which have been supported since
10026 DocBook V4.3.
10028 If a table does not have a caption, an informal table is generated using the
10029 @code{informaltable} element; otherwise, a formal table will be generated
10030 using the @code{table} element.
10032 @node Images in DocBook export, Special characters, Tables in DocBook export, DocBook export
10033 @subsection Images in DocBook export
10034 @cindex images, inline in DocBook
10035 @cindex inlining images in DocBook
10037 Images that are linked to without a description part in the link, like
10038 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]}, will be exported to DocBook
10039 using @code{mediaobject} elements.  Each @code{mediaobject} element contains
10040 an @code{imageobject} that wraps an @code{imagedata} element.  If you have
10041 specified a caption for an image as described in @ref{Images and tables}, a
10042 @code{caption} element will be added in @code{mediaobject}.  If a label is
10043 also specified, it will be exported as an @code{xml:id} attribute of the
10044 @code{mediaobject} element.
10046 @vindex org-export-docbook-default-image-attributes
10047 Image attributes supported by the @code{imagedata} element, like @code{align}
10048 or @code{width}, can be specified in two ways: you can either customize
10049 variable @code{org-export-docbook-default-image-attributes} or use the
10050 @code{#+ATTR_DOCBOOK:} line.  Attributes specified in variable
10051 @code{org-export-docbook-default-image-attributes} are applied to all inline
10052 images in the Org file to be exported (unless they are overridden by image
10053 attributes specified in @code{#+ATTR_DOCBOOK:} lines).
10055 The @code{#+ATTR_DOCBOOK:} line can be used to specify additional image
10056 attributes or override default image attributes for individual images.  If
10057 the same attribute appears in both the @code{#+ATTR_DOCBOOK:} line and
10058 variable @code{org-export-docbook-default-image-attributes}, the former
10059 takes precedence.  Here is an example about how image attributes can be
10060 set:
10062 @cindex #+CAPTION
10063 @cindex #+LABEL
10064 @cindex #+ATTR_DOCBOOK
10065 @example
10066 #+CAPTION:    The logo of Org mode
10067 #+LABEL:      unicorn-svg
10068 #+ATTR_DOCBOOK: scalefit="1" width="100%" depth="100%"
10069 [[./img/org-mode-unicorn.svg]]
10070 @end example
10072 @vindex org-export-docbook-inline-image-extensions
10073 By default, DocBook exporter recognizes the following image file types:
10074 @file{jpeg}, @file{jpg}, @file{png}, @file{gif}, and @file{svg}.  You can
10075 customize variable @code{org-export-docbook-inline-image-extensions} to add
10076 more types to this list as long as DocBook supports them.
10078 @node Special characters,  , Images in DocBook export, DocBook export
10079 @subsection Special characters in DocBook export
10080 @cindex Special characters in DocBook export
10082 @vindex org-export-docbook-doctype
10083 @vindex org-entities
10084 Special characters that are written in @TeX{}-like syntax, such as @code{\alpha},
10085 @code{\Gamma}, and @code{\Zeta}, are supported by DocBook exporter.  These
10086 characters are rewritten to XML entities, like @code{&alpha;},
10087 @code{&Gamma;}, and @code{&Zeta;}, based on the list saved in variable
10088 @code{org-entities}.  As long as the generated DocBook file includes the
10089 corresponding entities, these special characters are recognized.
10091 You can customize variable @code{org-export-docbook-doctype} to include the
10092 entities you need.  For example, you can set variable
10093 @code{org-export-docbook-doctype} to the following value to recognize all
10094 special characters included in XHTML entities:
10096 @example
10097 "<!DOCTYPE article [
10098 <!ENTITY % xhtml1-symbol PUBLIC
10099 \"-//W3C//ENTITIES Symbol for HTML//EN//XML\"
10100 \"http://www.w3.org/2003/entities/2007/xhtml1-symbol.ent\"
10102 %xhtml1-symbol;
10105 @end example
10107 @node  TaskJuggler export, Freemind export, DocBook export, Exporting
10108 @section TaskJuggler export
10109 @cindex TaskJuggler export
10110 @cindex Project management
10112 @uref{http://www.taskjuggler.org/, TaskJuggler} is a project management tool.
10113 It provides an optimizing scheduler that computes your project time lines and
10114 resource assignments based on the project outline and the constraints that
10115 you have provided.
10117 The TaskJuggler exporter is a bit different from other exporters, such as the
10118 HTML and LaTeX exporters for example, in that it does not export all the
10119 nodes of a document or strictly follow the order of the nodes in the
10120 document.
10122 Instead the TaskJuggler exporter looks for a tree that defines the tasks and
10123 a optionally tree that defines the resources for this project. It then
10124 creates a TaskJuggler file based on these trees and the attributes defined in
10125 all the nodes.
10127 @subsection TaskJuggler export commands
10129 @table @kbd
10130 @kindex C-c C-e j
10131 @item C-c C-e j
10132 Export as TaskJuggler file.
10134 @kindex C-c C-e J
10135 @item C-c C-e J
10136 Export as TaskJuggler file and then open the file with TaskJugglerUI.
10137 @end table
10139 @subsection Tasks
10141 @vindex org-export-taskjuggler-project-tag
10142 Create your tasks as you usually do with Org-mode. Assign efforts to each
10143 task using properties (it's easiest to do this in the column view). You
10144 should end up with something similar to the example by Peter Jones in
10145 @url{http://www.contextualdevelopment.com/static/artifacts/articles/2008/project-planning/project-planning.org}.
10146 Now mark the top node of your tasks with a tag named
10147 @code{:taskjuggler_project:} (or whatever you customized
10148 @code{org-export-taskjuggler-project-tag} to). You are now ready to export
10149 the project plan with @kbd{C-c C-e J} which will export the project plan and
10150 open a gantt chart in TaskJugglerUI.
10152 @subsection Resources
10154 @vindex org-export-taskjuggler-resource-tag
10155 Next you can define resources and assign those to work on specific tasks. You
10156 can group your resources hierarchically. Tag the top node of the resources
10157 with @code{:taskjuggler_resource:} (or whatever you customized
10158 @code{org-export-taskjuggler-resource-tag} to). You can optionally assign an
10159 identifier (named @samp{resource_id}) to the resources (using the standard
10160 Org properties commands, @pxref{Property syntax}) or you can let the exporter
10161 generate identifiers automatically (the exporter picks the first word of the
10162 headline as the identifier as long as it is unique, see the documentation of
10163 @code{org-taskjuggler-get-unique-id}). Using that identifier you can then
10164 allocate resources to tasks. This is again done with the @samp{allocate}
10165 property on the tasks. Do this in column view or when on the task type
10166 @kbd{C-c C-x p allocate @key{RET} <resource_id> @key{RET}}.
10168 Once the allocations are done you can again export to TaskJuggler and check
10169 in the Resource Allocation Graph which person is working on what task at what
10170 time.
10172 @subsection Export of properties
10174 The exporter also takes TODO state information into consideration, i.e. if a
10175 task is marked as done it will have the corresponding attribute in
10176 TaskJuggler (@samp{complete 100}). Also it will export any property on a task
10177 resource or resource node which is known to TaskJuggler, such as
10178 @samp{limits}, @samp{vacation}, @samp{shift}, @samp{booking},
10179 @samp{efficiency}, @samp{journalentry}, @samp{rate} for resources or
10180 @samp{account}, @samp{start}, @samp{note}, @samp{duration}, @samp{end},
10181 @samp{journalentry}, @samp{milestone}, @samp{reference}, @samp{responsible},
10182 @samp{scheduling}, etc for tasks.
10184 @subsection Dependencies
10186 The exporter will handle dependencies that are defined in the tasks either
10187 with the @samp{ORDERED} attribute (@pxref{TODO dependencies}), with the
10188 @samp{BLOCKER} attribute (see org-depend.el) or alternatively with a
10189 @samp{depends} attribute. Both the @samp{BLOCKER} and the @samp{depends}
10190 attribute can be either @samp{previous-sibling} or a reference to an
10191 identifier (named @samp{task_id}) which is defined for another task in the
10192 project. @samp{BLOCKER} and the @samp{depends} attribute can define multiple
10193 dependencies separated by either space or comma. You can also specify
10194 optional attributes on the dependency by simply appending it. The following
10195 examples should illustrate this:
10197 @example
10198 * Preparation
10199   :PROPERTIES:
10200   :task_id:  preparation
10201   :ORDERED:  t
10202   :END:
10203 * Training material
10204   :PROPERTIES:
10205   :task_id:  training_material
10206   :ORDERED:  t
10207   :END:
10208 ** Markup Guidelines
10209    :PROPERTIES:
10210    :Effort:   2.0
10211    :END:
10212 ** Workflow Guidelines
10213    :PROPERTIES:
10214    :Effort:   2.0
10215    :END:
10216 * Presentation
10217   :PROPERTIES:
10218   :Effort:   2.0
10219   :BLOCKER:  training_material @{ gapduration 1d @} preparation
10220   :END:
10221 @end example
10223 @subsection Reports
10225 @vindex org-export-taskjuggler-default-reports
10226 TaskJuggler can produce many kinds of reports (e.g. gantt chart, resource
10227 allocation, etc). The user defines what kind of reports should be generated
10228 for a project in the TaskJuggler file. The exporter will automatically insert
10229 some default reports in the file. These defaults are defined in
10230 @code{org-export-taskjuggler-default-reports}. They can be modified using
10231 customize along with a number of other options. For a more complete list, see
10232 @kbd{M-x customize-group @key{RET} org-export-taskjuggler @key{RET}}.
10234 For more information and examples see the Org-taskjuggler tutorial at
10235 @uref{http://orgmode.org/worg/org-tutorials/org-taskjuggler.php}.
10237 @node Freemind export, XOXO export, TaskJuggler export, Exporting
10238 @section Freemind export
10239 @cindex Freemind export
10240 @cindex mind map
10242 The freemind exporter was written by Lennart Borgman.
10244 @table @kbd
10245 @kindex C-c C-e m
10246 @item C-c C-e m
10247 Export as Freemind mind map @file{myfile.mm}.
10248 @end table
10250 @node XOXO export, iCalendar export, Freemind export, Exporting
10251 @section XOXO export
10252 @cindex XOXO export
10254 Org mode contains an exporter that produces XOXO-style output.
10255 Currently, this exporter only handles the general outline structure and
10256 does not interpret any additional Org-mode features.
10258 @table @kbd
10259 @kindex C-c C-e x
10260 @item C-c C-e x
10261 Export as XOXO file @file{myfile.html}.
10262 @kindex C-c C-e v
10263 @item C-c C-e v x
10264 Export only the visible part of the document.
10265 @end table
10267 @node iCalendar export,  , XOXO export, Exporting
10268 @section iCalendar export
10269 @cindex iCalendar export
10271 @vindex org-icalendar-include-todo
10272 @vindex org-icalendar-use-deadline
10273 @vindex org-icalendar-use-scheduled
10274 @vindex org-icalendar-categories
10275 Some people use Org mode for keeping track of projects, but still prefer a
10276 standard calendar application for anniversaries and appointments.  In this
10277 case it can be useful to show deadlines and other time-stamped items in Org
10278 files in the calendar application.  Org mode can export calendar information
10279 in the standard iCalendar format.  If you also want to have TODO entries
10280 included in the export, configure the variable
10281 @code{org-icalendar-include-todo}.  Plain timestamps are exported as VEVENT,
10282 and TODO items as VTODO.  It will also create events from deadlines that are
10283 in non-TODO items.  Deadlines and scheduling dates in TODO items will be used
10284 to set the start and due dates for the TODO entry@footnote{See the variables
10285 @code{org-icalendar-use-deadline} and @code{org-icalendar-use-scheduled}.}.
10286 As categories, it will use the tags locally defined in the heading, and the
10287 file/tree category@footnote{To add inherited tags or the TODO state,
10288 configure the variable @code{org-icalendar-categories}.}.
10290 @vindex org-icalendar-store-UID
10291 @cindex property, ID
10292 The iCalendar standard requires each entry to have a globally unique
10293 identifier (UID).  Org creates these identifiers during export.  If you set
10294 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
10295 @code{:ID:} property of the entry and re-used next time you report this
10296 entry.  Since a single entry can give rise to multiple iCalendar entries (as
10297 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
10298 prefixes to the UID, depending on what triggered the inclusion of the entry.
10299 In this way the UID remains unique, but a synchronization program can still
10300 figure out from which entry all the different instances originate.
10302 @table @kbd
10303 @kindex C-c C-e i
10304 @item C-c C-e i
10305 Create iCalendar entries for the current file and store them in the same
10306 directory, using a file extension @file{.ics}.
10307 @kindex C-c C-e I
10308 @item C-c C-e I
10309 @vindex org-agenda-files
10310 Like @kbd{C-c C-e i}, but do this for all files in
10311 @code{org-agenda-files}.  For each of these files, a separate iCalendar
10312 file will be written.
10313 @kindex C-c C-e c
10314 @item C-c C-e c
10315 @vindex org-combined-agenda-icalendar-file
10316 Create a single large iCalendar file from all files in
10317 @code{org-agenda-files} and write it to the file given by
10318 @code{org-combined-agenda-icalendar-file}.
10319 @end table
10321 @vindex org-use-property-inheritance
10322 @vindex org-icalendar-include-body
10323 @cindex property, SUMMARY
10324 @cindex property, DESCRIPTION
10325 @cindex property, LOCATION
10326 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
10327 property can be inherited from higher in the hierarchy if you configure
10328 @code{org-use-property-inheritance} accordingly.} properties if the selected
10329 entries have them.  If not, the summary will be derived from the headline,
10330 and the description from the body (limited to
10331 @code{org-icalendar-include-body} characters).
10333 How this calendar is best read and updated, depends on the application
10334 you are using.  The FAQ covers this issue.
10336 @node Publishing, Miscellaneous, Exporting, Top
10337 @chapter Publishing
10338 @cindex publishing
10339 @cindex O'Toole, David
10341 Org includes a publishing management system that allows you to configure
10342 automatic HTML conversion of @emph{projects} composed of interlinked org
10343 files.  You can also configure Org to automatically upload your exported HTML
10344 pages and related attachments, such as images and source code files, to a web
10345 server.
10347 You can also use Org to convert files into PDF, or even combine HTML and PDF
10348 conversion so that files are available in both formats on the server.
10350 Publishing has been contributed to Org by David O'Toole.
10352 @menu
10353 * Configuration::               Defining projects
10354 * Uploading files::             How to get files up on the server
10355 * Sample configuration::        Example projects
10356 * Triggering publication::      Publication commands
10357 @end menu
10359 @node Configuration, Uploading files, Publishing, Publishing
10360 @section Configuration
10362 Publishing needs significant configuration to specify files, destination
10363 and many other properties of a project.
10365 @menu
10366 * Project alist::               The central configuration variable
10367 * Sources and destinations::    From here to there
10368 * Selecting files::             What files are part of the project?
10369 * Publishing action::           Setting the function doing the publishing
10370 * Publishing options::          Tweaking HTML export
10371 * Publishing links::            Which links keep working after publishing?
10372 * Sitemap::                     Generating a list of all pages
10373 * Generating an index::         An index that reaches across pages
10374 @end menu
10376 @node Project alist, Sources and destinations, Configuration, Configuration
10377 @subsection The variable @code{org-publish-project-alist}
10378 @cindex org-publish-project-alist
10379 @cindex projects, for publishing
10381 @vindex org-publish-project-alist
10382 Publishing is configured almost entirely through setting the value of one
10383 variable, called @code{org-publish-project-alist}.  Each element of the list
10384 configures one project, and may be in one of the two following forms:
10386 @lisp
10387    ("project-name" :property value :property value ...)
10388 @r{or}
10389    ("project-name" :components ("project-name" "project-name" ...))
10391 @end lisp
10393 In both cases, projects are configured by specifying property values.  A
10394 project defines the set of files that will be published, as well as the
10395 publishing configuration to use when publishing those files.  When a project
10396 takes the second form listed above, the individual members of the
10397 @code{:components} property are taken to be sub-projects, which group
10398 together files requiring different publishing options.  When you publish such
10399 a ``meta-project'', all the components will also be published, in the
10400 sequence given.
10402 @node Sources and destinations, Selecting files, Project alist, Configuration
10403 @subsection Sources and destinations for files
10404 @cindex directories, for publishing
10406 Most properties are optional, but some should always be set.  In
10407 particular, Org needs to know where to look for source files,
10408 and where to put published files.
10410 @multitable @columnfractions 0.3 0.7
10411 @item @code{:base-directory}
10412 @tab Directory containing publishing source files
10413 @item @code{:publishing-directory}
10414 @tab Directory where output files will be published.  You can directly
10415 publish to a webserver using a file name syntax appropriate for
10416 the Emacs @file{tramp} package.  Or you can publish to a local directory and
10417 use external tools to upload your website (@pxref{Uploading files}).
10418 @item @code{:preparation-function}
10419 @tab Function or list of functions to be called before starting the
10420 publishing process, for example, to run @code{make} for updating files to be
10421 published.  The project property list is scoped into this call as the
10422 variable @code{project-plist}.
10423 @item @code{:completion-function}
10424 @tab Function or list of functions called after finishing the publishing
10425 process, for example, to change permissions of the resulting files.  The
10426 project property list is scoped into this call as the variable
10427 @code{project-plist}.
10428 @end multitable
10429 @noindent
10431 @node Selecting files, Publishing action, Sources and destinations, Configuration
10432 @subsection Selecting files
10433 @cindex files, selecting for publishing
10435 By default, all files with extension @file{.org} in the base directory
10436 are considered part of the project.  This can be modified by setting the
10437 properties
10438 @multitable @columnfractions 0.25 0.75
10439 @item @code{:base-extension}
10440 @tab Extension (without the dot!) of source files.  This actually is a
10441 regular expression.  Set this to the symbol @code{any} if you want to get all
10442 files in @code{:base-directory}, even without extension.
10444 @item @code{:exclude}
10445 @tab Regular expression to match file names that should not be
10446 published, even though they have been selected on the basis of their
10447 extension.
10449 @item @code{:include}
10450 @tab List of files to be included regardless of @code{:base-extension}
10451 and @code{:exclude}.
10452 @end multitable
10454 @node Publishing action, Publishing options, Selecting files, Configuration
10455 @subsection Publishing action
10456 @cindex action, for publishing
10458 Publishing means that a file is copied to the destination directory and
10459 possibly transformed in the process.  The default transformation is to export
10460 Org files as HTML files, and this is done by the function
10461 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
10462 export}).  But you also can publish your content as PDF files using
10463 @code{org-publish-org-to-pdf}.  If you want to publish the Org file itself,
10464 but with @i{archived}, @i{commented}, and @i{tag-excluded} trees removed, use
10465 @code{org-publish-org-to-org} and set the parameters @code{:plain-source}
10466 and/or @code{:htmlized-source}.  This will produce @file{file.org} and
10467 @file{file.org.html} in the publishing
10468 directory@footnote{@file{file-source.org} and @file{file-source.org.html} if
10469 source and publishing directories are equal.  Note that with this kind of
10470 setup, you need to add @code{:exclude "-source\\.org"} to the project
10471 definition in @code{org-publish-project-alist} to avoid that the published
10472 source files will be considered as new org files the next time the project is
10473 published.}.  Other files like images only
10474 need to be copied to the publishing destination, for this you may use
10475 @code{org-publish-attachment}.  For non-Org files, you always need to
10476 specify the publishing function:
10478 @multitable @columnfractions 0.3 0.7
10479 @item @code{:publishing-function}
10480 @tab Function executing the publication of a file.  This may also be a
10481 list of functions, which will all be called in turn.
10482 @item @code{:plain-source}
10483 @tab Non-nil means, publish plain source.
10484 @item @code{:htmlized-source}
10485 @tab Non-nil means, publish htmlized source.
10486 @end multitable
10488 The function must accept three arguments: a property list containing at least
10489 a @code{:publishing-directory} property, the name of the file to be
10490 published, and the path to the publishing directory of the output file.  It
10491 should take the specified file, make the necessary transformation (if any)
10492 and place the result into the destination folder.
10494 @node Publishing options, Publishing links, Publishing action, Configuration
10495 @subsection Options for the HTML/La@TeX{} exporters
10496 @cindex options, for publishing
10498 The property list can be used to set many export options for the HTML
10499 and La@TeX{} exporters.  In most cases, these properties correspond to user
10500 variables in Org.  The table below lists these properties along
10501 with the variable they belong to.  See the documentation string for the
10502 respective variable for details.
10504 @vindex org-export-html-link-up
10505 @vindex org-export-html-link-home
10506 @vindex org-export-default-language
10507 @vindex org-display-custom-times
10508 @vindex org-export-headline-levels
10509 @vindex org-export-with-section-numbers
10510 @vindex org-export-section-number-format
10511 @vindex org-export-with-toc
10512 @vindex org-export-preserve-breaks
10513 @vindex org-export-with-archived-trees
10514 @vindex org-export-with-emphasize
10515 @vindex org-export-with-sub-superscripts
10516 @vindex org-export-with-special-strings
10517 @vindex org-export-with-footnotes
10518 @vindex org-export-with-drawers
10519 @vindex org-export-with-tags
10520 @vindex org-export-with-todo-keywords
10521 @vindex org-export-with-priority
10522 @vindex org-export-with-TeX-macros
10523 @vindex org-export-with-LaTeX-fragments
10524 @vindex org-export-skip-text-before-1st-heading
10525 @vindex org-export-with-fixed-width
10526 @vindex org-export-with-timestamps
10527 @vindex org-export-author-info
10528 @vindex org-export-email
10529 @vindex org-export-creator-info
10530 @vindex org-export-with-tables
10531 @vindex org-export-highlight-first-table-line
10532 @vindex org-export-html-style-include-default
10533 @vindex org-export-html-style
10534 @vindex org-export-html-style-extra
10535 @vindex org-export-html-link-org-files-as-html
10536 @vindex org-export-html-inline-images
10537 @vindex org-export-html-extension
10538 @vindex org-export-html-table-tag
10539 @vindex org-export-html-expand
10540 @vindex org-export-html-with-timestamp
10541 @vindex org-export-publishing-directory
10542 @vindex org-export-html-preamble
10543 @vindex org-export-html-postamble
10544 @vindex org-export-html-auto-preamble
10545 @vindex org-export-html-auto-postamble
10546 @vindex user-full-name
10547 @vindex user-mail-address
10548 @vindex org-export-select-tags
10549 @vindex org-export-exclude-tags
10551 @multitable @columnfractions 0.32 0.68
10552 @item @code{:link-up}               @tab @code{org-export-html-link-up}
10553 @item @code{:link-home}             @tab @code{org-export-html-link-home}
10554 @item @code{:language}              @tab @code{org-export-default-language}
10555 @item @code{:customtime}            @tab @code{org-display-custom-times}
10556 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
10557 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
10558 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
10559 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
10560 @item @code{:preserve-breaks}       @tab @code{org-export-preserve-breaks}
10561 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
10562 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
10563 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
10564 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
10565 @item @code{:footnotes}             @tab @code{org-export-with-footnotes}
10566 @item @code{:drawers}               @tab @code{org-export-with-drawers}
10567 @item @code{:tags}                  @tab @code{org-export-with-tags}
10568 @item @code{:todo-keywords}         @tab @code{org-export-with-todo-keywords}
10569 @item @code{:priority}              @tab @code{org-export-with-priority}
10570 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
10571 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
10572 @item @code{:latex-listings}        @tab @code{org-export-latex-listings}
10573 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
10574 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
10575 @item @code{:timestamps}            @tab @code{org-export-with-timestamps}
10576 @item @code{:author-info}           @tab @code{org-export-author-info}
10577 @item @code{:email-info}            @tab @code{org-export-email-info}
10578 @item @code{:creator-info}          @tab @code{org-export-creator-info}
10579 @item @code{:tables}                @tab @code{org-export-with-tables}
10580 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
10581 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
10582 @item @code{:style}                 @tab @code{org-export-html-style}
10583 @item @code{:style-extra}           @tab @code{org-export-html-style-extra}
10584 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
10585 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
10586 @item @code{:html-extension}        @tab @code{org-export-html-extension}
10587 @item @code{:xml-declaration}       @tab @code{org-export-html-xml-declaration}
10588 @item @code{:html-table-tag}        @tab @code{org-export-html-table-tag}
10589 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
10590 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
10591 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
10592 @item @code{:preamble}              @tab @code{org-export-html-preamble}
10593 @item @code{:postamble}             @tab @code{org-export-html-postamble}
10594 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
10595 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
10596 @item @code{:author}                @tab @code{user-full-name}
10597 @item @code{:email}                 @tab @code{user-mail-address} : @code{addr;addr;..}
10598 @item @code{:select-tags}           @tab @code{org-export-select-tags}
10599 @item @code{:exclude-tags}          @tab @code{org-export-exclude-tags}
10600 @item @code{:latex-image-options}   @tab @code{org-export-latex-image-default-option}
10601 @end multitable
10603 Most of the @code{org-export-with-*} variables have the same effect in
10604 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
10605 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
10606 La@TeX{} export.
10608 @vindex org-publish-project-alist
10609 When a property is given a value in @code{org-publish-project-alist},
10610 its setting overrides the value of the corresponding user variable (if
10611 any) during publishing.  Options set within a file (@pxref{Export
10612 options}), however, override everything.
10614 @node Publishing links, Sitemap, Publishing options, Configuration
10615 @subsection Links between published files
10616 @cindex links, publishing
10618 To create a link from one Org file to another, you would use
10619 something like @samp{[[file:foo.org][The foo]]} or simply
10620 @samp{file:foo.org.} (@pxref{Hyperlinks}).  When published, this link
10621 becomes a link to @file{foo.html}.  In this way, you can interlink the
10622 pages of your "org web" project and the links will work as expected when
10623 you publish them to HTML.  If you also publish the Org source file and want
10624 to link to that, use an @code{http:} link instead of a @code{file:} link,
10625 because @code{file:} links are converted to link to the corresponding
10626 @file{html} file.
10628 You may also link to related files, such as images. Provided you are careful
10629 with relative file names, and provided you have also configured Org to upload
10630 the related files, these links will work too. See @ref{Complex example}, for
10631 an example of this usage.
10633 Sometimes an Org file to be published may contain links that are
10634 only valid in your production environment, but not in the publishing
10635 location.  In this case, use the property
10637 @multitable @columnfractions 0.4 0.6
10638 @item @code{:link-validation-function}
10639 @tab Function to validate links
10640 @end multitable
10642 @noindent
10643 to define a function for checking link validity.  This function must
10644 accept two arguments, the file name and a directory relative to which
10645 the file name is interpreted in the production environment.  If this
10646 function returns @code{nil}, then the HTML generator will only insert a
10647 description into the HTML file, but no link.  One option for this
10648 function is @code{org-publish-validate-link} which checks if the given
10649 file is part of any project in @code{org-publish-project-alist}.
10651 @node Sitemap, Generating an index, Publishing links, Configuration
10652 @subsection Generating a sitemap
10653 @cindex sitemap, of published pages
10655 The following properties may be used to control publishing of
10656 a map of files for a given project.
10658 @multitable @columnfractions 0.35 0.65
10659 @item @code{:auto-sitemap}
10660 @tab When non-nil, publish a sitemap during @code{org-publish-current-project}
10661 or @code{org-publish-all}.
10663 @item @code{:sitemap-filename}
10664 @tab Filename for output of sitemap. Defaults to @file{sitemap.org} (which
10665 becomes @file{sitemap.html}).
10667 @item @code{:sitemap-title}
10668 @tab Title of sitemap page. Defaults to name of file.
10670 @item @code{:sitemap-function}
10671 @tab Plug-in function to use for generation of the sitemap.
10672 Defaults to @code{org-publish-org-sitemap}, which generates a plain list
10673 of links to all files in the project.
10675 @item @code{:sitemap-sort-folders}
10676 @tab Where folders should appear in the sitemap.  Set this to @code{first}
10677 (default) or @code{last} to display folders first or last,
10678 respectively.  Any other value will mix files and folders.
10680 @item @code{:sitemap-alphabetically}
10681 @tab The site map is normally sorted alphabetically.  Set this explicitly to
10682 @code{nil} to turn off sorting.
10684 @item @code{:sitemap-ignore-case}
10685 @tab Should sorting be case-sensitive?  Default @code{nil}.
10687 @end multitable
10689 @node Generating an index,  , Sitemap, Configuration
10690 @subsection Generating an index
10691 @cindex index, in a publishing project
10693 Org-mode can generate an index across the files of a publishing project.
10695 @multitable @columnfractions 0.25 0.75
10696 @item @code{:makeindex}
10697 @tab When non-nil, generate in index in the file @file{theindex.org} and
10698 publish it as @file{theindex.html}.
10699 @end multitable
10701 The file will be create when first publishing a project with the
10702 @code{:makeindex} set.  The file only contains a statement @code{#+include:
10703 "theindex.inc"}.  You can then built around this include statement by adding
10704 a title, style information etc.
10706 @node Uploading files, Sample configuration, Configuration, Publishing
10707 @section Uploading files
10708 @cindex rsync
10709 @cindex unison
10711 For those people already utilizing third party sync tools such as
10712 @command{rsync} or @command{unison}, it might be preferable not to use the built in
10713 @i{remote} publishing facilities of Org mode which rely heavily on
10714 Tramp.  Tramp, while very useful and powerful, tends not to be
10715 so efficient for multiple file transfer and has been known to cause problems
10716 under heavy usage.
10718 Specialized synchronization utilities offer several advantages.  In addition
10719 to timestamp comparison, they also do content and permissions/attribute
10720 checks.  For this reason you might prefer to publish your web to a local
10721 directory (possibly even @i{in place} with your Org files) and then use
10722 @file{unison} or @file{rsync} to do the synchronization with the remote host.
10724 Since Unison (for example) can be configured as to which files to transfer to
10725 a certain remote destination, it can greatly simplify the project publishing
10726 definition.  Simply keep all files in the correct location, process your Org
10727 files with @code{org-publish} and let the synchronization tool do the rest.
10728 You do not need, in this scenario, to include attachments such as @file{jpg},
10729 @file{css} or @file{gif} files in the project definition since the 3rd party
10730 tool syncs them.
10732 Publishing to a local directory is also much faster than to a remote one, so
10733 that you can afford more easily to republish entire projects.  If you set
10734 @code{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
10735 benefit of re-including any changed external files such as source example
10736 files you might include with @code{#+INCLUDE}.  The timestamp mechanism in
10737 Org is not smart enough to detect if included files have been modified.
10739 @node Sample configuration, Triggering publication, Uploading files, Publishing
10740 @section Sample configuration
10742 Below we provide two example configurations.  The first one is a simple
10743 project publishing only a set of Org files.  The second example is
10744 more complex, with a multi-component project.
10746 @menu
10747 * Simple example::              One-component publishing
10748 * Complex example::             A multi-component publishing example
10749 @end menu
10751 @node Simple example, Complex example, Sample configuration, Sample configuration
10752 @subsection Example: simple publishing configuration
10754 This example publishes a set of Org files to the @file{public_html}
10755 directory on the local machine.
10757 @lisp
10758 (setq org-publish-project-alist
10759       '(("org"
10760          :base-directory "~/org/"
10761          :publishing-directory "~/public_html"
10762          :section-numbers nil
10763          :table-of-contents nil
10764          :style "<link rel=\"stylesheet\"
10765                 href=\"../other/mystyle.css\"
10766                 type=\"text/css\"/>")))
10767 @end lisp
10769 @node Complex example,  , Simple example, Sample configuration
10770 @subsection Example: complex publishing configuration
10772 This more complicated example publishes an entire website, including
10773 Org files converted to HTML, image files, Emacs Lisp source code, and
10774 style sheets. The publishing directory is remote and private files are
10775 excluded.
10777 To ensure that links are preserved, care should be taken to replicate
10778 your directory structure on the web server, and to use relative file
10779 paths. For example, if your Org files are kept in @file{~/org} and your
10780 publishable images in @file{~/images}, you would link to an image with
10782 @example
10783 file:../images/myimage.png
10784 @end example
10786 On the web server, the relative path to the image should be the
10787 same. You can accomplish this by setting up an "images" folder in the
10788 right place on the web server, and publishing images to it.
10790 @lisp
10791 (setq org-publish-project-alist
10792       '(("orgfiles"
10793           :base-directory "~/org/"
10794           :base-extension "org"
10795           :publishing-directory "/ssh:user@@host:~/html/notebook/"
10796           :publishing-function org-publish-org-to-html
10797           :exclude "PrivatePage.org"   ;; regexp
10798           :headline-levels 3
10799           :section-numbers nil
10800           :table-of-contents nil
10801           :style "<link rel=\"stylesheet\"
10802                   href=\"../other/mystyle.css\" type=\"text/css\"/>"
10803           :auto-preamble t
10804           :auto-postamble nil)
10806          ("images"
10807           :base-directory "~/images/"
10808           :base-extension "jpg\\|gif\\|png"
10809           :publishing-directory "/ssh:user@@host:~/html/images/"
10810           :publishing-function org-publish-attachment)
10812          ("other"
10813           :base-directory "~/other/"
10814           :base-extension "css\\|el"
10815           :publishing-directory "/ssh:user@@host:~/html/other/"
10816           :publishing-function org-publish-attachment)
10817          ("website" :components ("orgfiles" "images" "other"))))
10818 @end lisp
10820 @node Triggering publication,  , Sample configuration, Publishing
10821 @section Triggering publication
10823 Once properly configured, Org can publish with the following commands:
10825 @table @kbd
10826 @kindex C-c C-e C
10827 @item C-c C-e C
10828 Prompt for a specific project and publish all files that belong to it.
10829 @kindex C-c C-e P
10830 @item C-c C-e P
10831 Publish the project containing the current file.
10832 @kindex C-c C-e F
10833 @item C-c C-e F
10834 Publish only the current file.
10835 @kindex C-c C-e E
10836 @item C-c C-e E
10837 Publish every project.
10838 @end table
10840 @vindex org-publish-use-timestamps-flag
10841 Org uses timestamps to track when a file has changed. The above functions
10842 normally only publish changed files. You can override this and force
10843 publishing of all files by giving a prefix argument to any of the commands
10844 above, or by customizing the variable @code{org-publish-use-timestamps-flag}.
10845 This may be necessary in particular if files include other files via
10846 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
10848 @node Miscellaneous, Hacking, Publishing, Top
10849 @chapter Miscellaneous
10851 @menu
10852 * Completion::                  M-TAB knows what you need
10853 * Speed keys::                  Electic commands at the beginning of a headline
10854 * Customization::               Adapting Org to your taste
10855 * In-buffer settings::          Overview of the #+KEYWORDS
10856 * The very busy C-c C-c key::   When in doubt, press C-c C-c
10857 * Clean view::                  Getting rid of leading stars in the outline
10858 * TTY keys::                    Using Org on a tty
10859 * Interaction::                 Other Emacs packages
10860 @end menu
10863 @node Completion, Speed keys, Miscellaneous, Miscellaneous
10864 @section Completion
10865 @cindex completion, of @TeX{} symbols
10866 @cindex completion, of TODO keywords
10867 @cindex completion, of dictionary words
10868 @cindex completion, of option keywords
10869 @cindex completion, of tags
10870 @cindex completion, of property keys
10871 @cindex completion, of link abbreviations
10872 @cindex @TeX{} symbol completion
10873 @cindex TODO keywords completion
10874 @cindex dictionary word completion
10875 @cindex option keyword completion
10876 @cindex tag completion
10877 @cindex link abbreviations, completion of
10879 Emacs would not be Emacs without completion, and Org-mode uses it whenever it
10880 makes sense.  If you prefer an @i{iswitchb}- or @i{ido}-like interface for
10881 some of the completion prompts, you can specify your preference by setting at
10882 most one of the variables @code{org-completion-use-iswitchb}
10883 @code{org-completion-use-ido}.
10885 Org supports in-buffer completion.  This type of completion does
10886 not make use of the minibuffer.  You simply type a few letters into
10887 the buffer and use the key to complete text right there.
10889 @table @kbd
10890 @kindex M-@key{TAB}
10891 @item M-@key{TAB}
10892 Complete word at point
10893 @itemize @bullet
10894 @item
10895 At the beginning of a headline, complete TODO keywords.
10896 @item
10897 After @samp{\}, complete @TeX{} symbols supported by the exporter.
10898 @item
10899 After @samp{*}, complete headlines in the current buffer so that they
10900 can be used in search links like @samp{[[*find this headline]]}.
10901 @item
10902 After @samp{:} in a headline, complete tags.  The list of tags is taken
10903 from the variable @code{org-tag-alist} (possibly set through the
10904 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
10905 dynamically from all tags used in the current buffer.
10906 @item
10907 After @samp{:} and not in a headline, complete property keys.  The list
10908 of keys is constructed dynamically from all keys used in the current
10909 buffer.
10910 @item
10911 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
10912 @item
10913 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
10914 @samp{OPTIONS} which set file-specific options for Org mode.  When the
10915 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
10916 will insert example settings for this keyword.
10917 @item
10918 In the line after @samp{#+STARTUP: }, complete startup keywords,
10919 i.e. valid keys for this line.
10920 @item
10921 Elsewhere, complete dictionary words using Ispell.
10922 @end itemize
10923 @end table
10925 @node Speed keys, Customization, Completion, Miscellaneous
10926 @section Speed keys
10927 @cindex speed keys
10928 @vindex org-use-speed-commands
10929 @vindex org-speed-commands-user
10931 Single keys can be made to execute commands when the cursor is at the
10932 beginning of a headline, i.e. before the first star.  Configure the variable
10933 @code{org-use-speed-commands} to activate this feature.  There is a
10934 pre-defined list of commands, and you can add more such commands using the
10935 variable @code{org-speed-commands-user}.  Speed keys do not only speed up
10936 navigation and other commands, but they also provide an alternative way to
10937 execute commands bound to keys that are not or not easily available on a tty,
10938 or on a small mobile device with a limited keyboard.
10940 To see which commands are available, activate the feature and press @kbd{?}
10941 with the cursor at the beginning of a headline.
10943 @node Customization, In-buffer settings, Speed keys, Miscellaneous
10944 @section Customization
10945 @cindex customization
10946 @cindex options, for customization
10947 @cindex variables, for customization
10949 There are more than 180 variables that can be used to customize
10950 Org.  For the sake of compactness of the manual, I am not
10951 describing the variables here.  A structured overview of customization
10952 variables is available with @kbd{M-x org-customize}.  Or select
10953 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
10954 settings can also be activated on a per-file basis, by putting special
10955 lines into the buffer (@pxref{In-buffer settings}).
10957 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
10958 @section Summary of in-buffer settings
10959 @cindex in-buffer settings
10960 @cindex special keywords
10962 Org mode uses special lines in the buffer to define settings on a
10963 per-file basis.  These lines start with a @samp{#+} followed by a
10964 keyword, a colon, and then individual words defining a setting.  Several
10965 setting words can be in the same line, but you can also have multiple
10966 lines for the keyword.  While these settings are described throughout
10967 the manual, here is a summary.  After changing any of those lines in the
10968 buffer, press @kbd{C-c C-c} with the cursor still in the line to
10969 activate the changes immediately.  Otherwise they become effective only
10970 when the file is visited again in a new Emacs session.
10972 @vindex org-archive-location
10973 @table @kbd
10974 @item #+ARCHIVE: %s_done::
10975 This line sets the archive location for the agenda file.  It applies for
10976 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
10977 of the file.  The first such line also applies to any entries before it.
10978 The corresponding variable is @code{org-archive-location}.
10979 @item #+CATEGORY:
10980 This line sets the category for the agenda file.  The category applies
10981 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
10982 end of the file.  The first such line also applies to any entries before it.
10983 @item #+COLUMNS: %25ITEM .....
10984 @cindex property, COLUMNS
10985 Set the default format for columns view.  This format applies when
10986 columns view is invoked in locations where no @code{COLUMNS} property
10987 applies.
10988 @item #+CONSTANTS: name1=value1 ...
10989 @vindex org-table-formula-constants
10990 @vindex org-table-formula
10991 Set file-local values for constants to be used in table formulas.  This
10992 line set the local variable @code{org-table-formula-constants-local}.
10993 The global version of this variable is
10994 @code{org-table-formula-constants}.
10995 @item #+FILETAGS: :tag1:tag2:tag3:
10996 Set tags that can be inherited by any entry in the file, including the
10997 top-level entries.
10998 @item #+DRAWERS: NAME1 .....
10999 @vindex org-drawers
11000 Set the file-local set of drawers.  The corresponding global variable is
11001 @code{org-drawers}.
11002 @item #+LINK:  linkword replace
11003 @vindex org-link-abbrev-alist
11004 These lines (several are allowed) specify link abbreviations.
11005 @xref{Link abbreviations}.  The corresponding variable is
11006 @code{org-link-abbrev-alist}.
11007 @item #+PRIORITIES: highest lowest default
11008 @vindex org-highest-priority
11009 @vindex org-lowest-priority
11010 @vindex org-default-priority
11011 This line sets the limits and the default for the priorities.  All three
11012 must be either letters A-Z or numbers 0-9.  The highest priority must
11013 have a lower ASCII number that the lowest priority.
11014 @item #+PROPERTY: Property_Name Value
11015 This line sets a default inheritance value for entries in the current
11016 buffer, most useful for specifying the allowed values of a property.
11017 @cindex #+SETUPFILE
11018 @item #+SETUPFILE: file
11019 This line defines a file that holds more in-buffer setup.  Normally this is
11020 entirely ignored.  Only when the buffer is parsed for option-setting lines
11021 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
11022 settings line, or when exporting), then the contents of this file are parsed
11023 as if they had been included in the buffer.  In particular, the file can be
11024 any other Org mode file with internal setup.  You can visit the file the
11025 cursor is in the line with @kbd{C-c '}.
11026 @item #+STARTUP:
11027 @cindex #+STARTUP:
11028 This line sets options to be used at startup of Org mode, when an
11029 Org file is being visited.
11031 The first set of options deals with the initial visibility of the outline
11032 tree.  The corresponding variable for global default settings is
11033 @code{org-startup-folded}, with a default value @code{t}, which means
11034 @code{overview}.
11035 @vindex org-startup-folded
11036 @cindex @code{overview}, STARTUP keyword
11037 @cindex @code{content}, STARTUP keyword
11038 @cindex @code{showall}, STARTUP keyword
11039 @cindex @code{showeverything}, STARTUP keyword
11040 @example
11041 overview         @r{top-level headlines only}
11042 content          @r{all headlines}
11043 showall          @r{no folding of any entries}
11044 showeverything   @r{show even drawer contents}
11045 @end example
11047 @vindex org-startup-indented
11048 @cindex @code{indent}, STARTUP keyword
11049 @cindex @code{noindent}, STARTUP keyword
11050 Dynamic virtual indentation is controlled by the variable
11051 @code{org-startup-indented}@footnote{Emacs 23 and Org-mode 6.29 are required}
11052 @example
11053 indent     @r{start with @code{org-indent-mode} turned on}
11054 noindent   @r{start with @code{org-indent-mode} turned off}
11055 @end example
11057 @vindex org-startup-align-all-tables
11058 Then there are options for aligning tables upon visiting a file.  This
11059 is useful in files containing narrowed table columns.  The corresponding
11060 variable is @code{org-startup-align-all-tables}, with a default value
11061 @code{nil}.
11062 @cindex @code{align}, STARTUP keyword
11063 @cindex @code{noalign}, STARTUP keyword
11064 @example
11065 align      @r{align all tables}
11066 noalign    @r{don't align tables on startup}
11067 @end example
11068 @vindex org-log-done
11069 @vindex org-log-note-clock-out
11070 @vindex org-log-repeat
11071 Logging the closing and reopening of TODO items and clock intervals can be
11072 configured using these options (see variables @code{org-log-done},
11073 @code{org-log-note-clock-out} and @code{org-log-repeat})
11074 @cindex @code{logdone}, STARTUP keyword
11075 @cindex @code{lognotedone}, STARTUP keyword
11076 @cindex @code{nologdone}, STARTUP keyword
11077 @cindex @code{lognoteclock-out}, STARTUP keyword
11078 @cindex @code{nolognoteclock-out}, STARTUP keyword
11079 @cindex @code{logrepeat}, STARTUP keyword
11080 @cindex @code{lognoterepeat}, STARTUP keyword
11081 @cindex @code{nologrepeat}, STARTUP keyword
11082 @cindex @code{logreschedule}, STARTUP keyword
11083 @cindex @code{lognotereschedule}, STARTUP keyword
11084 @cindex @code{nologreschedule}, STARTUP keyword
11085 @cindex @code{logredeadline}, STARTUP keyword
11086 @cindex @code{lognoteredeadline}, STARTUP keyword
11087 @cindex @code{nologredeadline}, STARTUP keyword
11088 @cindex @code{logrefile}, STARTUP keyword
11089 @cindex @code{lognoterefile}, STARTUP keyword
11090 @cindex @code{nologrefile}, STARTUP keyword
11091 @example
11092 logdone            @r{record a timestamp when an item is marked DONE}
11093 lognotedone        @r{record timestamp and a note when DONE}
11094 nologdone          @r{don't record when items are marked DONE}
11095 logrepeat          @r{record a time when reinstating a repeating item}
11096 lognoterepeat      @r{record a note when reinstating a repeating item}
11097 nologrepeat        @r{do not record when reinstating repeating item}
11098 lognoteclock-out   @r{record a note when clocking out}
11099 nolognoteclock-out @r{don't record a note when clocking out}
11100 logreschedule      @r{record a timestamp when scheduling time changes}
11101 lognotereschedule  @r{record a note when scheduling time changes}
11102 nologreschedule    @r{do not record when a scheduling date changes}
11103 logredeadline      @r{record a timestamp when deadline changes}
11104 lognoteredeadline  @r{record a note when deadline changes}
11105 nologredeadline    @r{do not record when a deadline date changes}
11106 logrefile          @r{record a timestamp when refiling}
11107 lognoterefile      @r{record a note when refiling}
11108 nologrefile        @r{do not record when refiling}
11109 @end example
11110 @vindex org-hide-leading-stars
11111 @vindex org-odd-levels-only
11112 Here are the options for hiding leading stars in outline headings, and for
11113 indenting outlines.  The corresponding variables are
11114 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
11115 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
11116 @cindex @code{hidestars}, STARTUP keyword
11117 @cindex @code{showstars}, STARTUP keyword
11118 @cindex @code{odd}, STARTUP keyword
11119 @cindex @code{even}, STARTUP keyword
11120 @example
11121 hidestars  @r{make all but one of the stars starting a headline invisible.}
11122 showstars  @r{show all stars starting a headline}
11123 indent     @r{virtual indentation according to outline level}
11124 noindent   @r{no virtual indentation according to outline level}
11125 odd        @r{allow only odd outline levels (1,3,...)}
11126 oddeven    @r{allow all outline levels}
11127 @end example
11128 @vindex org-put-time-stamp-overlays
11129 @vindex org-time-stamp-overlay-formats
11130 To turn on custom format overlays over timestamps (variables
11131 @code{org-put-time-stamp-overlays} and
11132 @code{org-time-stamp-overlay-formats}), use
11133 @cindex @code{customtime}, STARTUP keyword
11134 @example
11135 customtime @r{overlay custom time format}
11136 @end example
11137 @vindex constants-unit-system
11138 The following options influence the table spreadsheet (variable
11139 @code{constants-unit-system}).
11140 @cindex @code{constcgs}, STARTUP keyword
11141 @cindex @code{constSI}, STARTUP keyword
11142 @example
11143 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
11144 constSI    @r{@file{constants.el} should use the SI unit system}
11145 @end example
11146 @vindex org-footnote-define-inline
11147 @vindex org-footnote-auto-label
11148 @vindex org-footnote-auto-adjust
11149 To influence footnote settings, use the following keywords.  The
11150 corresponding variables are @code{org-footnote-define-inline},
11151 @code{org-footnote-auto-label}, and @code{org-footnote-auto-adjust}.
11152 @cindex @code{fninline}, STARTUP keyword
11153 @cindex @code{nofninline}, STARTUP keyword
11154 @cindex @code{fnlocal}, STARTUP keyword
11155 @cindex @code{fnprompt}, STARTUP keyword
11156 @cindex @code{fnauto}, STARTUP keyword
11157 @cindex @code{fnconfirm}, STARTUP keyword
11158 @cindex @code{fnplain}, STARTUP keyword
11159 @cindex @code{fnadjust}, STARTUP keyword
11160 @cindex @code{nofnadjust}, STARTUP keyword
11161 @example
11162 fninline    @r{define footnotes inline}
11163 fnnoinline  @r{define footnotes in separate section}
11164 fnlocal     @r{define footnotes near first reference, but not inline}
11165 fnprompt    @r{prompt for footnote labels}
11166 fnauto      @r{create [fn:1]-like labels automatically (default)}
11167 fnconfirm   @r{offer automatic label for editing or confirmation}
11168 fnplain     @r{create [1]-like labels automatically}
11169 fnadjust    @r{automatically renumber and sort footnotes}
11170 nofnadjust  @r{do not renumber and sort automatically}
11171 @end example
11172 @cindex org-hide-block-startup
11173 To hide blocks on startup, use these keywords. The corresponding variable is
11174 @code{org-hide-block-startup}.
11175 @cindex @code{hideblocks}, STARTUP keyword
11176 @cindex @code{nohideblocks}, STARTUP keyword
11177 @example
11178 hideblocks   @r{Hide all begin/end blocks on startup}
11179 nohideblocks @r{Do not hide blocks on startup}
11180 @end example
11181 @cindex org-pretty-entities
11182 The the display of entities as UTF8 characters is governed by the variable
11183 @code{org-pretty-entities} and the keywords
11184 @cindex @code{entitiespretty}, STARTUP keyword
11185 @cindex @code{entitiesplain}, STARTUP keyword
11186 @example
11187 entitiespretty  @r{Show entities as UTF8 characters where possible}
11188 entitiesplain   @r{Leave entities plain}
11189 @end example
11190 @item #+TAGS:  TAG1(c1) TAG2(c2)
11191 @vindex org-tag-alist
11192 These lines (several such lines are allowed) specify the valid tags in
11193 this file, and (potentially) the corresponding @emph{fast tag selection}
11194 keys.  The corresponding variable is @code{org-tag-alist}.
11195 @item #+TBLFM:
11196 This line contains the formulas for the table directly above the line.
11197 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
11198 @itemx #+OPTIONS:, #+BIND:, #+XSLT:,
11199 @itemx #+DESCRIPTION:, #+KEYWORDS:,
11200 @itemx #+LATEX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
11201 @itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
11202 These lines provide settings for exporting files.  For more details see
11203 @ref{Export options}.
11204 @item #+TODO:    #+SEQ_TODO:   #+TYP_TODO:
11205 @vindex org-todo-keywords
11206 These lines set the TODO keywords and their interpretation in the
11207 current file.  The corresponding variable is @code{org-todo-keywords}.
11208 @end table
11210 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
11211 @section The very busy C-c C-c key
11212 @kindex C-c C-c
11213 @cindex C-c C-c, overview
11215 The key @kbd{C-c C-c} has many purposes in Org, which are all
11216 mentioned scattered throughout this manual.  One specific function of
11217 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
11218 other circumstances it means something like @emph{``Hey Org, look
11219 here and update according to what you see here''}.  Here is a summary of
11220 what this means in different contexts.
11222 @itemize @minus
11223 @item
11224 If there are highlights in the buffer from the creation of a sparse
11225 tree, or from clock display, remove these highlights.
11226 @item
11227 If the cursor is in one of the special @code{#+KEYWORD} lines, this
11228 triggers scanning the buffer for these lines and updating the
11229 information.
11230 @item
11231 If the cursor is inside a table, realign the table.  This command
11232 works even if the automatic table editor has been turned off.
11233 @item
11234 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
11235 the entire table.
11236 @item
11237 If the current buffer is a Remember buffer, close the note and file it.
11238 With a prefix argument, file it, without further interaction, to the
11239 default location.
11240 @item
11241 If the cursor is on a @code{<<<target>>>}, update radio targets and
11242 corresponding links in this buffer.
11243 @item
11244 If the cursor is in a property line or at the start or end of a property
11245 drawer, offer property commands.
11246 @item
11247 If the cursor is at a footnote reference, go to the corresponding
11248 definition, and vice versa.
11249 @item
11250 If the cursor is on a statistics cookie, update it.
11251 @item
11252 If the cursor is in a plain list item with a checkbox, toggle the status
11253 of the checkbox.
11254 @item
11255 If the cursor is on a numbered item in a plain list, renumber the
11256 ordered list.
11257 @item
11258 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
11259 block is updated.
11260 @end itemize
11262 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
11263 @section A cleaner outline view
11264 @cindex hiding leading stars
11265 @cindex dynamic indentation
11266 @cindex odd-levels-only outlines
11267 @cindex clean outline view
11269 Some people find it noisy and distracting that the Org headlines start with a
11270 potentially large number of stars, and that text below the headlines is not
11271 indented.  While this is no problem when writing a @emph{book-like} document
11272 where the outline headings are really section headings, in a more
11273 @emph{list-oriented} outline, indented structure is a lot cleaner:
11275 @example
11276 @group
11277 * Top level headline             |    * Top level headline
11278 ** Second level                  |      * Second level
11279 *** 3rd level                    |        * 3rd level
11280 some text                        |          some text
11281 *** 3rd level                    |        * 3rd level
11282 more text                        |          more text
11283 * Another top level headline     |    * Another top level headline
11284 @end group
11285 @end example
11287 @noindent
11289 If you are using at least Emacs 23.2 and version 6.29 of Org, this kind of
11290 view can be achieved dynamically at display time using
11291 @code{org-indent-mode}.  @i{Using this with earlier versions of Emacs can
11292 lead to crashes.} In this minor
11293 mode, all lines are prefixed for display with the necessary amount of
11294 space@footnote{@code{org-indent-mode} also sets the @code{wrap-prefix}
11295 property, such that @code{visual-line-mode} (or purely setting
11296 @code{word-wrap}) wraps long lines (including headlines) correctly indented.
11297 }.  Also headlines are prefixed with additional stars, so that the amount of
11298 indentation shifts by two@footnote{See the variable
11299 @code{org-indent-indentation-per-level}.}  spaces per level.  All headline
11300 stars but the last one are made invisible using the @code{org-hide}
11301 face@footnote{Turning on @code{org-indent-mode} sets
11302 @code{org-hide-leading-stars} to @code{t} and @code{org-adapt-indentation} to
11303 @code{nil}.} - see below under @samp{2.} for more information on how this
11304 works.  You can turn on @code{org-indent-mode} for all files by customizing
11305 the variable @code{org-startup-indented}, or you can turn it on for
11306 individual files using
11308 @example
11309 #+STARTUP: indent
11310 @end example
11312 If you want a similar effect in earlier version of Emacs and/or Org, or if
11313 you want the indentation to be hard space characters so that the plain text
11314 file looks as similar as possible to the Emacs display, Org supports you in
11315 the following way:
11317 @enumerate
11318 @item
11319 @emph{Indentation of text below headlines}@*
11320 You may indent text below each headline to make the left boundary line up
11321 with the headline, like
11323 @example
11324 *** 3rd level
11325     more text, now indented
11326 @end example
11328 @vindex org-adapt-indentation
11329 Org supports this with paragraph filling, line wrapping, and structure
11330 editing@footnote{See also the variable @code{org-adapt-indentation}.},
11331 preserving or adapting the indentation as appropriate.
11333 @item
11334 @vindex org-hide-leading-stars
11335 @emph{Hiding leading stars}@* You can modify the display in such a way that
11336 all leading stars become invisible.  To do this in a global way, configure
11337 the variable @code{org-hide-leading-stars} or change this on a per-file basis
11338 with
11340 @example
11341 #+STARTUP: hidestars
11342 #+STARTUP: showstars
11343 @end example
11345 With hidden stars, the tree becomes:
11347 @example
11348 @group
11349 * Top level headline
11350  * Second level
11351   * 3rd level
11352   ...
11353 @end group
11354 @end example
11356 @noindent
11357 @vindex org-hide @r{(face)}
11358 The leading stars are not truly replaced by whitespace, they are only
11359 fontified with the face @code{org-hide} that uses the background color as
11360 font color.  If you are not using either white or black background, you may
11361 have to customize this face to get the wanted effect.  Another possibility is
11362 to set this font such that the extra stars are @i{almost} invisible, for
11363 example using the color @code{grey90} on a white background.
11365 @item
11366 @vindex org-odd-levels-only
11367 Things become cleaner still if you skip all the even levels and use only odd
11368 levels 1, 3, 5..., effectively adding two stars to go from one outline level
11369 to the next@footnote{When you need to specify a level for a property search
11370 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}.  In this
11371 way we get the outline view shown at the beginning of this section.  In order
11372 to make the structure editing and export commands handle this convention
11373 correctly, configure the variable @code{org-odd-levels-only}, or set this on
11374 a per-file basis with one of the following lines:
11376 @example
11377 #+STARTUP: odd
11378 #+STARTUP: oddeven
11379 @end example
11381 You can convert an Org file from single-star-per-level to the
11382 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
11383 RET} in that file.  The reverse operation is @kbd{M-x
11384 org-convert-to-oddeven-levels}.
11385 @end enumerate
11387 @node TTY keys, Interaction, Clean view, Miscellaneous
11388 @section Using Org on a tty
11389 @cindex tty key bindings
11391 Because Org contains a large number of commands, by default many of
11392 Org's core commands are bound to keys that are generally not
11393 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
11394 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
11395 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
11396 these commands on a tty when special keys are unavailable, the following
11397 alternative bindings can be used.  The tty bindings below will likely be
11398 more cumbersome; you may find for some of the bindings below that a
11399 customized workaround suits you better.  For example, changing a timestamp
11400 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
11401 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
11403 @multitable @columnfractions 0.15 0.2 0.1 0.2
11404 @item @b{Default} @tab @b{Alternative 1} @tab @b{Speed key} @tab @b{Alternative 2} 
11405 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab @kbd{C} @tab                            
11406 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{l} @tab @kbd{@key{Esc} @key{left}} 
11407 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab @kbd{L} @tab                            
11408 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{r} @tab @kbd{@key{Esc} @key{right}}
11409 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab @kbd{R} @tab                           
11410 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{up}}  
11411 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab @kbd{U} @tab                           
11412 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{down}}
11413 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab @kbd{D} @tab                            
11414 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab @kbd{ } @tab
11415 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{RET}}
11416 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab @kbd{ } @tab
11417 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab @kbd{ } @tab
11418 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab @kbd{ } @tab
11419 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab @kbd{ } @tab
11420 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab @kbd{ } @tab
11421 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab @kbd{ } @tab
11422 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab @kbd{ } @tab
11423 @end multitable
11426 @node Interaction,  , TTY keys, Miscellaneous
11427 @section Interaction with other packages
11428 @cindex packages, interaction with other
11429 Org lives in the world of GNU Emacs and interacts in various ways
11430 with other code out there.
11432 @menu
11433 * Cooperation::                 Packages Org cooperates with
11434 * Conflicts::                   Packages that lead to conflicts
11435 @end menu
11437 @node Cooperation, Conflicts, Interaction, Interaction
11438 @subsection Packages that Org cooperates with
11440 @table @asis
11441 @cindex @file{calc.el}
11442 @cindex Gillespie, Dave
11443 @item @file{calc.el} by Dave Gillespie
11444 Org uses the Calc package for implementing spreadsheet
11445 functionality in its tables (@pxref{The spreadsheet}).  Org
11446 checks for the availability of Calc by looking for the function
11447 @code{calc-eval} which will have been autoloaded during setup if Calc has
11448 been installed properly.  As of Emacs 22, Calc is part of the Emacs
11449 distribution.  Another possibility for interaction between the two
11450 packages is using Calc for embedded calculations. @xref{Embedded Mode,
11451 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
11452 @item @file{constants.el} by Carsten Dominik
11453 @cindex @file{constants.el}
11454 @cindex Dominik, Carsten
11455 @vindex org-table-formula-constants
11456 In a table formula (@pxref{The spreadsheet}), it is possible to use
11457 names for natural constants or units.  Instead of defining your own
11458 constants in the variable @code{org-table-formula-constants}, install
11459 the @file{constants} package which defines a large number of constants
11460 and units, and lets you use unit prefixes like @samp{M} for
11461 @samp{Mega}, etc@.  You will need version 2.0 of this package, available
11462 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
11463 the function @code{constants-get}, which has to be autoloaded in your
11464 setup.  See the installation instructions in the file
11465 @file{constants.el}.
11466 @item @file{cdlatex.el} by Carsten Dominik
11467 @cindex @file{cdlatex.el}
11468 @cindex Dominik, Carsten
11469 Org mode can make use of the CDLa@TeX{} package to efficiently enter
11470 La@TeX{} fragments into Org files.  See @ref{CDLaTeX mode}.
11471 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
11472 @cindex @file{imenu.el}
11473 Imenu allows menu access to an index of items in a file.  Org mode
11474 supports Imenu---all you need to do to get the index is the following:
11475 @lisp
11476 (add-hook 'org-mode-hook
11477           (lambda () (imenu-add-to-menubar "Imenu")))
11478 @end lisp
11479 @vindex org-imenu-depth
11480 By default the index is two levels deep---you can modify the depth using
11481 the option @code{org-imenu-depth}.
11482 @item @file{remember.el} by John Wiegley
11483 @cindex @file{remember.el}
11484 @cindex Wiegley, John
11485 Org cooperates with remember, see @ref{Remember}.
11486 As of Emacs 23, @file{Remember.el} is part of the Emacs distribution.
11487 @item @file{speedbar.el} by Eric M. Ludlam
11488 @cindex @file{speedbar.el}
11489 @cindex Ludlam, Eric M.
11490 Speedbar is a package that creates a special frame displaying files and
11491 index items in files.  Org mode supports Speedbar and allows you to
11492 drill into Org files directly from the Speedbar.  It also allows you to
11493 restrict the scope of agenda commands to a file or a subtree by using
11494 the command @kbd{<} in the Speedbar frame.
11495 @cindex @file{table.el}
11496 @item @file{table.el} by Takaaki Ota
11497 @kindex C-c C-c
11498 @cindex table editor, @file{table.el}
11499 @cindex @file{table.el}
11500 @cindex Ota, Takaaki
11502 Complex ASCII tables with automatic line wrapping, column- and row-spanning,
11503 and alignment can be created using the Emacs table package by Takaaki Ota
11504 (@uref{http://sourceforge.net/projects/table}, and also part of Emacs 22).
11505 Org-mode will recognize these tables and export them properly.  Because of
11506 interference with other Org-mode functionality, you unfortunately cannot edit
11507 these tables directly in the buffer.  Instead, you need to use the command
11508 @kbd{C-c '} to edit them, similar to source code snippets.
11510 @table @kbd
11511 @kindex C-c '
11512 @item C-c '
11513 Edit a @file{table.el} table.  Works when the cursor is in a table.el table.
11515 @kindex C-c ~
11516 @item C-c ~
11517 Insert a @file{table.el} table.  If there is already a table at point, this
11518 command converts it between the @file{table.el} format and the Org-mode
11519 format.  See the documentation string of the command
11520 @code{org-convert-table} for the restrictions under which this is
11521 possible.
11522 @end table
11523 @file{table.el} is part of Emacs since Emacs 22.
11524 @item @file{footnote.el} by Steven L. Baur
11525 @cindex @file{footnote.el}
11526 @cindex Baur, Steven L.
11527 Org mode recognizes numerical footnotes as provided by this package.
11528 However, Org mode also has its own footnote support (@pxref{Footnotes}),
11529 which makes using @file{footnote.el} unnecessary.
11530 @end table
11532 @node Conflicts,  , Cooperation, Interaction
11533 @subsection Packages that lead to conflicts with Org mode
11535 @table @asis
11537 @cindex @code{shift-selection-mode}
11538 @vindex org-support-shift-select
11539 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
11540 cursor motions combined with the shift key should start or enlarge regions.
11541 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
11542 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
11543 at such a location.  By default, @kbd{S-@key{cursor}} commands outside
11544 special contexts don't do anything, but you can customize the variable
11545 @code{org-support-shift-select}.  Org mode then tries to accommodate shift
11546 selection by (i) using it outside of the special contexts where special
11547 commands apply, and by (ii) extending an existing active region even if the
11548 cursor moves across a special context.
11550 @item @file{CUA.el} by Kim. F. Storm
11551 @cindex @file{CUA.el}
11552 @cindex Storm, Kim. F.
11553 @vindex org-replace-disputed-keys
11554 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
11555 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
11556 region.  In fact, Emacs 23 has this built-in in the form of
11557 @code{shift-selection-mode}, see previous paragraph.  If you are using Emacs
11558 23, you probably don't want to use another package for this purpose.  However,
11559 if you prefer to leave these keys to a different package while working in
11560 Org mode, configure the variable @code{org-replace-disputed-keys}.  When set,
11561 Org will move the following key bindings in Org files, and in the agenda
11562 buffer (but not during date selection).
11564 @example
11565 S-UP      ->  M-p             S-DOWN     ->  M-n
11566 S-LEFT    ->  M--             S-RIGHT    ->  M-+
11567 C-S-LEFT  ->  M-S--           C-S-RIGHT  ->  M-S-+
11568 @end example
11570 @vindex org-disputed-keys
11571 Yes, these are unfortunately more difficult to remember.  If you want
11572 to have other replacement keys, look at the variable
11573 @code{org-disputed-keys}.
11575 @item @file{yasnippet.el}
11576 @cindex @file{yasnippet.el}
11577 The way Org-mode binds the TAB key (binding to @code{[tab]} instead of
11578 @code{"\t"}) overrules yasnippets' access to this key.  The following code
11579 fixed this problem:
11581 @lisp
11582 (add-hook 'org-mode-hook
11583           (lambda ()
11584             (org-set-local 'yas/trigger-key [tab])
11585             (define-key yas/keymap [tab] 'yas/next-field-group)))
11586 @end lisp
11588 @item @file{windmove.el} by Hovav Shacham
11589 @cindex @file{windmove.el}
11590 This package also uses the @kbd{S-<cursor>} keys, so everything written
11591 in the paragraph above about CUA mode also applies here.  If you want make
11592 the windmove function active in locations where Org-mode does not have
11593 special functionality on @kbd{S-@key{cursor}}, add this to your
11594 configuration:
11596 @lisp
11597 ;; Make windmove work in org-mode:
11598 (add-hook 'org-shiftup-final-hook 'windmove-up)
11599 (add-hook 'org-shiftleft-final-hook 'windmove-left)
11600 (add-hook 'org-shiftdown-final-hook 'windmove-down)
11601 (add-hook 'org-shiftright-final-hook 'windmove-right)
11602 @end lisp
11604 @item @file{viper.el} by Michael Kifer
11605 @cindex @file{viper.el}
11606 @kindex C-c /
11607 Viper uses @kbd{C-c /} and therefore makes this key not access the
11608 corresponding Org-mode command @code{org-sparse-tree}.  You need to find
11609 another key for this command, or override the key in
11610 @code{viper-vi-global-user-map} with
11612 @lisp
11613 (define-key viper-vi-global-user-map "C-c /" 'org-sparse-tree)
11614 @end lisp
11616 @end table
11619 @node Hacking, MobileOrg, Miscellaneous, Top
11620 @appendix Hacking
11621 @cindex hacking
11623 This appendix covers some aspects where users can extend the functionality of
11624 Org.
11626 @menu
11627 * Hooks::                       Who to reach into Org's internals
11628 * Add-on packages::             Available extensions
11629 * Adding hyperlink types::      New custom link types
11630 * Context-sensitive commands::  How to add functionality to such commands
11631 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
11632 * Dynamic blocks::              Automatically filled blocks
11633 * Special agenda views::        Customized views
11634 * Extracting agenda information::  Postprocessing of agenda information
11635 * Using the property API::      Writing programs that use entry properties
11636 * Using the mapping API::       Mapping over all or selected entries
11637 @end menu
11639 @node Hooks, Add-on packages, Hacking, Hacking
11640 @section Hooks
11641 @cindex hooks
11643 Org has a large number of hook variables that can be used to add
11644 functionality.  This appendix about hacking is going to illustrate the
11645 use of some of them.  A complete list of all hooks with documentation is
11646 maintained by the Worg project and can be found at
11647 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
11649 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
11650 @section Add-on packages
11651 @cindex add-on packages
11653 A large number of add-on packages have been written by various authors.
11654 These packages are not part of Emacs, but they are distributed as contributed
11655 packages with the separate release available at the Org mode home page at
11656 @uref{http://orgmode.org}.  The list of contributed packages, along with
11657 documentation about each package, is maintained by the Worg project at
11658 @uref{http://orgmode.org/worg/org-contrib/}.
11662 @node Adding hyperlink types, Context-sensitive commands, Add-on packages, Hacking
11663 @section Adding hyperlink types
11664 @cindex hyperlinks, adding new types
11666 Org has a large number of hyperlink types built-in
11667 (@pxref{Hyperlinks}).  If you would like to add new link types, Org
11668 provides an interface for doing so.  Let's look at an example file,
11669 @file{org-man.el}, that will add support for creating links like
11670 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
11671 Emacs:
11673 @lisp
11674 ;;; org-man.el - Support for links to manpages in Org
11676 (require 'org)
11678 (org-add-link-type "man" 'org-man-open)
11679 (add-hook 'org-store-link-functions 'org-man-store-link)
11681 (defcustom org-man-command 'man
11682   "The Emacs command to be used to display a man page."
11683   :group 'org-link
11684   :type '(choice (const man) (const woman)))
11686 (defun org-man-open (path)
11687   "Visit the manpage on PATH.
11688 PATH should be a topic that can be thrown at the man command."
11689   (funcall org-man-command path))
11691 (defun org-man-store-link ()
11692   "Store a link to a manpage."
11693   (when (memq major-mode '(Man-mode woman-mode))
11694     ;; This is a man page, we do make this link
11695     (let* ((page (org-man-get-page-name))
11696            (link (concat "man:" page))
11697            (description (format "Manpage for %s" page)))
11698       (org-store-link-props
11699        :type "man"
11700        :link link
11701        :description description))))
11703 (defun org-man-get-page-name ()
11704   "Extract the page name from the buffer name."
11705   ;; This works for both `Man-mode' and `woman-mode'.
11706   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
11707       (match-string 1 (buffer-name))
11708     (error "Cannot create link to this man page")))
11710 (provide 'org-man)
11712 ;;; org-man.el ends here
11713 @end lisp
11715 @noindent
11716 You would activate this new link type in @file{.emacs} with
11718 @lisp
11719 (require 'org-man)
11720 @end lisp
11722 @noindent
11723 Let's go through the file and see what it does.
11724 @enumerate
11725 @item
11726 It does @code{(require 'org)} to make sure that @file{org.el} has been
11727 loaded.
11728 @item
11729 The next line calls @code{org-add-link-type} to define a new link type
11730 with prefix @samp{man}.  The call also contains the name of a function
11731 that will be called to follow such a link.
11732 @item
11733 @vindex org-store-link-functions
11734 The next line adds a function to @code{org-store-link-functions}, in
11735 order to allow the command @kbd{C-c l} to record a useful link in a
11736 buffer displaying a man page.
11737 @end enumerate
11739 The rest of the file defines the necessary variables and functions.
11740 First there is a customization variable that determines which Emacs
11741 command should be used to display man pages.  There are two options,
11742 @code{man} and @code{woman}.  Then the function to follow a link is
11743 defined.  It gets the link path as an argument---in this case the link
11744 path is just a topic for the manual command.  The function calls the
11745 value of @code{org-man-command} to display the man page.
11747 Finally the function @code{org-man-store-link} is defined.  When you try
11748 to store a link with @kbd{C-c l}, this function will be called to
11749 try to make a link.  The function must first decide if it is supposed to
11750 create the link for this buffer type; we do this by checking the value
11751 of the variable @code{major-mode}.  If not, the function must exit and
11752 return the value @code{nil}.  If yes, the link is created by getting the
11753 manual topic from the buffer name and prefixing it with the string
11754 @samp{man:}.  Then it must call the command @code{org-store-link-props}
11755 and set the @code{:type} and @code{:link} properties.  Optionally you
11756 can also set the @code{:description} property to provide a default for
11757 the link description when the link is later inserted into an Org
11758 buffer with @kbd{C-c C-l}.
11760 When is makes sense for your new link type, you may also define a function
11761 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
11762 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
11763 not accept any arguments, and return the full link with prefix.
11765 @node Context-sensitive commands, Tables in arbitrary syntax, Adding hyperlink types, Hacking
11766 @section Context-sensitive commands
11767 @cindex context-sensitive commands, hooks
11768 @cindex add-ons, context-sensitive commands
11769 @vindex org-ctrl-c-ctrl-c-hook
11771 Org has several commands that act differently depending on context.  The most
11772 important example it the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
11773 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
11775 Add-ons can tap into this functionality by providing a function that detects
11776 special context for that add-on and executes functionality appropriate for
11777 the context.  Here is an example from Dan Davison's @file{org-R.el} which
11778 allows you to evaluate commands based on the @file{R} programming language.  For
11779 this package, special contexts are lines that start with @code{#+R:} or
11780 @code{#+RR:}.
11782 @lisp
11783 (defun org-R-apply-maybe ()
11784   "Detect if this is context for org-R and execute R commands."
11785   (if (save-excursion
11786         (beginning-of-line 1)
11787         (looking-at "#\\+RR?:"))
11788       (progn (call-interactively 'org-R-apply)
11789              t) ;; to signal that we took action
11790     nil)) ;; to signal that we did not
11792 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
11793 @end lisp
11795 The function first checks if the cursor is in such a line.  If that is the
11796 case, @code{org-R-apply} is called and the function returns @code{t} to
11797 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
11798 contexts.  If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try.
11801 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
11802 @section Tables and lists in arbitrary syntax
11803 @cindex tables, in other modes
11804 @cindex lists, in other modes
11805 @cindex Orgtbl mode
11807 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
11808 frequent feature request has been to make it work with native tables in
11809 specific languages, for example La@TeX{}.  However, this is extremely
11810 hard to do in a general way, would lead to a customization nightmare,
11811 and would take away much of the simplicity of the Orgtbl-mode table
11812 editor.
11815 This appendix describes a different approach.  We keep the Orgtbl mode
11816 table in its native format (the @i{source table}), and use a custom
11817 function to @i{translate} the table to the correct syntax, and to
11818 @i{install} it in the right location (the @i{target table}).  This puts
11819 the burden of writing conversion functions on the user, but it allows
11820 for a very flexible system.
11822 Bastien added the ability to do the same with lists.  You can use Org's
11823 facilities to edit and structure lists by turning @code{orgstruct-mode}
11824 on, then locally exporting such lists in another format (HTML, La@TeX{}
11825 or Texinfo.)
11828 @menu
11829 * Radio tables::                Sending and receiving radio tables
11830 * A LaTeX example::             Step by step, almost a tutorial
11831 * Translator functions::        Copy and modify
11832 * Radio lists::                 Doing the same for lists
11833 @end menu
11835 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
11836 @subsection Radio tables
11837 @cindex radio tables
11839 To define the location of the target table, you first need to create two
11840 lines that are comments in the current mode, but contain magic words for
11841 Orgtbl mode to find.  Orgtbl mode will insert the translated table
11842 between these lines, replacing whatever was there before.  For example:
11844 @example
11845 /* BEGIN RECEIVE ORGTBL table_name */
11846 /* END RECEIVE ORGTBL table_name */
11847 @end example
11849 @noindent
11850 Just above the source table, we put a special line that tells
11851 Orgtbl mode how to translate this table and where to install it.  For
11852 example:
11853 @cindex #+ORGTBL
11854 @example
11855 #+ORGTBL: SEND table_name translation_function arguments....
11856 @end example
11858 @noindent
11859 @code{table_name} is the reference name for the table that is also used
11860 in the receiver lines. @code{translation_function} is the Lisp function
11861 that does the translation.  Furthermore, the line can contain a list of
11862 arguments (alternating key and value) at the end.  The arguments will be
11863 passed as a property list to the translation function for
11864 interpretation.  A few standard parameters are already recognized and
11865 acted upon before the translation function is called:
11867 @table @code
11868 @item :skip N
11869 Skip the first N lines of the table.  Hlines do count as separate lines for
11870 this parameter!
11872 @item :skipcols (n1 n2 ...)
11873 List of columns that should be skipped.  If the table has a column with
11874 calculation marks, that column is automatically discarded as well.
11875 Please note that the translator function sees the table @emph{after} the
11876 removal of these columns, the function never knows that there have been
11877 additional columns.
11878 @end table
11880 @noindent
11881 The one problem remaining is how to keep the source table in the buffer
11882 without disturbing the normal workings of the file, for example during
11883 compilation of a C file or processing of a La@TeX{} file.  There are a
11884 number of different solutions:
11886 @itemize @bullet
11887 @item
11888 The table could be placed in a block comment if that is supported by the
11889 language.  For example, in C mode you could wrap the table between
11890 @samp{/*} and @samp{*/} lines.
11891 @item
11892 Sometimes it is possible to put the table after some kind of @i{END}
11893 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
11894 in La@TeX{}.
11895 @item
11896 You can just comment the table line-by-line whenever you want to process
11897 the file, and uncomment it whenever you need to edit the table.  This
11898 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment}
11899 makes this comment-toggling very easy, in particular if you bind it to a
11900 key.
11901 @end itemize
11903 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
11904 @subsection A La@TeX{} example of radio tables
11905 @cindex La@TeX{}, and Orgtbl mode
11907 The best way to wrap the source table in La@TeX{} is to use the
11908 @code{comment} environment provided by @file{comment.sty}.  It has to be
11909 activated by placing @code{\usepackage@{comment@}} into the document
11910 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
11911 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
11912 variable @code{orgtbl-radio-tables} to install templates for other
11913 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
11914 be prompted for a table name, let's say we use @samp{salesfigures}.  You
11915 will then get the following template:
11917 @cindex #+ORGTBL, SEND
11918 @example
11919 % BEGIN RECEIVE ORGTBL salesfigures
11920 % END RECEIVE ORGTBL salesfigures
11921 \begin@{comment@}
11922 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11923 | | |
11924 \end@{comment@}
11925 @end example
11927 @noindent
11928 @vindex La@TeX{}-verbatim-environments
11929 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
11930 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
11931 into the receiver location with name @code{salesfigures}.  You may now
11932 fill in the table, feel free to use the spreadsheet features@footnote{If
11933 the @samp{#+TBLFM} line contains an odd number of dollar characters,
11934 this may cause problems with font-lock in La@TeX{} mode.  As shown in the
11935 example you can fix this by adding an extra line inside the
11936 @code{comment} environment that is used to balance the dollar
11937 expressions.  If you are using AUC@TeX{} with the font-latex library, a
11938 much better solution is to add the @code{comment} environment to the
11939 variable @code{LaTeX-verbatim-environments}.}:
11941 @example
11942 % BEGIN RECEIVE ORGTBL salesfigures
11943 % END RECEIVE ORGTBL salesfigures
11944 \begin@{comment@}
11945 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11946 | Month | Days | Nr sold | per day |
11947 |-------+------+---------+---------|
11948 | Jan   |   23 |      55 |     2.4 |
11949 | Feb   |   21 |      16 |     0.8 |
11950 | March |   22 |     278 |    12.6 |
11951 #+TBLFM: $4=$3/$2;%.1f
11952 % $ (optional extra dollar to keep font-lock happy, see footnote)
11953 \end@{comment@}
11954 @end example
11956 @noindent
11957 When you are done, press @kbd{C-c C-c} in the table to get the converted
11958 table inserted between the two marker lines.
11960 Now let's assume you want to make the table header by hand, because you
11961 want to control how columns are aligned, etc@.  In this case we make sure
11962 that the table translator skips the first 2 lines of the source
11963 table, and tell the command to work as a @i{splice}, i.e. to not produce
11964 header and footer commands of the target table:
11966 @example
11967 \begin@{tabular@}@{lrrr@}
11968 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
11969 % BEGIN RECEIVE ORGTBL salesfigures
11970 % END RECEIVE ORGTBL salesfigures
11971 \end@{tabular@}
11973 \begin@{comment@}
11974 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
11975 | Month | Days | Nr sold | per day |
11976 |-------+------+---------+---------|
11977 | Jan   |   23 |      55 |     2.4 |
11978 | Feb   |   21 |      16 |     0.8 |
11979 | March |   22 |     278 |    12.6 |
11980 #+TBLFM: $4=$3/$2;%.1f
11981 \end@{comment@}
11982 @end example
11984 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
11985 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
11986 and marks horizontal lines with @code{\hline}.  Furthermore, it
11987 interprets the following parameters (see also @pxref{Translator functions}):
11989 @table @code
11990 @item :splice nil/t
11991 When set to t, return only table body lines, don't wrap them into a
11992 tabular environment.  Default is nil.
11994 @item :fmt fmt
11995 A format to be used to wrap each field, it should contain @code{%s} for the
11996 original field value.  For example, to wrap each field value in dollars,
11997 you could use @code{:fmt "$%s$"}.  This may also be a property list with
11998 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
11999 A function of one argument can be used in place of the strings; the
12000 function must return a formatted string.
12002 @item :efmt efmt
12003 Use this format to print numbers with exponentials.  The format should
12004 have @code{%s} twice for inserting mantissa and exponent, for example
12005 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
12006 may also be a property list with column numbers and formats, for example
12007 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
12008 @code{efmt} has been applied to a value, @code{fmt} will also be
12009 applied.  Similar to @code{fmt}, functions of two arguments can be
12010 supplied instead of strings.
12011 @end table
12013 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
12014 @subsection Translator functions
12015 @cindex HTML, and Orgtbl mode
12016 @cindex translator function
12018 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
12019 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
12020 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
12021 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
12022 code that produces tables during HTML export.}, these all use a generic
12023 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
12024 itself is a very short function that computes the column definitions for the
12025 @code{tabular} environment, defines a few field and line separators and then
12026 hands processing over to the generic translator.  Here is the entire code:
12028 @lisp
12029 @group
12030 (defun orgtbl-to-latex (table params)
12031   "Convert the Orgtbl mode TABLE to LaTeX."
12032   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
12033                                org-table-last-alignment ""))
12034          (params2
12035           (list
12036            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
12037            :tend "\\end@{tabular@}"
12038            :lstart "" :lend " \\\\" :sep " & "
12039            :efmt "%s\\,(%s)" :hline "\\hline")))
12040     (orgtbl-to-generic table (org-combine-plists params2 params))))
12041 @end group
12042 @end lisp
12044 As you can see, the properties passed into the function (variable
12045 @var{PARAMS}) are combined with the ones newly defined in the function
12046 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
12047 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
12048 would like to use the La@TeX{} translator, but wanted the line endings to
12049 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
12050 overrule the default with
12052 @example
12053 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
12054 @end example
12056 For a new language, you can either write your own converter function in
12057 analogy with the La@TeX{} translator, or you can use the generic function
12058 directly.  For example, if you have a language where a table is started
12059 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
12060 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
12061 separator is a TAB, you could call the generic translator like this (on
12062 a single line!):
12064 @example
12065 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
12066                               :lstart "!BL! " :lend " !EL!" :sep "\t"
12067 @end example
12069 @noindent
12070 Please check the documentation string of the function
12071 @code{orgtbl-to-generic} for a full list of parameters understood by
12072 that function, and remember that you can pass each of them into
12073 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
12074 using the generic function.
12076 Of course you can also write a completely new function doing complicated
12077 things the generic translator cannot do.  A translator function takes
12078 two arguments.  The first argument is the table, a list of lines, each
12079 line either the symbol @code{hline} or a list of fields.  The second
12080 argument is the property list containing all parameters specified in the
12081 @samp{#+ORGTBL: SEND} line.  The function must return a single string
12082 containing the formatted table.  If you write a generally useful
12083 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
12084 others can benefit from your work.
12086 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
12087 @subsection Radio lists
12088 @cindex radio lists
12089 @cindex org-list-insert-radio-list
12091 Sending and receiving radio lists works exactly the same way than sending and
12092 receiving radio tables (@pxref{Radio tables}).  As for radio tables, you can
12093 insert radio lists templates in HTML, La@TeX{} and Texinfo modes by calling
12094 @code{org-list-insert-radio-list}.
12096 Here are the differences with radio tables:
12098 @itemize @minus
12099 @item
12100 Use @code{ORGLST} instead of @code{ORGTBL}.
12101 @item
12102 The available translation functions for radio lists don't take
12103 parameters.
12104 @item
12105 @kbd{C-c C-c} will work when pressed on the first item of the list.
12106 @end itemize
12108 Here is a La@TeX{} example.  Let's say that you have this in your
12109 La@TeX{} file:
12111 @cindex #+ORGLIST
12112 @example
12113 % BEGIN RECEIVE ORGLST to-buy
12114 % END RECEIVE ORGLST to-buy
12115 \begin@{comment@}
12116 #+ORGLIST: SEND to-buy orgtbl-to-latex
12117 - a new house
12118 - a new computer
12119   + a new keyboard
12120   + a new mouse
12121 - a new life
12122 \end@{comment@}
12123 @end example
12125 Pressing `C-c C-c' on @code{a new house} and will insert the converted
12126 La@TeX{} list between the two marker lines.
12128 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
12129 @section Dynamic blocks
12130 @cindex dynamic blocks
12132 Org documents can contain @emph{dynamic blocks}.  These are
12133 specially marked regions that are updated by some user-written function.
12134 A good example for such a block is the clock table inserted by the
12135 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
12137 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
12138 to the block and can also specify parameters for the function producing
12139 the content of the block.
12141 #+BEGIN:dynamic block
12142 @example
12143 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
12145 #+END:
12146 @end example
12148 Dynamic blocks are updated with the following commands
12150 @table @kbd
12151 @kindex C-c C-x C-u
12152 @item C-c C-x C-u
12153 Update dynamic block at point.
12154 @kindex C-u C-c C-x C-u
12155 @item C-u C-c C-x C-u
12156 Update all dynamic blocks in the current file.
12157 @end table
12159 Updating a dynamic block means to remove all the text between BEGIN and
12160 END, parse the BEGIN line for parameters and then call the specific
12161 writer function for this block to insert the new content.  If you want
12162 to use the original content in the writer function, you can use the
12163 extra parameter @code{:content}.
12165 For a block with name @code{myblock}, the writer function is
12166 @code{org-dblock-write:myblock} with as only parameter a property list
12167 with the parameters given in the begin line.  Here is a trivial example
12168 of a block that keeps track of when the block update function was last
12169 run:
12171 @example
12172 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
12174 #+END:
12175 @end example
12177 @noindent
12178 The corresponding block writer function could look like this:
12180 @lisp
12181 (defun org-dblock-write:block-update-time (params)
12182    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
12183      (insert "Last block update at: "
12184              (format-time-string fmt (current-time)))))
12185 @end lisp
12187 If you want to make sure that all dynamic blocks are always up-to-date,
12188 you could add the function @code{org-update-all-dblocks} to a hook, for
12189 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
12190 written in a way such that it does nothing in buffers that are not in
12191 @code{org-mode}.
12193 @node Special agenda views, Extracting agenda information, Dynamic blocks, Hacking
12194 @section Special agenda views
12195 @cindex agenda views, user-defined
12197 Org provides a special hook that can be used to narrow down the
12198 selection made by any of the agenda views.  You may specify a function
12199 that is used at each match to verify if the match should indeed be part
12200 of the agenda view, and if not, how much should be skipped.
12202 Let's say you want to produce a list of projects that contain a WAITING
12203 tag anywhere in the project tree.  Let's further assume that you have
12204 marked all tree headings that define a project with the TODO keyword
12205 PROJECT.  In this case you would run a TODO search for the keyword
12206 PROJECT, but skip the match unless there is a WAITING tag anywhere in
12207 the subtree belonging to the project line.
12209 To achieve this, you must write a function that searches the subtree for
12210 the tag.  If the tag is found, the function must return @code{nil} to
12211 indicate that this match should not be skipped.  If there is no such
12212 tag, return the location of the end of the subtree, to indicate that
12213 search should continue from there.
12215 @lisp
12216 (defun my-skip-unless-waiting ()
12217   "Skip trees that are not waiting"
12218   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
12219     (if (re-search-forward ":waiting:" subtree-end t)
12220         nil          ; tag found, do not skip
12221       subtree-end))) ; tag not found, continue after end of subtree
12222 @end lisp
12224 Now you may use this function in an agenda custom command, for example
12225 like this:
12227 @lisp
12228 (org-add-agenda-custom-command
12229  '("b" todo "PROJECT"
12230    ((org-agenda-skip-function 'my-skip-unless-waiting)
12231     (org-agenda-overriding-header "Projects waiting for something: "))))
12232 @end lisp
12234 @vindex org-agenda-overriding-header
12235 Note that this also binds @code{org-agenda-overriding-header} to get a
12236 meaningful header in the agenda view.
12238 @vindex org-odd-levels-only
12239 @vindex org-agenda-skip-function
12240 A general way to create custom searches is to base them on a search for
12241 entries with a certain level limit.  If you want to study all entries with
12242 your custom search function, simply do a search for
12243 @samp{LEVEL>0}@footnote{Note that, when using @code{org-odd-levels-only}, a
12244 level number corresponds to order in the hierarchy, not to the number of
12245 stars.}, and then use @code{org-agenda-skip-function} to select the entries
12246 you really want to have.
12248 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
12249 particular, you may use the functions @code{org-agenda-skip-entry-if}
12250 and @code{org-agenda-skip-subtree-if} in this form, for example:
12252 @table @code
12253 @item '(org-agenda-skip-entry-if 'scheduled)
12254 Skip current entry if it has been scheduled.
12255 @item '(org-agenda-skip-entry-if 'notscheduled)
12256 Skip current entry if it has not been scheduled.
12257 @item '(org-agenda-skip-entry-if 'deadline)
12258 Skip current entry if it has a deadline.
12259 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
12260 Skip current entry if it has a deadline, or if it is scheduled.
12261 @item '(org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
12262 Skip current entry if the TODO keyword is TODO or WAITING.
12263 @item '(org-agenda-skip-entry-if 'todo 'done)
12264 Skip current entry if the TODO keyword marks a DONE state.
12265 @item '(org-agenda-skip-entry-if 'timestamp)
12266 Skip current entry if it has any timestamp, may also be deadline or scheduled.
12267 @item '(org-agenda-skip-entry 'regexp "regular expression")
12268 Skip current entry if the regular expression matches in the entry.
12269 @item '(org-agenda-skip-entry 'notregexp "regular expression")
12270 Skip current entry unless the regular expression matches.
12271 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
12272 Same as above, but check and skip the entire subtree.
12273 @end table
12275 Therefore we could also have written the search for WAITING projects
12276 like this, even without defining a special function:
12278 @lisp
12279 (org-add-agenda-custom-command
12280  '("b" todo "PROJECT"
12281    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
12282                                 'regexp ":waiting:"))
12283     (org-agenda-overriding-header "Projects waiting for something: "))))
12284 @end lisp
12286 @node Extracting agenda information, Using the property API, Special agenda views, Hacking
12287 @section Extracting agenda information
12288 @cindex agenda, pipe
12289 @cindex Scripts, for agenda processing
12291 @vindex org-agenda-custom-commands
12292 Org provides commands to access agenda information for the command
12293 line in Emacs batch mode.  This extracted information can be sent
12294 directly to a printer, or it can be read by a program that does further
12295 processing of the data.  The first of these commands is the function
12296 @code{org-batch-agenda}, that produces an agenda view and sends it as
12297 ASCII text to STDOUT.  The command takes a single string as parameter.
12298 If the string has length 1, it is used as a key to one of the commands
12299 you have configured in @code{org-agenda-custom-commands}, basically any
12300 key you can use after @kbd{C-c a}.  For example, to directly print the
12301 current TODO list, you could use
12303 @example
12304 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
12305 @end example
12307 If the parameter is a string with 2 or more characters, it is used as a
12308 tags/TODO match string.  For example, to print your local shopping list
12309 (all items with the tag @samp{shop}, but excluding the tag
12310 @samp{NewYork}), you could use
12312 @example
12313 emacs -batch -l ~/.emacs                                      \
12314       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
12315 @end example
12317 @noindent
12318 You may also modify parameters on the fly like this:
12320 @example
12321 emacs -batch -l ~/.emacs                                      \
12322    -eval '(org-batch-agenda "a"                               \
12323             org-agenda-ndays 30                               \
12324             org-agenda-include-diary nil                      \
12325             org-agenda-files (quote ("~/org/project.org")))'  \
12326    | lpr
12327 @end example
12329 @noindent
12330 which will produce a 30-day agenda, fully restricted to the Org file
12331 @file{~/org/projects.org}, not even including the diary.
12333 If you want to process the agenda data in more sophisticated ways, you
12334 can use the command @code{org-batch-agenda-csv} to get a comma-separated
12335 list of values for each agenda item.  Each line in the output will
12336 contain a number of fields separated by commas.  The fields in a line
12337 are:
12339 @example
12340 category     @r{The category of the item}
12341 head         @r{The headline, without TODO keyword, TAGS and PRIORITY}
12342 type         @r{The type of the agenda entry, can be}
12343                 todo               @r{selected in TODO match}
12344                 tagsmatch          @r{selected in tags match}
12345                 diary              @r{imported from diary}
12346                 deadline           @r{a deadline}
12347                 scheduled          @r{scheduled}
12348                 timestamp          @r{appointment, selected by timestamp}
12349                 closed             @r{entry was closed on date}
12350                 upcoming-deadline  @r{warning about nearing deadline}
12351                 past-scheduled     @r{forwarded scheduled item}
12352                 block              @r{entry has date block including date}
12353 todo         @r{The TODO keyword, if any}
12354 tags         @r{All tags including inherited ones, separated by colons}
12355 date         @r{The relevant date, like 2007-2-14}
12356 time         @r{The time, like 15:00-16:50}
12357 extra        @r{String with extra planning info}
12358 priority-l   @r{The priority letter if any was given}
12359 priority-n   @r{The computed numerical priority}
12360 @end example
12362 @noindent
12363 Time and date will only be given if a timestamp (or deadline/scheduled)
12364 led to the selection of the item.
12366 A CSV list like this is very easy to use in a post-processing script.
12367 For example, here is a Perl program that gets the TODO list from
12368 Emacs/Org and prints all the items, preceded by a checkbox:
12370 @example
12371 #!/usr/bin/perl
12373 # define the Emacs command to run
12374 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
12376 # run it and capture the output
12377 $agenda = qx@{$cmd 2>/dev/null@};
12379 # loop over all lines
12380 foreach $line (split(/\n/,$agenda)) @{
12381   # get the individual values
12382   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
12383    $priority_l,$priority_n) = split(/,/,$line);
12384   # process and print
12385   print "[ ] $head\n";
12387 @end example
12389 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
12390 @section Using the property API
12391 @cindex API, for properties
12392 @cindex properties, API
12394 Here is a description of the functions that can be used to work with
12395 properties.
12397 @defun org-entry-properties &optional pom which
12398 Get all properties of the entry at point-or-marker POM.@*
12399 This includes the TODO keyword, the tags, time strings for deadline,
12400 scheduled, and clocking, and any additional properties defined in the
12401 entry.  The return value is an alist, keys may occur multiple times
12402 if the property key was used several times.@*
12403 POM may also be nil, in which case the current entry is used.
12404 If WHICH is nil or `all', get all properties.  If WHICH is
12405 `special' or `standard', only get that subclass.
12406 @end defun
12407 @vindex org-use-property-inheritance
12408 @defun org-entry-get pom property &optional inherit
12409 Get value of PROPERTY for entry at point-or-marker POM.  By default,
12410 this only looks at properties defined locally in the entry.  If INHERIT
12411 is non-nil and the entry does not have the property, then also check
12412 higher levels of the hierarchy.  If INHERIT is the symbol
12413 @code{selective}, use inheritance if and only if the setting of
12414 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
12415 @end defun
12417 @defun org-entry-delete pom property
12418 Delete the property PROPERTY from entry at point-or-marker POM.
12419 @end defun
12421 @defun org-entry-put pom property value
12422 Set PROPERTY to VALUE for entry at point-or-marker POM.
12423 @end defun
12425 @defun org-buffer-property-keys &optional include-specials
12426 Get all property keys in the current buffer.
12427 @end defun
12429 @defun org-insert-property-drawer
12430 Insert a property drawer at point.
12431 @end defun
12433 @defun org-entry-put-multivalued-property pom property &rest values
12434 Set PROPERTY at point-or-marker POM to VALUES.  VALUES should be a list of
12435 strings.  They will be concatenated, with spaces as separators.
12436 @end defun
12438 @defun org-entry-get-multivalued-property pom property
12439 Treat the value of the property PROPERTY as a whitespace-separated list of
12440 values and return the values as a list of strings.
12441 @end defun
12443 @defun org-entry-add-to-multivalued-property pom property value
12444 Treat the value of the property PROPERTY as a whitespace-separated list of
12445 values and make sure that VALUE is in this list.
12446 @end defun
12448 @defun org-entry-remove-from-multivalued-property pom property value
12449 Treat the value of the property PROPERTY as a whitespace-separated list of
12450 values and make sure that VALUE is @emph{not} in this list.
12451 @end defun
12453 @defun org-entry-member-in-multivalued-property pom property value
12454 Treat the value of the property PROPERTY as a whitespace-separated list of
12455 values and check if VALUE is in this list.
12456 @end defun
12458 @defopt org-property-allowed-value-functions
12459 Hook for functions supplying allowed values for specific.
12460 The functions must take a single argument, the name of the property, and
12461 return a flat list of allowed values.  If @samp{:ETC} is one of
12462 the values, use the values as completion help, but allow also other values
12463 to be entered.  The functions must return @code{nil} if they are not
12464 responsible for this property.
12465 @end defopt
12467 @node Using the mapping API,  , Using the property API, Hacking
12468 @section Using the mapping API
12469 @cindex API, for mapping
12470 @cindex mapping entries, API
12472 Org has sophisticated mapping capabilities to find all entries satisfying
12473 certain criteria.  Internally, this functionality is used to produce agenda
12474 views, but there is also an API that can be used to execute arbitrary
12475 functions for each or selected entries.  The main entry point for this API
12478 @defun org-map-entries func &optional match scope &rest skip
12479 Call FUNC at each headline selected by MATCH in SCOPE.
12481 FUNC is a function or a Lisp form.  The function will be called without
12482 arguments, with the cursor positioned at the beginning of the headline.
12483 The return values of all calls to the function will be collected and
12484 returned as a list.
12486 The call to FUNC will be wrapped into a save-excursion form, so FUNC
12487 does not need to preserve point.  After evaluation, the cursor will be
12488 moved to the end of the line (presumably of the headline of the
12489 processed entry) and search continues from there.  Under some
12490 circumstances, this may not produce the wanted results.  For example,
12491 if you have removed (e.g. archived) the current (sub)tree it could
12492 mean that the next entry will be skipped entirely.  In such cases, you
12493 can specify the position from where search should continue by making
12494 FUNC set the variable `org-map-continue-from' to the desired buffer
12495 position.
12497 MATCH is a tags/property/todo match as it is used in the agenda match view.
12498 Only headlines that are matched by this query will be considered during
12499 the iteration.  When MATCH is nil or t, all headlines will be
12500 visited by the iteration.
12502 SCOPE determines the scope of this command.  It can be any of:
12504 @example
12505 nil     @r{the current buffer, respecting the restriction if any}
12506 tree    @r{the subtree started with the entry at point}
12507 file    @r{the current buffer, without restriction}
12508 file-with-archives
12509         @r{the current buffer, and any archives associated with it}
12510 agenda  @r{all agenda files}
12511 agenda-with-archives
12512         @r{all agenda files with any archive files associated with them}
12513 (file1 file2 ...)
12514         @r{if this is a list, all files in the list will be scanned}
12515 @end example
12516 @noindent
12517 The remaining args are treated as settings for the skipping facilities of
12518 the scanner.  The following items can be given here:
12520 @vindex org-agenda-skip-function
12521 @example
12522 archive   @r{skip trees with the archive tag}
12523 comment   @r{skip trees with the COMMENT keyword}
12524 function or Lisp form
12525           @r{will be used as value for @code{org-agenda-skip-function},}
12526           @r{so whenever the function returns t, FUNC}
12527           @r{will not be called for that entry and search will}
12528           @r{continue from the point where the function leaves it}
12529 @end example
12530 @end defun
12532 The function given to that mapping routine can really do anything you like.
12533 It can use the property API (@pxref{Using the property API}) to gather more
12534 information about the entry, or in order to change metadata in the entry.
12535 Here are a couple of functions that might be handy:
12537 @defun org-todo &optional arg
12538 Change the TODO state of the entry, see the docstring of the functions for
12539 the many possible values for the argument ARG.
12540 @end defun
12542 @defun org-priority &optional action
12543 Change the priority of the entry, see the docstring of this function for the
12544 possible values for ACTION.
12545 @end defun
12547 @defun org-toggle-tag tag &optional onoff
12548 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
12549 or @code{off} will not toggle tag, but ensure that it is either on or off.
12550 @end defun
12552 @defun org-promote
12553 Promote the current entry.
12554 @end defun
12556 @defun org-demote
12557 Demote the current entry.
12558 @end defun
12560 Here is a simple example that will turn all entries in the current file with
12561 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
12562 Entries in comment trees and in archive trees will be ignored.
12564 @lisp
12565 (org-map-entries
12566    '(org-todo "UPCOMING")
12567    "+TOMORROW" 'file 'archive 'comment)
12568 @end lisp
12570 The following example counts the number of entries with TODO keyword
12571 @code{WAITING}, in all agenda files.
12573 @lisp
12574 (length (org-map-entries t "/+WAITING" 'agenda))
12575 @end lisp
12577 @node MobileOrg, History and Acknowledgments, Hacking, Top
12578 @appendix MobileOrg
12579 @cindex iPhone
12580 @cindex MobileOrg
12582 @uref{http://mobileorg.ncogni.to/, MobileOrg} is an application for the
12583 @i{iPhone/iPod Touch} series of devices, developed by Richard Moreland.
12584 @i{MobileOrg} offers offline viewing and capture support for an Org-mode
12585 system rooted on a ``real'' computer.  It does also allow you to record
12586 changes to existing entries.  Android users should check out
12587 @uref{http://wiki.github.com/matburt/mobileorg-android/, MobileOrg Android}
12588 by Matt Jones.
12590 This appendix describes the support Org has for creating agenda views in a
12591 format that can be displayed by @i{MobileOrg}, and for integrating notes
12592 captured and changes made by @i{MobileOrg} into the main system.
12594 For changing tags and TODO states in MobileOrg, you should have set up the
12595 customization variables @code{org-todo-keywords} and @code{org-tags-alist} to
12596 cover all important tags and TODO keywords, even if individual files use only
12597 part of these.  MobileOrg will also offer you states and tags set up with
12598 in-buffer settings, but it will understand the logistics of TODO state
12599 @i{sets} (@pxref{Per-file keywords}) and @i{mutually exclusive} tags
12600 (@pxref{Setting tags}) only for those set in these variables.
12602 @menu
12603 * Setting up the staging area::  Where to interact with the mobile device
12604 * Pushing to MobileOrg::        Uploading Org files and agendas
12605 * Pulling from MobileOrg::      Integrating captured and flagged items
12606 @end menu
12608 @node Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg
12609 @section Setting up the staging area
12611 MobileOrg needs to interact with Emacs through directory on a
12612 server@footnote{If you are using a public server, you might prefer to encrypt
12613 the files on the server.  This can be done with Org-mode 6.35 and, hopefully,
12614 with MobileOrg 1.4 (please check before trying to use this).  On the Emacs
12615 side, configure the variables @code{org-mobile-use-encryption} and
12616 @code{org-mobile-encryption-password}.}.  The easiest way to create that
12617 directory is to use a free @uref{http://dropbox.com,Dropbox.com}
12618 account@footnote{If you cannot use Dropbox, or if your version of MobileOrg
12619 does not support it, you can use a webdav server.  For more information,
12620 check out the the documentation of MobileOrg and also this
12621 @uref{http://orgmode.org/worg/org-faq.php#mobileorg_webdav, FAQ entry}.}.
12622 When MobileOrg first connects to your Dropbox, it will create a directory
12623 @i{MobileOrg} inside the Dropbox.  After the directory has been created, tell
12624 Emacs about it:
12626 @lisp
12627 (setq org-mobile-directory "~/Dropbox/MobileOrg")
12628 @end lisp
12630 Org-mode has commands to put files for @i{MobileOrg} into that directory,
12631 and to read captured notes from there.
12633 @node Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg
12634 @section Pushing to MobileOrg
12636 This operation copies all files currently listed in @code{org-mobile-files}
12637 to the directory @code{org-mobile-directory}.  By default this list contains
12638 all agenda files (as listed in @code{org-agenda-files}), but additional files
12639 can be included by customizing @code{org-mobiles-files}.  File names will be
12640 staged with path relative to @code{org-directory}, so all files should be
12641 inside this directory.  The push operation also creates a special Org file
12642 @file{agendas.org} with all custom agenda view defined by the
12643 user@footnote{While creating the agendas, Org-mode will force (see the
12644 variable @code{org-mobile-force-id-on-agenda-items}) ID properties on all
12645 referenced entries, so that these entries can be uniquely
12646 identified if @i{MobileOrg} flags them for further action.}.  Finally, Org
12647 writes the file @file{index.org}, containing links to all other files.
12648 @i{MobileOrg} first reads this file from the server, and then downloads all
12649 agendas and Org files listed in it.  To speed up the download, MobileOrg will
12650 only read files whose checksums@footnote{stored automatically in the file
12651 @file{checksums.dat}} have changed.
12653 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
12654 @section Pulling from MobileOrg
12656 When @i{MobileOrg} synchronizes with the server, it not only pulls the Org
12657 files for viewing.  It also appends captured entries and pointers to flagged
12658 and changed entries to the file @file{mobileorg.org} on the server.  Org has
12659 a @emph{pull} operation that integrates this information into an inbox file
12660 and operates on the pointers to flagged entries.  Here is how it works:
12662 @enumerate
12663 @item
12664 Org moves all entries found in
12665 @file{mobileorg.org}@footnote{@file{mobileorg.org} will be empty after this
12666 operation.} and appends them to the file pointed to by the variable
12667 @code{org-mobile-inbox-for-pull}.  Each captured entry and each editing event
12668 will be a top-level entry in the inbox file.
12669 @item
12670 After moving the entries, Org will attempt to implement the changes made in
12671 @i{MobileOrg}.  Some changes are applied directly and without user
12672 interaction.  Examples are all changes to tags, TODO state, headline and body
12673 text that can be cleanly applied.  Entries that have been flagged for further
12674 action will receive a tag @code{:FLAGGED:}, so that they can be easily found
12675 again.  When there is a problem finding an entry or applying the change, the
12676 pointer entry will remain in the inbox and will be marked with an error
12677 message.  You need to later resolve these issues by hand.
12678 @item
12679 Org will then generate an agenda view with all flagged entries.  The user
12680 should then go through these entries and do whatever actions are necessary.
12681 If a note has been stored while flagging an entry in @i{MobileOrg}, that note
12682 will be displayed in the echo area when the cursor is on the corresponding
12683 agenda line.
12684 @table @kbd
12685 @kindex ?
12686 @item ?
12687 Pressing @kbd{?} in that special agenda will display the full flagging note in
12688 another window and also push it onto the kill ring.  So you could use @kbd{?
12689 z C-y C-c C-c} to store that flagging note as a normal note in the entry.
12690 Pressing @kbd{?} twice in succession will offer to remove the
12691 @code{:FLAGGED:} tag along with the recorded flagging note (which is stored
12692 in a property).  In this way you indicate, that the intended processing for
12693 this flagged entry is finished.
12694 @end table
12695 @end enumerate
12697 @kindex C-c a ?
12698 If you are not able to process all flagged entries directly, you can always
12699 return to this agenda view using @kbd{C-c a ?}.  Note, however, that there is
12700 a subtle difference.  The view created automatically by @kbd{M-x
12701 org-mobile-pull RET} is guaranteed to search all files that have been
12702 addressed by the last pull.  This might include a file that is not currently
12703 in your list of agenda files.  If you later use @kbd{C-c a ?} to regenerate
12704 the view, only the current agenda files will be searched.
12706 @node History and Acknowledgments, Main Index, MobileOrg, Top
12707 @appendix History and Acknowledgments
12708 @cindex acknowledgements
12709 @cindex history
12710 @cindex thanks
12712 Org was born in 2003, out of frustration over the user interface
12713 of the Emacs Outline mode.  I was trying to organize my notes and
12714 projects, and using Emacs seemed to be the natural way to go.  However,
12715 having to remember eleven different commands with two or three keys per
12716 command, only to hide and show parts of the outline tree, that seemed
12717 entirely unacceptable to me.  Also, when using outlines to take notes, I
12718 constantly wanted to restructure the tree, organizing it parallel to my
12719 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
12720 editing} were originally implemented in the package
12721 @file{outline-magic.el}, but quickly moved to the more general
12722 @file{org.el}.  As this environment became comfortable for project
12723 planning, the next step was adding @emph{TODO entries}, basic
12724 @emph{timestamps}, and @emph{table support}.  These areas highlighted the two main
12725 goals that Org still has today: to be a new, outline-based,
12726 plain text mode with innovative and intuitive editing features, and to
12727 incorporate project planning functionality directly into a notes file.
12729 A special thanks goes to @i{Bastien Guerry} who has not only written a large
12730 number of extensions to Org (most of them integrated into the core by now),
12731 but who has also helped in the development and maintenance of Org so much that he
12732 should be considered the main co-contributor to this package.
12734 Since the first release, literally thousands of emails to me or to
12735 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
12736 reports, feedback, new ideas, and sometimes patches and add-on code.
12737 Many thanks to everyone who has helped to improve this package.  I am
12738 trying to keep here a list of the people who had significant influence
12739 in shaping one or more aspects of Org.  The list may not be
12740 complete, if I have forgotten someone, please accept my apologies and
12741 let me know.
12743 @itemize @bullet
12745 @item
12746 @i{Russel Adams} came up with the idea for drawers.
12747 @item
12748 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
12749 @item
12750 @i{Christophe Bataillon} created the great unicorn logo that we use on the
12751 Org-mode website.
12752 @item
12753 @i{Alex Bochannek} provided a patch for rounding timestamps.
12754 @item
12755 @i{Jan Böcker} wrote @file{org-docview.el}.
12756 @item
12757 @i{Brad Bozarth} showed how to pull RSS feed data into Org-mode files.
12758 @item
12759 @i{Tom Breton} wrote @file{org-choose.el}.
12760 @item
12761 @i{Charles Cave}'s suggestion sparked the implementation of templates
12762 for Remember.
12763 @item
12764 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
12765 specified time.
12766 @item
12767 @i{Gregory Chernov} patched support for Lisp forms into table
12768 calculations and improved XEmacs compatibility, in particular by porting
12769 @file{nouline.el} to XEmacs.
12770 @item
12771 @i{Sacha Chua} suggested copying some linking code from Planner.
12772 @item
12773 @i{Baoqiu Cui} contributed the DocBook exporter.
12774 @item
12775 @i{Dan Davison} wrote (together with @i{Eric Schulte}) Org Babel.
12776 @item
12777 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
12778 came up with the idea of properties, and that there should be an API for
12779 them.
12780 @item
12781 @i{Nick Dokos} tracked down several nasty bugs.
12782 @item
12783 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
12784 inspired some of the early development, including HTML export.  He also
12785 asked for a way to narrow wide table columns.
12786 @item
12787 @i{Christian Egli} converted the documentation into Texinfo format,
12788 patched CSS formatting into the HTML exporter, and inspired the agenda.
12789 @item
12790 @i{David Emery} provided a patch for custom CSS support in exported
12791 HTML agendas.
12792 @item
12793 @i{Nic Ferrier} contributed mailcap and XOXO support.
12794 @item
12795 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
12796 @item
12797 @i{John Foerch} figured out how to make incremental search show context
12798 around a match in a hidden outline tree.
12799 @item
12800 @i{Raimar Finken} wrote @file{org-git-line.el}.
12801 @item
12802 @i{Mikael Fornius} works as a mailing list moderator.
12803 @item
12804 @i{Austin Frank} works as a mailing list moderator.
12805 @item
12806 @i{Niels Giesen} had the idea to automatically archive DONE trees.
12807 @item
12808 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
12809 has been prolific with patches, ideas, and bug reports.
12810 @item
12811 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
12812 @item
12813 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
12814 task state change logging, and the clocktable.  His clear explanations have
12815 been critical when we started to adopt the Git version control system.
12816 @item
12817 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
12818 patches.
12819 @item
12820 @i{Phil Jackson} wrote @file{org-irc.el}.
12821 @item
12822 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
12823 folded entries, and column view for properties.
12824 @item
12825 @i{Matt Jones} wrote @i{MobileOrg Android}.
12826 @item
12827 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
12828 @item
12829 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
12830 provided frequent feedback and some patches.
12831 @item
12832 @i{Matt Lundin} has proposed last-row references for table formulas and named
12833 invisible anchors.  He has also worked a lot on the FAQ.
12834 @item
12835 @i{Jason F. McBrayer} suggested agenda export to CSV format.
12836 @item
12837 @i{Max Mikhanosha} came up with the idea of refiling.
12838 @item
12839 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
12840 basis.
12841 @item
12842 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
12843 happy.
12844 @item
12845 @i{Richard Moreland} wrote @i{MobileOrg} for the iPhone.
12846 @item
12847 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
12848 and being able to quickly restrict the agenda to a subtree.
12849 @item
12850 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
12851 @item
12852 @i{Greg Newman} refreshed the unicorn logo into its current form.
12853 @item
12854 @i{Tim O'Callaghan} suggested in-file links, search options for general
12855 file links, and TAGS.
12856 @item
12857 @i{Osamu Okano} wrote @file{orgcard2ref.pl}, a perl program to create a text
12858 version of the reference card.
12859 @item
12860 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
12861 into Japanese.
12862 @item
12863 @i{Oliver Oppitz} suggested multi-state TODO items.
12864 @item
12865 @i{Scott Otterson} sparked the introduction of descriptive text for
12866 links, among other things.
12867 @item
12868 @i{Pete Phillips} helped during the development of the TAGS feature, and
12869 provided frequent feedback.
12870 @item
12871 @i{Martin Pohlack} provided the code snippet to bundle character insertion
12872 into bundles of 20 for undo.
12873 @item
12874 @i{T.V. Raman} reported bugs and suggested improvements.
12875 @item
12876 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
12877 control.
12878 @item
12879 @i{Paul Rivier} provided the basic implementation of named footnotes.  He
12880 also acted as mailing list moderator for some time.
12881 @item
12882 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
12883 @item
12884 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
12885 webpages derived from Org using an Info-like or a folding interface with
12886 single-key navigation, and make lots of improvements to the HTML exporter.
12887 @item
12888 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
12889 conflict with @file{allout.el}.
12890 @item
12891 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
12892 extensive patches.
12893 @item
12894 @i{Philip Rooke} created the Org reference card, provided lots
12895 of feedback, developed and applied standards to the Org documentation.
12896 @item
12897 @i{Christian Schlauer} proposed angular brackets around links, among
12898 other things.
12899 @item
12900 @i{Eric Schulte} wrote @file{org-plot.el} and (together with @i{Dan Davison})
12901 Org Babel, and contributed various patches, small features and modules.
12902 @item
12903 @i{Paul Sexton} wrote @file{org-ctags.el}.
12904 @item
12905 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
12906 @file{organizer-mode.el}.
12907 @item
12908 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
12909 examples, and remote highlighting for referenced code lines.
12910 @item
12911 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
12912 now packaged into Org's @file{contrib} directory.
12913 @item
12914 @i{Daniel Sinder} came up with the idea of internal archiving by locking
12915 subtrees.
12916 @item
12917 @i{Dale Smith} proposed link abbreviations.
12918 @item
12919 @i{James TD Smith} has contributed a large number of patches for useful
12920 tweaks and features.
12921 @item
12922 @i{Adam Spiers} asked for global linking commands, inspired the link
12923 extension system, added support for mairix, and proposed the mapping API.
12924 @item
12925 @i{Ulf Stegemann} created the table to translate special symbols to HTML,
12926 LaTeX, UTF-8, Latin-1 and ASCII.
12927 @item
12928 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
12929 with links transformation to Org syntax.
12930 @item
12931 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
12932 chapter about publishing.
12933 @item
12934 @i{Stefan Vollmar} organized a video-recorded talk at the
12935 Max-Planck-Institute for Neurology.  He also inspired the creation of a
12936 concept index for HTML export.
12937 @item
12938 @i{J@"urgen Vollmer} contributed code generating the table of contents
12939 in HTML output.
12940 @item
12941 @i{Samuel Wales} has provided important feedback and bug reports.
12942 @item
12943 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
12944 keyword.
12945 @item
12946 @i{David Wainberg} suggested archiving, and improvements to the linking
12947 system.
12948 @item
12949 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
12950 @file{muse.el}, which have some overlap with Org.  Initially the development
12951 of Org was fully independent because I was not aware of the existence of
12952 these packages.  But with time I have occasionally looked at John's code and
12953 learned a lot from it.  John has also contributed a number of great ideas and
12954 patches directly to Org, including the attachment system
12955 (@file{org-attach.el}), integration with Apple Mail
12956 (@file{org-mac-message.el}), hierarchical dependencies of TODO items, habit
12957 tracking (@file{org-habits.el}).
12958 @item
12959 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
12960 linking to Gnus.
12961 @item
12962 @i{Roland Winkler} requested additional key bindings to make Org
12963 work on a tty.
12964 @item
12965 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
12966 and contributed various ideas and code snippets.
12967 @end itemize
12970 @node Main Index, Key Index, History and Acknowledgments, Top
12971 @unnumbered Concept Index
12973 @printindex cp
12975 @node Key Index, Variable Index, Main Index, Top
12976 @unnumbered Key Index
12978 @printindex ky
12980 @node Variable Index,  , Key Index, Top
12981 @unnumbered Variable Index
12983 This is not a complete index of variables and faces, only the ones that are
12984 mentioned in the manual.  For a more complete list, use @kbd{M-x
12985 org-customize @key{RET}} and then click yourself through the tree.
12987 @printindex vr
12989 @bye
12991 @ignore
12992         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
12993 @end ignore
12995 @c Local variables:
12996 @c ispell-local-dictionary: "en_US-w_accents"
12997 @c ispell-local-pdict: "./.aspell.org.pws"
12998 @c fill-column: 77
12999 @c End:
13002 @c  LocalWords:  webdavhost pre