Fix TODO statistics bug
[org-mode.git] / doc / org.texi
blob130a4dab3471407848767b356a9e7a2ca5feda66
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @set VERSION 6.32trans
7 @set DATE October 2009
9 @c Version and Contact Info
10 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
11 @set AUTHOR Carsten Dominik
12 @set MAINTAINER Carsten Dominik
13 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
14 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
15 @c %**end of header
16 @finalout
18 @c Macro definitions
19 @iftex
20 @c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
21 @end iftex
22 @macro Ie {}
23 I.e.,
24 @end macro
25 @macro ie {}
26 i.e.,
27 @end macro
28 @macro Eg {}
29 E.g.,
30 @end macro
31 @macro eg {}
32 e.g.,
33 @end macro
35 @c Subheadings inside a table.
36 @macro tsubheading{text}
37 @ifinfo
38 @subsubheading \text\
39 @end ifinfo
40 @ifnotinfo
41 @item @b{\text\}
42 @end ifnotinfo
43 @end macro
45 @copying
46 This manual is for Org version @value{VERSION}.
48 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
50 @quotation
51 Permission is granted to copy, distribute and/or modify this document
52 under the terms of the GNU Free Documentation License, Version 1.3 or
53 any later version published by the Free Software Foundation; with no
54 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
55 and with the Back-Cover Texts as in (a) below.  A copy of the license
56 is included in the section entitled ``GNU Free Documentation License.''
58 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
59 modify this GNU manual.  Buying copies from the FSF supports it in
60 developing GNU and promoting software freedom.''
62 This document is part of a collection distributed under the GNU Free
63 Documentation License.  If you want to distribute this document
64 separately from the collection, you can do so by adding a copy of the
65 license to the document, as described in section 6 of the license.
66 @end quotation
67 @end copying
69 @dircategory Emacs
70 @direntry
71 * Org Mode: (org).      Outline-based notes management and organizer
72 @end direntry
74 @titlepage
75 @title The Org Manual
77 @subtitle Release @value{VERSION}
78 @author by Carsten Dominik
80 @c The following two commands start the copyright page.
81 @page
82 @vskip 0pt plus 1filll
83 @insertcopying
84 @end titlepage
86 @c Output the table of contents at the beginning.
87 @contents
89 @ifnottex
90 @node Top, Introduction, (dir), (dir)
91 @top Org Mode Manual
93 @insertcopying
94 @end ifnottex
96 @menu
97 * Introduction::                Getting started
98 * Document Structure::          A tree works like your brain
99 * Tables::                      Pure magic for quick formatting
100 * Hyperlinks::                  Notes in context
101 * TODO Items::                  Every tree branch can be a TODO item
102 * Tags::                        Tagging headlines and matching sets of tags
103 * Properties and Columns::      Storing information about an entry
104 * Dates and Times::             Making items useful for planning
105 * Capture - Refile - Archive::  The ins and outs for projects
106 * Agenda Views::                Collecting information into views
107 * Markup::                      Prepare text for rich export
108 * Exporting::                   Sharing and publishing of notes
109 * Publishing::                  Create a web site of linked Org files
110 * Miscellaneous::               All the rest which did not fit elsewhere
111 * Hacking::                     How to hack your way around
112 * MobileOrg::                   Viewing and capture on a mobile device
113 * History and Acknowledgments::  How Org came into being
114 * Main Index::                  An index of Org's concepts and features
115 * Key Index::                   Key bindings and where they are described
116 * Variable Index::              Variables mentioned in the manual
118 @detailmenu
119  --- The Detailed Node Listing ---
121 Introduction
123 * Summary::                     Brief summary of what Org does
124 * Installation::                How to install a downloaded version of Org
125 * Activation::                  How to activate Org for certain buffers
126 * Feedback::                    Bug reports, ideas, patches etc.
127 * Conventions::                 Type-setting conventions in the manual
129 Document Structure
131 * Outlines::                    Org is based on Outline mode
132 * Headlines::                   How to typeset Org tree headlines
133 * Visibility cycling::          Show and hide, much simplified
134 * Motion::                      Jumping to other headlines
135 * Structure editing::           Changing sequence and level of headlines
136 * Sparse trees::                Matches embedded in context
137 * Plain lists::                 Additional structure within an entry
138 * Drawers::                     Tucking stuff away
139 * Blocks::                      Folding blocks
140 * Footnotes::                   How footnotes are defined in Org's syntax
141 * Orgstruct mode::              Structure editing outside Org
143 Tables
145 * Built-in table editor::       Simple tables
146 * Column width and alignment::  Overrule the automatic settings
147 * Column groups::               Grouping to trigger vertical lines
148 * Orgtbl mode::                 The table editor as minor mode
149 * The spreadsheet::             The table editor has spreadsheet capabilities
150 * Org-Plot::                    Plotting from org tables
152 The spreadsheet
154 * References::                  How to refer to another field or range
155 * Formula syntax for Calc::     Using Calc to compute stuff
156 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
157 * Field formulas::              Formulas valid for a single field
158 * Column formulas::             Formulas valid for an entire column
159 * Editing and debugging formulas::  Fixing formulas
160 * Updating the table::          Recomputing all dependent fields
161 * Advanced features::           Field names, parameters and automatic recalc
163 Hyperlinks
165 * Link format::                 How links in Org are formatted
166 * Internal links::              Links to other places in the current file
167 * External links::              URL-like links to the world
168 * Handling links::              Creating, inserting and following
169 * Using links outside Org::     Linking from my C source code?
170 * Link abbreviations::          Shortcuts for writing complex links
171 * Search options::              Linking to a specific location
172 * Custom searches::             When the default search is not enough
174 Internal links
176 * Radio targets::               Make targets trigger links in plain text
178 TODO Items
180 * TODO basics::                 Marking and displaying TODO entries
181 * TODO extensions::             Workflow and assignments
182 * Progress logging::            Dates and notes for progress
183 * Priorities::                  Some things are more important than others
184 * Breaking down tasks::         Splitting a task into manageable pieces
185 * Checkboxes::                  Tick-off lists
187 Extended use of TODO keywords
189 * Workflow states::             From TODO to DONE in steps
190 * TODO types::                  I do this, Fred does the rest
191 * Multiple sets in one file::   Mixing it all, and still finding your way
192 * Fast access to TODO states::  Single letter selection of a state
193 * Per-file keywords::           Different files, different requirements
194 * Faces for TODO keywords::     Highlighting states
195 * TODO dependencies::           When one task needs to wait for others
197 Progress logging
199 * Closing items::               When was this entry marked DONE?
200 * Tracking TODO state changes::  When did the status change?
201 * Tracking your habits::        How consistent have you been?
203 Tags
205 * Tag inheritance::             Tags use the tree structure of the outline
206 * Setting tags::                How to assign tags to a headline
207 * Tag searches::                Searching for combinations of tags
209 Properties and Columns
211 * Property syntax::             How properties are spelled out
212 * Special properties::          Access to other Org mode features
213 * Property searches::           Matching property values
214 * Property inheritance::        Passing values down the tree
215 * Column view::                 Tabular viewing and editing
216 * Property API::                Properties for Lisp programmers
218 Column view
220 * Defining columns::            The COLUMNS format property
221 * Using column view::           How to create and use column view
222 * Capturing column view::       A dynamic block for column view
224 Defining columns
226 * Scope of column definitions::  Where defined, where valid?
227 * Column attributes::           Appearance and content of a column
229 Dates and Times
231 * Timestamps::                  Assigning a time to a tree entry
232 * Creating timestamps::         Commands which insert timestamps
233 * Deadlines and scheduling::    Planning your work
234 * Clocking work time::          Tracking how long you spend on a task
235 * Resolving idle time::         Resolving time if you've been idle
236 * Effort estimates::            Planning work effort in advance
237 * Relative timer::              Notes with a running timer
239 Creating timestamps
241 * The date/time prompt::        How Org mode helps you entering date and time
242 * Custom time format::          Making dates look different
244 Deadlines and scheduling
246 * Inserting deadline/schedule::  Planning items
247 * Repeated tasks::              Items that show up again and again
249 Capture - Refile - Archive
251 * Remember::                    Capture new tasks/ideas with little interruption
252 * Attachments::                 Add files to tasks.
253 * RSS Feeds::                   Getting input from RSS feeds
254 * Protocols::                   External (e.g. Browser) access to Emacs and Org
255 * Refiling notes::              Moving a tree from one place to another
256 * Archiving::                   What to do with finished projects
258 Remember
260 * Setting up Remember for Org::  Some code for .emacs to get things going
261 * Remember templates::          Define the outline of different note types
262 * Storing notes::               Directly get the note to where it belongs
264 Archiving
266 * Moving subtrees::             Moving a tree to an archive file
267 * Internal archiving::          Switch off a tree but keep i in the file
269 Agenda Views
271 * Agenda files::                Files being searched for agenda information
272 * Agenda dispatcher::           Keyboard access to agenda views
273 * Built-in agenda views::       What is available out of the box?
274 * Presentation and sorting::    How agenda items are prepared for display
275 * Agenda commands::             Remote editing of Org trees
276 * Custom agenda views::         Defining special searches and views
277 * Exporting Agenda Views::      Writing a view to a file
278 * Agenda column view::          Using column view for collected entries
280 The built-in agenda views
282 * Weekly/daily agenda::         The calendar page with current tasks
283 * Global TODO list::            All unfinished action items
284 * Matching tags and properties::  Structured information with fine-tuned search
285 * Timeline::                    Time-sorted view for single file
286 * Search view::                 Find entries by searching for text
287 * Stuck projects::              Find projects you need to review
289 Presentation and sorting
291 * Categories::                  Not all tasks are equal
292 * Time-of-day specifications::  How the agenda knows the time
293 * Sorting of agenda items::     The order of things
295 Custom agenda views
297 * Storing searches::            Type once, use often
298 * Block agenda::                All the stuff you need in a single buffer
299 * Setting Options::             Changing the rules
301 Markup for rich export
303 * Structural markup elements::  The basic structure as seen by the exporter
304 * Images and tables::           Tables and Images will be included
305 * Literal examples::            Source code examples with special formatting
306 * Include files::               Include additional files into a document
307 * Macro replacement::           Use macros to create complex output
308 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
310 Structural markup elements
312 * Document title::              Where the title is taken from
313 * Headings and sections::       The document structure as seen by the exporter
314 * Table of contents::           The if and where of the table of contents
315 * Initial text::                Text before the first heading?
316 * Lists::                       Lists
317 * Paragraphs::                  Paragraphs
318 * Footnote markup::             Footnotes
319 * Emphasis and monospace::      Bold, italic, etc.
320 * Horizontal rules::            Make a line
321 * Comment lines::               What will *not* be exported
323 Embedded La@TeX{}
325 * Special symbols::             Greek letters and other symbols
326 * Subscripts and superscripts::  Simple syntax for raising/lowering text
327 * LaTeX fragments::             Complex formulas made easy
328 * Previewing LaTeX fragments::  What will this snippet look like?
329 * CDLaTeX mode::                Speed up entering of formulas
331 Exporting
333 * Selective export::            Using tags to select and exclude trees
334 * Export options::              Per-file export settings
335 * The export dispatcher::       How to access exporter commands
336 * ASCII export::                Exporting to plain ASCII
337 * HTML export::                 Exporting to HTML
338 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
339 * DocBook export::              Exporting to DocBook
340 * Freemind export::             Exporting to Freemind mind maps
341 * XOXO export::                 Exporting to XOXO
342 * iCalendar export::            Exporting in iCalendar format
344 HTML export
346 * HTML Export commands::        How to invoke HTML export
347 * Quoting HTML tags::           Using direct HTML in Org mode
348 * Links in HTML export::        How links will be interpreted and formatted
349 * Tables in HTML export::       How to modify the formatting of tables
350 * Images in HTML export::       How to insert figures into HTML output
351 * Text areas in HTML export::   An alternative way to show an example
352 * CSS support::                 Changing the appearance of the output
353 * Javascript support::          Info and Folding in a web browser
355 La@TeX{} and PDF export
357 * LaTeX/PDF export commands::   Which key invokes which commands
358 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
359 * Sectioning structure::        Changing sectioning in La@TeX{} output
360 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
361 * Images in LaTeX export::      How to insert figures into La@TeX{} output
363 DocBook export
365 * DocBook export commands::     How to invoke DocBook export
366 * Quoting DocBook code::        Incorporating DocBook code in Org files
367 * Recursive sections::          Recursive sections in DocBook
368 * Tables in DocBook export::    Tables are exported as HTML tables
369 * Images in DocBook export::    How to insert figures into DocBook output
370 * Special characters::          How to handle special characters
372 Publishing
374 * Configuration::               Defining projects
375 * Uploading files::             How to get files up on the server
376 * Sample configuration::        Example projects
377 * Triggering publication::      Publication commands
379 Configuration
381 * Project alist::               The central configuration variable
382 * Sources and destinations::    From here to there
383 * Selecting files::             What files are part of the project?
384 * Publishing action::           Setting the function doing the publishing
385 * Publishing options::          Tweaking HTML export
386 * Publishing links::            Which links keep working after publishing?
387 * Project page index::          Publishing a list of project files
389 Sample configuration
391 * Simple example::              One-component publishing
392 * Complex example::             A multi-component publishing example
394 Miscellaneous
396 * Completion::                  M-TAB knows what you need
397 * Customization::               Adapting Org to your taste
398 * In-buffer settings::          Overview of the #+KEYWORDS
399 * The very busy C-c C-c key::   When in doubt, press C-c C-c
400 * Clean view::                  Getting rid of leading stars in the outline
401 * TTY keys::                    Using Org on a tty
402 * Interaction::                 Other Emacs packages
404 Interaction with other packages
406 * Cooperation::                 Packages Org cooperates with
407 * Conflicts::                   Packages that lead to conflicts
409 Hacking
411 * Hooks::                       Who to reach into Org's internals
412 * Add-on packages::             Available extensions
413 * Adding hyperlink types::      New custom link types
414 * Context-sensitive commands::  How to add functionality to such commands
415 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
416 * Dynamic blocks::              Automatically filled blocks
417 * Special agenda views::        Customized views
418 * Extracting agenda information::  Postprocessing of agenda information
419 * Using the property API::      Writing programs that use entry properties
420 * Using the mapping API::       Mapping over all or selected entries
422 Tables and lists in arbitrary syntax
424 * Radio tables::                Sending and receiving radio tables
425 * A LaTeX example::             Step by step, almost a tutorial
426 * Translator functions::        Copy and modify
427 * Radio lists::                 Doing the same for lists
429 MobileOrg
431 * Setting up the staging area::  Where to interact with the mobile device
432 * Pushing to MobileOrg::        Uploading Org files and agendas
433 * Pulling from MobileOrg::      Integrating captured and flagged items
435 @end detailmenu
436 @end menu
438 @node Introduction, Document Structure, Top, Top
439 @chapter Introduction
440 @cindex introduction
442 @menu
443 * Summary::                     Brief summary of what Org does
444 * Installation::                How to install a downloaded version of Org
445 * Activation::                  How to activate Org for certain buffers
446 * Feedback::                    Bug reports, ideas, patches etc.
447 * Conventions::                 Type-setting conventions in the manual
448 @end menu
450 @node Summary, Installation, Introduction, Introduction
451 @section Summary
452 @cindex summary
454 Org is a mode for keeping notes, maintaining TODO lists, and doing
455 project planning with a fast and effective plain-text system.
457 Org develops organizational tasks around NOTES files that contain
458 lists or information about projects as plain text.  Org is
459 implemented on top of Outline mode, which makes it possible to keep the
460 content of large files well structured.  Visibility cycling and
461 structure editing help to work with the tree.  Tables are easily created
462 with a built-in table editor.  Org supports TODO items, deadlines,
463 timestamps, and scheduling.  It dynamically compiles entries into an
464 agenda that utilizes and smoothly integrates much of the Emacs calendar
465 and diary.  Plain text URL-like links connect to websites, emails,
466 Usenet messages, BBDB entries, and any files related to the projects.
467 For printing and sharing of notes, an Org file can be exported as a
468 structured ASCII file, as HTML, or (TODO and agenda items only) as an
469 iCalendar file.  It can also serve as a publishing tool for a set of
470 linked web pages.
472 An important design aspect that distinguishes Org from, for example,
473 Planner/Muse is that it encourages you to store every piece of information
474 only once.  In Planner, you have project pages, day pages and possibly
475 other files, duplicating some information such as tasks.  In Org,
476 you only have notes files.  In your notes you mark entries as tasks, and
477 label them with tags and timestamps.  All necessary lists, like a
478 schedule for the day, the agenda for a meeting, tasks lists selected by
479 tags, etc., are created dynamically when you need them.
481 Org keeps simple things simple.  When first fired up, it should
482 feel like a straightforward, easy to use outliner.  Complexity is not
483 imposed, but a large amount of functionality is available when you need
484 it.  Org is a toolbox and can be used in different ways, for
485 example as:
487 @example
488 @r{@bullet{} an outline extension with visibility cycling and structure editing}
489 @r{@bullet{} an ASCII system and table editor for taking structured notes}
490 @r{@bullet{} an ASCII table editor with spreadsheet-like capabilities}
491 @r{@bullet{} a TODO list editor}
492 @r{@bullet{} a full agenda and planner with deadlines and work scheduling}
493 @pindex GTD, Getting Things Done
494 @r{@bullet{} an environment to implement David Allen's GTD system}
495 @r{@bullet{} a basic database application}
496 @r{@bullet{} a simple hypertext system, with HTML and La@TeX{} export}
497 @r{@bullet{} a publishing tool to create a set of interlinked webpages}
498 @end example
500 Org's automatic, context-sensitive table editor with spreadsheet
501 capabilities can be integrated into any major mode by activating the
502 minor Orgtbl mode.  Using a translation step, it can be used to maintain
503 tables in arbitrary file types, for example in La@TeX{}.  The structure
504 editing and list creation capabilities can be used outside Org with
505 the minor Orgstruct mode.
507 @cindex FAQ
508 There is a website for Org which provides links to the newest
509 version of Org, as well as additional information, frequently asked
510 questions (FAQ), links to tutorials, etc@.  This page is located at
511 @uref{http://orgmode.org}.
513 @page
516 @node Installation, Activation, Summary, Introduction
517 @section Installation
518 @cindex installation
519 @cindex XEmacs
521 @b{Important:} @i{If you are using a version of Org that is part of the Emacs
522 distribution or an XEmacs package, please skip this section and go directly
523 to @ref{Activation}.}
525 If you have downloaded Org from the Web, either as a distribution @file{.zip}
526 or @file{.tar} file, or as a Git archive, you must take the following steps
527 to install it: go into the unpacked Org distribution directory and edit the
528 top section of the file @file{Makefile}.  You must set the name of the Emacs
529 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
530 directories where local Lisp and Info files are kept.  If you don't have
531 access to the system-wide directories, you can simply run Org directly from
532 the distribution directory by adding the @file{lisp} subdirectory to the
533 Emacs load path.  To do this, add the following line to @file{.emacs}:
535 @example
536 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
537 @end example
539 @noindent
540 If you plan to use code from the @file{contrib} subdirectory, do a similar
541 step for this directory:
543 @example
544 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
545 @end example
547 @sp 2
548 @cartouche
549 XEmacs users now need to install the file @file{noutline.el} from
550 the @file{xemacs} sub-directory of the Org distribution.  Use the
551 command:
553 @example
554      make install-noutline
555 @end example
556 @end cartouche
557 @sp 2
559 @noindent Now byte-compile the Lisp files with the shell command:
561 @example
562 make
563 @end example
565 @noindent If you are running Org from the distribution directory, this is
566 all.  If you want to install Org into the system directories, use (as
567 administrator)
569 @example
570 make install
571 @end example
573 Installing Info files is system dependent, because of differences in the
574 @file{install-info} program.  In Debian it copies the info files into the
575 correct directory and modifies the info directory file.  In many other
576 systems, the files need to be copied to the correct directory separately, and
577 @file{install-info} then only modifies the directory file.  Check your system
578 documentation to find out which of the following commands you need:
580 @example
581 make install-info
582 make install-info-debian
583 @end example
585 Then add the following line to @file{.emacs}.  It is needed so that
586 Emacs can autoload functions that are located in files not immediately loaded
587 when Org-mode starts.
588 @lisp
589 (require 'org-install)
590 @end lisp
592 Do not forget to activate Org as described in the following section.
593 @page
595 @node Activation, Feedback, Installation, Introduction
596 @section Activation
597 @cindex activation
598 @cindex autoload
599 @cindex global key bindings
600 @cindex key bindings, global
602 @iftex
603 @b{Important:} @i{If you use copy-and-paste to copy Lisp code from the
604 PDF documentation as viewed by some PDF viewers to your @file{.emacs} file, the
605 single-quote character comes out incorrectly and the code will not work.
606 You need to fix the single-quotes by hand, or copy from Info
607 documentation.}
608 @end iftex
610 Add the following lines to your @file{.emacs} file.  The last three lines
611 define @emph{global} keys for the commands @command{org-store-link},
612 @command{org-agenda}, and @command{org-iswitchb}---please choose suitable
613 keys yourself.
615 @lisp
616 ;; The following lines are always needed.  Choose your own keys.
617 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
618 (global-set-key "\C-cl" 'org-store-link)
619 (global-set-key "\C-ca" 'org-agenda)
620 (global-set-key "\C-cb" 'org-iswitchb)
621 @end lisp
623 Furthermore, you must activate @code{font-lock-mode} in Org
624 buffers, because significant functionality depends on font-locking being
625 active.  You can do this with either one of the following two lines
626 (XEmacs users must use the second option):
627 @lisp
628 (global-font-lock-mode 1)                     ; for all buffers
629 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
630 @end lisp
632 @cindex Org mode, turning on
633 With this setup, all files with extension @samp{.org} will be put
634 into Org mode.  As an alternative, make the first line of a file look
635 like this:
637 @example
638 MY PROJECTS    -*- mode: org; -*-
639 @end example
641 @vindex org-insert-mode-line-in-empty-file
642 @noindent which will select Org mode for this buffer no matter what
643 the file's name is.  See also the variable
644 @code{org-insert-mode-line-in-empty-file}.
646 Many commands in Org work on the region if the region is @i{active}.  To make
647 use of this, you need to have @code{transient-mark-mode}
648 (@code{zmacs-regions} in XEmacs) turned on.  In Emacs 23 this is the default,
649 in Emacs 22 you need to do this yourself with
650 @lisp
651 (transient-mark-mode 1)
652 @end lisp
653 @noindent If you do not like @code{transient-mark-mode}, you can create an
654 active region by using the mouse to select a region, or pressing
655 @kbd{C-@key{SPC}} twice before moving the cursor.
657 @node Feedback, Conventions, Activation, Introduction
658 @section Feedback
659 @cindex feedback
660 @cindex bug reports
661 @cindex maintainer
662 @cindex author
664 If you find problems with Org, or if you have questions, remarks, or ideas
665 about it, please mail to the Org mailing list @email{emacs-orgmode@@gnu.org}.
666 If you are not a member of the mailing list, your mail will be passed to the
667 list after a moderator has approved it.
669 For bug reports, please provide as much information as possible, including
670 the version information of Emacs (@kbd{M-x emacs-version @key{RET}}) and Org
671 (@kbd{M-x org-version @key{RET}}), as well as the Org related setup in
672 @file{.emacs}.  The easiest way to do this is to use the command
673 @example
674 @kbd{M-x org-submit-bug-report}
675 @end example
676 @noindent which will put all this information into an Emacs mail buffer so
677 that you only need to add your description.  If you re not sending the Email
678 from within Emacs, please copy and paste the content into your Email program.
680 If an error occurs, a backtrace can be very useful (see below on how to
681 create one).  Often a small example file helps, along with clear information
682 about:
684 @enumerate
685 @item What exactly did you do?
686 @item What did you expect to happen?
687 @item What happened instead?
688 @end enumerate
689 @noindent Thank you for helping to improve this mode.
691 @subsubheading How to create a useful backtrace
693 @cindex backtrace of an error
694 If working with Org produces an error with a message you don't
695 understand, you may have hit a bug.  The best way to report this is by
696 providing, in addition to what was mentioned above, a @emph{backtrace}.
697 This is information from the built-in debugger about where and how the
698 error occurred.  Here is how to produce a useful backtrace:
700 @enumerate
701 @item
702 Reload uncompiled versions of all Org-mode Lisp files.  The backtrace
703 contains much more information if it is produced with uncompiled code.
704 To do this, use
705 @example
706 C-u M-x org-reload RET
707 @end example
708 @noindent
709 or select @code{Org -> Refresh/Reload -> Reload Org uncompiled} from the
710 menu.
711 @item
712 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
713 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
714 @item
715 Do whatever you have to do to hit the error.  Don't forget to
716 document the steps you take.
717 @item
718 When you hit the error, a @file{*Backtrace*} buffer will appear on the
719 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
720 attach it to your bug report.
721 @end enumerate
723 @node Conventions,  , Feedback, Introduction
724 @section Typesetting conventions used in this manual
726 Org uses three types of keywords: TODO keywords, tags, and property
727 names.  In this manual we use the following conventions:
729 @table @code
730 @item TODO
731 @itemx WAITING
732 TODO keywords are written with all capitals, even if they are
733 user-defined.
734 @item boss
735 @itemx ARCHIVE
736 User-defined tags are written in lowercase; built-in tags with special
737 meaning are written with all capitals.
738 @item Release
739 @itemx PRIORITY
740 User-defined properties are capitalized; built-in properties with
741 special meaning are written with all capitals.
742 @end table
744 @node Document Structure, Tables, Introduction, Top
745 @chapter Document Structure
746 @cindex document structure
747 @cindex structure of document
749 Org is based on Outline mode and provides flexible commands to
750 edit the structure of the document.
752 @menu
753 * Outlines::                    Org is based on Outline mode
754 * Headlines::                   How to typeset Org tree headlines
755 * Visibility cycling::          Show and hide, much simplified
756 * Motion::                      Jumping to other headlines
757 * Structure editing::           Changing sequence and level of headlines
758 * Sparse trees::                Matches embedded in context
759 * Plain lists::                 Additional structure within an entry
760 * Drawers::                     Tucking stuff away
761 * Blocks::                      Folding blocks
762 * Footnotes::                   How footnotes are defined in Org's syntax
763 * Orgstruct mode::              Structure editing outside Org
764 @end menu
766 @node Outlines, Headlines, Document Structure, Document Structure
767 @section Outlines
768 @cindex outlines
769 @cindex Outline mode
771 Org is implemented on top of Outline mode.  Outlines allow a
772 document to be organized in a hierarchical structure, which (at least
773 for me) is the best representation of notes and thoughts.  An overview
774 of this structure is achieved by folding (hiding) large parts of the
775 document to show only the general document structure and the parts
776 currently being worked on.  Org greatly simplifies the use of
777 outlines by compressing the entire show/hide functionality into a single
778 command, @command{org-cycle}, which is bound to the @key{TAB} key.
780 @node Headlines, Visibility cycling, Outlines, Document Structure
781 @section Headlines
782 @cindex headlines
783 @cindex outline tree
784 @vindex org-special-ctrl-a/e
786 Headlines define the structure of an outline tree.  The headlines in
787 Org start with one or more stars, on the left margin@footnote{See
788 the variable @code{org-special-ctrl-a/e} to configure special behavior
789 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
791 @example
792 * Top level headline
793 ** Second level
794 *** 3rd level
795     some text
796 *** 3rd level
797     more text
799 * Another top level headline
800 @end example
802 @noindent Some people find the many stars too noisy and would prefer an
803 outline that has whitespace followed by a single star as headline
804 starters.  @ref{Clean view}, describes a setup to realize this.
806 @vindex org-cycle-separator-lines
807 An empty line after the end of a subtree is considered part of it and
808 will be hidden when the subtree is folded.  However, if you leave at
809 least two empty lines, one empty line will remain visible after folding
810 the subtree, in order to structure the collapsed view.  See the
811 variable @code{org-cycle-separator-lines} to modify this behavior.
813 @node Visibility cycling, Motion, Headlines, Document Structure
814 @section Visibility cycling
815 @cindex cycling, visibility
816 @cindex visibility cycling
817 @cindex trees, visibility
818 @cindex show hidden text
819 @cindex hide text
821 Outlines make it possible to hide parts of the text in the buffer.
822 Org uses just two commands, bound to @key{TAB} and
823 @kbd{S-@key{TAB}} to change the visibility in the buffer.
825 @cindex subtree visibility states
826 @cindex subtree cycling
827 @cindex folded, subtree visibility state
828 @cindex children, subtree visibility state
829 @cindex subtree, subtree visibility state
830 @table @kbd
831 @kindex @key{TAB}
832 @item @key{TAB}
833 @emph{Subtree cycling}: Rotate current subtree among the states
835 @example
836 ,-> FOLDED -> CHILDREN -> SUBTREE --.
837 '-----------------------------------'
838 @end example
840 @vindex org-cycle-emulate-tab
841 @vindex org-cycle-global-at-bob
842 The cursor must be on a headline for this to work@footnote{see, however,
843 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
844 beginning of the buffer and the first line is not a headline, then
845 @key{TAB} actually runs global cycling (see below)@footnote{see the
846 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
847 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
849 @cindex global visibility states
850 @cindex global cycling
851 @cindex overview, global visibility state
852 @cindex contents, global visibility state
853 @cindex show all, global visibility state
854 @kindex S-@key{TAB}
855 @item S-@key{TAB}
856 @itemx C-u @key{TAB}
857 @emph{Global cycling}: Rotate the entire buffer among the states
859 @example
860 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
861 '--------------------------------------'
862 @end example
864 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
865 CONTENTS view up to headlines of level N will be shown.  Note that inside
866 tables, @kbd{S-@key{TAB}} jumps to the previous field.
868 @cindex show all, command
869 @kindex C-u C-u C-u @key{TAB}
870 @item C-u C-u C-u @key{TAB}
871 Show all, including drawers.
872 @kindex C-c C-r
873 @item C-c C-r
874 Reveal context around point, showing the current entry, the following heading
875 and the hierarchy above.  Useful for working near a location that has been
876 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
877 (@pxref{Agenda commands}).  With a prefix argument show, on each
878 level, all sibling headings.
879 @kindex C-c C-x b
880 @item C-c C-x b
881 Show the current subtree in an indirect buffer@footnote{The indirect
882 buffer
883 @ifinfo
884 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
885 @end ifinfo
886 @ifnotinfo
887 (see the Emacs manual for more information about indirect buffers)
888 @end ifnotinfo
889 will contain the entire buffer, but will be narrowed to the current
890 tree.  Editing the indirect buffer will also change the original buffer,
891 but without affecting visibility in that buffer.}.  With a numeric
892 prefix argument N, go up to level N and then take that tree.  If N is
893 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
894 the previously used indirect buffer.
895 @end table
897 @vindex org-startup-folded
898 @cindex @code{overview}, STARTUP keyword
899 @cindex @code{content}, STARTUP keyword
900 @cindex @code{showall}, STARTUP keyword
901 @cindex @code{showeverything}, STARTUP keyword
903 When Emacs first visits an Org file, the global state is set to
904 OVERVIEW, i.e. only the top level headlines are visible.  This can be
905 configured through the variable @code{org-startup-folded}, or on a
906 per-file basis by adding one of the following lines anywhere in the
907 buffer:
909 @example
910 #+STARTUP: overview
911 #+STARTUP: content
912 #+STARTUP: showall
913 #+STARTUP: showeverything
914 @end example
916 @cindex property, VISIBILITY
917 @noindent
918 Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
919 and Columns}) will get their visibility adapted accordingly.  Allowed values
920 for this property are @code{folded}, @code{children}, @code{content}, and
921 @code{all}.
922 @table @kbd
923 @kindex C-u C-u @key{TAB}
924 @item C-u C-u @key{TAB}
925 Switch back to the startup visibility of the buffer, i.e. whatever is
926 requested by startup options and @samp{VISIBILITY} properties in individual
927 entries.
928 @end table
930 @node Motion, Structure editing, Visibility cycling, Document Structure
931 @section Motion
932 @cindex motion, between headlines
933 @cindex jumping, to headlines
934 @cindex headline navigation
935 The following commands jump to other headlines in the buffer.
937 @table @kbd
938 @kindex C-c C-n
939 @item C-c C-n
940 Next heading.
941 @kindex C-c C-p
942 @item C-c C-p
943 Previous heading.
944 @kindex C-c C-f
945 @item C-c C-f
946 Next heading same level.
947 @kindex C-c C-b
948 @item C-c C-b
949 Previous heading same level.
950 @kindex C-c C-u
951 @item C-c C-u
952 Backward to higher level heading.
953 @kindex C-c C-j
954 @item C-c C-j
955 Jump to a different place without changing the current outline
956 visibility.  Shows the document structure in a temporary buffer, where
957 you can use the following keys to find your destination:
958 @vindex org-goto-auto-isearch
959 @example
960 @key{TAB}         @r{Cycle visibility.}
961 @key{down} / @key{up}   @r{Next/previous visible headline.}
962 @key{RET}         @r{Select this location.}
963 @kbd{/}           @r{Do a Sparse-tree search}
964 @r{The following keys work if you turn off @code{org-goto-auto-isearch}}
965 n / p        @r{Next/previous visible headline.}
966 f / b        @r{Next/previous headline same level.}
967 u            @r{One level up.}
968 0-9          @r{Digit argument.}
969 q            @r{Quit}
970 @end example
971 @vindex org-goto-interface
972 @noindent
973 See also the variable @code{org-goto-interface}.
974 @end table
976 @node Structure editing, Sparse trees, Motion, Document Structure
977 @section Structure editing
978 @cindex structure editing
979 @cindex headline, promotion and demotion
980 @cindex promotion, of subtrees
981 @cindex demotion, of subtrees
982 @cindex subtree, cut and paste
983 @cindex pasting, of subtrees
984 @cindex cutting, of subtrees
985 @cindex copying, of subtrees
986 @cindex sorting, of subtrees
987 @cindex subtrees, cut and paste
989 @table @kbd
990 @kindex M-@key{RET}
991 @item M-@key{RET}
992 @vindex org-M-RET-may-split-line
993 Insert new heading with same level as current.  If the cursor is in a
994 plain list item, a new item is created (@pxref{Plain lists}).  To force
995 creation of a new headline, use a prefix argument, or first press @key{RET}
996 to get to the beginning of the next line.  When this command is used in
997 the middle of a line, the line is split and the rest of the line becomes
998 the new headline@footnote{If you do not want the line to be split,
999 customize the variable @code{org-M-RET-may-split-line}.}.  If the
1000 command is used at the beginning of a headline, the new headline is
1001 created before the current line.  If at the beginning of any other line,
1002 the content of that line is made the new heading.  If the command is
1003 used at the end of a folded subtree (i.e. behind the ellipses at the end
1004 of a headline), then a headline like the current one will be inserted
1005 after the end of the subtree.
1006 @kindex C-@key{RET}
1007 @item C-@key{RET}
1008 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
1009 current heading, the new heading is placed after the body instead of before
1010 it.  This command works from anywhere in the entry.
1011 @kindex M-S-@key{RET}
1012 @item M-S-@key{RET}
1013 @vindex org-treat-insert-todo-heading-as-state-change
1014 Insert new TODO entry with same level as current heading.  See also the
1015 variable @code{org-treat-insert-todo-heading-as-state-change}.
1016 @kindex C-S-@key{RET}
1017 @item C-S-@key{RET}
1018 Insert new TODO entry with same level as current heading.  Like
1019 @kbd{C-@key{RET}}, the new headline will be inserted after the current
1020 subtree.
1021 @kindex @key{TAB}
1022 @item @key{TAB} @r{in new, empty entry}
1023 In a new entry with no text yet, the first @key{TAB} demotes the entry to
1024 become a child of the previous one.  The next @key{TAB} makes it a parent,
1025 and so on, all the way to top level.  Yet another @key{TAB}, and you are back
1026 to the initial level.
1027 @kindex M-@key{left}
1028 @item M-@key{left}
1029 Promote current heading by one level.
1030 @kindex M-@key{right}
1031 @item M-@key{right}
1032 Demote current heading by one level.
1033 @kindex M-S-@key{left}
1034 @item M-S-@key{left}
1035 Promote the current subtree by one level.
1036 @kindex M-S-@key{right}
1037 @item M-S-@key{right}
1038 Demote the current subtree by one level.
1039 @kindex M-S-@key{up}
1040 @item M-S-@key{up}
1041 Move subtree up (swap with previous subtree of same
1042 level).
1043 @kindex M-S-@key{down}
1044 @item M-S-@key{down}
1045 Move subtree down (swap with next subtree of same level).
1046 @kindex C-c C-x C-w
1047 @item C-c C-x C-w
1048 Kill subtree, i.e. remove it from buffer but save in kill ring.
1049 With a numeric prefix argument N, kill N sequential subtrees.
1050 @kindex C-c C-x M-w
1051 @item C-c C-x M-w
1052 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
1053 sequential subtrees.
1054 @kindex C-c C-x C-y
1055 @item C-c C-x C-y
1056 Yank subtree from kill ring.  This does modify the level of the subtree to
1057 make sure the tree fits in nicely at the yank position.  The yank level can
1058 also be specified with a numeric prefix argument, or by yanking after a
1059 headline marker like @samp{****}.
1060 @kindex C-y
1061 @item C-y
1062 @vindex org-yank-adjusted-subtrees
1063 @vindex org-yank-folded-subtrees
1064 Depending on the variables @code{org-yank-adjusted-subtrees} and
1065 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
1066 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
1067 C-x C-y}.  With the default settings, no level adjustment will take place,
1068 but the yanked tree will be folded unless doing so would swallow text
1069 previously visible.  Any prefix argument to this command will force a normal
1070 @code{yank} to be executed, with the prefix passed along.  A good way to
1071 force a normal yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a
1072 yank, it will yank previous kill items plainly, without adjustment and
1073 folding.
1074 @kindex C-c C-x c
1075 @item C-c C-x c
1076 Clone a subtree by making a number of sibling copies of it.  You will be
1077 prompted for the number of copies to make, and you can also specify if any
1078 timestamps in the entry should be shifted.  This can be useful, for example,
1079 to create a number of tasks related to a series of lectures to prepare.  For
1080 more details, see the docstring of the command
1081 @code{org-clone-subtree-with-time-shift}.
1082 @kindex C-c C-w
1083 @item C-c C-w
1084 Refile entry or region to a different location.  @xref{Refiling notes}.
1085 @kindex C-c ^
1086 @item C-c ^
1087 Sort same-level entries.  When there is an active region, all entries in the
1088 region will be sorted.  Otherwise the children of the current headline are
1089 sorted.  The command prompts for the sorting method, which can be
1090 alphabetically, numerically, by time (first timestamp with active preferred,
1091 creation time, scheduled time, deadline time), by priority, by TODO keyword
1092 (in the sequence the keywords have been defined in the setup) or by the value
1093 of a property.  Reverse sorting is possible as well.  You can also supply
1094 your own function to extract the sorting key.  With a @kbd{C-u} prefix,
1095 sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes, duplicate
1096 entries will also be removed.
1097 @kindex C-x n s
1098 @item C-x n s
1099 Narrow buffer to current subtree.
1100 @kindex C-x n w
1101 @item C-x n w
1102 Widen buffer to remove narrowing.
1103 @kindex C-c *
1104 @item C-c *
1105 Turn a normal line or plain list item into a headline (so that it becomes a
1106 subheading at its location).  Also turn a headline into a normal line by
1107 removing the stars.  If there is an active region, turn all lines in the
1108 region into headlines.  If the first line in the region was an item, turn
1109 only the item lines into headlines.  Finally, if the first line is a
1110 headline, remove the stars from all headlines in the region.
1111 @end table
1113 @cindex region, active
1114 @cindex active region
1115 @cindex transient mark mode
1116 When there is an active region (Transient Mark mode), promotion and
1117 demotion work on all headlines in the region.  To select a region of
1118 headlines, it is best to place both point and mark at the beginning of a
1119 line, mark at the beginning of the first headline, and point at the line
1120 just after the last headline to change.  Note that when the cursor is
1121 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
1122 functionality.
1125 @node Sparse trees, Plain lists, Structure editing, Document Structure
1126 @section Sparse trees
1127 @cindex sparse trees
1128 @cindex trees, sparse
1129 @cindex folding, sparse trees
1130 @cindex occur, command
1132 @vindex org-show-hierarchy-above
1133 @vindex org-show-following-heading
1134 @vindex org-show-siblings
1135 @vindex org-show-entry-below
1136 An important feature of Org mode is the ability to construct @emph{sparse
1137 trees} for selected information in an outline tree, so that the entire
1138 document is folded as much as possible, but the selected information is made
1139 visible along with the headline structure above it@footnote{See also the
1140 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
1141 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
1142 control on how much context is shown around each match.}.  Just try it out
1143 and you will see immediately how it works.
1145 Org mode contains several commands creating such trees, all these
1146 commands can be accessed through a dispatcher:
1148 @table @kbd
1149 @kindex C-c /
1150 @item C-c /
1151 This prompts for an extra key to select a sparse-tree creating command.
1152 @kindex C-c / r
1153 @item C-c / r
1154 @vindex org-remove-highlights-with-change
1155 Occur.  Prompts for a regexp and shows a sparse tree with all matches.  If
1156 the match is in a headline, the headline is made visible.  If the match is in
1157 the body of an entry, headline and body are made visible.  In order to
1158 provide minimal context, also the full hierarchy of headlines above the match
1159 is shown, as well as the headline following the match.  Each match is also
1160 highlighted; the highlights disappear when the buffer is changed by an
1161 editing command@footnote{This depends on the option
1162 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1163 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1164 so several calls to this command can be stacked.
1165 @end table
1167 @noindent
1168 @vindex org-agenda-custom-commands
1169 For frequently used sparse trees of specific search strings, you can
1170 use the variable @code{org-agenda-custom-commands} to define fast
1171 keyboard access to specific sparse trees.  These commands will then be
1172 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1173 For example:
1175 @lisp
1176 (setq org-agenda-custom-commands
1177       '(("f" occur-tree "FIXME")))
1178 @end lisp
1180 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1181 a sparse tree matching the string @samp{FIXME}.
1183 The other sparse tree commands select headings based on TODO keywords,
1184 tags, or properties and will be discussed later in this manual.
1186 @kindex C-c C-e v
1187 @cindex printing sparse trees
1188 @cindex visible text, printing
1189 To print a sparse tree, you can use the Emacs command
1190 @code{ps-print-buffer-with-faces} which does not print invisible parts
1191 of the document @footnote{This does not work under XEmacs, because
1192 XEmacs uses selective display for outlining, not text properties.}.
1193 Or you can use the command @kbd{C-c C-e v} to export only the visible
1194 part of the document and print the resulting file.
1196 @node Plain lists, Drawers, Sparse trees, Document Structure
1197 @section Plain lists
1198 @cindex plain lists
1199 @cindex lists, plain
1200 @cindex lists, ordered
1201 @cindex ordered lists
1203 Within an entry of the outline tree, hand-formatted lists can provide
1204 additional structure.  They also provide a way to create lists of
1205 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1206 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1208 Org knows ordered lists, unordered lists, and description lists.
1209 @itemize @bullet
1210 @item
1211 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1212 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1213 they will be seen as top-level headlines.  Also, when you are hiding leading
1214 stars to get a clean outline view, plain list items starting with a star are
1215 visually indistinguishable from true headlines.  In short: even though
1216 @samp{*} is supported, it may be better to not use it for plain list items.}
1217 as bullets.
1218 @item
1219 @emph{Ordered} list items start with a numeral followed by either a period or
1220 a right parenthesis, such as @samp{1.} or @samp{1)}.
1221 @item
1222 @emph{Description} list items are unordered list items, and contain the
1223 separator @samp{ :: } to separate the description @emph{term} from the
1224 description.
1225 @end itemize
1227 @vindex org-empty-line-terminates-plain-lists
1228 Items belonging to the same list must have the same indentation on the first
1229 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1230 2--digit numbers must be written left-aligned with the other numbers in the
1231 list.  Indentation also determines the end of a list item.  It ends before
1232 the next line that is indented like the bullet/number, or less.  Empty lines
1233 are part of the previous item, so you can have several paragraphs in one
1234 item.  If you would like an empty line to terminate all currently open plain
1235 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1236 Here is an example:
1238 @example
1239 @group
1240 ** Lord of the Rings
1241    My favorite scenes are (in this order)
1242    1. The attack of the Rohirrim
1243    2. Eowyn's fight with the witch king
1244       + this was already my favorite scene in the book
1245       + I really like Miranda Otto.
1246    3. Peter Jackson being shot by Legolas
1247        - on DVD only
1248       He makes a really funny face when it happens.
1249    But in the end, no individual scenes matter but the film as a whole.
1250    Important actors in this film are:
1251    - @b{Elijah Wood} :: He plays Frodo
1252    - @b{Sean Austin} :: He plays Sam, Frodo's friend.  I still remember
1253      him very well from his role as Mikey Walsh in @i{The Goonies}.
1254 @end group
1255 @end example
1257 Org supports these lists by tuning filling and wrapping commands to deal with
1258 them correctly@footnote{Org only changes the filling settings for Emacs.  For
1259 XEmacs, you should use Kyle E. Jones' @file{filladapt.el}.  To turn this on,
1260 put into @file{.emacs}: @code{(require 'filladapt)}}, and by exporting them
1261 properly (@pxref{Exporting}).  Since indentation is what governs the
1262 structure of these lists, many structural constructs like @code{#+BEGIN_...}
1263 blocks can be indented to signal that they should be part of a list item.
1265 The following commands act on items when the cursor is in the first line
1266 of an item (the line with the bullet or number).
1268 @table @kbd
1269 @kindex @key{TAB}
1270 @item @key{TAB}
1271 @vindex org-cycle-include-plain-lists
1272 Items can be folded just like headline levels.  Normally this works only if
1273 the cursor is on a plain list item.  For more details, see the variable
1274 @code{org-cycle-include-plain-lists}. to @code{integrate}, plain list items
1275 will be treated like low-level.  The level of an item is then given by the
1276 indentation of the bullet/number.  Items are always subordinate to real
1277 headlines, however; the hierarchies remain completely separated.
1279 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1280 fixes the indentation of the current line in a heuristic way.
1281 @kindex M-@key{RET}
1282 @item M-@key{RET}
1283 @vindex org-M-RET-may-split-line
1284 Insert new item at current level.  With a prefix argument, force a new
1285 heading (@pxref{Structure editing}).  If this command is used in the middle
1286 of a line, the line is @emph{split} and the rest of the line becomes the new
1287 item@footnote{If you do not want the line to be split, customize the variable
1288 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1289 @emph{whitespace before a bullet or number}, the new item is created
1290 @emph{before} the current item.  If the command is executed in the white
1291 space before the text that is part of an item but does not contain the
1292 bullet, a bullet is added to the current line.
1293 @kindex M-S-@key{RET}
1294 @item M-S-@key{RET}
1295 Insert a new item with a checkbox (@pxref{Checkboxes}).
1296 @kindex @key{TAB}
1297 @item @key{TAB} @r{in new, empty item}
1298 In a new item with no text yet, the first @key{TAB} demotes the item to
1299 become a child of the previous one.  The next @key{TAB} makes it a parent,
1300 and so on, all the way to the left margin.  Yet another @key{TAB}, and you
1301 are back to the initial level.
1302 @kindex S-@key{up}
1303 @kindex S-@key{down}
1304 @item S-@key{up}
1305 @itemx S-@key{down}
1306 @cindex shift-selection-mode
1307 @vindex org-support-shift-select
1308 Jump to the previous/next item in the current list, but only if
1309 @code{org-support-shift-select} is off.  If not, you can still use paragraph
1310 jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
1311 similar effect.
1312 @kindex M-S-@key{up}
1313 @kindex M-S-@key{down}
1314 @item M-S-@key{up}
1315 @itemx M-S-@key{down}
1316 Move the item including subitems up/down (swap with previous/next item
1317 of same indentation).  If the list is ordered, renumbering is
1318 automatic.
1319 @kindex M-S-@key{left}
1320 @kindex M-S-@key{right}
1321 @item M-S-@key{left}
1322 @itemx M-S-@key{right}
1323 Decrease/increase the indentation of the item, including subitems.
1324 Initially, the item tree is selected based on current indentation.
1325 When these commands are executed several times in direct succession,
1326 the initially selected region is used, even if the new indentation
1327 would imply a different hierarchy.  To use the new hierarchy, break
1328 the command chain with a cursor motion or so.
1329 @kindex C-c C-c
1330 @item C-c C-c
1331 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1332 state of the checkbox.  If not, this command makes sure that all the
1333 items on this list level use the same bullet.  Furthermore, if this is
1334 an ordered list, make sure the numbering is OK.
1335 @kindex C-c -
1336 @item C-c -
1337 Cycle the entire list level through the different itemize/enumerate bullets
1338 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1339 argument N, select the Nth bullet from this list.  If there is an active
1340 region when calling this, all lines will be converted to list items.  If the
1341 first line already was a list item, any item markers will be removed from the
1342 list.  Finally, even without an active region, a normal line will be
1343 converted into a list item.
1344 @kindex C-c *
1345 @item C-c *
1346 Turn a plain list item into a headline (so that it becomes a subheading at
1347 its location). @xref{Structure editing}, for a detailed explanation.
1348 @kindex S-@key{left}
1349 @kindex S-@key{right}
1350 @item S-@key{left}/@key{right}
1351 @vindex org-support-shift-select
1352 This command also cycles bullet styles when the cursor in on the bullet or
1353 anywhere in an item line, details depending on
1354 @code{org-support-shift-select}.
1355 @kindex C-c ^
1356 @item C-c ^
1357 Sort the plain list.  You will be prompted for the sorting method:
1358 numerically, alphabetically, by time, or by custom function.
1359 @end table
1361 @node Drawers, Blocks, Plain lists, Document Structure
1362 @section Drawers
1363 @cindex drawers
1364 @cindex #+DRAWERS
1365 @cindex visibility cycling, drawers
1367 @vindex org-drawers
1368 Sometimes you want to keep information associated with an entry, but you
1369 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1370 Drawers need to be configured with the variable
1371 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1372 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1373 look like this:
1375 @example
1376 ** This is a headline
1377    Still outside the drawer
1378    :DRAWERNAME:
1379       This is inside the drawer.
1380    :END:
1381    After the drawer.
1382 @end example
1384 Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and
1385 show the entry, but keep the drawer collapsed to a single line.  In order to
1386 look inside the drawer, you need to move the cursor to the drawer line and
1387 press @key{TAB} there.  Org mode uses the @code{PROPERTIES} drawer for
1388 storing properties (@pxref{Properties and Columns}), and you can also arrange
1389 for state change notes (@pxref{Tracking TODO state changes}) and clock times
1390 (@pxref{Clocking work time}) to be stored in a drawer @code{LOGBOOK}.
1392 @node Blocks, Footnotes, Drawers, Document Structure
1393 @section Blocks
1395 @vindex org-hide-block-startup
1396 @cindex blocks, folding
1397 Org-mode uses begin...end blocks for various purposes from including source
1398 code examples (@pxref{Literal examples}) to capturing time logging
1399 information (@pxref{Clocking work time}).  These blocks can be folded and
1400 unfolded by pressing TAB in the begin line.  You can also get all blocks
1401 folded at startup by configuring the variable @code{org-hide-block-startup}
1402 or on a per-file basis by using
1404 @cindex @code{hideblocks}, STARTUP keyword
1405 @cindex @code{nohideblocks}, STARTUP keyword
1406 @example
1407 #+STARTUP: hideblocks
1408 #+STARTUP: nohideblocks
1409 @end example
1411 @node Footnotes, Orgstruct mode, Blocks, Document Structure
1412 @section Footnotes
1413 @cindex footnotes
1415 Org mode supports the creation of footnotes.  In contrast to the
1416 @file{footnote.el} package, Org mode's footnotes are designed for work on a
1417 larger document, not only for one-off documents like emails.  The basic
1418 syntax is similar to the one used by @file{footnote.el}, i.e. a footnote is
1419 defined in a paragraph that is started by a footnote marker in square
1420 brackets in column 0, no indentation allowed.  If you need a paragraph break
1421 inside a footnote, use the La@TeX{} idiom @samp{\par}.  The footnote reference
1422 is simply the marker in square brackets, inside text.  For example:
1424 @example
1425 The Org homepage[fn:1] now looks a lot better than it used to.
1427 [fn:1] The link is: http://orgmode.org
1428 @end example
1430 Org mode extends the number-based syntax to @emph{named} footnotes and
1431 optional inline definition.  Using plain numbers as markers (as
1432 @file{footnote.el} does) is supported for backward compatibility, but not
1433 encouraged because of possible conflicts with La@TeX{} snippets (@pxref{Embedded
1434 LaTeX}).  Here are the valid references:
1436 @table @code
1437 @item [1]
1438 A plain numeric footnote marker.  Compatible with @file{footnote.el}, but not
1439 recommended because somthing like @samp{[1]} could easily be part of a code
1440 snippet.
1441 @item [fn:name]
1442 A named footnote reference, where @code{name} is a unique label word, or, for
1443 simplicity of automatic creation, a number.
1444 @item [fn:: This is the inline definition of this footnote]
1445 A La@TeX{}-like anonymous footnote where the definition is given directly at the
1446 reference point.
1447 @item [fn:name: a definition]
1448 An inline definition of a footnote, which also specifies a name for the note.
1449 Since Org allows multiple references to the same note, you can then use
1450 @code{[fn:name]} to create additional references.
1451 @end table
1453 @vindex org-footnote-auto-label
1454 Footnote labels can be created automatically, or you can create names yourself.
1455 This is handled by the variable @code{org-footnote-auto-label} and its
1456 corresponding @code{#+STARTUP} keywords, see the docstring of that variable
1457 for details.
1459 @noindent The following command handles footnotes:
1461 @table @kbd
1462 @kindex C-c C-x f
1463 @item C-c C-x f
1464 The footnote action command.
1466 When the cursor is on a footnote reference, jump to the definition.  When it
1467 is at a definition, jump to the (first) reference.
1469 @vindex org-footnote-define-inline
1470 @vindex org-footnote-section
1471 @vindex org-footnote-auto-adjust
1472 Otherwise, create a new footnote.  Depending on the variable
1473 @code{org-footnote-define-inline}@footnote{The corresponding in-buffer
1474 setting is: @code{#+STARTUP: fninline} or @code{#+STARTUP: nofninline}}, the
1475 definition will be placed right into the text as part of the reference, or
1476 separately into the location determined by the variable
1477 @code{org-footnote-section}.
1479 When this command is called with a prefix argument, a menu of additional
1480 options is offered:
1481 @example
1482 s   @r{Sort the footnote definitions by reference sequence.  During editing,}
1483     @r{Org makes no effort to sort footnote definitions into a particular}
1484     @r{sequence.  If you want them sorted, use this command, which will}
1485     @r{also move entries according to @code{org-footnote-section}.  Automatic}
1486     @r{sorting after each insertion/deletion can be configured using the}
1487     @r{variable @code{org-footnote-auto-adjust}.}
1488 r   @r{Renumber the simple @code{fn:N} footnotes.  Automatic renumbering}
1489     @r{after each insertion/deletion can be configured using the variable}
1490     @r{@code{org-footnote-auto-adjust}.}
1491 S   @r{Short for first @code{r}, then @code{s} action.}
1492 n   @r{Normalize the footnotes by collecting all definitions (including}
1493     @r{inline definitions) into a special section, and then numbering them}
1494     @r{in sequence.  The references will then also be numbers.  This is}
1495     @r{meant to be the final step before finishing a document (e.g. sending}
1496     @r{off an email).  The exporters do this automatically, and so could}
1497     @r{something like @code{message-send-hook}.}
1498 d   @r{Delete the footnote at point, and all definitions of and references}
1499     @r{to it.}
1500 @end example
1501 Depending on the variable @code{org-footnote-auto-adjust}@footnote{the
1502 corresponding in-buffer options are @code{fnadjust} and @code{nofnadjust}.},
1503 renumbering and sorting footnotes can be automatic after each insertion or
1504 deletion.
1506 @kindex C-c C-c
1507 @item C-c C-c
1508 If the cursor is on a footnote reference, jump to the definition.  If it is a
1509 the definition, jump back to the reference.  When called at a footnote
1510 location with a prefix argument, offer the same menu as @kbd{C-c C-x f}.
1511 @kindex C-c C-o
1512 @kindex mouse-1
1513 @kindex mouse-2
1514 @item C-c C-o  @r{or} mouse-1/2
1515 Footnote labels are also links to the corresponding definition/reference, and
1516 you can use the usual commands to follow these links.
1517 @end table
1519 @node Orgstruct mode,  , Footnotes, Document Structure
1520 @section The Orgstruct minor mode
1521 @cindex Orgstruct mode
1522 @cindex minor mode for structure editing
1524 If you like the intuitive way the Org mode structure editing and list
1525 formatting works, you might want to use these commands in other modes like
1526 Text mode or Mail mode as well.  The minor mode @code{orgstruct-mode} makes
1527 this possible.   Toggle the mode with @kbd{M-x orgstruct-mode}, or
1528 turn it on by default, for example in Mail mode, with one of:
1530 @lisp
1531 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1532 (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
1533 @end lisp
1535 When this mode is active and the cursor is on a line that looks to Org like a
1536 headline or the first line of a list item, most structure editing commands
1537 will work, even if the same keys normally have different functionality in the
1538 major mode you are using.  If the cursor is not in one of those special
1539 lines, Orgstruct mode lurks silently in the shadow.  When you use
1540 @code{orgstruct++-mode}, Org will also export indentation and autofill
1541 settings into that mode, and detect item context after the first line of an
1542 item.
1544 @node Tables, Hyperlinks, Document Structure, Top
1545 @chapter Tables
1546 @cindex tables
1547 @cindex editing tables
1549 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1550 calculations are supported in connection with the Emacs @file{calc}
1551 package
1552 @ifinfo
1553 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1554 @end ifinfo
1555 @ifnotinfo
1556 (see the Emacs Calculator manual for more information about the Emacs
1557 calculator).
1558 @end ifnotinfo
1560 @menu
1561 * Built-in table editor::       Simple tables
1562 * Column width and alignment::  Overrule the automatic settings
1563 * Column groups::               Grouping to trigger vertical lines
1564 * Orgtbl mode::                 The table editor as minor mode
1565 * The spreadsheet::             The table editor has spreadsheet capabilities
1566 * Org-Plot::                    Plotting from org tables
1567 @end menu
1569 @node Built-in table editor, Column width and alignment, Tables, Tables
1570 @section The built-in table editor
1571 @cindex table editor, built-in
1573 Org makes it easy to format tables in plain ASCII.  Any line with
1574 @samp{|} as the first non-whitespace character is considered part of a
1575 table.  @samp{|} is also the column separator.  A table might look like
1576 this:
1578 @example
1579 | Name  | Phone | Age |
1580 |-------+-------+-----|
1581 | Peter |  1234 |  17 |
1582 | Anna  |  4321 |  25 |
1583 @end example
1585 A table is re-aligned automatically each time you press @key{TAB} or
1586 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1587 the next field (@key{RET} to the next row) and creates new table rows
1588 at the end of the table or before horizontal lines.  The indentation
1589 of the table is set by the first line.  Any line starting with
1590 @samp{|-} is considered as a horizontal separator line and will be
1591 expanded on the next re-align to span the whole table width.  So, to
1592 create the above table, you would only type
1594 @example
1595 |Name|Phone|Age|
1597 @end example
1599 @noindent and then press @key{TAB} to align the table and start filling in
1600 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
1601 @kbd{C-c @key{RET}}.
1603 @vindex org-enable-table-editor
1604 @vindex org-table-auto-blank-field
1605 When typing text into a field, Org treats @key{DEL},
1606 @key{Backspace}, and all character keys in a special way, so that
1607 inserting and deleting avoids shifting other fields.  Also, when
1608 typing @emph{immediately after the cursor was moved into a new field
1609 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1610 field is automatically made blank.  If this behavior is too
1611 unpredictable for you, configure the variables
1612 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1614 @table @kbd
1615 @tsubheading{Creation and conversion}
1616 @kindex C-c |
1617 @item C-c |
1618 Convert the active region to table. If every line contains at least one
1619 TAB character, the function assumes that the material is tab separated.
1620 If every line contains a comma, comma-separated values (CSV) are assumed.
1621 If not, lines are split at whitespace into fields.  You can use a prefix
1622 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1623 C-u} forces TAB, and a numeric argument N indicates that at least N
1624 consecutive spaces, or alternatively a TAB will be the separator.
1626 If there is no active region, this command creates an empty Org
1627 table.  But it's easier just to start typing, like
1628 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1630 @tsubheading{Re-aligning and field motion}
1631 @kindex C-c C-c
1632 @item C-c C-c
1633 Re-align the table without moving the cursor.
1635 @kindex @key{TAB}
1636 @item @key{TAB}
1637 Re-align the table, move to the next field.  Creates a new row if
1638 necessary.
1640 @kindex S-@key{TAB}
1641 @item S-@key{TAB}
1642 Re-align, move to previous field.
1644 @kindex @key{RET}
1645 @item @key{RET}
1646 Re-align the table and move down to next row.  Creates a new row if
1647 necessary.  At the beginning or end of a line, @key{RET} still does
1648 NEWLINE, so it can be used to split a table.
1650 @kindex M-a
1651 @item M-a
1652 Move to beginning of the current table field, or on to the previous field.
1653 @kindex M-e
1654 @item M-e
1655 Move to end of the current table field, or on to the next field.
1657 @tsubheading{Column and row editing}
1658 @kindex M-@key{left}
1659 @kindex M-@key{right}
1660 @item M-@key{left}
1661 @itemx M-@key{right}
1662 Move the current column left/right.
1664 @kindex M-S-@key{left}
1665 @item M-S-@key{left}
1666 Kill the current column.
1668 @kindex M-S-@key{right}
1669 @item M-S-@key{right}
1670 Insert a new column to the left of the cursor position.
1672 @kindex M-@key{up}
1673 @kindex M-@key{down}
1674 @item M-@key{up}
1675 @itemx M-@key{down}
1676 Move the current row up/down.
1678 @kindex M-S-@key{up}
1679 @item M-S-@key{up}
1680 Kill the current row or horizontal line.
1682 @kindex M-S-@key{down}
1683 @item M-S-@key{down}
1684 Insert a new row above the current row.  With a prefix argument, the line is
1685 created below the current one.
1687 @kindex C-c -
1688 @item C-c -
1689 Insert a horizontal line below current row.  With a prefix argument, the line
1690 is created above the current line.
1692 @kindex C-c @key{RET}
1693 @item C-c @key{RET}
1694 Insert a horizontal line below current row, and move the cursor into the row
1695 below that line.
1697 @kindex C-c ^
1698 @item C-c ^
1699 Sort the table lines in the region.  The position of point indicates the
1700 column to be used for sorting, and the range of lines is the range
1701 between the nearest horizontal separator lines, or the entire table.  If
1702 point is before the first column, you will be prompted for the sorting
1703 column.  If there is an active region, the mark specifies the first line
1704 and the sorting column, while point should be in the last line to be
1705 included into the sorting.  The command prompts for the sorting type
1706 (alphabetically, numerically, or by time).  When called with a prefix
1707 argument, alphabetic sorting will be case-sensitive.
1709 @tsubheading{Regions}
1710 @kindex C-c C-x M-w
1711 @item C-c C-x M-w
1712 Copy a rectangular region from a table to a special clipboard.  Point and
1713 mark determine edge fields of the rectangle.  If there is no active region,
1714 copy just the current field.  The process ignores horizontal separator lines.
1716 @kindex C-c C-x C-w
1717 @item C-c C-x C-w
1718 Copy a rectangular region from a table to a special clipboard, and
1719 blank all fields in the rectangle.  So this is the ``cut'' operation.
1721 @kindex C-c C-x C-y
1722 @item C-c C-x C-y
1723 Paste a rectangular region into a table.
1724 The upper left corner ends up in the current field.  All involved fields
1725 will be overwritten.  If the rectangle does not fit into the present table,
1726 the table is enlarged as needed.  The process ignores horizontal separator
1727 lines.
1729 @kindex M-@key{RET}
1730 @itemx M-@kbd{RET}
1731 Wrap several fields in a column like a paragraph.  If there is an active
1732 region, and both point and mark are in the same column, the text in the
1733 column is wrapped to minimum width for the given number of lines.  A numeric
1734 prefix argument may be used to change the number of desired lines.  If there
1735 is no region, the current field is split at the cursor position and the text
1736 fragment to the right of the cursor is prepended to the field one line
1737 down. If there is no region, but you specify a prefix argument, the current
1738 field is made blank, and the content is appended to the field above.
1740 @tsubheading{Calculations}
1741 @cindex formula, in tables
1742 @cindex calculations, in tables
1743 @cindex region, active
1744 @cindex active region
1745 @cindex transient mark mode
1746 @kindex C-c +
1747 @item C-c +
1748 Sum the numbers in the current column, or in the rectangle defined by
1749 the active region.  The result is shown in the echo area and can
1750 be inserted with @kbd{C-y}.
1752 @kindex S-@key{RET}
1753 @item S-@key{RET}
1754 @vindex org-table-copy-increment
1755 When current field is empty, copy from first non-empty field above.  When not
1756 empty, copy current field down to next row and move cursor along with it.
1757 Depending on the variable @code{org-table-copy-increment}, integer field
1758 values will be incremented during copy.  Integers that are too large will not
1759 be incremented.  Also, a @code{0} prefix argument temporarily disables the
1760 increment.  This key is also used by shift-selection and related modes
1761 (@pxref{Conflicts}).
1763 @tsubheading{Miscellaneous}
1764 @kindex C-c `
1765 @item C-c `
1766 Edit the current field in a separate window.  This is useful for fields that
1767 are not fully visible (@pxref{Column width and alignment}).  When called with
1768 a @kbd{C-u} prefix, just make the full field visible, so that it can be
1769 edited in place.
1771 @item M-x org-table-import
1772 Import a file as a table.  The table should be TAB or whitespace
1773 separated.  Use, for example, to import a spreadsheet table or data
1774 from a database, because these programs generally can write
1775 TAB-separated text files.  This command works by inserting the file into
1776 the buffer and then converting the region to a table.  Any prefix
1777 argument is passed on to the converter, which uses it to determine the
1778 separator.
1779 @item C-c |
1780 Tables can also be imported by pasting tabular text into the Org
1781 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1782 @kbd{C-c |} command (see above under @i{Creation and conversion}).
1784 @item M-x org-table-export
1785 @vindex org-table-export-default-format
1786 Export the table, by default as a TAB-separated file.  Use for data
1787 exchange with, for example, spreadsheet or database programs.  The format
1788 used to export the file can be configured in the variable
1789 @code{org-table-export-default-format}.  You may also use properties
1790 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1791 name and the format for table export in a subtree.  Org supports quite
1792 general formats for exported tables.  The exporter format is the same as the
1793 format used by Orgtbl radio tables, see @ref{Translator functions}, for a
1794 detailed description.
1795 @end table
1797 If you don't like the automatic table editor because it gets in your
1798 way on lines which you would like to start with @samp{|}, you can turn
1799 it off with
1801 @lisp
1802 (setq org-enable-table-editor nil)
1803 @end lisp
1805 @noindent Then the only table command that still works is
1806 @kbd{C-c C-c} to do a manual re-align.
1808 @node Column width and alignment, Column groups, Built-in table editor, Tables
1809 @section Column width and alignment
1810 @cindex narrow columns in tables
1811 @cindex alignment in tables
1813 The width of columns is automatically determined by the table editor.  And
1814 also the alignment of a column is determined automatically from the fraction
1815 of number-like versus non-number fields in the column.
1817 Sometimes a single field or a few fields need to carry more text,
1818 leading to inconveniently wide columns.  To limit@footnote{This feature
1819 does not work on XEmacs.} the width of a column, one field anywhere in
1820 the column may contain just the string @samp{<N>} where @samp{N} is an
1821 integer specifying the width of the column in characters.  The next
1822 re-align will then set the width of this column to no more than this
1823 value.
1825 @example
1826 @group
1827 |---+------------------------------|               |---+--------|
1828 |   |                              |               |   | <6>    |
1829 | 1 | one                          |               | 1 | one    |
1830 | 2 | two                          |     ----\     | 2 | two    |
1831 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1832 | 4 | four                         |               | 4 | four   |
1833 |---+------------------------------|               |---+--------|
1834 @end group
1835 @end example
1837 @noindent
1838 Fields that are wider become clipped and end in the string @samp{=>}.
1839 Note that the full text is still in the buffer, it is only invisible.
1840 To see the full text, hold the mouse over the field---a tool-tip window
1841 will show the full content.  To edit such a field, use the command
1842 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1843 open a new window with the full field.  Edit it and finish with @kbd{C-c
1844 C-c}.
1846 @vindex org-startup-align-all-tables
1847 When visiting a file containing a table with narrowed columns, the
1848 necessary character hiding has not yet happened, and the table needs to
1849 be aligned before it looks nice.  Setting the option
1850 @code{org-startup-align-all-tables} will realign all tables in a file
1851 upon visiting, but also slow down startup.  You can also set this option
1852 on a per-file basis with:
1854 @example
1855 #+STARTUP: align
1856 #+STARTUP: noalign
1857 @end example
1859 If you would like to overrule the automatic alignment of number-rich columns
1860 to the right and of string-rich column to the left, you and use @samp{<r>} or
1861 @samp{<l>} in a similar fashion.  You may also combine alignment and field
1862 width like this: @samp{<l10>}.
1864 @node Column groups, Orgtbl mode, Column width and alignment, Tables
1865 @section Column groups
1866 @cindex grouping columns in tables
1868 When Org exports tables, it does so by default without vertical
1869 lines because that is visually more satisfying in general.  Occasionally
1870 however, vertical lines can be useful to structure a table into groups
1871 of columns, much like horizontal lines can do for groups of rows.  In
1872 order to specify column groups, you can use a special row where the
1873 first field contains only @samp{/}.  The further fields can either
1874 contain @samp{<} to indicate that this column should start a group,
1875 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1876 a group of its own.  Boundaries between column groups will upon export be
1877 marked with vertical lines.  Here is an example:
1879 @example
1880 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1881 |---+----+-----+-----+-----+---------+------------|
1882 | / | <> |   < |     |   > |       < |          > |
1883 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1884 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1885 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1886 |---+----+-----+-----+-----+---------+------------|
1887 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2)))
1888 @end example
1890 It is also sufficient to just insert the column group starters after
1891 every vertical line you'd like to have:
1893 @example
1894 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1895 |----+-----+-----+-----+---------+------------|
1896 | /  | <   |     |     | <       |            |
1897 @end example
1899 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1900 @section The Orgtbl minor mode
1901 @cindex Orgtbl mode
1902 @cindex minor mode for tables
1904 If you like the intuitive way the Org table editor works, you
1905 might also want to use it in other modes like Text mode or Mail mode.
1906 The minor mode Orgtbl mode makes this possible.  You can always toggle
1907 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1908 example in mail mode, use
1910 @lisp
1911 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1912 @end lisp
1914 Furthermore, with some special setup, it is possible to maintain tables
1915 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1916 construct La@TeX{} tables with the underlying ease and power of
1917 Orgtbl mode, including spreadsheet capabilities.  For details, see
1918 @ref{Tables in arbitrary syntax}.
1920 @node The spreadsheet, Org-Plot, Orgtbl mode, Tables
1921 @section The spreadsheet
1922 @cindex calculations, in tables
1923 @cindex spreadsheet capabilities
1924 @cindex @file{calc} package
1926 The table editor makes use of the Emacs @file{calc} package to implement
1927 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1928 derive fields from other fields.  While fully featured, Org's
1929 implementation is not identical to other spreadsheets.  For example,
1930 Org knows the concept of a @emph{column formula} that will be
1931 applied to all non-header fields in a column without having to copy the
1932 formula to each relevant field.
1934 @menu
1935 * References::                  How to refer to another field or range
1936 * Formula syntax for Calc::     Using Calc to compute stuff
1937 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1938 * Field formulas::              Formulas valid for a single field
1939 * Column formulas::             Formulas valid for an entire column
1940 * Editing and debugging formulas::  Fixing formulas
1941 * Updating the table::          Recomputing all dependent fields
1942 * Advanced features::           Field names, parameters and automatic recalc
1943 @end menu
1945 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1946 @subsection References
1947 @cindex references
1949 To compute fields in the table from other fields, formulas must
1950 reference other fields or ranges.  In Org, fields can be referenced
1951 by name, by absolute coordinates, and by relative coordinates.  To find
1952 out what the coordinates of a field are, press @kbd{C-c ?} in that
1953 field, or press @kbd{C-c @}} to toggle the display of a grid.
1955 @subsubheading Field references
1956 @cindex field references
1957 @cindex references, to fields
1959 Formulas can reference the value of another field in two ways.  Like in
1960 any other spreadsheet, you may reference fields with a letter/number
1961 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1962 @c Such references are always fixed to that field, they don't change
1963 @c when you copy and paste a formula to a different field.  So
1964 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1966 @noindent
1967 Org also uses another, more general operator that looks like this:
1968 @example
1969 @@@var{row}$@var{column}
1970 @end example
1972 @noindent
1973 Column references can be absolute like @samp{1}, @samp{2},...@samp{@var{N}},
1974 or relative to the current column like @samp{+1} or @samp{-2}.
1976 The row specification only counts data lines and ignores horizontal
1977 separator lines (hlines).  You can use absolute row numbers
1978 @samp{1}...@samp{@var{N}}, and row numbers relative to the current row like
1979 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1980 hlines: @samp{I} refers to the first hline@footnote{Note that only
1981 hlines are counted that @emph{separate} table lines.  If the table
1982 starts with a hline above the header, it does not count.}, @samp{II} to
1983 the second, etc@.  @samp{-I} refers to the first such line above the
1984 current line, @samp{+I} to the first such line below the current line.
1985 You can also write @samp{III+2} which is the second data line after the
1986 third hline in the table.
1988 @samp{0} refers to the current row and column.  Also, if you omit
1989 either the column or the row part of the reference, the current
1990 row/column is implied.
1992 Org's references with @emph{unsigned} numbers are fixed references
1993 in the sense that if you use the same reference in the formula for two
1994 different fields, the same field will be referenced each time.
1995 Org's references with @emph{signed} numbers are floating
1996 references because the same reference operator can reference different
1997 fields depending on the field being calculated by the formula.
1999 As a special case, references like @samp{$LR5} and @samp{$LR12} can be used
2000 to refer in a stable way to the 5th and 12th field in the last row of the
2001 table.
2003 Here are a few examples:
2005 @example
2006 @@2$3      @r{2nd row, 3rd column}
2007 C2        @r{same as previous}
2008 $5        @r{column 5 in the current row}
2009 E&        @r{same as previous}
2010 @@2        @r{current column, row 2}
2011 @@-1$-3    @r{the field one row up, three columns to the left}
2012 @@-I$2     @r{field just under hline above current row, column 2}
2013 @end example
2015 @subsubheading Range references
2016 @cindex range references
2017 @cindex references, to ranges
2019 You may reference a rectangular range of fields by specifying two field
2020 references connected by two dots @samp{..}.  If both fields are in the
2021 current row, you may simply use @samp{$2..$7}, but if at least one field
2022 is in a different row, you need to use the general @code{@@row$column}
2023 format at least for the first field (i.e the reference must start with
2024 @samp{@@} in order to be interpreted correctly).  Examples:
2026 @example
2027 $1..$3        @r{First three fields in the current row.}
2028 $P..$Q        @r{Range, using column names (see under Advanced)}
2029 @@2$1..@@4$3    @r{6 fields between these two fields.}
2030 A2..C4        @r{Same as above.}
2031 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
2032 @end example
2034 @noindent Range references return a vector of values that can be fed
2035 into Calc vector functions.  Empty fields in ranges are normally
2036 suppressed, so that the vector contains only the non-empty fields (but
2037 see the @samp{E} mode switch below).  If there are no non-empty fields,
2038 @samp{[0]} is returned to avoid syntax errors in formulas.
2040 @subsubheading Named references
2041 @cindex named references
2042 @cindex references, named
2043 @cindex name, of column or field
2044 @cindex constants, in calculations
2045 @cindex #+CONSTANTS
2047 @vindex org-table-formula-constants
2048 @samp{$name} is interpreted as the name of a column, parameter or
2049 constant.  Constants are defined globally through the variable
2050 @code{org-table-formula-constants}, and locally (for the file) through a
2051 line like
2053 @example
2054 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
2055 @end example
2057 @noindent
2058 @vindex constants-unit-system
2059 @pindex constants.el
2060 Also properties (@pxref{Properties and Columns}) can be used as
2061 constants in table formulas: for a property @samp{:Xyz:} use the name
2062 @samp{$PROP_Xyz}, and the property will be searched in the current
2063 outline entry and in the hierarchy above it.  If you have the
2064 @file{constants.el} package, it will also be used to resolve constants,
2065 including natural constants like @samp{$h} for Planck's constant, and
2066 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
2067 supply the values of constants in two different unit systems, @code{SI}
2068 and @code{cgs}.  Which one is used depends on the value of the variable
2069 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
2070 @code{constSI} and @code{constcgs} to set this value for the current
2071 buffer.}.  Column names and parameters can be specified in special table
2072 lines.  These are described below, see @ref{Advanced features}.  All
2073 names must start with a letter, and further consist of letters and
2074 numbers.
2076 @subsubheading Remote references
2077 @cindex remote references
2078 @cindex references, remote
2079 @cindex references, to a different table
2080 @cindex name, of column or field
2081 @cindex constants, in calculations
2082 @cindex #+TBLNAME
2084 You may also reference constants, fields and ranges from a different table,
2085 either in the current file or even in a different file.  The syntax is
2087 @example
2088 remote(NAME-OR-ID,REF)
2089 @end example
2091 @noindent
2092 where NAME can be the name of a table in the current file as set by a
2093 @code{#+TBLNAME: NAME} line before the table.  It can also be the ID of an
2094 entry, even in a different file, and the reference then refers to the first
2095 table in that entry.  REF is an absolute field or range reference as
2096 described above for example @code{@@3$3} or @code{$somename}, valid in the
2097 referenced table.
2099 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
2100 @subsection Formula syntax for Calc
2101 @cindex formula syntax, Calc
2102 @cindex syntax, of formulas
2104 A formula can be any algebraic expression understood by the Emacs
2105 @file{Calc} package.  @b{Note that @file{calc} has the
2106 non-standard convention that @samp{/} has lower precedence than
2107 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
2108 evaluation by @code{calc-eval} (@pxref{Calling Calc from
2109 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
2110 Emacs Calc Manual}),
2111 @c FIXME:  The link to the Calc manual in HTML does not work.
2112 variable substitution takes place according to the rules described above.
2113 @cindex vectors, in table calculations
2114 The range vectors can be directly fed into the Calc vector functions
2115 like @samp{vmean} and @samp{vsum}.
2117 @cindex format specifier
2118 @cindex mode, for @file{calc}
2119 @vindex org-calc-default-modes
2120 A formula can contain an optional mode string after a semicolon.  This
2121 string consists of flags to influence Calc and other modes during
2122 execution.  By default, Org uses the standard Calc modes (precision
2123 12, angular units degrees, fraction and symbolic modes off).  The display
2124 format, however, has been changed to @code{(float 8)} to keep tables
2125 compact.  The default settings can be configured using the variable
2126 @code{org-calc-default-modes}.
2128 @example
2129 p20           @r{switch the internal precision to 20 digits}
2130 n3 s3 e2 f4   @r{normal, scientific, engineering, or fixed display format}
2131 D R           @r{angle modes: degrees, radians}
2132 F S           @r{fraction and symbolic modes}
2133 N             @r{interpret all fields as numbers, use 0 for non-numbers}
2134 T             @r{force text interpretation}
2135 E             @r{keep empty fields in ranges}
2136 L             @r{literal}
2137 @end example
2139 @noindent
2140 In addition, you may provide a @code{printf} format specifier to
2141 reformat the final result.  A few examples:
2143 @example
2144 $1+$2                @r{Sum of first and second field}
2145 $1+$2;%.2f           @r{Same, format result to two decimals}
2146 exp($2)+exp($1)      @r{Math functions can be used}
2147 $0;%.1f              @r{Reformat current cell to 1 decimal}
2148 ($3-32)*5/9          @r{Degrees F -> C conversion}
2149 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
2150 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
2151 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
2152 vmean($2..$7)        @r{Compute column range mean, using vector function}
2153 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
2154 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
2155 @end example
2157 Calc also contains a complete set of logical operations.  For example
2159 @example
2160 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
2161 @end example
2163 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
2164 @subsection Emacs Lisp forms as formulas
2165 @cindex Lisp forms, as table formulas
2167 It is also possible to write a formula in Emacs Lisp; this can be useful
2168 for string manipulation and control structures, if Calc's
2169 functionality is not enough.  If a formula starts with a single-quote
2170 followed by an opening parenthesis, then it is evaluated as a Lisp form.
2171 The evaluation should return either a string or a number.  Just as with
2172 @file{calc} formulas, you can specify modes and a printf format after a
2173 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
2174 field references are interpolated into the form.  By default, a
2175 reference will be interpolated as a Lisp string (in double-quotes)
2176 containing the field.  If you provide the @samp{N} mode switch, all
2177 referenced elements will be numbers (non-number fields will be zero) and
2178 interpolated as Lisp numbers, without quotes.  If you provide the
2179 @samp{L} flag, all fields will be interpolated literally, without quotes.
2180 I.e., if you want a reference to be interpreted as a string by the Lisp
2181 form, enclose the reference operator itself in double-quotes, like
2182 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
2183 embed them in list or vector syntax.  A few examples, note how the
2184 @samp{N} mode is used when we do computations in Lisp.
2186 @example
2187 @r{Swap the first two characters of the content of column 1}
2188   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
2189 @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}}
2190   '(+ $1 $2);N
2191 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
2192   '(apply '+ '($1..$4));N
2193 @end example
2195 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
2196 @subsection Field formulas
2197 @cindex field formula
2198 @cindex formula, for individual table field
2200 To assign a formula to a particular field, type it directly into the
2201 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
2202 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
2203 the field, the formula will be stored as the formula for this field,
2204 evaluated, and the current field replaced with the result.
2206 @cindex #+TBLFM
2207 Formulas are stored in a special line starting with @samp{#+TBLFM:}
2208 directly below the table.  If you typed the equation in the 4th field of
2209 the 3rd data line in the table, the formula will look like
2210 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
2211 with the appropriate commands, @i{absolute references} (but not relative
2212 ones) in stored formulas are modified in order to still reference the
2213 same field.  Of course this is not true if you edit the table structure
2214 with normal editing commands---then you must fix the equations yourself.
2215 The left-hand side of a formula may also be a named field (@pxref{Advanced
2216 features}), or a last-row reference like @samp{$LR3}.
2218 Instead of typing an equation into the field, you may also use the
2219 following command
2221 @table @kbd
2222 @kindex C-u C-c =
2223 @item C-u C-c =
2224 Install a new formula for the current field.  The command prompts for a
2225 formula with default taken from the @samp{#+TBLFM:} line, applies
2226 it to the current field, and stores it.
2227 @end table
2229 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
2230 @subsection Column formulas
2231 @cindex column formula
2232 @cindex formula, for table column
2234 Often in a table, the same formula should be used for all fields in a
2235 particular column.  Instead of having to copy the formula to all fields
2236 in that column, Org allows you to assign a single formula to an entire
2237 column.  If the table contains horizontal separator hlines, everything
2238 before the first such line is considered part of the table @emph{header}
2239 and will not be modified by column formulas.
2241 To assign a formula to a column, type it directly into any field in the
2242 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2243 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2244 the formula will be stored as the formula for the current column, evaluated
2245 and the current field replaced with the result.  If the field contains only
2246 @samp{=}, the previously stored formula for this column is used.  For each
2247 column, Org will only remember the most recently used formula.  In the
2248 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}.  The left-hand
2249 side of a column formula cannot currently be the name of column, it
2250 must be the numeric column reference.
2252 Instead of typing an equation into the field, you may also use the
2253 following command:
2255 @table @kbd
2256 @kindex C-c =
2257 @item C-c =
2258 Install a new formula for the current column and replace current field with
2259 the result of the formula.  The command prompts for a formula, with default
2260 taken from the @samp{#+TBLFM} line, applies it to the current field and
2261 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2262 will apply it to that many consecutive fields in the current column.
2263 @end table
2265 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2266 @subsection Editing and debugging formulas
2267 @cindex formula editing
2268 @cindex editing, of table formulas
2270 @vindex org-table-use-standard-references
2271 You can edit individual formulas in the minibuffer or directly in the
2272 field.  Org can also prepare a special buffer with all active
2273 formulas of a table.  When offering a formula for editing, Org
2274 converts references to the standard format (like @code{B3} or @code{D&})
2275 if possible.  If you prefer to only work with the internal format (like
2276 @code{@@3$2} or @code{$4}), configure the variable
2277 @code{org-table-use-standard-references}.
2279 @table @kbd
2280 @kindex C-c =
2281 @kindex C-u C-c =
2282 @item C-c =
2283 @itemx C-u C-c =
2284 Edit the formula associated with the current column/field in the
2285 minibuffer.  See @ref{Column formulas}, and @ref{Field formulas}.
2286 @kindex C-u C-u C-c =
2287 @item C-u C-u C-c =
2288 Re-insert the active formula (either a
2289 field formula, or a column formula) into the current field, so that you
2290 can edit it directly in the field.  The advantage over editing in the
2291 minibuffer is that you can use the command @kbd{C-c ?}.
2292 @kindex C-c ?
2293 @item C-c ?
2294 While editing a formula in a table field, highlight the field(s)
2295 referenced by the reference at the cursor position in the formula.
2296 @kindex C-c @}
2297 @item C-c @}
2298 Toggle the display of row and column numbers for a table, using
2299 overlays.  These are updated each time the table is aligned; you can
2300 force it with @kbd{C-c C-c}.
2301 @kindex C-c @{
2302 @item C-c @{
2303 Toggle the formula debugger on and off.  See below.
2304 @kindex C-c '
2305 @item C-c '
2306 Edit all formulas for the current table in a special buffer, where the
2307 formulas will be displayed one per line.  If the current field has an
2308 active formula, the cursor in the formula editor will mark it.
2309 While inside the special buffer, Org will automatically highlight
2310 any field or range reference at the cursor position.  You may edit,
2311 remove and add formulas, and use the following commands:
2312 @table @kbd
2313 @kindex C-c C-c
2314 @kindex C-x C-s
2315 @item C-c C-c
2316 @itemx C-x C-s
2317 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2318 prefix, also apply the new formulas to the entire table.
2319 @kindex C-c C-q
2320 @item C-c C-q
2321 Exit the formula editor without installing changes.
2322 @kindex C-c C-r
2323 @item C-c C-r
2324 Toggle all references in the formula editor between standard (like
2325 @code{B3}) and internal (like @code{@@3$2}).
2326 @kindex @key{TAB}
2327 @item @key{TAB}
2328 Pretty-print or indent Lisp formula at point.  When in a line containing
2329 a Lisp formula, format the formula according to Emacs Lisp rules.
2330 Another @key{TAB} collapses the formula back again.  In the open
2331 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
2332 @kindex M-@key{TAB}
2333 @item M-@key{TAB}
2334 Complete Lisp symbols, just like in Emacs Lisp mode.
2335 @kindex S-@key{up}
2336 @kindex S-@key{down}
2337 @kindex S-@key{left}
2338 @kindex S-@key{right}
2339 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2340 Shift the reference at point.  For example, if the reference is
2341 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2342 This also works for relative references and for hline references.
2343 @kindex M-S-@key{up}
2344 @kindex M-S-@key{down}
2345 @item M-S-@key{up}/@key{down}
2346 Move the test line for column formulas in the Org buffer up and
2347 down.
2348 @kindex M-@key{up}
2349 @kindex M-@key{down}
2350 @item M-@key{up}/@key{down}
2351 Scroll the window displaying the table.
2352 @kindex C-c @}
2353 @item C-c @}
2354 Turn the coordinate grid in the table on and off.
2355 @end table
2356 @end table
2358 Making a table field blank does not remove the formula associated with
2359 the field, because that is stored in a different line (the @samp{#+TBLFM}
2360 line)---during the next recalculation the field will be filled again.
2361 To remove a formula from a field, you have to give an empty reply when
2362 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2364 @kindex C-c C-c
2365 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2366 equations with @kbd{C-c C-c} in that line or with the normal
2367 recalculation commands in the table.
2369 @subsubheading Debugging formulas
2370 @cindex formula debugging
2371 @cindex debugging, of table formulas
2372 When the evaluation of a formula leads to an error, the field content
2373 becomes the string @samp{#ERROR}.  If you would like see what is going
2374 on during variable substitution and calculation in order to find a bug,
2375 turn on formula debugging in the @code{Tbl} menu and repeat the
2376 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2377 field.  Detailed information will be displayed.
2379 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2380 @subsection Updating the table
2381 @cindex recomputing table fields
2382 @cindex updating, table
2384 Recalculation of a table is normally not automatic, but needs to be
2385 triggered by a command.  See @ref{Advanced features}, for a way to make
2386 recalculation at least semi-automatic.
2388 In order to recalculate a line of a table or the entire table, use the
2389 following commands:
2391 @table @kbd
2392 @kindex C-c *
2393 @item C-c *
2394 Recalculate the current row by first applying the stored column formulas
2395 from left to right, and all field formulas in the current row.
2397 @kindex C-u C-c *
2398 @item C-u C-c *
2399 @kindex C-u C-c C-c
2400 @itemx C-u C-c C-c
2401 Recompute the entire table, line by line.  Any lines before the first
2402 hline are left alone, assuming that these are part of the table header.
2404 @kindex C-u C-u C-c *
2405 @kindex C-u C-u C-c C-c
2406 @item C-u C-u C-c *
2407 @itemx C-u C-u C-c C-c
2408 Iterate the table by recomputing it until no further changes occur.
2409 This may be necessary if some computed fields use the value of other
2410 fields that are computed @i{later} in the calculation sequence.
2411 @end table
2413 @node Advanced features,  , Updating the table, The spreadsheet
2414 @subsection Advanced features
2416 If you want the recalculation of fields to happen automatically, or if
2417 you want to be able to assign @i{names} to fields and columns, you need
2418 to reserve the first column of the table for special marking characters.
2419 @table @kbd
2420 @kindex C-#
2421 @item C-#
2422 Rotate the calculation mark in first column through the states @samp{ },
2423 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
2424 change all marks in the region.
2425 @end table
2427 Here is an example of a table that collects exam results of students and
2428 makes use of these features:
2430 @example
2431 @group
2432 |---+---------+--------+--------+--------+-------+------|
2433 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2434 |---+---------+--------+--------+--------+-------+------|
2435 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2436 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2437 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2438 |---+---------+--------+--------+--------+-------+------|
2439 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2440 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2441 |---+---------+--------+--------+--------+-------+------|
2442 |   | Average |        |        |        |  29.7 |      |
2443 | ^ |         |        |        |        |    at |      |
2444 | $ | max=50  |        |        |        |       |      |
2445 |---+---------+--------+--------+--------+-------+------|
2446 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2447 @end group
2448 @end example
2450 @noindent @b{Important}: please note that for these special tables,
2451 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2452 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2453 to the field itself.  The column formulas are not applied in rows with
2454 empty first field.
2456 @cindex marking characters, tables
2457 The marking characters have the following meaning:
2458 @table @samp
2459 @item !
2460 The fields in this line define names for the columns, so that you may
2461 refer to a column as @samp{$Tot} instead of @samp{$6}.
2462 @item ^
2463 This row defines names for the fields @emph{above} the row.  With such
2464 a definition, any formula in the table may use @samp{$m1} to refer to
2465 the value @samp{10}.  Also, if you assign a formula to a names field, it
2466 will be stored as @samp{$name=...}.
2467 @item _
2468 Similar to @samp{^}, but defines names for the fields in the row
2469 @emph{below}.
2470 @item $
2471 Fields in this row can define @emph{parameters} for formulas.  For
2472 example, if a field in a @samp{$} row contains @samp{max=50}, then
2473 formulas in this table can refer to the value 50 using @samp{$max}.
2474 Parameters work exactly like constants, only that they can be defined on
2475 a per-table basis.
2476 @item #
2477 Fields in this row are automatically recalculated when pressing
2478 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2479 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2480 lines will be left alone by this command.
2481 @item *
2482 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2483 not for automatic recalculation.  Use this when automatic
2484 recalculation slows down editing too much.
2485 @item
2486 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2487 All lines that should be recalculated should be marked with @samp{#}
2488 or @samp{*}.
2489 @item /
2490 Do not export this line.  Useful for lines that contain the narrowing
2491 @samp{<N>} markers or column group markers.
2492 @end table
2494 Finally, just to whet your appetite for what can be done with the
2495 fantastic @file{calc.el} package, here is a table that computes the Taylor
2496 series of degree @code{n} at location @code{x} for a couple of
2497 functions.
2499 @example
2500 @group
2501 |---+-------------+---+-----+--------------------------------------|
2502 |   | Func        | n | x   | Result                               |
2503 |---+-------------+---+-----+--------------------------------------|
2504 | # | exp(x)      | 1 | x   | 1 + x                                |
2505 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2506 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2507 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2508 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2509 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2510 |---+-------------+---+-----+--------------------------------------|
2511 #+TBLFM: $5=taylor($2,$4,$3);n3
2512 @end group
2513 @end example
2515 @node Org-Plot,  , The spreadsheet, Tables
2516 @section Org-Plot
2517 @cindex graph, in tables
2518 @cindex plot tables using gnuplot
2519 @cindex #+PLOT
2521 Org-Plot can produce 2D and 3D graphs of information stored in org tables
2522 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
2523 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}.  To see
2524 this in action, ensure that you have both Gnuplot and Gnuplot mode installed
2525 on your system, then call @code{org-plot/gnuplot} on the following table.
2527 @example
2528 @group
2529 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
2530 | Sede      | Max cites | H-index |
2531 |-----------+-----------+---------|
2532 | Chile     |    257.72 |   21.39 |
2533 | Leeds     |    165.77 |   19.68 |
2534 | Sao Paolo |     71.00 |   11.50 |
2535 | Stockholm |    134.19 |   14.33 |
2536 | Morelia   |    257.56 |   17.67 |
2537 @end group
2538 @end example
2540 Notice that Org Plot is smart enough to apply the table's headers as labels.
2541 Further control over the labels, type, content, and appearance of plots can
2542 be exercised through the @code{#+PLOT:} lines preceding a table.  See below
2543 for a complete list of Org-plot options.  For more information and examples
2544 see the Org-plot tutorial at
2545 @uref{http://orgmode.org/worg/org-tutorials/org-plot.php}.
2547 @subsubheading Plot Options
2549 @table @code
2550 @item set
2551 Specify any @command{gnuplot} option to be set when graphing.
2553 @item title
2554 Specify the title of the plot.
2556 @item ind
2557 Specify which column of the table to use as the @code{x} axis.
2559 @item deps
2560 Specify the columns to graph as a Lisp style list, surrounded by parentheses
2561 and separated by spaces for example @code{dep:(3 4)} to graph the third and
2562 fourth columns (defaults to graphing all other columns aside from the @code{ind}
2563 column).
2565 @item type
2566 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2568 @item with
2569 Specify a @code{with} option to be inserted for every col being plotted
2570 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2571 Defaults to @code{lines}.
2573 @item file
2574 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
2576 @item labels
2577 List of labels to be used for the deps (defaults to the column headers if
2578 they exist).
2580 @item line
2581 Specify an entire line to be inserted in the Gnuplot script.
2583 @item map
2584 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2585 flat mapping rather than a @code{3d} slope.
2587 @item timefmt
2588 Specify format of Org-mode timestamps as they will be parsed by Gnuplot.
2589 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2591 @item script
2592 If you want total control, you can specify a script file (place the file name
2593 between double-quotes) which will be used to plot.  Before plotting, every
2594 instance of @code{$datafile} in the specified script will be replaced with
2595 the path to the generated data file.  Note: even if you set this option, you
2596 may still want to specify the plot type, as that can impact the content of
2597 the data file.
2598 @end table
2600 @node Hyperlinks, TODO Items, Tables, Top
2601 @chapter Hyperlinks
2602 @cindex hyperlinks
2604 Like HTML, Org provides links inside a file, external links to
2605 other files, Usenet articles, emails, and much more.
2607 @menu
2608 * Link format::                 How links in Org are formatted
2609 * Internal links::              Links to other places in the current file
2610 * External links::              URL-like links to the world
2611 * Handling links::              Creating, inserting and following
2612 * Using links outside Org::     Linking from my C source code?
2613 * Link abbreviations::          Shortcuts for writing complex links
2614 * Search options::              Linking to a specific location
2615 * Custom searches::             When the default search is not enough
2616 @end menu
2618 @node Link format, Internal links, Hyperlinks, Hyperlinks
2619 @section Link format
2620 @cindex link format
2621 @cindex format, of links
2623 Org will recognize plain URL-like links and activate them as
2624 clickable links.  The general link format, however, looks like this:
2626 @example
2627 [[link][description]]       @r{or alternatively}           [[link]]
2628 @end example
2630 @noindent
2631 Once a link in the buffer is complete (all brackets present), Org
2632 will change the display so that @samp{description} is displayed instead
2633 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2634 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2635 which by default is an underlined face.  You can directly edit the
2636 visible part of a link.  Note that this can be either the @samp{link}
2637 part (if there is no description) or the @samp{description} part.  To
2638 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2639 cursor on the link.
2641 If you place the cursor at the beginning or just behind the end of the
2642 displayed text and press @key{BACKSPACE}, you will remove the
2643 (invisible) bracket at that location.  This makes the link incomplete
2644 and the internals are again displayed as plain text.  Inserting the
2645 missing bracket hides the link internals again.  To show the
2646 internal structure of all links, use the menu entry
2647 @code{Org->Hyperlinks->Literal links}.
2649 @node Internal links, External links, Link format, Hyperlinks
2650 @section Internal links
2651 @cindex internal links
2652 @cindex links, internal
2653 @cindex targets, for links
2655 @cindex property, CUSTOM_ID
2656 If the link does not look like a URL, it is considered to be internal in the
2657 current file.  The most important case is a link like
2658 @samp{[[#my-custom-id]]} which will link to the entry with the
2659 @code{CUSTOM_ID} property @samp{my-custom-id}.  Such custom IDs are very good
2660 for HTML export (@pxref{HTML export}) where they produce pretty section
2661 links.  You are responsible yourself to make sure these custom IDs are unique
2662 in a file.
2664 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
2665 lead to a text search in the current file.
2667 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
2668 or with a mouse click (@pxref{Handling links}).  Links to custom IDs will
2669 point to the corresponding headline.  The preferred match for a text link is
2670 a @i{dedicated target}: the same string in double angular brackets.  Targets
2671 may be located anywhere; sometimes it is convenient to put them into a
2672 comment line. For example
2674 @example
2675 # <<My Target>>
2676 @end example
2678 @noindent In HTML export (@pxref{HTML export}), such targets will become
2679 named anchors for direct access through @samp{http} links@footnote{Note that
2680 text before the first headline is usually not exported, so the first such
2681 target should be after the first headline, or in the line directly before the
2682 first headline.}.
2684 If no dedicated target exists, Org will search for the words in the link.  In
2685 the above example the search would be for @samp{my target}.  Links starting
2686 with a star like @samp{*My Target} restrict the search to
2687 headlines@footnote{To insert a link targeting a headline, in-buffer
2688 completion can be used.  Just type a star followed by a few optional letters
2689 into the buffer and press @kbd{M-@key{TAB}}.  All headlines in the current
2690 buffer will be offered as completions.  @xref{Handling links}, for more
2691 commands creating links.}.  When searching, Org mode will first try an
2692 exact match, but then move on to more and more lenient searches.  For
2693 example, the link @samp{[[*My Targets]]} will find any of the following:
2695 @example
2696 ** My targets
2697 ** TODO my targets are bright
2698 ** my 20 targets are
2699 @end example
2702 Following a link pushes a mark onto Org's own mark ring.  You can
2703 return to the previous position with @kbd{C-c &}.  Using this command
2704 several times in direct succession goes back to positions recorded
2705 earlier.
2707 @menu
2708 * Radio targets::               Make targets trigger links in plain text
2709 @end menu
2711 @node Radio targets,  , Internal links, Internal links
2712 @subsection Radio targets
2713 @cindex radio targets
2714 @cindex targets, radio
2715 @cindex links, radio targets
2717 Org can automatically turn any occurrences of certain target names
2718 in normal text into a link.  So without explicitly creating a link, the
2719 text connects to the target radioing its position.  Radio targets are
2720 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2721 Target>>>} causes each occurrence of @samp{my target} in normal text to
2722 become activated as a link.  The Org file is scanned automatically
2723 for radio targets only when the file is first loaded into Emacs.  To
2724 update the target list during editing, press @kbd{C-c C-c} with the
2725 cursor on or at a target.
2727 @node External links, Handling links, Internal links, Hyperlinks
2728 @section External links
2729 @cindex links, external
2730 @cindex external links
2731 @cindex links, external
2732 @cindex Gnus links
2733 @cindex BBDB links
2734 @cindex IRC links
2735 @cindex URL links
2736 @cindex file links
2737 @cindex VM links
2738 @cindex RMAIL links
2739 @cindex WANDERLUST links
2740 @cindex MH-E links
2741 @cindex USENET links
2742 @cindex SHELL links
2743 @cindex Info links
2744 @cindex Elisp links
2746 Org supports links to files, websites, Usenet and email messages,
2747 BBDB database entries and links to both IRC conversations and their
2748 logs.  External links are URL-like locators.  They start with a short
2749 identifying string followed by a colon.  There can be no space after
2750 the colon.  The following list shows examples for each link type.
2752 @example
2753 http://www.astro.uva.nl/~dominik          @r{on the web}
2754 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2755 /home/dominik/images/jupiter.jpg          @r{same as above}
2756 file:papers/last.pdf                      @r{file, relative path}
2757 ./papers/last.pdf                         @r{same as above}
2758 file:projects.org                         @r{another Org file}
2759 file:projects.org::some words             @r{text search in Org file}
2760 file:projects.org::*task title            @r{heading search in Org file}
2761 id:B7423F4D-2E8A-471B-8810-C40F074717E9   @r{Link to heading by ID}
2762 news:comp.emacs                           @r{Usenet link}
2763 mailto:adent@@galaxy.net                   @r{Mail link}
2764 vm:folder                                 @r{VM folder link}
2765 vm:folder#id                              @r{VM message link}
2766 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2767 wl:folder                                 @r{WANDERLUST folder link}
2768 wl:folder#id                              @r{WANDERLUST message link}
2769 mhe:folder                                @r{MH-E folder link}
2770 mhe:folder#id                             @r{MH-E message link}
2771 rmail:folder                              @r{RMAIL folder link}
2772 rmail:folder#id                           @r{RMAIL message link}
2773 gnus:group                                @r{Gnus group link}
2774 gnus:group#id                             @r{Gnus article link}
2775 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
2776 irc:/irc.com/#emacs/bob                   @r{IRC link}
2777 shell:ls *.org                            @r{A shell command}
2778 elisp:org-agenda                          @r{Interactive Elisp command}
2779 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
2780 @end example
2782 A link should be enclosed in double brackets and may contain a
2783 descriptive text to be displayed instead of the URL (@pxref{Link
2784 format}), for example:
2786 @example
2787 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2788 @end example
2790 @noindent
2791 If the description is a file name or URL that points to an image, HTML
2792 export (@pxref{HTML export}) will inline the image as a clickable
2793 button.  If there is no description at all and the link points to an
2794 image,
2795 that image will be inlined into the exported HTML file.
2797 @cindex square brackets, around links
2798 @cindex plain text external links
2799 Org also finds external links in the normal text and activates them
2800 as links.  If spaces must be part of the link (for example in
2801 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2802 about the end of the link, enclose them in square brackets.
2804 @node Handling links, Using links outside Org, External links, Hyperlinks
2805 @section Handling links
2806 @cindex links, handling
2808 Org provides methods to create a link in the correct syntax, to
2809 insert it into an Org file, and to follow the link.
2811 @table @kbd
2812 @kindex C-c l
2813 @cindex storing links
2814 @item C-c l
2815 Store a link to the current location.  This is a @emph{global} command (you
2816 must create the key binding yourself) which can be used in any buffer to
2817 create a link.  The link will be stored for later insertion into an Org
2818 buffer (see below).  What kind of link will be created depends on the current
2819 buffer:
2821 @b{Org-mode buffers}@*
2822 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
2823 to the target.  Otherwise it points to the current headline, which will also
2824 be the description.
2826 @vindex org-link-to-org-use-id
2827 @cindex property, CUSTOM_ID
2828 @cindex property, ID
2829 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
2830 will be stored.  In addition or alternatively (depending on the value of
2831 @code{org-link-to-org-use-id}), a globally unique @code{ID} property will be
2832 created and/or used to construct a link.  So using this command in Org
2833 buffers will potentially create two links: a human-readable from the custom
2834 ID, and one that is globally unique and works even if the entry is moved from
2835 file to file.  Later, when inserting the link, you need to decide which one
2836 to use.
2838 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
2839 Pretty much all Emacs mail clients are supported.  The link will point to the
2840 current article, or, in some GNUS buffers, to the group.  The description is
2841 constructed from the author and the subject.
2843 @b{Web browsers: W3 and W3M}@*
2844 Here the link will be the current URL, with the page title as description.
2846 @b{Contacts: BBDB}@*
2847 Links created in a BBDB buffer will point to the current entry.
2849 @b{Chat: IRC}@*
2850 @vindex org-irc-link-to-logs
2851 For IRC links, if you set the variable @code{org-irc-link-to-logs} to
2852 @code{t}, a @samp{file:/} style link to the relevant point in the logs for
2853 the current conversation is created.  Otherwise an @samp{irc:/} style link to
2854 the user/channel/server under the point will be stored.
2856 @b{Other files}@*
2857 For any other files, the link will point to the file, with a search string
2858 (@pxref{Search options}) pointing to the contents of the current line.  If
2859 there is an active region, the selected words will form the basis of the
2860 search string.  If the automatically created link is not working correctly or
2861 accurately enough, you can write custom functions to select the search string
2862 and to do the search for particular file types---see @ref{Custom searches}.
2863 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
2865 @b{Agenda view}@*
2866 When the cursor is in an agenda view, the created link points to the
2867 entry referenced by the current line.
2870 @kindex C-c C-l
2871 @cindex link completion
2872 @cindex completion, of links
2873 @cindex inserting links
2874 @item C-c C-l
2875 @vindex org-keep-stored-link-after-insertion
2876 Insert a link@footnote{ Note that you don't have to use this command to
2877 insert a link.  Links in Org are plain text, and you can type or paste them
2878 straight into the buffer.  By using this command, the links are automatically
2879 enclosed in double brackets, and you will be asked for the optional
2880 descriptive text.}.  This prompts for a link to be inserted into the buffer.
2881 You can just type a link, using text for an internal link, or one of the link
2882 type prefixes mentioned in the examples above.  The link will be inserted
2883 into the buffer@footnote{After insertion of a stored link, the link will be
2884 removed from the list of stored links.  To keep it in the list later use, use
2885 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2886 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2887 If some text was selected when this command is called, the selected text
2888 becomes the default description.
2890 @b{Inserting stored links}@*
2891 All links stored during the
2892 current session are part of the history for this prompt, so you can access
2893 them with @key{up} and @key{down} (or @kbd{M-p/n}).
2895 @b{Completion support}@* Completion with @key{TAB} will help you to insert
2896 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2897 defined through link abbreviations (@pxref{Link abbreviations}).  If you
2898 press @key{RET} after inserting only the @var{prefix}, Org will offer
2899 specific completion support for some link types@footnote{This works by
2900 calling a special function @code{org-PREFIX-complete-link}.}  For
2901 example, if you type @kbd{file @key{RET}}, file name completion (alternative
2902 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
2903 @key{RET}} you can complete contact names.
2904 @kindex C-u C-c C-l
2905 @cindex file name completion
2906 @cindex completion, of file names
2907 @item C-u C-c C-l
2908 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2909 a file will be inserted and you may use file name completion to select
2910 the name of the file.  The path to the file is inserted relative to the
2911 directory of the current Org file, if the linked file is in the current
2912 directory or in a sub-directory of it, or if the path is written relative
2913 to the current directory using @samp{../}.  Otherwise an absolute path
2914 is used, if possible with @samp{~/} for your home directory.  You can
2915 force an absolute path with two @kbd{C-u} prefixes.
2917 @item C-c C-l @r{(with cursor on existing link)}
2918 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2919 link and description parts of the link.
2921 @cindex following links
2922 @kindex C-c C-o
2923 @kindex RET
2924 @item C-c C-o @r{or} @key{RET}
2925 @vindex org-file-apps
2926 Open link at point.  This will launch a web browser for URLs (using
2927 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
2928 the corresponding links, and execute the command in a shell link.  When the
2929 cursor is on an internal link, this commands runs the corresponding search.
2930 When the cursor is on a TAG list in a headline, it creates the corresponding
2931 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
2932 date.  Furthermore, it will visit text and remote files in @samp{file:} links
2933 with Emacs and select a suitable application for local non-text files.
2934 Classification of files is based on file extension only.  See option
2935 @code{org-file-apps}.  If you want to override the default application and
2936 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
2937 opening in Emacs, use a @kbd{C-u C-u} prefix.@*
2938 If the cursor is on a headline, but not on a link, offer all links in the
2939 headline and entry text.
2941 @kindex mouse-2
2942 @kindex mouse-1
2943 @item mouse-2
2944 @itemx mouse-1
2945 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2946 would.  Under Emacs 22, @kbd{mouse-1} will also follow a link.
2948 @kindex mouse-3
2949 @item mouse-3
2950 @vindex org-display-internal-link-with-indirect-buffer
2951 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2952 internal links to be displayed in another window@footnote{See the
2953 variable @code{org-display-internal-link-with-indirect-buffer}}.
2955 @cindex mark ring
2956 @kindex C-c %
2957 @item C-c %
2958 Push the current position onto the mark ring, to be able to return
2959 easily. Commands following an internal link do this automatically.
2961 @cindex links, returning to
2962 @kindex C-c &
2963 @item C-c &
2964 Jump back to a recorded position.  A position is recorded by the
2965 commands following internal links, and by @kbd{C-c %}.  Using this
2966 command several times in direct succession moves through a ring of
2967 previously recorded positions.
2969 @kindex C-c C-x C-n
2970 @kindex C-c C-x C-p
2971 @cindex links, finding next/previous
2972 @item C-c C-x C-n
2973 @itemx C-c C-x C-p
2974 Move forward/backward to the next link in the buffer.  At the limit of
2975 the buffer, the search fails once, and then wraps around.  The key
2976 bindings for this are really too long, you might want to bind this also
2977 to @kbd{C-n} and @kbd{C-p}
2978 @lisp
2979 (add-hook 'org-load-hook
2980   (lambda ()
2981     (define-key 'org-mode-map "\C-n" 'org-next-link)
2982     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2983 @end lisp
2984 @end table
2986 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
2987 @section Using links outside Org
2989 You can insert and follow links that have Org syntax not only in
2990 Org, but in any Emacs buffer.  For this, you should create two
2991 global commands, like this (please select suitable global keys
2992 yourself):
2994 @lisp
2995 (global-set-key "\C-c L" 'org-insert-link-global)
2996 (global-set-key "\C-c o" 'org-open-at-point-global)
2997 @end lisp
2999 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
3000 @section Link abbreviations
3001 @cindex link abbreviations
3002 @cindex abbreviation, links
3004 Long URLs can be cumbersome to type, and often many similar links are
3005 needed in a document.  For this you can use link abbreviations.  An
3006 abbreviated link looks like this
3008 @example
3009 [[linkword:tag][description]]
3010 @end example
3012 @noindent
3013 @vindex org-link-abbrev-alist
3014 where the tag is optional.  The @i{linkword} must be a word; letter, numbers,
3015 @samp{-}, and @samp{_} are allowed here.  Abbreviations are resolved
3016 according to the information in the variable @code{org-link-abbrev-alist}
3017 that relates the linkwords to replacement text.  Here is an example:
3019 @lisp
3020 @group
3021 (setq org-link-abbrev-alist
3022   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3023     ("google"   . "http://www.google.com/search?q=")
3024     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
3025                    nph-abs_connect?author=%s&db_key=AST")))
3026 @end group
3027 @end lisp
3029 If the replacement text contains the string @samp{%s}, it will be
3030 replaced with the tag.  Otherwise the tag will be appended to the string
3031 in order to create the link.  You may also specify a function that will
3032 be called with the tag as the only argument to create the link.
3034 With the above setting, you could link to a specific bug with
3035 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
3036 @code{[[google:OrgMode]]} and find out what the Org author is
3037 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
3039 If you need special abbreviations just for a single Org buffer, you
3040 can define them in the file with
3042 @cindex #+LINK
3043 @example
3044 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
3045 #+LINK: google    http://www.google.com/search?q=%s
3046 @end example
3048 @noindent
3049 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
3050 complete link abbreviations.  You may also define a function
3051 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
3052 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
3053 not accept any arguments, and return the full link with prefix.
3055 @node Search options, Custom searches, Link abbreviations, Hyperlinks
3056 @section Search options in file links
3057 @cindex search option in file links
3058 @cindex file links, searching
3060 File links can contain additional information to make Emacs jump to a
3061 particular location in the file when following a link.  This can be a
3062 line number or a search option after a double@footnote{For backward
3063 compatibility, line numbers can also follow a single colon.} colon. For
3064 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
3065 links}) to a file, it encodes the words in the current line as a search
3066 string that can be used to find this line back later when following the
3067 link with @kbd{C-c C-o}.
3069 Here is the syntax of the different ways to attach a search to a file
3070 link, together with an explanation:
3072 @example
3073 [[file:~/code/main.c::255]]
3074 [[file:~/xx.org::My Target]]
3075 [[file:~/xx.org::*My Target]]
3076 [[file:~/xx.org::/regexp/]]
3077 @end example
3079 @table @code
3080 @item 255
3081 Jump to line 255.
3082 @item My Target
3083 Search for a link target @samp{<<My Target>>}, or do a text search for
3084 @samp{my target}, similar to the search in internal links, see
3085 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
3086 link will become an HTML reference to the corresponding named anchor in
3087 the linked file.
3088 @item *My Target
3089 In an Org file, restrict search to headlines.
3090 @item /regexp/
3091 Do a regular expression search for @code{regexp}.  This uses the Emacs
3092 command @code{occur} to list all matches in a separate window.  If the
3093 target file is in Org mode, @code{org-occur} is used to create a
3094 sparse tree with the matches.
3095 @c If the target file is a directory,
3096 @c @code{grep} will be used to search all files in the directory.
3097 @end table
3099 As a degenerate case, a file link with an empty file name can be used
3100 to search the current file.  For example, @code{[[file:::find me]]} does
3101 a search for @samp{find me} in the current file, just as
3102 @samp{[[find me]]} would.
3104 @node Custom searches,  , Search options, Hyperlinks
3105 @section Custom Searches
3106 @cindex custom search strings
3107 @cindex search strings, custom
3109 The default mechanism for creating search strings and for doing the
3110 actual search related to a file link may not work correctly in all
3111 cases.  For example, Bib@TeX{} database files have many entries like
3112 @samp{year="1993"} which would not result in good search strings,
3113 because the only unique identification for a Bib@TeX{} entry is the
3114 citation key.
3116 @vindex org-create-file-search-functions
3117 @vindex org-execute-file-search-functions
3118 If you come across such a problem, you can write custom functions to set
3119 the right search string for a particular file type, and to do the search
3120 for the string in the file.  Using @code{add-hook}, these functions need
3121 to be added to the hook variables
3122 @code{org-create-file-search-functions} and
3123 @code{org-execute-file-search-functions}.  See the docstring for these
3124 variables for more information.  Org actually uses this mechanism
3125 for Bib@TeX{} database files, and you can use the corresponding code as
3126 an implementation example.  See the file @file{org-bibtex.el}.
3128 @node TODO Items, Tags, Hyperlinks, Top
3129 @chapter TODO Items
3130 @cindex TODO items
3132 Org mode does not maintain TODO lists as separate documents@footnote{Of
3133 course, you can make a document that contains only long lists of TODO items,
3134 but this is not required.}.  Instead, TODO items are an integral part of the
3135 notes file, because TODO items usually come up while taking notes!  With Org
3136 mode, simply mark any entry in a tree as being a TODO item.  In this way,
3137 information is not duplicated, and the entire context from which the TODO
3138 item emerged is always present.
3140 Of course, this technique for managing TODO items scatters them
3141 throughout your notes file.  Org mode compensates for this by providing
3142 methods to give you an overview of all the things that you have to do.
3144 @menu
3145 * TODO basics::                 Marking and displaying TODO entries
3146 * TODO extensions::             Workflow and assignments
3147 * Progress logging::            Dates and notes for progress
3148 * Priorities::                  Some things are more important than others
3149 * Breaking down tasks::         Splitting a task into manageable pieces
3150 * Checkboxes::                  Tick-off lists
3151 @end menu
3153 @node TODO basics, TODO extensions, TODO Items, TODO Items
3154 @section Basic TODO functionality
3156 Any headline becomes a TODO item when it starts with the word
3157 @samp{TODO}, for example:
3159 @example
3160 *** TODO Write letter to Sam Fortune
3161 @end example
3163 @noindent
3164 The most important commands to work with TODO entries are:
3166 @table @kbd
3167 @kindex C-c C-t
3168 @cindex cycling, of TODO states
3169 @item C-c C-t
3170 Rotate the TODO state of the current item among
3172 @example
3173 ,-> (unmarked) -> TODO -> DONE --.
3174 '--------------------------------'
3175 @end example
3177 The same rotation can also be done ``remotely'' from the timeline and
3178 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3180 @kindex C-u C-c C-t
3181 @item C-u C-c C-t
3182 Select a specific keyword using completion or (if it has been set up)
3183 the fast selection interface.  For the latter, you need to assign keys
3184 to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for
3185 more information.
3187 @kindex S-@key{right}
3188 @kindex S-@key{left}
3189 @vindex org-treat-S-cursor-todo-selection-as-state-change
3190 @item S-@key{right}
3191 @itemx S-@key{left}
3192 Select the following/preceding TODO state, similar to cycling.  Useful
3193 mostly if more than two TODO states are possible (@pxref{TODO
3194 extensions}).  See also @ref{Conflicts}, for a discussion of the interaction
3195 with @code{shift-selection-mode}.  See also the variable
3196 @code{org-treat-S-cursor-todo-selection-as-state-change}.
3197 @kindex C-c C-v
3198 @kindex C-c / t
3199 @cindex sparse tree, for TODO
3200 @item C-c C-v
3201 @itemx C-c / t
3202 @vindex org-todo-keywords
3203 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds the
3204 entire buffer, but shows all TODO items and the headings hierarchy above
3205 them.  With a prefix argument, search for a specific TODO.  You will be
3206 prompted for the keyword, and you can also give a list of keywords like
3207 @code{KWD1|KWD2|...} to list entries that match any one of these keywords.
3208 With numeric prefix argument N, show the tree for the Nth keyword in the
3209 variable @code{org-todo-keywords}.  With two prefix arguments, find all TODO
3210 and DONE entries.
3211 @kindex C-c a t
3212 @item C-c a t
3213 Show the global TODO list.  Collects the TODO items from all agenda
3214 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
3215 be in @code{agenda-mode}, which provides commands to examine and
3216 manipulate the TODO entries from the new buffer (@pxref{Agenda
3217 commands}).  @xref{Global TODO list}, for more information.
3218 @kindex S-M-@key{RET}
3219 @item S-M-@key{RET}
3220 Insert a new TODO entry below the current one.
3221 @end table
3223 @noindent
3224 @vindex org-todo-state-tags-triggers
3225 Changing a TODO state can also trigger tag changes.  See the docstring of the
3226 option @code{org-todo-state-tags-triggers} for details.
3228 @node TODO extensions, Progress logging, TODO basics, TODO Items
3229 @section Extended use of TODO keywords
3230 @cindex extended TODO keywords
3232 @vindex org-todo-keywords
3233 By default, marked TODO entries have one of only two states: TODO and
3234 DONE.  Org mode allows you to classify TODO items in more complex ways
3235 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
3236 special setup, the TODO keyword system can work differently in different
3237 files.
3239 Note that @i{tags} are another way to classify headlines in general and
3240 TODO items in particular (@pxref{Tags}).
3242 @menu
3243 * Workflow states::             From TODO to DONE in steps
3244 * TODO types::                  I do this, Fred does the rest
3245 * Multiple sets in one file::   Mixing it all, and still finding your way
3246 * Fast access to TODO states::  Single letter selection of a state
3247 * Per-file keywords::           Different files, different requirements
3248 * Faces for TODO keywords::     Highlighting states
3249 * TODO dependencies::           When one task needs to wait for others
3250 @end menu
3252 @node Workflow states, TODO types, TODO extensions, TODO extensions
3253 @subsection TODO keywords as workflow states
3254 @cindex TODO workflow
3255 @cindex workflow states as TODO keywords
3257 You can use TODO keywords to indicate different @emph{sequential} states
3258 in the process of working on an item, for example@footnote{Changing
3259 this variable only becomes effective after restarting Org mode in a
3260 buffer.}:
3262 @lisp
3263 (setq org-todo-keywords
3264   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
3265 @end lisp
3267 The vertical bar separates the TODO keywords (states that @emph{need
3268 action}) from the DONE states (which need @emph{no further action}).  If
3269 you don't provide the separator bar, the last state is used as the DONE
3270 state.
3271 @cindex completion, of TODO keywords
3272 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
3273 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
3274 also use a numeric prefix argument to quickly select a specific state.  For
3275 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
3276 Or you can use @kbd{S-@key{left}} to go backward through the sequence.  If you
3277 define many keywords, you can use in-buffer completion
3278 (@pxref{Completion}) or even a special one-key selection scheme
3279 (@pxref{Fast access to TODO states}) to insert these words into the
3280 buffer.  Changing a TODO state can be logged with a timestamp, see
3281 @ref{Tracking TODO state changes}, for more information.
3283 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
3284 @subsection TODO keywords as types
3285 @cindex TODO types
3286 @cindex names as TODO keywords
3287 @cindex types as TODO keywords
3289 The second possibility is to use TODO keywords to indicate different
3290 @emph{types} of action items.  For example, you might want to indicate
3291 that items are for ``work'' or ``home''.  Or, when you work with several
3292 people on a single project, you might want to assign action items
3293 directly to persons, by using their names as TODO keywords.  This would
3294 be set up like this:
3296 @lisp
3297 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
3298 @end lisp
3300 In this case, different keywords do not indicate a sequence, but rather
3301 different types.  So the normal work flow would be to assign a task to a
3302 person, and later to mark it DONE.  Org mode supports this style by adapting
3303 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
3304 @kbd{t} command in the timeline and agenda buffers.}.  When used several
3305 times in succession, it will still cycle through all names, in order to first
3306 select the right type for a task.  But when you return to the item after some
3307 time and execute @kbd{C-c C-t} again, it will switch from any name directly
3308 to DONE.  Use prefix arguments or completion to quickly select a specific
3309 name.  You can also review the items of a specific TODO type in a sparse tree
3310 by using a numeric prefix to @kbd{C-c C-v}.  For example, to see all things
3311 Lucy has to do, you would use @kbd{C-3 C-c C-v}.  To collect Lucy's items
3312 from all agenda files into a single buffer, you would use the numeric prefix
3313 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
3315 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
3316 @subsection Multiple keyword sets in one file
3317 @cindex TODO keyword sets
3319 Sometimes you may want to use different sets of TODO keywords in
3320 parallel.  For example, you may want to have the basic
3321 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
3322 separate state indicating that an item has been canceled (so it is not
3323 DONE, but also does not require action).  Your setup would then look
3324 like this:
3326 @lisp
3327 (setq org-todo-keywords
3328       '((sequence "TODO" "|" "DONE")
3329         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
3330         (sequence "|" "CANCELED")))
3331 @end lisp
3333 The keywords should all be different, this helps Org mode to keep track
3334 of which subsequence should be used for a given entry.  In this setup,
3335 @kbd{C-c C-t} only operates within a subsequence, so it switches from
3336 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
3337 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
3338 select the correct sequence.  Besides the obvious ways like typing a
3339 keyword or using completion, you may also apply the following commands:
3341 @table @kbd
3342 @kindex C-S-@key{right}
3343 @kindex C-S-@key{left}
3344 @kindex C-u C-u C-c C-t
3345 @item C-u C-u C-c C-t
3346 @itemx C-S-@key{right}
3347 @itemx C-S-@key{left}
3348 These keys jump from one TODO subset to the next.  In the above example,
3349 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
3350 @code{DONE} to @code{REPORT}, and any of the words in the second row to
3351 @code{CANCELED}.  Note that the @kbd{C-S-} key binding conflict with
3352 @code{shift-selection-mode} (@pxref{Conflicts}).
3353 @kindex S-@key{right}
3354 @kindex S-@key{left}
3355 @item S-@key{right}
3356 @itemx S-@key{left}
3357 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
3358 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
3359 from @code{DONE} to @code{REPORT} in the example above.  See also
3360 @ref{Conflicts}, for a discussion of the interaction with
3361 @code{shift-selection-mode}.
3362 @end table
3364 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
3365 @subsection Fast access to TODO states
3367 If you would like to quickly change an entry to an arbitrary TODO state
3368 instead of cycling through the states, you can set up keys for
3369 single-letter access to the states.  This is done by adding the section
3370 key after each keyword, in parentheses.  For example:
3372 @lisp
3373 (setq org-todo-keywords
3374       '((sequence "TODO(t)" "|" "DONE(d)")
3375         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
3376         (sequence "|" "CANCELED(c)")))
3377 @end lisp
3379 @vindex org-fast-tag-selection-include-todo
3380 If you then press @code{C-c C-t} followed by the selection key, the entry
3381 will be switched to this state.  @key{SPC} can be used to remove any TODO
3382 keyword from an entry.@footnote{Check also the variable
3383 @code{org-fast-tag-selection-include-todo}, it allows you to change the TODO
3384 state through the tags interface (@pxref{Setting tags}), in case you like to
3385 mingle the two concepts.  Note that this means you need to come up with
3386 unique keys across both sets of keywords.}
3388 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
3389 @subsection Setting up keywords for individual files
3390 @cindex keyword options
3391 @cindex per-file keywords
3392 @cindex #+TODO
3393 @cindex #+TYP_TODO
3394 @cindex #+SEQ_TODO
3396 It can be very useful to use different aspects of the TODO mechanism in
3397 different files.  For file-local settings, you need to add special lines
3398 to the file which set the keywords and interpretation for that file
3399 only.  For example, to set one of the two examples discussed above, you
3400 need one of the following lines, starting in column zero anywhere in the
3401 file:
3403 @example
3404 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
3405 @end example
3406 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
3407 interpretation, but it means the same as @code{#+TODO}), or
3408 @example
3409 #+TYP_TODO: Fred Sara Lucy Mike | DONE
3410 @end example
3412 A setup for using several sets in parallel would be:
3414 @example
3415 #+TODO: TODO | DONE
3416 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
3417 #+TODO: | CANCELED
3418 @end example
3420 @cindex completion, of option keywords
3421 @kindex M-@key{TAB}
3422 @noindent To make sure you are using the correct keyword, type
3423 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
3425 @cindex DONE, final TODO keyword
3426 Remember that the keywords after the vertical bar (or the last keyword
3427 if no bar is there) must always mean that the item is DONE (although you
3428 may use a different word).  After changing one of these lines, use
3429 @kbd{C-c C-c} with the cursor still in the line to make the changes
3430 known to Org mode@footnote{Org mode parses these lines only when
3431 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
3432 cursor in a line starting with @samp{#+} is simply restarting Org mode
3433 for the current buffer.}.
3435 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
3436 @subsection Faces for TODO keywords
3437 @cindex faces, for TODO keywords
3439 @vindex org-todo @r{(face)}
3440 @vindex org-done @r{(face)}
3441 @vindex org-todo-keyword-faces
3442 Org mode highlights TODO keywords with special faces: @code{org-todo}
3443 for keywords indicating that an item still has to be acted upon, and
3444 @code{org-done} for keywords indicating that an item is finished.  If
3445 you are using more than 2 different states, you might want to use
3446 special faces for some of them.  This can be done using the variable
3447 @code{org-todo-keyword-faces}.  For example:
3449 @lisp
3450 @group
3451 (setq org-todo-keyword-faces
3452       '(("TODO"      . org-warning)
3453         ("DEFERRED"  . shadow)
3454         ("CANCELED"  . (:foreground "blue" :weight bold))))
3455 @end group
3456 @end lisp
3458 While using a list with face properties as shown for CANCELED
3459 @emph{should} work, this does not aways seem to be the case.  If
3460 necessary, define a special face and use that.
3462 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
3463 @subsection TODO dependencies
3464 @cindex TODO dependencies
3465 @cindex dependencies, of TODO states
3467 @vindex org-enforce-todo-dependencies
3468 @cindex property, ORDERED
3469 The structure of Org files (hierarchy and lists) makes it easy to define TODO
3470 dependencies.  Usually, a parent TODO task should not be marked DONE until
3471 all subtasks (defined as children tasks) are marked as DONE.  And sometimes
3472 there is a logical sequence to a number of (sub)tasks, so that one task
3473 cannot be acted upon before all siblings above it are done.  If you customize
3474 the variable @code{org-enforce-todo-dependencies}, Org will block entries
3475 from changing state to DONE while they have children that are not DONE.
3476 Furthermore, if an entry has a property @code{ORDERED}, each of its children
3477 will be blocked until all earlier siblings are marked DONE.  Here is an
3478 example:
3480 @example
3481 * TODO Blocked until (two) is done
3482 ** DONE one
3483 ** TODO two
3485 * Parent
3486   :PROPERTIES:
3487     :ORDERED: t
3488   :END:
3489 ** TODO a
3490 ** TODO b, needs to wait for (a)
3491 ** TODO c, needs to wait for (a) and (b)
3492 @end example
3494 @table @kbd
3495 @kindex C-c C-x o
3496 @item C-c C-x o
3497 @vindex org-track-ordered-property-with-tag
3498 @cindex property, ORDERED
3499 Toggle the @code{ORDERED} property of the current entry.  A property is used
3500 for this behavior because this should be local to the current entry, not
3501 inherited like a tag.  However, if you would like to @i{track} the value of
3502 this property with a tag for better visibility, customize the variable
3503 @code{org-track-ordered-property-with-tag}.
3504 @kindex C-u C-u C-u C-c C-t
3505 @item C-u C-u C-u C-c C-t
3506 Change TODO state, circumventing any state blocking.
3507 @end table
3509 @vindex org-agenda-dim-blocked-tasks
3510 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
3511 that cannot be closed because of such dependencies will be shown in a dimmed
3512 font or even made invisible in agenda views (@pxref{Agenda Views}).
3514 @cindex checkboxes and TODO dependencies
3515 @vindex org-enforce-todo-dependencies
3516 You can also block changes of TODO states by looking at checkboxes
3517 (@pxref{Checkboxes}).  If you set the variable
3518 @code{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
3519 checkboxes will be blocked from switching to DONE.
3521 If you need more complex dependency structures, for example dependencies
3522 between entries in different trees or files, check out the contributed
3523 module @file{org-depend.el}.
3525 @page
3526 @node Progress logging, Priorities, TODO extensions, TODO Items
3527 @section Progress logging
3528 @cindex progress logging
3529 @cindex logging, of progress
3531 Org mode can automatically record a timestamp and possibly a note when
3532 you mark a TODO item as DONE, or even each time you change the state of
3533 a TODO item.  This system is highly configurable, settings can be on a
3534 per-keyword basis and can be localized to a file or even a subtree.  For
3535 information on how to clock working time for a task, see @ref{Clocking
3536 work time}.
3538 @menu
3539 * Closing items::               When was this entry marked DONE?
3540 * Tracking TODO state changes::  When did the status change?
3541 * Tracking your habits::        How consistent have you been?
3542 @end menu
3544 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3545 @subsection Closing items
3547 The most basic logging is to keep track of @emph{when} a certain TODO
3548 item was finished.  This is achieved with@footnote{The corresponding
3549 in-buffer setting is: @code{#+STARTUP: logdone}}.
3551 @lisp
3552 (setq org-log-done 'time)
3553 @end lisp
3555 @noindent
3556 Then each time you turn an entry from a TODO (not-done) state into any
3557 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3558 just after the headline.  If you turn the entry back into a TODO item
3559 through further state cycling, that line will be removed again.  If you
3560 want to record a note along with the timestamp, use@footnote{The
3561 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3563 @lisp
3564 (setq org-log-done 'note)
3565 @end lisp
3567 @noindent
3568 You will then be prompted for a note, and that note will be stored below
3569 the entry with a @samp{Closing Note} heading.
3571 In the timeline (@pxref{Timeline}) and in the agenda
3572 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3573 display the TODO items with a @samp{CLOSED} timestamp on each day,
3574 giving you an overview of what has been done.
3576 @node Tracking TODO state changes, Tracking your habits, Closing items, Progress logging
3577 @subsection Tracking TODO state changes
3578 @cindex drawer, for state change recording
3580 @vindex org-log-states-order-reversed
3581 @vindex org-log-into-drawer
3582 @cindex property, LOG_INTO_DRAWER
3583 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
3584 might want to keep track of when a state change occurred and maybe take a
3585 note about this change.  You can either record just a timestamp, or a
3586 time-stamped note for a change.  These records will be inserted after the
3587 headline as an itemized list, newest first@footnote{See the variable
3588 @code{org-log-states-order-reversed}}.  When taking a lot of notes, you might
3589 want to get the notes out of the way into a drawer (@pxref{Drawers}).
3590 Customize the variable @code{org-log-into-drawer} to get this
3591 behavior---the recommended drawer for this is called @code{LOGBOOK}.  You can
3592 also overrule the setting of this variable for a subtree by setting a
3593 @code{LOG_INTO_DRAWER} property.
3595 Since it is normally too much to record a note for every state, Org mode
3596 expects configuration on a per-keyword basis for this.  This is achieved by
3597 adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
3598 in parentheses after each keyword.  For example, with the setting
3600 @lisp
3601 (setq org-todo-keywords
3602   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3603 @end lisp
3605 @noindent
3606 @vindex org-log-done
3607 you not only define global TODO keywords and fast access keys, but also
3608 request that a time is recorded when the entry is set to
3609 DONE@footnote{It is possible that Org mode will record two timestamps
3610 when you are using both @code{org-log-done} and state change logging.
3611 However, it will never prompt for two notes---if you have configured
3612 both, the state change recording note will take precedence and cancel
3613 the @samp{Closing Note}.}, and that a note is recorded when switching to
3614 WAIT or CANCELED.  The setting for WAIT is even more special: the
3615 @samp{!} after the slash means that in addition to the note taken when
3616 entering the state, a timestamp should be recorded when @i{leaving} the
3617 WAIT state, if and only if the @i{target} state does not configure
3618 logging for entering it.  So it has no effect when switching from WAIT
3619 to DONE, because DONE is configured to record a timestamp only.  But
3620 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3621 setting now triggers a timestamp even though TODO has no logging
3622 configured.
3624 You can use the exact same syntax for setting logging preferences local
3625 to a buffer:
3626 @example
3627 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3628 @end example
3630 @cindex property, LOGGING
3631 In order to define logging settings that are local to a subtree or a
3632 single item, define a LOGGING property in this entry.  Any non-empty
3633 LOGGING property resets all logging settings to nil.  You may then turn
3634 on logging for this specific tree using STARTUP keywords like
3635 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3636 settings like @code{TODO(!)}.  For example
3638 @example
3639 * TODO Log each state with only a time
3640   :PROPERTIES:
3641   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3642   :END:
3643 * TODO Only log when switching to WAIT, and when repeating
3644   :PROPERTIES:
3645   :LOGGING: WAIT(@@) logrepeat
3646   :END:
3647 * TODO No logging at all
3648   :PROPERTIES:
3649   :LOGGING: nil
3650   :END:
3651 @end example
3653 @node Tracking your habits,  , Tracking TODO state changes, Progress logging
3654 @subsection Tracking your habits
3655 @cindex habits
3657 Org has the ability to track the consistency of a special category of TODOs,
3658 called ``habits''.  A habit has the following properties:
3660 @enumerate
3661 @item
3662 You have enabled the @code{habits} module by customizing the variable
3663 @code{org-modules}.
3664 @item
3665 The habit is a TODO, with a TODO keyword representing an open state.
3666 @item
3667 The property @code{STYLE} is set to the value @code{habit}.
3668 @item
3669 The TODO has a scheduled date, with a @code{.+} style repeat interval.
3670 @item
3671 The TODO may also have minimum and maximum ranges specified by using the
3672 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
3673 three days, but at most every two days.
3674 @item
3675 You must also have state logging for the @code{DONE} state enabled, in order
3676 for historical data to be represented in the consistency graph.  If it's not
3677 enabled it's not an error, but the consistency graphs will be largely
3678 meaningless.
3679 @end enumerate
3681 To give you an idea of what the above rules look like in action, here's an
3682 actual habit with some history:
3684 @example
3685 ** TODO Shave
3686    SCHEDULED: <2009-10-17 Sat .+2d/4d>
3687    - State "DONE"       from "TODO"       [2009-10-15 Thu]
3688    - State "DONE"       from "TODO"       [2009-10-12 Mon]
3689    - State "DONE"       from "TODO"       [2009-10-10 Sat]
3690    - State "DONE"       from "TODO"       [2009-10-04 Sun]
3691    - State "DONE"       from "TODO"       [2009-10-02 Fri]
3692    - State "DONE"       from "TODO"       [2009-09-29 Tue]
3693    - State "DONE"       from "TODO"       [2009-09-25 Fri]
3694    - State "DONE"       from "TODO"       [2009-09-19 Sat]
3695    - State "DONE"       from "TODO"       [2009-09-16 Wed]
3696    - State "DONE"       from "TODO"       [2009-09-12 Sat]
3697    :PROPERTIES:
3698    :STYLE:    habit
3699    :LAST_REPEAT: [2009-10-19 Mon 00:36]
3700    :END:
3701 @end example
3703 What this habit says is: I want to shave at most every 2 days (given by the
3704 @code{SCHEDULED} date and repeat interval) and at least every 4 days.  If
3705 today is the 15th, then the habit first appears in the agenda on Oct 17,
3706 after the minimum of 2 days has elapsed, and will appear overdue on Oct 19,
3707 after four days have elapsed.
3709 What's really useful about habits is that they are displayed along with a
3710 conistency graph, to show how consistent you've been at getting that task
3711 done in the past.  This graph shows every day that the task was done over the
3712 past three weeks, with colors for each day.  The colors used are:
3714 @table @code
3715 @item Blue
3716 If the task wasn't to be done yet on that day.
3717 @item Green
3718 If the task could have been done on that day.
3719 @item Yellow
3720 If the task was going to be overdue the next day.
3721 @item Red
3722 If the task was overdue on that day.
3723 @end table
3725 In addition to coloring each day, the day is also marked with an asterix if
3726 the task was actually done that day, and an exclamation mark to show where
3727 the current day falls in the graph.
3729 There are several configuration variables that can be used to change the way
3730 habits are displayed in the agenda.
3732 @table @code
3733 @item org-habit-graph-column
3734 The buffer column at which the consistency graph should be drawn.  This will
3735 overwite any text in that column, so it's a good idea to keep your habits'
3736 titles brief and to the point.
3737 @item org-habit-preceding-days
3738 The amount of history, in days before today, to appear in consistency graphs.
3739 @item org-habit-following-days
3740 The number of days after today that will appear in consistency graphs.
3741 @item org-habit-show-habits-only-for-today
3742 If non-nil, only show habits in today's agenda view.  This is set to true by
3743 default.
3744 @end table
3746 Lastly, pressing @kbd{K} in the agenda buffer will cause habits to
3747 temporarily be disabled and they won't appear at all.  Press @kbd{K} again to
3748 bring them back.  They are also subject to tag filtering, if you have habits
3749 which should only be done in certain contexts, for example.
3751 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3752 @section Priorities
3753 @cindex priorities
3755 If you use Org mode extensively, you may end up enough TODO items that
3756 it starts to make sense to prioritize them.  Prioritizing can be done by
3757 placing a @emph{priority cookie} into the headline of a TODO item, like
3758 this
3760 @example
3761 *** TODO [#A] Write letter to Sam Fortune
3762 @end example
3764 @noindent
3765 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3766 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie
3767 is treated as priority @samp{B}.  Priorities make a difference only in
3768 the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have
3769 no inherent meaning to Org mode.
3771 Priorities can be attached to any outline tree entries; they do not need
3772 to be TODO items.
3774 @table @kbd
3775 @kindex @kbd{C-c ,}
3776 @item @kbd{C-c ,}
3777 Set the priority of the current headline.  The command prompts for a
3778 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3779 @key{SPC} instead, the priority cookie is removed from the headline.
3780 The priorities can also be changed ``remotely'' from the timeline and
3781 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3783 @kindex S-@key{up}
3784 @kindex S-@key{down}
3785 @item S-@key{up}
3786 @itemx S-@key{down}
3787 @vindex org-priority-start-cycle-with-default
3788 Increase/decrease priority of current headline@footnote{See also the option
3789 @code{org-priority-start-cycle-with-default}.}.  Note that these keys are
3790 also used to modify timestamps (@pxref{Creating timestamps}).  See also
3791 @ref{Conflicts}, for a discussion of the interaction with
3792 @code{shift-selection-mode}.
3793 @end table
3795 @vindex org-highest-priority
3796 @vindex org-lowest-priority
3797 @vindex org-default-priority
3798 You can change the range of allowed priorities by setting the variables
3799 @code{org-highest-priority}, @code{org-lowest-priority}, and
3800 @code{org-default-priority}.  For an individual buffer, you may set
3801 these values (highest, lowest, default) like this (please make sure that
3802 the highest priority is earlier in the alphabet than the lowest
3803 priority):
3805 @cindex #+PRIORITIES
3806 @example
3807 #+PRIORITIES: A C B
3808 @end example
3810 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3811 @section Breaking tasks down into subtasks
3812 @cindex tasks, breaking down
3813 @cindex statistics, for TODO items
3815 @vindex org-agenda-todo-list-sublevels
3816 It is often advisable to break down large tasks into smaller, manageable
3817 subtasks.  You can do this by creating an outline tree below a TODO item,
3818 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3819 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3820 the overview over the fraction of subtasks that are already completed, insert
3821 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3822 be updates each time the todo status of a child changes, or when pressing
3823 @kbd{C-c C-c} on the cookie.  For example:
3825 @example
3826 * Organize Party [33%]
3827 ** TODO Call people [1/2]
3828 *** TODO Peter
3829 *** DONE Sarah
3830 ** TODO Buy food
3831 ** DONE Talk to neighbor
3832 @end example
3834 @cindex property, COOKIE_DATA
3835 If a heading has both checkboxes and TODO children below it, the meaning of
3836 the statistics cookie become ambiguous.  Set the property
3837 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
3838 this issue.
3840 @vindex org-hierarchical-todo-statistics
3841 If you would like to have the statistics cookie count any TODO entries in the
3842 subtree (not just direct children), confgure the variable
3843 @code{org-hierarchical-todo-statistics}.  To do this for a single subtree,
3844 include the word @samp{recursive} into the value of the @code{COOKIE_DATA}
3845 property.
3847 @example
3848 * Parent capturing statistics [2/20]
3849   :PROPERTIES:
3850   :COOKIE_DATA: todo recursive
3851   :END:
3852 @end example
3854 If you would like a TODO entry to automatically change to DONE
3855 when all children are done, you can use the following setup:
3857 @example
3858 (defun org-summary-todo (n-done n-not-done)
3859   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3860   (let (org-log-done org-log-states)   ; turn off logging
3861     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3863 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3864 @end example
3867 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3868 large number of subtasks (@pxref{Checkboxes}).
3871 @node Checkboxes,  , Breaking down tasks, TODO Items
3872 @section Checkboxes
3873 @cindex checkboxes
3875 Every item in a plain list (@pxref{Plain lists}) can be made into a
3876 checkbox by starting it with the string @samp{[ ]}.  This feature is
3877 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3878 Checkboxes are not included into the global TODO list, so they are often
3879 great to split a task into a number of simple steps.  Or you can use
3880 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3881 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3883 Here is an example of a checkbox list.
3885 @example
3886 * TODO Organize party [2/4]
3887   - [-] call people [1/3]
3888     - [ ] Peter
3889     - [X] Sarah
3890     - [ ] Sam
3891   - [X] order food
3892   - [ ] think about what music to play
3893   - [X] talk to the neighbors
3894 @end example
3896 Checkboxes work hierarchically, so if a checkbox item has children that
3897 are checkboxes, toggling one of the children checkboxes will make the
3898 parent checkbox reflect if none, some, or all of the children are
3899 checked.
3901 @cindex statistics, for checkboxes
3902 @cindex checkbox statistics
3903 @cindex property, COOKIE_DATA
3904 @vindex org-hierarchical-checkbox-statistics
3905 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
3906 indicating how many checkboxes present in this entry have been checked off,
3907 and the total number of checkboxes present.  This can give you an idea on how
3908 many checkboxes remain, even without opening a folded entry.  The cookies can
3909 be placed into a headline or into (the first line of) a plain list item.
3910 Each cookie covers checkboxes of direct children structurally below the
3911 headline/item on which the cookie appears@footnote{Set the variable
3912 @code{org-hierarchical-checkbox-statistics} if you want such cookies to
3913 represent the all checkboxes below the cookie, not just the direct
3914 children.}.  You have to insert the cookie yourself by typing either
3915 @samp{[/]} or @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m}
3916 result, as in the examples above.  With @samp{[%]} you get information about
3917 the percentage of checkboxes checked (in the above example, this would be
3918 @samp{[50%]} and @samp{[33%]}, respectively).  In a headline, a cookie can
3919 count either checkboxes below the heading or TODO states of children, and it
3920 will display whatever was changed last.  Set the property @code{COOKIE_DATA}
3921 to either @samp{checkbox} or @samp{todo} to resolve this issue.
3923 @cindex blocking, of checkboxes
3924 @cindex checkbox blocking
3925 @cindex property, ORDERED
3926 If the current outline node has an @code{ORDERED} property, checkboxes must
3927 be checked off in sequence, and an error will be thrown if you try to check
3928 off a box while there are unchecked boxes above it.
3930 @noindent The following commands work with checkboxes:
3932 @table @kbd
3933 @kindex C-c C-c
3934 @item C-c C-c
3935 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
3936 double prefix argument, set it to @samp{[-]}, which is considered to be an
3937 intermediate state.
3938 @kindex C-c C-x C-b
3939 @item C-c C-x C-b
3940 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
3941 double prefix argument, set it to @samp{[-]}, which is considered to be an
3942 intermediate state.
3943 @itemize @minus
3944 @item
3945 If there is an active region, toggle the first checkbox in the region
3946 and set all remaining boxes to the same status as the first.  With a prefix
3947 arg, add or remove the checkbox for all items in the region.
3948 @item
3949 If the cursor is in a headline, toggle checkboxes in the region between
3950 this headline and the next (so @emph{not} the entire subtree).
3951 @item
3952 If there is no active region, just toggle the checkbox at point.
3953 @end itemize
3954 @kindex M-S-@key{RET}
3955 @item M-S-@key{RET}
3956 Insert a new item with a checkbox.
3957 This works only if the cursor is already in a plain list item
3958 (@pxref{Plain lists}).
3959 @kindex C-c C-x o
3960 @item C-c C-x o
3961 @vindex org-track-ordered-property-with-tag
3962 @cindex property, ORDERED
3963 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
3964 be checked off in sequence.  A property is used for this behavior because
3965 this should be local to the current entry, not inherited like a tag.
3966 However, if you would like to @i{track} the value of this property with a tag
3967 for better visibility, customize the variable
3968 @code{org-track-ordered-property-with-tag}.
3969 @kindex C-c #
3970 @item C-c #
3971 Update the statistics cookie in the current outline entry.  When called with
3972 a @kbd{C-u} prefix, update the entire file.  Checkbox statistic cookies are
3973 updated automatically if you toggle checkboxes with @kbd{C-c C-c} and make
3974 new ones with @kbd{M-S-@key{RET}}.  TODO statistics cookies update when
3975 changing TODO states.  If you delete boxes/entries or add/change them by
3976 hand, use this command to get things back into sync.  Or simply toggle any
3977 entry twice (checkboxes with @kbd{C-c C-c}).
3978 @end table
3980 @node Tags, Properties and Columns, TODO Items, Top
3981 @chapter Tags
3982 @cindex tags
3983 @cindex headline tagging
3984 @cindex matching, tags
3985 @cindex sparse tree, tag based
3987 An excellent way to implement labels and contexts for cross-correlating
3988 information is to assign @i{tags} to headlines.  Org mode has extensive
3989 support for tags.
3991 @vindex org-tag-faces
3992 Every headline can contain a list of tags; they occur at the end of the
3993 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
3994 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
3995 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
3996 Tags will by default be in bold face with the same color as the headline.
3997 You may specify special faces for specific tags using the variable
3998 @code{org-tag-faces}, in much the same way as you can for TODO keywords
3999 (@pxref{Faces for TODO keywords}).
4001 @menu
4002 * Tag inheritance::             Tags use the tree structure of the outline
4003 * Setting tags::                How to assign tags to a headline
4004 * Tag searches::                Searching for combinations of tags
4005 @end menu
4007 @node Tag inheritance, Setting tags, Tags, Tags
4008 @section Tag inheritance
4009 @cindex tag inheritance
4010 @cindex inheritance, of tags
4011 @cindex sublevels, inclusion into tags match
4013 @i{Tags} make use of the hierarchical structure of outline trees.  If a
4014 heading has a certain tag, all subheadings will inherit the tag as
4015 well.  For example, in the list
4017 @example
4018 * Meeting with the French group      :work:
4019 ** Summary by Frank                  :boss:notes:
4020 *** TODO Prepare slides for him      :action:
4021 @end example
4023 @noindent
4024 the final heading will have the tags @samp{:work:}, @samp{:boss:},
4025 @samp{:notes:}, and @samp{:action:} even though the final heading is not
4026 explicitly marked with those tags.  You can also set tags that all entries in
4027 a file should inherit just as if these tags were defined in a hypothetical
4028 level zero that surrounds the entire file.  Use a line like this@footnote{As
4029 with all these in-buffer settings, pressing @kbd{C-c C-c} activates any
4030 changes in the line.}:
4032 @cindex #+FILETAGS
4033 @example
4034 #+FILETAGS: :Peter:Boss:Secret:
4035 @end example
4037 @noindent
4038 @vindex org-use-tag-inheritance
4039 @vindex org-tags-exclude-from-inheritance
4040 To limit tag inheritance to specific tags, or to turn it off entirely, use
4041 the variables @code{org-use-tag-inheritance} and
4042 @code{org-tags-exclude-from-inheritance}.
4044 @vindex org-tags-match-list-sublevels
4045 When a headline matches during a tags search while tag inheritance is turned
4046 on, all the sublevels in the same tree will (for a simple match form) match
4047 as well@footnote{This is only true if the search does not involve more
4048 complex tests including properties (@pxref{Property searches}).}.  The list
4049 of matches may then become very long.  If you only want to see the first tags
4050 match in a subtree, configure the variable
4051 @code{org-tags-match-list-sublevels} (not recommended).
4053 @node Setting tags, Tag searches, Tag inheritance, Tags
4054 @section Setting tags
4055 @cindex setting tags
4056 @cindex tags, setting
4058 @kindex M-@key{TAB}
4059 Tags can simply be typed into the buffer at the end of a headline.
4060 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
4061 also a special command for inserting tags:
4063 @table @kbd
4064 @kindex C-c C-q
4065 @item C-c C-q
4066 @cindex completion, of tags
4067 @vindex org-tags-column
4068 Enter new tags for the current headline.  Org mode will either offer
4069 completion or a special single-key interface for setting tags, see
4070 below.  After pressing @key{RET}, the tags will be inserted and aligned
4071 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
4072 tags in the current buffer will be aligned to that column, just to make
4073 things look nice.  TAGS are automatically realigned after promotion,
4074 demotion, and TODO state changes (@pxref{TODO basics}).
4075 @kindex C-c C-c
4076 @item C-c C-c
4077 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
4078 @end table
4080 @vindex org-tag-alist
4081 Org will support tag insertion based on a @emph{list of tags}.  By
4082 default this list is constructed dynamically, containing all tags
4083 currently used in the buffer.  You may also globally specify a hard list
4084 of tags with the variable @code{org-tag-alist}.  Finally you can set
4085 the default tags for a given file with lines like
4087 @cindex #+TAGS
4088 @example
4089 #+TAGS: @@work @@home @@tennisclub
4090 #+TAGS: laptop car pc sailboat
4091 @end example
4093 If you have globally defined your preferred set of tags using the
4094 variable @code{org-tag-alist}, but would like to use a dynamic tag list
4095 in a specific file, add an empty TAGS option line to that file:
4097 @example
4098 #+TAGS:
4099 @end example
4101 @vindex org-tag-persistent-alist
4102 If you have a preferred set of tags that you would like to use in every file,
4103 in addition to those defined on a per-file basis by TAGS option lines, then
4104 you may specify a list of tags with the variable
4105 @code{org-tag-persistent-alist}.  You may turn this off on a per-file basis
4106 by adding a STARTUP option line to that file:
4108 @example
4109 #+STARTUP: noptag
4110 @end example
4112 By default Org mode uses the standard minibuffer completion facilities for
4113 entering tags.  However, it also implements another, quicker, tag selection
4114 method called @emph{fast tag selection}.  This allows you to select and
4115 deselect tags with just a single key press.  For this to work well you should
4116 assign unique letters to most of your commonly used tags.  You can do this
4117 globally by configuring the variable @code{org-tag-alist} in your
4118 @file{.emacs} file.  For example, you may find the need to tag many items in
4119 different files with @samp{:@@home:}.  In this case you can set something
4120 like:
4122 @lisp
4123 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
4124 @end lisp
4126 @noindent If the tag is only relevant to the file you are working on, then you
4127 can instead set the TAGS option line as:
4129 @example
4130 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
4131 @end example
4133 @noindent The tags interface will show the available tags in a splash
4134 window.  If you want to start a new line after a specific tag, insert
4135 @samp{\n} into the tag list
4137 @example
4138 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t) \n laptop(l)  pc(p)
4139 @end example
4141 @noindent or write them in two lines:
4143 @example
4144 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)
4145 #+TAGS: laptop(l)  pc(p)
4146 @end example
4148 @noindent
4149 You can also group together tags that are mutually exclusive by using
4150 braces, as in:
4152 @example
4153 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
4154 @end example
4156 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
4157 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
4159 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
4160 these lines to activate any changes.
4162 @noindent
4163 To set these mutually exclusive groups in the variable @code{org-tags-alist},
4164 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
4165 of the braces.  Similarly, you can use @code{:newline} to indicate a line
4166 break.  The previous example would be set globally by the following
4167 configuration:
4169 @lisp
4170 (setq org-tag-alist '((:startgroup . nil)
4171                       ("@@work" . ?w) ("@@home" . ?h)
4172                       ("@@tennisclub" . ?t)
4173                       (:endgroup . nil)
4174                       ("laptop" . ?l) ("pc" . ?p)))
4175 @end lisp
4177 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
4178 automatically present you with a special interface, listing inherited tags,
4179 the tags of the current headline, and a list of all valid tags with
4180 corresponding keys@footnote{Keys will automatically be assigned to tags which
4181 have no configured keys.}.  In this interface, you can use the following
4182 keys:
4184 @table @kbd
4185 @item a-z...
4186 Pressing keys assigned to tags will add or remove them from the list of
4187 tags in the current line.  Selecting a tag in a group of mutually
4188 exclusive tags will turn off any other tags from that group.
4189 @kindex @key{TAB}
4190 @item @key{TAB}
4191 Enter a tag in the minibuffer, even if the tag is not in the predefined
4192 list.  You will be able to complete on all tags present in the buffer.
4193 @kindex @key{SPC}
4194 @item @key{SPC}
4195 Clear all tags for this line.
4196 @kindex @key{RET}
4197 @item @key{RET}
4198 Accept the modified set.
4199 @item C-g
4200 Abort without installing changes.
4201 @item q
4202 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
4203 @item !
4204 Turn off groups of mutually exclusive tags.  Use this to (as an
4205 exception) assign several tags from such a group.
4206 @item C-c
4207 Toggle auto-exit after the next change (see below).
4208 If you are using expert mode, the first @kbd{C-c} will display the
4209 selection window.
4210 @end table
4212 @noindent
4213 This method lets you assign tags to a headline with very few keys.  With
4214 the above setup, you could clear the current tags and set @samp{@@home},
4215 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
4216 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
4217 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
4218 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
4219 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
4220 @key{RET} @key{RET}}.
4222 @vindex org-fast-tag-selection-single-key
4223 If you find that most of the time you need only a single key press to
4224 modify your list of tags, set the variable
4225 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
4226 press @key{RET} to exit fast tag selection---it will immediately exit
4227 after the first change.  If you then occasionally need more keys, press
4228 @kbd{C-c} to turn off auto-exit for the current tag selection process
4229 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
4230 C-c}).  If you set the variable to the value @code{expert}, the special
4231 window is not even shown for single-key tag selection, it comes up only
4232 when you press an extra @kbd{C-c}.
4234 @node Tag searches,  , Setting tags, Tags
4235 @section Tag searches
4236 @cindex tag searches
4237 @cindex searching for tags
4239 Once a system of tags has been set up, it can be used to collect related
4240 information into special lists.
4242 @table @kbd
4243 @kindex C-c \
4244 @kindex C-c / m
4245 @item C-c \
4246 @itemx C-c / m
4247 Create a sparse tree with all headlines matching a tags search.  With a
4248 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4249 @kindex C-c a m
4250 @item C-c a m
4251 Create a global list of tag matches from all agenda files.
4252 @xref{Matching tags and properties}.
4253 @kindex C-c a M
4254 @item C-c a M
4255 @vindex org-tags-match-list-sublevels
4256 Create a global list of tag matches from all agenda files, but check
4257 only TODO items and force checking subitems (see variable
4258 @code{org-tags-match-list-sublevels}).
4259 @end table
4261 These commands all prompt for a match string which allows basic Boolean logic
4262 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
4263 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
4264 which are tagged, like @samp{Kathy} or @samp{Sally}.  The full syntax of the search
4265 string is rich and allows also matching against TODO keywords, entry levels
4266 and properties.  For a complete description with many examples, see
4267 @ref{Matching tags and properties}.
4270 @node Properties and Columns, Dates and Times, Tags, Top
4271 @chapter Properties and Columns
4272 @cindex properties
4274 Properties are a set of key-value pairs associated with an entry.  There
4275 are two main applications for properties in Org mode.  First, properties
4276 are like tags, but with a value.  Second, you can use properties to
4277 implement (very basic) database capabilities in an Org buffer.  For
4278 an example of the first application, imagine maintaining a file where
4279 you document bugs and plan releases for a piece of software.  Instead of
4280 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
4281 property, say @code{:Release:}, that in different subtrees has different
4282 values, such as @code{1.0} or @code{2.0}.  For an example of the second
4283 application of properties, imagine keeping track of your music CDs,
4284 where properties could be things such as the album, artist, date of
4285 release, number of tracks, and so on.
4287 Properties can be conveniently edited and viewed in column view
4288 (@pxref{Column view}).
4290 @menu
4291 * Property syntax::             How properties are spelled out
4292 * Special properties::          Access to other Org mode features
4293 * Property searches::           Matching property values
4294 * Property inheritance::        Passing values down the tree
4295 * Column view::                 Tabular viewing and editing
4296 * Property API::                Properties for Lisp programmers
4297 @end menu
4299 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
4300 @section Property syntax
4301 @cindex property syntax
4302 @cindex drawer, for properties
4304 Properties are key-value pairs.  They need to be inserted into a special
4305 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
4306 is specified on a single line, with the key (surrounded by colons)
4307 first, and the value after it.  Here is an example:
4309 @example
4310 * CD collection
4311 ** Classic
4312 *** Goldberg Variations
4313     :PROPERTIES:
4314     :Title:     Goldberg Variations
4315     :Composer:  J.S. Bach
4316     :Artist:    Glen Gould
4317     :Publisher: Deutsche Grammophon
4318     :NDisks:    1
4319     :END:
4320 @end example
4322 You may define the allowed values for a particular property @samp{:Xyz:}
4323 by setting a property @samp{:Xyz_ALL:}.  This special property is
4324 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
4325 the entire tree.  When allowed values are defined, setting the
4326 corresponding property becomes easier and is less prone to typing
4327 errors.  For the example with the CD collection, we can predefine
4328 publishers and the number of disks in a box like this:
4330 @example
4331 * CD collection
4332   :PROPERTIES:
4333   :NDisks_ALL:  1 2 3 4
4334   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
4335   :END:
4336 @end example
4338 If you want to set properties that can be inherited by any entry in a
4339 file, use a line like
4340 @cindex property, _ALL
4341 @cindex #+PROPERTY
4342 @example
4343 #+PROPERTY: NDisks_ALL 1 2 3 4
4344 @end example
4346 @vindex org-global-properties
4347 Property values set with the global variable
4348 @code{org-global-properties} can be inherited by all entries in all
4349 Org files.
4351 @noindent
4352 The following commands help to work with properties:
4354 @table @kbd
4355 @kindex M-@key{TAB}
4356 @item M-@key{TAB}
4357 After an initial colon in a line, complete property keys.  All keys used
4358 in the current file will be offered as possible completions.
4359 @kindex C-c C-x p
4360 @item C-c C-x p
4361 Set a property.  This prompts for a property name and a value.  If
4362 necessary, the property drawer is created as well.
4363 @item M-x org-insert-property-drawer
4364 Insert a property drawer into the current entry.  The drawer will be
4365 inserted early in the entry, but after the lines with planning
4366 information like deadlines.
4367 @kindex C-c C-c
4368 @item C-c C-c
4369 With the cursor in a property drawer, this executes property commands.
4370 @item C-c C-c s
4371 Set a property in the current entry.  Both the property and the value
4372 can be inserted using completion.
4373 @kindex S-@key{right}
4374 @kindex S-@key{left}
4375 @item S-@key{left}/@key{right}
4376 Switch property at point to the next/previous allowed value.
4377 @item C-c C-c d
4378 Remove a property from the current entry.
4379 @item C-c C-c D
4380 Globally remove a property, from all entries in the current file.
4381 @item C-c C-c c
4382 Compute the property at point, using the operator and scope from the
4383 nearest column format definition.
4384 @end table
4386 @node Special properties, Property searches, Property syntax, Properties and Columns
4387 @section Special properties
4388 @cindex properties, special
4390 Special properties provide an alternative access method to Org mode
4391 features, like the TODO state or the priority of an entry, discussed in the
4392 previous chapters.  This interface exists so that you can include
4393 these states in a column view (@pxref{Column view}), or to use them in
4394 queries.  The following property names are special and should not be
4395 used as keys in the properties drawer:
4397 @cindex property, special, TODO
4398 @cindex property, special, TAGS
4399 @cindex property, special, ALLTAGS
4400 @cindex property, special, CATEGORY
4401 @cindex property, special, PRIORITY
4402 @cindex property, special, DEADLINE
4403 @cindex property, special, SCHEDULED
4404 @cindex property, special, CLOSED
4405 @cindex property, special, TIMESTAMP
4406 @cindex property, special, TIMESTAMP_IA
4407 @cindex property, special, CLOCKSUM
4408 @c guessing that ITEM is needed in this area; also, should this list be sorted?
4409 @cindex property, special, ITEM
4410 @example
4411 TODO         @r{The TODO keyword of the entry.}
4412 TAGS         @r{The tags defined directly in the headline.}
4413 ALLTAGS      @r{All tags, including inherited ones.}
4414 CATEGORY     @r{The category of an entry.}
4415 PRIORITY     @r{The priority of the entry, a string with a single letter.}
4416 DEADLINE     @r{The deadline time string, without the angular brackets.}
4417 SCHEDULED    @r{The scheduling timestamp, without the angular brackets.}
4418 CLOSED       @r{When was this entry closed?}
4419 TIMESTAMP    @r{The first keyword-less timestamp in the entry.}
4420 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
4421 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
4422              @r{must be run first to compute the values.}
4423 ITEM         @r{The content of the entry.}
4424 @end example
4426 @node Property searches, Property inheritance, Special properties, Properties and Columns
4427 @section Property searches
4428 @cindex properties, searching
4429 @cindex searching, of properties
4431 To create sparse trees and special lists with selection based on properties,
4432 the same commands are used as for tag searches (@pxref{Tag searches}).
4433 @table @kbd
4434 @kindex C-c \
4435 @kindex C-c / m
4436 @item C-c \
4437 @itemx C-c / m
4438 Create a sparse tree with all matching entries.  With a
4439 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4440 @kindex C-c a m
4441 @item C-c a m
4442 Create a global list of tag/property  matches from all agenda files.
4443 @xref{Matching tags and properties}.
4444 @kindex C-c a M
4445 @item C-c a M
4446 @vindex org-tags-match-list-sublevels
4447 Create a global list of tag matches from all agenda files, but check
4448 only TODO items and force checking of subitems (see variable
4449 @code{org-tags-match-list-sublevels}).
4450 @end table
4452 The syntax for the search string is described in @ref{Matching tags and
4453 properties}.
4455 There is also a special command for creating sparse trees based on a
4456 single property:
4458 @table @kbd
4459 @kindex C-c / p
4460 @item C-c / p
4461 Create a sparse tree based on the value of a property.  This first
4462 prompts for the name of a property, and then for a value.  A sparse tree
4463 is created with all entries that define this property with the given
4464 value.  If you enclose the value into curly braces, it is interpreted as
4465 a regular expression and matched against the property values.
4466 @end table
4468 @node Property inheritance, Column view, Property searches, Properties and Columns
4469 @section Property Inheritance
4470 @cindex properties, inheritance
4471 @cindex inheritance, of properties
4473 @vindex org-use-property-inheritance
4474 The outline structure of Org-mode documents lends itself for an
4475 inheritance model of properties: if the parent in a tree has a certain
4476 property, the children can inherit this property.  Org mode does not
4477 turn this on by default, because it can slow down property searches
4478 significantly and is often not needed.  However, if you find inheritance
4479 useful, you can turn it on by setting the variable
4480 @code{org-use-property-inheritance}.  It may be set to @code{t} to make
4481 all properties inherited from the parent, to a list of properties
4482 that should be inherited, or to a regular expression that matches
4483 inherited properties.
4485 Org mode has a few properties for which inheritance is hard-coded, at
4486 least for the special applications for which they are used:
4488 @cindex property, COLUMNS
4489 @table @code
4490 @item COLUMNS
4491 The @code{:COLUMNS:} property defines the format of column view
4492 (@pxref{Column view}).  It is inherited in the sense that the level
4493 where a @code{:COLUMNS:} property is defined is used as the starting
4494 point for a column view table, independently of the location in the
4495 subtree from where columns view is turned on.
4496 @item CATEGORY
4497 @cindex property, CATEGORY
4498 For agenda view, a category set through a @code{:CATEGORY:} property
4499 applies to the entire subtree.
4500 @item ARCHIVE
4501 @cindex property, ARCHIVE
4502 For archiving, the @code{:ARCHIVE:} property may define the archive
4503 location for the entire subtree (@pxref{Moving subtrees}).
4504 @item LOGGING
4505 @cindex property, LOGGING
4506 The LOGGING property may define logging settings for an entry or a
4507 subtree (@pxref{Tracking TODO state changes}).
4508 @end table
4510 @node Column view, Property API, Property inheritance, Properties and Columns
4511 @section Column view
4513 A great way to view and edit properties in an outline tree is
4514 @emph{column view}.  In column view, each outline node is turned into a
4515 table row.  Columns in this table provide access to properties of the
4516 entries.  Org mode implements columns by overlaying a tabular structure
4517 over the headline of each item.  While the headlines have been turned
4518 into a table row, you can still change the visibility of the outline
4519 tree.  For example, you get a compact table by switching to CONTENTS
4520 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
4521 is active), but you can still open, read, and edit the entry below each
4522 headline.  Or, you can switch to column view after executing a sparse
4523 tree command and in this way get a table only for the selected items.
4524 Column view also works in agenda buffers (@pxref{Agenda Views}) where
4525 queries have collected selected items, possibly from a number of files.
4527 @menu
4528 * Defining columns::            The COLUMNS format property
4529 * Using column view::           How to create and use column view
4530 * Capturing column view::       A dynamic block for column view
4531 @end menu
4533 @node Defining columns, Using column view, Column view, Column view
4534 @subsection Defining columns
4535 @cindex column view, for properties
4536 @cindex properties, column view
4538 Setting up a column view first requires defining the columns.  This is
4539 done by defining a column format line.
4541 @menu
4542 * Scope of column definitions::  Where defined, where valid?
4543 * Column attributes::           Appearance and content of a column
4544 @end menu
4546 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
4547 @subsubsection Scope of column definitions
4549 To define a column format for an entire file, use a line like
4551 @cindex #+COLUMNS
4552 @example
4553 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4554 @end example
4556 To specify a format that only applies to a specific tree, add a
4557 @code{:COLUMNS:} property to the top node of that tree, for example:
4559 @example
4560 ** Top node for columns view
4561    :PROPERTIES:
4562    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4563    :END:
4564 @end example
4566 If a @code{:COLUMNS:} property is present in an entry, it defines columns
4567 for the entry itself, and for the entire subtree below it.  Since the
4568 column definition is part of the hierarchical structure of the document,
4569 you can define columns on level 1 that are general enough for all
4570 sublevels, and more specific columns further down, when you edit a
4571 deeper part of the tree.
4573 @node Column attributes,  , Scope of column definitions, Defining columns
4574 @subsubsection Column attributes
4575 A column definition sets the attributes of a column.  The general
4576 definition looks like this:
4578 @example
4579  %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
4580 @end example
4582 @noindent
4583 Except for the percent sign and the property name, all items are
4584 optional.  The individual parts have the following meaning:
4586 @example
4587 @var{width}           @r{An integer specifying the width of the column in characters.}
4588                 @r{If omitted, the width will be determined automatically.}
4589 @var{property}        @r{The property that should be edited in this column.}
4590 (title)         @r{The header text for the column. If omitted, the}
4591                 @r{property name is used.}
4592 @{@var{summary-type}@}  @r{The summary type.  If specified, the column values for}
4593                 @r{parent nodes are computed from the children.}
4594                 @r{Supported summary types are:}
4595                 @{+@}       @r{Sum numbers in this column.}
4596                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
4597                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
4598                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
4599                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
4600                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
4601                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}
4602                 @{min@}     @r{Smallest number in column.}
4603                 @{max@}     @r{Largest number.}
4604                 @{mean@}    @r{Arithmetic mean of numbers.}
4605                 @{:min@}    @r{Smallest time value in column.}
4606                 @{:max@}    @r{Largest time value.}
4607                 @{:mean@}   @r{Arithmetic mean of time values.}
4608 @end example
4610 @noindent
4611 Here is an example for a complete columns definition, along with allowed
4612 values.
4614 @example
4615 :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.}
4616                    %10Time_Estimate@{:@} %CLOCKSUM
4617 :Owner_ALL:    Tammy Mark Karl Lisa Don
4618 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
4619 :Approved_ALL: "[ ]" "[X]"
4620 @end example
4622 @noindent
4623 The first column, @samp{%25ITEM}, means the first 25 characters of the
4624 item itself, i.e. of the headline.  You probably always should start the
4625 column definition with the @samp{ITEM} specifier.  The other specifiers
4626 create columns @samp{Owner} with a list of names as allowed values, for
4627 @samp{Status} with four different possible values, and for a checkbox
4628 field @samp{Approved}.  When no width is given after the @samp{%}
4629 character, the column will be exactly as wide as it needs to be in order
4630 to fully display all values.  The @samp{Approved} column does have a
4631 modified title (@samp{Approved?}, with a question mark).  Summaries will
4632 be created for the @samp{Time_Estimate} column by adding time duration
4633 expressions like HH:MM, and for the @samp{Approved} column, by providing
4634 an @samp{[X]} status if all children have been checked.  The
4635 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
4636 in the subtree.
4638 @node Using column view, Capturing column view, Defining columns, Column view
4639 @subsection Using column view
4641 @table @kbd
4642 @tsubheading{Turning column view on and off}
4643 @kindex C-c C-x C-c
4644 @item C-c C-x C-c
4645 @vindex org-columns-default-format
4646 Turn on column view.  If the cursor is before the first headline in the file,
4647 column view is turned on for the entire file, using the @code{#+COLUMNS}
4648 definition.  If the cusor is somewhere inside the outline, this command
4649 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
4650 defines a format.  When one is found, the column view table is established
4651 for the tree starting at the entry that contains the @code{:COLUMNS:}
4652 property.  If no such property is found, the format is taken from the
4653 @code{#+COLUMNS} line or from the variable @code{org-columns-default-format},
4654 and column view is established for the current entry and its subtree.
4655 @kindex r
4656 @item r
4657 Recreate the column view, to include recent changes made in the buffer.
4658 @kindex g
4659 @item g
4660 Same as @kbd{r}.
4661 @kindex q
4662 @item q
4663 Exit column view.
4664 @tsubheading{Editing values}
4665 @item @key{left} @key{right} @key{up} @key{down}
4666 Move through the column view from field to field.
4667 @kindex S-@key{left}
4668 @kindex S-@key{right}
4669 @item  S-@key{left}/@key{right}
4670 Switch to the next/previous allowed value of the field.  For this, you
4671 have to have specified allowed values for a property.
4672 @item 1..9,0
4673 Directly select the nth allowed value, @kbd{0} selects the 10th value.
4674 @kindex n
4675 @kindex p
4676 @itemx  n / p
4677 Same as @kbd{S-@key{left}/@key{right}}
4678 @kindex e
4679 @item e
4680 Edit the property at point.  For the special properties, this will
4681 invoke the same interface that you normally use to change that
4682 property.  For example, when editing a TAGS property, the tag completion
4683 or fast selection interface will pop up.
4684 @kindex C-c C-c
4685 @item C-c C-c
4686 When there is a checkbox at point, toggle it.
4687 @kindex v
4688 @item v
4689 View the full value of this property.  This is useful if the width of
4690 the column is smaller than that of the value.
4691 @kindex a
4692 @item a
4693 Edit the list of allowed values for this property.  If the list is found
4694 in the hierarchy, the modified values is stored there.  If no list is
4695 found, the new value is stored in the first entry that is part of the
4696 current column view.
4697 @tsubheading{Modifying the table structure}
4698 @kindex <
4699 @kindex >
4700 @item < / >
4701 Make the column narrower/wider by one character.
4702 @kindex S-M-@key{right}
4703 @item S-M-@key{right}
4704 Insert a new column, to the left of the current column.
4705 @kindex S-M-@key{left}
4706 @item S-M-@key{left}
4707 Delete the current column.
4708 @end table
4710 @node Capturing column view,  , Using column view, Column view
4711 @subsection Capturing column view
4713 Since column view is just an overlay over a buffer, it cannot be
4714 exported or printed directly.  If you want to capture a column view, use
4715 a @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4716 of this block looks like this:
4718 @cindex #+BEGIN, columnview
4719 @example
4720 * The column view
4721 #+BEGIN: columnview :hlines 1 :id "label"
4723 #+END:
4724 @end example
4726 @noindent This dynamic block has the following parameters:
4728 @table @code
4729 @item :id
4730 This is the most important parameter.  Column view is a feature that is
4731 often localized to a certain (sub)tree, and the capture block might be
4732 at a different location in the file.  To identify the tree whose view to
4733 capture, you can use 4 values:
4734 @cindex property, ID
4735 @example
4736 local     @r{use the tree in which the capture block is located}
4737 global    @r{make a global view, including all headings in the file}
4738 "file:@var{path-to-file}"
4739           @r{run column view at the top of this file}
4740 "@var{ID}"      @r{call column view in the tree that has an @code{:ID:}}
4741           @r{property with the value @i{label}.  You can use}
4742           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4743           @r{the current entry and copy it to the kill-ring.}
4744 @end example
4745 @item :hlines
4746 When @code{t}, insert an hline after every line.  When a number @var{N}, insert
4747 an hline before each headline with level @code{<= @var{N}}.
4748 @item :vlines
4749 When set to @code{t}, force column groups to get vertical lines.
4750 @item :maxlevel
4751 When set to a number, don't capture entries below this level.
4752 @item :skip-empty-rows
4753 When set to @code{t}, skip rows where the only non-empty specifier of the
4754 column view is @code{ITEM}.
4756 @end table
4758 @noindent
4759 The following commands insert or update the dynamic block:
4761 @table @kbd
4762 @kindex C-c C-x i
4763 @item C-c C-x i
4764 Insert a dynamic block capturing a column view.  You will be prompted
4765 for the scope or ID of the view.
4766 @kindex C-c C-c
4767 @item C-c C-c
4768 @kindex C-c C-x C-u
4769 @itemx C-c C-x C-u
4770 Update dynamic block at point.  The cursor needs to be in the
4771 @code{#+BEGIN} line of the dynamic block.
4772 @kindex C-u C-c C-x C-u
4773 @item C-u C-c C-x C-u
4774 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4775 you have several clock table blocks in a buffer.
4776 @end table
4778 You can add formulas to the column view table and you may add plotting
4779 instructions in front of the table---these will survive an update of the
4780 block.  If there is a @code{#+TBLFM:} after the table, the table will
4781 actually be recalculated automatically after an update.
4783 An alternative way to capture and process property values into a table is
4784 provided by Eric Schulte's @file{org-collector.el} which is a contributed
4785 package@footnote{Contributed packages are not part of Emacs, but are
4786 distributed with the main distribution of Org (visit
4787 @uref{http://orgmode.org}).}.  It provides a general API to collect
4788 properties from entries in a certain scope, and arbitrary Lisp expressions to
4789 process these values before inserting them into a table or a dynamic block.
4791 @node Property API,  , Column view, Properties and Columns
4792 @section The Property API
4793 @cindex properties, API
4794 @cindex API, for properties
4796 There is a full API for accessing and changing properties.  This API can
4797 be used by Emacs Lisp programs to work with properties and to implement
4798 features based on them.  For more information see @ref{Using the
4799 property API}.
4801 @node Dates and Times, Capture - Refile - Archive, Properties and Columns, Top
4802 @chapter Dates and Times
4803 @cindex dates
4804 @cindex times
4805 @cindex timestamp
4806 @cindex date stamp
4808 To assist project planning, TODO items can be labeled with a date and/or
4809 a time.  The specially formatted string carrying the date and time
4810 information is called a @emph{timestamp} in Org mode.  This may be a
4811 little confusing because timestamp is often used as indicating when
4812 something was created or last changed.  However, in Org mode this term
4813 is used in a much wider sense.
4815 @menu
4816 * Timestamps::                  Assigning a time to a tree entry
4817 * Creating timestamps::         Commands which insert timestamps
4818 * Deadlines and scheduling::    Planning your work
4819 * Clocking work time::          Tracking how long you spend on a task
4820 * Resolving idle time::         Resolving time if you've been idle
4821 * Effort estimates::            Planning work effort in advance
4822 * Relative timer::              Notes with a running timer
4823 @end menu
4826 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4827 @section Timestamps, deadlines, and scheduling
4828 @cindex timestamps
4829 @cindex ranges, time
4830 @cindex date stamps
4831 @cindex deadlines
4832 @cindex scheduling
4834 A timestamp is a specification of a date (possibly with a time or a range of
4835 times) in a special format, either @samp{<2003-09-16 Tue>} or
4836 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4837 12:00-12:30>}@footnote{This is inspired by the standard ISO 6801 date/time
4838 format.  To use an alternative format, see @ref{Custom time format}.}.  A
4839 timestamp can appear anywhere in the headline or body of an Org tree entry.
4840 Its presence causes entries to be shown on specific dates in the agenda
4841 (@pxref{Weekly/daily agenda}).  We distinguish:
4843 @table @var
4844 @item Plain timestamp; Event; Appointment
4845 @cindex timestamp
4846 A simple timestamp just assigns a date/time to an item.  This is just
4847 like writing down an appointment or event in a paper agenda.  In the
4848 timeline and agenda displays, the headline of an entry associated with a
4849 plain timestamp will be shown exactly on that date.
4851 @example
4852 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4853 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4854 @end example
4856 @item Timestamp with repeater interval
4857 @cindex timestamp, with repeater interval
4858 A timestamp may contain a @emph{repeater interval}, indicating that it
4859 applies not only on the given date, but again and again after a certain
4860 interval of N days (d), weeks (w), months (m), or years (y).  The
4861 following will show up in the agenda every Wednesday:
4863 @example
4864 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4865 @end example
4867 @item Diary-style sexp entries
4868 For more complex date specifications, Org mode supports using the
4869 special sexp diary entries implemented in the Emacs calendar/diary
4870 package.  For example
4872 @example
4873 * The nerd meeting on every 2nd Thursday of the month
4874   <%%(diary-float t 4 2)>
4875 @end example
4877 @item Time/Date range
4878 @cindex timerange
4879 @cindex date range
4880 Two timestamps connected by @samp{--} denote a range.  The headline
4881 will be shown on the first and last day of the range, and on any dates
4882 that are displayed and fall in the range.  Here is an example:
4884 @example
4885 ** Meeting in Amsterdam
4886    <2004-08-23 Mon>--<2004-08-26 Thu>
4887 @end example
4889 @item Inactive timestamp
4890 @cindex timestamp, inactive
4891 @cindex inactive timestamp
4892 Just like a plain timestamp, but with square brackets instead of
4893 angular ones.  These timestamps are inactive in the sense that they do
4894 @emph{not} trigger an entry to show up in the agenda.
4896 @example
4897 * Gillian comes late for the fifth time [2006-11-01 Wed]
4898 @end example
4900 @end table
4902 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
4903 @section Creating timestamps
4904 @cindex creating timestamps
4905 @cindex timestamps, creating
4907 For Org mode to recognize timestamps, they need to be in the specific
4908 format.  All commands listed below produce timestamps in the correct
4909 format.
4911 @table @kbd
4912 @kindex C-c .
4913 @item C-c .
4914 Prompt for a date and insert a corresponding timestamp.  When the cursor is
4915 at an existing timestamp in the buffer, the command is used to modify this
4916 timestamp instead of inserting a new one.  When this command is used twice in
4917 succession, a time range is inserted.
4919 @kindex C-c !
4920 @item C-c !
4921 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
4922 an agenda entry.
4924 @kindex C-u C-c .
4925 @kindex C-u C-c !
4926 @item C-u C-c .
4927 @itemx C-u C-c !
4928 @vindex org-time-stamp-rounding-minutes
4929 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
4930 contains date and time.  The default time can be rounded to multiples of 5
4931 minutes, see the option @code{org-time-stamp-rounding-minutes}.
4933 @kindex C-c <
4934 @item C-c <
4935 Insert a timestamp corresponding to the cursor date in the Calendar.
4937 @kindex C-c >
4938 @item C-c >
4939 Access the Emacs calendar for the current date.  If there is a
4940 timestamp in the current line, go to the corresponding date
4941 instead.
4943 @kindex C-c C-o
4944 @item C-c C-o
4945 Access the agenda for the date given by the timestamp or -range at
4946 point (@pxref{Weekly/daily agenda}).
4948 @kindex S-@key{left}
4949 @kindex S-@key{right}
4950 @item S-@key{left}
4951 @itemx S-@key{right}
4952 Change date at cursor by one day.  These key bindings conflict with
4953 shift-selection and related modes (@pxref{Conflicts}).
4955 @kindex S-@key{up}
4956 @kindex S-@key{down}
4957 @item S-@key{up}
4958 @itemx S-@key{down}
4959 Change the item under the cursor in a timestamp.  The cursor can be on a
4960 year, month, day, hour or minute.  When the timestamp contains a time range
4961 like @samp{15:30-16:30}, modifying the first time will also shift the second,
4962 shifting the time block with constant length.  To change the length, modify
4963 the second time.  Note that if the cursor is in a headline and not at a
4964 timestamp, these same keys modify the priority of an item.
4965 (@pxref{Priorities}). The key bindings also conflict with shift-selection and
4966 related modes (@pxref{Conflicts}).
4968 @kindex C-c C-y
4969 @cindex evaluate time range
4970 @item C-c C-y
4971 Evaluate a time range by computing the difference between start and end.
4972 With a prefix argument, insert result after the time range (in a table: into
4973 the following column).
4974 @end table
4977 @menu
4978 * The date/time prompt::        How Org mode helps you entering date and time
4979 * Custom time format::          Making dates look different
4980 @end menu
4982 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
4983 @subsection The date/time prompt
4984 @cindex date, reading in minibuffer
4985 @cindex time, reading in minibuffer
4987 @vindex org-read-date-prefer-future
4988 When Org mode prompts for a date/time, the default is shown in default
4989 date/time format, and the prompt therefore seems to ask for a specific
4990 format.  But it will in fact accept any string containing some date and/or
4991 time information, and it is really smart about interpreting your input.  You
4992 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
4993 copied from an email message.  Org mode will find whatever information is in
4994 there and derive anything you have not specified from the @emph{default date
4995 and time}.  The default is usually the current date and time, but when
4996 modifying an existing timestamp, or when entering the second stamp of a
4997 range, it is taken from the stamp in the buffer.  When filling in
4998 information, Org mode assumes that most of the time you will want to enter a
4999 date in the future: if you omit the month/year and the given day/month is
5000 @i{before} today, it will assume that you mean a future date@footnote{See the
5001 variable @code{org-read-date-prefer-future}.  You may set that variable to
5002 the symbol @code{time} to even make a time before now shift the date to
5003 tomorrow.}.  If the date has been automatically shifted into the future, the
5004 time prompt will show this with @samp{(=>F).}
5006 For example, let's assume that today is @b{June 13, 2006}.  Here is how
5007 various inputs will be interpreted, the items filled in by Org mode are
5008 in @b{bold}.
5010 @example
5011 3-2-5         --> 2003-02-05
5012 14            --> @b{2006}-@b{06}-14
5013 12            --> @b{2006}-@b{07}-12
5014 Fri           --> nearest Friday (defaultdate or later)
5015 sep 15        --> @b{2006}-09-15
5016 feb 15        --> @b{2007}-02-15
5017 sep 12 9      --> 2009-09-12
5018 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
5019 22 sept 0:34  --> @b{2006}-09-22 0:34
5020 w4            --> ISO week for of the current year @b{2006}
5021 2012 w4 fri   --> Friday of ISO week 4 in 2012
5022 2012-w04-5    --> Same as above
5023 @end example
5025 Furthermore you can specify a relative date by giving, as the
5026 @emph{first} thing in the input: a plus/minus sign, a number and a
5027 letter ([dwmy]) to indicate change in days, weeks, months, or years.  With a
5028 single plus or minus, the date is always relative to today.  With a
5029 double plus or minus, it is relative to the default date.  If instead of
5030 a single letter, you use the abbreviation of day name, the date will be
5031 the nth such day.  E.g.
5033 @example
5034 +0            --> today
5035 .             --> today
5036 +4d           --> four days from today
5037 +4            --> same as above
5038 +2w           --> two weeks from today
5039 ++5           --> five days from default date
5040 +2tue         --> second Tuesday from now.
5041 @end example
5043 @vindex parse-time-months
5044 @vindex parse-time-weekdays
5045 The function understands English month and weekday abbreviations.  If
5046 you want to use unabbreviated names and/or other languages, configure
5047 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
5049 @cindex calendar, for selecting date
5050 @vindex org-popup-calendar-for-date-prompt
5051 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
5052 you don't need/want the calendar, configure the variable
5053 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
5054 prompt, either by clicking on a date in the calendar, or by pressing
5055 @key{RET}, the date selected in the calendar will be combined with the
5056 information entered at the prompt.  You can control the calendar fully
5057 from the minibuffer:
5059 @kindex <
5060 @kindex >
5061 @kindex mouse-1
5062 @kindex S-@key{right}
5063 @kindex S-@key{left}
5064 @kindex S-@key{down}
5065 @kindex S-@key{up}
5066 @kindex M-S-@key{right}
5067 @kindex M-S-@key{left}
5068 @kindex @key{RET}
5069 @example
5070 > / <          @r{Scroll calendar forward/backward by one month.}
5071 mouse-1        @r{Select date by clicking on it.}
5072 S-@key{right}/@key{left}     @r{One day forward/backward.}
5073 S-@key{down}/@key{up}     @r{One week forward/backward.}
5074 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
5075 @key{RET}           @r{Choose date in calendar.}
5076 @end example
5078 @vindex org-read-date-display-live
5079 The actions of the date/time prompt may seem complex, but I assure you they
5080 will grow on you, and you will start getting annoyed by pretty much any other
5081 way of entering a date/time out there.  To help you understand what is going
5082 on, the current interpretation of your input will be displayed live in the
5083 minibuffer@footnote{If you find this distracting, turn the display of with
5084 @code{org-read-date-display-live}.}.
5086 @node Custom time format,  , The date/time prompt, Creating timestamps
5087 @subsection Custom time format
5088 @cindex custom date/time format
5089 @cindex time format, custom
5090 @cindex date format, custom
5092 @vindex org-display-custom-times
5093 @vindex org-time-stamp-custom-formats
5094 Org mode uses the standard ISO notation for dates and times as it is
5095 defined in ISO 8601.  If you cannot get used to this and require another
5096 representation of date and time to keep you happy, you can get it by
5097 customizing the variables @code{org-display-custom-times} and
5098 @code{org-time-stamp-custom-formats}.
5100 @table @kbd
5101 @kindex C-c C-x C-t
5102 @item C-c C-x C-t
5103 Toggle the display of custom formats for dates and times.
5104 @end table
5106 @noindent
5107 Org mode needs the default format for scanning, so the custom date/time
5108 format does not @emph{replace} the default format---instead it is put
5109 @emph{over} the default format using text properties.  This has the
5110 following consequences:
5111 @itemize @bullet
5112 @item
5113 You cannot place the cursor onto a timestamp anymore, only before or
5114 after.
5115 @item
5116 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
5117 each component of a timestamp.  If the cursor is at the beginning of
5118 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
5119 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
5120 time will be changed by one minute.
5121 @item
5122 If the timestamp contains a range of clock times or a repeater, these
5123 will not be overlayed, but remain in the buffer as they were.
5124 @item
5125 When you delete a timestamp character-by-character, it will only
5126 disappear from the buffer after @emph{all} (invisible) characters
5127 belonging to the ISO timestamp have been removed.
5128 @item
5129 If the custom timestamp format is longer than the default and you are
5130 using dates in tables, table alignment will be messed up.  If the custom
5131 format is shorter, things do work as expected.
5132 @end itemize
5135 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
5136 @section Deadlines and scheduling
5138 A timestamp may be preceded by special keywords to facilitate planning:
5140 @table @var
5141 @item DEADLINE
5142 @cindex DEADLINE keyword
5144 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
5145 to be finished on that date.
5147 @vindex org-deadline-warning-days
5148 On the deadline date, the task will be listed in the agenda.  In
5149 addition, the agenda for @emph{today} will carry a warning about the
5150 approaching or missed deadline, starting
5151 @code{org-deadline-warning-days} before the due date, and continuing
5152 until the entry is marked DONE.  An example:
5154 @example
5155 *** TODO write article about the Earth for the Guide
5156     The editor in charge is [[bbdb:Ford Prefect]]
5157     DEADLINE: <2004-02-29 Sun>
5158 @end example
5160 You can specify a different lead time for warnings for a specific
5161 deadlines using the following syntax.  Here is an example with a warning
5162 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
5164 @item SCHEDULED
5165 @cindex SCHEDULED keyword
5167 Meaning: you are planning to start working on that task on the given
5168 date.
5170 @vindex org-agenda-skip-scheduled-if-done
5171 The headline will be listed under the given date@footnote{It will still
5172 be listed on that date after it has been marked DONE.  If you don't like
5173 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
5174 addition, a reminder that the scheduled date has passed will be present
5175 in the compilation for @emph{today}, until the entry is marked DONE.
5176 I.e. the task will automatically be forwarded until completed.
5178 @example
5179 *** TODO Call Trillian for a date on New Years Eve.
5180     SCHEDULED: <2004-12-25 Sat>
5181 @end example
5183 @noindent
5184 @b{Important:} Scheduling an item in Org mode should @i{not} be
5185 understood in the same way that we understand @i{scheduling a meeting}.
5186 Setting a date for a meeting is just a simple appointment, you should
5187 mark this entry with a simple plain timestamp, to get this item shown
5188 on the date where it applies.  This is a frequent misunderstanding by
5189 Org users.  In Org mode, @i{scheduling} means setting a date when you
5190 want to start working on an action item.
5191 @end table
5193 You may use timestamps with repeaters in scheduling and deadline
5194 entries.  Org mode will issue early and late warnings based on the
5195 assumption that the timestamp represents the @i{nearest instance} of
5196 the repeater.  However, the use of diary sexp entries like
5198 @code{<%%(diary-float t 42)>}
5200 in scheduling and deadline timestamps is limited.  Org mode does not
5201 know enough about the internals of each sexp function to issue early and
5202 late warnings.  However, it will show the item on each day where the
5203 sexp entry matches.
5205 @menu
5206 * Inserting deadline/schedule::  Planning items
5207 * Repeated tasks::              Items that show up again and again
5208 @end menu
5210 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
5211 @subsection Inserting deadlines or schedules
5213 The following commands allow you to quickly insert a deadline or to schedule
5214 an item:
5216 @table @kbd
5218 @kindex C-c C-d
5219 @item C-c C-d
5220 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
5221 happen in the line directly following the headline.  When called with a
5222 prefix arg, an existing deadline will be removed from the entry.
5223 @c FIXME Any CLOSED timestamp will be removed.????????
5225 @kindex C-c C-s
5226 @item C-c C-s
5227 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
5228 happen in the line directly following the headline.  Any CLOSED
5229 timestamp will be removed.  When called with a prefix argument, remove
5230 the scheduling date from the entry.
5232 @kindex C-c C-x C-k
5233 @kindex k a
5234 @kindex k s
5235 @item C-c C-x C-k
5236 Mark the current entry for agenda action.  After you have marked the entry
5237 like this, you can open the agenda or the calendar to find an appropriate
5238 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
5239 schedule the marked item.
5241 @kindex C-c / d
5242 @cindex sparse tree, for deadlines
5243 @item C-c / d
5244 @vindex org-deadline-warning-days
5245 Create a sparse tree with all deadlines that are either past-due, or
5246 which will become due within @code{org-deadline-warning-days}.
5247 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
5248 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
5249 all deadlines due tomorrow.
5251 @kindex C-c / b
5252 @item C-c / b
5253 Sparse tree for deadlines and scheduled items before a given date.
5255 @kindex C-c / a
5256 @item C-c / a
5257 Sparse tree for deadlines and scheduled items after a given date.
5258 @end table
5260 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
5261 @subsection Repeated tasks
5262 @cindex tasks, repeated
5263 @cindex repeated tasks
5265 Some tasks need to be repeated again and again.  Org mode helps to
5266 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
5267 or plain timestamp.  In the following example
5268 @example
5269 ** TODO Pay the rent
5270    DEADLINE: <2005-10-01 Sat +1m>
5271 @end example
5272 @noindent
5273 the @code{+1m} is a repeater; the intended interpretation is that the task
5274 has a deadline on <2005-10-01> and repeats itself every (one) month starting
5275 from that time.  If you need both a repeater and a special warning period in
5276 a deadline entry, the repeater should come first and the warning period last:
5277 @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
5279 Deadlines and scheduled items produce entries in the agenda when they
5280 are over-due, so it is important to be able to mark such an entry as
5281 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
5282 with the TODO keyword DONE, it will no longer produce entries in the
5283 agenda.  The problem with this is, however, that then also the
5284 @emph{next} instance of the repeated entry will not be active.  Org mode
5285 deals with this in the following way: When you try to mark such an entry
5286 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
5287 timestamp by the repeater interval, and immediately set the entry state
5288 back to TODO.  In the example above, setting the state to DONE would
5289 actually switch the date like this:
5291 @example
5292 ** TODO Pay the rent
5293    DEADLINE: <2005-11-01 Tue +1m>
5294 @end example
5296 @vindex org-log-repeat
5297 A timestamp@footnote{You can change this using the option
5298 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
5299 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
5300 will also be prompted for a note.} will be added under the deadline, to keep
5301 a record that you actually acted on the previous instance of this deadline.
5303 As a consequence of shifting the base date, this entry will no longer be
5304 visible in the agenda when checking past dates, but all future instances
5305 will be visible.
5307 With the @samp{+1m} cookie, the date shift will always be exactly one
5308 month.  So if you have not paid the rent for three months, marking this
5309 entry DONE will still keep it as an overdue deadline.  Depending on the
5310 task, this may not be the best way to handle it.  For example, if you
5311 forgot to call you father for 3 weeks, it does not make sense to call
5312 him 3 times in a single day to make up for it.  Finally, there are tasks
5313 like changing batteries which should always repeat a certain time
5314 @i{after} the last time you did it.  For these tasks, Org mode has
5315 special repeaters markers with @samp{++} and @samp{.+}.  For example:
5317 @example
5318 ** TODO Call Father
5319    DEADLINE: <2008-02-10 Sun ++1w>
5320    Marking this DONE will shift the date by at least one week,
5321    but also by as many weeks as it takes to get this date into
5322    the future.  However, it stays on a Sunday, even if you called
5323    and marked it done on Saturday.
5324 ** TODO Check the batteries in the smoke detectors
5325    DEADLINE: <2005-11-01 Tue .+1m>
5326    Marking this DONE will shift the date to one month after
5327    today.
5328 @end example
5330 You may have both scheduling and deadline information for a specific
5331 task---just make sure that the repeater intervals on both are the same.
5333 An alternative to using a repeater is to create a number of copies of a task
5334 subtree, with dates shifted in each copy.  The command @kbd{C-c C-x c} was
5335 created for this purpose, it is described in @ref{Structure editing}.
5338 @node Clocking work time, Resolving idle time, Deadlines and scheduling, Dates and Times
5339 @section Clocking work time
5341 Org mode allows you to clock the time you spend on specific tasks in a
5342 project.  When you start working on an item, you can start the clock.
5343 When you stop working on that task, or when you mark the task done, the
5344 clock is stopped and the corresponding time interval is recorded.  It
5345 also computes the total time spent on each subtree of a project.  And it
5346 remembers a history or tasks recently clocked, to that you can jump quickly
5347 between a number of tasks absorbing your time.
5349 To save the clock history across Emacs sessions, use
5350 @lisp
5351 (setq org-clock-persist 'history)
5352 (org-clock-persistence-insinuate)
5353 @end lisp
5354 When you clock into a new task after resuming Emacs, the incomplete
5355 clock@footnote{To resume the clock under the assumption that you have worked
5356 on this task while outside Emacs, use @code{(setq org-clock-persist t)}.}
5357 will be found (@pxref{Resolving idle time}) and you will be prompted about
5358 what to do with it.
5360 @table @kbd
5361 @kindex C-c C-x C-i
5362 @item C-c C-x C-i
5363 @vindex org-clock-into-drawer
5364 Start the clock on the current item (clock-in).  This inserts the CLOCK
5365 keyword together with a timestamp.  If this is not the first clocking of
5366 this item, the multiple CLOCK lines will be wrapped into a
5367 @code{:LOGBOOK:} drawer (see also the variable
5368 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
5369 select the task from a list of recently clocked tasks.  With two @kbd{C-u
5370 C-u} prefixes, clock into the task at point and mark it as the default task.
5371 The default task will always be available when selecting a clocking task,
5372 with letter @kbd{d}.@*
5373 @cindex property: CLOCK_MODELINE_TOTAL
5374 @cindex property: LAST_REPEAT
5375 @vindex org-clock-modeline-total
5376 While the clock is running, the current clocking time is shown in the mode
5377 line, along with the title of the task.  The clock time shown will be all
5378 time ever clocked for this task and its children.  If the task has an effort
5379 estimate (@pxref{Effort estimates}), the mode line displays the current
5380 clocking time against it@footnote{To add an effort estimate ``on the fly'',
5381 hook a function doing this to @code{org-clock-in-prepare-hook}.}  If the task
5382 is a repeating one (@pxref{Repeated tasks}), only the time since the last
5383 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
5384 will be shown.  More control over what time is shown can be exercised with
5385 the @code{CLOCK_MODELINE_TOTAL} property.  It may have the values
5386 @code{current} to show only the current clocking instance, @code{today} to
5387 show all time clocked on this tasks today (see also the variable
5388 @code{org-extend-today-until}), @code{all} to include all time, or
5389 @code{auto} which is the default@footnote{See also the variable
5390 @code{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
5391 mode line entry will pop up a menu with clocking options.
5392 @kindex C-c C-x C-o
5393 @item C-c C-x C-o
5394 @vindex org-log-note-clock-out
5395 Stop the clock (clock-out).  This inserts another timestamp at the same
5396 location where the clock was last started.  It also directly computes
5397 the resulting time in inserts it after the time range as @samp{=>
5398 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
5399 possibility to record an additional note together with the clock-out
5400 timestamp@footnote{The corresponding in-buffer setting is:
5401 @code{#+STARTUP: lognoteclock-out}}.
5402 @kindex C-c C-x C-e
5403 @item C-c C-x C-e
5404 Update the effort estimate for the current clock task.
5405 @kindex C-c C-y
5406 @kindex C-c C-c
5407 @item C-c C-y @ @ @r{or}@ @ C-c C-c
5408 Recompute the time interval after changing one of the timestamps.  This
5409 is only necessary if you edit the timestamps directly.  If you change
5410 them with @kbd{S-@key{cursor}} keys, the update is automatic.
5411 @kindex C-c C-t
5412 @item C-c C-t
5413 Changing the TODO state of an item to DONE automatically stops the clock
5414 if it is running in this same item.
5415 @kindex C-c C-x C-x
5416 @item C-c C-x C-x
5417 Cancel the current clock.  This is useful if a clock was started by
5418 mistake, or if you ended up working on something else.
5419 @kindex C-c C-x C-j
5420 @item C-c C-x C-j
5421 Jump to the entry that contains the currently running clock.  With a
5422 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
5423 tasks.
5424 @kindex C-c C-x C-d
5425 @item C-c C-x C-d
5426 @vindex org-remove-highlights-with-change
5427 Display time summaries for each subtree in the current buffer.  This
5428 puts overlays at the end of each headline, showing the total time
5429 recorded under that heading, including the time of any subheadings. You
5430 can use visibility cycling to study the tree, but the overlays disappear
5431 when you change the buffer (see variable
5432 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
5433 @kindex C-c C-x C-r
5434 @item C-c C-x C-r
5435 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
5436 report as an Org-mode table into the current file.  When the cursor is
5437 at an existing clock table, just update it.  When called with a prefix
5438 argument, jump to the first clock report in the current document and
5439 update it.
5440 @cindex #+BEGIN, clocktable
5441 @example
5442 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
5443 #+END: clocktable
5444 @end example
5445 @noindent
5446 If such a block already exists at point, its content is replaced by the
5447 new table.  The @samp{BEGIN} line can specify options:
5448 @example
5449 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
5450 :emphasize   @r{When @code{t}, emphasize level one and level two items.}
5451 :scope       @r{The scope to consider.  This can be any of the following:}
5452              nil        @r{the current buffer or narrowed region}
5453              file       @r{the full current buffer}
5454              subtree    @r{the subtree where the clocktable is located}
5455              tree@var{N}      @r{the surrounding level @var{N} tree, for example @code{tree3}}
5456              tree       @r{the surrounding level 1 tree}
5457              agenda     @r{all agenda files}
5458              ("file"..) @r{scan these files}
5459              file-with-archives    @r{current file and its archives}
5460              agenda-with-archives  @r{all agenda files, including archives}
5461 :block       @r{The time block to consider.  This block is specified either}
5462              @r{absolute, or relative to the current time and may be any of}
5463              @r{these formats:}
5464              2007-12-31    @r{New year eve 2007}
5465              2007-12       @r{December 2007}
5466              2007-W50      @r{ISO-week 50 in 2007}
5467              2007          @r{the year 2007}
5468              today, yesterday, today-@var{N}          @r{a relative day}
5469              thisweek, lastweek, thisweek-@var{N}     @r{a relative week}
5470              thismonth, lastmonth, thismonth-@var{N}  @r{a relative month}
5471              thisyear, lastyear, thisyear-@var{N}     @r{a relative year}
5472              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
5473 :tstart      @r{A time string specifying when to start considering times.}
5474 :tend        @r{A time string specifying when to stop considering times.}
5475 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
5476              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
5477 :link        @r{Link the item headlines in the table to their origins.}
5478 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
5479              @r{As a special case, @samp{:formula %} adds a column with % time.}
5480              @r{If you do not specify a formula here, any existing formula.}
5481              @r{below the clock table will survive updates and be evaluated.}
5482 :timestamp   @r{A timestamp for the entry, when available.  Look for SCHEDULED,}
5483              @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
5484 @end example
5485 To get a clock summary of the current level 1 tree, for the current
5486 day, you could write
5487 @example
5488 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
5489 #+END: clocktable
5490 @end example
5491 @noindent
5492 and to use a specific time range you could write@footnote{Note that all
5493 parameters must be specified in a single line---the line is broken here
5494 only to fit it into the manual.}
5495 @example
5496 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
5497                     :tend "<2006-08-10 Thu 12:00>"
5498 #+END: clocktable
5499 @end example
5500 A summary of the current subtree with % times would be
5501 @example
5502 #+BEGIN: clocktable :scope subtree :link t :formula %
5503 #+END: clocktable
5504 @end example
5505 @kindex C-c C-c
5506 @item C-c C-c
5507 @kindex C-c C-x C-u
5508 @itemx C-c C-x C-u
5509 Update dynamic block at point.  The cursor needs to be in the
5510 @code{#+BEGIN} line of the dynamic block.
5511 @kindex C-u C-c C-x C-u
5512 @item C-u C-c C-x C-u
5513 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
5514 you have several clock table blocks in a buffer.
5515 @kindex S-@key{left}
5516 @kindex S-@key{right}
5517 @item S-@key{left}
5518 @itemx S-@key{right}
5519 Shift the current @code{:block} interval and update the table.  The cursor
5520 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
5521 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
5522 @end table
5524 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
5525 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
5526 worked on or closed during a day.
5528 @node Resolving idle time, Effort estimates, Clocking work time, Dates and Times
5529 @section Resolving idle time
5530 @cindex resolve idle time
5532 @cindex idle, resolve, dangling
5533 If you clock in on a work item, and then walk away from your
5534 computer---perhaps to take a phone call---you often need to ``resolve'' the
5535 time you were away by either subtracting it from the current clock, or
5536 applying it to another one.
5538 @vindex org-clock-idle-time
5539 By customizing the variable @code{org-clock-idle-time} to some integer, such
5540 as 10 or 15, Emacs can alert you when you get back to your computer after
5541 being idle for that many minutes@footnote{On computers using Mac OS X,
5542 idleness is based on actual user idleness, not just Emacs' idle time.  For
5543 X11, you can install a utility program @file{x11idle.c}, available in the
5544 UTILITIES directory of the Org git distribution, to get the same general
5545 treatment of idleness.  On other systems, idle time refers to Emacs idle time
5546 only.}, and ask what you want to do with the idle time.  There will be a
5547 question waiting for you when you get back, indicating how much idle time has
5548 passed (constantly updated with the current amount), as well as a set of
5549 choices to correct the discrepancy:
5551 @table @kbd
5552 @item k
5553 To keep some or all of the minutes and stay clocked in, press @kbd{k}.  Org
5554 will ask how many of the minutes to keep.  Press @key{RET} to keep them all,
5555 effectively changing nothing, or enter a number to keep that many minutes.
5556 @item K
5557 If you use the shift key and press @kbd{K}, it will keep however many minutes
5558 you request and then immediately clock out of that task.  If you keep all of
5559 the minutes, this is the same as just clocking out of the current task.
5560 @item s
5561 To keep none of the minutes, use @kbd{s} to subtract all the away time from
5562 the clock, and then check back in from the moment you returned.
5563 @item S
5564 To keep none of the minutes and just clock out at the start of the away time,
5565 use the shift key and press @kbd{S}.  Remember that using shift will always
5566 leave you clocked out, no matter which option you choose.
5567 @item C
5568 To cancel the clock altogether, use @kbd{C}.  Note that if instead of
5569 cancelling you subtract the away time, and the resulting clock amount is less
5570 than a minute, the clock will still be cancelled rather than clutter up the
5571 log with an empty entry.
5572 @end table
5574 What if you subtracted those away minutes from the current clock, and now
5575 want to apply them to a new clock?  Simply clock in to any task immediately
5576 after the subtraction.  Org will notice that you have subtracted time ``on
5577 the books'', so to speak, and will ask if you want to apply those minutes to
5578 the next task you clock in on.
5580 There is one other instance when this clock resolution magic occurs.  Say you
5581 were clocked in and hacking away, and suddenly your cat chased a mouse who
5582 scared a hamster that crashed into your UPS's power button!  You suddenly
5583 lose all your buffers, but thanks to auto-save you still have your recent Org
5584 mode changes, including your last clock in.
5586 If you restart Emacs and clock into any task, Org will notice that you have a
5587 dangling clock which was never clocked out from your last session.  Using
5588 that clock's starting time as the beginning of the unaccounted-for period,
5589 Org will ask how you want to resolve that time.  The logic and behavior is
5590 identical to dealing with away time due to idleness, it's just happening due
5591 to a recovery event rather than a set amount of idle time.
5593 You can also check all the files visited by your Org agenda for dangling
5594 clocks at any time using @kbd{M-x org-resolve-clocks}.
5596 @node Effort estimates, Relative timer, Resolving idle time, Dates and Times
5597 @section Effort estimates
5598 @cindex effort estimates
5600 @cindex property, Effort
5601 @vindex org-effort-property
5602 If you want to plan your work in a very detailed way, or if you need to
5603 produce offers with quotations of the estimated work effort, you may want to
5604 assign effort estimates to entries.  If you are also clocking your work, you
5605 may later want to compare the planned effort with the actual working time, a
5606 great way to improve planning estimates.  Effort estimates are stored in a
5607 special property @samp{Effort}@footnote{You may change the property being
5608 used with the variable @code{org-effort-property}.}.  You can set the effort
5609 for an entry with the following commands:
5611 @table @kbd
5612 @kindex C-c C-x e
5613 @item C-c C-x e
5614 Set the effort estimate for the current entry.  With a numeric prefix
5615 argument, set it to the NTH allowed value (see below).  This command is also
5616 accessible from the agenda with the @kbd{e} key.
5617 @kindex C-c C-x C-e
5618 @item C-c C-x C-e
5619 Modify the effort estimate of the item currently being clocked.
5620 @end table
5622 Clearly the best way to work with effort estimates is through column view
5623 (@pxref{Column view}).  You should start by setting up discrete values for
5624 effort estimates, and a @code{COLUMNS} format that displays these values
5625 together with clock sums (if you want to clock your time).  For a specific
5626 buffer you can use
5628 @example
5629 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
5630 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
5631 @end example
5633 @noindent
5634 @vindex org-global-properties
5635 @vindex org-columns-default-format
5636 or, even better, you can set up these values globally by customizing the
5637 variables @code{org-global-properties} and @code{org-columns-default-format}.
5638 In particular if you want to use this setup also in the agenda, a global
5639 setup may be advised.
5641 The way to assign estimates to individual items is then to switch to column
5642 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
5643 value.  The values you enter will immediately be summed up in the hierarchy.
5644 In the column next to it, any clocked time will be displayed.
5646 @vindex org-agenda-columns-add-appointments-to-effort-sum
5647 If you switch to column view in the daily/weekly agenda, the effort column
5648 will summarize the estimated work effort for each day@footnote{Please note
5649 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
5650 column view}).}, and you can use this to find space in your schedule.  To get
5651 an overview of the entire part of the day that is committed, you can set the
5652 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
5653 appointments on a day that take place over a specified time interval will
5654 then also be added to the load estimate of the day.
5656 Effort estimates can be used in secondary agenda filtering that is triggered
5657 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
5658 these estimates defined consistently, two or three key presses will narrow
5659 down the list to stuff that fits into an available time slot.
5661 @node Relative timer,  , Effort estimates, Dates and Times
5662 @section Taking notes with a relative timer
5663 @cindex relative timer
5665 When taking notes during, for example, a meeting or a video viewing, it can
5666 be useful to have access to times relative to a starting time.  Org provides
5667 such a relative timer and make it easy to create timed notes.
5669 @table @kbd
5670 @kindex C-c C-x .
5671 @item C-c C-x .
5672 Insert a relative time into the buffer.  The first time you use this, the
5673 timer will be started.  When called with a prefix argument, the timer is
5674 restarted.
5675 @kindex C-c C-x -
5676 @item C-c C-x -
5677 Insert a description list item with the current relative time.  With a prefix
5678 argument, first reset the timer to 0.
5679 @kindex M-@key{RET}
5680 @item M-@key{RET}
5681 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
5682 new timer items.
5683 @kindex C-c C-x ,
5684 @item C-c C-x ,
5685 Pause the timer, or continue it if it is already paused.
5686 @c removed the sentence because it is redundant to the following item
5687 @kindex C-u C-c C-x ,
5688 @item C-u C-c C-x ,
5689 Stop the timer.  After this, you can only start a new timer, not continue the
5690 old one.  This command also removes the timer from the mode line.
5691 @kindex C-c C-x 0
5692 @item C-c C-x 0
5693 Reset the timer without inserting anything into the buffer.  By default, the
5694 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
5695 specific starting offset.  The user is prompted for the offset, with a
5696 default taken from a timer string at point, if any, So this can be used to
5697 restart taking notes after a break in the process.  When called with a double
5698 prefix argument @kbd{C-c C-u}, change all timer strings in the active region
5699 by a certain amount.  This can be used to fix timer strings if the timer was
5700 not started at exactly the right moment.
5701 @end table
5703 @node Capture - Refile - Archive, Agenda Views, Dates and Times, Top
5704 @chapter Capture - Refile - Archive
5705 @cindex capture
5707 An important part of any organization system is the ability to quickly
5708 capture new ideas and tasks, and to associate reference material with them.
5709 Org uses the @file{remember.el} package to create tasks, and stores files
5710 related to a task (@i{attachments}) in a special directory.  Once in the
5711 system, tasks and projects need to be moved around.  Moving completed project
5712 trees to an archive file keeps the system compact and fast.
5714 @menu
5715 * Remember::                    Capture new tasks/ideas with little interruption
5716 * Attachments::                 Add files to tasks.
5717 * RSS Feeds::                   Getting input from RSS feeds
5718 * Protocols::                   External (e.g. Browser) access to Emacs and Org
5719 * Refiling notes::              Moving a tree from one place to another
5720 * Archiving::                   What to do with finished projects
5721 @end menu
5723 @node Remember, Attachments, Capture - Refile - Archive, Capture - Refile - Archive
5724 @section Remember
5725 @cindex @file{remember.el}
5727 The Remember package by John Wiegley lets you store quick notes with little
5728 interruption of your work flow.  It is an excellent way to add new notes and
5729 tasks to Org files.  The @code{remember.el} package is part of Emacs 23, not
5730 Emacs 22.  See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
5731 more information.
5733 Org significantly expands the possibilities of Remember: you may define
5734 templates for different note types, and associate target files and headlines
5735 with specific templates.  It also allows you to select the location where a
5736 note should be stored interactively, on the fly.
5738 @menu
5739 * Setting up Remember for Org::  Some code for .emacs to get things going
5740 * Remember templates::          Define the outline of different note types
5741 * Storing notes::               Directly get the note to where it belongs
5742 @end menu
5744 @node Setting up Remember for Org, Remember templates, Remember, Remember
5745 @subsection Setting up Remember for Org
5747 The following customization will tell Remember to use Org files as
5748 target, and to create annotations compatible with Org links.
5750 @example
5751 (org-remember-insinuate)
5752 (setq org-directory "~/path/to/my/orgfiles/")
5753 (setq org-default-notes-file (concat org-directory "/notes.org"))
5754 (define-key global-map "\C-cr" 'org-remember)
5755 @end example
5757 @noindent
5758 The last line binds the command @code{org-remember} to a global
5759 key@footnote{Please select your own key, @kbd{C-c r} is only a
5760 suggestion.}.  @code{org-remember} basically just calls Remember,
5761 but it makes a few things easier: if there is an active region, it will
5762 automatically copy the region into the Remember buffer.  It also allows
5763 to jump to the buffer and location where Remember notes are being
5764 stored: just call @code{org-remember} with a prefix argument.  If you
5765 use two prefix arguments, Org jumps to the location where the last
5766 remember note was stored.
5768 The Remember buffer will actually use @code{org-mode} as its major mode, so
5769 that all editing features of Org mode are available.  In addition to this, a
5770 minor mode @code{org-remember-mode} is turned on, for the single purpose that
5771 you can use its keymap @code{org-remember-mode-map} to overwrite some of
5772 Org mode's key bindings.
5774 You can also call @code{org-remember} in a special way from the agenda,
5775 using the @kbd{k r} key combination.  With this access, any timestamps
5776 inserted by the selected Remember template (see below) will default to
5777 the cursor date in the agenda, rather than to the current date.
5779 @node Remember templates, Storing notes, Setting up Remember for Org, Remember
5780 @subsection Remember templates
5781 @cindex templates, for Remember
5783 In combination with Org, you can use templates to generate
5784 different types of Remember notes.  For example, if you would like
5785 to use one template to create general TODO entries, another one for
5786 journal entries, and a third one for collecting random ideas, you could
5787 use:
5789 @example
5790 (setq org-remember-templates
5791  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
5792    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
5793    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5794 @end example
5796 @vindex org-remember-default-headline
5797 @vindex org-directory
5798 @noindent In these entries, the first string is just a name, and the
5799 character specifies how to select the template.  It is useful if the
5800 character is also the first letter of the name.  The next string specifies
5801 the template.  Two more (optional) strings give the file in which, and the
5802 headline under which, the new note should be stored.  The file (if not present
5803 or @code{nil}) defaults to @code{org-default-notes-file}, the heading to
5804 @code{org-remember-default-headline}.  If the file name is not an absolute
5805 path, it will be interpreted relative to @code{org-directory}.  The heading
5806 can also be the symbols @code{top} or @code{bottom} to send notes as level 1
5807 entries to the beginning or end of the file, respectively.
5809 An optional sixth element specifies the contexts in which the user can select
5810 the template.  This element can be a list of major modes or a function.
5811 @code{org-remember} will first check whether the function returns @code{t} or
5812 if we are in any of the listed major modes, and exclude templates for which
5813 this condition is not fulfilled.  Templates that do not specify this element
5814 at all, or that use @code{nil} or @code{t} as a value will always be
5815 selectable.
5817 So for example:
5819 @example
5820 (setq org-remember-templates
5821  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
5822    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
5823    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5824 @end example
5826 @noindent
5827 The first template will only be available when invoking @code{org-remember}
5828 from an buffer in @code{emacs-lisp-mode}.  The second template will only be
5829 available when the function @code{my-check} returns @code{t}.  The third
5830 template will be proposed in any context.
5832 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
5833 something, Org will prompt for a key to select the template (if you have
5834 more than one template) and then prepare the buffer like
5835 @example
5836 * TODO
5837   [[file:@var{link to where you called remember}]]
5838 @end example
5840 @noindent
5841 During expansion of the template, special @kbd{%}-escapes@footnote{If you
5842 need one of these sequences literally, escape the @kbd{%} with a backslash.}
5843 allow dynamic insertion of content:
5844 @example
5845 %^@{@var{prompt}@}  @r{prompt the user for a string and replace this sequence with it.}
5846             @r{You may specify a default value and a completion table with}
5847             @r{%^@{prompt|default|completion2|completion3...@}}
5848             @r{The arrow keys access a prompt-specific history.}
5849 %a          @r{annotation, normally the link created with @code{org-store-link}}
5850 %A          @r{like @code{%a}, but prompt for the description part}
5851 %i          @r{initial content, the region when remember is called with C-u.}
5852             @r{The entire text will be indented like @code{%i} itself.}
5853 %t          @r{timestamp, date only}
5854 %T          @r{timestamp with date and time}
5855 %u, %U      @r{like the above, but inactive timestamps}
5856 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
5857             @r{You may define a prompt like @code{%^@{Birthday@}t}}
5858 %n          @r{user name (taken from @code{user-full-name})}
5859 %c          @r{Current kill ring head.}
5860 %x          @r{Content of the X clipboard.}
5861 %^C         @r{Interactive selection of which kill or clip to use.}
5862 %^L         @r{Like @code{%^C}, but insert as link.}
5863 %^g         @r{prompt for tags, with completion on tags in target file.}
5864 %k          @r{title of currently clocked task}
5865 %K          @r{link to currently clocked task}
5866 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
5867 %^@{@var{prop}@}p   @r{Prompt the user for a value for property @var{prop}}
5868 %:keyword   @r{specific information for certain link types, see below}
5869 %[@var{file}]     @r{insert the contents of the file given by @var{file}}
5870 %(@var{sexp})     @r{evaluate Elisp @var{sexp} and replace with the result}
5871 %!          @r{immediately store note after completing the template}
5872             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
5873 %&          @r{jump to target location immediately after storing note}
5874 @end example
5876 @noindent
5877 For specific link types, the following keywords will be
5878 defined@footnote{If you define your own link types (@pxref{Adding
5879 hyperlink types}), any property you store with
5880 @code{org-store-link-props} can be accessed in remember templates in a
5881 similar way.}:
5883 @vindex org-from-is-user-regexp
5884 @example
5885 Link type          |  Available keywords
5886 -------------------+----------------------------------------------
5887 bbdb               |  %:name %:company
5888 bbdb               |  %::server %:port %:nick
5889 vm, wl, mh, rmail  |  %:type %:subject %:message-id
5890                    |  %:from %:fromname %:fromaddress
5891                    |  %:to   %:toname   %:toaddress
5892                    |  %: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}.}}
5893 gnus               |  %:group, @r{for messages also all email fields}
5894 w3, w3m            |  %:url
5895 info               |  %:file %:node
5896 calendar           |  %:date"
5897 @end example
5899 @noindent
5900 To place the cursor after template expansion use:
5902 @example
5903 %?          @r{After completing the template, position cursor here.}
5904 @end example
5906 @noindent
5907 If you change your mind about which template to use, call
5908 @code{org-remember} in the remember buffer.  You may then select a new
5909 template that will be filled with the previous context information.
5911 @node Storing notes,  , Remember templates, Remember
5912 @subsection Storing notes
5914 @vindex org-remember-clock-out-on-exit
5915 When you are finished preparing a note with Remember, you have to press
5916 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
5917 Remember buffer, you will first be asked if you want to clock out
5918 now@footnote{To avoid this query, configure the variable
5919 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
5920 will continue to run after the note was filed away.
5922 The handler will then store the note in the file and under the headline
5923 specified in the template, or it will use the default file and headline.
5924 The window configuration will be restored, sending you back to the working
5925 context before the call to Remember.  To re-use the location found
5926 during the last call to Remember, exit the Remember buffer with
5927 @kbd{C-0 C-c C-c}, i.e. specify a zero prefix argument to @kbd{C-c C-c}.
5928 Another special case is @kbd{C-2 C-c C-c} which files the note as a child of
5929 the currently clocked item.
5931 @vindex org-remember-store-without-prompt
5932 If you want to store the note directly to a different place, use
5933 @kbd{C-1 C-c C-c} instead to exit Remember@footnote{Configure the
5934 variable @code{org-remember-store-without-prompt} to make this behavior
5935 the default.}.  The handler will then first prompt for a target file---if
5936 you press @key{RET}, the value specified for the template is used.
5937 Then the command offers the headings tree of the selected file, with the
5938 cursor position at the default headline (if you specified one in the
5939 template).  You can either immediately press @key{RET} to get the note
5940 placed there.  Or you can use the following keys to find a different
5941 location:
5942 @example
5943 @key{TAB}         @r{Cycle visibility.}
5944 @key{down} / @key{up}   @r{Next/previous visible headline.}
5945 n / p        @r{Next/previous visible headline.}
5946 f / b        @r{Next/previous headline same level.}
5947 u            @r{One level up.}
5948 @c 0-9          @r{Digit argument.}
5949 @end example
5950 @noindent
5951 Pressing @key{RET} or @key{left} or @key{right}
5952 then leads to the following result.
5954 @vindex org-reverse-note-order
5955 @multitable @columnfractions 0.2 0.15 0.65
5956 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
5957 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
5958 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
5959 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
5960 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
5961 @item                 @tab @tab depending on @code{org-reverse-note-order}.
5962 @item not on headline @tab @key{RET}
5963       @tab at cursor position, level taken from context.
5964 @end multitable
5966 Before inserting the text into a tree, the function ensures that the text has
5967 a headline, i.e. a first line that starts with a @samp{*}.  If not, a
5968 headline is constructed from the current date.  If you have indented the text
5969 of the note below the headline, the indentation will be adapted if inserting
5970 the note into the tree requires demotion from level 1.
5973 @node Attachments, RSS Feeds, Remember, Capture - Refile - Archive
5974 @section Attachments
5975 @cindex attachments
5977 @vindex org-attach-directory
5978 It is often useful to associate reference material with an outline node/task.
5979 Small chunks of plain text can simply be stored in the subtree of a project.
5980 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
5981 files that live elsewhere on your computer or in the cloud, like emails or
5982 source code files belonging to a project.  Another method is @i{attachments},
5983 which are files located in a directory belonging to an outline node.  Org
5984 uses directories named by the unique ID of each entry.  These directories are
5985 located in the @file{data} directory which lives in the same directory where
5986 your Org file lives@footnote{If you move entries or Org files from one
5987 directory to another, you may want to configure @code{org-attach-directory}
5988 to contain an absolute path.}.  If you initialize this directory with
5989 @code{git init}, Org will automatically commit changes when it sees them.
5990 The attachment system has been contributed to Org by John Wiegley.
5992 In cases where it seems better to do so, you can also attach a directory of your
5993 choice to an entry.  You can also make children inherit the attachment
5994 directory from a parent, so that an entire subtree uses the same attached
5995 directory.
5997 @noindent The following commands deal with attachments.
5999 @table @kbd
6001 @kindex C-c C-a
6002 @item C-c C-a
6003 The dispatcher for commands related to the attachment system.  After these
6004 keys, a list of commands is displayed and you need to press an additional key
6005 to select a command:
6007 @table @kbd
6008 @kindex C-c C-a a
6009 @item a
6010 @vindex org-attach-method
6011 Select a file and move it into the task's attachment directory.  The file
6012 will be copied, moved, or linked, depending on @code{org-attach-method}.
6013 Note that hard links are not supported on all systems.
6015 @kindex C-c C-a c
6016 @kindex C-c C-a m
6017 @kindex C-c C-a l
6018 @item c/m/l
6019 Attach a file using the copy/move/link method.
6020 Note that hard links are not supported on all systems.
6022 @kindex C-c C-a n
6023 @item n
6024 Create a new attachment as an Emacs buffer.
6026 @kindex C-c C-a z
6027 @item z
6028 Synchronize the current task with its attachment directory, in case you added
6029 attachments yourself.
6031 @kindex C-c C-a o
6032 @item o
6033 @vindex org-file-apps
6034 Open current task's attachment.  If there are more than one, prompt for a
6035 file name first.  Opening will follow the rules set by @code{org-file-apps}.
6036 For more details, see the information on following hyperlinks
6037 (@pxref{Handling links}).
6039 @kindex C-c C-a O
6040 @item O
6041 Also open the attachment, but force opening the file in Emacs.
6043 @kindex C-c C-a f
6044 @item f
6045 Open the current task's attachment directory.
6047 @kindex C-c C-a F
6048 @item F
6049 Also open the directory, but force using @command{dired} in Emacs.
6051 @kindex C-c C-a d
6052 @item d
6053 Select and delete a single attachment.
6055 @kindex C-c C-a D
6056 @item D
6057 Delete all of a task's attachments.  A safer way is to open the directory in
6058 @command{dired} and delete from there.
6060 @kindex C-c C-a s
6061 @item C-c C-a s
6062 @cindex property, ATTACH_DIR
6063 Set a specific directory as the entry's attachment directory.  This works by
6064 putting the directory path into the @code{ATTACH_DIR} property.
6066 @kindex C-c C-a i
6067 @item C-c C-a i
6068 @cindex property, ATTACH_DIR_INHERIT
6069 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
6070 same directory for attachments as the parent does.
6071 @end table
6072 @end table
6074 @node RSS Feeds, Protocols, Attachments, Capture - Refile - Archive
6075 @section RSS feeds
6076 @cindex RSS feeds
6078 Org has the capability to add and change entries based on information found in
6079 RSS feeds.  You could use this to make a task out of each new podcast in a
6080 podcast feed.  Or you could use a phone-based note-creating service on the
6081 web to import tasks into Org.  To access feeds, you need to configure the
6082 variable @code{org-feed-alist}.  The docstring of this variable has detailed
6083 information.  Here is just an example:
6085 @example
6086 (setq org-feed-alist
6087       '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2c3....."
6088          "~/org/feeds.org" "ReQall Entries")
6089 @end example
6090 @noindent
6091 will configure that new items from the feed provided by @file{reqall.com}
6092 will result in new entries in the file @file{~/org/feeds.org} under the
6093 heading @samp{ReQall Entries}, whenever the following command is used:
6095 @table @kbd
6096 @kindex C-c C-x g
6097 @item C-c C-x g
6098 Collect items from the feeds configured in @code{org-feed-alist} and act upon
6099 them.
6100 @kindex C-c C-x G
6101 @item C-c C-x G
6102 Prompt for a feed name and go to the inbox configured for this feed.
6103 @end table
6105 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
6106 it will store information about the status of items in the feed, to avoid
6107 adding the same item several times.  You should add @samp{FEEDSTATUS} to the
6108 list of drawers in that file:
6110 @example
6111 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
6112 @end example
6114 For more information, see @file{org-feed.el} and the docstring of
6115 @code{org-feed-alist}.
6117 @node Protocols, Refiling notes, RSS Feeds, Capture - Refile - Archive
6118 @section Protocols for external access
6119 @cindex protocols, for external access
6120 @cindex emacsserver
6122 You can set up Org for handling protocol calls from outside applications that
6123 are passed to Emacs through the @file{emacsserver}.  For example, you can
6124 configure bookmarks in your web browser to send a link to the current page to
6125 Org and create a note from it using Remember (@pxref{Remember}).  Or you
6126 could create a bookmark that will tell Emacs to open the local source file of
6127 a remote website you are looking at with the browser.  See
6128 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
6129 documentation and setup instructions.
6131 @node Refiling notes, Archiving, Protocols, Capture - Refile - Archive
6132 @section Refiling notes
6133 @cindex refiling notes
6135 When reviewing the captured data, you may want to refile some of the entries
6136 into a different list, for example into a project.  Cutting, finding the
6137 right location, and then pasting the note is cumbersome.  To simplify this
6138 process, you can use the following special command:
6140 @table @kbd
6141 @kindex C-c C-w
6142 @item C-c C-w
6143 @vindex org-reverse-note-order
6144 @vindex org-refile-targets
6145 @vindex org-refile-use-outline-path
6146 @vindex org-outline-path-complete-in-steps
6147 @vindex org-refile-allow-creating-parent-nodes
6148 Refile the entry or region at point.  This command offers possible locations
6149 for refiling the entry and lets you select one with completion.  The item (or
6150 all items in the region) is filed below the target heading as a subitem.
6151 Depending on @code{org-reverse-note-order}, it will be either the first or
6152 last subitem.@*
6153 By default, all level 1 headlines in the current buffer are considered to be
6154 targets, but you can have more complex definitions across a number of files.
6155 See the variable @code{org-refile-targets} for details.  If you would like to
6156 select a location via a file-path-like completion along the outline path, see
6157 the variables @code{org-refile-use-outline-path} and
6158 @code{org-outline-path-complete-in-steps}.  If you would like to be able to
6159 create new nodes as new parents for for refiling on the fly, check the
6160 variable @code{org-refile-allow-creating-parent-nodes}.
6161 @kindex C-u C-c C-w
6162 @item C-u C-c C-w
6163 Use the refile interface to jump to a heading.
6164 @kindex C-u C-u C-c C-w
6165 @item C-u C-u C-c C-w
6166 Jump to the location where @code{org-refile} last moved a tree to.
6167 @item C-2 C-c C-w
6168 Refile as the child of the tiem currently being clocked.
6169 @end table
6171 @node Archiving,  , Refiling notes, Capture - Refile - Archive
6172 @section Archiving
6173 @cindex archiving
6175 When a project represented by a (sub)tree is finished, you may want
6176 to move the tree out of the way and to stop it from contributing to the
6177 agenda.  Archiving is important to keep your working files compact and global
6178 searches like the construction of agenda views fast.
6180 @table @kbd
6181 @kindex C-c C-x C-a
6182 @item C-c C-x C-a
6183 @vindex org-archive-default-command
6184 Archive the current entry using the command specified in the variable
6185 @code{org-archive-default-command}.
6186 @end table
6188 @menu
6189 * Moving subtrees::             Moving a tree to an archive file
6190 * Internal archiving::          Switch off a tree but keep i in the file
6191 @end menu
6193 @node Moving subtrees, Internal archiving, Archiving, Archiving
6194 @subsection Moving a tree to the archive file
6195 @cindex external archiving
6197 The most common archiving action is to move a project tree to another file,
6198 the archive file.
6200 @table @kbd
6201 @kindex C-c $
6202 @kindex C-c C-x C-s
6203 @item C-c C-x C-s@ @r{or short} @ C-c $
6204 @vindex org-archive-location
6205 Archive the subtree starting at the cursor position to the location
6206 given by @code{org-archive-location}.
6207 @kindex C-u C-c C-x C-s
6208 @item C-u C-c C-x C-s
6209 Check if any direct children of the current headline could be moved to
6210 the archive.  To do this, each subtree is checked for open TODO entries.
6211 If none are found, the command offers to move it to the archive
6212 location.  If the cursor is @emph{not} on a headline when this command
6213 is invoked, the level 1 trees will be checked.
6214 @end table
6216 @cindex archive locations
6217 The default archive location is a file in the same directory as the
6218 current file, with the name derived by appending @file{_archive} to the
6219 current file name.  For information and examples on how to change this,
6220 see the documentation string of the variable
6221 @code{org-archive-location}.  There is also an in-buffer option for
6222 setting this variable, for example@footnote{For backward compatibility,
6223 the following also works: If there are several such lines in a file,
6224 each specifies the archive location for the text below it.  The first
6225 such line also applies to any text before its definition.  However,
6226 using this method is @emph{strongly} deprecated as it is incompatible
6227 with the outline structure of the document.  The correct method for
6228 setting multiple archive locations in a buffer is using properties.}:
6230 @cindex #+ARCHIVE
6231 @example
6232 #+ARCHIVE: %s_done::
6233 @end example
6235 @cindex property, ARCHIVE
6236 @noindent
6237 If you would like to have a special ARCHIVE location for a single entry
6238 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
6239 location as the value (@pxref{Properties and Columns}).
6241 @vindex org-archive-save-context-info
6242 When a subtree is moved, it receives a number of special properties that
6243 record context information like the file from where the entry came, its
6244 outline path the archiving time etc.  Configure the variable
6245 @code{org-archive-save-context-info} to adjust the amount of information
6246 added.
6249 @node Internal archiving,  , Moving subtrees, Archiving
6250 @subsection Internal archiving
6252 If you want to just switch off (for agenda views) certain subtrees without
6253 moving them to a different file, you can use the @code{ARCHIVE tag}.
6255 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
6256 its location in the outline tree, but behaves in the following way:
6257 @itemize @minus
6258 @item
6259 @vindex org-cycle-open-archived-trees
6260 It does not open when you attempt to do so with a visibility cycling
6261 command (@pxref{Visibility cycling}).  You can force cycling archived
6262 subtrees with @kbd{C-@key{TAB}}, or by setting the option
6263 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
6264 @code{show-all} will open archived subtrees.
6265 @item
6266 @vindex org-sparse-tree-open-archived-trees
6267 During sparse tree construction (@pxref{Sparse trees}), matches in
6268 archived subtrees are not exposed, unless you configure the option
6269 @code{org-sparse-tree-open-archived-trees}.
6270 @item
6271 @vindex org-agenda-skip-archived-trees
6272 During agenda view construction (@pxref{Agenda Views}), the content of
6273 archived trees is ignored unless you configure the option
6274 @code{org-agenda-skip-archived-trees}, in which case these trees will always
6275 be included.  In the agenda you can press @kbd{v a} to get archives
6276 temporarily included.
6277 @item
6278 @vindex org-export-with-archived-trees
6279 Archived trees are not exported (@pxref{Exporting}), only the headline
6280 is.  Configure the details using the variable
6281 @code{org-export-with-archived-trees}.
6282 @item
6283 @vindex org-columns-skip-arrchived-trees
6284 Archived trees are excluded from column view unless the variable
6285 @code{org-columns-skip-arrchived-trees} is configured to @code{nil}.
6286 @end itemize
6288 The following commands help managing the ARCHIVE tag:
6290 @table @kbd
6291 @kindex C-c C-x a
6292 @item C-c C-x a
6293 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
6294 the headline changes to a shadowed face, and the subtree below it is
6295 hidden.
6296 @kindex C-u C-c C-x a
6297 @item C-u C-c C-x a
6298 Check if any direct children of the current headline should be archived.
6299 To do this, each subtree is checked for open TODO entries.  If none are
6300 found, the command offers to set the ARCHIVE tag for the child.  If the
6301 cursor is @emph{not} on a headline when this command is invoked, the
6302 level 1 trees will be checked.
6303 @kindex C-@kbd{TAB}
6304 @item C-@kbd{TAB}
6305 Cycle a tree even if it is tagged with ARCHIVE.
6306 @kindex C-c C-x A
6307 @item C-c C-x A
6308 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
6309 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}.  The
6310 entry becomes a child of that sibling and in this way retains a lot of its
6311 original context, including inherited tags and approximate position in the
6312 outline.
6313 @end table
6316 @node Agenda Views, Markup, Capture - Refile - Archive, Top
6317 @chapter Agenda Views
6318 @cindex agenda views
6320 Due to the way Org works, TODO items, time-stamped items, and
6321 tagged headlines can be scattered throughout a file or even a number of
6322 files.  To get an overview of open action items, or of events that are
6323 important for a particular date, this information must be collected,
6324 sorted and displayed in an organized way.
6326 Org can select items based on various criteria and display them
6327 in a separate buffer.  Seven different view types are provided:
6329 @itemize @bullet
6330 @item
6331 an @emph{agenda} that is like a calendar and shows information
6332 for specific dates,
6333 @item
6334 a @emph{TODO list} that covers all unfinished
6335 action items,
6336 @item
6337 a @emph{match view}, showings headlines based on the tags, properties, and
6338 TODO state associated with them,
6339 @item
6340 a @emph{timeline view} that shows all events in a single Org file,
6341 in time-sorted view,
6342 @item
6343 a @emph{text search view} that shows all entries from multiple files
6344 that contain specified keywords,
6345 @item
6346 a @emph{stuck projects view} showing projects that currently don't move
6347 along, and
6348 @item
6349 @emph{custom views} that are special searches and combinations of different
6350 views.
6351 @end itemize
6353 @noindent
6354 The extracted information is displayed in a special @emph{agenda
6355 buffer}.  This buffer is read-only, but provides commands to visit the
6356 corresponding locations in the original Org files, and even to
6357 edit these files remotely.
6359 @vindex org-agenda-window-setup
6360 @vindex org-agenda-restore-windows-after-quit
6361 Two variables control how the agenda buffer is displayed and whether the
6362 window configuration is restored when the agenda exits:
6363 @code{org-agenda-window-setup} and
6364 @code{org-agenda-restore-windows-after-quit}.
6366 @menu
6367 * Agenda files::                Files being searched for agenda information
6368 * Agenda dispatcher::           Keyboard access to agenda views
6369 * Built-in agenda views::       What is available out of the box?
6370 * Presentation and sorting::    How agenda items are prepared for display
6371 * Agenda commands::             Remote editing of Org trees
6372 * Custom agenda views::         Defining special searches and views
6373 * Exporting Agenda Views::      Writing a view to a file
6374 * Agenda column view::          Using column view for collected entries
6375 @end menu
6377 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
6378 @section Agenda files
6379 @cindex agenda files
6380 @cindex files for agenda
6382 @vindex org-agenda-files
6383 The information to be shown is normally collected from all @emph{agenda
6384 files}, the files listed in the variable
6385 @code{org-agenda-files}@footnote{If the value of that variable is not a
6386 list, but a single file name, then the list of agenda files will be
6387 maintained in that external file.}. If a directory is part of this list,
6388 all files with the extension @file{.org} in this directory will be part
6389 of the list.
6391 Thus, even if you only work with a single Org file, that file should
6392 be put into the list@footnote{When using the dispatcher, pressing
6393 @kbd{<} before selecting a command will actually limit the command to
6394 the current file, and ignore @code{org-agenda-files} until the next
6395 dispatcher command.}.  You can customize @code{org-agenda-files}, but
6396 the easiest way to maintain it is through the following commands
6398 @cindex files, adding to agenda list
6399 @table @kbd
6400 @kindex C-c [
6401 @item C-c [
6402 Add current file to the list of agenda files.  The file is added to
6403 the front of the list.  If it was already in the list, it is moved to
6404 the front.  With a prefix argument, file is added/moved to the end.
6405 @kindex C-c ]
6406 @item C-c ]
6407 Remove current file from the list of agenda files.
6408 @kindex C-,
6409 @kindex C-'
6410 @item C-,
6411 @itemx C-'
6412 Cycle through agenda file list, visiting one file after the other.
6413 @kindex M-x org-iswitchb
6414 @item M-x org-iswitchb
6415 Command to use an @code{iswitchb}-like interface to switch to and between Org
6416 buffers.
6417 @end table
6419 @noindent
6420 The Org menu contains the current list of files and can be used
6421 to visit any of them.
6423 If you would like to focus the agenda temporarily on a file not in
6424 this list, or on just one file in the list, or even on only a subtree in a
6425 file, then this can be done in different ways.  For a single agenda command,
6426 you may press @kbd{<} once or several times in the dispatcher
6427 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
6428 extended period, use the following commands:
6430 @table @kbd
6431 @kindex C-c C-x <
6432 @item C-c C-x <
6433 Permanently restrict the agenda to the current subtree.  When with a
6434 prefix argument, or with the cursor before the first headline in a file,
6435 the agenda scope is set to the entire file.  This restriction remains in
6436 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
6437 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
6438 agenda view, the new restriction takes effect immediately.
6439 @kindex C-c C-x >
6440 @item C-c C-x >
6441 Remove the permanent restriction created by @kbd{C-c C-x <}.
6442 @end table
6444 @noindent
6445 When working with @file{speedbar.el}, you can use the following commands in
6446 the Speedbar frame:
6447 @table @kbd
6448 @kindex <
6449 @item < @r{in the speedbar frame}
6450 Permanently restrict the agenda to the item---either an Org file or a subtree
6451 in such a file---at the cursor in the Speedbar frame.
6452 If there is a window displaying an agenda view, the new restriction takes
6453 effect immediately.
6454 @kindex >
6455 @item > @r{in the speedbar frame}
6456 Lift the restriction.
6457 @end table
6459 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
6460 @section The agenda dispatcher
6461 @cindex agenda dispatcher
6462 @cindex dispatching agenda commands
6463 The views are created through a dispatcher, which should be bound to a
6464 global key---for example @kbd{C-c a} (@pxref{Installation}).  In the
6465 following we will assume that @kbd{C-c a} is indeed how the dispatcher
6466 is accessed and list keyboard access to commands accordingly.  After
6467 pressing @kbd{C-c a}, an additional letter is required to execute a
6468 command.  The dispatcher offers the following default commands:
6469 @table @kbd
6470 @item a
6471 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
6472 @item t @r{/} T
6473 Create a list of all TODO items (@pxref{Global TODO list}).
6474 @item m @r{/} M
6475 Create a list of headlines matching a TAGS expression (@pxref{Matching
6476 tags and properties}).
6477 @item L
6478 Create the timeline view for the current buffer (@pxref{Timeline}).
6479 @item s
6480 Create a list of entries selected by a boolean expression of keywords
6481 and/or regular expressions that must or must not occur in the entry.
6482 @item /
6483 @vindex org-agenda-text-search-extra-files
6484 Search for a regular expression in all agenda files and additionally in
6485 the files listed in @code{org-agenda-text-search-extra-files}.  This
6486 uses the Emacs command @code{multi-occur}.  A prefix argument can be
6487 used to specify the number of context lines for each match, default is
6489 @item # @r{/} !
6490 Create a list of stuck projects (@pxref{Stuck projects}).
6491 @item <
6492 Restrict an agenda command to the current buffer@footnote{For backward
6493 compatibility, you can also press @kbd{1} to restrict to the current
6494 buffer.}.  After pressing @kbd{<}, you still need to press the character
6495 selecting the command.
6496 @item < <
6497 If there is an active region, restrict the following agenda command to
6498 the region.  Otherwise, restrict it to the current subtree@footnote{For
6499 backward compatibility, you can also press @kbd{0} to restrict to the
6500 current region/subtree.}.  After pressing @kbd{< <}, you still need to press the
6501 character selecting the command.
6502 @end table
6504 You can also define custom commands that will be accessible through the
6505 dispatcher, just like the default commands.  This includes the
6506 possibility to create extended agenda buffers that contain several
6507 blocks together, for example the weekly agenda, the global TODO list and
6508 a number of special tags matches.  @xref{Custom agenda views}.
6510 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
6511 @section The built-in agenda views
6513 In this section we describe the built-in views.
6515 @menu
6516 * Weekly/daily agenda::         The calendar page with current tasks
6517 * Global TODO list::            All unfinished action items
6518 * Matching tags and properties::  Structured information with fine-tuned search
6519 * Timeline::                    Time-sorted view for single file
6520 * Search view::                 Find entries by searching for text
6521 * Stuck projects::              Find projects you need to review
6522 @end menu
6524 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
6525 @subsection The weekly/daily agenda
6526 @cindex agenda
6527 @cindex weekly agenda
6528 @cindex daily agenda
6530 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
6531 paper agenda, showing all the tasks for the current week or day.
6533 @table @kbd
6534 @cindex org-agenda, command
6535 @kindex C-c a a
6536 @item C-c a a
6537 @vindex org-agenda-ndays
6538 Compile an agenda for the current week from a list of Org files.  The agenda
6539 shows the entries for each day.  With a numeric prefix@footnote{For backward
6540 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
6541 listed before the agenda.  This feature is deprecated, use the dedicated TODO
6542 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
6543 C-c a a}) you may set the number of days to be displayed (see also the
6544 variable @code{org-agenda-ndays})
6545 @end table
6547 Remote editing from the agenda buffer means, for example, that you can
6548 change the dates of deadlines and appointments from the agenda buffer.
6549 The commands available in the Agenda buffer are listed in @ref{Agenda
6550 commands}.
6552 @subsubheading Calendar/Diary integration
6553 @cindex calendar integration
6554 @cindex diary integration
6556 Emacs contains the calendar and diary by Edward M. Reingold.  The
6557 calendar displays a three-month calendar with holidays from different
6558 countries and cultures.  The diary allows you to keep track of
6559 anniversaries, lunar phases, sunrise/set, recurrent appointments
6560 (weekly, monthly) and more.  In this way, it is quite complementary to
6561 Org.  It can be very useful to combine output from Org with
6562 the diary.
6564 In order to include entries from the Emacs diary into Org mode's
6565 agenda, you only need to customize the variable
6567 @lisp
6568 (setq org-agenda-include-diary t)
6569 @end lisp
6571 @noindent After that, everything will happen automatically.  All diary
6572 entries including holidays, anniversaries, etc., will be included in the
6573 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
6574 @key{RET} can be used from the agenda buffer to jump to the diary
6575 file in order to edit existing diary entries.  The @kbd{i} command to
6576 insert new entries for the current date works in the agenda buffer, as
6577 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
6578 Sunrise/Sunset times, show lunar phases and to convert to other
6579 calendars, respectively.  @kbd{c} can be used to switch back and forth
6580 between calendar and agenda.
6582 If you are using the diary only for sexp entries and holidays, it is
6583 faster to not use the above setting, but instead to copy or even move
6584 the entries into an Org file. Org mode evaluates diary-style sexp
6585 entries, and does it faster because there is no overhead for first
6586 creating the diary display.  Note that the sexp entries must start at
6587 the left margin, no whitespace is allowed before them.  For example,
6588 the following segment of an Org file will be processed and entries
6589 will be made in the agenda:
6591 @example
6592 * Birthdays and similar stuff
6593 #+CATEGORY: Holiday
6594 %%(org-calendar-holiday)   ; special function for holiday names
6595 #+CATEGORY: Ann
6596 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
6597 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
6598 @end example
6600 @subsubheading Anniversaries from BBDB
6601 @cindex BBDB, anniversaries
6602 @cindex anniversaries, from BBDB
6604 If you are using the Big Brothers Database to store your contacts, you will
6605 very likely prefer to store anniversaries in BBDB rather than in a
6606 separate Org or diary file.  Org supports this and will show BBDB
6607 anniversaries as part of the agenda.  All you need to do is to add the
6608 following to one your your agenda files:
6610 @example
6611 * Anniversaries
6612   :PROPERTIES:
6613   :CATEGORY: Anniv
6614   :END
6615 %%(org-bbdb-anniversaries)
6616 @end example
6618 You can then go ahead and define anniversaries for a BBDB record.  Basically,
6619 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
6620 record and then add the date in the format @code{YYYY-MM-DD}, followed by a
6621 space and the class of the anniversary (@samp{birthday} or @samp{wedding}, or
6622 a format string).  If you omit the class, it will default to @samp{birthday}.
6623 Here are a few examples, the header for the file @file{org-bbdb.el} contains
6624 more detailed information.
6626 @example
6627 1973-06-22
6628 1955-08-02 wedding
6629 2008-04-14 %s released version 6.01 of org-mode, %d years ago
6630 @end example
6632 After a change to BBDB, or for the first agenda display during an Emacs
6633 session, the agenda display will suffer a short delay as Org updates its
6634 hash with anniversaries.  However, from then on things will be very fast---much
6635 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
6636 in an Org or Diary file.
6638 @subsubheading Appointment reminders
6639 @cindex @file{appt.el}
6640 @cindex appointment reminders
6642 Org can interact with Emacs appointments notification facility.  To add all
6643 the appointments of your agenda files, use the command
6644 @code{org-agenda-to-appt}.  This command also lets you filter through the
6645 list of your appointments and add only those belonging to a specific category
6646 or matching a regular expression. See the docstring for details.
6648 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
6649 @subsection The global TODO list
6650 @cindex global TODO list
6651 @cindex TODO list, global
6653 The global TODO list contains all unfinished TODO items formatted and
6654 collected into a single place.
6656 @table @kbd
6657 @kindex C-c a t
6658 @item C-c a t
6659 Show the global TODO list.  This collects the TODO items from all
6660 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
6661 @code{agenda-mode}, so there are commands to examine and manipulate
6662 the TODO entries directly from that buffer (@pxref{Agenda commands}).
6663 @kindex C-c a T
6664 @item C-c a T
6665 @cindex TODO keyword matching
6666 @vindex org-todo-keywords
6667 Like the above, but allows selection of a specific TODO keyword.  You
6668 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
6669 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
6670 specify several keywords by separating them with @samp{|} as the boolean OR
6671 operator.  With a numeric prefix, the nth keyword in
6672 @code{org-todo-keywords} is selected.
6673 @kindex r
6674 The @kbd{r} key in the agenda buffer regenerates it, and you can give
6675 a prefix argument to this command to change the selected TODO keyword,
6676 for example @kbd{3 r}.  If you often need a search for a specific
6677 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
6678 Matching specific TODO keywords can also be done as part of a tags
6679 search (@pxref{Tag searches}).
6680 @end table
6682 Remote editing of TODO items means that you can change the state of a
6683 TODO entry with a single key press.  The commands available in the
6684 TODO list are described in @ref{Agenda commands}.
6686 @cindex sublevels, inclusion into TODO list
6687 Normally the global TODO list simply shows all headlines with TODO
6688 keywords.  This list can become very long.  There are two ways to keep
6689 it more compact:
6690 @itemize @minus
6691 @item
6692 @vindex org-agenda-todo-ignore-scheduled
6693 @vindex org-agenda-todo-ignore-deadlines
6694 @vindex org-agenda-todo-ignore-with-date
6695 Some people view a TODO item that has been @emph{scheduled} for execution or
6696 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
6697 Configure the variables @code{org-agenda-todo-ignore-scheduled},
6698 @code{org-agenda-todo-ignore-deadlines}, and/or
6699 @code{org-agenda-todo-ignore-with-date} to exclude such items from the
6700 global TODO list.
6701 @item
6702 @vindex org-agenda-todo-list-sublevels
6703 TODO items may have sublevels to break up the task into subtasks.  In
6704 such cases it may be enough to list only the highest level TODO headline
6705 and omit the sublevels from the global list.  Configure the variable
6706 @code{org-agenda-todo-list-sublevels} to get this behavior.
6707 @end itemize
6709 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
6710 @subsection Matching tags and properties
6711 @cindex matching, of tags
6712 @cindex matching, of properties
6713 @cindex tags view
6714 @cindex match view
6716 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
6717 or have properties (@pxref{Properties and Columns}), you can select headlines
6718 based on this metadata and collect them into an agenda buffer.  The match
6719 syntax described here also applies when creating sparse trees with @kbd{C-c /
6722 @table @kbd
6723 @kindex C-c a m
6724 @item C-c a m
6725 Produce a list of all headlines that match a given set of tags.  The
6726 command prompts for a selection criterion, which is a boolean logic
6727 expression with tags, like @samp{+work+urgent-withboss} or
6728 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
6729 define a custom command for it (@pxref{Agenda dispatcher}).
6730 @kindex C-c a M
6731 @item C-c a M
6732 @vindex org-tags-match-list-sublevels
6733 @vindex org-agenda-tags-todo-honor-ignore-options
6734 Like @kbd{C-c a m}, but only select headlines that are also TODO items and
6735 force checking subitems (see variable @code{org-tags-match-list-sublevels}).
6736 To exclude scheduled/deadline items, see the variable
6737 @code{org-agenda-tags-todo-honor-ignore-options}.  Matching specific TODO
6738 keywords together with a tags match is also possible, see @ref{Tag searches}.
6739 @end table
6741 The commands available in the tags list are described in @ref{Agenda
6742 commands}.
6744 @subsubheading Match syntax
6746 @cindex Boolean logic, for tag/property searches
6747 A search string can use Boolean operators @samp{&} for AND and @samp{|} for
6748 OR.  @samp{&} binds more strongly than @samp{|}.  Parentheses are currently
6749 not implemented.  Each element in the search is either a tag, a regular
6750 expression matching tags, or an expression like @code{PROPERTY OPERATOR
6751 VALUE} with a comparison operator, accessing a property value.  Each element
6752 may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
6753 sugar for positive selection.  The AND operator @samp{&} is optional when
6754 @samp{+} or @samp{-} is present.  Here are some examples, using only tags.
6756 @table @samp
6757 @item +work-boss
6758 Select headlines tagged @samp{:work:}, but discard those also tagged
6759 @samp{:boss:}.
6760 @item work|laptop
6761 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
6762 @item work|laptop+night
6763 Like before, but require the @samp{:laptop:} lines to be tagged also
6764 @samp{:night:}.
6765 @end table
6767 @cindex regular expressions, with tags search
6768 Instead of a tag, you may also specify a regular expression enclosed in curly
6769 braces.  For example,
6770 @samp{work+@{^boss.*@}} matches headlines that contain the tag
6771 @samp{:work:} and any tag @i{starting} with @samp{boss}.
6773 @cindex TODO keyword matching, with tags search
6774 @cindex level, require for tags/property match
6775 @cindex category, require for tags/property match
6776 @vindex org-odd-levels-only
6777 You may also test for properties (@pxref{Properties and Columns}) at the same
6778 time as matching tags.  The properties may be real properties, or special
6779 properties that represent other metadata (@pxref{Special properties}).  For
6780 example, the ``property'' @code{TODO} represents the TODO keyword of the
6781 entry.  Or, the ``property'' @code{LEVEL} represents the level of an entry.
6782 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
6783 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
6784 DONE.  In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
6785 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
6787 Here are more examples:
6788 @table @samp
6789 @item work+TODO="WAITING"
6790 Select @samp{:work:}-tagged TODO lines with the specific TODO
6791 keyword @samp{WAITING}.
6792 @item work+TODO="WAITING"|home+TODO="WAITING"
6793 Waiting tasks both at work and at home.
6794 @end table
6796 When matching properties, a number of different operators can be used to test
6797 the value of a property.  Here is a complex example:
6799 @example
6800 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
6801          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
6802 @end example
6804 @noindent
6805 The type of comparison will depend on how the comparison value is written:
6806 @itemize @minus
6807 @item
6808 If the comparison value is a plain number, a numerical comparison is done,
6809 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
6810 @samp{>=}, and @samp{<>}.
6811 @item
6812 If the comparison value is enclosed in double-quotes,
6813 a string comparison is done, and the same operators are allowed.
6814 @item
6815 If the comparison value is enclosed in double-quotes @emph{and} angular
6816 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
6817 assumed to be date/time specifications in the standard Org way, and the
6818 comparison will be done accordingly.  Special values that will be recognized
6819 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
6820 @code{"<tomorrow>"} for these days at 0:00 hours, i.e. without a time
6821 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
6822 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
6823 respectively, can be used.
6824 @item
6825 If the comparison value is enclosed
6826 in curly braces, a regexp match is performed, with @samp{=} meaning that the
6827 regexp matches the property value, and @samp{<>} meaning that it does not
6828 match.
6829 @end itemize
6831 So the search string in the example finds entries tagged @samp{:work:} but
6832 not @samp{:boss:}, which also have a priority value @samp{A}, a
6833 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
6834 property that is numerically smaller than 2, a @samp{:With:} property that is
6835 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
6836 on or after October 11, 2008.
6838 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
6839 other properties will slow down the search.  However, once you have paid the
6840 price by accessing one property, testing additional properties is cheap
6841 again.
6843 You can configure Org mode to use property inheritance during a search, but
6844 beware that this can slow down searches considerably.  See @ref{Property
6845 inheritance}, for details.
6847 For backward compatibility, and also for typing speed, there is also a
6848 different way to test TODO states in a search.  For this, terminate the
6849 tags/property part of the search string (which may include several terms
6850 connected with @samp{|}) with a @samp{/} and then specify a Boolean
6851 expression just for TODO keywords.  The syntax is then similar to that for
6852 tags, but should be applied with care: for example, a positive
6853 selection on several TODO keywords cannot meaningfully be combined with
6854 boolean AND.  However, @emph{negative selection} combined with AND can be
6855 meaningful.  To make sure that only lines are checked that actually have any
6856 TODO keyword (resulting in a speed-up), use @kbd{C-c a M}, or equivalently
6857 start the TODO part after the slash with @samp{!}.  Examples:
6859 @table @samp
6860 @item work/WAITING
6861 Same as @samp{work+TODO="WAITING"}
6862 @item work/!-WAITING-NEXT
6863 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
6864 nor @samp{NEXT}
6865 @item work/!+WAITING|+NEXT
6866 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
6867 @samp{NEXT}.
6868 @end table
6870 @node Timeline, Search view, Matching tags and properties, Built-in agenda views
6871 @subsection Timeline for a single file
6872 @cindex timeline, single file
6873 @cindex time-sorted view
6875 The timeline summarizes all time-stamped items from a single Org mode
6876 file in a @emph{time-sorted view}.  The main purpose of this command is
6877 to give an overview over events in a project.
6879 @table @kbd
6880 @kindex C-c a L
6881 @item C-c a L
6882 Show a time-sorted view of the Org file, with all time-stamped items.
6883 When called with a @kbd{C-u} prefix, all unfinished TODO entries
6884 (scheduled or not) are also listed under the current date.
6885 @end table
6887 @noindent
6888 The commands available in the timeline buffer are listed in
6889 @ref{Agenda commands}.
6891 @node Search view, Stuck projects, Timeline, Built-in agenda views
6892 @subsection Search view
6893 @cindex search view
6894 @cindex text search
6895 @cindex searching, for text
6897 This agenda view is a general text search facility for Org mode entries.
6898 It is particularly useful to find notes.
6900 @table @kbd
6901 @kindex C-c a s
6902 @item C-c a s
6903 This is a special search that lets you select entries by matching a substring
6904 or specific words using a boolean logic.
6905 @end table
6906 For example, the search string @samp{computer equipment} will find entries
6907 that contain @samp{computer equipment} as a substring.  If the two words are
6908 separated by more space or a line break, the search will still match.
6909 Search view can also search for specific keywords in the entry, using Boolean
6910 logic.  The search string @samp{+computer +wifi -ethernet -@{8\.11[bg]@}}
6911 will search for note entries that contain the keywords @code{computer}
6912 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
6913 not matched by the regular expression @code{8\.11[bg]}, meaning to
6914 exclude both 8.11b and 8.11g.
6916 @vindex org-agenda-text-search-extra-files
6917 Note that in addition to the agenda files, this command will also search
6918 the files listed in @code{org-agenda-text-search-extra-files}.
6920 @node Stuck projects,  , Search view, Built-in agenda views
6921 @subsection Stuck projects
6923 If you are following a system like David Allen's GTD to organize your
6924 work, one of the ``duties'' you have is a regular review to make sure
6925 that all projects move along.  A @emph{stuck} project is a project that
6926 has no defined next actions, so it will never show up in the TODO lists
6927 Org mode produces.  During the review, you need to identify such
6928 projects and define next actions for them.
6930 @table @kbd
6931 @kindex C-c a #
6932 @item C-c a #
6933 List projects that are stuck.
6934 @kindex C-c a !
6935 @item C-c a !
6936 @vindex org-stuck-projects
6937 Customize the variable @code{org-stuck-projects} to define what a stuck
6938 project is and how to find it.
6939 @end table
6941 You almost certainly will have to configure this view before it will
6942 work for you.  The built-in default assumes that all your projects are
6943 level-2 headlines, and that a project is not stuck if it has at least
6944 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
6946 Let's assume that you, in your own way of using Org mode, identify
6947 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
6948 indicate a project that should not be considered yet.  Let's further
6949 assume that the TODO keyword DONE marks finished projects, and that NEXT
6950 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
6951 is a next action even without the NEXT tag.  Finally, if the project
6952 contains the special word IGNORE anywhere, it should not be listed
6953 either.  In this case you would start by identifying eligible projects
6954 with a tags/todo match@footnote{@xref{Tag searches}.}
6955 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
6956 IGNORE in the subtree to identify projects that are not stuck.  The
6957 correct customization for this is
6959 @lisp
6960 (setq org-stuck-projects
6961       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
6962                                "\\<IGNORE\\>"))
6963 @end lisp
6965 Note that if a project is identified as non-stuck, the subtree of this entry
6966 will still be searched for stuck projects.
6968 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
6969 @section Presentation and sorting
6970 @cindex presentation, of agenda items
6972 @vindex org-agenda-prefix-format
6973 Before displaying items in an agenda view, Org mode visually prepares
6974 the items and sorts them.  Each item occupies a single line.  The line
6975 starts with a @emph{prefix} that contains the @emph{category}
6976 (@pxref{Categories}) of the item and other important information.  You can
6977 customize the prefix using the option @code{org-agenda-prefix-format}.
6978 The prefix is followed by a cleaned-up version of the outline headline
6979 associated with the item.
6981 @menu
6982 * Categories::                  Not all tasks are equal
6983 * Time-of-day specifications::  How the agenda knows the time
6984 * Sorting of agenda items::     The order of things
6985 @end menu
6987 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
6988 @subsection Categories
6990 @cindex category
6991 The category is a broad label assigned to each agenda item.  By default,
6992 the category is simply derived from the file name, but you can also
6993 specify it with a special line in the buffer, like this@footnote{For
6994 backward compatibility, the following also works: if there are several
6995 such lines in a file, each specifies the category for the text below it.
6996 The first category also applies to any text before the first CATEGORY
6997 line.  However, using this method is @emph{strongly} deprecated as it is
6998 incompatible with the outline structure of the document.  The correct
6999 method for setting multiple categories in a buffer is using a
7000 property.}:
7002 @example
7003 #+CATEGORY: Thesis
7004 @end example
7006 @noindent
7007 @cindex property, CATEGORY
7008 If you would like to have a special CATEGORY for a single entry or a
7009 (sub)tree, give the entry a @code{:CATEGORY:} property with the
7010 special category you want to apply as the value.
7012 @noindent
7013 The display in the agenda buffer looks best if the category is not
7014 longer than 10 characters.
7016 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
7017 @subsection Time-of-day specifications
7018 @cindex time-of-day specification
7020 Org mode checks each agenda item for a time-of-day specification.  The
7021 time can be part of the timestamp that triggered inclusion into the
7022 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
7023 ranges can be specified with two timestamps, like
7025 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
7027 In the headline of the entry itself, a time(range) may also appear as
7028 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
7029 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
7030 specifications in diary entries are recognized as well.
7032 For agenda display, Org mode extracts the time and displays it in a
7033 standard 24 hour format as part of the prefix.  The example times in
7034 the previous paragraphs would end up in the agenda like this:
7036 @example
7037     8:30-13:00 Arthur Dent lies in front of the bulldozer
7038    12:45...... Ford Prefect arrives and takes Arthur to the pub
7039    19:00...... The Vogon reads his poem
7040    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7041 @end example
7043 @cindex time grid
7044 If the agenda is in single-day mode, or for the display of today, the
7045 timed entries are embedded in a time grid, like
7047 @example
7048     8:00...... ------------------
7049     8:30-13:00 Arthur Dent lies in front of the bulldozer
7050    10:00...... ------------------
7051    12:00...... ------------------
7052    12:45...... Ford Prefect arrives and takes Arthur to the pub
7053    14:00...... ------------------
7054    16:00...... ------------------
7055    18:00...... ------------------
7056    19:00...... The Vogon reads his poem
7057    20:00...... ------------------
7058    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7059 @end example
7061 @vindex org-agenda-use-time-grid
7062 @vindex org-agenda-time-grid
7063 The time grid can be turned on and off with the variable
7064 @code{org-agenda-use-time-grid}, and can be configured with
7065 @code{org-agenda-time-grid}.
7067 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
7068 @subsection Sorting of agenda items
7069 @cindex sorting, of agenda items
7070 @cindex priorities, of agenda items
7071 Before being inserted into a view, the items are sorted.  How this is
7072 done depends on the type of view.
7073 @itemize @bullet
7074 @item
7075 @vindex org-agenda-files
7076 For the daily/weekly agenda, the items for each day are sorted.  The
7077 default order is to first collect all items containing an explicit
7078 time-of-day specification.  These entries will be shown at the beginning
7079 of the list, as a @emph{schedule} for the day.  After that, items remain
7080 grouped in categories, in the sequence given by @code{org-agenda-files}.
7081 Within each category, items are sorted by priority (@pxref{Priorities}),
7082 which is composed of the base priority (2000 for priority @samp{A}, 1000
7083 for @samp{B}, and 0 for @samp{C}), plus additional increments for
7084 overdue scheduled or deadline items.
7085 @item
7086 For the TODO list, items remain in the order of categories, but within
7087 each category, sorting takes place according to priority
7088 (@pxref{Priorities}).  The priority used for sorting derives from the
7089 priority cookie, with additions depending on how close an item is to its due
7090 or scheduled date.
7091 @item
7092 For tags matches, items are not sorted at all, but just appear in the
7093 sequence in which they are found in the agenda files.
7094 @end itemize
7096 @vindex org-agenda-sorting-strategy
7097 Sorting can be customized using the variable
7098 @code{org-agenda-sorting-strategy}, and may also include criteria based on
7099 the estimated effort of an entry (@pxref{Effort estimates}).
7101 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
7102 @section Commands in the agenda buffer
7103 @cindex commands, in agenda buffer
7105 Entries in the agenda buffer are linked back to the Org file or diary
7106 file where they originate.  You are not allowed to edit the agenda
7107 buffer itself, but commands are provided to show and jump to the
7108 original entry location, and to edit the Org files ``remotely'' from
7109 the agenda buffer.  In this way, all information is stored only once,
7110 removing the risk that your agenda and note files may diverge.
7112 Some commands can be executed with mouse clicks on agenda lines.  For
7113 the other commands, the cursor needs to be in the desired line.
7115 @table @kbd
7116 @tsubheading{Motion}
7117 @cindex motion commands in agenda
7118 @kindex n
7119 @item n
7120 Next line (same as @key{up} and @kbd{C-p}).
7121 @kindex p
7122 @item p
7123 Previous line (same as @key{down} and @kbd{C-n}).
7124 @tsubheading{View/Go to Org file}
7125 @kindex mouse-3
7126 @kindex @key{SPC}
7127 @item mouse-3
7128 @itemx @key{SPC}
7129 Display the original location of the item in another window.
7130 With prefix arg, make sure that the entire entry is made visible in the
7131 outline, not only the heading.
7133 @kindex L
7134 @item L
7135 Display original location and recenter that window.
7137 @kindex mouse-2
7138 @kindex mouse-1
7139 @kindex @key{TAB}
7140 @item mouse-2
7141 @itemx mouse-1
7142 @itemx @key{TAB}
7143 Go to the original location of the item in another window.  Under Emacs
7144 22, @kbd{mouse-1} will also works for this.
7146 @kindex @key{RET}
7147 @itemx @key{RET}
7148 Go to the original location of the item and delete other windows.
7150 @kindex F
7151 @item F
7152 @vindex org-agenda-start-with-follow-mode
7153 Toggle Follow mode.  In Follow mode, as you move the cursor through
7154 the agenda buffer, the other window always shows the corresponding
7155 location in the Org file.  The initial setting for this mode in new
7156 agenda buffers can be set with the variable
7157 @code{org-agenda-start-with-follow-mode}.
7159 @kindex C-c C-x b
7160 @item C-c C-x b
7161 Display the entire subtree of the current item in an indirect buffer.  With a
7162 numeric prefix argument N, go up to level N and then take that tree.  If N is
7163 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
7164 previously used indirect buffer.
7166 @kindex C-c C-o
7167 @item C-c C-o
7168 Follow a link in the entry.  This will offer a selection of any links in the
7169 text belonging to the referenced Org node.  If there is only one link, it
7170 will be followed without a selection prompt.
7172 @tsubheading{Change display}
7173 @cindex display changing, in agenda
7174 @kindex o
7175 @item o
7176 Delete other windows.
7178 @kindex v d
7179 @kindex d
7180 @kindex v w
7181 @kindex w
7182 @kindex v m
7183 @kindex v y
7184 @item v d @ @r{or short} @ d
7185 @itemx v w @ @r{or short} @ w
7186 @itemx v m
7187 @itemx v y
7188 Switch to day/week/month/year view.  When switching to day or week view,
7189 this setting becomes the default for subsequent agenda commands.  Since
7190 month and year views are slow to create, they do not become the default.
7191 A numeric prefix argument may be used to jump directly to a specific day
7192 of the year, ISO week, month, or year, respectively.  For example,
7193 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
7194 setting day, week, or month view, a year may be encoded in the prefix
7195 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
7196 2007.  If such a year specification has only one or two digits, it will
7197 be mapped to the interval 1938-2037.
7199 @kindex f
7200 @item f
7201 @vindex org-agenda-ndays
7202 Go forward in time to display the following @code{org-agenda-ndays} days.
7203 For example, if the display covers a week, switch to the following week.
7204 With prefix arg, go forward that many times @code{org-agenda-ndays} days.
7206 @kindex b
7207 @item b
7208 Go backward in time to display earlier dates.
7210 @kindex .
7211 @item .
7212 Go to today.
7214 @kindex j
7215 @item j
7216 Prompt for a date and go there.
7218 @kindex D
7219 @item D
7220 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
7222 @kindex v l
7223 @kindex l
7224 @item v l @ @r{or short} @ l
7225 @vindex org-log-done
7226 @vindex org-agenda-log-mode-items
7227 Toggle Logbook mode.  In Logbook mode, entries that were marked DONE while
7228 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
7229 entries that have been clocked on that day.  You can configure the entry
7230 types that should be included in log mode using the variable
7231 @code{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
7232 all possible logbook entries, including state changes.  When called with two
7233 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
7235 @kindex v [
7236 @kindex [
7237 @item v [ @ @r{or short} @ [
7238 Include inactive timestamps into the current view.  Only for weekly/daily
7239 agenda and timeline views.
7241 @kindex v a
7242 @kindex v A
7243 @item v a
7244 @itemx v A
7245 Toggle Archives mode.  In Archives mode, trees that are marked
7246 @code{ARCHIVED} are also scanned when producing the agenda.  When you use the
7247 capital @kbd{A}, even all archive files are included.  To exit archives mode,
7248 press @kbd{v a} again.
7250 @kindex v R
7251 @kindex R
7252 @item v R @ @r{or short} @ R
7253 @vindex org-agenda-start-with-clockreport-mode
7254 Toggle Clockreport mode.  In Clockreport mode, the daily/weekly agenda will
7255 always show a table with the clocked times for the timespan and file scope
7256 covered by the current agenda view.  The initial setting for this mode in new
7257 agenda buffers can be set with the variable
7258 @code{org-agenda-start-with-clockreport-mode}.
7260 @kindex v E
7261 @kindex E
7262 @item v E @ @r{or short} @ E
7263 @vindex org-agenda-start-with-entry-text-mode
7264 @vindex org-agenda-entry-text-maxlines
7265 Toggle entry text mode.  In entry text mode, a number of lines from the Org
7266 outline node referenced by an agenda line will be displayed below the line.
7267 The maximum number of lines is given by the variable
7268 @code{org-agenda-entry-text-maxlines}.  Calling this command with a numeric
7269 prefix argument will temporarily modify that number to the prefix value.
7271 @kindex G
7272 @item G
7273 @vindex org-agenda-use-time-grid
7274 @vindex org-agenda-time-grid
7275 Toggle the time grid on and off.  See also the variables
7276 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
7278 @kindex r
7279 @item r
7280 Recreate the agenda buffer, for example to reflect the changes after
7281 modification of the timestamps of items with @kbd{S-@key{left}} and
7282 @kbd{S-@key{right}}.  When the buffer is the global TODO list, a prefix
7283 argument is interpreted to create a selective list for a specific TODO
7284 keyword.
7285 @kindex g
7286 @item g
7287 Same as @kbd{r}.
7289 @kindex s
7290 @kindex C-x C-s
7291 @item s
7292 @itemx C-x C-s
7293 Save all Org buffers in the current Emacs session, and also the locations of
7294 IDs.
7296 @kindex C-c C-x C-c
7297 @item C-c C-x C-c
7298 @vindex org-columns-default-format
7299 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
7300 view format is taken from the entry at point, or (if there is no entry at
7301 point), from the first entry in the agenda view.  So whatever the format for
7302 that entry would be in the original buffer (taken from a property, from a
7303 @code{#+COLUMNS} line, or from the default variable
7304 @code{org-columns-default-format}), will be used in the agenda.
7306 @kindex C-c C-x >
7307 @item C-c C-x >
7308 Remove the restriction lock on the agenda, if it is currently restricted to a
7309 file or subtree (@pxref{Agenda files}).
7311 @tsubheading{Secondary filtering and query editing}
7312 @cindex filtering, by tag and effort, in agenda
7313 @cindex tag filtering, in agenda
7314 @cindex effort filtering, in agenda
7315 @cindex query editing, in agenda
7317 @kindex /
7318 @item /
7319 @vindex org-agenda-filter-preset
7320 Filter the current agenda view with respect to a tag and/or effort estimates.
7321 The difference between this and a custom agenda command is that filtering is
7322 very fast, so that you can switch quickly between different filters without
7323 having to recreate the agenda@footnote{Custom commands can preset a filter by
7324 binding the variable @code{org-agenda-filter-preset} as an option.  This
7325 filter will then be applied to the view and persist as a basic filter through
7326 refreshes and more secondary filtering.}
7328 You will be prompted for a tag selection letter, SPC will mean any tag at
7329 all.  Pressing @key{TAB} at that prompt will offer use completion to select a
7330 tag (including any tags that do not have a selection character).  The command
7331 then hides all entries that do not contain or inherit this tag.  When called
7332 with prefix arg, remove the entries that @emph{do} have the tag.  A second
7333 @kbd{/} at the prompt will turn off the filter and unhide any hidden entries.
7334 If the first key you press is either @kbd{+} or @kbd{-}, the previous filter
7335 will be narrowed by requiring or forbidding the selected additional tag.
7336 Instead of pressing @kbd{+} or @kbd{-} after @kbd{/}, you can also
7337 immediately use the @kbd{\} command.
7339 @vindex org-sort-agenda-noeffort-is-high
7340 In order to filter for effort estimates, you should set-up allowed
7341 efforts globally, for example
7342 @lisp
7343 (setq org-global-properties
7344     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
7345 @end lisp
7346 You can then filter for an effort by first typing an operator, one of
7347 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
7348 estimate in your array of allowed values, where @kbd{0} means the 10th value.
7349 The filter will then restrict to entries with effort smaller-or-equal, equal,
7350 or larger-or-equal than the selected value.  If the digits 0-9 are not used
7351 as fast access keys to tags, you can also simply press the index digit
7352 directly without an operator.  In this case, @kbd{<} will be assumed.  For
7353 application of the operator, entries without a defined effort will be treated
7354 according to the value of @code{org-sort-agenda-noeffort-is-high}.  To filter
7355 for tasks without effort definition, press @kbd{?} as the operator.
7357 Org also supports automatic, context-aware tag filtering.  If the variable
7358 @code{org-agenda-auto-exclude-function} is set to a user-defined function,
7359 that function can decide which tags should be excluded from the agenda
7360 automatically.  Once this is set, the @kbd{/} command then accepts @kbd{RET}
7361 as a sub-option key and runs the auto exclusion logic.  For example, let's
7362 say you use a @code{Net} tag to identify tasks which need network access, an
7363 @code{Errand} tag for errands in town, and a @code{Call} tag for making phone
7364 calls.  You could auto-exclude these tags based on the availability of the
7365 Internet, and outside of business hours, with something like this:
7367 @lisp
7368 @group
7369 (defun org-my-auto-exclude-function (tag)
7370   (and (cond
7371         ((string= tag "Net")
7372          (/= 0 (call-process "/sbin/ping" nil nil nil
7373                              "-c1" "-q" "-t1" "mail.gnu.org")))
7374         ((or (string= tag "Errand") (string= tag "Call"))
7375          (let ((hour (nth 2 (decode-time))))
7376            (or (< hour 8) (> hour 21)))))
7377        (concat "-" tag)))
7379 (setq org-agenda-auto-exclude-function 'org-my-auto-exclude-function)
7380 @end group
7381 @end lisp
7383 @kindex \
7384 @item \
7385 Narrow the current agenda filter by an additional condition.  When called with
7386 prefix arg, remove the entries that @emph{do} have the tag, or that do match
7387 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
7388 @kbd{-} as the first key after the @kbd{/} command.
7390 @kindex [
7391 @kindex ]
7392 @kindex @{
7393 @kindex @}
7394 @item [ ] @{ @}
7395 @table @i
7396 @item @r{in} search view
7397 add new search words (@kbd{[} and @kbd{]}) or new regular expressions
7398 (@kbd{@{} and @kbd{@}}) to the query string.  The opening bracket/brace will
7399 add a positive search term prefixed by @samp{+}, indicating that this search
7400 term @i{must} occur/match in the entry.  The closing bracket/brace will add a
7401 negative search term which @i{must not} occur/match in the entry for it to be
7402 selected.
7403 @end table
7405 @page
7406 @tsubheading{Remote editing}
7407 @cindex remote editing, from agenda
7409 @item 0-9
7410 Digit argument.
7412 @cindex undoing remote-editing events
7413 @cindex remote editing, undo
7414 @kindex C-_
7415 @item C-_
7416 Undo a change due to a remote editing command.  The change is undone
7417 both in the agenda buffer and in the remote buffer.
7419 @kindex t
7420 @item t
7421 Change the TODO state of the item, both in the agenda and in the
7422 original org file.
7424 @kindex C-S-@key{right}
7425 @kindex C-S-@key{left}
7426 @item C-S-@key{right}@r{/}@key{left}
7427 Switch to the next/previous set of TODO keywords.
7429 @kindex C-k
7430 @item C-k
7431 @vindex org-agenda-confirm-kill
7432 Delete the current agenda item along with the entire subtree belonging
7433 to it in the original Org file.  If the text to be deleted remotely
7434 is longer than one line, the kill needs to be confirmed by the user.  See
7435 variable @code{org-agenda-confirm-kill}.
7437 @kindex C-c C-w
7438 @item C-c C-w
7439 Refile the entry at point.
7441 @kindex C-c C-x C-a
7442 @kindex a
7443 @item C-c C-x C-a @ @r{or short} @ a
7444 @vindex org-archive-default-command
7445 Archive the subtree corresponding to the entry at point using the default
7446 archiving command set in @code{org-archive-default-command}.  When using the
7447 @code{a} key, confirmation will be required.
7449 @kindex C-c C-x a
7450 @item C-c C-x a
7451 Toggle the ARCHIVE tag for the current headline.
7453 @kindex C-c C-x A
7454 @item C-c C-x A
7455 Move the subtree corresponding to the current entry to its @emph{archive
7456 sibling}.
7458 @kindex $
7459 @kindex C-c C-x C-s
7460 @item C-c C-x C-s @ @r{or short} @ $
7461 Archive the subtree corresponding to the current headline.  This means the
7462 entry will be moved to the configured archive location, most likely a
7463 different file.
7465 @kindex T
7466 @item T
7467 @vindex org-agenda-show-inherited-tags
7468 Show all tags associated with the current item.  This is useful if you have
7469 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
7470 tags of a headline occasionally.
7472 @kindex :
7473 @item :
7474 Set tags for the current headline.  If there is an active region in the
7475 agenda, change a tag for all headings in the region.
7477 @kindex ,
7478 @item ,
7479 Set the priority for the current item.  Org mode prompts for the
7480 priority character. If you reply with @key{SPC}, the priority cookie
7481 is removed from the entry.
7483 @kindex P
7484 @item P
7485 Display weighted priority of current item.
7487 @kindex +
7488 @kindex S-@key{up}
7489 @item +
7490 @itemx S-@key{up}
7491 Increase the priority of the current item.  The priority is changed in
7492 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
7493 key for this.
7495 @kindex -
7496 @kindex S-@key{down}
7497 @item -
7498 @itemx S-@key{down}
7499 Decrease the priority of the current item.
7501 @kindex z
7502 @item z
7503 @vindex org-log-into-drawer
7504 Add a note to the entry.  This note will be recorded, and then files to the
7505 same location where state change notes are put.  Depending on
7506 @code{org-log-into-drawer}, this maybe inside a drawer.
7508 @kindex C-c C-a
7509 @item C-c C-a
7510 Dispatcher for all command related to attachments.
7512 @kindex C-c C-s
7513 @item C-c C-s
7514 Schedule this item
7516 @kindex C-c C-d
7517 @item C-c C-d
7518 Set a deadline for this item.
7520 @kindex k
7521 @item k
7522 Agenda actions, to set dates for selected items to the cursor date.
7523 This command also works in the calendar!  The command prompts for an
7524 additional key:
7525 @example
7526 m   @r{Mark the entry at point for action.  You can also make entries}
7527     @r{in Org files with @kbd{C-c C-x C-k}.}
7528 d   @r{Set the deadline of the marked entry to the date at point.}
7529 s   @r{Schedule the marked entry at the date at point.}
7530 r   @r{Call @code{org-remember} with the cursor date as default date.}
7531 @end example
7532 @noindent
7533 Press @kbd{r} afterward to refresh the agenda and see the effect of the
7534 command.
7536 @kindex S-@key{right}
7537 @item S-@key{right}
7538 Change the timestamp associated with the current line by one day into the
7539 future.  With a numeric prefix argument, change it by that many days.  For
7540 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  With a
7541 @kbd{C-u} prefix, change the time by one hour.  If you immediately repeat the
7542 command, it will continue to change hours even without the prefix arg.  With
7543 a double @kbd{C-u C-u} prefix, do the same for changing minutes.  The stamp
7544 is changed in the original Org file, but the change is not directly reflected
7545 in the agenda buffer.  Use @kbd{r} or @kbd{g} to update the buffer.
7547 @kindex S-@key{left}
7548 @item S-@key{left}
7549 Change the timestamp associated with the current line by one day
7550 into the past.
7552 @kindex >
7553 @item >
7554 Change the timestamp associated with the current line to today.
7555 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
7556 on my keyboard.
7558 @kindex I
7559 @item I
7560 Start the clock on the current item.  If a clock is running already, it
7561 is stopped first.
7563 @kindex O
7564 @item O
7565 Stop the previously started clock.
7567 @kindex X
7568 @item X
7569 Cancel the currently running clock.
7571 @kindex J
7572 @item J
7573 Jump to the running clock in another window.
7575 @tsubheading{Bulk remote editing selected entries}
7576 @cindex remote editing, bulk, from agenda
7578 @kindex m
7579 @item s
7580 Mark the entry at point for bulk action.
7582 @kindex u
7583 @item u
7584 Unmark entry for bulk action.
7586 @kindex U
7587 @item U
7588 Unmark all marked entries for bulk action.
7590 @kindex B
7591 @item B
7592 Bulk action: act on all marked entries in the agenda.  This will prompt for
7593 another key to select the action to be applied:
7594 @example
7595 r  @r{Prompt for a single refile target and move all entries.  The entries}
7596    @r{will no longer be in the agenda, refresh (@kbd{g}) to bring them back.}
7597 $  @r{Archive all selected entries.}
7598 A  @r{Archive entries by moving them to their respective archive siblings.}
7599 t  @r{Change TODO state.  This prompts for a single TODO keyword and}
7600    @r{changes the state of all selected entries, bypassing blocking and}
7601    @r{suppressing logging notes (but not time stamps).}
7602 +  @r{Add a tag to all selected entries.}
7603 -  @r{Remove a tag from all selected entries.}
7604 s  @r{Schedule all items to a new date.  To shift existing schedule dates}
7605    @r{by a fixed number of days, use something starting with double plus}
7606    @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
7607 d  @r{Set deadline to a specific date.}
7608 @end example
7611 @tsubheading{Calendar commands}
7612 @cindex calendar commands, from agenda
7613 @kindex c
7614 @item c
7615 Open the Emacs calendar and move to the date at the agenda cursor.
7617 @item c
7618 When in the calendar, compute and show the Org mode agenda for the
7619 date at the cursor.
7621 @cindex diary entries, creating from agenda
7622 @kindex i
7623 @item i
7624 Insert a new entry into the diary.  Prompts for the type of entry
7625 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
7626 entry in the diary, just as @kbd{i d}, etc., would do in the calendar.
7627 The date is taken from the cursor position.
7629 @kindex M
7630 @item M
7631 Show the phases of the moon for the three months around current date.
7633 @kindex S
7634 @item S
7635 Show sunrise and sunset times.  The geographical location must be set
7636 with calendar variables, see the documentation for the Emacs calendar.
7638 @kindex C
7639 @item C
7640 Convert the date at cursor into many other cultural and historic
7641 calendars.
7643 @kindex H
7644 @item H
7645 Show holidays for three months around the cursor date.
7647 @item M-x org-export-icalendar-combine-agenda-files
7648 Export a single iCalendar file containing entries from all agenda files.
7649 This is a globally available command, and also available in the agenda menu.
7651 @tsubheading{Exporting to a file}
7652 @kindex C-x C-w
7653 @item C-x C-w
7654 @cindex exporting agenda views
7655 @cindex agenda views, exporting
7656 @vindex org-agenda-exporter-settings
7657 Write the agenda view to a file.  Depending on the extension of the selected
7658 file name, the view will be exported as HTML (extension @file{.html} or
7659 @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}),
7660 and plain text (any other extension).  When called with a @kbd{C-u} prefix
7661 argument, immediately open the newly created file.  Use the variable
7662 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
7663 for @file{htmlize} to be used during export.
7665 @tsubheading{Quit and Exit}
7666 @kindex q
7667 @item q
7668 Quit agenda, remove the agenda buffer.
7670 @kindex x
7671 @cindex agenda files, removing buffers
7672 @item x
7673 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
7674 for the compilation of the agenda.  Buffers created by the user to
7675 visit Org files will not be removed.
7676 @end table
7679 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
7680 @section Custom agenda views
7681 @cindex custom agenda views
7682 @cindex agenda views, custom
7684 Custom agenda commands serve two purposes: to store and quickly access
7685 frequently used TODO and tags searches, and to create special composite
7686 agenda buffers.  Custom agenda commands will be accessible through the
7687 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
7689 @menu
7690 * Storing searches::            Type once, use often
7691 * Block agenda::                All the stuff you need in a single buffer
7692 * Setting Options::             Changing the rules
7693 @end menu
7695 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
7696 @subsection Storing searches
7698 The first application of custom searches is the definition of keyboard
7699 shortcuts for frequently used searches, either creating an agenda
7700 buffer, or a sparse tree (the latter covering of course only the current
7701 buffer).
7702 @kindex C-c a C
7703 @vindex org-agenda-custom-commands
7704 Custom commands are configured in the variable
7705 @code{org-agenda-custom-commands}.  You can customize this variable, for
7706 example by pressing @kbd{C-c a C}.  You can also directly set it with
7707 Emacs Lisp in @file{.emacs}.  The following example contains all valid
7708 search types:
7710 @lisp
7711 @group
7712 (setq org-agenda-custom-commands
7713       '(("w" todo "WAITING")
7714         ("W" todo-tree "WAITING")
7715         ("u" tags "+boss-urgent")
7716         ("v" tags-todo "+boss-urgent")
7717         ("U" tags-tree "+boss-urgent")
7718         ("f" occur-tree "\\<FIXME\\>")
7719         ("h" . "HOME+Name tags searches") ; description for "h" prefix
7720         ("hl" tags "+home+Lisa")
7721         ("hp" tags "+home+Peter")
7722         ("hk" tags "+home+Kim")))
7723 @end group
7724 @end lisp
7726 @noindent
7727 The initial string in each entry defines the keys you have to press
7728 after the dispatcher command @kbd{C-c a} in order to access the command.
7729 Usually this will be just a single character, but if you have many
7730 similar commands, you can also define two-letter combinations where the
7731 first character is the same in several combinations and serves as a
7732 prefix key@footnote{You can provide a description for a prefix key by
7733 inserting a cons cell with the prefix and the description.}.  The second
7734 parameter is the search type, followed by the string or regular
7735 expression to be used for the matching.  The example above will
7736 therefore define:
7738 @table @kbd
7739 @item C-c a w
7740 as a global search for TODO entries with @samp{WAITING} as the TODO
7741 keyword
7742 @item C-c a W
7743 as the same search, but only in the current buffer and displaying the
7744 results as a sparse tree
7745 @item C-c a u
7746 as a global tags search for headlines marked @samp{:boss:} but not
7747 @samp{:urgent:}
7748 @item C-c a v
7749 as the same search as @kbd{C-c a u}, but limiting the search to
7750 headlines that are also TODO items
7751 @item C-c a U
7752 as the same search as @kbd{C-c a u}, but only in the current buffer and
7753 displaying the result as a sparse tree
7754 @item C-c a f
7755 to create a sparse tree (again: current buffer only) with all entries
7756 containing the word @samp{FIXME}
7757 @item C-c a h
7758 as a prefix command for a HOME tags search where you have to press an
7759 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
7760 Peter, or Kim) as additional tag to match.
7761 @end table
7763 @node Block agenda, Setting Options, Storing searches, Custom agenda views
7764 @subsection Block agenda
7765 @cindex block agenda
7766 @cindex agenda, with block views
7768 Another possibility is the construction of agenda views that comprise
7769 the results of @emph{several} commands, each of which creates a block in
7770 the agenda buffer.  The available commands include @code{agenda} for the
7771 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
7772 for the global TODO list (as constructed with @kbd{C-c a t}), and the
7773 matching commands discussed above: @code{todo}, @code{tags}, and
7774 @code{tags-todo}.  Here are two examples:
7776 @lisp
7777 @group
7778 (setq org-agenda-custom-commands
7779       '(("h" "Agenda and Home-related tasks"
7780          ((agenda "")
7781           (tags-todo "home")
7782           (tags "garden")))
7783         ("o" "Agenda and Office-related tasks"
7784          ((agenda "")
7785           (tags-todo "work")
7786           (tags "office")))))
7787 @end group
7788 @end lisp
7790 @noindent
7791 This will define @kbd{C-c a h} to create a multi-block view for stuff
7792 you need to attend to at home.  The resulting agenda buffer will contain
7793 your agenda for the current week, all TODO items that carry the tag
7794 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
7795 command @kbd{C-c a o} provides a similar view for office tasks.
7797 @node Setting Options,  , Block agenda, Custom agenda views
7798 @subsection Setting options for custom commands
7799 @cindex options, for custom agenda views
7801 @vindex org-agenda-custom-commands
7802 Org mode contains a number of variables regulating agenda construction
7803 and display.  The global variables define the behavior for all agenda
7804 commands, including the custom commands.  However, if you want to change
7805 some settings just for a single custom view, you can do so.  Setting
7806 options requires inserting a list of variable names and values at the
7807 right spot in @code{org-agenda-custom-commands}.  For example:
7809 @lisp
7810 @group
7811 (setq org-agenda-custom-commands
7812       '(("w" todo "WAITING"
7813          ((org-agenda-sorting-strategy '(priority-down))
7814           (org-agenda-prefix-format "  Mixed: ")))
7815         ("U" tags-tree "+boss-urgent"
7816          ((org-show-following-heading nil)
7817           (org-show-hierarchy-above nil)))
7818         ("N" search ""
7819          ((org-agenda-files '("~org/notes.org"))
7820           (org-agenda-text-search-extra-files nil)))))
7821 @end group
7822 @end lisp
7824 @noindent
7825 Now the @kbd{C-c a w} command will sort the collected entries only by
7826 priority, and the prefix format is modified to just say @samp{  Mixed: }
7827 instead of giving the category of the entry.  The sparse tags tree of
7828 @kbd{C-c a U} will now turn out ultra-compact, because neither the
7829 headline hierarchy above the match, nor the headline following the match
7830 will be shown.  The command @kbd{C-c a N} will do a text search limited
7831 to only a single file.
7833 @vindex org-agenda-custom-commands
7834 For command sets creating a block agenda,
7835 @code{org-agenda-custom-commands} has two separate spots for setting
7836 options.  You can add options that should be valid for just a single
7837 command in the set, and options that should be valid for all commands in
7838 the set.  The former are just added to the command entry, the latter
7839 must come after the list of command entries.  Going back to the block
7840 agenda example (@pxref{Block agenda}), let's change the sorting strategy
7841 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
7842 the results for GARDEN tags query in the opposite order,
7843 @code{priority-up}.  This would look like this:
7845 @lisp
7846 @group
7847 (setq org-agenda-custom-commands
7848       '(("h" "Agenda and Home-related tasks"
7849          ((agenda)
7850           (tags-todo "home")
7851           (tags "garden"
7852                 ((org-agenda-sorting-strategy '(priority-up)))))
7853          ((org-agenda-sorting-strategy '(priority-down))))
7854         ("o" "Agenda and Office-related tasks"
7855          ((agenda)
7856           (tags-todo "work")
7857           (tags "office")))))
7858 @end group
7859 @end lisp
7861 As you see, the values and parentheses setting is a little complex.
7862 When in doubt, use the customize interface to set this variable---it
7863 fully supports its structure.  Just one caveat: when setting options in
7864 this interface, the @emph{values} are just Lisp expressions.  So if the
7865 value is a string, you need to add the double-quotes around the value
7866 yourself.
7869 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
7870 @section Exporting Agenda Views
7871 @cindex agenda views, exporting
7873 If you are away from your computer, it can be very useful to have a printed
7874 version of some agenda views to carry around.  Org mode can export custom
7875 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
7876 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
7877 ghostscript @file{ps2pdf} utility must be installed on the system.  Selecting
7878 a PDF file with also create the postscript file.}, and iCalendar files.  If
7879 you want to do this only occasionally, use the command
7881 @table @kbd
7882 @kindex C-x C-w
7883 @item C-x C-w
7884 @cindex exporting agenda views
7885 @cindex agenda views, exporting
7886 @vindex org-agenda-exporter-settings
7887 Write the agenda view to a file.  Depending on the extension of the selected
7888 file name, the view will be exported as HTML (extension @file{.html} or
7889 @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension
7890 @file{.ics}), or plain text (any other extension).  Use the variable
7891 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
7892 for @file{htmlize} to be used during export, for example
7894 @vindex org-agenda-add-entry-text-maxlines
7895 @vindex htmlize-output-type
7896 @vindex ps-number-of-columns
7897 @vindex ps-landscape-mode
7898 @lisp
7899 (setq org-agenda-exporter-settings
7900       '((ps-number-of-columns 2)
7901         (ps-landscape-mode t)
7902         (org-agenda-add-entry-text-maxlines 5)
7903         (htmlize-output-type 'css)))
7904 @end lisp
7905 @end table
7907 If you need to export certain agenda views frequently, you can associate
7908 any custom agenda command with a list of output file names
7909 @footnote{If you want to store standard views like the weekly agenda
7910 or the global TODO list as well, you need to define custom commands for
7911 them in order to be able to specify file names.}.  Here is an example
7912 that first defines custom commands for the agenda and the global
7913 TODO list, together with a number of files to which to export them.
7914 Then we define two block agenda commands and specify file names for them
7915 as well.  File names can be relative to the current working directory,
7916 or absolute.
7918 @lisp
7919 @group
7920 (setq org-agenda-custom-commands
7921       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
7922         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
7923         ("h" "Agenda and Home-related tasks"
7924          ((agenda "")
7925           (tags-todo "home")
7926           (tags "garden"))
7927          nil
7928          ("~/views/home.html"))
7929         ("o" "Agenda and Office-related tasks"
7930          ((agenda)
7931           (tags-todo "work")
7932           (tags "office"))
7933          nil
7934          ("~/views/office.ps" "~/calendars/office.ics"))))
7935 @end group
7936 @end lisp
7938 The extension of the file name determines the type of export.  If it is
7939 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
7940 the buffer to HTML and save it to this file name.  If the extension is
7941 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
7942 Postscript output.  If the extension is @file{.ics}, iCalendar export is
7943 run export over all files that were used to construct the agenda, and
7944 limit the export to entries listed in the agenda.  Any other
7945 extension produces a plain ASCII file.
7947 The export files are @emph{not} created when you use one of those
7948 commands interactively because this might use too much overhead.
7949 Instead, there is a special command to produce @emph{all} specified
7950 files in one step:
7952 @table @kbd
7953 @kindex C-c a e
7954 @item C-c a e
7955 Export all agenda views that have export file names associated with
7956 them.
7957 @end table
7959 You can use the options section of the custom agenda commands to also
7960 set options for the export commands.  For example:
7962 @lisp
7963 (setq org-agenda-custom-commands
7964       '(("X" agenda ""
7965          ((ps-number-of-columns 2)
7966           (ps-landscape-mode t)
7967           (org-agenda-prefix-format " [ ] ")
7968           (org-agenda-with-colors nil)
7969           (org-agenda-remove-tags t))
7970          ("theagenda.ps"))))
7971 @end lisp
7973 @noindent
7974 This command sets two options for the Postscript exporter, to make it
7975 print in two columns in landscape format---the resulting page can be cut
7976 in two and then used in a paper agenda.  The remaining settings modify
7977 the agenda prefix to omit category and scheduling information, and
7978 instead include a checkbox to check off items.  We also remove the tags
7979 to make the lines compact, and we don't want to use colors for the
7980 black-and-white printer.  Settings specified in
7981 @code{org-agenda-exporter-settings} will also apply, but the settings
7982 in @code{org-agenda-custom-commands} take precedence.
7984 @noindent
7985 From the command line you may also use
7986 @example
7987 emacs -f org-batch-store-agenda-views -kill
7988 @end example
7989 @noindent
7990 or, if you need to modify some parameters@footnote{Quoting depends on the
7991 system you use, please check the FAQ for examples.}
7992 @example
7993 emacs -eval '(org-batch-store-agenda-views                      \
7994               org-agenda-ndays 30                               \
7995               org-agenda-start-day "2007-11-01"                 \
7996               org-agenda-include-diary nil                      \
7997               org-agenda-files (quote ("~/org/project.org")))'  \
7998       -kill
7999 @end example
8000 @noindent
8001 which will create the agenda views restricted to the file
8002 @file{~/org/project.org}, without diary entries and with a 30-day
8003 extent.
8005 You can also extract agenda information in a way that allows further
8006 processing by other programs.  See @ref{Extracting agenda information}, for
8007 more information.
8010 @node Agenda column view,  , Exporting Agenda Views, Agenda Views
8011 @section Using column view in the agenda
8012 @cindex column view, in agenda
8013 @cindex agenda, column view
8015 Column view (@pxref{Column view}) is normally used to view and edit
8016 properties embedded in the hierarchical structure of an Org file.  It can be
8017 quite useful to use column view also from the agenda, where entries are
8018 collected by certain criteria.
8020 @table @kbd
8021 @kindex C-c C-x C-c
8022 @item C-c C-x C-c
8023 Turn on column view in the agenda.
8024 @end table
8026 To understand how to use this properly, it is important to realize that the
8027 entries in the agenda are no longer in their proper outline environment.
8028 This causes the following issues:
8030 @enumerate
8031 @item
8032 @vindex org-columns-default-format
8033 @vindex org-overriding-columns-format
8034 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
8035 entries in the agenda are collected from different files, and different files
8036 may have different @code{COLUMNS} formats, this is a non-trivial problem.
8037 Org first checks if the variable @code{org-overriding-columns-format} is
8038 currently set, and if so, takes the format from there.  Otherwise it takes
8039 the format associated with the first item in the agenda, or, if that item
8040 does not have a specific format (defined in a property, or in its file), it
8041 uses @code{org-columns-default-format}.
8042 @item
8043 @cindex property, special, CLOCKSUM
8044 If any of the columns has a summary type defined (@pxref{Column attributes}),
8045 turning on column view in the agenda will visit all relevant agenda files and
8046 make sure that the computations of this property are up to date.  This is
8047 also true for the special @code{CLOCKSUM} property.  Org will then sum the
8048 values displayed in the agenda.  In the daily/weekly agenda, the sums will
8049 cover a single day, in all other views they cover the entire block.  It is
8050 vital to realize that the agenda may show the same entry @emph{twice} (for
8051 example as scheduled and as a deadline), and it may show two entries from the
8052 same hierarchy (for example a @emph{parent} and its @emph{child}).  In these
8053 cases, the summation in the agenda will lead to incorrect results because
8054 some values will count double.
8055 @item
8056 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
8057 the entire clocked time for this item.  So even in the daily/weekly agenda,
8058 the clocksum listed in column view may originate from times outside the
8059 current view.  This has the advantage that you can compare these values with
8060 a column listing the planned total effort for a task---one of the major
8061 applications for column view in the agenda.  If you want information about
8062 clocked time in the displayed period use clock table mode (press @kbd{R} in
8063 the agenda).
8064 @end enumerate
8067 @node Markup, Exporting, Agenda Views, Top
8068 @chapter Markup for rich export
8070 When exporting Org-mode documents, the exporter tries to reflect the
8071 structure of the document as accurately as possible in the backend.  Since
8072 export targets like HTML, La@TeX{}, or DocBook allow much richer formatting,
8073 Org mode has rules on how to prepare text for rich export.  This section
8074 summarizes the markup rules used in an Org-mode buffer.
8076 @menu
8077 * Structural markup elements::  The basic structure as seen by the exporter
8078 * Images and tables::           Tables and Images will be included
8079 * Literal examples::            Source code examples with special formatting
8080 * Include files::               Include additional files into a document
8081 * Macro replacement::           Use macros to create complex output
8082 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
8083 @end menu
8085 @node Structural markup elements, Images and tables, Markup, Markup
8086 @section Structural markup elements
8088 @menu
8089 * Document title::              Where the title is taken from
8090 * Headings and sections::       The document structure as seen by the exporter
8091 * Table of contents::           The if and where of the table of contents
8092 * Initial text::                Text before the first heading?
8093 * Lists::                       Lists
8094 * Paragraphs::                  Paragraphs
8095 * Footnote markup::             Footnotes
8096 * Emphasis and monospace::      Bold, italic, etc.
8097 * Horizontal rules::            Make a line
8098 * Comment lines::               What will *not* be exported
8099 @end menu
8101 @node Document title, Headings and sections, Structural markup elements, Structural markup elements
8102 @subheading Document title
8103 @cindex document title, markup rules
8105 @noindent
8106 The title of the exported document is taken from the special line
8108 @cindex #+TITLE
8109 @example
8110 #+TITLE: This is the title of the document
8111 @end example
8113 @noindent
8114 If this line does not exist, the title is derived from the first non-empty,
8115 non-comment line in the buffer.  If no such line exists, or if you have
8116 turned off exporting of the text before the first headline (see below), the
8117 title will be the file name without extension.
8119 @cindex property, EXPORT_TITLE
8120 If you are exporting only a subtree by marking is as the region, the heading
8121 of the subtree will become the title of the document.  If the subtree has a
8122 property @code{EXPORT_TITLE}, that will take precedence.
8124 @node Headings and sections, Table of contents, Document title, Structural markup elements
8125 @subheading Headings and sections
8126 @cindex headings and sections, markup rules
8128 @vindex org-export-headline-levels
8129 The outline structure of the document as described in @ref{Document
8130 Structure}, forms the basis for defining sections of the exported document.
8131 However, since the outline structure is also used for (for example) lists of
8132 tasks, only the first three outline levels will be used as headings.  Deeper
8133 levels will become itemized lists.  You can change the location of this
8134 switch globally by setting the variable @code{org-export-headline-levels}, or on a
8135 per-file basis with a line
8137 @cindex #+OPTIONS
8138 @example
8139 #+OPTIONS: H:4
8140 @end example
8142 @node Table of contents, Initial text, Headings and sections, Structural markup elements
8143 @subheading Table of contents
8144 @cindex table of contents, markup rules
8146 @vindex org-export-with-toc
8147 The table of contents is normally inserted directly before the first headline
8148 of the file.  If you would like to get it to a different location, insert the
8149 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
8150 location.  The depth of the table of contents is by default the same as the
8151 number of headline levels, but you can choose a smaller number, or turn off
8152 the table of contents entirely, by configuring the variable
8153 @code{org-export-with-toc}, or on a per-file basis with a line like
8155 @example
8156 #+OPTIONS: toc:2          (only to two levels in TOC)
8157 #+OPTIONS: toc:nil        (no TOC at all)
8158 @end example
8160 @node Initial text, Lists, Table of contents, Structural markup elements
8161 @subheading Text before the first headline
8162 @cindex text before first headline, markup rules
8163 @cindex #+TEXT
8165 Org mode normally exports the text before the first headline, and even uses
8166 the first line as the document title.  The text will be fully marked up.  If
8167 you need to include literal HTML, La@TeX{}, or DocBook code, use the special
8168 constructs described below in the sections for the individual exporters.
8170 @vindex org-export-skip-text-before-1st-heading
8171 Some people like to use the space before the first headline for setup and
8172 internal links and therefore would like to control the exported text before
8173 the first headline in a different way.  You can do so by setting the variable
8174 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
8175 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
8177 @noindent
8178 If you still want to have some text before the first headline, use the
8179 @code{#+TEXT} construct:
8181 @example
8182 #+OPTIONS: skip:t
8183 #+TEXT: This text will go before the *first* headline.
8184 #+TEXT: [TABLE-OF-CONTENTS]
8185 #+TEXT: This goes between the table of contents and the first headline
8186 @end example
8188 @node Lists, Paragraphs, Initial text, Structural markup elements
8189 @subheading Lists
8190 @cindex lists, markup rules
8192 Plain lists as described in @ref{Plain lists}, are translated to the backend's
8193 syntax for such lists.  Most backends support unordered, ordered, and
8194 description lists.
8196 @node Paragraphs, Footnote markup, Lists, Structural markup elements
8197 @subheading Paragraphs, line breaks, and quoting
8198 @cindex paragraphs, markup rules
8200 Paragraphs are separated by at least one empty line.  If you need to enforce
8201 a line break within a paragraph, use @samp{\\} at the end of a line.
8203 To keep the line breaks in a region, but otherwise use normal formatting, you
8204 can use this construct, which can also be used to format poetry.
8206 @cindex #+BEGIN_VERSE
8207 @example
8208 #+BEGIN_VERSE
8209  Great clouds overhead
8210  Tiny black birds rise and fall
8211  Snow covers Emacs
8213      -- AlexSchroeder
8214 #+END_VERSE
8215 @end example
8217 When quoting a passage from another document, it is customary to format this
8218 as a paragraph that is indented on both the left and the right margin.  You
8219 can include quotations in Org-mode documents like this:
8221 @cindex #+BEGIN_QUOTE
8222 @example
8223 #+BEGIN_QUOTE
8224 Everything should be made as simple as possible,
8225 but not any simpler -- Albert Einstein
8226 #+END_QUOTE
8227 @end example
8229 If you would like to center some text, do it like this:
8230 @cindex #+BEGIN_CENTER
8231 @example
8232 #+BEGIN_CENTER
8233 Everything should be made as simple as possible, \\
8234 but not any simpler
8235 #+END_CENTER
8236 @end example
8239 @node Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements
8240 @subheading Footnote markup
8241 @cindex footnotes, markup rules
8242 @cindex @file{footnote.el}
8244 Footnotes defined in the way described in @ref{Footnotes}, will be exported by
8245 all backends.  Org allows multiple references to the same note, and
8246 different backends support this to varying degrees.
8248 @node Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements
8249 @subheading Emphasis and monospace
8251 @cindex underlined text, markup rules
8252 @cindex bold text, markup rules
8253 @cindex italic text, markup rules
8254 @cindex verbatim text, markup rules
8255 @cindex code text, markup rules
8256 @cindex strike-through text, markup rules
8257 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
8258 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
8259 in the code and verbatim string is not processed for Org-mode specific
8260 syntax, it is exported verbatim.
8262 @node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
8263 @subheading  Horizontal rules
8264 @cindex horizontal rules, markup rules
8265 A line consisting of only dashes, and at least 5 of them, will be
8266 exported as a horizontal line (@samp{<hr/>} in HTML).
8268 @node Comment lines,  , Horizontal rules, Structural markup elements
8269 @subheading Comment lines
8270 @cindex comment lines
8271 @cindex exporting, not
8272 @cindex #+BEGIN_COMMENT
8274 Lines starting with @samp{#} in column zero are treated as comments and will
8275 never be exported. If you want an indented line to be treated as a comment,
8276 start it with @samp{#+ }.  Also entire subtrees starting with the word
8277 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
8278 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
8280 @table @kbd
8281 @kindex C-c ;
8282 @item C-c ;
8283 Toggle the COMMENT keyword at the beginning of an entry.
8284 @end table
8287 @node Images and tables, Literal examples, Structural markup elements, Markup
8288 @section Images and Tables
8290 @cindex tables, markup rules
8291 @cindex #+CAPTION
8292 @cindex #+LABEL
8293 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
8294 the @file{table.el} package will be exported properly.  For Org mode tables,
8295 the lines before the first horizontal separator line will become table header
8296 lines.  You can use the following lines somewhere before the table to assign
8297 a caption and a label for cross references:
8299 @example
8300 #+CAPTION: This is the caption for the next table (or link)
8301 #+LABEL:   tbl:basic-data
8302    | ... | ...|
8303    |-----|----|
8304 @end example
8306 @cindex inlined images, markup rules
8307 Some backends (HTML, La@TeX{}, and DocBook) allow you to directly include
8308 images into the exported document.  Org does this, if a link to an image
8309 files does not have a description part, for example @code{[[./img/a.jpg]]}.
8310 If you wish to define a caption for the image and maybe a label for internal
8311 cross references, you sure that the link is on a line by itself precede it
8312 with:
8314 @example
8315 #+CAPTION: This is the caption for the next figure link (or table)
8316 #+LABEL:   fig:SED-HR4049
8317 [[./img/a.jpg]]
8318 @end example
8320 You may also define additional attributes for the figure.  As this is
8321 backend-specific, see the sections about the individual backends for more
8322 information.
8325 @node Literal examples, Include files, Images and tables, Markup
8326 @section Literal examples
8327 @cindex literal examples, markup rules
8328 @cindex code line references, markup rules
8330 You can include literal examples that should not be subjected to
8331 markup.  Such examples will be typeset in monospace, so this is well suited
8332 for source code and similar examples.
8333 @cindex #+BEGIN_EXAMPLE
8335 @example
8336 #+BEGIN_EXAMPLE
8337 Some example from a text file.
8338 #+END_EXAMPLE
8339 @end example
8341 Note that such blocks may be @i{indented} in order to align nicely with
8342 indented text and in particular with plain list structure (@pxref{Plain
8343 lists}).  For simplicity when using small examples, you can also start the
8344 example lines with a colon followed by a space.  There may also be additional
8345 whitespace before the colon:
8347 @example
8348 Here is an example
8349    : Some example from a text file.
8350 @end example
8352 @cindex formatting source code, markup rules
8353 If the example is source code from a programming language, or any other text
8354 that can be marked up by font-lock in Emacs, you can ask for the example to
8355 look like the fontified Emacs buffer@footnote{Currently this works for the
8356 HTML backend, and requires the @file{htmlize.el} package version 1.34 or
8357 later.  It also works for LaTeX with the listings package, if you turn on the
8358 option @code{org-export-latex-listings} and make sure that the listings
8359 package is included by the LaTeX header.}.  This is done with the @samp{src}
8360 block, where you also need to specify the name of the major mode that should
8361 be used to fontify the example:
8362 @cindex #+BEGIN_SRC
8364 @example
8365 #+BEGIN_SRC emacs-lisp
8366 (defun org-xor (a b)
8367    "Exclusive or."
8368    (if a (not b) b))
8369 #+END_SRC
8370 @end example
8372 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
8373 switch to the end of the @code{BEGIN} line, to get the lines of the example
8374 numbered.  If you use a @code{+n} switch, the numbering from the previous
8375 numbered snippet will be continued in the current one.  In literal examples,
8376 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
8377 targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference name
8378 enclosed in single parenthesis).  In HTML, hovering the mouse over such a
8379 link will remote-highlight the corresponding code line, which is kind of
8380 cool.
8382 You can also add a @code{-r} switch which @i{removes} the labels from the
8383 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
8384 labels in the source code while using line numbers for the links, which might
8385 be useful to explain those in an org-mode example code.}.  With the @code{-n}
8386 switch, links to these references will be labeled by the line numbers from
8387 the code listing, otherwise links will use the labels with no parentheses.
8388 Here is an example:
8390 @example
8391 #+BEGIN_SRC emacs-lisp -n -r
8392 (save-excursion                  (ref:sc)
8393    (goto-char (point-min))       (ref:jump)
8394 #+END_SRC
8395 In line [[(sc)]] we remember the current position.  [[(jump)][Line (jump)]]
8396 jumps to point-min.
8397 @end example
8399 @vindex org-coderef-label-format
8400 If the syntax for the label format conflicts with the language syntax, use a
8401 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
8402 -n -r -l "((%s))"}.  See also the variable @code{org-coderef-label-format}.
8404 HTML export also allows examples to be published as text areas, @xref{Text
8405 areas in HTML export}.
8407 @table @kbd
8408 @kindex C-c '
8409 @item C-c '
8410 Edit the source code example at point in its native mode.  This works by
8411 switching to a temporary buffer with the source code.  You need to exit by
8412 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}
8413 or @samp{#} will get a comma prepended, to keep them from being interpreted
8414 by Org as outline nodes or special comments.  These commas will be striped
8415 for editing with @kbd{C-c '}, and also for export.}, the edited version will
8416 then replace the old version in the Org buffer.  Fixed-width regions
8417 (where each line starts with a colon followed by a space) will be edited
8418 using @code{artist-mode}@footnote{You may select a different-mode with the
8419 variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII
8420 drawings easily.  Using this command in an empty line will create a new
8421 fixed-width region.
8422 @kindex C-c l
8423 @item C-c l
8424 Calling @code{org-store-link} while editing a source code example in a
8425 temporary buffer created with @kbd{C-c '} will prompt for a label, make sure
8426 that it is unique in the current buffer, and insert it with the proper
8427 formatting like @samp{(ref:label)} at the end of the current line.  Then the
8428 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
8429 @end table
8432 @node Include files, Macro replacement, Literal examples, Markup
8433 @section Include files
8434 @cindex include files, markup rules
8436 During export, you can include the content of another file.  For example, to
8437 include your @file{.emacs} file, you could use:
8438 @cindex #+INCLUDE
8440 @example
8441 #+INCLUDE: "~/.emacs" src emacs-lisp
8442 @end example
8443 @noindent
8444 The optional second and third parameter are the markup (e.g. @samp{quote},
8445 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
8446 language for formatting the contents.  The markup is optional, if it is not
8447 given, the text will be assumed to be in Org mode format and will be
8448 processed normally.  The include line will also allow additional keyword
8449 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
8450 first line and for each following line, as well as any options accepted by
8451 the selected markup.  For example, to include a file as an item, use
8453 @example
8454 #+INCLUDE: "~/snippets/xx" :prefix1 "   + " :prefix "     "
8455 @end example
8457 @table @kbd
8458 @kindex C-c '
8459 @item C-c '
8460 Visit the include file at point.
8461 @end table
8464 @node Macro replacement, Embedded LaTeX, Include files, Markup
8465 @section Macro replacement
8466 @cindex macro replacement, during export
8467 @cindex #+MACRO
8469 You can define text snippets with
8471 @example
8472 #+MACRO: name   replacement text $1, $2 are arguments
8473 @end example
8475 @noindent which can be referenced anywhere in the document (even in
8476 code examples) with @code{@{@{@{name(arg1,arg2)@}@}@}}.  In addition to
8477 defined macros, @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc.,
8478 will reference information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and
8479 similar lines.  Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
8480 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
8481 and to the modification time of the file being exported, respectively.
8482 @var{FORMAT} should be a format string understood by
8483 @code{format-time-string}.
8485 Macro expansion takes place during export, and some people use it to
8486 construct complex HTML code.
8489 @node Embedded LaTeX,  , Macro replacement, Markup
8490 @section Embedded La@TeX{}
8491 @cindex @TeX{} interpretation
8492 @cindex La@TeX{} interpretation
8494 Plain ASCII is normally sufficient for almost all note taking.  One
8495 exception, however, are scientific notes which need to be able to contain
8496 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
8497 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
8498 features described here as ``La@TeX{}'' are really from @TeX{}, but for
8499 simplicity I am blurring this distinction.}  is widely used to typeset
8500 scientific documents. Org mode supports embedding La@TeX{} code into its
8501 files, because many academics are used to reading La@TeX{} source code, and
8502 because it can be readily processed into images for HTML production.
8504 It is not necessary to mark La@TeX{} macros and code in any special way.
8505 If you observe a few conventions, Org mode knows how to find it and what
8506 to do with it.
8508 @menu
8509 * Special symbols::             Greek letters and other symbols
8510 * Subscripts and superscripts::  Simple syntax for raising/lowering text
8511 * LaTeX fragments::             Complex formulas made easy
8512 * Previewing LaTeX fragments::  What will this snippet look like?
8513 * CDLaTeX mode::                Speed up entering of formulas
8514 @end menu
8516 @node Special symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
8517 @subsection Special symbols
8518 @cindex math symbols
8519 @cindex special symbols
8520 @cindex @TeX{} macros
8521 @cindex La@TeX{} fragments, markup rules
8522 @cindex HTML entities
8523 @cindex La@TeX{} entities
8525 You can use La@TeX{} macros to insert special symbols like @samp{\alpha} to
8526 indicate the Greek letter, or @samp{\to} to indicate an arrow.  Completion
8527 for these macros is available, just type @samp{\} and maybe a few letters,
8528 and press @kbd{M-@key{TAB}} to see possible completions.  Unlike La@TeX{}
8529 code, Org mode allows these macros to be present without surrounding math
8530 delimiters, for example:
8532 @example
8533 Angles are written as Greek letters \alpha, \beta and \gamma.
8534 @end example
8536 @vindex org-html-entities
8537 During export, these symbols will be transformed into the native format of
8538 the exporter backend.  Strings like @code{\alpha} will be exported as
8539 @code{&alpha;} in the HTML output, and as @code{$\alpha$} in the La@TeX{}
8540 output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in HTML and
8541 @code{~} in La@TeX{}.  If you need such a symbol inside a word, terminate it
8542 like this: @samp{\Aacute@{@}stor}.
8544 A large number of entities is provided, with names taken from both HTML and
8545 La@TeX{}, see the variable @code{org-html-entities} for the complete list.
8546 @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
8547 @samp{...} are all converted into special commands creating hyphens of
8548 different lengths or a compact set of dots.
8550 @node Subscripts and superscripts, LaTeX fragments, Special symbols, Embedded LaTeX
8551 @subsection Subscripts and superscripts
8552 @cindex subscript
8553 @cindex superscript
8555 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
8556 and subscripts.  Again, these can be used without embedding them in
8557 math-mode delimiters.  To increase the readability of ASCII text, it is
8558 not necessary (but OK) to surround multi-character sub- and superscripts
8559 with curly braces.  For example
8561 @example
8562 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
8563 the sun is R_@{sun@} = 6.96 x 10^8 m.
8564 @end example
8566 @vindex org-export-with-sub-superscripts
8567 To avoid interpretation as raised or lowered text, you can quote @samp{^} and
8568 @samp{_} with a backslash: @samp{\^} and @samp{\_}.  If you write a text
8569 where the underscore is often used in a different context, Org's convention
8570 to always interpret these as subscripts can get in your way.  Configure the
8571 variable @code{org-export-with-sub-superscripts} to globally change this
8572 convention, or use, on a per-file basis:
8574 @example
8575 #+OPTIONS: ^:@{@}
8576 @end example
8579 @node LaTeX fragments, Previewing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
8580 @subsection La@TeX{} fragments
8581 @cindex La@TeX{} fragments
8583 @vindex org-format-latex-header
8584 With symbols, sub- and superscripts, HTML is pretty much at its end when
8585 it comes to representing mathematical formulas@footnote{Yes, there is
8586 MathML, but that is not yet fully supported by many browsers, and there
8587 is no decent converter for turning La@TeX{} or ASCII representations of
8588 formulas into MathML. So for the time being, converting formulas into
8589 images seems the way to go.}. More complex expressions need a dedicated
8590 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
8591 fragments. It provides commands to preview the typeset result of these
8592 fragments, and upon export to HTML, all fragments will be converted to
8593 images and inlined into the HTML document@footnote{The La@TeX{} export
8594 will not use images for displaying La@TeX{} fragments but include these
8595 fragments directly into the La@TeX{} code.}. For this to work you
8596 need to be on a system with a working La@TeX{} installation. You also
8597 need the @file{dvipng} program, available at
8598 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
8599 will be used when processing a fragment can be configured with the
8600 variable @code{org-format-latex-header}.
8602 La@TeX{} fragments don't need any special marking at all.  The following
8603 snippets will be identified as La@TeX{} source code:
8604 @itemize @bullet
8605 @item
8606 Environments of any kind.  The only requirement is that the
8607 @code{\begin} statement appears on a new line, preceded by only
8608 whitespace.
8609 @item
8610 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
8611 currency specifications, single @samp{$} characters are only recognized as
8612 math delimiters if the enclosed text contains at most two line breaks, is
8613 directly attached to the @samp{$} characters with no whitespace in between,
8614 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
8615 For the other delimiters, there is no such restriction, so when in doubt, use
8616 @samp{\(...\)} as inline math delimiters.
8617 @end itemize
8619 @noindent For example:
8621 @example
8622 \begin@{equation@}                          % arbitrary environments,
8623 x=\sqrt@{b@}                                % even tables, figures
8624 \end@{equation@}                            % etc
8626 If $a^2=b$ and \( b=2 \), then the solution must be
8627 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
8628 @end example
8630 @noindent
8631 @vindex org-format-latex-options
8632 If you need any of the delimiter ASCII sequences for other purposes, you
8633 can configure the option @code{org-format-latex-options} to deselect the
8634 ones you do not wish to have interpreted by the La@TeX{} converter.
8636 @node Previewing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
8637 @subsection Previewing LaTeX fragments
8638 @cindex LaTeX fragments, preview
8640 La@TeX{} fragments can be processed to produce preview images of the
8641 typeset expressions:
8643 @table @kbd
8644 @kindex C-c C-x C-l
8645 @item C-c C-x C-l
8646 Produce a preview image of the La@TeX{} fragment at point and overlay it
8647 over the source code.  If there is no fragment at point, process all
8648 fragments in the current entry (between two headlines).  When called
8649 with a prefix argument, process the entire subtree.  When called with
8650 two prefix arguments, or when the cursor is before the first headline,
8651 process the entire buffer.
8652 @kindex C-c C-c
8653 @item C-c C-c
8654 Remove the overlay preview images.
8655 @end table
8657 @vindex org-format-latex-options
8658 You can customize the variable @code{org-format-latex-options} to influence
8659 some aspects of the preview. In particular, the @code{:scale} (and for HTML
8660 export, @code{:html-scale}) property can be used to adjust the size of the
8661 preview images.
8663 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
8664 converted into images and inlined into the document if the following
8665 setting is active:
8667 @lisp
8668 (setq org-export-with-LaTeX-fragments t)
8669 @end lisp
8671 @node CDLaTeX mode,  , Previewing LaTeX fragments, Embedded LaTeX
8672 @subsection Using CDLa@TeX{} to enter math
8673 @cindex CDLa@TeX{}
8675 CDLa@TeX{} mode is a minor mode that is normally used in combination with a
8676 major La@TeX{} mode like AUC@TeX{} in order to speed-up insertion of
8677 environments and math templates.  Inside Org mode, you can make use of
8678 some of the features of CDLa@TeX{} mode.  You need to install
8679 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
8680 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
8681 Don't use CDLa@TeX{} mode itself under Org mode, but use the light
8682 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
8683 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
8684 Org files with
8686 @lisp
8687 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
8688 @end lisp
8690 When this mode is enabled, the following features are present (for more
8691 details see the documentation of CDLa@TeX{} mode):
8692 @itemize @bullet
8693 @kindex C-c @{
8694 @item
8695 Environment templates can be inserted with @kbd{C-c @{}.
8696 @item
8697 @kindex @key{TAB}
8698 The @key{TAB} key will do template expansion if the cursor is inside a
8699 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
8700 inside such a fragment, see the documentation of the function
8701 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
8702 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
8703 correctly inside the first brace.  Another @key{TAB} will get you into
8704 the second brace.  Even outside fragments, @key{TAB} will expand
8705 environment abbreviations at the beginning of a line.  For example, if
8706 you write @samp{equ} at the beginning of a line and press @key{TAB},
8707 this abbreviation will be expanded to an @code{equation} environment.
8708 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
8709 @item
8710 @kindex _
8711 @kindex ^
8712 @vindex cdlatex-simplify-sub-super-scripts
8713 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
8714 characters together with a pair of braces.  If you use @key{TAB} to move
8715 out of the braces, and if the braces surround only a single character or
8716 macro, they are removed again (depending on the variable
8717 @code{cdlatex-simplify-sub-super-scripts}).
8718 @item
8719 @kindex `
8720 Pressing the backquote @kbd{`} followed by a character inserts math
8721 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
8722 after the backquote, a help window will pop up.
8723 @item
8724 @kindex '
8725 Pressing the single-quote @kbd{'} followed by another character modifies
8726 the symbol before point with an accent or a font.  If you wait more than
8727 1.5 seconds after the backquote, a help window will pop up.  Character
8728 modification will work only inside La@TeX{} fragments, outside the quote
8729 is normal.
8730 @end itemize
8732 @node Exporting, Publishing, Markup, Top
8733 @chapter Exporting
8734 @cindex exporting
8736 Org-mode documents can be exported into a variety of other formats.  For
8737 printing and sharing of notes, ASCII export produces a readable and simple
8738 version of an Org file.  HTML export allows you to publish a notes file on
8739 the web, while the XOXO format provides a solid base for exchange with a
8740 broad range of other applications. La@TeX{} export lets you use Org mode and
8741 its structured editing functions to easily create La@TeX{} files.  DocBook
8742 export makes it possible to convert Org files to many other formats using
8743 DocBook tools.  To incorporate entries with associated times like deadlines
8744 or appointments into a desktop calendar program like iCal, Org mode can also
8745 produce extracts in the iCalendar format.  Currently Org mode only supports
8746 export, not import of these different formats.
8748 Org supports export of selected regions when @code{transient-mark-mode} is
8749 enabled (default in Emacs 23).
8751 @menu
8752 * Selective export::            Using tags to select and exclude trees
8753 * Export options::              Per-file export settings
8754 * The export dispatcher::       How to access exporter commands
8755 * ASCII export::                Exporting to plain ASCII
8756 * HTML export::                 Exporting to HTML
8757 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
8758 * DocBook export::              Exporting to DocBook
8759 * Freemind export::             Exporting to Freemind mind maps
8760 * XOXO export::                 Exporting to XOXO
8761 * iCalendar export::            Exporting in iCalendar format
8762 @end menu
8764 @node Selective export, Export options, Exporting, Exporting
8765 @section Selective export
8766 @cindex export, selective by tags
8768 @vindex org-export-select-tags
8769 @vindex org-export-exclude-tags
8770 You may use tags to select the parts of a document that should be exported,
8771 or to exclude parts from export.  This behavior is governed by two variables:
8772 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
8774 Org first checks if any of the @emph{select} tags is present in the buffer.
8775 If yes, all trees that do not carry one of these tags will be excluded.  If a
8776 selected tree is a subtree, the heading hierarchy above it will also be
8777 selected for export, but not the text below those headings.
8779 @noindent
8780 If none of the select tags is found, the whole buffer will be selected for
8781 export.
8783 @noindent
8784 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
8785 be removed from the export buffer.
8787 @node Export options, The export dispatcher, Selective export, Exporting
8788 @section Export options
8789 @cindex options, for export
8791 @cindex completion, of option keywords
8792 The exporter recognizes special lines in the buffer which provide
8793 additional information.  These lines may be put anywhere in the file.
8794 The whole set of lines can be inserted into the buffer with @kbd{C-c
8795 C-e t}.  For individual lines, a good way to make sure the keyword is
8796 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
8797 (@pxref{Completion}).   For a summary of other in-buffer settings not
8798 specifically related to export, see @ref{In-buffer settings}.
8799 In particular, note that you can place commonly-used (export) options in
8800 a separate file which can be included using @code{#+SETUPFILE}.
8802 @table @kbd
8803 @kindex C-c C-e t
8804 @item C-c C-e t
8805 Insert template with export options, see example below.
8806 @end table
8808 @cindex #+TITLE
8809 @cindex #+AUTHOR
8810 @cindex #+DATE
8811 @cindex #+EMAIL
8812 @cindex #+DESCRIPTION
8813 @cindex #+KEYWORDS
8814 @cindex #+LANGUAGE
8815 @cindex #+TEXT
8816 @cindex #+OPTIONS
8817 @cindex #+BIND
8818 @cindex #+LINK_UP
8819 @cindex #+LINK_HOME
8820 @cindex #+EXPORT_SELECT_TAGS
8821 @cindex #+EXPORT_EXCLUDE_TAGS
8822 @cindex #+LATEX_HEADER
8823 @vindex user-full-name
8824 @vindex user-mail-address
8825 @vindex org-export-default-language
8826 @example
8827 #+TITLE:       the title to be shown (default is the buffer name)
8828 #+AUTHOR:      the author (default taken from @code{user-full-name})
8829 #+DATE:        a date, fixed, of a format string for @code{format-time-string}
8830 #+EMAIL:       his/her email address (default from @code{user-mail-address})
8831 #+DESCRIPTION: the page description, e.g. for the XHTML meta tag
8832 #+KEYWORDS:    the page keywords, e.g. for the XHTML meta tag
8833 #+LANGUAGE:    language for HTML, e.g. @samp{en} (@code{org-export-default-language})
8834 #+TEXT:        Some descriptive text to be inserted at the beginning.
8835 #+TEXT:        Several lines may be given.
8836 #+OPTIONS:     H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
8837 #+BIND:        lisp-var lisp-val, e.g.: org-export-latex-low-levels itemize
8838                @r{You need to confirm using these, or configure @code{org-export-allow-BIND}}
8839 #+LINK_UP:     the ``up'' link of an exported page
8840 #+LINK_HOME:   the ``home'' link of an exported page
8841 #+LATEX_HEADER: extra line(s) for the LaTeX header, like \usepackage@{xyz@}
8842 #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
8843 #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
8844 @end example
8846 @noindent
8847 The OPTIONS line is a compact@footnote{If you want to configure many options
8848 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
8849 you can:
8850 @cindex headline levels
8851 @cindex section-numbers
8852 @cindex table of contents
8853 @cindex line-break preservation
8854 @cindex quoted HTML tags
8855 @cindex fixed-width sections
8856 @cindex tables
8857 @cindex @TeX{}-like syntax for sub- and superscripts
8858 @cindex footnotes
8859 @cindex special strings
8860 @cindex emphasized text
8861 @cindex @TeX{} macros
8862 @cindex La@TeX{} fragments
8863 @cindex author info, in export
8864 @cindex time info, in export
8865 @example
8866 H:         @r{set the number of headline levels for export}
8867 num:       @r{turn on/off section-numbers}
8868 toc:       @r{turn on/off table of contents, or set level limit (integer)}
8869 \n:        @r{turn on/off line-break-preservation}
8870 @@:         @r{turn on/off quoted HTML tags}
8871 ::         @r{turn on/off fixed-width sections}
8872 |:         @r{turn on/off tables}
8873 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
8874            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
8875            @r{the simple @code{a_b} will be left as it is.}
8876 -:         @r{turn on/off conversion of special strings.}
8877 f:         @r{turn on/off footnotes like this[1].}
8878 todo:      @r{turn on/off inclusion of TODO keywords into exported text}
8879 pri:       @r{turn on/off priority cookies}
8880 tags:      @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
8881 <:         @r{turn on/off inclusion of any time/date stamps like DEADLINES}
8882 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
8883 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
8884 LaTeX:     @r{turn on/off La@TeX{} fragments}
8885 skip:      @r{turn on/off skipping the text before the first heading}
8886 author:    @r{turn on/off inclusion of author name/email into exported file}
8887 creator:   @r{turn on/off inclusion of creator info into exported file}
8888 timestamp: @r{turn on/off inclusion creation time into exported file}
8889 d:         @r{turn on/off inclusion of drawers}
8890 @end example
8891 @noindent
8892 These options take effect in both the HTML and La@TeX{} export, except
8893 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
8894 @code{nil} for the La@TeX{} export.
8896 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
8897 calling an export command, the subtree can overrule some of the file's export
8898 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
8899 @code{EXPORT_TEXT}, @code{EXPORT_AUTHOR}, @code{EXPORT_DATE}, and
8900 @code{EXPORT_OPTIONS}.
8902 @node The export dispatcher, ASCII export, Export options, Exporting
8903 @section The export dispatcher
8904 @cindex dispatcher, for export commands
8906 All export commands can be reached using the export dispatcher, which is a
8907 prefix key that prompts for an additional key specifying the command.
8908 Normally the entire file is exported, but if there is an active region that
8909 contains one outline tree, the first heading is used as document title and
8910 the subtrees are exported.
8912 @table @kbd
8913 @kindex C-c C-e
8914 @item C-c C-e
8915 @vindex org-export-run-in-background
8916 Dispatcher for export and publishing commands.  Displays a help-window
8917 listing the additional key(s) needed to launch an export or publishing
8918 command.  The prefix arg is passed through to the exporter.  A double prefix
8919 @kbd{C-u C-u} causes most commands to be executed in the background, in a
8920 separate Emacs process@footnote{To make this behavior the default, customize
8921 the variable @code{org-export-run-in-background}.}.
8922 @kindex C-c C-e v
8923 @item C-c C-e v
8924 Like @kbd{C-c C-e}, but only export the text that is currently visible
8925 (i.e. not hidden by outline visibility).
8926 @kindex C-u C-u C-c C-e
8927 @item C-u C-u C-c C-e
8928 @vindex org-export-run-in-background
8929 Call an the exporter, but reverse the setting of
8930 @code{org-export-run-in-background}, i.e. request background processing if
8931 not set, or force processing in the current Emacs process if set.
8932 @end table
8934 @node ASCII export, HTML export, The export dispatcher, Exporting
8935 @section ASCII export
8936 @cindex ASCII export
8938 ASCII export produces a simple and very readable version of an Org-mode
8939 file.
8941 @cindex region, active
8942 @cindex active region
8943 @cindex transient-mark-mode
8944 @table @kbd
8945 @kindex C-c C-e a
8946 @item C-c C-e a
8947 @cindex property, EXPORT_FILE_NAME
8948 Export as ASCII file.  For an Org file, @file{myfile.org}, the ASCII file
8949 will be @file{myfile.txt}.  The file will be overwritten without
8950 warning.  If there is an active region@footnote{This requires
8951 @code{transient-mark-mode} be turned on.}, only the region will be
8952 exported. If the selected region is a single tree@footnote{To select the
8953 current subtree, use @kbd{C-c @@}.}, the tree head will
8954 become the document title.  If the tree head entry has or inherits an
8955 @code{EXPORT_FILE_NAME} property, that name will be used for the
8956 export.
8957 @kindex C-c C-e A
8958 @item C-c C-e A
8959 Export to a temporary buffer, do not create a file.
8960 @kindex C-c C-e v a
8961 @item C-c C-e v a
8962 Export only the visible part of the document.
8963 @end table
8965 @cindex headline levels, for exporting
8966 In the exported version, the first 3 outline levels will become
8967 headlines, defining a general document structure.  Additional levels
8968 will be exported as itemized lists.  If you want that transition to occur
8969 at a different level, specify it with a prefix argument.  For example,
8971 @example
8972 @kbd{C-1 C-c C-e a}
8973 @end example
8975 @noindent
8976 creates only top level headlines and does the rest as items.  When
8977 headlines are converted to items, the indentation of the text following
8978 the headline is changed to fit nicely under the item.  This is done with
8979 the assumption that the first body line indicates the base indentation of
8980 the body text.  Any indentation larger than this is adjusted to preserve
8981 the layout relative to the first line.  Should there be lines with less
8982 indentation than the first, these are left alone.
8984 @vindex org-export-ascii-links-to-notes
8985 Links will be exported in a footnote-like style, with the descriptive part in
8986 the text and the link in a note before the next heading.  See the variable
8987 @code{org-export-ascii-links-to-notes} for details and other options.
8989 @node HTML export, LaTeX and PDF export, ASCII export, Exporting
8990 @section HTML export
8991 @cindex HTML export
8993 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
8994 HTML formatting, in ways similar to John Gruber's @emph{markdown}
8995 language, but with additional support for tables.
8997 @menu
8998 * HTML Export commands::        How to invoke HTML export
8999 * Quoting HTML tags::           Using direct HTML in Org mode
9000 * Links in HTML export::        How links will be interpreted and formatted
9001 * Tables in HTML export::       How to modify the formatting of tables
9002 * Images in HTML export::       How to insert figures into HTML output
9003 * Text areas in HTML export::   An alternative way to show an example
9004 * CSS support::                 Changing the appearance of the output
9005 * Javascript support::          Info and Folding in a web browser
9006 @end menu
9008 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
9009 @subsection HTML export commands
9011 @cindex region, active
9012 @cindex active region
9013 @cindex transient-mark-mode
9014 @table @kbd
9015 @kindex C-c C-e h
9016 @item C-c C-e h
9017 @cindex property, EXPORT_FILE_NAME
9018 Export as HTML file @file{myfile.html}.  For an Org file @file{myfile.org},
9019 the ASCII file will be @file{myfile.html}.  The file will be overwritten
9020 without warning.  If there is an active region@footnote{This requires
9021 @code{transient-mark-mode} be turned on.}, only the region will be
9022 exported. If the selected region is a single tree@footnote{To select the
9023 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9024 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9025 property, that name will be used for the export.
9026 @kindex C-c C-e b
9027 @item C-c C-e b
9028 Export as HTML file and immediately open it with a browser.
9029 @kindex C-c C-e H
9030 @item C-c C-e H
9031 Export to a temporary buffer, do not create a file.
9032 @kindex C-c C-e R
9033 @item C-c C-e R
9034 Export the active region to a temporary buffer.  With a prefix argument, do
9035 not produce the file header and footer, but just the plain HTML section for
9036 the region.  This is good for cut-and-paste operations.
9037 @kindex C-c C-e v h
9038 @kindex C-c C-e v b
9039 @kindex C-c C-e v H
9040 @kindex C-c C-e v R
9041 @item C-c C-e v h
9042 @item C-c C-e v b
9043 @item C-c C-e v H
9044 @item C-c C-e v R
9045 Export only the visible part of the document.
9046 @item M-x org-export-region-as-html
9047 Convert the region to HTML under the assumption that it was Org-mode
9048 syntax before.  This is a global command that can be invoked in any
9049 buffer.
9050 @item M-x org-replace-region-by-HTML
9051 Replace the active region (assumed to be in Org-mode syntax) by HTML
9052 code.
9053 @end table
9055 @cindex headline levels, for exporting
9056 In the exported version, the first 3 outline levels will become headlines,
9057 defining a general document structure.  Additional levels will be exported as
9058 itemized lists.  If you want that transition to occur at a different level,
9059 specify it with a numeric prefix argument.  For example,
9061 @example
9062 @kbd{C-2 C-c C-e b}
9063 @end example
9065 @noindent
9066 creates two levels of headings and does the rest as items.
9068 @node Quoting HTML tags, Links in HTML export, HTML Export commands, HTML export
9069 @subsection Quoting HTML tags
9071 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
9072 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
9073 which should be interpreted as such, mark them with @samp{@@} as in
9074 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
9075 simple tags.  For more extensive HTML that should be copied verbatim to
9076 the exported file use either
9078 @cindex #+HTML
9079 @cindex #+BEGIN_HTML
9080 @example
9081 #+HTML: Literal HTML code for export
9082 @end example
9084 @noindent or
9085 @cindex #+BEGIN_HTML
9087 @example
9088 #+BEGIN_HTML
9089 All lines between these markers are exported literally
9090 #+END_HTML
9091 @end example
9094 @node Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export
9095 @subsection Links in HTML export
9097 @cindex links, in HTML export
9098 @cindex internal links, in HTML export
9099 @cindex external links, in HTML export
9100 Internal links (@pxref{Internal links}) will continue to work in HTML.  This
9101 includes automatic links created by radio targets (@pxref{Radio
9102 targets}).  Links to external files will still work if the target file is on
9103 the same @i{relative} path as the published Org file.  Links to other
9104 @file{.org} files will be translated into HTML links under the assumption
9105 that an HTML version also exists of the linked file, at the same relative
9106 path.  @samp{id:} links can then be used to jump to specific entries across
9107 files.  For information related to linking files while publishing them to a
9108 publishing directory see @ref{Publishing links}.
9110 If you want to specify attributes for links, you can do so using a special
9111 @code{#+ATTR_HTML} line to define attributes that will be added to the
9112 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{title}
9113 and @code{style} attributes for a link:
9115 @cindex #+ATTR_HTML
9116 @example
9117 #+ATTR_HTML: title="The Org-mode homepage" style="color:red;"
9118 [[http://orgmode.org]]
9119 @end example
9121 @node Tables in HTML export, Images in HTML export, Links in HTML export, HTML export
9122 @subsection Tables
9123 @cindex tables, in HTML
9124 @vindex org-export-html-table-tag
9126 Org-mode tables are exported to HTML using the table tag defined in
9127 @code{org-export-html-table-tag}.  The default setting makes tables without
9128 cell borders and frame.  If you would like to change this for individual
9129 tables, place somthing like the following before the table:
9131 @cindex #+CAPTION
9132 @cindex #+ATTR_HTML
9133 @example
9134 #+CAPTION: This is a table with lines around and between cells
9135 #+ATTR_HTML: border="2" rules="all" frame="all"
9136 @end example
9138 @node Images in HTML export, Text areas in HTML export, Tables in HTML export, HTML export
9139 @subsection Images in HTML export
9141 @cindex images, inline in HTML
9142 @cindex inlining images in HTML
9143 @vindex org-export-html-inline-images
9144 HTML export can inline images given as links in the Org file, and
9145 it can make an image the clickable part of a link.  By
9146 default@footnote{But see the variable
9147 @code{org-export-html-inline-images}.}, images are inlined if a link does
9148 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
9149 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
9150 @samp{the image} that points to the image.  If the description part
9151 itself is a @code{file:} link or a @code{http:} URL pointing to an
9152 image, this image will be inlined and activated so that clicking on the
9153 image will activate the link.  For example, to include a thumbnail that
9154 will link to a high resolution version of the image, you could use:
9156 @example
9157 [[file:highres.jpg][file:thumb.jpg]]
9158 @end example
9160 If you need to add attributes to an inlines image, use a @code{#+ATTR_HTML}.
9161 In the example below we specify the @code{alt} and @code{title} attributes to
9162 support text viewers and accessibility, and align it to the right.
9164 @cindex #+CAPTION
9165 @cindex #+ATTR_HTML
9166 @example
9167 #+CAPTION: A black cat stalking a spider
9168 #+ATTR_HTML: alt="cat/spider image" title="Action!" align="right"
9169 [[./img/a.jpg]]
9170 @end example
9172 @noindent
9173 and you could use @code{http} addresses just as well.
9175 @node Text areas in HTML export, CSS support, Images in HTML export, HTML export
9176 @subsection Text areas in HTML export
9178 @cindex text areas, in HTML
9179 An alternative way to publish literal code examples in HTML is to use text
9180 areas, where the example can even be edited before pasting it into an
9181 application.  It is triggered by a @code{-t} switch at an @code{example} or
9182 @code{src} block.  Using this switch disables any options for syntax and
9183 label highlighting, and line numbering, which may be present.  You may also
9184 use @code{-h} and @code{-w} switches to specify the height and width of the
9185 text area, which default to the number of lines in the example, and 80,
9186 respectively.  For example
9188 @example
9189 #+BEGIN_EXAMPLE -t -w 40
9190 (defun org-xor (a b)
9191    "Exclusive or."
9192    (if a (not b) b))
9193 #+END_EXAMPLE
9194 @end example
9197 @node CSS support, Javascript support, Text areas in HTML export, HTML export
9198 @subsection CSS support
9199 @cindex CSS, for HTML export
9200 @cindex HTML export, CSS
9202 @vindex org-export-html-todo-kwd-class-prefix
9203 @vindex org-export-html-tag-class-prefix
9204 You can also give style information for the exported file.  The HTML exporter
9205 assigns the following special CSS classes@footnote{If the classes on TODO
9206 keywords and tags lead to conflicts, use the variables
9207 @code{org-export-html-todo-kwd-class-prefix} and
9208 @code{org-export-html-tag-class-prefix} to make them unique.} to appropriate
9209 parts of the document---your style specifications may change these, in
9210 addition to any of the standard classes like for headlines, tables, etc.
9211 @example
9212 p.author            @r{author information, including email}
9213 p.date              @r{publishing date}
9214 p.creator           @r{creator info, about org-mode version}
9215 .title              @r{document title}
9216 .todo               @r{TODO keywords, all not-done states}
9217 .done               @r{the DONE keywords, all stated the count as done}
9218 .WAITING            @r{each TODO keyword also uses a class named after itself}
9219 .timestamp          @r{timestamp}
9220 .timestamp-kwd      @r{keyword associated with a timestamp, like SCHEDULED}
9221 .timestamp-wrapper  @r{span around keyword plus timestamp}
9222 .tag                @r{tag in a headline}
9223 ._HOME              @r{each tag uses itself as a class, "@@" replaced by "_"}
9224 .target             @r{target for links}
9225 .linenr             @r{the line number in a code example}
9226 .code-highlighted   @r{for highlighting referenced code lines}
9227 div.outline-N       @r{div for outline level N (headline plus text))}
9228 div.outline-text-N  @r{extra div for text at outline level N}
9229 .section-number-N   @r{section number in headlines, different for each level}
9230 div.figure          @r{how to format an inlined image}
9231 pre.src             @r{formatted source code}
9232 pre.example         @r{normal example}
9233 p.verse             @r{verse paragraph}
9234 div.footnotes       @r{footnote section headline}
9235 p.footnote          @r{footnote definition paragraph, containing a footnote}
9236 .footref            @r{a footnote reference number (always a <sup>)}
9237 .footnum            @r{footnote number in footnote definition (always <sup>)}
9238 @end example
9240 @vindex org-export-html-style-default
9241 @vindex org-export-html-style-include-default
9242 @vindex org-export-html-style
9243 @vindex org-export-html-extra
9244 @vindex org-export-html-style-default
9245 Each exported file contains a compact default style that defines these
9246 classes in a basic way@footnote{This style is defined in the constant
9247 @code{org-export-html-style-default}, which you should not modify.  To turn
9248 inclusion of these defaults off, customize
9249 @code{org-export-html-style-include-default}}.  You may overwrite these
9250 settings, or add to them by using the variables @code{org-export-html-style}
9251 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
9252 granular settings, like file-local settings).  To set the latter variable
9253 individually for each file, you can use
9255 @cindex #+STYLE
9256 @example
9257 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9258 @end example
9260 @noindent
9261 For longer style definitions, you can use several such lines.  You could also
9262 directly write a @code{<style>} @code{</style>} section in this way, without
9263 referring to an external file.
9265 @c FIXME: More about header and footer styles
9266 @c FIXME: Talk about links and targets.
9268 @node Javascript support,  , CSS support, HTML export
9269 @subsection Javascript supported display of web pages
9271 @cindex Rose, Sebastian
9272 Sebastian Rose has written a JavaScript program especially designed to
9273 enhance the web viewing experience of HTML files created with Org.  This
9274 program allows you to view large files in two different ways.  The first one
9275 is an @emph{Info}-like mode where each section is displayed separately and
9276 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
9277 as well, press @kbd{?} for an overview of the available keys).  The second
9278 view type is a @emph{folding} view much like Org provides inside Emacs.  The
9279 script is available at @url{http://orgmode.org/org-info.js} and you can find
9280 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
9281 We host the script at our site, but if you use it a lot, you might
9282 not want to be dependent on @url{orgmode.org} and prefer to install a local
9283 copy on your own web server.
9285 To use the script, you need to make sure that the @file{org-jsinfo.el} module
9286 gets loaded.  It should be loaded by default, but you can try @kbd{M-x
9287 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
9288 this is indeed the case.  All it then takes to make use of the program is
9289 adding a single line to the Org file:
9291 @cindex #+INFOJS_OPT
9292 @example
9293 #+INFOJS_OPT: view:info toc:nil
9294 @end example
9296 @noindent
9297 If this line is found, the HTML header will automatically contain the code
9298 needed to invoke the script.  Using the line above, you can set the following
9299 viewing options:
9301 @example
9302 path:    @r{The path to the script.  The default is to grab the script from}
9303          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
9304          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
9305 view:    @r{Initial view when website is first shown.  Possible values are:}
9306          info      @r{Info-like interface with one section per page.}
9307          overview  @r{Folding interface, initially showing only top-level.}
9308          content   @r{Folding interface, starting with all headlines visible.}
9309          showall   @r{Folding interface, all headlines and text visible.}
9310 sdepth:  @r{Maximum headline level that will still become an independent}
9311          @r{section for info and folding modes.  The default is taken from}
9312          @r{@code{org-export-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
9313          @r{If this is smaller than in @code{org-export-headline-levels}, each}
9314          @r{info/folding section can still contain child headlines.}
9315 toc:     @r{Should the table of content @emph{initially} be visible?}
9316          @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
9317 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
9318          @r{the variables @code{org-export-headline-levels} and @code{org-export-with-toc}.}
9319 ftoc:    @r{Does the css of the page specify a fixed position for the "toc"?}
9320          @r{If yes, the toc will never be displayed as a section.}
9321 ltoc:    @r{Should there be short contents (children) in each section?}
9322          @r{Make this @code{above} if the section should be above initial text.}
9323 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
9324          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
9325 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
9326          @r{default), only one such button will be present.}
9327 @end example
9328 @noindent
9329 @vindex org-infojs-options
9330 @vindex org-export-html-use-infojs
9331 You can choose default values for these options by customizing the variable
9332 @code{org-infojs-options}.  If you always want to apply the script to your
9333 pages, configure the variable @code{org-export-html-use-infojs}.
9335 @node LaTeX and PDF export, DocBook export, HTML export, Exporting
9336 @section La@TeX{} and PDF export
9337 @cindex La@TeX{} export
9338 @cindex PDF export
9339 @cindex Guerry, Bastian
9341 Org mode contains a La@TeX{} exporter written by Bastien Guerry.  With
9342 further processing, this backend is also used to produce PDF output.  Since
9343 the La@TeX{} output uses @file{hyperref} to implement links and cross
9344 references, the PDF output file will be fully linked.
9346 @menu
9347 * LaTeX/PDF export commands::   Which key invokes which commands
9348 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
9349 * Sectioning structure::        Changing sectioning in La@TeX{} output
9350 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
9351 * Images in LaTeX export::      How to insert figures into La@TeX{} output
9352 @end menu
9354 @node LaTeX/PDF export commands, Quoting LaTeX code, LaTeX and PDF export, LaTeX and PDF export
9355 @subsection La@TeX{} export commands
9357 @cindex region, active
9358 @cindex active region
9359 @cindex transient-mark-mode
9360 @table @kbd
9361 @kindex C-c C-e l
9362 @item C-c C-e l
9363 @cindex property EXPORT_FILE_NAME
9364 Export as La@TeX{} file @file{myfile.tex}.  For an Org file
9365 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
9366 be overwritten without warning.  If there is an active region@footnote{This
9367 requires @code{transient-mark-mode} be turned on.}, only the region will be
9368 exported. If the selected region is a single tree@footnote{To select the
9369 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9370 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
9371 property, that name will be used for the export.
9372 @kindex C-c C-e L
9373 @item C-c C-e L
9374 Export to a temporary buffer, do not create a file.
9375 @kindex C-c C-e v l
9376 @kindex C-c C-e v L
9377 @item C-c C-e v l
9378 @item C-c C-e v L
9379 Export only the visible part of the document.
9380 @item M-x org-export-region-as-latex
9381 Convert the region to La@TeX{} under the assumption that it was Org mode
9382 syntax before.  This is a global command that can be invoked in any
9383 buffer.
9384 @item M-x org-replace-region-by-latex
9385 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
9386 code.
9387 @kindex C-c C-e p
9388 @item C-c C-e p
9389 Export as La@TeX{} and then process to PDF.
9390 @kindex C-c C-e d
9391 @item C-c C-e d
9392 Export as La@TeX{} and then process to PDF, then open the resulting PDF file.
9393 @end table
9395 @cindex headline levels, for exporting
9396 @vindex org-latex-low-levels
9397 In the exported version, the first 3 outline levels will become
9398 headlines, defining a general document structure.  Additional levels
9399 will be exported as description lists.  The exporter can ignore them or
9400 convert them to a custom string depending on
9401 @code{org-latex-low-levels}.
9403 If you want that transition to occur at a different level, specify it
9404 with a numeric prefix argument. For example,
9406 @example
9407 @kbd{C-2 C-c C-e l}
9408 @end example
9410 @noindent
9411 creates two levels of headings and does the rest as items.
9413 @node Quoting LaTeX code, Sectioning structure, LaTeX/PDF export commands, LaTeX and PDF export
9414 @subsection Quoting La@TeX{} code
9416 Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
9417 inserted into the La@TeX{} file.  This includes simple macros like
9418 @samp{\ref@{LABEL@}} to create a cross reference to a figure.  Furthermore,
9419 you can add special code that should only be present in La@TeX{} export with
9420 the following constructs:
9422 @cindex #+LaTeX
9423 @cindex #+BEGIN_LaTeX
9424 @example
9425 #+LaTeX: Literal LaTeX code for export
9426 @end example
9428 @noindent or
9429 @cindex #+BEGIN_LaTeX
9431 @example
9432 #+BEGIN_LaTeX
9433 All lines between these markers are exported literally
9434 #+END_LaTeX
9435 @end example
9437 @node  Sectioning structure, Tables in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
9438 @subsection Sectioning structure
9439 @cindex La@TeX{} class
9440 @cindex La@TeX{} sectioning structure
9442 By default, the La@TeX{} output uses the class @code{article}.
9444 @vindex org-export-latex-default-class
9445 @vindex org-export-latex-classes
9446 @cindex #+LATEX_HEADER
9447 @cindex #+LATEX_CLASS
9448 @cindex property, LATEX_CLASS
9449 You can change this globally by setting a different value for
9450 @code{org-export-latex-default-class} or locally by adding an option like
9451 @code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
9452 property that applies when exporting a region containing only this (sub)tree.
9453 The class should be listed in @code{org-export-latex-classes}, where you can
9454 also define the sectioning structure for each class, as well as defining
9455 additional classes.  You can also use @code{#+LATEX_HEADER:
9456 \usepackage@{xyz@}} to add lines to the header.
9458 @node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export
9459 @subsection Tables in La@TeX{} export
9460 @cindex tables, in La@TeX{} export
9462 For La@TeX{} export of a table, you can specify a label and a caption
9463 (@pxref{Images and tables}).  You can also use the @code{ATTR_LaTeX} line to
9464 request a longtable environment for the table, so that it may span several
9465 pages.  Finally, you can set the alignment string:
9467 @cindex #+CAPTION
9468 @cindex #+LABEL
9469 @cindex #+ATTR_LaTeX
9470 @example
9471 #+CAPTION: A long table
9472 #+LABEL: tbl:long
9473 #+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
9474 | ..... | ..... |
9475 | ..... | ..... |
9476 @end example
9479 @node Images in LaTeX export,  , Tables in LaTeX export, LaTeX and PDF export
9480 @subsection Images in La@TeX{} export
9481 @cindex images, inline in La@TeX{}
9482 @cindex inlining images in La@TeX{}
9484 Images that are linked to without a description part in the link, like
9485 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
9486 output file resulting from La@TeX{} processing.  Org will use an
9487 @code{\includegraphics} macro to insert the image.  If you have specified a
9488 caption and/or a label as described in @ref{Images and tables}, the figure
9489 will be wrapped into a @code{figure} environment and thus become a floating
9490 element.  You can use an @code{#+ATTR_LaTeX:} line to specify the various
9491 options that can be used in the optional argument of the
9492 @code{\includegraphics} macro.  To modify the placement option of the
9493 @code{figure} environment, add something like @samp{placement=[h!]} to the
9494 Attributes.
9496 If you'd like to let text flow around the image, add the word @samp{wrap} to
9497 the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left
9498 half of the page.  To fine-tune, the @code{placement} field will be the
9499 set of additional arguments needed by the @code{wrapfigure} environment.
9500 Note that if you change the size of the image, you need to use compatible
9501 settings for @code{\includegraphics} and @code{wrapfigure}.
9503 @cindex #+CAPTION
9504 @cindex #+LABEL
9505 @cindex #+ATTR_LaTeX
9506 @example
9507 #+CAPTION:    The black-body emission of the disk around HR 4049
9508 #+LABEL:      fig:SED-HR4049
9509 #+ATTR_LaTeX: width=5cm,angle=90
9510 [[./img/sed-hr4049.pdf]]
9512 #+ATTR_LaTeX: width=0.38\textwidth wrap placement=@{r@}@{0.4\textwidth@}
9513 [[./img/hst.png]]
9514 @end example
9516 If you need references to a label created in this way, write
9517 @samp{\ref@{fig:SED-HR4049@}} just like in La@TeX{}.
9519 @node DocBook export, Freemind export, LaTeX and PDF export, Exporting
9520 @section DocBook export
9521 @cindex DocBook export
9522 @cindex PDF export
9523 @cindex Cui, Baoqui
9525 Org contains a DocBook exporter written by Baoqiu Cui.  Once an Org file is
9526 exported to DocBook format, it can be further processed to produce other
9527 formats, including PDF, HTML, man pages, etc., using many available DocBook
9528 tools and stylesheets.
9530 Currently DocBook exporter only supports DocBook V5.0.
9532 @menu
9533 * DocBook export commands::     How to invoke DocBook export
9534 * Quoting DocBook code::        Incorporating DocBook code in Org files
9535 * Recursive sections::          Recursive sections in DocBook
9536 * Tables in DocBook export::    Tables are exported as HTML tables
9537 * Images in DocBook export::    How to insert figures into DocBook output
9538 * Special characters::          How to handle special characters
9539 @end menu
9541 @node DocBook export commands, Quoting DocBook code, DocBook export, DocBook export
9542 @subsection DocBook export commands
9544 @cindex region, active
9545 @cindex active region
9546 @cindex transient-mark-mode
9547 @table @kbd
9548 @kindex C-c C-e D
9549 @item C-c C-e D
9550 @cindex property EXPORT_FILE_NAME
9551 Export as DocBook file.  For an Org file, @file{myfile.org}, the DocBook XML
9552 file will be @file{myfile.xml}.  The file will be overwritten without
9553 warning.  If there is an active region@footnote{This requires
9554 @code{transient-mark-mode} to be turned on}, only the region will be
9555 exported.  If the selected region is a single tree@footnote{To select the
9556 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9557 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9558 property, that name will be used for the export.
9559 @kindex C-c C-e V
9560 @item C-c C-e V
9561 Export as DocBook file, process to PDF, then open the resulting PDF file.
9563 @vindex org-export-docbook-xslt-proc-command
9564 @vindex org-export-docbook-xsl-fo-proc-command
9565 Note that, in order to produce PDF output based on exported DocBook file, you
9566 need to have XSLT processor and XSL-FO processor software installed on your
9567 system.  Check variables @code{org-export-docbook-xslt-proc-command} and
9568 @code{org-export-docbook-xsl-fo-proc-command}.
9570 @kindex C-c C-e v D
9571 @item C-c C-e v D
9572 Export only the visible part of the document.
9573 @end table
9575 @node Quoting DocBook code, Recursive sections, DocBook export commands, DocBook export
9576 @subsection Quoting DocBook code
9578 You can quote DocBook code in Org files and copy it verbatim into exported
9579 DocBook file with the following constructs:
9581 @cindex #+DOCBOOK
9582 @cindex #+BEGIN_DOCBOOK
9583 @example
9584 #+DOCBOOK: Literal DocBook code for export
9585 @end example
9587 @noindent or
9588 @cindex #+BEGIN_DOCBOOK
9590 @example
9591 #+BEGIN_DOCBOOK
9592 All lines between these markers are exported by DocBook exporter
9593 literally.
9594 #+END_DOCBOOK
9595 @end example
9597 For example, you can use the following lines to include a DocBook warning
9598 admonition.  As to what this warning says, you should pay attention to the
9599 document context when quoting DocBook code in Org files.  You may make
9600 exported DocBook XML files invalid by not quoting DocBook code correctly.
9602 @example
9603 #+BEGIN_DOCBOOK
9604 <warning>
9605   <para>You should know what you are doing when quoting DocBook XML code
9606   in your Org file.  Invalid DocBook XML file may be generated by
9607   DocBook exporter if you are not careful!</para>
9608 </warning>
9609 #+END_DOCBOOK
9610 @end example
9612 @node Recursive sections, Tables in DocBook export, Quoting DocBook code, DocBook export
9613 @subsection Recursive sections
9614 @cindex DocBook recursive sections
9616 DocBook exporter exports Org files as articles using the @code{article}
9617 element in DocBook.  Recursive sections, i.e. @code{section} elements, are
9618 used in exported articles.  Top level headlines in Org files are exported as
9619 top level sections, and lower level headlines are exported as nested
9620 sections.  The entire structure of Org files will be exported completely, no
9621 matter how many nested levels of headlines there are.
9623 Using recursive sections makes it easy to port and reuse exported DocBook
9624 code in other DocBook document types like @code{book} or @code{set}.
9626 @node Tables in DocBook export, Images in DocBook export, Recursive sections, DocBook export
9627 @subsection Tables in DocBook export
9628 @cindex tables, in DocBook export
9630 Tables in Org files are exported as HTML tables, which have been supported since
9631 DocBook V4.3.
9633 If a table does not have a caption, an informal table is generated using the
9634 @code{informaltable} element; otherwise, a formal table will be generated
9635 using the @code{table} element.
9637 @node Images in DocBook export, Special characters, Tables in DocBook export, DocBook export
9638 @subsection Images in DocBook export
9639 @cindex images, inline in DocBook
9640 @cindex inlining images in DocBook
9642 Images that are linked to without a description part in the link, like
9643 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]}, will be exported to DocBook
9644 using @code{mediaobject} elements.  Each @code{mediaobject} element contains
9645 an @code{imageobject} that wraps an @code{imagedata} element.  If you have
9646 specified a caption for an image as described in @ref{Images and tables}, a
9647 @code{caption} element will be added in @code{mediaobject}.  If a label is
9648 also specified, it will be exported as an @code{xml:id} attribute of the
9649 @code{mediaobject} element.
9651 @vindex org-export-docbook-default-image-attributes
9652 Image attributes supported by the @code{imagedata} element, like @code{align}
9653 or @code{width}, can be specified in two ways: you can either customize
9654 variable @code{org-export-docbook-default-image-attributes} or use the
9655 @code{#+ATTR_DOCBOOK:} line.  Attributes specified in variable
9656 @code{org-export-docbook-default-image-attributes} are applied to all inline
9657 images in the Org file to be exported (unless they are overwritten by image
9658 attributes specified in @code{#+ATTR_DOCBOOK:} lines).
9660 The @code{#+ATTR_DOCBOOK:} line can be used to specify additional image
9661 attributes or overwrite default image attributes for individual images.  If
9662 the same attribute appears in both the @code{#+ATTR_DOCBOOK:} line and
9663 variable @code{org-export-docbook-default-image-attributes}, the former
9664 overwrites the latter.  Here is an example about how image attributes can be
9665 set:
9667 @cindex #+CAPTION
9668 @cindex #+LABEL
9669 @cindex #+ATTR_DOCBOOK
9670 @example
9671 #+CAPTION:    The logo of Org mode
9672 #+LABEL:      unicorn-svg
9673 #+ATTR_DOCBOOK: scalefit="1" width="100%" depth="100%"
9674 [[./img/org-mode-unicorn.svg]]
9675 @end example
9677 @vindex org-export-docbook-inline-image-extensions
9678 By default, DocBook exporter recognizes the following image file types:
9679 @file{jpeg}, @file{jpg}, @file{png}, @file{gif}, and @file{svg}.  You can
9680 customize variable @code{org-export-docbook-inline-image-extensions} to add
9681 more types to this list as long as DocBook supports them.
9683 @node Special characters,  , Images in DocBook export, DocBook export
9684 @subsection Special characters in DocBook export
9685 @cindex Special characters in DocBook export
9687 @vindex org-export-docbook-doctype
9688 @vindex org-html-entities
9689 Special characters that are written in @TeX{}-like syntax, such as @code{\alpha},
9690 @code{\Gamma}, and @code{\Zeta}, are supported by DocBook exporter.  These
9691 characters are rewritten to XML entities, like @code{&alpha;},
9692 @code{&Gamma;}, and @code{&Zeta;}, based on the list saved in variable
9693 @code{org-html-entities}.  As long as the generated DocBook file includes the
9694 corresponding entities, these special characters are recognized.
9696 You can customize variable @code{org-export-docbook-doctype} to include the
9697 entities you need.  For example, you can set variable
9698 @code{org-export-docbook-doctype} to the following value to recognize all
9699 special characters included in XHTML entities:
9701 @example
9702 "<!DOCTYPE article [
9703 <!ENTITY % xhtml1-symbol PUBLIC
9704 \"-//W3C//ENTITIES Symbol for HTML//EN//XML\"
9705 \"http://www.w3.org/2003/entities/2007/xhtml1-symbol.ent\"
9707 %xhtml1-symbol;
9710 @end example
9712 @node Freemind export, XOXO export, DocBook export, Exporting
9713 @section Freemind export
9714 @cindex Freemind export
9715 @cindex mind map
9717 The freemind exporter was written by Lennart Borgman.
9719 @table @kbd
9720 @kindex C-c C-e m
9721 @item C-c C-e m
9722 Export as Freemind mind map @file{myfile.mm}.
9723 @end table
9725 @node XOXO export, iCalendar export, Freemind export, Exporting
9726 @section XOXO export
9727 @cindex XOXO export
9729 Org mode contains an exporter that produces XOXO-style output.
9730 Currently, this exporter only handles the general outline structure and
9731 does not interpret any additional Org-mode features.
9733 @table @kbd
9734 @kindex C-c C-e x
9735 @item C-c C-e x
9736 Export as XOXO file @file{myfile.html}.
9737 @kindex C-c C-e v
9738 @item C-c C-e v x
9739 Export only the visible part of the document.
9740 @end table
9742 @node iCalendar export,  , XOXO export, Exporting
9743 @section iCalendar export
9744 @cindex iCalendar export
9746 @vindex org-icalendar-include-todo
9747 @vindex org-icalendar-use-deadline
9748 @vindex org-icalendar-use-scheduled
9749 @vindex org-icalendar-categories
9750 Some people use Org mode for keeping track of projects, but still prefer a
9751 standard calendar application for anniversaries and appointments.  In this
9752 case it can be useful to show deadlines and other time-stamped items in Org
9753 files in the calendar application.  Org mode can export calendar information
9754 in the standard iCalendar format.  If you also want to have TODO entries
9755 included in the export, configure the variable
9756 @code{org-icalendar-include-todo}.  Plain timestamps are exported as VEVENT,
9757 and TODO items as VTODO.  It will also create events from deadlines that are
9758 in non-TODO items.  Deadlines and scheduling dates in TODO items will be used
9759 to set the start and due dates for the TODO entry@footnote{See the variables
9760 @code{org-icalendar-use-deadline} and @code{org-icalendar-use-scheduled}.}.
9761 As categories, it will use the tags locally defined in the heading, and the
9762 file/tree category@footnote{To add inherited tags or the TODO state,
9763 configure the variable @code{org-icalendar-categories}.}.
9765 @vindex org-icalendar-store-UID
9766 @cindex property, ID
9767 The iCalendar standard requires each entry to have a globally unique
9768 identifier (UID).  Org creates these identifiers during export.  If you set
9769 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
9770 @code{:ID:} property of the entry and re-used next time you report this
9771 entry.  Since a single entry can give rise to multiple iCalendar entries (as
9772 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
9773 prefixes to the UID, depending on what triggered the inclusion of the entry.
9774 In this way the UID remains unique, but a synchronization program can still
9775 figure out from which entry all the different instances originate.
9777 @table @kbd
9778 @kindex C-c C-e i
9779 @item C-c C-e i
9780 Create iCalendar entries for the current file and store them in the same
9781 directory, using a file extension @file{.ics}.
9782 @kindex C-c C-e I
9783 @item C-c C-e I
9784 @vindex org-agenda-files
9785 Like @kbd{C-c C-e i}, but do this for all files in
9786 @code{org-agenda-files}.  For each of these files, a separate iCalendar
9787 file will be written.
9788 @kindex C-c C-e c
9789 @item C-c C-e c
9790 @vindex org-combined-agenda-icalendar-file
9791 Create a single large iCalendar file from all files in
9792 @code{org-agenda-files} and write it to the file given by
9793 @code{org-combined-agenda-icalendar-file}.
9794 @end table
9796 @vindex org-use-property-inheritance
9797 @vindex org-icalendar-include-body
9798 @cindex property, SUMMARY
9799 @cindex property, DESCRIPTION
9800 @cindex property, LOCATION
9801 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
9802 property can be inherited from higher in the hierarchy if you configure
9803 @code{org-use-property-inheritance} accordingly.} properties if the selected
9804 entries have them.  If not, the summary will be derived from the headline,
9805 and the description from the body (limited to
9806 @code{org-icalendar-include-body} characters).
9808 How this calendar is best read and updated, depends on the application
9809 you are using.  The FAQ covers this issue.
9811 @node Publishing, Miscellaneous, Exporting, Top
9812 @chapter Publishing
9813 @cindex publishing
9814 @cindex O'Toole, David
9816 Org includes a publishing management system that allows you to configure
9817 automatic HTML conversion of @emph{projects} composed of interlinked org
9818 files.  You can also configure Org to automatically upload your exported HTML
9819 pages and related attachments, such as images and source code files, to a web
9820 server.
9822 You can also use Org to convert files into PDF, or even combine HTML and PDF
9823 conversion so that files are available in both formats on the server.
9825 Publishing has been contributed to Org by David O'Toole.
9827 @menu
9828 * Configuration::               Defining projects
9829 * Uploading files::             How to get files up on the server
9830 * Sample configuration::        Example projects
9831 * Triggering publication::      Publication commands
9832 @end menu
9834 @node Configuration, Uploading files, Publishing, Publishing
9835 @section Configuration
9837 Publishing needs significant configuration to specify files, destination
9838 and many other properties of a project.
9840 @menu
9841 * Project alist::               The central configuration variable
9842 * Sources and destinations::    From here to there
9843 * Selecting files::             What files are part of the project?
9844 * Publishing action::           Setting the function doing the publishing
9845 * Publishing options::          Tweaking HTML export
9846 * Publishing links::            Which links keep working after publishing?
9847 * Project page index::          Publishing a list of project files
9848 @end menu
9850 @node Project alist, Sources and destinations, Configuration, Configuration
9851 @subsection The variable @code{org-publish-project-alist}
9852 @cindex org-publish-project-alist
9853 @cindex projects, for publishing
9855 @vindex org-publish-project-alist
9856 Publishing is configured almost entirely through setting the value of one
9857 variable, called @code{org-publish-project-alist}.  Each element of the list
9858 configures one project, and may be in one of the two following forms:
9860 @lisp
9861    ("project-name" :property value :property value ...)
9862 @r{or}
9863    ("project-name" :components ("project-name" "project-name" ...))
9865 @end lisp
9867 In both cases, projects are configured by specifying property values.  A
9868 project defines the set of files that will be published, as well as the
9869 publishing configuration to use when publishing those files.  When a project
9870 takes the second form listed above, the individual members of the
9871 @code{:components} property are taken to be sub-projects, which group
9872 together files requiring different publishing options.  When you publish such
9873 a ``meta-project'', all the components will also be published, in the
9874 sequence given.
9876 @node Sources and destinations, Selecting files, Project alist, Configuration
9877 @subsection Sources and destinations for files
9878 @cindex directories, for publishing
9880 Most properties are optional, but some should always be set.  In
9881 particular, Org needs to know where to look for source files,
9882 and where to put published files.
9884 @multitable @columnfractions 0.3 0.7
9885 @item @code{:base-directory}
9886 @tab Directory containing publishing source files
9887 @item @code{:publishing-directory}
9888 @tab Directory where output files will be published.  You can directly
9889 publish to a webserver using a file name syntax appropriate for
9890 the Emacs @file{tramp} package.  Or you can publish to a local directory and
9891 use external tools to upload your website (@pxref{Uploading files}).
9892 @item @code{:preparation-function}
9893 @tab Function called before starting the publishing process, for example, to
9894 run @code{make} for updating files to be published.
9895 @item @code{:completion-function}
9896 @tab Function called after finishing the publishing process, for example, to
9897 change permissions of the resulting files.
9898 @end multitable
9899 @noindent
9901 @node Selecting files, Publishing action, Sources and destinations, Configuration
9902 @subsection Selecting files
9903 @cindex files, selecting for publishing
9905 By default, all files with extension @file{.org} in the base directory
9906 are considered part of the project.  This can be modified by setting the
9907 properties
9908 @multitable @columnfractions 0.25 0.75
9909 @item @code{:base-extension}
9910 @tab Extension (without the dot!) of source files.  This actually is a
9911 regular expression.  Set this to the symbol @code{any} if you want to get all
9912 files in @code{:base-directory}, even without extension.
9914 @item @code{:exclude}
9915 @tab Regular expression to match file names that should not be
9916 published, even though they have been selected on the basis of their
9917 extension.
9919 @item @code{:include}
9920 @tab List of files to be included regardless of @code{:base-extension}
9921 and @code{:exclude}.
9922 @end multitable
9924 @node Publishing action, Publishing options, Selecting files, Configuration
9925 @subsection Publishing action
9926 @cindex action, for publishing
9928 Publishing means that a file is copied to the destination directory and
9929 possibly transformed in the process.  The default transformation is to export
9930 Org files as HTML files, and this is done by the function
9931 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
9932 export}).  But you also can publish your content as PDF files using
9933 @code{org-publish-org-to-pdf}.  If you want to publish the Org file itself,
9934 but with @i{archived}, @i{commented}, and @i{tag-excluded} trees removed, use
9935 @code{org-publish-org-to-org} and set the parameters @code{:plain-source}
9936 and/or @code{:htmlized-source}.  This will produce @file{file.org} and
9937 @file{file.org.html} in the publishing
9938 directory@footnote{@file{file-source.org} and @file{file-source.org.html} if
9939 source and publishing directories are equal.  Note that with this kind of
9940 setup, you need to add @code{:exclude "-source\\.org"} to the project
9941 definition in @code{org-publish-project-alist} to avoid that the published
9942 source files will be considered as new org files the next time the project is
9943 published.}.  Other files like images only
9944 need to be copied to the publishing destination, for this you may use
9945 @code{org-publish-attachment}.  For non-Org files, you always need to
9946 specify the publishing function:
9948 @multitable @columnfractions 0.3 0.7
9949 @item @code{:publishing-function}
9950 @tab Function executing the publication of a file.  This may also be a
9951 list of functions, which will all be called in turn.
9952 @item @code{:plain-source}
9953 @tab Non-nil means, publish plain source.
9954 @item @code{:htmlized-source}
9955 @tab Non-nil means, publish htmlized source.
9956 @end multitable
9958 The function must accept two arguments: a property list containing at least a
9959 @code{:publishing-directory} property, and the name of the file to be
9960 published.  It should take the specified file, make the necessary
9961 transformation (if any) and place the result into the destination folder.
9963 @node Publishing options, Publishing links, Publishing action, Configuration
9964 @subsection Options for the HTML/La@TeX{} exporters
9965 @cindex options, for publishing
9967 The property list can be used to set many export options for the HTML
9968 and La@TeX{} exporters.  In most cases, these properties correspond to user
9969 variables in Org.  The table below lists these properties along
9970 with the variable they belong to.  See the documentation string for the
9971 respective variable for details.
9973 @vindex org-export-html-link-up
9974 @vindex org-export-html-link-home
9975 @vindex org-export-default-language
9976 @vindex org-display-custom-times
9977 @vindex org-export-headline-levels
9978 @vindex org-export-with-section-numbers
9979 @vindex org-export-section-number-format
9980 @vindex org-export-with-toc
9981 @vindex org-export-preserve-breaks
9982 @vindex org-export-with-archived-trees
9983 @vindex org-export-with-emphasize
9984 @vindex org-export-with-sub-superscripts
9985 @vindex org-export-with-special-strings
9986 @vindex org-export-with-footnotes
9987 @vindex org-export-with-drawers
9988 @vindex org-export-with-tags
9989 @vindex org-export-with-todo-keywords
9990 @vindex org-export-with-priority
9991 @vindex org-export-with-TeX-macros
9992 @vindex org-export-with-LaTeX-fragments
9993 @vindex org-export-skip-text-before-1st-heading
9994 @vindex org-export-with-fixed-width
9995 @vindex org-export-with-timestamps
9996 @vindex org-export-author-info
9997 @vindex org-export-creator-info
9998 @vindex org-export-with-tables
9999 @vindex org-export-highlight-first-table-line
10000 @vindex org-export-html-style-include-default
10001 @vindex org-export-html-style
10002 @vindex org-export-html-style-extra
10003 @vindex org-export-html-link-org-files-as-html
10004 @vindex org-export-html-inline-images
10005 @vindex org-export-html-extension
10006 @vindex org-export-html-table-tag
10007 @vindex org-export-html-expand
10008 @vindex org-export-html-with-timestamp
10009 @vindex org-export-publishing-directory
10010 @vindex org-export-html-preamble
10011 @vindex org-export-html-postamble
10012 @vindex org-export-html-auto-preamble
10013 @vindex org-export-html-auto-postamble
10014 @vindex user-full-name
10015 @vindex user-mail-address
10016 @vindex org-export-select-tags
10017 @vindex org-export-exclude-tags
10019 @multitable @columnfractions 0.32 0.68
10020 @item @code{:link-up}               @tab @code{org-export-html-link-up}
10021 @item @code{:link-home}             @tab @code{org-export-html-link-home}
10022 @item @code{:language}              @tab @code{org-export-default-language}
10023 @item @code{:customtime}            @tab @code{org-display-custom-times}
10024 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
10025 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
10026 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
10027 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
10028 @item @code{:preserve-breaks}       @tab @code{org-export-preserve-breaks}
10029 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
10030 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
10031 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
10032 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
10033 @item @code{:footnotes}             @tab @code{org-export-with-footnotes}
10034 @item @code{:drawers}               @tab @code{org-export-with-drawers}
10035 @item @code{:tags}                  @tab @code{org-export-with-tags}
10036 @item @code{:todo-keywords}         @tab @code{org-export-with-todo-keywords}
10037 @item @code{:priority}              @tab @code{org-export-with-priority}
10038 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
10039 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
10040 @item @code{:latex-listings}        @tab @code{org-export-latex-listings}
10041 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
10042 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
10043 @item @code{:timestamps}            @tab @code{org-export-with-timestamps}
10044 @item @code{:author-info}           @tab @code{org-export-author-info}
10045 @item @code{:creator-info}          @tab @code{org-export-creator-info}
10046 @item @code{:tables}                @tab @code{org-export-with-tables}
10047 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
10048 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
10049 @item @code{:style}                 @tab @code{org-export-html-style}
10050 @item @code{:style-extra}           @tab @code{org-export-html-style-extra}
10051 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
10052 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
10053 @item @code{:html-extension}        @tab @code{org-export-html-extension}
10054 @item @code{:xml-declaration}       @tab @code{org-export-html-xml-declaration}
10055 @item @code{:html-table-tag}        @tab @code{org-export-html-table-tag}
10056 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
10057 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
10058 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
10059 @item @code{:preamble}              @tab @code{org-export-html-preamble}
10060 @item @code{:postamble}             @tab @code{org-export-html-postamble}
10061 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
10062 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
10063 @item @code{:author}                @tab @code{user-full-name}
10064 @item @code{:email}                 @tab @code{user-mail-address} : @code{addr;addr;..}
10065 @item @code{:select-tags}           @tab @code{org-export-select-tags}
10066 @item @code{:exclude-tags}          @tab @code{org-export-exclude-tags}
10067 @item @code{:latex-image-options}   @tab @code{org-export-latex-image-default-option}
10068 @end multitable
10070 Most of the @code{org-export-with-*} variables have the same effect in
10071 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
10072 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
10073 La@TeX{} export.
10075 @vindex org-publish-project-alist
10076 When a property is given a value in @code{org-publish-project-alist},
10077 its setting overrides the value of the corresponding user variable (if
10078 any) during publishing.  Options set within a file (@pxref{Export
10079 options}), however, override everything.
10081 @node Publishing links, Project page index, Publishing options, Configuration
10082 @subsection Links between published files
10083 @cindex links, publishing
10085 To create a link from one Org file to another, you would use
10086 something like @samp{[[file:foo.org][The foo]]} or simply
10087 @samp{file:foo.org.} (@pxref{Hyperlinks}).  When published, this link
10088 becomes a link to @file{foo.html}.  In this way, you can interlink the
10089 pages of your "org web" project and the links will work as expected when
10090 you publish them to HTML.  If you also publish the Org source file and want
10091 to link to that, use an @code{http:} link instead of a @code{file:} link,
10092 because @code{file:} links are converted to link to the corresponding
10093 @file{html} file.
10095 You may also link to related files, such as images. Provided you are careful
10096 with relative file names, and provided you have also configured Org to upload
10097 the related files, these links will work too. See @ref{Complex example}, for
10098 an example of this usage.
10100 Sometimes an Org file to be published may contain links that are
10101 only valid in your production environment, but not in the publishing
10102 location.  In this case, use the property
10104 @multitable @columnfractions 0.4 0.6
10105 @item @code{:link-validation-function}
10106 @tab Function to validate links
10107 @end multitable
10109 @noindent
10110 to define a function for checking link validity.  This function must
10111 accept two arguments, the file name and a directory relative to which
10112 the file name is interpreted in the production environment.  If this
10113 function returns @code{nil}, then the HTML generator will only insert a
10114 description into the HTML file, but no link.  One option for this
10115 function is @code{org-publish-validate-link} which checks if the given
10116 file is part of any project in @code{org-publish-project-alist}.
10118 @node Project page index,  , Publishing links, Configuration
10119 @subsection Project page index
10120 @cindex index, of published pages
10122 The following properties may be used to control publishing of an
10123 index of files or a summary page for a given project.
10125 @multitable @columnfractions 0.25 0.75
10126 @item @code{:auto-index}
10127 @tab When non-nil, publish an index during @code{org-publish-current-project}
10128 or @code{org-publish-all}.
10130 @item @code{:index-filename}
10131 @tab Filename for output of index. Defaults to @file{sitemap.org} (which
10132 becomes @file{sitemap.html}).
10134 @item @code{:index-title}
10135 @tab Title of index page. Defaults to name of file.
10137 @item @code{:index-function}
10138 @tab Plug-in function to use for generation of index.
10139 Defaults to @code{org-publish-org-index}, which generates a plain list
10140 of links to all files in the project.
10141 @end multitable
10143 @node Uploading files, Sample configuration, Configuration, Publishing
10144 @section Uploading files
10145 @cindex rsync
10146 @cindex unison
10148 For those people already utilizing third party sync tools such as
10149 @command{rsync} or @command{unison}, it might be preferable not to use the built in
10150 @i{remote} publishing facilities of Org mode which rely heavily on
10151 Tramp.  Tramp, while very useful and powerful, tends not to be
10152 so efficient for multiple file transfer and has been known to cause problems
10153 under heavy usage.
10155 Specialized synchronization utilities offer several advantages.  In addition
10156 to timestamp comparison, they also do content and permissions/attribute
10157 checks.  For this reason you might prefer to publish your web to a local
10158 directory (possibly even @i{in place} with your Org files) and then use
10159 @file{unison} or @file{rsync} to do the synchronization with the remote host.
10161 Since Unison (for example) can be configured as to which files to transfer to
10162 a certain remote destination, it can greatly simplify the project publishing
10163 definition.  Simply keep all files in the correct location, process your Org
10164 files with @code{org-publish} and let the synchronization tool do the rest.
10165 You do not need, in this scenario, to include attachments such as @file{jpg},
10166 @file{css} or @file{gif} files in the project definition since the 3rd party
10167 tool syncs them.
10169 Publishing to a local directory is also much faster than to a remote one, so
10170 that you can afford more easily to republish entire projects.  If you set
10171 @code{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
10172 benefit of re-including any changed external files such as source example
10173 files you might include with @code{#+INCLUDE}.  The timestamp mechanism in
10174 Org is not smart enough to detect if included files have been modified.
10176 @node Sample configuration, Triggering publication, Uploading files, Publishing
10177 @section Sample configuration
10179 Below we provide two example configurations.  The first one is a simple
10180 project publishing only a set of Org files.  The second example is
10181 more complex, with a multi-component project.
10183 @menu
10184 * Simple example::              One-component publishing
10185 * Complex example::             A multi-component publishing example
10186 @end menu
10188 @node Simple example, Complex example, Sample configuration, Sample configuration
10189 @subsection Example: simple publishing configuration
10191 This example publishes a set of Org files to the @file{public_html}
10192 directory on the local machine.
10194 @lisp
10195 (setq org-publish-project-alist
10196       '(("org"
10197          :base-directory "~/org/"
10198          :publishing-directory "~/public_html"
10199          :section-numbers nil
10200          :table-of-contents nil
10201          :style "<link rel=\"stylesheet\"
10202                 href=\"../other/mystyle.css\"
10203                 type=\"text/css\"/>")))
10204 @end lisp
10206 @node Complex example,  , Simple example, Sample configuration
10207 @subsection Example: complex publishing configuration
10209 This more complicated example publishes an entire website, including
10210 Org files converted to HTML, image files, Emacs Lisp source code, and
10211 style sheets. The publishing directory is remote and private files are
10212 excluded.
10214 To ensure that links are preserved, care should be taken to replicate
10215 your directory structure on the web server, and to use relative file
10216 paths. For example, if your Org files are kept in @file{~/org} and your
10217 publishable images in @file{~/images}, you'd link to an image with
10219 @example
10220 file:../images/myimage.png
10221 @end example
10223 On the web server, the relative path to the image should be the
10224 same. You can accomplish this by setting up an "images" folder in the
10225 right place on the web server, and publishing images to it.
10227 @lisp
10228 (setq org-publish-project-alist
10229       '(("orgfiles"
10230           :base-directory "~/org/"
10231           :base-extension "org"
10232           :publishing-directory "/ssh:user@@host:~/html/notebook/"
10233           :publishing-function org-publish-org-to-html
10234           :exclude "PrivatePage.org"   ;; regexp
10235           :headline-levels 3
10236           :section-numbers nil
10237           :table-of-contents nil
10238           :style "<link rel=\"stylesheet\"
10239                   href=\"../other/mystyle.css\" type=\"text/css\"/>"
10240           :auto-preamble t
10241           :auto-postamble nil)
10243          ("images"
10244           :base-directory "~/images/"
10245           :base-extension "jpg\\|gif\\|png"
10246           :publishing-directory "/ssh:user@@host:~/html/images/"
10247           :publishing-function org-publish-attachment)
10249          ("other"
10250           :base-directory "~/other/"
10251           :base-extension "css\\|el"
10252           :publishing-directory "/ssh:user@@host:~/html/other/"
10253           :publishing-function org-publish-attachment)
10254          ("website" :components ("orgfiles" "images" "other"))))
10255 @end lisp
10257 @node Triggering publication,  , Sample configuration, Publishing
10258 @section Triggering publication
10260 Once properly configured, Org can publish with the following commands:
10262 @table @kbd
10263 @kindex C-c C-e C
10264 @item C-c C-e C
10265 Prompt for a specific project and publish all files that belong to it.
10266 @kindex C-c C-e P
10267 @item C-c C-e P
10268 Publish the project containing the current file.
10269 @kindex C-c C-e F
10270 @item C-c C-e F
10271 Publish only the current file.
10272 @kindex C-c C-e E
10273 @item C-c C-e E
10274 Publish every project.
10275 @end table
10277 @vindex org-publish-use-timestamps-flag
10278 Org uses timestamps to track when a file has changed. The above functions
10279 normally only publish changed files. You can override this and force
10280 publishing of all files by giving a prefix argument to any of the commands
10281 above, or by customizing the variable @code{org-publish-use-timestamps-flag}.
10282 This may be necessary in particular if files include other files via
10283 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
10285 @node Miscellaneous, Hacking, Publishing, Top
10286 @chapter Miscellaneous
10288 @menu
10289 * Completion::                  M-TAB knows what you need
10290 * Customization::               Adapting Org to your taste
10291 * In-buffer settings::          Overview of the #+KEYWORDS
10292 * The very busy C-c C-c key::   When in doubt, press C-c C-c
10293 * Clean view::                  Getting rid of leading stars in the outline
10294 * TTY keys::                    Using Org on a tty
10295 * Interaction::                 Other Emacs packages
10296 @end menu
10299 @node Completion, Customization, Miscellaneous, Miscellaneous
10300 @section Completion
10301 @cindex completion, of @TeX{} symbols
10302 @cindex completion, of TODO keywords
10303 @cindex completion, of dictionary words
10304 @cindex completion, of option keywords
10305 @cindex completion, of tags
10306 @cindex completion, of property keys
10307 @cindex completion, of link abbreviations
10308 @cindex @TeX{} symbol completion
10309 @cindex TODO keywords completion
10310 @cindex dictionary word completion
10311 @cindex option keyword completion
10312 @cindex tag completion
10313 @cindex link abbreviations, completion of
10315 Emacs would not be Emacs without completion, and Org-mode uses it whenever it
10316 makes sense.  If you prefer an @i{iswitchb}- or @i{ido}-like interface for
10317 some of the completion prompts, you can specify your preferece by setting at
10318 most one of the variables @code{org-completion-use-iswitchb}
10319 @code{org-completion-use-ido}.
10321 Org supports in-buffer completion.  This type of completion does
10322 not make use of the minibuffer.  You simply type a few letters into
10323 the buffer and use the key to complete text right there.
10325 @table @kbd
10326 @kindex M-@key{TAB}
10327 @item M-@key{TAB}
10328 Complete word at point
10329 @itemize @bullet
10330 @item
10331 At the beginning of a headline, complete TODO keywords.
10332 @item
10333 After @samp{\}, complete @TeX{} symbols supported by the exporter.
10334 @item
10335 After @samp{*}, complete headlines in the current buffer so that they
10336 can be used in search links like @samp{[[*find this headline]]}.
10337 @item
10338 After @samp{:} in a headline, complete tags.  The list of tags is taken
10339 from the variable @code{org-tag-alist} (possibly set through the
10340 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
10341 dynamically from all tags used in the current buffer.
10342 @item
10343 After @samp{:} and not in a headline, complete property keys.  The list
10344 of keys is constructed dynamically from all keys used in the current
10345 buffer.
10346 @item
10347 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
10348 @item
10349 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
10350 @samp{OPTIONS} which set file-specific options for Org mode.  When the
10351 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
10352 will insert example settings for this keyword.
10353 @item
10354 In the line after @samp{#+STARTUP: }, complete startup keywords,
10355 i.e. valid keys for this line.
10356 @item
10357 Elsewhere, complete dictionary words using Ispell.
10358 @end itemize
10359 @end table
10361 @node Customization, In-buffer settings, Completion, Miscellaneous
10362 @section Customization
10363 @cindex customization
10364 @cindex options, for customization
10365 @cindex variables, for customization
10367 There are more than 180 variables that can be used to customize
10368 Org.  For the sake of compactness of the manual, I am not
10369 describing the variables here.  A structured overview of customization
10370 variables is available with @kbd{M-x org-customize}.  Or select
10371 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
10372 settings can also be activated on a per-file basis, by putting special
10373 lines into the buffer (@pxref{In-buffer settings}).
10375 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
10376 @section Summary of in-buffer settings
10377 @cindex in-buffer settings
10378 @cindex special keywords
10380 Org mode uses special lines in the buffer to define settings on a
10381 per-file basis.  These lines start with a @samp{#+} followed by a
10382 keyword, a colon, and then individual words defining a setting.  Several
10383 setting words can be in the same line, but you can also have multiple
10384 lines for the keyword.  While these settings are described throughout
10385 the manual, here is a summary.  After changing any of those lines in the
10386 buffer, press @kbd{C-c C-c} with the cursor still in the line to
10387 activate the changes immediately.  Otherwise they become effective only
10388 when the file is visited again in a new Emacs session.
10390 @vindex org-archive-location
10391 @table @kbd
10392 @item #+ARCHIVE: %s_done::
10393 This line sets the archive location for the agenda file.  It applies for
10394 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
10395 of the file.  The first such line also applies to any entries before it.
10396 The corresponding variable is @code{org-archive-location}.
10397 @item #+CATEGORY:
10398 This line sets the category for the agenda file.  The category applies
10399 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
10400 end of the file.  The first such line also applies to any entries before it.
10401 @item #+COLUMNS: %25ITEM .....
10402 @cindex property, COLUMNS
10403 Set the default format for columns view.  This format applies when
10404 columns view is invoked in locations where no @code{COLUMNS} property
10405 applies.
10406 @item #+CONSTANTS: name1=value1 ...
10407 @vindex org-table-formula-constants
10408 @vindex org-table-formula
10409 Set file-local values for constants to be used in table formulas.  This
10410 line set the local variable @code{org-table-formula-constants-local}.
10411 The global version of this variable is
10412 @code{org-table-formula-constants}.
10413 @item #+FILETAGS: :tag1:tag2:tag3:
10414 Set tags that can be inherited by any entry in the file, including the
10415 top-level entries.
10416 @item #+DRAWERS: NAME1 .....
10417 @vindex org-drawers
10418 Set the file-local set of drawers.  The corresponding global variable is
10419 @code{org-drawers}.
10420 @item #+LINK:  linkword replace
10421 @vindex org-link-abbrev-alist
10422 These lines (several are allowed) specify link abbreviations.
10423 @xref{Link abbreviations}.  The corresponding variable is
10424 @code{org-link-abbrev-alist}.
10425 @item #+PRIORITIES: highest lowest default
10426 @vindex org-highest-priority
10427 @vindex org-lowest-priority
10428 @vindex org-default-priority
10429 This line sets the limits and the default for the priorities.  All three
10430 must be either letters A-Z or numbers 0-9.  The highest priority must
10431 have a lower ASCII number that the lowest priority.
10432 @item #+PROPERTY: Property_Name Value
10433 This line sets a default inheritance value for entries in the current
10434 buffer, most useful for specifying the allowed values of a property.
10435 @cindex #+SETUPFILE
10436 @item #+SETUPFILE: file
10437 This line defines a file that holds more in-buffer setup.  Normally this is
10438 entirely ignored.  Only when the buffer is parsed for option-setting lines
10439 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
10440 settings line, or when exporting), then the contents of this file are parsed
10441 as if they had been included in the buffer.  In particular, the file can be
10442 any other Org mode file with internal setup.  You can visit the file the
10443 cursor is in the line with @kbd{C-c '}.
10444 @item #+STARTUP:
10445 @cindex #+STARTUP:
10446 This line sets options to be used at startup of Org mode, when an
10447 Org file is being visited.
10449 The first set of options deals with the initial visibility of the outline
10450 tree.  The corresponding variable for global default settings is
10451 @code{org-startup-folded}, with a default value @code{t}, which means
10452 @code{overview}.
10453 @vindex org-startup-folded
10454 @cindex @code{overview}, STARTUP keyword
10455 @cindex @code{content}, STARTUP keyword
10456 @cindex @code{showall}, STARTUP keyword
10457 @cindex @code{showeverything}, STARTUP keyword
10458 @example
10459 overview         @r{top-level headlines only}
10460 content          @r{all headlines}
10461 showall          @r{no folding of any entries}
10462 showeverything   @r{show even drawer contents}
10463 @end example
10465 @vindex org-startup-indented
10466 @cindex @code{indent}, STARTUP keyword
10467 @cindex @code{noindent}, STARTUP keyword
10468 Dynamic virtual indentation is controlled by the variable
10469 @code{org-startup-indented}@footnote{Emacs 23 and Org-mode 6.29 are required}
10470 @example
10471 indent     @r{start with @code{org-indent-mode} turned on}
10472 noindent   @r{start with @code{org-indent-mode} turned off}
10473 @end example
10475 @vindex org-startup-align-all-tables
10476 Then there are options for aligning tables upon visiting a file.  This
10477 is useful in files containing narrowed table columns.  The corresponding
10478 variable is @code{org-startup-align-all-tables}, with a default value
10479 @code{nil}.
10480 @cindex @code{align}, STARTUP keyword
10481 @cindex @code{noalign}, STARTUP keyword
10482 @example
10483 align      @r{align all tables}
10484 noalign    @r{don't align tables on startup}
10485 @end example
10486 @vindex org-log-done
10487 @vindex org-log-note-clock-out
10488 @vindex org-log-repeat
10489 Logging the closing and reopening of TODO items and clock intervals can be
10490 configured using these options (see variables @code{org-log-done},
10491 @code{org-log-note-clock-out} and @code{org-log-repeat})
10492 @cindex @code{logdone}, STARTUP keyword
10493 @cindex @code{lognotedone}, STARTUP keyword
10494 @cindex @code{nologdone}, STARTUP keyword
10495 @cindex @code{lognoteclock-out}, STARTUP keyword
10496 @cindex @code{nolognoteclock-out}, STARTUP keyword
10497 @cindex @code{logrepeat}, STARTUP keyword
10498 @cindex @code{lognoterepeat}, STARTUP keyword
10499 @cindex @code{nologrepeat}, STARTUP keyword
10500 @example
10501 logdone            @r{record a timestamp when an item is marked DONE}
10502 lognotedone        @r{record timestamp and a note when DONE}
10503 nologdone          @r{don't record when items are marked DONE}
10504 logrepeat          @r{record a time when reinstating a repeating item}
10505 lognoterepeat      @r{record a note when reinstating a repeating item}
10506 nologrepeat        @r{do not record when reinstating repeating item}
10507 lognoteclock-out   @r{record a note when clocking out}
10508 nolognoteclock-out @r{don't record a note when clocking out}
10509 @end example
10510 @vindex org-hide-leading-stars
10511 @vindex org-odd-levels-only
10512 Here are the options for hiding leading stars in outline headings, and for
10513 indenting outlines.  The corresponding variables are
10514 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
10515 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
10516 @cindex @code{hidestars}, STARTUP keyword
10517 @cindex @code{showstars}, STARTUP keyword
10518 @cindex @code{odd}, STARTUP keyword
10519 @cindex @code{even}, STARTUP keyword
10520 @example
10521 hidestars  @r{make all but one of the stars starting a headline invisible.}
10522 showstars  @r{show all stars starting a headline}
10523 indent     @r{virtual indentation according to outline level}
10524 noindent   @r{no virtual indentation according to outline level}
10525 odd        @r{allow only odd outline levels (1,3,...)}
10526 oddeven    @r{allow all outline levels}
10527 @end example
10528 @vindex org-put-time-stamp-overlays
10529 @vindex org-time-stamp-overlay-formats
10530 To turn on custom format overlays over timestamps (variables
10531 @code{org-put-time-stamp-overlays} and
10532 @code{org-time-stamp-overlay-formats}), use
10533 @cindex @code{customtime}, STARTUP keyword
10534 @example
10535 customtime @r{overlay custom time format}
10536 @end example
10537 @vindex constants-unit-system
10538 The following options influence the table spreadsheet (variable
10539 @code{constants-unit-system}).
10540 @cindex @code{constcgs}, STARTUP keyword
10541 @cindex @code{constSI}, STARTUP keyword
10542 @example
10543 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
10544 constSI    @r{@file{constants.el} should use the SI unit system}
10545 @end example
10546 @vindex org-footnote-define-inline
10547 @vindex org-footnote-auto-label
10548 @vindex org-footnote-auto-adjust
10549 To influence footnote settings, use the following keywords.  The
10550 corresponding variables are @code{org-footnote-define-inline},
10551 @code{org-footnote-auto-label}, and @code{org-footnote-auto-adjust}.
10552 @cindex @code{fninline}, STARTUP keyword
10553 @cindex @code{nofninline}, STARTUP keyword
10554 @cindex @code{fnlocal}, STARTUP keyword
10555 @cindex @code{fnprompt}, STARTUP keyword
10556 @cindex @code{fnauto}, STARTUP keyword
10557 @cindex @code{fnconfirm}, STARTUP keyword
10558 @cindex @code{fnplain}, STARTUP keyword
10559 @cindex @code{fnadjust}, STARTUP keyword
10560 @cindex @code{nofnadjust}, STARTUP keyword
10561 @example
10562 fninline    @r{define footnotes inline}
10563 fnnoinline  @r{define footnotes in separate section}
10564 fnlocal     @r{define footnotes near first reference, but not inline}
10565 fnprompt    @r{prompt for footnote labels}
10566 fnauto      @r{create [fn:1]-like labels automatically (default)}
10567 fnconfirm   @r{offer automatic label for editing or confirmation}
10568 fnplain     @r{create [1]-like labels automatically}
10569 fnadjust    @r{automatically renumber and sort footnotes}
10570 nofnadjust  @r{do not renumber and sort automatically}
10571 @end example
10572 @cindex org-hide-block-startup
10573 To hide blocks on startup, use these keywords. The corresponding variable is
10574 @code{org-hide-block-startup}.
10575 @cindex @code{hideblocks}, STARTUP keyword
10576 @cindex @code{nohideblocks}, STARTUP keyword
10577 @example
10578 hideblocks   @r{Hide all begin/end blocks on startup}
10579 nohideblocks @r{Do not hide blocks on startup}
10580 @end example
10581 @item #+TAGS:  TAG1(c1) TAG2(c2)
10582 @vindex org-tag-alist
10583 These lines (several such lines are allowed) specify the valid tags in
10584 this file, and (potentially) the corresponding @emph{fast tag selection}
10585 keys.  The corresponding variable is @code{org-tag-alist}.
10586 @item #+TBLFM:
10587 This line contains the formulas for the table directly above the line.
10588 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
10589 @itemx #+OPTIONS:, #+BIND:
10590 @itemx #+DESCRIPTION:, #+KEYWORDS:
10591 @itemx #+LATEX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
10592 @itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
10593 These lines provide settings for exporting files.  For more details see
10594 @ref{Export options}.
10595 @item #+TODO:    #+SEQ_TODO:   #+TYP_TODO:
10596 @vindex org-todo-keywords
10597 These lines set the TODO keywords and their interpretation in the
10598 current file.  The corresponding variable is @code{org-todo-keywords}.
10599 @end table
10601 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
10602 @section The very busy C-c C-c key
10603 @kindex C-c C-c
10604 @cindex C-c C-c, overview
10606 The key @kbd{C-c C-c} has many purposes in Org, which are all
10607 mentioned scattered throughout this manual.  One specific function of
10608 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
10609 other circumstances it means something like @emph{``Hey Org, look
10610 here and update according to what you see here''}.  Here is a summary of
10611 what this means in different contexts.
10613 @itemize @minus
10614 @item
10615 If there are highlights in the buffer from the creation of a sparse
10616 tree, or from clock display, remove these highlights.
10617 @item
10618 If the cursor is in one of the special @code{#+KEYWORD} lines, this
10619 triggers scanning the buffer for these lines and updating the
10620 information.
10621 @item
10622 If the cursor is inside a table, realign the table.  This command
10623 works even if the automatic table editor has been turned off.
10624 @item
10625 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
10626 the entire table.
10627 @item
10628 If the cursor is inside a table created by the @file{table.el} package,
10629 activate that table.
10630 @item
10631 If the current buffer is a Remember buffer, close the note and file it.
10632 With a prefix argument, file it, without further interaction, to the
10633 default location.
10634 @item
10635 If the cursor is on a @code{<<<target>>>}, update radio targets and
10636 corresponding links in this buffer.
10637 @item
10638 If the cursor is in a property line or at the start or end of a property
10639 drawer, offer property commands.
10640 @item
10641 If the cursor is at a footnote reference, go to the corresponding
10642 definition, and vice versa.
10643 @item
10644 If the cursor is on a statistics cookie, update it.
10645 @item
10646 If the cursor is in a plain list item with a checkbox, toggle the status
10647 of the checkbox.
10648 @item
10649 If the cursor is on a numbered item in a plain list, renumber the
10650 ordered list.
10651 @item
10652 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
10653 block is updated.
10654 @end itemize
10656 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
10657 @section A cleaner outline view
10658 @cindex hiding leading stars
10659 @cindex dynamic indentation
10660 @cindex odd-levels-only outlines
10661 @cindex clean outline view
10663 Some people find it noisy and distracting that the Org headlines start with a
10664 potentially large number of stars, and that text below the headlines is not
10665 indented.  While this is no problem when writing a @emph{book-like} document
10666 where the outline headings are really section headings, in a more
10667 @emph{list-oriented} outline, indented structure is a lot cleaner:
10669 @example
10670 @group
10671 * Top level headline             |    * Top level headline
10672 ** Second level                  |      * Second level
10673 *** 3rd level                    |        * 3rd level
10674 some text                        |          some text
10675 *** 3rd level                    |        * 3rd level
10676 more text                        |          more text
10677 * Another top level headline     |    * Another top level headline
10678 @end group
10679 @end example
10681 @noindent
10682 If you are using at least Emacs 23.1.50.3 and version 6.29 of Org, this kind
10683 of view can be achieved dynamically at display time using
10684 @code{org-indent-mode}.  In this minor mode, all lines are prefixed for
10685 display with the necessary amount of space.  Also headlines are prefixed with
10686 additional stars, so that the amount of indentation shifts by
10687 two@footnote{See the variable @code{org-indent-indentation-per-level}.}
10688 spaces per level.  All headline stars but the last one are made invisible
10689 using the @code{org-hide} face@footnote{Turning on @code{org-indent-mode}
10690 sets @code{org-hide-leading-stars} to @code{t} and
10691 @code{org-adapt-indentation} to @code{nil}.} - see below under @samp{2.} for
10692 more information on how this works.  You can turn on @code{org-indent-mode}
10693 for all files by customizing the variable @code{org-startup-indented}, or you
10694 can turn it on for individual files using
10696 @example
10697 #+STARTUP: indent
10698 @end example
10700 If you want a similar effect in earlier version of Emacs and/or Org, or if
10701 you want the indentation to be hard space characters so that the plain text
10702 file looks as similar as possible to the Emacs display, Org supports you in
10703 the following way:
10705 @enumerate
10706 @item
10707 @emph{Indentation of text below headlines}@*
10708 You may indent text below each headline to make the left boundary line up
10709 with the headline, like
10711 @example
10712 *** 3rd level
10713     more text, now indented
10714 @end example
10716 @vindex org-adapt-indentation
10717 Org supports this with paragraph filling, line wrapping, and structure
10718 editing@footnote{See also the variable @code{org-adapt-indentation}.},
10719 preserving or adapting the indentation as appropriate.
10721 @item
10722 @vindex org-hide-leading-stars
10723 @emph{Hiding leading stars}@* You can modify the display in such a way that
10724 all leading stars become invisible.  To do this in a global way, configure
10725 the variable @code{org-hide-leading-stars} or change this on a per-file basis
10726 with
10728 @example
10729 #+STARTUP: hidestars
10730 #+STARTUP: showstars
10731 @end example
10733 With hidden stars, the tree becomes:
10735 @example
10736 @group
10737 * Top level headline
10738  * Second level
10739   * 3rd level
10740   ...
10741 @end group
10742 @end example
10744 @noindent
10745 @vindex org-hide @r{(face)}
10746 The leading stars are not truly replaced by whitespace, they are only
10747 fontified with the face @code{org-hide} that uses the background color as
10748 font color.  If you are not using either white or black background, you may
10749 have to customize this face to get the wanted effect.  Another possibility is
10750 to set this font such that the extra stars are @i{almost} invisible, for
10751 example using the color @code{grey90} on a white background.
10753 @item
10754 @vindex org-odd-levels-only
10755 Things become cleaner still if you skip all the even levels and use only odd
10756 levels 1, 3, 5..., effectively adding two stars to go from one outline level
10757 to the next@footnote{When you need to specify a level for a property search
10758 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}.  In this
10759 way we get the outline view shown at the beginning of this section.  In order
10760 to make the structure editing and export commands handle this convention
10761 correctly, configure the variable @code{org-odd-levels-only}, or set this on
10762 a per-file basis with one of the following lines:
10764 @example
10765 #+STARTUP: odd
10766 #+STARTUP: oddeven
10767 @end example
10769 You can convert an Org file from single-star-per-level to the
10770 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
10771 RET} in that file.  The reverse operation is @kbd{M-x
10772 org-convert-to-oddeven-levels}.
10773 @end enumerate
10775 @node TTY keys, Interaction, Clean view, Miscellaneous
10776 @section Using Org on a tty
10777 @cindex tty key bindings
10779 Because Org contains a large number of commands, by default many of
10780 Org's core commands are bound to keys that are generally not
10781 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
10782 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
10783 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
10784 these commands on a tty when special keys are unavailable, the following
10785 alternative bindings can be used.  The tty bindings below will likely be
10786 more cumbersome; you may find for some of the bindings below that a
10787 customized workaround suits you better.  For example, changing a timestamp
10788 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
10789 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
10791 @multitable @columnfractions 0.15 0.2 0.2
10792 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
10793 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
10794 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
10795 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
10796 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
10797 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
10798 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
10799 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
10800 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
10801 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
10802 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
10803 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
10804 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
10805 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
10806 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
10807 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
10808 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
10809 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
10810 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
10811 @end multitable
10814 @node Interaction,  , TTY keys, Miscellaneous
10815 @section Interaction with other packages
10816 @cindex packages, interaction with other
10817 Org lives in the world of GNU Emacs and interacts in various ways
10818 with other code out there.
10820 @menu
10821 * Cooperation::                 Packages Org cooperates with
10822 * Conflicts::                   Packages that lead to conflicts
10823 @end menu
10825 @node Cooperation, Conflicts, Interaction, Interaction
10826 @subsection Packages that Org cooperates with
10828 @table @asis
10829 @cindex @file{calc.el}
10830 @cindex Gillespie, Dave
10831 @item @file{calc.el} by Dave Gillespie
10832 Org uses the Calc package for implementing spreadsheet
10833 functionality in its tables (@pxref{The spreadsheet}).  Org
10834 checks for the availability of Calc by looking for the function
10835 @code{calc-eval} which will have been autoloaded during setup if Calc has
10836 been installed properly.  As of Emacs 22, Calc is part of the Emacs
10837 distribution.  Another possibility for interaction between the two
10838 packages is using Calc for embedded calculations. @xref{Embedded Mode,
10839 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
10840 @item @file{constants.el} by Carsten Dominik
10841 @cindex @file{constants.el}
10842 @cindex Dominik, Carsten
10843 @vindex org-table-formula-constants
10844 In a table formula (@pxref{The spreadsheet}), it is possible to use
10845 names for natural constants or units.  Instead of defining your own
10846 constants in the variable @code{org-table-formula-constants}, install
10847 the @file{constants} package which defines a large number of constants
10848 and units, and lets you use unit prefixes like @samp{M} for
10849 @samp{Mega}, etc@.  You will need version 2.0 of this package, available
10850 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
10851 the function @code{constants-get}, which has to be autoloaded in your
10852 setup.  See the installation instructions in the file
10853 @file{constants.el}.
10854 @item @file{cdlatex.el} by Carsten Dominik
10855 @cindex @file{cdlatex.el}
10856 @cindex Dominik, Carsten
10857 Org mode can make use of the CDLa@TeX{} package to efficiently enter
10858 La@TeX{} fragments into Org files.  See @ref{CDLaTeX mode}.
10859 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
10860 @cindex @file{imenu.el}
10861 Imenu allows menu access to an index of items in a file.  Org mode
10862 supports Imenu---all you need to do to get the index is the following:
10863 @lisp
10864 (add-hook 'org-mode-hook
10865           (lambda () (imenu-add-to-menubar "Imenu")))
10866 @end lisp
10867 @vindex org-imenu-depth
10868 By default the index is two levels deep---you can modify the depth using
10869 the option @code{org-imenu-depth}.
10870 @item @file{remember.el} by John Wiegley
10871 @cindex @file{remember.el}
10872 @cindex Wiegley, John
10873 Org cooperates with remember, see @ref{Remember}.
10874 @file{Remember.el} is not part of Emacs, find it on the web.
10875 @item @file{speedbar.el} by Eric M. Ludlam
10876 @cindex @file{speedbar.el}
10877 @cindex Ludlam, Eric M.
10878 Speedbar is a package that creates a special frame displaying files and
10879 index items in files.  Org mode supports Speedbar and allows you to
10880 drill into Org files directly from the Speedbar.  It also allows you to
10881 restrict the scope of agenda commands to a file or a subtree by using
10882 the command @kbd{<} in the Speedbar frame.
10883 @cindex @file{table.el}
10884 @item @file{table.el} by Takaaki Ota
10885 @kindex C-c C-c
10886 @cindex table editor, @file{table.el}
10887 @cindex @file{table.el}
10888 @cindex Ota, Takaaki
10890 Complex ASCII tables with automatic line wrapping, column- and
10891 row-spanning, and alignment can be created using the Emacs table
10892 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
10893 and also part of Emacs 22).
10894 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org mode
10895 will call @command{table-recognize-table} and move the cursor into the
10896 table.  Inside a table, the keymap of Org mode is inactive.  In order
10897 to execute Org mode-related commands, leave the table.
10899 @table @kbd
10900 @kindex C-c C-c
10901 @item C-c C-c
10902 Recognize @file{table.el} table.  Works when the cursor is in a
10903 table.el table.
10905 @kindex C-c ~
10906 @item C-c ~
10907 Insert a @file{table.el} table.  If there is already a table at point, this
10908 command converts it between the @file{table.el} format and the Org-mode
10909 format.  See the documentation string of the command
10910 @code{org-convert-table} for the restrictions under which this is
10911 possible.
10912 @end table
10913 @file{table.el} is part of Emacs 22.
10914 @item @file{footnote.el} by Steven L. Baur
10915 @cindex @file{footnote.el}
10916 @cindex Baur, Steven L.
10917 Org mode recognizes numerical footnotes as provided by this package.
10918 However, Org mode also has its own footnote support (@pxref{Footnotes}),
10919 which makes using @file{footnote.el} unnecessary.
10920 @end table
10922 @node Conflicts,  , Cooperation, Interaction
10923 @subsection Packages that lead to conflicts with Org mode
10925 @table @asis
10927 @cindex @code{shift-selection-mode}
10928 @vindex org-support-shift-select
10929 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
10930 cursor motions combined with the shift key should start or enlarge regions.
10931 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
10932 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
10933 at such a location.  By default, @kbd{S-@key{cursor}} commands outside
10934 special contexts don't do anything, but you can customize the variable
10935 @code{org-support-shift-select}.  Org mode then tries to accommodate shift
10936 selection by (i) using it outside of the special contexts where special
10937 commands apply, and by (ii) extending an existing active region even if the
10938 cursor moves across a special context.
10940 @item @file{CUA.el} by Kim. F. Storm
10941 @cindex @file{CUA.el}
10942 @cindex Storm, Kim. F.
10943 @vindex org-replace-disputed-keys
10944 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
10945 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
10946 region.  In fact, Emacs 23 has this built-in in the form of
10947 @code{shift-selection-mode}, see previous paragraph.  If you are using Emacs
10948 23, you probably don't want to use another package for this purpose.  However,
10949 if you prefer to leave these keys to a different package while working in
10950 Org mode, configure the variable @code{org-replace-disputed-keys}.  When set,
10951 Org will move the following key bindings in Org files, and in the agenda
10952 buffer (but not during date selection).
10954 @example
10955 S-UP      ->  M-p             S-DOWN     ->  M-n
10956 S-LEFT    ->  M--             S-RIGHT    ->  M-+
10957 C-S-LEFT  ->  M-S--           C-S-RIGHT  ->  M-S-+
10958 @end example
10960 @vindex org-disputed-keys
10961 Yes, these are unfortunately more difficult to remember.  If you want
10962 to have other replacement keys, look at the variable
10963 @code{org-disputed-keys}.
10965 @item @file{yasnippet.el}
10966 @cindex @file{yasnippet.el}
10967 The way Org-mode binds the TAB key (binding to @code{[tab]} instead of
10968 @code{"\t"}) overrules yasnippets' access to this key.  The following code
10969 fixed this problem:
10971 @lisp
10972 (add-hook 'org-mode-hook
10973           (lambda ()
10974             (org-set-local 'yas/trigger-key [tab])
10975             (define-key yas/keymap [tab] 'yas/next-field-group)))
10976 @end lisp
10978 @item @file{windmove.el} by Hovav Shacham
10979 @cindex @file{windmove.el}
10980 This package also uses the @kbd{S-<cursor>} keys, so everything written
10981 in the paragraph above about CUA mode also applies here.
10983 @item @file{viper.el} by Michael Kifer
10984 @cindex @file{viper.el}
10985 @kindex C-c /
10986 Viper uses @kbd{C-c /} and therefore makes this key not access the
10987 corresponding Org-mode command @code{org-sparse-tree}.  You need to find
10988 another key for this command, or override the key in
10989 @code{viper-vi-global-user-map} with
10991 @lisp
10992 (define-key viper-vi-global-user-map "C-c /" 'org-sparse-tree)
10993 @end lisp
10995 @end table
10998 @node Hacking, MobileOrg, Miscellaneous, Top
10999 @appendix Hacking
11000 @cindex hacking
11002 This appendix covers some aspects where users can extend the functionality of
11003 Org.
11005 @menu
11006 * Hooks::                       Who to reach into Org's internals
11007 * Add-on packages::             Available extensions
11008 * Adding hyperlink types::      New custom link types
11009 * Context-sensitive commands::  How to add functionality to such commands
11010 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
11011 * Dynamic blocks::              Automatically filled blocks
11012 * Special agenda views::        Customized views
11013 * Extracting agenda information::  Postprocessing of agenda information
11014 * Using the property API::      Writing programs that use entry properties
11015 * Using the mapping API::       Mapping over all or selected entries
11016 @end menu
11018 @node Hooks, Add-on packages, Hacking, Hacking
11019 @section Hooks
11020 @cindex hooks
11022 Org has a large number of hook variables that can be used to add
11023 functionality.  This appendix about hacking is going to illustrate the
11024 use of some of them.  A complete list of all hooks with documentation is
11025 maintained by the Worg project and can be found at
11026 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
11028 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
11029 @section Add-on packages
11030 @cindex add-on packages
11032 A large number of add-on packages have been written by various authors.
11033 These packages are not part of Emacs, but they are distributed as contributed
11034 packages with the separate release available at the Org mode home page at
11035 @uref{http://orgmode.org}.  The list of contributed packages, along with
11036 documentation about each package, is maintained by the Worg project at
11037 @uref{http://orgmode.org/worg/org-contrib/}.
11041 @node Adding hyperlink types, Context-sensitive commands, Add-on packages, Hacking
11042 @section Adding hyperlink types
11043 @cindex hyperlinks, adding new types
11045 Org has a large number of hyperlink types built-in
11046 (@pxref{Hyperlinks}).  If you would like to add new link types, Org
11047 provides an interface for doing so.  Let's look at an example file,
11048 @file{org-man.el}, that will add support for creating links like
11049 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
11050 Emacs:
11052 @lisp
11053 ;;; org-man.el - Support for links to manpages in Org
11055 (require 'org)
11057 (org-add-link-type "man" 'org-man-open)
11058 (add-hook 'org-store-link-functions 'org-man-store-link)
11060 (defcustom org-man-command 'man
11061   "The Emacs command to be used to display a man page."
11062   :group 'org-link
11063   :type '(choice (const man) (const woman)))
11065 (defun org-man-open (path)
11066   "Visit the manpage on PATH.
11067 PATH should be a topic that can be thrown at the man command."
11068   (funcall org-man-command path))
11070 (defun org-man-store-link ()
11071   "Store a link to a manpage."
11072   (when (memq major-mode '(Man-mode woman-mode))
11073     ;; This is a man page, we do make this link
11074     (let* ((page (org-man-get-page-name))
11075            (link (concat "man:" page))
11076            (description (format "Manpage for %s" page)))
11077       (org-store-link-props
11078        :type "man"
11079        :link link
11080        :description description))))
11082 (defun org-man-get-page-name ()
11083   "Extract the page name from the buffer name."
11084   ;; This works for both `Man-mode' and `woman-mode'.
11085   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
11086       (match-string 1 (buffer-name))
11087     (error "Cannot create link to this man page")))
11089 (provide 'org-man)
11091 ;;; org-man.el ends here
11092 @end lisp
11094 @noindent
11095 You would activate this new link type in @file{.emacs} with
11097 @lisp
11098 (require 'org-man)
11099 @end lisp
11101 @noindent
11102 Let's go through the file and see what it does.
11103 @enumerate
11104 @item
11105 It does @code{(require 'org)} to make sure that @file{org.el} has been
11106 loaded.
11107 @item
11108 The next line calls @code{org-add-link-type} to define a new link type
11109 with prefix @samp{man}.  The call also contains the name of a function
11110 that will be called to follow such a link.
11111 @item
11112 @vindex org-store-link-functions
11113 The next line adds a function to @code{org-store-link-functions}, in
11114 order to allow the command @kbd{C-c l} to record a useful link in a
11115 buffer displaying a man page.
11116 @end enumerate
11118 The rest of the file defines the necessary variables and functions.
11119 First there is a customization variable that determines which Emacs
11120 command should be used to display man pages.  There are two options,
11121 @code{man} and @code{woman}.  Then the function to follow a link is
11122 defined.  It gets the link path as an argument---in this case the link
11123 path is just a topic for the manual command.  The function calls the
11124 value of @code{org-man-command} to display the man page.
11126 Finally the function @code{org-man-store-link} is defined.  When you try
11127 to store a link with @kbd{C-c l}, this function will be called to
11128 try to make a link.  The function must first decide if it is supposed to
11129 create the link for this buffer type; we do this by checking the value
11130 of the variable @code{major-mode}.  If not, the function must exit and
11131 return the value @code{nil}.  If yes, the link is created by getting the
11132 manual topic from the buffer name and prefixing it with the string
11133 @samp{man:}.  Then it must call the command @code{org-store-link-props}
11134 and set the @code{:type} and @code{:link} properties.  Optionally you
11135 can also set the @code{:description} property to provide a default for
11136 the link description when the link is later inserted into an Org
11137 buffer with @kbd{C-c C-l}.
11139 When is makes sense for your new link type, you may also define a function
11140 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
11141 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
11142 not accept any arguments, and return the full link with prefix.
11144 @node Context-sensitive commands, Tables in arbitrary syntax, Adding hyperlink types, Hacking
11145 @section Context-sensitive commands
11146 @cindex context-sensitive commands, hooks
11147 @cindex add-ons, context-sensitive commands
11148 @vindex org-ctrl-c-ctrl-c-hook
11150 Org has several commands that act differently depending on context.  The most
11151 important example it the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
11152 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
11154 Add-ons can tap into this functionality by providing a function that detects
11155 special context for that add-on and executes functionality appropriate for
11156 the context.  Here is an example from Dan Davison's @file{org-R.el} which
11157 allows you to evaluate commands based on the @file{R} programming language.  For
11158 this package, special contexts are lines that start with @code{#+R:} or
11159 @code{#+RR:}.
11161 @lisp
11162 (defun org-R-apply-maybe ()
11163   "Detect if this is context for org-R and execute R commands."
11164   (if (save-excursion
11165         (beginning-of-line 1)
11166         (looking-at "#\\+RR?:"))
11167       (progn (call-interactively 'org-R-apply)
11168              t) ;; to signal that we took action
11169     nil)) ;; to signal that we did not
11171 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
11172 @end lisp
11174 The function first checks if the cursor is in such a line.  If that is the
11175 case, @code{org-R-apply} is called and the function returns @code{t} to
11176 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
11177 contexts.  If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try.
11180 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
11181 @section Tables and lists in arbitrary syntax
11182 @cindex tables, in other modes
11183 @cindex lists, in other modes
11184 @cindex Orgtbl mode
11186 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
11187 frequent feature request has been to make it work with native tables in
11188 specific languages, for example La@TeX{}.  However, this is extremely
11189 hard to do in a general way, would lead to a customization nightmare,
11190 and would take away much of the simplicity of the Orgtbl-mode table
11191 editor.
11194 This appendix describes a different approach.  We keep the Orgtbl mode
11195 table in its native format (the @i{source table}), and use a custom
11196 function to @i{translate} the table to the correct syntax, and to
11197 @i{install} it in the right location (the @i{target table}).  This puts
11198 the burden of writing conversion functions on the user, but it allows
11199 for a very flexible system.
11201 Bastien added the ability to do the same with lists.  You can use Org's
11202 facilities to edit and structure lists by turning @code{orgstruct-mode}
11203 on, then locally exporting such lists in another format (HTML, La@TeX{}
11204 or Texinfo.)
11207 @menu
11208 * Radio tables::                Sending and receiving radio tables
11209 * A LaTeX example::             Step by step, almost a tutorial
11210 * Translator functions::        Copy and modify
11211 * Radio lists::                 Doing the same for lists
11212 @end menu
11214 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
11215 @subsection Radio tables
11216 @cindex radio tables
11218 To define the location of the target table, you first need to create two
11219 lines that are comments in the current mode, but contain magic words for
11220 Orgtbl mode to find.  Orgtbl mode will insert the translated table
11221 between these lines, replacing whatever was there before.  For example:
11223 @example
11224 /* BEGIN RECEIVE ORGTBL table_name */
11225 /* END RECEIVE ORGTBL table_name */
11226 @end example
11228 @noindent
11229 Just above the source table, we put a special line that tells
11230 Orgtbl mode how to translate this table and where to install it.  For
11231 example:
11232 @cindex #+ORGTBL
11233 @example
11234 #+ORGTBL: SEND table_name translation_function arguments....
11235 @end example
11237 @noindent
11238 @code{table_name} is the reference name for the table that is also used
11239 in the receiver lines. @code{translation_function} is the Lisp function
11240 that does the translation.  Furthermore, the line can contain a list of
11241 arguments (alternating key and value) at the end.  The arguments will be
11242 passed as a property list to the translation function for
11243 interpretation.  A few standard parameters are already recognized and
11244 acted upon before the translation function is called:
11246 @table @code
11247 @item :skip N
11248 Skip the first N lines of the table.  Hlines do count as separate lines for
11249 this parameter!
11251 @item :skipcols (n1 n2 ...)
11252 List of columns that should be skipped.  If the table has a column with
11253 calculation marks, that column is automatically discarded as well.
11254 Please note that the translator function sees the table @emph{after} the
11255 removal of these columns, the function never knows that there have been
11256 additional columns.
11257 @end table
11259 @noindent
11260 The one problem remaining is how to keep the source table in the buffer
11261 without disturbing the normal workings of the file, for example during
11262 compilation of a C file or processing of a La@TeX{} file.  There are a
11263 number of different solutions:
11265 @itemize @bullet
11266 @item
11267 The table could be placed in a block comment if that is supported by the
11268 language.  For example, in C mode you could wrap the table between
11269 @samp{/*} and @samp{*/} lines.
11270 @item
11271 Sometimes it is possible to put the table after some kind of @i{END}
11272 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
11273 in La@TeX{}.
11274 @item
11275 You can just comment the table line-by-line whenever you want to process
11276 the file, and uncomment it whenever you need to edit the table.  This
11277 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment}
11278 makes this comment-toggling very easy, in particular if you bind it to a
11279 key.
11280 @end itemize
11282 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
11283 @subsection A La@TeX{} example of radio tables
11284 @cindex La@TeX{}, and Orgtbl mode
11286 The best way to wrap the source table in La@TeX{} is to use the
11287 @code{comment} environment provided by @file{comment.sty}.  It has to be
11288 activated by placing @code{\usepackage@{comment@}} into the document
11289 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
11290 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
11291 variable @code{orgtbl-radio-tables} to install templates for other
11292 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
11293 be prompted for a table name, let's say we use @samp{salesfigures}.  You
11294 will then get the following template:
11296 @cindex #+ORGTBL, SEND
11297 @example
11298 % BEGIN RECEIVE ORGTBL salesfigures
11299 % END RECEIVE ORGTBL salesfigures
11300 \begin@{comment@}
11301 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11302 | | |
11303 \end@{comment@}
11304 @end example
11306 @noindent
11307 @vindex La@TeX{}-verbatim-environments
11308 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
11309 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
11310 into the receiver location with name @code{salesfigures}.  You may now
11311 fill in the table, feel free to use the spreadsheet features@footnote{If
11312 the @samp{#+TBLFM} line contains an odd number of dollar characters,
11313 this may cause problems with font-lock in La@TeX{} mode.  As shown in the
11314 example you can fix this by adding an extra line inside the
11315 @code{comment} environment that is used to balance the dollar
11316 expressions.  If you are using AUC@TeX{} with the font-latex library, a
11317 much better solution is to add the @code{comment} environment to the
11318 variable @code{LaTeX-verbatim-environments}.}:
11320 @example
11321 % BEGIN RECEIVE ORGTBL salesfigures
11322 % END RECEIVE ORGTBL salesfigures
11323 \begin@{comment@}
11324 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11325 | Month | Days | Nr sold | per day |
11326 |-------+------+---------+---------|
11327 | Jan   |   23 |      55 |     2.4 |
11328 | Feb   |   21 |      16 |     0.8 |
11329 | March |   22 |     278 |    12.6 |
11330 #+TBLFM: $4=$3/$2;%.1f
11331 % $ (optional extra dollar to keep font-lock happy, see footnote)
11332 \end@{comment@}
11333 @end example
11335 @noindent
11336 When you are done, press @kbd{C-c C-c} in the table to get the converted
11337 table inserted between the two marker lines.
11339 Now let's assume you want to make the table header by hand, because you
11340 want to control how columns are aligned, etc@.  In this case we make sure
11341 that the table translator skips the first 2 lines of the source
11342 table, and tell the command to work as a @i{splice}, i.e. to not produce
11343 header and footer commands of the target table:
11345 @example
11346 \begin@{tabular@}@{lrrr@}
11347 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
11348 % BEGIN RECEIVE ORGTBL salesfigures
11349 % END RECEIVE ORGTBL salesfigures
11350 \end@{tabular@}
11352 \begin@{comment@}
11353 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
11354 | Month | Days | Nr sold | per day |
11355 |-------+------+---------+---------|
11356 | Jan   |   23 |      55 |     2.4 |
11357 | Feb   |   21 |      16 |     0.8 |
11358 | March |   22 |     278 |    12.6 |
11359 #+TBLFM: $4=$3/$2;%.1f
11360 \end@{comment@}
11361 @end example
11363 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
11364 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
11365 and marks horizontal lines with @code{\hline}.  Furthermore, it
11366 interprets the following parameters (see also @pxref{Translator functions}):
11368 @table @code
11369 @item :splice nil/t
11370 When set to t, return only table body lines, don't wrap them into a
11371 tabular environment.  Default is nil.
11373 @item :fmt fmt
11374 A format to be used to wrap each field, it should contain @code{%s} for the
11375 original field value.  For example, to wrap each field value in dollars,
11376 you could use @code{:fmt "$%s$"}.  This may also be a property list with
11377 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
11378 A function of one argument can be used in place of the strings; the
11379 function must return a formatted string.
11381 @item :efmt efmt
11382 Use this format to print numbers with exponentials.  The format should
11383 have @code{%s} twice for inserting mantissa and exponent, for example
11384 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
11385 may also be a property list with column numbers and formats, for example
11386 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
11387 @code{efmt} has been applied to a value, @code{fmt} will also be
11388 applied.  Similar to @code{fmt}, functions of two arguments can be
11389 supplied instead of strings.
11390 @end table
11392 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
11393 @subsection Translator functions
11394 @cindex HTML, and Orgtbl mode
11395 @cindex translator function
11397 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
11398 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
11399 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
11400 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
11401 code that produces tables during HTML export.}, these all use a generic
11402 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
11403 itself is a very short function that computes the column definitions for the
11404 @code{tabular} environment, defines a few field and line separators and then
11405 hands processing over to the generic translator.  Here is the entire code:
11407 @lisp
11408 @group
11409 (defun orgtbl-to-latex (table params)
11410   "Convert the Orgtbl mode TABLE to LaTeX."
11411   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
11412                                org-table-last-alignment ""))
11413          (params2
11414           (list
11415            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
11416            :tend "\\end@{tabular@}"
11417            :lstart "" :lend " \\\\" :sep " & "
11418            :efmt "%s\\,(%s)" :hline "\\hline")))
11419     (orgtbl-to-generic table (org-combine-plists params2 params))))
11420 @end group
11421 @end lisp
11423 As you can see, the properties passed into the function (variable
11424 @var{PARAMS}) are combined with the ones newly defined in the function
11425 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
11426 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
11427 would like to use the La@TeX{} translator, but wanted the line endings to
11428 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
11429 overrule the default with
11431 @example
11432 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
11433 @end example
11435 For a new language, you can either write your own converter function in
11436 analogy with the La@TeX{} translator, or you can use the generic function
11437 directly.  For example, if you have a language where a table is started
11438 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
11439 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
11440 separator is a TAB, you could call the generic translator like this (on
11441 a single line!):
11443 @example
11444 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
11445                               :lstart "!BL! " :lend " !EL!" :sep "\t"
11446 @end example
11448 @noindent
11449 Please check the documentation string of the function
11450 @code{orgtbl-to-generic} for a full list of parameters understood by
11451 that function, and remember that you can pass each of them into
11452 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
11453 using the generic function.
11455 Of course you can also write a completely new function doing complicated
11456 things the generic translator cannot do.  A translator function takes
11457 two arguments.  The first argument is the table, a list of lines, each
11458 line either the symbol @code{hline} or a list of fields.  The second
11459 argument is the property list containing all parameters specified in the
11460 @samp{#+ORGTBL: SEND} line.  The function must return a single string
11461 containing the formatted table.  If you write a generally useful
11462 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
11463 others can benefit from your work.
11465 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
11466 @subsection Radio lists
11467 @cindex radio lists
11468 @cindex org-list-insert-radio-list
11470 Sending and receiving radio lists works exactly the same way than sending and
11471 receiving radio tables (@pxref{Radio tables}).  As for radio tables, you can
11472 insert radio lists templates in HTML, La@TeX{} and Texinfo modes by calling
11473 @code{org-list-insert-radio-list}.
11475 Here are the differences with radio tables:
11477 @itemize @minus
11478 @item
11479 Use @code{ORGLST} instead of @code{ORGTBL}.
11480 @item
11481 The available translation functions for radio lists don't take
11482 parameters.
11483 @item
11484 @kbd{C-c C-c} will work when pressed on the first item of the list.
11485 @end itemize
11487 Here is a La@TeX{} example.  Let's say that you have this in your
11488 La@TeX{} file:
11490 @cindex #+ORGLIST
11491 @example
11492 % BEGIN RECEIVE ORGLST to-buy
11493 % END RECEIVE ORGLST to-buy
11494 \begin@{comment@}
11495 #+ORGLIST: SEND to-buy orgtbl-to-latex
11496 - a new house
11497 - a new computer
11498   + a new keyboard
11499   + a new mouse
11500 - a new life
11501 \end@{comment@}
11502 @end example
11504 Pressing `C-c C-c' on @code{a new house} and will insert the converted
11505 La@TeX{} list between the two marker lines.
11507 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
11508 @section Dynamic blocks
11509 @cindex dynamic blocks
11511 Org documents can contain @emph{dynamic blocks}.  These are
11512 specially marked regions that are updated by some user-written function.
11513 A good example for such a block is the clock table inserted by the
11514 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
11516 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
11517 to the block and can also specify parameters for the function producing
11518 the content of the block.
11520 #+BEGIN:dynamic block
11521 @example
11522 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
11524 #+END:
11525 @end example
11527 Dynamic blocks are updated with the following commands
11529 @table @kbd
11530 @kindex C-c C-x C-u
11531 @item C-c C-x C-u
11532 Update dynamic block at point.
11533 @kindex C-u C-c C-x C-u
11534 @item C-u C-c C-x C-u
11535 Update all dynamic blocks in the current file.
11536 @end table
11538 Updating a dynamic block means to remove all the text between BEGIN and
11539 END, parse the BEGIN line for parameters and then call the specific
11540 writer function for this block to insert the new content.  If you want
11541 to use the original content in the writer function, you can use the
11542 extra parameter @code{:content}.
11544 For a block with name @code{myblock}, the writer function is
11545 @code{org-dblock-write:myblock} with as only parameter a property list
11546 with the parameters given in the begin line.  Here is a trivial example
11547 of a block that keeps track of when the block update function was last
11548 run:
11550 @example
11551 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
11553 #+END:
11554 @end example
11556 @noindent
11557 The corresponding block writer function could look like this:
11559 @lisp
11560 (defun org-dblock-write:block-update-time (params)
11561    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
11562      (insert "Last block update at: "
11563              (format-time-string fmt (current-time)))))
11564 @end lisp
11566 If you want to make sure that all dynamic blocks are always up-to-date,
11567 you could add the function @code{org-update-all-dblocks} to a hook, for
11568 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
11569 written in a way such that it does nothing in buffers that are not in
11570 @code{org-mode}.
11572 @node Special agenda views, Extracting agenda information, Dynamic blocks, Hacking
11573 @section Special agenda views
11574 @cindex agenda views, user-defined
11576 Org provides a special hook that can be used to narrow down the
11577 selection made by any of the agenda views.  You may specify a function
11578 that is used at each match to verify if the match should indeed be part
11579 of the agenda view, and if not, how much should be skipped.
11581 Let's say you want to produce a list of projects that contain a WAITING
11582 tag anywhere in the project tree.  Let's further assume that you have
11583 marked all tree headings that define a project with the TODO keyword
11584 PROJECT.  In this case you would run a TODO search for the keyword
11585 PROJECT, but skip the match unless there is a WAITING tag anywhere in
11586 the subtree belonging to the project line.
11588 To achieve this, you must write a function that searches the subtree for
11589 the tag.  If the tag is found, the function must return @code{nil} to
11590 indicate that this match should not be skipped.  If there is no such
11591 tag, return the location of the end of the subtree, to indicate that
11592 search should continue from there.
11594 @lisp
11595 (defun my-skip-unless-waiting ()
11596   "Skip trees that are not waiting"
11597   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
11598     (if (re-search-forward ":waiting:" subtree-end t)
11599         nil          ; tag found, do not skip
11600       subtree-end))) ; tag not found, continue after end of subtree
11601 @end lisp
11603 Now you may use this function in an agenda custom command, for example
11604 like this:
11606 @lisp
11607 (org-add-agenda-custom-command
11608  '("b" todo "PROJECT"
11609    ((org-agenda-skip-function 'my-skip-unless-waiting)
11610     (org-agenda-overriding-header "Projects waiting for something: "))))
11611 @end lisp
11613 @vindex org-agenda-overriding-header
11614 Note that this also binds @code{org-agenda-overriding-header} to get a
11615 meaningful header in the agenda view.
11617 @vindex org-odd-levels-only
11618 @vindex org-agenda-skip-function
11619 A general way to create custom searches is to base them on a search for
11620 entries with a certain level limit.  If you want to study all entries with
11621 your custom search function, simply do a search for
11622 @samp{LEVEL>0}@footnote{Note that, when using @code{org-odd-levels-only}, a
11623 level number corresponds to order in the hierarchy, not to the number of
11624 stars.}, and then use @code{org-agenda-skip-function} to select the entries
11625 you really want to have.
11627 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
11628 particular, you may use the functions @code{org-agenda-skip-entry-if}
11629 and @code{org-agenda-skip-subtree-if} in this form, for example:
11631 @table @code
11632 @item '(org-agenda-skip-entry-if 'scheduled)
11633 Skip current entry if it has been scheduled.
11634 @item '(org-agenda-skip-entry-if 'notscheduled)
11635 Skip current entry if it has not been scheduled.
11636 @item '(org-agenda-skip-entry-if 'deadline)
11637 Skip current entry if it has a deadline.
11638 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
11639 Skip current entry if it has a deadline, or if it is scheduled.
11640 @item '(org-agenda-skip-entry-if 'timestamp)
11641 Skip current entry if it has any timestamp, may also be deadline or scheduled.
11642 @item '(org-agenda-skip-entry 'regexp "regular expression")
11643 Skip current entry if the regular expression matches in the entry.
11644 @item '(org-agenda-skip-entry 'notregexp "regular expression")
11645 Skip current entry unless the regular expression matches.
11646 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
11647 Same as above, but check and skip the entire subtree.
11648 @end table
11650 Therefore we could also have written the search for WAITING projects
11651 like this, even without defining a special function:
11653 @lisp
11654 (org-add-agenda-custom-command
11655  '("b" todo "PROJECT"
11656    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
11657                                 'regexp ":waiting:"))
11658     (org-agenda-overriding-header "Projects waiting for something: "))))
11659 @end lisp
11661 @node Extracting agenda information, Using the property API, Special agenda views, Hacking
11662 @section Extracting agenda information
11663 @cindex agenda, pipe
11664 @cindex Scripts, for agenda processing
11666 @vindex org-agenda-custom-commands
11667 Org provides commands to access agenda information for the command
11668 line in Emacs batch mode.  This extracted information can be sent
11669 directly to a printer, or it can be read by a program that does further
11670 processing of the data.  The first of these commands is the function
11671 @code{org-batch-agenda}, that produces an agenda view and sends it as
11672 ASCII text to STDOUT.  The command takes a single string as parameter.
11673 If the string has length 1, it is used as a key to one of the commands
11674 you have configured in @code{org-agenda-custom-commands}, basically any
11675 key you can use after @kbd{C-c a}.  For example, to directly print the
11676 current TODO list, you could use
11678 @example
11679 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
11680 @end example
11682 If the parameter is a string with 2 or more characters, it is used as a
11683 tags/TODO match string.  For example, to print your local shopping list
11684 (all items with the tag @samp{shop}, but excluding the tag
11685 @samp{NewYork}), you could use
11687 @example
11688 emacs -batch -l ~/.emacs                                      \
11689       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
11690 @end example
11692 @noindent
11693 You may also modify parameters on the fly like this:
11695 @example
11696 emacs -batch -l ~/.emacs                                      \
11697    -eval '(org-batch-agenda "a"                               \
11698             org-agenda-ndays 30                               \
11699             org-agenda-include-diary nil                      \
11700             org-agenda-files (quote ("~/org/project.org")))'  \
11701    | lpr
11702 @end example
11704 @noindent
11705 which will produce a 30-day agenda, fully restricted to the Org file
11706 @file{~/org/projects.org}, not even including the diary.
11708 If you want to process the agenda data in more sophisticated ways, you
11709 can use the command @code{org-batch-agenda-csv} to get a comma-separated
11710 list of values for each agenda item.  Each line in the output will
11711 contain a number of fields separated by commas.  The fields in a line
11712 are:
11714 @example
11715 category     @r{The category of the item}
11716 head         @r{The headline, without TODO keyword, TAGS and PRIORITY}
11717 type         @r{The type of the agenda entry, can be}
11718                 todo               @r{selected in TODO match}
11719                 tagsmatch          @r{selected in tags match}
11720                 diary              @r{imported from diary}
11721                 deadline           @r{a deadline}
11722                 scheduled          @r{scheduled}
11723                 timestamp          @r{appointment, selected by timestamp}
11724                 closed             @r{entry was closed on date}
11725                 upcoming-deadline  @r{warning about nearing deadline}
11726                 past-scheduled     @r{forwarded scheduled item}
11727                 block              @r{entry has date block including date}
11728 todo         @r{The TODO keyword, if any}
11729 tags         @r{All tags including inherited ones, separated by colons}
11730 date         @r{The relevant date, like 2007-2-14}
11731 time         @r{The time, like 15:00-16:50}
11732 extra        @r{String with extra planning info}
11733 priority-l   @r{The priority letter if any was given}
11734 priority-n   @r{The computed numerical priority}
11735 @end example
11737 @noindent
11738 Time and date will only be given if a timestamp (or deadline/scheduled)
11739 led to the selection of the item.
11741 A CSV list like this is very easy to use in a post-processing script.
11742 For example, here is a Perl program that gets the TODO list from
11743 Emacs/Org and prints all the items, preceded by a checkbox:
11745 @example
11746 #!/usr/bin/perl
11748 # define the Emacs command to run
11749 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
11751 # run it and capture the output
11752 $agenda = qx@{$cmd 2>/dev/null@};
11754 # loop over all lines
11755 foreach $line (split(/\n/,$agenda)) @{
11756   # get the individual values
11757   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
11758    $priority_l,$priority_n) = split(/,/,$line);
11759   # process and print
11760   print "[ ] $head\n";
11762 @end example
11764 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
11765 @section Using the property API
11766 @cindex API, for properties
11767 @cindex properties, API
11769 Here is a description of the functions that can be used to work with
11770 properties.
11772 @defun org-entry-properties &optional pom which
11773 Get all properties of the entry at point-or-marker POM.@*
11774 This includes the TODO keyword, the tags, time strings for deadline,
11775 scheduled, and clocking, and any additional properties defined in the
11776 entry.  The return value is an alist, keys may occur multiple times
11777 if the property key was used several times.@*
11778 POM may also be nil, in which case the current entry is used.
11779 If WHICH is nil or `all', get all properties.  If WHICH is
11780 `special' or `standard', only get that subclass.
11781 @end defun
11782 @vindex org-use-property-inheritance
11783 @defun org-entry-get pom property &optional inherit
11784 Get value of PROPERTY for entry at point-or-marker POM.  By default,
11785 this only looks at properties defined locally in the entry.  If INHERIT
11786 is non-nil and the entry does not have the property, then also check
11787 higher levels of the hierarchy.  If INHERIT is the symbol
11788 @code{selective}, use inheritance if and only if the setting of
11789 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
11790 @end defun
11792 @defun org-entry-delete pom property
11793 Delete the property PROPERTY from entry at point-or-marker POM.
11794 @end defun
11796 @defun org-entry-put pom property value
11797 Set PROPERTY to VALUE for entry at point-or-marker POM.
11798 @end defun
11800 @defun org-buffer-property-keys &optional include-specials
11801 Get all property keys in the current buffer.
11802 @end defun
11804 @defun org-insert-property-drawer
11805 Insert a property drawer at point.
11806 @end defun
11808 @defun org-entry-put-multivalued-property pom property &rest values
11809 Set PROPERTY at point-or-marker POM to VALUES.  VALUES should be a list of
11810 strings.  They will be concatenated, with spaces as separators.
11811 @end defun
11813 @defun org-entry-get-multivalued-property pom property
11814 Treat the value of the property PROPERTY as a whitespace-separated list of
11815 values and return the values as a list of strings.
11816 @end defun
11818 @defun org-entry-add-to-multivalued-property pom property value
11819 Treat the value of the property PROPERTY as a whitespace-separated list of
11820 values and make sure that VALUE is in this list.
11821 @end defun
11823 @defun org-entry-remove-from-multivalued-property pom property value
11824 Treat the value of the property PROPERTY as a whitespace-separated list of
11825 values and make sure that VALUE is @emph{not} in this list.
11826 @end defun
11828 @defun org-entry-member-in-multivalued-property pom property value
11829 Treat the value of the property PROPERTY as a whitespace-separated list of
11830 values and check if VALUE is in this list.
11831 @end defun
11833 @node Using the mapping API,  , Using the property API, Hacking
11834 @section Using the mapping API
11835 @cindex API, for mapping
11836 @cindex mapping entries, API
11838 Org has sophisticated mapping capabilities to find all entries satisfying
11839 certain criteria.  Internally, this functionality is used to produce agenda
11840 views, but there is also an API that can be used to execute arbitrary
11841 functions for each or selected entries.  The main entry point for this API
11844 @defun org-map-entries func &optional match scope &rest skip
11845 Call FUNC at each headline selected by MATCH in SCOPE.
11847 FUNC is a function or a Lisp form.  The function will be called without
11848 arguments, with the cursor positioned at the beginning of the headline.
11849 The return values of all calls to the function will be collected and
11850 returned as a list.
11852 The call to FUNC will be wrapped into a save-excursion form, so FUNC
11853 does not need to preserve point.  After evaluation, the cursor will be
11854 moved to the end of the line (presumably of the headline of the
11855 processed entry) and search continues from there.  Under some
11856 circumstances, this may not produce the wanted results.  For example,
11857 if you have removed (e.g. archived) the current (sub)tree it could
11858 mean that the next entry will be skipped entirely.  In such cases, you
11859 can specify the position from where search should continue by making
11860 FUNC set the variable `org-map-continue-from' to the desired buffer
11861 position.
11863 MATCH is a tags/property/todo match as it is used in the agenda match view.
11864 Only headlines that are matched by this query will be considered during
11865 the iteration.  When MATCH is nil or t, all headlines will be
11866 visited by the iteration.
11868 SCOPE determines the scope of this command.  It can be any of:
11870 @example
11871 nil     @r{the current buffer, respecting the restriction if any}
11872 tree    @r{the subtree started with the entry at point}
11873 file    @r{the current buffer, without restriction}
11874 file-with-archives
11875         @r{the current buffer, and any archives associated with it}
11876 agenda  @r{all agenda files}
11877 agenda-with-archives
11878         @r{all agenda files with any archive files associated with them}
11879 (file1 file2 ...)
11880         @r{if this is a list, all files in the list will be scanned}
11881 @end example
11882 @noindent
11883 The remaining args are treated as settings for the skipping facilities of
11884 the scanner.  The following items can be given here:
11886 @vindex org-agenda-skip-function
11887 @example
11888 archive   @r{skip trees with the archive tag}
11889 comment   @r{skip trees with the COMMENT keyword}
11890 function or Lisp form
11891           @r{will be used as value for @code{org-agenda-skip-function},}
11892           @r{so whenever the function returns t, FUNC}
11893           @r{will not be called for that entry and search will}
11894           @r{continue from the point where the function leaves it}
11895 @end example
11896 @end defun
11898 The function given to that mapping routine can really do anything you like.
11899 It can use the property API (@pxref{Using the property API}) to gather more
11900 information about the entry, or in order to change metadata in the entry.
11901 Here are a couple of functions that might be handy:
11903 @defun org-todo &optional arg
11904 Change the TODO state of the entry, see the docstring of the functions for
11905 the many possible values for the argument ARG.
11906 @end defun
11908 @defun org-priority &optional action
11909 Change the priority of the entry, see the docstring of this function for the
11910 possible values for ACTION.
11911 @end defun
11913 @defun org-toggle-tag tag &optional onoff
11914 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
11915 or @code{off} will not toggle tag, but ensure that it is either on or off.
11916 @end defun
11918 @defun org-promote
11919 Promote the current entry.
11920 @end defun
11922 @defun org-demote
11923 Demote the current entry.
11924 @end defun
11926 Here is a simple example that will turn all entries in the current file with
11927 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
11928 Entries in comment trees and in archive trees will be ignored.
11930 @lisp
11931 (org-map-entries
11932    '(org-todo "UPCOMING")
11933    "+TOMORROW" 'file 'archive 'comment)
11934 @end lisp
11936 The following example counts the number of entries with TODO keyword
11937 @code{WAITING}, in all agenda files.
11939 @lisp
11940 (length (org-map-entries t "/+WAITING" 'agenda))
11941 @end lisp
11943 @node MobileOrg, History and Acknowledgments, Hacking, Top
11944 @appendix MobileOrg
11945 @cindex iPhone
11946 @cindex MobileOrg
11948 @i{MobileOrg} is an application for the @i{iPhone/iPod Touch} series of
11949 devices, developed by Richard Moreland.  @i{MobileOrg} offers offline viewing
11950 and capture support for an Org-mode system rooted on a ``real'' computer.  It
11951 does also allow you to record changes to existing entries.  For information
11952 about @i{MobileOrg}, see @uref{http://mobileorg.ncogni.to/}).
11954 This appendix describes the support Org has for creating agenda views in a
11955 format that can be displayed by @i{MobileOrg}, and for integrating notes
11956 captured and changes made by @i{MobileOrg} into the main system.
11958 For changing tags and TODO states in MobileOrg, you should have set up the
11959 customization variables @code{org-todo-keywords} and @code{org-tags-alist} to
11960 cover all important tags and todo keywords, even if individual files use only
11961 part of these.  MobileOrg will also offer you states and tags set up with
11962 in-buffer settings, but it will understand the logistics of todo state
11963 @i{sets} (@pxref{Per-file keywords}) and @i{mutually exclusive} tags
11964 (@pxref{Setting tags}) only for those set in these variables.
11966 @menu
11967 * Setting up the staging area::  Where to interact with the mobile device
11968 * Pushing to MobileOrg::        Uploading Org files and agendas
11969 * Pulling from MobileOrg::      Integrating captured and flagged items
11970 @end menu
11972 @node Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg
11973 @section Setting up the staging area
11975 Org-mode has commands to prepare a directory with files for @i{MobileOrg},
11976 and to read captured notes from there.  If Emacs can directly write to the
11977 WebDAV directory accessed by @i{MobileOrg}, just point to this directory
11978 using the variable @code{org-mobile-directory}.  Using the @file{tramp}
11979 method, @code{org-mobile-directory} may point to a remote directory
11980 accessible through, for example, 
11981 @file{ssh/scp}:
11983 @smallexample
11984 (setq org-mobile-directory "/scpc:user@@remote.host:org/webdav/")
11985 @end smallexample
11987 If Emacs cannot access the WebDAV directory directly using a @file{tramp}
11988 method, or you prefer to maintain a local copy, you can use a local directory
11989 for staging.  Other means must then be used to keep this directory in sync
11990 with the WebDAV directory.  In the following example, files are staged in
11991 @file{~/stage}, and Org-mode hooks take care of moving files to and from the
11992 WebDAV directory using @file{scp}.
11994 @smallexample
11995 (setq org-mobile-directory "~/stage/")
11996 (add-hook 'org-mobile-post-push-hook
11997   (lambda () (shell-command "scp -r ~/stage/* user@@wdhost:mobile/")))
11998 (add-hook 'org-mobile-pre-pull-hook
11999   (lambda () (shell-command "scp user@@wdhost:mobile/mobileorg.org ~/stage/ ")))
12000 (add-hook 'org-mobile-post-pull-hook
12001   (lambda () (shell-command "scp ~/stage/mobileorg.org user@@wdhost:mobile/")))
12002 @end smallexample
12004 @node Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg
12005 @section Pushing to MobileOrg
12007 This operation copies all files currently listed in @code{org-mobile-files}
12008 to the directory @code{org-mobile-directory}.  By default this list contains
12009 all agenda files (as listed in @code{org-agenda-files}), but additional files
12010 can be included by customizing @code{org-mobiles-files}.  File names will be
12011 staged with path relative to @code{org-directory}, so all files should be
12012 inside this directory.  The push operation also creates (in the same
12013 directory) a special Org file @file{agendas.org}.  This file is an Org-mode
12014 style outline, containing every custom agenda view defined by the user.
12015 While creating the agendas, Org-mode will force@footnote{See the variable
12016 @code{org-mobile-force-id-on-agenda-items}.}  an ID property on all entries
12017 referenced by the agendas, so that these entries can be uniquely identified
12018 if @i{MobileOrg} flags them for further action.  Finally, Org writes the file
12019 @file{index.org}, containing links to all other files.  If @i{MobileOrg} is
12020 configured to request this file from the WebDAV server, all agendas and Org
12021 files will be downloaded to the device.  To speed up the download, MobileOrg
12022 will only read files whose checksums@footnote{stored automatically in the
12023 file @file{checksums.dat}} have changed.
12025 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
12026 @section Pulling from MobileOrg
12028 When @i{MobileOrg} synchronizes with the WebDAV server, it not only pulls the
12029 Org files for viewing.  It also appends captured entries and pointers to
12030 flagged and changed entries to the file @file{mobileorg.org} on the server.
12031 Org has a @emph{pull} operation that integrates this information into an
12032 inbox file and operates on the pointers to flagged entries.  Here is how it
12033 works:
12035 @enumerate
12036 @item
12037 Org moves all entries found in
12038 @file{mobileorg.org}@footnote{@file{mobileorg.org} will be empty after this
12039 operation.} and appends them to the file pointed to by the variable
12040 @code{org-mobile-inbox-for-pull}.  Each captured entry and each editing event
12041 will be a top-level entry in the inbox file.
12042 @item
12043 After moving the entries, Org will attempt to implement the changes made in
12044 @i{MobileOrg}.  Some changes are applied directly and without user
12045 interaction.  Examples are all changes to tags, TODO state, headline and body
12046 text that can be cleanly applied.  Entries that have been flagged for further
12047 action will receive a tag @code{:FLAGGED:}, so that they can be easily found
12048 again.  When there is a problem finding an entry or applying the change, the
12049 pointer entry will remain in the inbox and will be marked with an error
12050 message.  You need to later resolve these issues by hand.
12051 @item
12052 Org will then generate an agenda view with all flagged entries.  The user
12053 should then go through these entries and do whatever actions are necessary.
12054 If a note has been stored while flagging an entry in @i{MobileOrg}, that note
12055 will be displayed in the echo area when the cursor is on the corresponding
12056 agenda line.
12057 @table @kbd
12058 @kindex ?
12059 @item ?
12060 Pressing @kbd{?} in that special agenda will display the full flagging note in
12061 another window and also push it onto the kill ring.  So you could use @kbd{?
12062 z C-y C-c C-c} to store that flagging note as a normal note in the entry.
12063 Pressing @kbd{?} twice in succession will offer to remove the
12064 @code{:FLAGGED:} tag along with the recorded flagging note (which is stored
12065 in a property).  In this way you indicate, that the intended processing for
12066 this flagged entry is finished.
12067 @end table
12068 @end enumerate
12070 @kindex C-c a ?
12071 If you are not able to process all flagged entries directly, you can always
12072 return to this agenda view using @kbd{C-c a ?}.  Note, however, that there is
12073 a subtle difference.  The view created automatically by @kbd{M-x
12074 org-mobile-pull RET} is guaranteed to search all files that have been
12075 addressed by the last pull.  This might include a file that is not currently
12076 in your list of agenda files.  If you later use @kbd{C-c a ?} to regenerate
12077 the view, only the current agenda files will be searched.
12079 @node History and Acknowledgments, Main Index, MobileOrg, Top
12080 @appendix History and Acknowledgments
12081 @cindex acknowledgments
12082 @cindex history
12083 @cindex thanks
12085 Org was born in 2003, out of frustration over the user interface
12086 of the Emacs Outline mode.  I was trying to organize my notes and
12087 projects, and using Emacs seemed to be the natural way to go.  However,
12088 having to remember eleven different commands with two or three keys per
12089 command, only to hide and show parts of the outline tree, that seemed
12090 entirely unacceptable to me.  Also, when using outlines to take notes, I
12091 constantly wanted to restructure the tree, organizing it parallel to my
12092 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
12093 editing} were originally implemented in the package
12094 @file{outline-magic.el}, but quickly moved to the more general
12095 @file{org.el}.  As this environment became comfortable for project
12096 planning, the next step was adding @emph{TODO entries}, basic
12097 @emph{timestamps}, and @emph{table support}.  These areas highlighted the two main
12098 goals that Org still has today: to be a new, outline-based,
12099 plain text mode with innovative and intuitive editing features, and to
12100 incorporate project planning functionality directly into a notes file.
12102 A special thanks goes to @i{Bastien Guerry} who has not only written a large
12103 number of extensions to Org (most of them integrated into the core by now),
12104 but who has also helped in the development and maintenance of Org so much that he
12105 should be considered the main co-contributor to this package.
12107 Since the first release, literally thousands of emails to me or to
12108 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
12109 reports, feedback, new ideas, and sometimes patches and add-on code.
12110 Many thanks to everyone who has helped to improve this package.  I am
12111 trying to keep here a list of the people who had significant influence
12112 in shaping one or more aspects of Org.  The list may not be
12113 complete, if I have forgotten someone, please accept my apologies and
12114 let me know.
12116 @itemize @bullet
12118 @item
12119 @i{Russel Adams} came up with the idea for drawers.
12120 @item
12121 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
12122 @item
12123 @i{Christophe Bataillon} created the great unicorn logo that we use on the
12124 Org-mode website.
12125 @item
12126 @i{Alex Bochannek} provided a patch for rounding timestamps.
12127 @item
12128 @i{Brad Bozarth} showed how to pull RSS feed data into Org-mode files.
12129 @item
12130 @i{Tom Breton} wrote @file{org-choose.el}.
12131 @item
12132 @i{Charles Cave}'s suggestion sparked the implementation of templates
12133 for Remember.
12134 @item
12135 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
12136 specified time.
12137 @item
12138 @i{Gregory Chernov} patched support for Lisp forms into table
12139 calculations and improved XEmacs compatibility, in particular by porting
12140 @file{nouline.el} to XEmacs.
12141 @item
12142 @i{Sacha Chua} suggested copying some linking code from Planner.
12143 @item
12144 @i{Baoqiu Cui} contributed the DocBook exporter.
12145 @item
12146 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
12147 came up with the idea of properties, and that there should be an API for
12148 them.
12149 @item
12150 @i{Nick Dokos} tracked down several nasty bugs.
12151 @item
12152 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
12153 inspired some of the early development, including HTML export.  He also
12154 asked for a way to narrow wide table columns.
12155 @item
12156 @i{Christian Egli} converted the documentation into Texinfo format,
12157 patched CSS formatting into the HTML exporter, and inspired the agenda.
12158 @item
12159 @i{David Emery} provided a patch for custom CSS support in exported
12160 HTML agendas.
12161 @item
12162 @i{Nic Ferrier} contributed mailcap and XOXO support.
12163 @item
12164 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
12165 @item
12166 @i{John Foerch} figured out how to make incremental search show context
12167 around a match in a hidden outline tree.
12168 @item
12169 @i{Niels Giesen} had the idea to automatically archive DONE trees.
12170 @item
12171 @i{Mikael Fornius} works as a mailing list moderator.
12172 @item
12173 @i{Austin Frank} works as a mailing list moderator.
12174 @item
12175 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
12176 has been prolific with patches, ideas, and bug reports.
12177 @item
12178 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
12179 @item
12180 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
12181 task state change logging, and the clocktable.  His clear explanations have
12182 been critical when we started to adopt the Git version control system.
12183 @item
12184 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
12185 patches.
12186 @item
12187 @i{Phil Jackson} wrote @file{org-irc.el}.
12188 @item
12189 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
12190 folded entries, and column view for properties.
12191 @item
12192 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
12193 @item
12194 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
12195 provided frequent feedback and some patches.
12196 @item
12197 @i{Matt Lundin} has proposed last-row references for table formulas and named
12198 invisible anchors.  He has also worked a lot on the FAQ.
12199 @item
12200 @i{Jason F. McBrayer} suggested agenda export to CSV format.
12201 @item
12202 @i{Max Mikhanosha} came up with the idea of refiling.
12203 @item
12204 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
12205 basis.
12206 @item
12207 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
12208 happy.
12209 @item
12210 @i{Richard Moreland} wrote @i{MobileOrg} for the iPhone.
12211 @item
12212 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
12213 and being able to quickly restrict the agenda to a subtree.
12214 @item
12215 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
12216 @item
12217 @i{Greg Newman} refreshed the unicorn logo into its current form.
12218 @item
12219 @i{Tim O'Callaghan} suggested in-file links, search options for general
12220 file links, and TAGS.
12221 @item
12222 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
12223 into Japanese.
12224 @item
12225 @i{Oliver Oppitz} suggested multi-state TODO items.
12226 @item
12227 @i{Scott Otterson} sparked the introduction of descriptive text for
12228 links, among other things.
12229 @item
12230 @i{Pete Phillips} helped during the development of the TAGS feature, and
12231 provided frequent feedback.
12232 @item
12233 @i{Martin Pohlack} provided the code snippet to bundle character insertion
12234 into bundles of 20 for undo.
12235 @item
12236 @i{T.V. Raman} reported bugs and suggested improvements.
12237 @item
12238 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
12239 control.
12240 @item
12241 @i{Paul Rivier} provided the basic implementation of named footnotes.  He
12242 also acted as mailing list moderator for some time.
12243 @item
12244 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
12245 @item
12246 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
12247 webpages derived from Org using an Info-like or a folding interface with
12248 single-key navigation.
12249 @item
12250 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
12251 conflict with @file{allout.el}.
12252 @item
12253 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
12254 extensive patches.
12255 @item
12256 @i{Philip Rooke} created the Org reference card, provided lots
12257 of feedback, developed and applied standards to the Org documentation.
12258 @item
12259 @i{Christian Schlauer} proposed angular brackets around links, among
12260 other things.
12261 @item
12262 @i{Eric Schulte} wrote @file{org-plot.el} and contributed various patches,
12263 small features and modules.
12264 @item
12265 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
12266 @file{organizer-mode.el}.
12267 @item
12268 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
12269 examples, and remote highlighting for referenced code lines.
12270 @item
12271 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
12272 now packaged into Org's @file{contrib} directory.
12273 @item
12274 @i{Daniel Sinder} came up with the idea of internal archiving by locking
12275 subtrees.
12276 @item
12277 @i{Dale Smith} proposed link abbreviations.
12278 @item
12279 @i{James TD Smith} has contributed a large number of patches for useful
12280 tweaks and features.
12281 @item
12282 @i{Adam Spiers} asked for global linking commands, inspired the link
12283 extension system, added support for mairix, and proposed the mapping API.
12284 @item
12285 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
12286 with links transformation to Org syntax.
12287 @item
12288 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
12289 chapter about publishing.
12290 @item
12291 @i{J@"urgen Vollmer} contributed code generating the table of contents
12292 in HTML output.
12293 @item
12294 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
12295 keyword.
12296 @item
12297 @i{David Wainberg} suggested archiving, and improvements to the linking
12298 system.
12299 @item
12300 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
12301 @file{muse.el}, which have some overlap with Org.  Initially the development
12302 of Org was fully independent because I was not aware of the existence of
12303 these packages.  But with time I have occasionally looked at John's code and
12304 learned a lot from it.  John has also contributed a number of great ideas and
12305 patches directly to Org, including the attachment system
12306 (@file{org-attach.el}), integration with Apple Mail
12307 (@file{org-mac-message.el}), hierarchical dependencies of TODO items, habit
12308 tracking (@file{org-habits.el}) and support for pcomplete.
12309 @item
12310 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
12311 linking to Gnus.
12312 @item
12313 @i{Roland Winkler} requested additional key bindings to make Org
12314 work on a tty.
12315 @item
12316 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
12317 and contributed various ideas and code snippets.
12318 @end itemize
12321 @node Main Index, Key Index, History and Acknowledgments, Top
12322 @unnumbered Concept Index
12324 @printindex cp
12326 @node Key Index, Variable Index, Main Index, Top
12327 @unnumbered Key Index
12329 @printindex ky
12331 @node Variable Index,  , Key Index, Top
12332 @unnumbered Variable Index
12334 This is not a complete index of variables and faces, only the ones that are
12335 mentioned in the manual.  For a more complete list, use @kbd{M-x
12336 org-customize @key{RET}} and then klick yourself through the tree.
12338 @printindex vr
12340 @bye
12342 @ignore
12343         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
12344 @end ignore
12346 @c Local variables:
12347 @c ispell-local-dictionary: "en_US-w_accents"
12348 @c ispell-local-pdict: "./.aspell.org.pws"
12349 @c fill-column: 77
12350 @c End:
12353 @c  LocalWords:  webdavhost pre